@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Marcellus&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.07em;
    
}


html{
    scroll-behavior: smooth;
}

/* top barre************** */

.top-barre{
   
    height: auto;
}

.top-barre div{
margin: auto;
}

.top-barre img{
    width: 12vh;
    height: auto;
}

.picto_presentation img {
    width: auto;
    height: 20vh;
}



nav {
    flex-direction: column;
}

nav li { 
    padding: 1vh;
}

/* header****************** */



/* section présentation********************/



.presentation {
    flex-direction: column;
    margin: auto;
    padding-bottom: 2vh;
}

 .presentation img{ 
   width: 50%;
    height: auto;
    display: block;
    margin: auto;
    
}

.picto_presentation img {
    width: 5%;
    height: auto;
}

.picto_presentation img {
    width: auto;
    height: 7vh;
}

 
 /*service *************/

section{
    max-width: 80%;

}


.container_service h1:first-child {
    padding: 2vh;
    }

.competence1 {
    margin-top: 5%;
    flex-direction: column;
}

.competence1.grap{
    padding-bottom: 0vh;
}


.rea img{
    
margin: auto;
}

.service img{
    display: block;
    width: 10%;
    height: 10%;
}

.service_surmesur img{
    display: block;
    width: 10%;
    height: 10%;
}


/* identité */

figure{
    text-align: center;
    max-width: 100%;
    margin: auto;

}

/* methodo */

.container_methode { 

 background-image: url(../image/panneau_direction.png);
background-size: 100%;

}

.methode{
    min-height: 0Vh;
}


#titre div{
    height: auto;
    width: 12vw;
    
}

#titre div img{
    width: 50%;
   margin-top: 1vh;
}

#texte {

  padding: 5vh;
}

#titre div a {

  
}
/* footer************ */

footer img{
 width: 10%;}

.top {
width: 60%;
   right: -19vw;
}
