    @font-face {
        font-family: "Muro";
        src:url(/typo/muro/Muro.otf) format("truetype");
    }



    *{
        margin: 0;
    }


    body {
        font-family: "Poppins", sans-serif;
        --color1: #FFF ;
        --color2: #181818 ;
    }


    .nav-bar {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        list-style: none;
        position: relative;
        background-color: var(--color1);
        padding: 10px;
        
    }  
    .menu {display: flex;}
    .menu li {padding-left: 55px;}
    .menu li a {
        display: inline-block;
        text-decoration: none;
        color: var(--color2);
        text-align: center;
        transition: 0.15s ease-in-out;
        position: relative;
        text-transform: uppercase;
    }
    .menu li a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 0;
        height: 1px;
        background-color: var(--color2);
        transition: 0.15s ease-in-out;
    }
    .menu li a:hover:after {
        width: 100%;
    }
    .open-menu , .close-menu {
        position: absolute;
        color: var(--color2);
        cursor: pointer;
        font-size: 1.5rem;
        display: none;
    }
    .open-menu {
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .close-menu {
        top: 20px;
        right: 20px;
    }




    main{
        height: 100vh;
    }
    #check {display: none;}
    @media(max-width: 480px){
        main{
            height: 300vh;
           }
        .menu {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            right   : 100%;
            position: fixed;
            top: 0;
            
            z-index: 100;
            background-color: var(--color1);
            transition: all 0.2s ease-in-out;
        }
        .menu li {margin-top: 40px;}
        .menu li a {padding: 10px;}
        .open-menu , .close-menu {display: block;}
        #check:checked ~ .menu {right: 0;}
    }




    #Calque_2{
        height: 50px;
    }





    /*------------------------------ MAIN ---------------------------*/


    .patenaire{
        margin-top: 10px;
        display: grid;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        grid-template-columns: 25% 25% 25% 25%;
    }


    #pixar{
    margin: 0 auto;
    }

    #pixar img{
        width: 150px;
        margin: 0 auto;
        object-fit: cover;
    }

    #dreamworks {
        margin:0 60px 0 60px ;

    }
    #dreamworks img{
        width: 150px;
    }




    #illumination img{
        width: 150px;
        object-fit: cover;
    }

    #Disney {
        margin:0 60px 0 60px ;

    }
    #Disney img{
        width: 150px;
        object-fit: cover;
    }





    .joie{
            position: relative;
    }


    .joie img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .overlay-text {
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
        color: white; /* Couleur du texte */
        padding: 20px; /* Marge intérieure du texte */
        max-width: 40%; /* Largeur maximale du texte par rapport à l'image */
    }

    .overlay-text p{
        font-family: 'Inter', sans-serif;
        font-size: 20px;
    }


.dreamworks{
    text-align: center;
}

.dreamworks img{
    width: 100px;
    
}


.Titre10 p{
    margin: 10px;
    text-align: center;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 500;
}




    .container{
        display: grid;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        grid-template-columns: 33% 33% 33%;
        
    }


    #poster {
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }

    #content-poster {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #poster img{
        height: 200px;
        width: auto;

    }

    #poster h3{
        text-align: center;
        

    }
    #poster p{
        
        margin-left: 9px;
        

    }

    #poster1{   
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;   
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
        
    }

    #content-poster1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    #poster1 img{
        height: 200px;
        width: auto;

    }

    #poster1 h3{
        text-align: center;
        

    }

    #poster1 p{
        margin-left: 9px;
        

    }

    #poster2{
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }


    #content-poster2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #poster2 img{
        height: 200px;
        width: auto;

    }

    #poster2 h3{
        text-align: center;
        

    }

    #poster2 p{
        margin-left: 9px;
        

    }



    #poster4{
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }

    #content-poster4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #poster4 img{
        height: 200px;
        width: auto;

    }

    #poster4 h3{
        text-align: center;
        

    }

    #poster4 p{
        margin-left: 9px;
        

    }



    #poster5{
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }

    #content-poster5 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #poster5 img{
        height: 200px;
        width: auto;

    }

    #poster5 h3{
        text-align: center;
        

    }

    #poster5 p{
        margin-left: 9px;
        

    }

    #poster6{
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }

    #content-poster6 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #poster6 img{
        height: 200px;
        width: auto;

    }

    #poster6 h3{
        text-align: center;
        

    }

    #poster6 p{
        margin-left: 9px;
        

    }

    .container1{
        display: grid;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        grid-template-columns: 33% 33% 33%;
    }
    .Pixar{
        text-align: center;
    }
    .Pixar img {
        width: 150px;
    }


    #poster7{
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }

    #content-poster7 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #poster7 img{
        height: 200px;
        width: auto;

    }

    #poster7 h3{
        text-align: center;
        

    }

    #poster7 p{
        margin-left: 9px;
        

    }



    #poster8{
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }

    #content-poster8 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #poster8 img{
        height: 200px;
        width: auto;

    }

    #poster8 h3{
        text-align: center;
        

    }

    #poster8 p{
        margin-left: 9px;
        

    }



    #poster9{
        max-width: 500px;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 15px;
        padding: 6px;
        margin: 10px;
       
    }

    #content-poster9 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #poster9 img{
        height: 200px;
        width: auto;

    }

    #poster9 h3{
        text-align: center;
        

    }

    #poster9 p{
        margin-left: 9px;
        

    }




