@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Petit+Formal+Script&display=swap");
/* Changement navBar pour cette page, afin de la faire passer dessus et de la passer, 
ici, en position fixed pour qu'elle ne se fasse pas pousser par l'overlay de la vidéo */
.navbar{
    z-index: 9999;
    position: fixed;
}
body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
      }

.overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: rgba(236, 235, 234, 0.6);  
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.my-video {
    position: fixed;
    min-width: 100%; 
    height: 95%;
    z-index: -1;
    background-color: rgb(236, 235, 234);
}
.fredMauve-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fredMauve{
    color: rgba(255, 255, 255, 0.418);
    text-transform: uppercase;
    font-weight: bolder;
    position: fixed;
    font-size: 8rem;
    font-family: sans-serif;
    z-index: 1;
}

.overlay-text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    color: rgb(35, 33, 33);
}
.section-general{ 
    position: absolute;
    top: 200%; 
    width: 100%;
    z-index: 3;
    align-items: center;
    background-color: white;
}
.arrow {
    align-self: flex-start;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    font-family: 'Open Sans',sans-serif;
    margin-top: 1%; 
    font-size: 2rem;
    font-weight: 100;
    color: rgb(35, 33, 33);
    
}

.container-full{
    
    max-width: 1100px; 
    min-width: none;                         /* Largeur maximale fixée à 1100px */
    width: 100%; 
    margin: auto;            /* Par défaut, le conteneur prendra toute la largeur disponible */
}
h2{
    text-transform: uppercase;
    color: rgba(68, 69, 70, 0.629);
    font-size: 1.5rem;
    font-family: 'Open Sans',sans-serif;
}

.first{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-top: 13%;
}
.picture{
    width: 40%;
    display: flex;
    justify-content:center;
}
.expo{
    width: 70%;
    height: auto;  
}
.title-story{
    align-self: flex-start;
   
}

.story{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0;
}
.text-story{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans',sans-serif;
    width: 100%;   
}
.second{
    background-color: white;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    padding-top: 13%;
}
.text-explain{
    background-color: rgb(236, 235, 234);
    width: 70%;
    padding: 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-expo{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.old-pict{

    text-align: center;
}
.images-expo{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:50%;
}
.femme{
    width: 100%;
    margin: 0;
}
.third{
    background-color: white;
    display: flex;
    flex-direction: row;
     width: 100%;
     height: auto;
     margin: auto;
     padding-top: 13%;
}
.image-container{
   width: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.container-mister{
    width: 350px; 
    height: 550px; 
    display: flex;
    flex-wrap: wrap;
     margin: 0;
     align-self: center;
  }
  .image-part{
    flex: 0 0 33.3333%; /* 3 columns */
    max-width: 33.3333%; /* 3 columns */
    position: relative;
  }
  .image-part img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
.mister-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0;
}
.text-mister{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans',sans-serif;  
}
.clic-me{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Open Sans',sans-serif;
    color: rgb(236, 183, 184); 
    margin-top: 20px; 

}
.soul{
    align-self: flex-start;
    padding-left: 10%;
}
.fourth{
    width: 100%;
    margin: auto;
    padding-top: 13%;
    margin-bottom: 5%;
}
.carousel-title{
    text-align: center;
    padding-bottom: 3%;
}
#carousel-scene{
   width: 641px;
   height: 371px;
   border: solid 1px #fff;
   box-shadow: 0 0 14px rgba(0,0,0,0.3);
   position: relative;
   overflow: hidden;
   margin: auto;
}
.images-carousel{
    width: 641px;;
    height: 371px;
    display: inline-block;
    margin: 0;
    background-size: cover;
}

#container-scene{
   width: 641px;
   height: 371px;
    
}

.bouton{
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 175px;
}
#g{
    left: 0;
    transform: rotate(0deg);
    opacity: 0.4; 
    transition: all 0.3s ease;  
}
#d{
    right: 0;
    transform: rotate(180deg);
    opacity: 0.4; 
    transition: all 0.3s ease; 
}
#g:hover{
    
    transform: rotate(0deg) scale(1.1);
    opacity: 1; 
    transition: all 0.3s ease;   
}
#d:hover{
    
    transform: rotate(180deg) scale(1.1);
    opacity: 1; 
    transition: all 0.3s ease;   
}
.fifth{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 13%;
}
.soldier{
    align-self: flex-start;
}
.tirailleur{
    width: 50%;
    display: flex;
    justify-content: center;
}
.book{
    width: 60%;
    
}
.history{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0;
}
.text-history{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans',sans-serif;
}
.images-family{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding-top: 3%;
    padding-bottom: 10%;
}
.family{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    padding-bottom: 13%; 
}
.family-drawings{
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    
}
.country{
    width: 250px;
    height: 250px;
    margin-right: 10px;
   
    
}
.girls{
    width: 250px;
    height: 250px;
    margin-right: 10px;
   
}
.koople{
    width: 250px;
    height: 250px;
   
   
}
.container-footer{
    display: none;
}
.footer{
    background-color: white;
}
.li_link{
    font-size: 0.7em;
}
.fa-gear{
    position: absolute;
    bottom: 10px; /* Ajustez cette valeur pour définir la distance entre l'icône et le bas du footer */
    right: 10px; /* Ajustez cette valeur pour définir la distance entre l'icône et la droite du footer */
    /* Vous pouvez également définir la taille, la couleur, etc. de l'icône ici */
}
.text-credit{
    margin: 2%
}


