html {
    background-color: #050505;
}

.overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
}

.overlay img{
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transform: scale(0.95);
    transition: transform .3s;
}

.overlay:target {
    visibility: visible;
    outline: none;
    cursor: default;
}

.overlay:target img {
    transform: scale(1);
}

body{
    background-color: #0d0d0d;
}
main{
    font-family: 'Roboto', sans-serif;
}

#form_lang {
    margin-bottom: 0;
}

#form_lang .btn-lang{
    background: transparent;
    color: white;
    font-family: 'Anton', sans-serif;
    font-size: 1.3rem;
    border: none;
    cursor: pointer;
}

#form_lang .btn-lang.nav-home_a{
    color: white !important;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
}

#form_lang .btn-lang:hover{
    color: #ff0000e6;
    text-decoration: none;
}

.nav-home{
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 998;
}

.nav-home a{
    color:black;
    font-family: 'Anton', sans-serif;
    font-size: 1.2rem;
}
.nav-home a:hover{
    color: #ff0000e6;
    text-decoration: none;
}
.nav-home .a-active{
    color: #ff0000e6;
    font-size: 1.2rem;
}
.homepage{
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    background-color: rgba(5, 5, 5, 0.98);

}
.img_home_full_logo{
    z-index: 999;
}
.img_home_full_logo img{
    max-width: 25rem;
}
@media all and (max-width: 769px) {
    .img_home_full_logo img{
        max-width: 100%;
    }
}
.img_home_full_logo h1{
    color: white
}
.filtre_black{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 998;
}

.homepage .showreel{
    position: relative;
    z-index: 999;
    min-height: 300px;
    max-height: 100%;
    overflow: hidden;
}

.homepage .showreel .content{
    position: absolute;
    top: 0;
    color:#f1f1f1;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.homepage .showreel .content h1{
    font-size: 3.5rem
}

@media all and (max-width:769px) {
    .homepage .showreel .content h1{
        font-size: 2.5rem
    }
}

.homepage .showreel .arrow_container {
    position: absolute;
    bottom: 15%;
    width: 100%;
    text-align: center;
}

.homepage .showreel .arrow_container img{
    width: 50px;
    margin: 0 auto;
}

.homepage #background-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.homepage #background-video video{
    width: 100%;
    -moz-height: 100%;;
}

.homepage #background-video h1{
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
}

.homepage .presentation-text{
    text-align: center;
    color: white;
}
.homepage .presentation-text b{
    position: relative;
}
.homepage .presentation-text b span{
    position: relative;
    z-index: 2;
}
.homepage .presentation-text b::before{
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    padding: 0 4px;
    background-color: #ff0000e6;
}
.homepage .link-showreel{
    border: solid 2px #ff0000e6;
    color: white;
    background-color: #ff0000e6;
    padding: 12px 18px;
    transition: 200ms ease-in-out;
}
.homepage .link-showreel:hover{
    text-decoration: none;
    border-color: white;
    color: black;
    background-color: white;
}

.content-home {
    height: 100vh;
}

.content-home .filtre_black {
    background: transparent
}

.homepage .home-realisation .realisation-type{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    margin: 10px 0!important;
    color: white!important;
}

.homepage .home-realisation .realisation-type span {
    font-size: 1.8rem;
    color: white!important;
    z-index: 6;
    filter: blur(0);
    line-height: 1;
    text-shadow: 0 1px 1px black;
}


.homepage .home-realisation .realisation-type:hover span {
    font-size: 2rem!important;
}

a.realisation-type{
    position: relative;
    color: white;
    margin: 0!important;
}

a.realisation-type:hover {
    color: white;
    text-decoration: none;
    transition: all 1s;
}

a.realisation-type:hover span {
    /*font-size: 20px!important;*/
    color: white!important;
    transition: all 1s;
}

a.realisation-type:after{
    content: '';
    position: absolute;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    z-index: 5;
}

a.realisation-type:hover:after{
    background-color: rgba(0, 0, 0, 0.6);
}

#realisations .realisation-type {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    min-height: 50px;
}

#realisations .realisation-type span {
    position: relative;
    font-size: 16px;
    z-index: 6;
    filter: blur(0);
    text-shadow: 0 1px 1px black;
}

