html,body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
header{
    background: url(../images/background-home.png)no-repeat;
    background-size: cover;
    background-position:center;
    height: 700px;
    width: 100%;
    margin: 0 auto;
}
#logo{
    text-align: center;
    padding-top: 80px;
}
#logo img{
    width: 256px;
}
#menu{
    text-align: center;
}
#menu ul{
    padding-top: 65px;
}
#menu ul li{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
#menu ul li a{
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 13px;
   
}
#menu li a:hover{
   border-bottom: 1px solid white;
    padding-bottom:5px;
     transition: 0.5s;
} 
/*-----------------------MENU RESPONSIVE-----------------------*/


#menuResponsive{
    top: 0px;
    position:absolute;
   background-color: white;
    width: 100%;
   height: 800px;
    display: none;
    z-index: 2;
    text-align: center;
  

}
#menuResponsive ul{
    margin-top: 140px;
    text-align: center;
}
#menuResponsive li{
    line-height: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
    padding-top: 60px;
    text-transform: uppercase;
}
#menuResponsive ul li a{
    font-size: 30px;
    color:#fc5568;
    letter-spacing: 2px;
    text-decoration: none;
}
#menuResponsive a:hover{
    opacity: 0.3;
  
  
}


#nav-icon{
  width: 50px;
  height: 45px;
  position: absolute;
 top:40px;
    right: 35px;
    z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
    display: none;
}

#nav-icon .barre{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
    background-color: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
    z-index: 1000px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon  */


#nav-icon .barre:nth-child(1){
position: fixed;
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon .barre:nth-child(2){
    position: fixed;
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon .barre:nth-child(3){
    position: fixed;
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open .barre:nth-child(1){
    position: fixed;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

#nav-icon.open .barre:nth-child(2){
  width: 0%;
  opacity: 0;
    position: fixed;
}

#nav-icon.open .barre:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
    position: fixed;
}

/*-------------------------QUI SOMMES NOUS---------------------------*/

#section1{
    width: 80%;
    /*background-color:antiquewhite;*/
    margin:30px auto 0px auto;
    max-width: 960px;
}

#photo-elagueur540px img{
    width: 345px;
    float: left;
}
#section1-texte{
    padding-left: 400px;
    padding-top: 80px;
    text-align: justify;
}

h1{
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color:#fc4258;
}
#texte-ecureuilarboriste{
    font-size: 13px;
    font-family: 'Quicksand',sans-serif;
    line-height: 20px;
    padding-top: 30px;
    color: #1f5244;
}
#accroche{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Quicksand',sans-serif;
    line-height: 19px;
    padding-top: 20px;
    color: #1f5244;
}
#callToAction{
    text-decoration: none;
    color: white;
    width: 200px;
    height: 45px;
    float: right;
    line-height: 45px;
    background-color: #fc4258;
    text-align: center;
    font-family: 'Quicksand',sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    font-weight:100;
}
#callToAction:hover{
    color: #fc4258;
    background-color: white;
    border: 1px solid #fc4258;

}
/*---------SECTION 2----------*/
#section2{
    position: relative;
    background-color:#035645;
    width: 100%;
    height: 435px;
    margin-top: 200px;
}
#conteneur{
    width: 80%;
    height: 400px;
    max-width: 960px;
    /*background-color:#006651;*/
    display: flex;
    justify-content: space-between;
    margin: 180px auto 0px auto;
}
.vignette{
    width: 28%;
    height: 330px;
    background-color: white;
    -moz-box-shadow: 0px 0px 9px 0px rgba(24,43,37,0.2);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(24,43,37,0.2);
    -o-box-shadow: 0px 0px 9px 0px rgba(24,43,37,0.2);
    box-shadow: 0px 0px 9px 0px rgba(24,43,37,0.2);

}
#section2 h2{
    position: relative;
    font-family: 'Quicksand',sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: white;
    top: 100px;
    font-size: 36px;
    letter-spacing: 2px;
    border-bottom: 2px solid white;
    width: 350px;
    padding-bottom: 15px;
    margin: 0 auto;

}
.picto{
    text-align: center;

}
#section2 .vignette h3{
    text-align: center;
    font-family: 'Quicksand',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-top: 15px;
    color:#fc4258;
    width: 90%;
    margin: 0 auto;
}
#section2 .vignette p{
    font-family: 'Quicksand',sans-serif;
    line-height: 19px;
    font-size: 13px;
}
.texte-prestations{
    width: 85%;
    margin: 0 auto;
    text-align: left;
    padding-top: 15px;
}
#picto-diagnostic{
    margin-top: 42px;
    width: 75px;
}
#picto-taille{
    margin-top: 30px;
    width: 70px;
}
#picto-abbatage{
    width: 58px;
    margin-top: 35px;
}

/****** SECTION 3 ******/
#section3 {
    text-align: center;

}

#section3 h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #1f5244;
    font-size:36px;
    text-align: center;
    width: 140px;
    margin: 280px auto 0 auto;
    border-bottom: 2px solid #1f5244;
    padding-bottom: 15px;
}

.slider-wrapper {
    width: 80%;
    margin: 60px auto;
}
/****** SECTION 4 ******/
#section4{
    position: relative;
    width: 100%;
    height: 380px;
    background-color: #ededed;
}
#contact-form{
    width: 80%;
    height: 400px;
    /*background-color: aqua;*/
    max-width: 960px;
    margin: 0 auto;
}
#title-contact{
    font-size: 26px;
    font-family: 'Quicksand',sans-serif;
    color: #4a4a4a;
    font-weight: 100;
    padding-top: 80px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#color-contact{
    color: #fc5568;
}
.contact{
    margin-top: 35px;
    padding-right: 80px;
    float: left;
}
.form{
    border-bottom: 1px dotted #5d606b;
    padding-bottom: 28px;
    width: 360px;
}
.titre-formulaire{
    font-family: 'Quicksand',sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    color: #4a4a4a;
}
.description{
    font-family: 'Quicksand',sans-serif;
    font-weight: 100;
    font-size: 14px;
    padding-top: 13px;
    color:#5d606b;
    letter-spacing: 1px;
}
#mail{
    padding-top: 12px;
}
#mail a{
    color:#fc5568;
    font-family: 'Quicksand',sans-serif;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px;
}
#mail a:hover{
    border-bottom: 1px solid #fc5568;
}


#top-button{
    position: absolute;
    width: 35px;
    right:45px;
    bottom:20px;
    cursor: pointer;
}

footer{
    width: 100%;
    height: 70px;
}
footer p{
    text-align: center;
    padding-top: 30px;
    font-family: 'Quicksand',sans-serif;
    font-size: 11px;
    color: #5d606b;
}
footer p a{
    font-family: 'Quicksand',sans-serif;
    font-size: 11px;
    color: #5d606b;
    cursor: pointer;
}
footer p a:hover{
    font-weight: 600;
}