
  @font-face {
    font-family: Raleway;
    src: url("../src/static/Raleway-Medium.ttf");
  }
  @font-face {
    font-family: Raleway_Light;
    src: url("../src/static/Raleway-Light.ttf");
  }
*{
    box-sizing: border-box;
    font-family: Raleway,Sans-serif;
    margin: 0;
}

nav{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e9ecdb;
   
}
.contentNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10%;
}
.logo{
    width: 9rem;
    vertical-align: middle;
    padding-top: 15px ;
    padding-bottom: 15px ;
    
}
.but{
    color: #fff;
    background-color: #329a9a;
    
    display: flex;
    text-align: center;
    padding:.375rem .75rem; 
    letter-spacing: 1.1px;
    box-shadow: 0 5px 10px 3px rgba(2.0000000000000004,3,3,.25);
    transition: linear 0.5s;   
}
.but:hover{
    cursor: pointer;
    
    /* filter: brightness(120%); */
    background-color: black;
}

.contentBack{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 700px; */
    background: url(../src/bat.svg) repeat-x bottom;
    background-size: 800px;
   
    
}
.contentBack p{
    margin-bottom: 5%;
}
.infoSite{
    width: 30%;
    text-align: left;
   margin-right: 30%;
   padding-bottom: 5rem;
   padding-top: 5rem;
}
h1{
    font-size: 2.25rem;
    
}
h2{
    color: #329a9a;
    text-transform: uppercase;
    margin-top: 5%;
    margin-bottom: 5%;
   
}
h4{
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #DBE0C2;
    margin-bottom:20px ;
    
}
p{
    line-height: 1.6;
}
.dispo{
    color: #fff;
    background-color: #329a9a;
    border: none;
    display: inline-block;
    text-align: center;
    padding:.375rem .75rem; 
    transition: ease 0.5s;   
}
.dispo:hover{
    cursor: pointer;
    
    filter: brightness(120%);
}
.services{
    background-color: #0E2725;;
    width: 100%;
    
}
a{
    text-decoration: none;
    color: #329a9a;
    
}
a:visited{
    
    color: #329a9a;
}

.formulaire{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20rem;
     /* padding-right:10% ;  */
    /* align-items: center; */
}
.formulaire h2{
    margin-bottom: 0;
}
.infos{
    margin-top: 1% ;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); */
    text-align: left;
    /* border: solid 1px #e9ecdb ; */
    padding: 2%;
    /* background-color: #e9ecdb; */
    color: #373a3c;
    
}
form{
    display: flex;
    flex-direction: column;
    
}
form input,select{
    
    margin-bottom: 0.5rem;
    border: 1px solid #DBE0C2;
    
    
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    border-radius: 3px;
padding: .5rem 1rem;
transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  font-family: Raleway_Light ,Sans-serif;
    
}
form label{
    margin-bottom: 1rem;
}
 #sub{
  
    font-size: 1em;
font-weight: 500;
text-transform: uppercase;
font-style: normal;
letter-spacing: 1.1px;
font-family: Raleway, Sans-serif ;
} 
.error{
    color: red;
}
#sended{
    color: #329a9a;
}
/* #butSub{
    display: flex;
    justify-content: center;
} */

/* #nom{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#nom div{
    display: flex;
    flex-direction: column;
} */
#tel{
    display: flex;
    width: 100%;
}
#tel select{
    width: 45%;
} 
#tel input{
    width: 100%;
    margin-left: 5%;
}
#privacy{
    display: flex;
    align-items: center;
}
#privacy input{
    margin-right: 3%;
    margin-bottom: 0;
}
#privacy label{
    text-align: initial;
    margin-bottom: 0;
}
#privacy label a:hover{
    text-decoration: underline;
    color: black;
}
#captcha{
    margin-top: 2%;
    margin-bottom: 5%;
}
.services{
    display: flex;
}
.services a{
    color: white;
    

}