.homepage .home-realisation .type-tous, #realisations .type-tous{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/LOGO-BODS-PRODUCTION.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}

.homepage .home-realisation .type-photos, #realisations .type-photos{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/type_photos.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}

.homepage .home-realisation .type-fiction, #realisations .type-fiction{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/type_fiction.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}
.homepage .home-realisation .type-pub, #realisations .type-pub{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/type_pub.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}
.homepage .home-realisation .type-evenementiel, #realisations .type-evenementiel{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/type_evenementiel.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}
.homepage .home-realisation .type-institutionnel, #realisations .type-institutionnel{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/type_institutionnel.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}

.homepage .home-realisation .type-long-metrage, #realisations .type-long-metrage{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/type_long_metrage.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}

.homepage .home-realisation .type-projet-developpement, #realisations .type-projet-developpement{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("media/type_projet_developpement.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}






.homepage .container-fluid, #contact .container-fluid {
    position: relative;
    z-index: 2;
    background-color: rgba(5, 5, 5, 0.98);
}

.footer {
    width: 100%;
    position: sticky;
    left: 0;
    bottom: 0;
    display: flex;
    background-color: #050505fa;
}
.footer h3{
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.footer h5{
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0;
}
.footer span{
    font-size: 0.85rem;
    color: #ffffff;
}
.footer a{
    font-size: 0.80rem;
    color: #ffffff;
}
.footer a:hover{
    color: #ffffff;
}
.footer button{
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0;
    font-size: 0.80rem;
    color: #ffffff;
    cursor: pointer;
}

.footer .modal{
    color: black!important;
}

#confidential, #legalMention {
    color: black!important;
}








/*CSS page presentation.php*/

#presentation{
    color: white;
}

#presentation .img_presentation{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80%;
}

#presentation .text_presentation{
    color: white;
    position: relative;
    z-index: 999;
}
#presentation .text_presentation b{
    color: #ff0000e6;
}
#presentation .filtre_black{
    height: 80vh;
}
#presentation .heading{
    border-bottom: solid 2px #ff0000e6;
    padding-bottom: 5px;
}
#presentation .heading_services{
    font-size: 2rem;
}
#presentation .presentation_logo_service {
    position: relative;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #ff0000e6;
    border-radius: 50%;
    padding: 10px;
}
#presentation .presentation_logo_service img {
    width: 50px;
    position: absolute;
    top: 4px;
    left: 10px;
}
#presentation .presentation_logo_service .logo_1 {
    top: 4px;
    left: 9px;
}
#presentation .presentation_logo_service .logo_2 {
    top: 8px;
    left: 11px;
}
#presentation .presentation_logo_service .logo_3 {
    top: 11px;
    left: 9px;
}
#presentation .presentation_logo_service .logo_4 {
    top: 10px;
    left: 10px;
}





/*CSS page realisations.php*/

#realisations{
    background-color: rgba(5, 5, 5, 0.98);
    color: white;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
#realisations .realisations-container {
    margin-top: 100px;
    position: relative;
    z-index: 2;
    background-color: rgba(5, 5, 5, 0.98);
    margin-bottom: 20px;
}

#realisations .heading-realisation {
    font-size: 2.8rem;
    margin-top: 0
}

#realisations .heading-tri {
    margin-left: 50px;
}

@media all and (max-width:769px) {
    #realisations .row {
        padding: 0px;
    }
    #realisations .heading-realisation {
        font-size: 2rem;
        margin-top: 50px
    }
}

.link-realisations .btn-tri-realisation{
    min-width: 80px;
    border: solid 1px #ff0000e6;
    color: #ff0000e6;
    background-color: black;
}

.link-realisations:hover .btn-tri-realisation{
    color: white;
    background-color: #ff0000e6;
    cursor: pointer;
}
#realisations .active .btn-tri-realisation{
    color: white;
    background-color: #ff0000e6;
}

