html{
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    width: 100vw;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@font-face {
    font-family: "Montserrat";
    src: url("../Montserrat.ttf") format("ttf");
    font-display: swap;
}

#bouton-achat{
    height: 55px;
    width: 200px;
    font-weight: 300;
    background-color: #675952;
    display: flex;
    flex-direction: column;
    color: #ece6e6;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#bouton-achat:hover{
    background-color: #947f74;
}



#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #6759527d;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px 18px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
    z-index: 9999; 
  }
  
  #scrollTopBtn:hover {
    background-color: #675952;
  }

  #scrollTopBtn img{
    max-width: 25px;
  }
  

#localisation h2{
    font-size: 35px;
    font-weight: 500;
    color: #675952;
    margin-bottom: 50px;
}

#localisation{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px;
}

#description-spectacle{
    font-weight: 300;
}
#lien-spectacle{
    font-weight: 400;
    margin-bottom: 0;

}

#date-heure-spectacle, #lieu-spectacle{
    font-weight: 700;
}

#centrage{
    display: flex;
    justify-content: center;
}

#centrage-button{
    display: flex;
    justify-content: center;
}

button {
    position: relative;
    height: 50px;
    width: 190px;
    background: linear-gradient(#CEBFA3, #ece6e6);
    color: #675952;
    border: 3px solid #675952;
    margin-bottom: 50px;
    font-family: "Montserrat";
    font-size: 17px !important;
    font-weight: 600;
    border-radius: 30px !important;
    margin: 20px !important;
    overflow: hidden;
    z-index: 1;
}

/* Pseudo-élément pour le dégradé au survol */
button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#675952, #675952);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 30px;
    z-index: -1;
}

/* Hover effect : faire apparaître le second dégradé */
button:hover::before {
    opacity: 1;
}

button:hover {
    color: #CEBFA3;
    border: 3px solid #675952;
}





#spectacle{
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    width: 1000px;
}


.spectacle {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* on retire visibility ici */
  }
  
  /* Classe qui déclenche le fade-out */
  .spectacle.fade-out {
    opacity: 0;
    transform: translateY(20px);
  }
  
  /* Masqué (display none) */
  .spectacle.hidden {
    display: none !important;
  }
  

#titre-spectacle{
    font-size: 50px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 50px;
}

#titre-spectacle-fin-annee{
    font-size: 30px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 50px;
}

#section-spectacle2 p{
    font-size: 17px;
}

#section-spectacle1{
    width: 400px;
    background-image: url(../images/spectacle-fin-annee.webp);
    display: flex;
    justify-content: center;
    align-items: center;

}

#section-spectacle1 img{
    width: 300px;
    background-image: url(../images/spectacle-fin-annee.webp);

}




#section-spectacle2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #675952;
    padding: 50px;
    width: 400px;
    background-color: #ece6e6;


}

#potiche-youtube-block{
    display: flex;
    justify-content: center;
    flex-direction: column;

    margin-bottom: 150px;
}

#potiche-youtube{
    display: flex;
    justify-content: center;
}

#potiche-youtube-block h2{
    font-size: 35px;
    font-weight: 500;
    color: #675952;
    margin-bottom: 50px;
    text-align: center;
}


#section-potiche1{
    background-color: #675952 ;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-potiche2 {
    background-color: #ece6e6;
    width: 500px;
    height: 500px;
    display: flex;
    flex-direction: column; /* ← C'est ça qui change tout */
    justify-content: center; /* centre verticalement le contenu */
    align-items: center; /* centre horizontalement le contenu */
    text-align: center;
}


#potiche-iframe{
    width: 500px;
    height: 500px;
}

#potiche-h3{
    font-size: 23px;
    font-family: "Montserrat";
    color: #675952;

}


#potiche-p{
    font-size: 17px;
    font-family: "Montserrat";
    color: #675952;
}


.conteneur-a-propos {
    background-color: #675952;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#f6f9fe ;
    font-size: 20px;
    font-weight: 300;
    padding-right: 5vw;
    padding-left: 5vw;

    font-family: "Montserrat", sans-serif;
    margin-right: 5vw;
}

.conteneur-a-propos h3{
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;

}

#conteneur{
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    background-color: #ece6e6;
    padding-bottom: 5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;


}

#img-conteneur{
    max-width: 400px;
    margin: 5vw;
    border-radius: 10px;
}



#iframe{
    display: flex;
    align-items: center;
    justify-content: center;
}

iframe{
    width: 60vw;
    height: 35vw;
}