.services span:nth-child(2){
    padding-left: 5px;
}
.services a:hover{
    color: #329a9a;
    

}
.services ul  {
    padding: 0;
}
.services ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: calc(11px/2);
}
.services ul li:not(:first-child){
    margin-top: calc(11px/2);
}
.services ul li a{
    display: flex;
    align-items: center;
    line-height: 1.6em;
}
#planif{
    display: flex;
    flex-direction: column;
}
i{
    width: 1.25em;
    color: #329A9A;
    font-size: 17px;
}
#coord{
    width: 15%;
    margin-left: 30%;
}

footer{
    background-color: #0E2725;;
    
}
footer p{
    color: #FFFFFFB5;
    font-size: 14px;
    margin-left: 25%;
     
     padding-top: 5%;
    padding-bottom: 2%; 
    
}
#langue{
    
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5%;

    transition: 0.3s;
}
#langue a{
    color: #262a2b;
    position: relative;
    padding: 10px;
    font-family: Raleway_Light,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    padding-top: 40%;
}
#langue:hover{
    background-color: #329a9a;
}
@media only screen and (max-width: 595px) {
    .infoSite{
        width: 90%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin: 5%;
        padding-bottom: 0;
    }
    h1{
        font-size: 1.2rem;
    }
    .formulaire{
        width: 80%;
    }
    #message{
        display: none;
    }
    .contentBack{
        align-items: center;
        flex-direction: column;
    }
    #env{
        font-size: 1.5rem;
    }
    #coord{
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h4{
        text-align: center;
    }
    footer p{
        margin: 0;
        text-align: center;
    }
    h2{
        text-align: center;
    }
}
 
/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
    .infoSite{
        width: 90%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin: 5%;
        padding-bottom: 0;
    }
    h1{
        font-size: 1.2rem;
    }
    .formulaire{
        width: 80%;
    }
    #message{
        display: none;
    }
    .contentBack{
        align-items: center;
        flex-direction: column;
    }
    #env{
        font-size: 1.5rem;
    }
    #coord{
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h4{
        text-align: center;
    }
    footer p{
        margin: 0;
        text-align: center;
    }
    h2{
        text-align: center;
    }
}
 
/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
    .infoSite{
        width: 90%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin: 5%;
        padding-bottom: 0;
    }
    h1{
        font-size: 1.5rem;
        
    }
    .formulaire{
        width: 80%;
    }
    #message{
        display: block;
        padding-left: 5px;
    }
    .contentBack{
        align-items: center;
        flex-direction: column;
    }
    #env{
        font-size: initial;
    }
    #coord{
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h4{
        text-align: center;
    }
    footer p{
        margin: 0;
        text-align: center;
        
    }
    h2{
        text-align: center;
    }
}
 
/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
    .infoSite{
        width: 30%;
        text-align: left;
        
    }
    h1{
        font-size: 2.25rem;
    }
    .formulaire{
        width: 60%;
    }
    #message{
        display: block;
        padding-left: 5px;
    }
    .contentBack{
        align-items: center;
        flex-direction: column;
    }
    #env{
        font-size: initial;
    }
    #coord{
        width: 33.33%;
        display: initial;
        margin-left: 25%;
    }
    h4{
        text-align: left;
    }
    footer p{
        margin-left: 25%;
        text-align: initial;
    }
    h2{
        text-align: initial;
    }
   
}
 
/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
    .infoSite{
        width: 50%;
        display: block;
        text-align: left;
        padding-top: 0;
        padding-bottom: 20%;
    }
    h1{
        font-size: 2.25rem;
    }
    .infos{
        width: 60%;
        margin-top:2rem ;
    }
    #message{
        display: block;
        padding-left: 5px;
    }
    .contentBack{
        align-items: center;
        flex-direction: row;
    }
    #env{
        font-size: initial;
    }
    #coord{
        width: 33.33%;
        display: initial;
        margin-left: 5%;
        
    }
    h4{
        text-align: left;
    }
    footer p{
        margin-left: 5%;
        text-align: initial;
    }
    h2{
        text-align: initial;
    }
    .contentNav{
        padding-left: 5%;
    }
    #langue{
        right: 2%;
    }
}