body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
}
.header {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
}

.onglet-infos-contacts {
    margin-right: 20px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    border-radius: 15px 15px 0px 0px;
    text-decoration: none;
}
.onglet-infos-contacts:hover {
    color: rgb(255, 0, 0);            
}
.onglet-films {
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 15px 15px 0px 0px;
    text-decoration: none;
}
.onglet-films:hover {
    
}

.accueil {
    margin-left: 20px;
    display: flex;
}

.header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title {
    margin: 0;
}

.cadena {
    position: absolute;
    top: 150px;
    right: 15px;
    width: 22px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(200, 200, 200);
    border-radius: 5px;
}
.cadena:hover {
    background-color: rgb(180, 180, 180);
}

.logo {
    height: 125px;
    margin-top: 3px;
}

.video-presente {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.video-presente-total {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
    padding: 25px;
    border-radius: 30px;
}
.video-presente-titre-bouton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 175px;
    margin-right: 20px;
}
.video-presente-titre {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 45px;
    margin-bottom: 20px;
    width: 175px;
}
.video-presente-bouton-picto {
    background-image: url('/assets/images/pictos/Picto_fleche.jpg');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(200, 200, 200);
}
.video-presente-bouton-picto:hover {
    background-image: url('/assets/images/pictos/Picto_fleche_(rouge).jpg');
}
.video-presente-bouton {
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    width: 75px;
    height: 35px;
}
.video-presente-bouton:hover {
    background-color: rgb(200, 200, 200);
}

.video-presente-miniature-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 15px;
}
.video-presente-miniature {
    width: 350px;
    border-radius: 15px;
}
.video-presente-duree {
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0px 0px;
    font-size: 14px;
    margin-top: -16px;
    border-bottom-right-radius: 15px;
}

.videos-liste {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.video-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 26px;
    transition: all 0.2s ease-in-out;
}
.video-disposition:hover + .video-section {
    margin-bottom: 150px;
}
.lien-style {
    text-decoration: none;
}
.video-disposition {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-title {
    margin-bottom: 4px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.video-title:hover {
    color: rgb(81, 81, 81);
}
.video-miniature-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
}
.video-miniature {
    height: 150px;
    border-radius: 15px;
}
.video-miniature-total:hover {
    box-shadow: 8px 5px 5px #858585;
    transform: scale(1.025);
    margin-bottom: 8px;
}
.video-duree {
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0px 0px;
    font-size: 14px;
    margin-top: -16px;
    border-bottom-right-radius: 15px;
}

.roles-totale {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 4px;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.role-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.role-picto {
    width: 20px;
    border-radius: 50%;
}
.role-picto:hover {
    opacity: 75%;
}
.role-picto-info {
    position: absolute;
    background-color: rgb(230, 230, 230);
    font-size: 14px;
    border-radius: 8px;
    padding: 4px;
    margin-top: 24px;
    opacity: 0%;
}
.role-picto:hover + .role-picto-info {
    transition: opacity 0.1s;
    opacity: 100%;
}

.video-categorie {
    margin-top: -3px;
    opacity: 0%;
    transition: all 0.2s ease-in-out;
}
.video-disposition:hover ~ .video-categorie {
    opacity: 100%;
    margin-top: 1px;
    margin-bottom: -12px;
}

.legend{
    position: absolute;
    width: max-content;
    max-width: 250px;
    min-height: 0px;
    background-color: rgb(200, 200, 200);
    border-radius: 7px;
    z-index: 1;
    display: none;
    flex-direction: column;
}
.titre-legend{
    display: flex;
    justify-content: center;
    margin-top: 3px;
    margin-bottom: 3px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 2px;
}
.legende-contenue {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
}
/*.legende-roles-picto {
    width: 20px;
    height: 20px;
    color: black;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: -168px;
}*/

/*iframe {
    width: 100%;
    height: 12.85ch;
    border: none;
}*/
.footer {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
background-color: #000000;
padding: 1ch;
}
.footer-diffusion {
    color: #ffffff;
}
.footer-date {
    display: flex;
    flex-direction: row;
    color: #ffffff;
    margin-top: 1ch;
    margin-bottom: 1.5ch;
}
.footer-date-creation {
    padding-right: 1.5ch;
    border-style: solid;
    border-width: 0ch;
    border-right-width: 0.25ch;
    border-color: #ffffff;
}
.footer-date-mise-jour {
    padding-left: 1.5ch;
}
.footer-copyright {
    color: #737373;
}