#h2-potiche{
    margin: 60px;
    font-size: 30px;
    font-weight: 300;
    color: #F6FAFF;
}


.polygone-bleu {
    padding-top: 7vh;
    background-color: #675952; /* Bleu clair */
    color: #f6f9fe;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    padding-bottom: 250px;
    margin-top: 10vh;
  }
  

  .polygone-bleu img{
    max-width: 60vw;
  }
  

#comediens-png{
    max-width: 250px;
    width: 230px;

}

#village-png{
    max-width: 230px;
    width: 230px;

}

#h3-display{
    margin-top: 15%;
    font-weight: 300;
    font-size: 25px;
    color: #675952;
}



#competence{
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    background-image: url(images/fond-div.webp);
}

#competence1, #competence2 {
    width: 384px;
    height: 384px;
    margin: 2vw;
    border-radius: 15px;
    position: relative;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Cache le débordement */
    box-shadow: 10px 5px 5px #675952;    transition: background-color 300ms linear;
        background-color: #f6f9fe;

}

#competence1:hover, #competence2:hover {
background-color: #CEBFA3;
}



.triangle-container {
      position: relative;
      background-color: #675952; /* bleu */
      color: white;
      text-align: center;
      padding: 80px 20px 120px; /* espace autour du contenu */
      clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    }

    .triangle-container img {
      width: 250px;
      margin-bottom: 10px;
    }

    #p-triangle{
        font-size: 20px;
        font-weight: 200;


    }

    #h2-triangle{
        font-size: 45px;
        margin: 5px 0 0;
        font-weight: 300;

    }

body {
    font-family: Arial, sans-serif;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    background-attachment: fixed; /* Ajout de cette ligne pour fixer le fond */
    background-repeat: repeat; 
    background: url('../images/fond-complet.webp');
    background-repeat: repeat;
    background-attachment: scroll; /* Valeur par défaut */
    font-family: "Montserrat", serif;
    color: #f6f9fe;
    
}

#trait-horizontal{
    width: 90vw;
    height: 2px;
    margin-bottom: 20px;
    background-color: #f6f9fe;
}


a, a:link, a:visited {
    text-decoration: none !important;
    color: inherit !important;
}



#h1-titre{
    margin-top: 50px;
    text-align: center;
    color: #ece6e6;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 75px;
}

.menu-button {
    position: fixed;
    top: 10px;
    left: 10px;
    background: rgba(34, 34, 34, 0.0);
    color: #675952;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 38px;
    border-radius: 5px;
    z-index: 1000;

}
.menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #222;
    color: #675952;
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 999;

}
.menu-button:hover {
    color: #ffb266 ;

}

.menu.active {
    left: 0;
}
.menu ul {
    margin-top: 35%;
    list-style: none;
    padding: 0;
}
.menu li {
    width: max-content;
    margin: 20px 0;
    cursor: pointer;
    font-family: "Montserrat", serif;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
}
.menu li:hover {

    color: #ffb266;
    font-family: "Montserrat", serif;

}

.menu li {
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Animation d'apparition */
.menu.active li {
    opacity: 1;
    transform: translateX(0);
}

/* Ajout du délai progressif */
.menu.active li:nth-child(1) { transition-delay: 0.1s; }
.menu.active li:nth-child(2) { transition-delay: 0.2s; }
.menu.active li:nth-child(3) { transition-delay: 0.3s; }
.menu.active li:nth-child(4) { transition-delay: 0.4s; }
.menu.active li:nth-child(5) { transition-delay: 0.5s; }
.menu.active li:nth-child(6) { transition-delay: 0.6s; }
.menu.active li:nth-child(7) { transition-delay: 0.7s; }

/* ----- ANIMATION UNDERLINE ----- */
.menu li::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Distance sous le texte */
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #ffb266; /* Couleur du trait */
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

/* Effet au survol */
.menu li:hover::after {
    width: 100%;
    left: 0;
}






        
/* Animation d'apparition */
#menu-pc.active li {
    opacity: 1;
    transform: translateX(0);
}

/* Ajout du délai progressif */
#menu-pc.active li:nth-child(1) { transition-delay: 0.1s; }
#menu-pc.active li:nth-child(2) { transition-delay: 0.2s; }
#menu-pc.active li:nth-child(3) { transition-delay: 0.3s; }
#menu-pc.active li:nth-child(4) { transition-delay: 0.4s; }
#menu-pc.active li:nth-child(5) { transition-delay: 0.5s; }
#menu-pc.active li:nth-child(6) { transition-delay: 0.6s; }