.film img{
    border: solid 2px white;
    -webkit-box-shadow: 3px 3px 24px #000;
    box-shadow: 3px 3px 24px #000;
}
.film button a{
    color: white;
    text-decoration: none;
}
.film .text-center{
    background-color: black;
    color: white;
    border: solid 2px white;
    -webkit-box-shadow: 3px 3px 24px #000;
    box-shadow: 3px 3px 24px #000;
}
.realisation_film{
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.realisation_film.col-md-4 {
    margin:15px 0;
}

@media all and (min-width: 720px){
    .realisation_film.col-md-4 {
        max-width:30%;
        margin:10px 8px;
    }
}

.title-film{
    display: none;
    background-color: rgba(0,0,0,0.8);
}
.realisation_film:hover .title-film{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 3s;
    transition: all 3s;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.realisation_film .annee-film {
    font-size: 18px;
    margin-top: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.realisation_film a:hover{
    text-decoration: none;

}
.text-film{
    background-color: rgba(0,0,0,0.7);
    color: white;
}
.text-film .btn{
    border-color: white;
    color: black;
}
.bandeau{
    color: black;
}

.modal.modal-film {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0,0.85);
    transition: all 0.8S ease-out;
}

.modal.modal-film.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.modal-film .modal-dialog{
    position: relative;
    max-width: 80%;
    width: 80%;
}

.modal.modal-film .modal-dialog .modal-content{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    z-index: 1100;
    transition: all 0.8S ease-out;
}

.modal.modal-film .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border: none;
}

.modal.modal-film .modal-body {
    display: flex;
    justify-content: center;
}

.modal.modal-film .modal-content .player{
    width: 100%;
    min-height: 500px;
}

.modal.modal-film .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #FFF;
    opacity: .7;
    padding: 10px 0;
    margin: -1rem -1rem -1rem auto;
    transition: all 0.8S ease-out;
}

@media all and (max-width: 769px) {

    .modal.modal-film .modal-dialog{
        max-width: 100%;
        width: 100%;
    }

    .modal.modal-film .modal-body {
        padding: 0;
    }
}



/*CSS page le_reve.php*/

.img-width_100{
    width: 100%;
}
.fiche_film ul{
    list-style: none;
}
.fiche_film .fiche_film_firstImg{
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 75%;
    z-index: 1;
}
.btn-back{
    top: 0;
    left: 0;
    font-size: 1.5rem;
    color: white;
    background-color: transparent;
    border: none;
    z-index: 999;
}

