@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: 1em;
    
}

html{
    scroll-behavior: smooth;
}

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

.top-barre{
    display: flex;
    border-bottom: 1px solid #2d343b ;
    height: 6vw;
}


.top-barre img{
    margin: 0.5vw 2vw ;
    width: 6vw;
    height: auto;
}

nav {
    display: flex;
    justify-content: right;
   align-items: center;
   width: 100%;
}
nav li a{
    color: #2d343b;
    padding: 2vw;
}

nav li a:hover{
    text-decoration: underline;
}

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

header{
    background-image: url(../image/Illustrationbanniere.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    height: 50vh;
    background-size: cover;
}



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


h1{
    padding: 3vw;
    text-align: center;
    font-variant-caps: small-caps;
    font-size: 1.5em;
   
    font-family: 'Marcellus', serif;
    letter-spacing: 2px;
}

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

 .presentation img{ 
    width: auto;
    height: 40vh;
    border-radius: 30%;
}
.presentation p:first-child {
padding: 5vh;

}

.picto_presentation img {
    width: auto;
    height: 7vh;
}
 
.picto_presentation {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
   
 }
 .picto_presentation div{
     margin: 2vw;
 }

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

section{
    max-width: 70%;
    margin: auto;
}


 .container_service{
    background-image: url(../image/container_service.png);
    background-repeat: no-repeat;
    background-color: #2d343b;
    height: auto;
    width: 100%;
    padding-bottom: 2vh;
}
.container_service p,h1,h2,h3 {
    color: #2d343b;
}

 .competence1 {
    display: flex;
}

.competence1 div{
    flex: 1;
}

.competence1 p,h2,h3 {
    color: #efdac3 ;
}  


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

.titre_service{
    color:rgba(239, 218, 195);
}

.rea{
    display: flex;
padding-bottom: 5vh;
}

.rea img{
    margin: 1vw;
    width: 100%; 
}


/* identité */

figure{
    text-align: center;
    max-width: 30vw;
    margin: auto;

}
figcaption {
    text-align: center;
    font-style: italic;
    color:white;
}

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

.service p{
    padding: 5vh 0 5vh 0;
} 


.service_surmesur{
    display: flex;
   justify-content: center;
}

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

.service_surmesur p{
    padding: 5vh 0 5vh 0;
    color: white;
} 

/* methodo */

.container_methode {
 background-image: url(../image/panneau_direction.png);
 background-repeat: no-repeat;
 background-size: 100%;
}
.methode{
    min-height: 50Vh;
}

.methode a{
    list-style: none;
    color:#2d343b ;

}


#titre{
    display: flex;
    border-bottom: #2d343b solid 1px;
    justify-content: center;
   
}
#titre div{
    min-height: 12vh;
    width: 12vw;
    
}

#titre div img{
    display: block;
   margin: auto;
   margin-top: 1vh;
}
#titre div a {

    color: #2d343b;
    display: block;
    text-align: center;
}

#titre div:hover {
    background-color: rgba(239, 218, 195, 0.50);

}

#texte {
  text-align: center;
  padding: 10vh;
}
/* footer************ */

footer{
    padding: 1vw;
    background-color: #2d343b;
    color: #efdac3 ;
}

footer h1 {
    color: #efdac3; 
    padding: 1vw 0 2vw 0; 
}

footer img{
   display: block;
   margin: auto;
}
footer p{
    text-align: center;
}

footer a {
    color: #efdac3 ;
    text-align: center;
    display: block;
}
.top {
    bottom: 2vh;
    position: fixed;
   right: 2vw;
}