/* ----- ANIMATION UNDERLINE ----- */
#menu-pc li::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Distance sous le texte */
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #ffb266; /* Couleur du trait */
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

/* Effet au survol */
#menu-pc li:hover::after {
    width: 100%;
    left: 0;
}

#header-pc li{

    color: #F6FAFF;
    text-decoration: none;
    list-style-type: none;
    display: flex;
    position: relative;
    margin: 2vw;
    font-size: 17px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    width: max-content;
    cursor: pointer;

}

#header-pc li:hover{
    color: #ffb266;
    font-family: "Montserrat", serif;
}

#header-pc ul{

    display: flex;
    position: relative;
    align-items: center;
    margin-top: 2vh;
}

#header-pc {
    background-color: #675952;
    display: flex;
    justify-content: center; /* Centre les éléments horizontalement */
    width: 100%; /* Assure que le header prend toute la largeur */
    align-items: center; /* Centre verticalement également */
    max-height: 25vh;
    position:relative;
    z-index: 999;
}



#logo-header{
    max-width: 170px;
    
}

footer{
    background-color: #675952;
    width: 100vw;
    margin-top: 40px;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    display: grid;
    place-items: center;
}

#ligne-footer{
    margin-top: 40px;
    width: 2px;
    height: 30vh;
    background-color: #F6FAFF; 
    margin-left: 300px; 
    margin-right: 300px; 
}

#colonne-footer{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    
}

#h4-contact{
    color: #F6FAFF;
    font-family: "Montserrat", serif;
    font-weight:bold;
    font-size: 27px;
    margin-bottom: 40px;
    margin-top: 40px;

}

#p-contact{
    color: #F6FAFF;
    font-family: "Montserrat", serif;
    font-weight:400;
    font-size: 15px;
}

#p-réseaux{
    color: #F6FAFF;
    font-family: "Montserrat", serif;
    font-weight:500;
    font-size: 15px;
}

#icone-footer{
    max-width: 35px;

}

#logo-footer{
    max-width: 120px;
}

#réseaux-tel{
    display: none;
}

#header-footer{
    display: none;
}

#p-copy{
    display: block;
}

#p-copy-tel{
    display: none;
}

#header-pc{
    display: flex;
}

#header-tel{
    display: none;
}

#content {
    display: flex;
    justify-content: center;
    align-items: center;
  }



#container{
    margin: 60px;
    display: block;
    justify-content: center;
    overflow: hidden;
    height: 28vw;
    width: 50vw;
    align-items: left;
    transition: 0.5s ease;
}

#container:hover{
transform: scale(1.05);


}

.image-container {
    position: relative;

    overflow: hidden;
    margin-top: 10vh;
  }
  
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 149, 0, 0.7);
    display: block;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .overlay-text {
    justify-content: center;    
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 20px;
    font-family: "Montserrat", serif;
    color: #222;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
  }

  .overlay-text-mini {
    color: white;
    font-size: 25px;
    text-align: center;
    padding: 20px;
    font-family: "Montserrat", serif;
    color: #222;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  
  .image-container:hover .overlay {
    opacity: 1;
  }

  
  #ligne{
    display: flex;
    justify-content: center;
    align-items: center;
}

#PHOTOS1{
    margin: 0.5vw;
    height: 28vw;
    width: 50vw;
}







.text-section {
    position: absolute;

    background: #d37021;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 40px;
    color: #1B1B1B;
    font-family: Arial, sans-serif;
    height: 28vw;
    width: 20vw;
    border-radius: 10px;

}

  
.text-section h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    font-family: "Montserrat", serif;

}
.text-section p {
    margin-top: 20px;
    margin: 5px 0 0;
    font-size: 18px;
    opacity: 0.8;
    font-weight: 500;
    font-family: "Montserrat", serif;


}

#block{
    display: none;
}