.btn-back .btn-back_svg{
    width: 30px
}
.btn-draw::before, .btn-draw::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.draw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
.draw::before, .draw::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}
.draw::before {
    top: 0;
    left: 0;
}
.draw::after {
    bottom: 0;
    right: 0;
}
.draw:hover {
    color: white;
    text-decoration: none;
}
.draw:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%;
}
.draw:hover::before {
    border-top-color: white;
    border-right-color: white;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
    border-bottom-color: white;
    border-left-color: white;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.fiche_film .fiche_film_absolute{
    color: white;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fiche_film .fiche_film_absolute h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fiche_film .fiche_film_absolute h1 span{
    font-size: 2rem;
    margin-top: 8px;
}
@media all and (max-width:560px) {
    .fiche_film .fiche_film_absolute h1{
        font-size: 3.5rem;
    }
    .fiche_film .fiche_film_absolute h2{
        font-size: 2.25rem;
    }
}
.fiche_film .fiche_film_absolute .btn-bottom_svg{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 40px;
    -webkit-animation: animation-btn-bottom_svg 1.8s infinite ease-out;
    animation: animation-btn-bottom_svg 1.8s infinite ease-out;
}
@-webkit-keyframes animation-btn-bottom_svg {
    0% {
        -webkit-transform: rotate(-90deg) translateX(0px) ;
        transform: rotate(-90deg) translateX(0px) ;
    }
    80% {
        -webkit-transform: rotate(-90deg) translateX(0px) ;
        transform: rotate(-90deg) translateX(0px) ;
    }
    90% {
        -webkit-transform: rotate(-90deg) translateX(-50px);
        transform: rotate(-90deg) translateX(-50px);
    }
    100% {
        -webkit-transform: rotate(-90deg) translateX(0px);
        transform: rotate(-90deg) translateX(0px);
    }

}
@keyframes animation-btn-bottom_svg {
    0% {
        -webkit-transform: rotate(-90deg) translateX(0px) ;
        transform: rotate(-90deg) translateX(0px) ;
    }
    80% {
        -webkit-transform: rotate(-90deg) translateX(0px) ;
        transform: rotate(-90deg) translateX(0px) ;
    }
    90% {
        -webkit-transform: rotate(-90deg) translateX(-50px);
        transform: rotate(-90deg) translateX(-50px);
    }
    100% {
        -webkit-transform: rotate(-90deg) translateX(0px);
        transform: rotate(-90deg) translateX(0px);
    }

}
.fiche_film .fiche_film_description{
    position: relative;
    z-index: 1;
    background-color: #0d0d0d;
    color: white;
}
.fiche_film .fiche_film_description .btn{
    border-color: white;
    color: white;
    font-size: 1.8rem;
}

.fiche_film .fiche_film_description  h2{
    font-size: 1.7em;
}

.fiche_film .fiche_film_description h3 {
    display: inline;
    font-size: 1em;
    font-weight: 600;
}

.fiche_film .fiche_film_description p {
    display: inline;
}

.fiche_film .fiche_film_description p span {
    display: block;
}

.fiche_film .fiche_film_description p span.bold{
    font-weight: 700;
}

.fiche_film .fiche_film_description b{
    color: #ff0000e6;
}

.fiche_film .fiche_film_description p img{
    max-height: 70px;
    margin: 15px;
}

.fiche_film .fiche_film_description .right-part img{
    width: auto;
    max-height: 350px;
}

.fiche_film .player{
    width: 100%;
    min-height: 500px;
}

.fiche_film .fiche_film_album {
    margin-top: 48px;
    margin-bottom: 48px;
}

.fiche_film .fiche_film_album .img_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.fiche_film .fiche_film_album .img_container > div{
    margin: 22px 12px;
}

.fiche_film .fiche_film_album .img_container img{
    width: 100%;
    max-height: 450px;
    border: solid 2px white;
    -webkit-box-shadow: 3px 3px 24px #000;
    box-shadow: 3px 3px 24px #000;
}

@media all and (max-width: 768px){
    .fiche_film .fiche_film_album .img_container {
        width: 100%;
    }
    
    .fiche_film .fiche_film_album .img_container > div{
        margin: 12px;
    }
    
    .fiche_film .fiche_film_album .img_container img{
        width: 100%;
        max-height: 350px;
    }
}




/*CSS page about.php*/

#about{
    background-color: #0d0d0d;
    color: white;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
#about .filtre_black {
    background-color: rgba(0,0,0,0.2);
}
#about .about-content {
    position: relative;
    z-index: 2;
    background-color: rgba(5, 5, 5, 0.98);
}
#about .about-text {
    margin-top: 100px;
}
.about-text ul {
    list-style: none;
    padding-left: 0;
    font-size: 18px
}
.about-text span {
    margin-bottom: 4px
}
.about-text h1{
    font-size: 1.75rem;
}
.about-text h3{
    font-size: 1.25rem;
}
.about-text h1, .about-text h3{
    line-height: 1.3;
}
.about-text li{
    font-size: 1.2rem;
    line-height: 1.3;
}
.about-text b{
    color: #ff0000e6;
}
#about .all-people {
    max-width: 750px;
    margin: auto;
}
#about .people {
    margin-bottom: 60px;
}
#about .people .name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px
}
#about .people img {
    width: 140px;
    margin-bottom: 16px
}
#about .people span {
    line-height: 1;
    font-size: 13px;
    color: white;
    text-align: center;
}
@media all and (max-width:769px)  {
    .about-text {
        margin-top: 0px;
    }
    #realisations .realisations-container {
        margin-top: 0;
    }
    .about-text div.d-flex{
        padding-top: 0!important;
    }
    .about-text h1{
        font-size: 1.5rem;
    }
    .about-text h2{
        font-size: 1.8rem;
    }
    .about-text h3{
        font-size: 1.5rem;
    }
    .homepage .presentation-text h2{
        font-size: 1.6rem;
        margin-top: 0!important;
    }
}


.about-content .logo_federations {
    width: 100%;
}

.about-content .logo_federations img {
    display: inline-block;
    max-width: 100px;
    margin: auto;
}

.about-content .boutons_redirections a {
    display: block;
    margin-bottom: 5px;
    color: white;
}

