html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
.divider{
  width: 150px;
  height: 2px;
  background: #333;
  margin: 0 auto;
}
.middleposition2{
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%,-37%);
}
h1{
  color: #333!important;
  font-size: 100px!important;
  font-family: 'Oswald', sans-serif !important;
  text-align: center;
}
h2{
  font-size: 50px!important;
  font-family: 'Oswald', sans-serif !important;
}
h3{
   font-family: 'Roboto Slab', serif !important;
   font-weight: bold!important;
}
p{
  font-size: 18px;
  text-align: justify;
  font-family: 'Roboto Slab', serif;
}
nav{
  height: 80px;
  width: 100%;
  background: #fff;
  display: block;
float: right;
/*box-shadow: 0px 1px 5px #2d3436;*/
}

nav ul {
  display: flex;
  list-style: none;
  float: right;  
  line-height: 80px;
 
  top: 0;
  right: 0;
  transition: all 0.5s;
}


nav ul li a{
  height: 80px;
  line-height: 80px;
  color: #333;
  padding: 0 15px;
  text-decoration: none;
  display: block;
  font-family: 'Oswald', sans-serif;
  
transition: all cubic-bezier(.17,.67,.83,.67) 0.5s;

}

nav ul li a:hover, .active{
  text-decoration: none;
  color: #95a5a6;
  /*background: #F97F51;*/
 /* transition: all cubic-bezier(.17,.67,.83,.67) 0.5s;*/

}

.btn-open-menu {
  color: #333;
  font-size: 30px;
  line-height: 80px;
  cursor: pointer;
  float: right;
  margin-right: 20px;
  display: none;

}

.logo{
  font-size: 30px;
  color: #fff;
  line-height: 70px;
  margin-left: 20px;
  text-transform: uppercase;
}
.logo:hover{
text-decoration: none;
color: #fff;
}

section{
  min-height:calc(100vh);
  width: 100%;
}
/*SECTION PRESENTATION*/
/*#pagetitre{
background: url(../sources/images/bearded-man-fixing-motorcycle-in-workshop-3822843.jpg) no-repeat;
background-size: cover;
height:calc(35vh);
width: 100%;
}*/

/*.middleposition {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%,-15%);
}*/


/*SECTION SERVICE*/
#service{
  background: #333;
}

/*FOOTER*/
footer{
  background: #fff;
}
footer{
  background: #fff;
}

footer div ul li {
  list-style: none;
}
footer div ul li a {
  font-size: 30px;
  color: #333;
}

footer div ul li a:hover{
  color: #333;
}

footer div div div a{
  color: #333;


}
footer div div div a:hover{
  color: #333;
  text-decoration: none;
}
footer a {
  font-family: 'Roboto Slab', serif !important;
}
/*ABOUT PAGE*/

#who{
  color: #333;
}

/*CONTACT*/
#cordonne p{
color: #7f8fa6;
}
#cordonne h4{
  font-family: 'Roboto Slab', serif!important;
  
}
#contact form div input:focus{
outline-color: transparent;
}
.form-control{
  position: relative!important;
  
  font-size: 20px!important;
  border: none!important;
  border-bottom: 1px solid #555!important;
  border-radius: 0!important;
  -webkit-transition: .5s ease-in-out!important;
  -o-transition: .5s ease-in-out!important;
  transition: .5s ease-in-out!important;

}

.form-control:focus{
-webkit-box-shadow: none !important;
        box-shadow: none !important;
border-bottom: 2px solid #222!important;
}
.btnn{
  color: #95a5a6;
  background: transparent;
  border: none!important;
  border-bottom: 1px solid #555!important;
  margin-top: 30px;
  float: right;
  cursor: pointer;
  font-size: 20px;
font-family: 'Roboto Slab', serif!important;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.btnn:hover{
  color: #333;
  
}
.btnn:focus{
outline-color: transparent;
}

#contact form{
  width: 80%;
  margin: 0 auto;
}

/*#contact form div input:focus{
outline-color: transparent;
}
.form-control{
  position: relative!important;
  
  font-size: 20px!important;
  border: none!important;
  border-bottom: 1px solid #555!important;
  border-radius: 0!important;
  transition: .5s ease-in-out!important;

}

.form-control:focus{
box-shadow: none !important;
border-bottom: 2px solid #222!important;
}
.btnn{
  color: #95a5a6;
  background: transparent;
  border: none!important;
  border-bottom: 1px solid #555!important;
  margin-top: 30px;
  float: right;
  cursor: pointer;
  font-size: 20px;
font-family: 'Roboto Slab', serif!important;
  transition: .2s ease-in-out;
}
.btnn:hover{
  color: #333;
  
}
.btnn:focus{
outline-color: transparent;
}

#contact form{
  width: 80%;
  margin: 0 auto;
}
*/





/*mobile*/
@media screen and (max-width: 992px) {

.btn-open-menu {
 
  display: block;

}
.logo{
  font-size: 20px;
  transition: all cubic-bezier(.17,.67,.83,.67) 0.5s;

}

nav ul{
width: 100%;
height: calc(100vh - 80px);
background:#333;
display: block;
 padding: 0;
margin: 0;
 position: relative;
 left: -100%;
 z-index: 9;
 transition: 0.5s;
}
.open nav ul{
 
 left:0;

padding: 0;
margin: 0;
z-index: 9;
 
 display: block;
 transition: 0.5s;

 
}
.open nav ul li a{
color: #fff;
width: 100%; 
text-align: center;
 padding: 0 10px;
}




}
@media screen and (max-width: 768px) {

 h1{
 
  font-size: 50px!important;
  
  
}
h2{
  font-size: 30px!important;
  
}
p{
  font-size: 13px;
  text-align: justify;
  font-family: 'Libre Baskerville', serif;
}
}