@media (max-width: 767px) { 

    #centrage-button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        flex-wrap: wrap;

    }
    
    button{
        height: 60px;
        width: 130px;
        margin-bottom: 50px;
        font-family: "Montserrat";
        font-size: 15px !important;
        font-weight: 600;
        border-radius: 30px !important;
        margin: 10px !important;
    }

 



    #titre-spectacle{
        font-size: 30px;
    }

    #section-spectacle1{
        width: 300px;
    }
    
    
    #section-spectacle2{
        width: 300px;
    }

    #section-spectacle2 p{
        font-size: 15px;    
    }

    #potiche-youtube-block h2{
        font-size: 25px;
        font-weight: 500;
        color: #675952;
        margin-bottom: 80px;
        text-align: center;
        margin-top: 80px;
    }

    #section-potiche1{
        margin-top: 70px;
        background-color: #675952 ;
        width: 300px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #section-potiche2 {
        background-color: #ece6e6;
        width: 300px;
        height: 300px;
        display: flex;
        flex-direction: column; /* ← C'est ça qui change tout */
        justify-content: center; /* centre verticalement le contenu */
        align-items: center; /* centre horizontalement le contenu */
        text-align: center;
    }


    #spectacle{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;


    }


    #potiche-youtube{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #conteneur{
        background-color: #CEBFA3;  
    }

    #p-triangle{
        font-size: 15px;
        font-weight: 200;


    }

    #h2-triangle{
        font-size: 30px;
        margin: 5px 0 0;
        font-weight: 300;

    }

    .triangle-container img {
        width: 100px;
        margin-bottom: 10px;
      }

    #img-conteneur{
        display: none;
    }
    
    #block{
        display: block;
        height: 60vw;
    }

    #block h3{
        font-size: 25px;
        margin-top: 30px;
    }

    #comediens-png{
        max-width: 230px;
        width: 40vw;
    
    }
    
    #village-png{
        max-width: 230px;
        width: 40vw;
    
    }
    
#avis-clients{
    font-size: 30px;
    margin-top: 20px;
}

#colonne-footer{
    display: none;
}

#competence{
    display: none;

}

#competence1, #competence2, #competence3{
    width: 60vw;
    height: 40vh;
    margin-bottom: 15vh;
}

#competence1 img, #competence2 img, #competence3 img{
max-width: 150px;
}

footer{
    padding-left: 0; /* Reset le padding pour mobile */
    display: block;
    justify-content: left;
    align-items: left;
    text-align: left;
    padding: 20px;  /* Exemple de padding pour le contenu */
    height: 500px;
    color: #F6FAFF;


}

#trait-horizontal{
    margin-top: 0;

}

#réseaux-tel{
    display: block;
    justify-content: center;    /* Centre le div lui-même horizontalement */
    align-items: center;        /* Centre le div lui-même verticalement */
    position: relative;
    width: 100%;                /* Prend 100% de la largeur de son parent */
    height: 100vh;  
    font-size: 10px;
    margin-bottom: 0;
    height: 20px;
}

#header-footer{
    display: block;
    margin-top: 5vh;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
}

#p-header-footer{
    color: #F6FAFF;
    font-family: "Montserrat", serif;
    font-weight:400;
    font-size: 10px;
    text-align: left;

}

#p-h-f{
    color: #F6FAFF;
    align-items: left;
    font-size: 10px;
    font-weight: 600;
}


#icone-footer{
    max-width: 30px;
    margin-bottom: 20px;
}

#p-copy{
    display: none;
}

#p-copy-tel{
    display: block;
    align-items: center;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
}



#header-pc{
    display: none;
}

#header-tel{
    display: block;
}

.text-section h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", serif;

}
.text-section p {
    margin-top: 20px;
    margin: 5px 0 0;
    font-size: 10px;
    opacity: 0.8;
    font-weight: 500;
    font-family: "Montserrat", serif;


}

.text-section {
    position: absolute;

    background: #d37021;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 40px;    color: #1B1B1B;
    font-family: Arial, sans-serif;
    height: 38vw;
    width: 32vw;
    border-radius: 10px;

}

#container{
    margin: 30px;
    display: block;
    justify-content: center;
    overflow: hidden;
    height: 38vw;
    width: 70vw;
    align-items: left;
}

#img-container{
    height: 38vw;
    width: 70vw;

    border-radius: 10px;

}