.about-content .boutons_redirections a:hover {
    text-decoration: none;
}

.about-content .boutons_redirections a i {
    font-style: normal;
    text-decoration: underline;
}






/*CSS page contact*/
#contact{
    color: white;
}
#contact .container-fluid {
    margin-top: 50px;
}
#contact a{
    color: white;
}
#contact a:hover{
    color: #ff0000e6;
    text-decoration: none;
}

#contact .logo_social {
    line-height: 40px;
}
#contact .logo_social img{
    width: 40px;
}

#contact .contact-form {
    max-width: 500px;
    margin: 0 auto;
}

#contact .contact-form span {
    display: inline-block;
    color: white;
    width: 100%;
}

#contact .contact-form .form-input {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border:none;
    border-bottom: solid 1px white!important;
    color: white;
    margin-bottom: 20px;
}

#contact .contact-form .form-input-text {
    border: solid 1px white;
}

#contact .text-mail-sent {
    color: white;
    margin: 15px 0;
}

#contact .footer a{
    color: white;
}







/*CSS page menu_mobile*/
#menu_ouvert{
    position: absolute;
    top: 0;
    z-index: 9999;
}
#bouton_menu {
    position: fixed;
    z-index: 99998;
    top: 1em;
    left: 1em;
    padding: 1%;
    border-radius: 5px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent;
    border: none;
}
#barre1,
#barre2,
#barre3 {
    display: block;
    z-index: 99999;
    background-color: white;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    border-radius: 15px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: 8%;
    transform-origin: 8%;
}
#menu_content1 {
    z-index: 200;
    top: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 0;
    left: -200%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #0d0d0d;
}
.nav-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1001;
    transition: 200ms ease-in-out;
}
.nav-home.scrolled {
    background-color: #090909 !important;
    border-bottom: solid 1px white;
    transition: all 200ms linear;
}
.nav-home.open {
     visibility: visible;
     opacity: 1;
 }
a {
    pointer-events: all;
}

.nav-home_a {
    color: white!important;
    font-size: 1.2rem;
}
.nav-home_a:hover {
    color: #ff0000e6!important;
    transition: 100ms ease-in-out;
}

.nav_logo{
    max-width: 150px;
}

.nav_logo_lien {
    max-width: 70px;
}





.home-film-title {
    width: 100%;
    text-align: flex-start;
    color: white;
}

.home-films-container {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    border-top: solid 1px white;
}

.home-films-container > div {
    display: inline-flex;
    width: 100%;
}

.home-films-container .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 20px;
}

.home-films-container h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.home-films-container h4 {
    font-size: 1rem;
    color: white;
}

.home-films-container p {
    color: white;
    text-align: justify;
}

.home-films-container img {
    display: inline-block;
    max-width: 450px;
    max-height: 400px;
    width: auto;
    margin: auto;
}

@media all and (max-width: 768px) {
    .home-films-container > div {
        flex-direction: column;
    }
    .home-films-container > div:nth-child(2){
        flex-direction: column-reverse;
    }
    .home-films-container img{
        margin: 25px auto 25px 20px;
        max-width: 83%;
        max-height: 300px;
    }
    .home-films-container .text {
        width: 100%;
        padding-right: 20px;
    }
    .home-films-container p {
        line-height: 1.1;
    }



    .about-text div.d-flex{
        flex-wrap: wrap;
    }
    .about-content .logo_federations img {
        margin: 15px 30px;
    }



    .fiche_film .fiche_film_description .right-part img{
        padding: 0;
    }
}








#partenaire {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#partenaire .row{
    width: 100%;
    padding: 50px;
}

#partenaire h2 {
    display: inline-block;
    font-size: 2.8rem;
    border-bottom: solid 2px #ff0000e6;
    padding-bottom: 5px;
    color: white;
    margin: auto;
}

#partenaire h5 {
    width: 100%;
    font-size: 18px;
    color: white;
    margin-top: 20px;
}

#partenaire .container_partenaire_img {
    display: flex;
    position: relative;
    margin: 10px 20px;
    max-width: 100px;
    align-items: center;
}

#partenaire img {
    width: 100%;
    opacity: 0.7;
}