/*recherche*/
.recherche{
    margin: 0 auto;
    text-align: center;
}


.TITRE1{
    text-align: center;
    margin: 20px;
}
.container_rech{
    position: relative;
}

.recherche{
    display: flex;
}
.recherche form {
    margin: 0 auto;
}
.recherche input{
    border-radius: 18px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 1rem 1rem 1rem 50px;
    background-color: #f9fafb;
}

.recherche button{
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;

}


    footer {

        margin: 0px auto;
        height: 50px;
        text-align: center;
        padding: 20px;
        font-family: 'Inter', sans-serif;
        align-items: center;
        max-width: 1080px;
        margin-top: auto;
        bottom: 0;
    }






/*------------------------------------*\
    $Version Tablette
\*------------------------------------*/


@media screen and  (max-width: 480px){

    .joie {
        display: block;
        text-align: center; /* Centrer le contenu */
    }

    .joie img {
        opacity: 1;
    }

    .overlay-text {
        position: relative; /* Changement de position à relative pour empêcher le positionnement absolu */
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%; /* Ajustement de la largeur maximale à 100% */
    }

    .joie p {
        color: rgb(0, 0, 0);
        font-size: 15px;
        margin-top: 10px; /* Ajout d'une marge en haut du paragraphe */
    }

    .patenaire{
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    #Pixar {
        margin: 25px;
    }
    #dreamworks{
        margin :25px;  
    }
    #illumination {
        margin: 25px;
    }
    #Disney {
        margin: 25px;
    }




    .container {
        display: block;
    }
    #content-poster{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster img{
        width: 300px;
        height: auto;
    }
    #text1{
        margin-top: 10px;
    }

    #content-poster1{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }

    #poster1 img{
        width: 300px;
        height: auto;
    }
    #text2{
        margin-top: 10px;
    }


    #content-poster2{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster2 img{
        width: 300px;
        height: auto;
    }

    #text2{
        margin-top: 10px;
    }

    #content-poster4{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster4 img{
        width: 300px;
        height: auto;
    }

    #text4{
        margin-top: 10px;
    }


    
    #content-poster5{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster5 img{
        width: 300px;
        height: auto;
    }

    #text5{
        margin-top: 10px;
    }

    .container1 {
        display: block;
    }


    #content-poster6{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster6 img{
        width: 300px;
        height: auto;
    }

    #text6{
        margin-top: 10px;
    }


    #content-poster7{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster7 img{
        width: 300px;
        height: auto;
    }

    #text7{
        margin-top: 10px;
    }


    #content-poster8{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster8 img{
        width: 300px;
        height: auto;
    }

    #text8{
        margin-top: 10px;
    }


    #content-poster9{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
    #poster9 img{
        width: 300px;
        height: auto;
    }

    #text9{
        margin-top: 10px;
    }


/* LISTING */
.TITRE1 p{
    text-align: center;

}

}


/*------------------------------------*\
    $Version Desktop
\*------------------------------------*/

@media screen and  (min-width: 960px){

}

div.retour {
    height: 50px;
    width: 100px;
    margin-left: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    list-style: none;
    text-decoration: none;
    border-radius: 10px;
}

div.retour a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
}

div.retour:hover a {
    background-color:#000000;
    color: #FFF;
    border-radius: 10px;
}