.overlay-text{
    font-size: 17px;;
    
     }

     .overlay-text-mini{
        font-size: 12px;;
        
         }

         #PHOTOS1{
            margin: 0.5vw;
            height: 40vw;
            width: 70vw;
        }

        .conteneur-a-propos h3{
            font-size: 17px;
            font-weight: 630;
    
            
        }
        .conteneur-a-propos{
            font-size: 13px;
            font-weight: 630;
            padding-left: 100px;
            padding-right: 100px;
            height: 40vh;
            font-weight: 530;
            padding-top: 5%;
        }

        iframe{
            width: 80vw;
            height: 45vw;
        }

        #h2-potiche{
            font-size: 30px;
        }

 }

 @media (min-width: 768px) and (max-width: 1045px){    

    #header-pc{
        display: none;
    }

    #header-tel{
        display: block;
    }






    #avis-clients{
        font-size: 30px;
        margin-top: 20px;
    }
    
    #colonne-footer{
        display: none;
    }
    
    #competence{
        display: none;

    }
    
    #competence1, #competence2, #competence3{
        width: 70vw;
        height: 55vh;
        margin-bottom: 15vh;
    }
    
    #p-competence{
        font-family: "Montserrat", serif;
        font-weight: 500;
        font-size: 15px;
    
    
    }
    
    #h3-competence{
        font-family: "Montserrat", serif;
        font-size: 25px;
        transform: translate(-50%, -280%);
    
    
    
    }
    
    footer{
        padding-left: 0; /* Reset le padding pour mobile */
        display: block;
        justify-content: left;
        align-items: left;
        text-align: left;
        padding: 20px;  /* Exemple de padding pour le contenu */
        height: 570px;
    }
    
    #trait-horizontal{
        margin-top: 0;
    
    }
    
    #réseaux-tel{
        display: block;
        justify-content: center;    /* Centre le div lui-même horizontalement */
        align-items: center;        /* Centre le div lui-même verticalement */
        position: relative;
        width: 100%;                /* Prend 100% de la largeur de son parent */
        height: 100vh;  
        font-size: 10px;
        margin-top: 10vh;
        margin-bottom: 0;
        height: 20px;
    }
    
    #header-footer{
        display: block;
        margin-top: 5vh;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
    }
    
    #p-header-footer{
        color: #675952;
        font-family: "Montserrat", serif;
        font-weight:400;
        font-size: 15px;
        text-align: left;
    }
    
    #p-h-f{
        color: #675952;
        align-items: left;
        font-size: 15px;
        font-weight: 400;
    }
 
    
    #icone-footer{
        max-width: 30px;
        margin-bottom: 20px;
    }
    
    #p-copy{
        display: none;
    }
    
    #p-copy-tel{
        display: block;
        align-items: center;
        text-align: center;
        font-weight: 700;
        margin-top: 50px;
        margin-bottom: 20px;
    }


    .text-section {
        position: absolute;
    
        background: #d37021;
        clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
        padding-right: 40px;        color: #1B1B1B;
        font-family: Arial, sans-serif;
        height: 28vw;
        width: 22vw;
        border-radius: 10px;
    
    }
    .text-section h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        font-family: "Montserrat", serif;
    
    }
    .text-section p {
        margin-top: 20px;
        margin: 5px 0 0;
        font-size: 14px;
        opacity: 0.8;
        font-weight: 500;
        font-family: "Montserrat", serif;
    
    
    }

    .overlay-text{
    font-size: 20px;;
    
     }

     .overlay-text-mini{
        font-size: 15px;;
        
         }


    .conteneur-a-propos h3{
        font-size: 20px;
        font-weight: 630;

        
    }
    .conteneur-a-propos{
        font-size: 15px;
        font-weight: 630;
        padding-left: 100px;
        padding-right: 100px;
        height: 150px;
        font-weight: 530;
        align-items: center;  
        justify-content: center;
    }

    #block{
        display: block;
        height: 60vh;
        width: 50vw;

    }

    #block:hover{
        display: block;
        height: 60vh;
        width: 50vw;

    }



    #block h3{
        font-size: 25px;
        margin-top: 30px;
    }

    #comediens-png{
        max-width: 230px;
        width: 40vw;
    
    }
    
    #village-png{
        max-width: 230px;
        width: 40vw;
    
    }

    iframe{
        width: 80vw;
        height: 45vw;
    }

    #h2-potiche{
        font-size: 40px;
    }

    #img-conteneur{
        display: none;
    }

    .triangle-container img {
        width: 150px;
        margin-bottom: 10px;
      }

      #p-triangle{
        font-size: 15px;
        font-weight: 200;


    }

    #h2-triangle{
        font-size: 30px;
        margin: 5px 0 0;
        font-weight: 300;

    }

    
    #conteneur{
        background-color: #CEBFA3;  
    }

    #potiche-youtube{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #spectacle{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }

    #centrage{

        margin-left: 30px;
        margin-right: 30px;

    }

    #p-header-footer{
        color: #F6FAFF;
        font-family: "Montserrat", serif;
        font-weight:400;
        font-size: 10px;
        text-align: left;
    
    }

 }