

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

.ensemble{
    top:0;
    position:absolute
}


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 {
    width: 100%;
    color: white;
    position: relative;
    top: 60%;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;


}

.titre_video {
    width: 100%;
    padding-bottom: 30px;

    top:65%;
    font-size: 70px;
    z-index: 2;


}



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

}





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

   
    


}

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



}

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

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



.sous_menu{
    color: rgb(125,103,72);
    font-size: 56px;
    margin: 20px 0;
  
}

.description{
    font-size: 25px;
}

.tous_bloc_1{
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: space-around;
}

.tous_bloc_2{
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: space-around;
}
.bloc_1{
    width: 40%;
}

.bloc_2{
 width: 40%;
}

.interview{
    width: 100%;
    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;
    padding:15px;
}

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

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

.texte{
    font-size: 30px;
    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;

}



@media screen and (max-width:1300px) {
html{
    width: 100%;
}


body{
width: 102%;

}
.ensemble{
    position: absolute;
    top:0;
    width: 102%;
    height: 100%;
}

.li_svg{
    display: block;
}

section {
       
 
   width:100%;
    position: relative;
   
    
        
}



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


}

.texte_video {

    width: 100%;
    height: 100%;
    top: 0;
}




.titre_video {
    width: 100%;
z-index: -2;
    position: absolute;
    top: 50%;

    font-size: 20px;

}

.explication_video {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 63%;
    font-size: 12px;
}

.section_prestation{
 
    width: 100%;
    height: 700px;
   
}

.sous_menu{
    font-size: 15px;
}

.bloc_1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.titre_prestation{
    font-size: 15px;
}


.les_tableaux{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.les_tableaux img{
    width: 100px;
}
.les_tableaux p{
    font-size: 15px;


}

.tous_bloc_1{
    display: flex;
    justify-content: space-around;
    width: 90%;
}

.tous_bloc_2{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    width: 90%;
}

.cadre_interview{
    display: flex;
    flex-direction: column;
    align-items: center;



}
.position_cadre{
    width: 80%;
}

.texte p{
font-size: 15px;

}

.liens {
    font-size: 17px;
}

.textes_et_images_cadre_milieu{
display: flex;
flex-direction: column;

}

.txt_1_img_cadre_milieu{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    

}

.txt_2_img_cadre_milieu{
   display: flex;
    flex-direction: column-reverse;
    align-items: center;

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


}