@media (max-width: 900px){
    .video-overlay{
        display: none;
    }
    .section-general { 
        position: relative;
        width: 100%;
        margin-top: 20%;
        align-items: center;
    }
    .text-story{
        text-align: left;
        font-size: 1rem;
        width: 100%;
        padding-left: 10%;
        
    } 
}

@media (max-width: 768px){

    .first{
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: auto;
        height: auto;
        padding-top: 30px; 
        margin-bottom: 10%;
        margin-top: 20%;
    }
    .picture{
        display: flex;
        flex-direction: column;
        align-self: start;
        width: 70%;
        margin: auto;
        margin-top: 5%;
        margin-bottom: 8%
    }
    .expo{
        width: 100%;

    }
    .story{
        width: 100%;
    }
    .title-story{
        width: 100%;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 5%;
        padding: 0%;
    }
    .text-story{
        text-align: center;
        margin: 3%;
        font-size: 1rem;
        font-family: 'Open Sans',sans-serif;
        width: 70%;
        padding: 0%;
    }
    .text-technic{
        text-align: center;
    }
    .second{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 10%;
    }
    .text-explain{
        background-color: rgb(236, 235, 234);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0%;
        margin-bottom: 5%;
    }
    .old-pict{
        padding: 3%;
        font-size: 2rem;
    }
    .text-expo{
        font-size: 1rem;
        padding-bottom: 3%;
    }
    .images-expo{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        justify-content: center;
        width:80%;
    }
    .femme{
        width: 100%;
        margin: auto;
    }
    .third{
        background-color: white;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: auto;
        margin-bottom : 5%;
    }
    .image-container{
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        margin-top: 5%;
        margin-bottom: 5%
    }
    .container-mister{
        width: 350px;
        height: 550px;
    }
    .mister-title{
        width: 100%;

    }
    .soul{
        width: 100%;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 5%;
        padding: 0%;
    }
    .text-mister{
        text-align: center;
        margin: 3%;
        font-size: 1rem;
        width: 90%;   
    }
    .fourth{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
        padding-bottom:5%;
        margin-top: 5%; 
    }
    .carousel-title{
        width: 100%;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 8%;
        padding: 0%;
    }
    .fifth{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
        padding-bottom:5%;
        margin-top: 10%; 
    }
    .soldier{
        width: 100%;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 5%;
        padding: 0%;
    }
    .tirailleur{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .book{
        width: 70%;
        height: auto; 
    }
    .history{
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .text-history{
        text-align: center;
        margin: 3%;
        font-size: 1rem;
        width: 70%;
        padding-bottom: 5%;  
    }
    .family{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        margin-top: 20%; 
    }
    .images-family{
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding-top: 3%;
        padding-bottom: 10%;
    }  
    .family-drawings{
        width: 100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        
    }
    .country{
        width: 380px;
        height: 380px;
         margin-right: 0;
       
        
    }
    .girls{
        width: 380px;
        height: 380px;
        margin-right: 0;
        margin-top: 3%;
       
    }
    .koople{
        width: 380px;
        height: 380px;
        margin-top: 3%;
       
       
    }
    .footer{
        background-color: white;
        padding-top: 5%;
    }   
    
}
@media (max-width: 600px) {
    .fourth{
        display: none;
    }
  }
@media (max-width: 450px){
      
    .video-overlay{
       display: none;
    }
    .section-general { 
        position: relative;
        margin-top: 30%; 
        width: 100%;
        z-index: 2;
        align-items: center;
    }
    .first{
        display: flex;
        flex-direction: column-reverse;
        background-color: white;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .text-story{
        width: 90%;
    }
    .picture{
        background-color: white;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 0%;
    }
    .expo{
        width: 90%;
    }
    h2{
        text-align: center;
        text-transform: uppercase;
        color:rgb(59, 57, 56);
        font-size: 22px;
       
    }
    h3{
        text-align: center;
        font-family: 'Parisienne', 'Open sans', sans-serif;
        color:rgb(59, 57, 56);
        font-weight: lighter;
        font-size: 1.3rem;
        letter-spacing: 2px;
        margin: 4%;
    }
    .text-explain{
         width: 100%;
    }
    .text-expo{
        width: 95%;
        padding-bottom: 8%;
    }
    .images-expo{
        width: 100%;
    }
    .femme{
        width: 100%;
    }
    .soldier{
        width: 100%;
        padding: 0%;
    }
    .book{
        width: 90%;
        height: auto; 
    }
    .text-history{ 
        width: 90%;
    }
    .footer{
        background-color: white;
        padding-top: 5%;
    }
}





  