.categorie{
    display: flex;
    justify-content: center;
}
.film_gestion{
    background-color: #F2F2F2;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 20px;

}
.film_gestion a{
    text-decoration: none;
    color:  black;
    width: 200px;
    height: 150px;
    border-radius: 10px;
    display: flex;
    justify-content: center; /* Centre le contenu horizontalement */
    align-items: center; /* Centre le contenu verticalement */
    text-align: center; /* Centre le texte horizontalement */
}
.film_gestion a:hover{
    color: white;
    background: #000;

}

.societe_gestion{
    background-color: #F2F2F2;
    cursor: pointer;
    border-radius: 10px;
}

.societe_gestion a{
    text-decoration: none;
    width: 200px;
    height: 150px;
    border-radius: 10px;
    display: flex;
    justify-content: center; /* Centre le contenu horizontalement */
    align-items: center; /* Centre le contenu verticalement */
    text-align: center; /* Centre le texte horizontalement */
    color:  black;
}
.societe_gestion a:hover{
    color: white;
    background: #000;
}



div.retour1{
    height: 50px;
    width: 100px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
div.retour1 a{
    list-style: none;
    text-decoration: none;
}
div.retour1:hover {
    background-color:#cdcdcd;
    color: #FFF;
}

div.ajouter_film  a{
    text-align: right;
    list-style: none;
    text-decoration: none;
    border: 1px solid black;
    color: #000;
    border-radius:5px ;
    padding: 3px;
}
.ajouter_film  a:hover{
    background: #000;
    color: #FFF;
}

div.ajouter_societe  a{
    text-align: right;
    list-style: none;
    text-decoration: none;
    border: 1px solid black;
    color: #000;
    border-radius:5px ;
    padding: 3px;
}

.ajouter_societe  a:hover{
    background: #000;
    color: #FFF;
}


div.pt{
    margin: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.table1{
    margin: 10px auto;
    border-radius: 10px;
    border-collapse: collapse;
    width: 100%; /* Largeur de la table */  
}

table.table1  th, td {
    border: 1px solid black; /* Bordures de chaque cellule */
    padding: 8px; /* Espacement interne des cellules */
    text-align: left; /* Alignement du texte à gauche */
}


.titre10{
    text-align: center;
}



.message{
    height: 150px;
    width: 500px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;

}
.message h4{
    padding: 10px;
    text-align: center;
}

div.retour2 a{
    text-align: center;
    text-decoration: none;
    background-color: #f5f4f4;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 180px;
    color: #000;
    cursor: pointer;
}




div.retour2 :hover{
    background-color: black;
    color: #F2F2F2;
    cursor: pointer;
}




.form_ajout form{
   text-align: center;
   width: 500px;
   height: 600px;
   margin: 10px auto;
   box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}


 

#photo{
    padding: 30px;
}
#header, #temps, #auteur_ajout, #footer_ajout{
    display: flex;
    justify-content: center;
    padding: 15px;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-right: 20px; /* Espacement entre les champs */
}

.input-group label {
    margin-bottom: 5px; /* Espacement entre le label et l'input */
    text-align: left;
}
.T_ajouter p{
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
}

.bouton_ajouter input{
    padding: 10px;
    background:white ;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; 
}
.bouton_ajouter input:hover{
    background-color: #000;
    color: white;
    cursor: pointer;
}


.bouton_modifier input{
    padding: 10px;
    background:white ;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; 
}
.bouton_modifier input:hover{
    background-color: #000;
    color: white;
    cursor: pointer;
}

.texte_modification{
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
}






::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #111111;
}

::-webkit-scrollbar-thumb:hover {
    background: #111111;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

.input-group1 {
    margin-bottom: 10px; /* Espacement entre les champs */
    margin-right: 10px;
}



.form-section {
    display: flex; /* Utiliser Flexbox pour organiser les sections */
    justify-content: center; /* Espacement uniforme entre les champs */
    margin-bottom: 20px; /* Espacement entre les sections */
}


.form_modifier {
    text-align: center;
   width: 500px;
   height: 200px;
   margin: 10px auto;
   box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

#header2, #temps2 {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.input-group2 {
    display: flex;
    flex-direction: column;
    margin-right: 20px; /* Espacement entre les champs */
}

.input-group2 label {
    margin-bottom: 5px; /* Espacement entre le label et l'input */
    text-align: left;
}
.bouton_ajouter {
    text-align: center; /* Centrage du bouton */
}
table.table1 th,td a{
    color: black  ;
    text-decoration: none;
}
table.table1 th,td a:hover{
    color: red;
}


.reponse_recherche1 h4{
    text-align: center;
}

