

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
}


.barre{
    display:none
}

section {
    position: relative;
    top: 0px;
   width:100%;
  
}
.section{
    position: relative;
    width: 100%;
    aspect-ratio: 16 /9;
}

.video_presentation {
    position: absolute;
    width: 100%;
    height: 100%;

    inset: 0;

    top: 0;
    z-index: -20;

}

.texte_video {
  
    color: rgb(246, 246, 246);
    position: relative;
    top: 60%;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;


}

.titre_video {
    width: 100%;
    padding-bottom: 30px;
    font-family: "Peralta";
  color: white;
    font-size: 70px;
    z-index: 0;


}
.explication_video{
    font-size: 40px;
}



.tableau img {
    width: 160px;
    box-shadow: 7px 4px 24px black;
    border-radius: 16px;

}





.les_tableaux {
    
    padding-top: 20px;
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    


}

.titre_prestation{
    padding: 30px 0;
    font-size: 25px;
    color: rgb(181,162,138)



}

.tableau{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    
  
   
}
.description{
    font-size: 19px;
}

.tableau li{
    list-style: disc;
}




.prestations{
    width: 100%;
    padding-top: 20px ;
  
   
    display:flex;
flex-direction: column;
align-items: center;
}

p{
    font-size: 17px;
}
.prestations  ul{
    font-size: 17px;
}

.sous_menu{

color: rgb(181,162,138);
font-size: 40px;
width: 100%;
text-align: center;
  
}


.tableau ul p{
    text-align: center;
}





.interview{
   
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;

}


.position_cadre{
    width: 80%;
    border: 1px black solid;
    background-color: rgba(181, 161, 138, 0.74);
    box-shadow:7px 8px 13px black;
    border-radius: 30px;

}
.cadre_interview{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:15px;
}

.cadre_interview img{
    width: 10%;
    border-radius: 30px;
    padding: 10px;
}

.cadre_interview .liens{
   display: flex;
   justify-content: center;
   padding: 20px;
   

}

.liens p{
text-decoration: underline black 1px;
}
.liens p:hover{
text-decoration:none
}


.cadre_interview .liens:visited{
    color: black;
     
}



.texte_inter_liens{
    width: 60%;
    padding: 10px;
}

.cadre_milieu{
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(181, 162, 138, 0.384)
    

}

.textes_et_images_cadre_milieu{
   padding: 20px;
    width: 80%;
}


.textes_et_images_cadre_milieu img{
  width: 40%;
  border-radius: 0 50px;
  

}


.txt_1_img_cadre_milieu{
    display: flex;
    flex-direction: row-reverse;
}

.txt_2_img_cadre_milieu{
   display: flex;
    flex-direction: reverse;

}
.textes_et_images_cadre_milieu p{
    padding: 20px;

}
.img_cadre_milieu:active{
    scale: 2;
    z-index: 5;
    transform: translateX(-10%);
}


.message{
    text-align: center;
    font-weight: bold;
    font-family: "peralta";
}



.les_tableaux{
    display: flex;
    flex-wrap: wrap;
    width: 100%;




}

.tableau{
    width: 40%;
    padding-bottom: 40px;
}


 .description_balade{
    font-style: italic;
}





@media screen and (max-width:1300px) {
    .texte_video{
        height:100% ;
        width: 100%;
        
       
        top: 0;
       

    }
    
    
    .titre_video{
    font-size: 17px;
    padding: 3% 0 0 0;
   
  
}
.explication_video{
    font-size: 14px;
    padding: 20px;
    position: absolute;
    bottom: 3%;

}

.sous_menu{
    font-size: 13px;
}
.titre_prestation{
   font-size: 12px;
}
.tableau{
    width: 47%;
}

.description{
    font-size: 11px;
    font-weight: bold;

}
.prestations p {
   font-size: 10px; 
}
.prestations li {
   font-size: 10px; 
   list-style-position:inside;
}


.position_cadre{
    width: 90%;
}
.interview p{
  font-size: 10px; 
}

.interview img{
    width: 30%
}

.cadre_interview .liens{
  font-size: 8px;
  font-style: italic; 
  padding: 10px 0 0 0
}

.textes_et_images_cadre_milieu p{
    font-size: 10px;

}

.textes_et_images_cadre_milieu{


    width: 95%;
    padding: 0;
}

.img_cadre_milieu{
    height: 20%;
    aspect-ratio: 16/9;
    align-self: center;
   
    box-shadow:4px 9px 50px 0px rgb(15, 15, 15);

      
 
}

}