*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;   
}
html{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    scroll-behavior: smooth;
    color: #333333;
}
@font-face{
	font-family: 'ZapfinoLinotypeOne';
	src: url('../font/ZapfinoLinotypeOne.ttf') format('truetype');
}
/*body img{
    background-size: cover;
    z-index: -30;
}*/

/*****************************************************/
/*************        NAVBAR       *******************/
/*****************************************************/
#header{
    display:flex;
    flex-direction: column;
    align-items: center;
    height: 70vh;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%),
                    url(../img/intro.jpg);
    background-position: center;
    
}
.navbar{
    position: fixed;
    top: 0;
    /*background-color: transparent;   #333333*/
    width: 100vw;
    height:100px;
    z-index: 99;
    transition: 0.4s;
}
.navburger{
    display:none;
}
.burger{
    width: 35px;
    height: 5px;
    background-color: grey;
    margin: 6px 0;
  }

header .container-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.container-nav a{
    text-decoration: none;
}
#navbarLeft{
    visibility:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:80px;
    height:80px;
    border: 3px solid white;
    color: white;
    font-size: 2.3rem;
    font-family: 'ZapfinoLinotypeOne', sans-serif;
    line-height: 1.8rem;
    padding-top: 8px;
    margin-left: 20px;

}

#menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 0.8s;
}
.navbar-right a{
    text-decoration: none;
    color: rgb(221, 221, 221);
    text-transform: uppercase;
    font-size: 1.2rem;
}
.navbar-right a:hover{
color:#6aaf08;
transition-duration: 0.7s;
}
#menu ul{
    display: flex;
    flex-direction: row;
}
#menu li{
    margin: 0 20px;
    list-style: none;
}
.container-nav{
    width: 100vw !important;
    height: 100%;

}
.container{
    width: 70vw !important;
    height: 100%;

}
.logo{
    margin:auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:200px;
    height:200px;
    border: 4px solid white;

}
.logo h1{
    color: white;
    font-size: 6rem;
    font-family: 'ZapfinoLinotypeOne', sans-serif;
    line-height: 2rem;
    font-weight: 400;
    padding: 20px 0 0 0px;
}
/*****************************************************/
/*************       A PROPOS      *******************/
/*****************************************************/
#apropos{
    display: flex;
    justify-content: center;
    background-color: #f6f6f6;
    height: 895px;
    padding: 120px 0 40px 0;

}
#apropos .container{
    display: flex;
}
.bienvenue{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    width: 50%;
    height: 100%;
    text-align: center;
    
}
.bienvenue h2{
    font-size: 2.2rem !important;
}
.bienvenue span{
    font-size: 2.2rem;
    color: #6aaf08;
}
.bienvenue p{
    color: #666666;
    text-align: justify;
    margin: 10px 0 10px 0;
    font-size: 1.03rem;
    
}
.bienvenue hr{
    margin: 20px 0;
    width: 70px;
    border: 2px solid #6aaf08;
    border-radius: 2px;
}
.bienvenue-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    height: 100%;
}
.images{
    padding: 0 15px;
    width: 50%;
    height: 50%;
    text-align: center;

}
.images p{
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}
#valeurs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
}
#wrapper-valeurs{
    width: 75%;
    height: 60%;
}
#wrapper-valeurs ul{
    list-style: square;
}
#wrapper-valeurs li{
    font-size: 1.03rem;
    color:#666666;
    padding-bottom: 10px;
}

#wrapper-valeurs h4{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
/*****************************************************/
/*************       SERVICES      *******************/
/*****************************************************/

#services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #6aaf08;
    height: 1220px;
    padding: 110px 0 80px 0;
}
.title-services{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.title-services hr{
    margin: 20px 0;
    width: 70px;
    border: 2px solid #c3df9c;
    border-radius: 2px;
}
.title-services h2{
    font-size: 2.6rem;
    color: white;
}
.title-services p{
    color: #f0f7e6;
    font-size: 1.3rem;
}
.container-service-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 800px;
}
.service-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:25%;
    height: 400px;
}
.circles{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width:225px;
    height: 225px;
    margin: 10px;
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.1);
}
.circles-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 175px;
}
.circles-text h3{
    text-align: center;
    margin: 10px;
    font-size: 1.6rem;
    color: white;
}
.circles-text p{
    text-align: center;
    margin: 0 20px;
    font-size: 1rem;
    color: #f0f7e6;
}
/*****************************************************/
/*************       GALERIE       *******************/
/*****************************************************/
.container-main{
    width: 75vw !important;
    height: 100%;

}
#galerie{
    display: flex;
    justify-content: center;
    background-color: #f6f6f6;
    height: 845px;
    padding: 110px 0 80px 0;
}
.title-galerie{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.title-galerie hr{
    margin: 20px 0;
    width: 70px;
    border: 2px solid #6aaf08;
    border-radius: 2px;
}
.title-galerie h2{
    text-align: center;
    font-size: 2.6rem;
}
.title-galerie p{
    color:#666666;
    font-size: 1.3rem;
}
.container-galerie{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: 80%;
}
.portfolio-item{
    position: relative;
    width: 340px;
    height: 240px;
    margin: 10px 20px;
    z-index: 0;   
}
.portfolio-item img{
    opacity: 1;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    max-width: 100%;
    max-height: 100%;
}

.hover-text{
    transition: .5s ease;
    opacity: 0,9;
    position: absolute;
    top: 0;
    left: 0;   
    text-align: center;
    width: 100%;
    height: 95%;
}
.hover-text h4{
    color: white;
    font-size: 20px;
}
.text{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    text-align: center;
    margin:100px 0;
    width: 100%;
    height: 95%;
}
.hover-text:hover .text:hover{
    opacity: 0,9;
}
.portfolio-item:hover .image{
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    transition-duration: 0.5s;
    -webkit-transform: scale(1.01);  
    -ms-transform: scale(1.01);   
    transform: scale(1.01); 
}
.portfolio-item:hover .text{
    transition-duration: 0.6s;
    opacity: 0.9;
}


/*****************************************************/
/*************       CONSEILS      *******************/
/*****************************************************/
/*body{
    background-image: url('../img/testimonials-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    margin: 0;

}
#conseils{
    background-color:rgba(106, 175, 8, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 120px 0 120px 0;
    height: 610px;
}
.title-conseils{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}
.title-conseils hr{
    margin: 20px 0 0 0;
    width: 70px;
    border: 2px solid #c3df9c;
    border-radius: 2px;
}
.title-conseils h2{
    font-size: 2.6rem;
    color: white;
}
.title-conseils p{
    color: #f0f7e6;
    font-size: 1.3rem;
}


.carousel .carousel-item{
    height: 300px;
}
.carousel-item p{
    color: white;
    font-size: 3rem;
    text-align: center;
    margin-top: 50px;
}
.carousel-item span{
    color: white;
    font-size: 1.4rem;
}

*/
/*****************************************************/
/*************       CONTACTS      *******************/
/*****************************************************/
#contact{
    display: flex;
    justify-content: center;
    background-color: white;/* #f6f6f6;*/
    height: 870px;
}
.wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 110px 0;
  
}
.contact-info{
    width:90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
   
}
.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.title hr{
    margin: 20px 0;
    width: 70px;
    border: 2px solid #6aaf08;
    border-radius: 2px;
}
.title h2{
    font-size: 2.6rem;
}
.title p{
    color:#666666;
    font-size: 1.3rem;
}
.contact-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin: 0 25px;
   
   
}
.contact-box hr{
    margin: 10px 0 20px 0;
    width: 70px;
    border: 2px solid #dddddd;
    border-radius: 2px;
}
.contact-box h3{
    font-size: 1.6rem;
}
.contact-item p{
    color:#666666;
    margin: 0 0 10px 0;
    text-align: center;

}
.contact-item a{
    text-decoration: none;
    color:#666666;
}
.contact-item a:hover{
    color:#6aaf08;
}
/*****************************************************/
/*************         MAIL        *******************/
/*****************************************************/
#mail{
    display: flex;
    justify-content: center;
    background-color: #f6f6f6;
    height: 850px;
}
.wrapper-mail{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 70px 0 80px 0;
    width: 700px;
  
}
.wrapper-mail p{
    margin-bottom: 20px;
    color:#6aaf08;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}
.form-group{
    width: 500px;
}
#message{
    width: 500px;
}
#wrapper-mailbutton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.mail-button{
    width: 100px;
    border-radius: 15px;
    background-color: #6aaf08;
    border:3px solid  rgba(255,255,255,0.1);
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
    height: 30px;
   
}
.mail-button:hover{
    background-color: white;
    border:3px solid  #6aaf08;
    color: #6aaf08;
    transition-duration: 0.8s;

}







/*****************************************************/
/*************        FOOTER       *******************/
/*****************************************************/
footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4e5b31;
    height: 315px;
    color: white;
}

/*****************************************************/
/*************  RESPONSIVE DESIGN  *******************/
/*****************************************************/

@media screen and (max-width:1510px){
    #galerie{
        height: 1200px;
    }
    #contact{
        height: 1200px
    }
    .contact-box{
        margin: 0 0 20px 0;
    }
    .contact-info{
        flex-direction: column;
        width: 500px;
        height: 500px;
        margin-bottom: 20px;
    }
}

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

    #apropos{
        height: 1200px;
        margin-bottom: -100px;
    }
    #apropos .container{
        flex-direction: column;
    }
    .bienvenue{
        width: 100%;
        height: 50%;
        margin-bottom: 20px;
    }
    .bienvenue-right{
        flex-wrap: nowrap;
        width: 100%;
        height: 30%;
    }
    #valeurs{
        align-items: flex-start;
    }
    #wrapper-valeurs{
        width: 90%;
        padding-left: 20PX;
    }
}
@media screen and (max-width:1300px){
    .bienvenue{
        margin-bottom: 50px;
    }
    #services{
        height: 2000px;
    }
    .container-service-box{
        flex-wrap: wrap;
        height: 800px;
    }
    .service-box{
        width: 350px;
    }
}

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

    #apropos{
        height: 1450px;
        margin-bottom: -100px;
    }
    .bienvenue{
        height: 550px;
    }
    .bienvenue-right{
        height: 650px;
        flex-wrap: wrap;
    }
    #valeurs{
        margin: 0 auto;
        width: 500px;
        height: 225px;
    }

}
@media screen and (max-width:1085px){
    #apropos{
        height: 1500px;
    }
    .bienvenue{
        height: 625px;
    }
    #services{
        height: 3600px;
    }
}
@media screen and (max-width:1000px){
    #galerie{
        height: 1900px;
    }
}

@media screen and (max-width:940px){
    #apropos{
        height: 1600PX;
    }
    .bienvenue{
        height: 750px;
    }
    .bienvenue-right{
        height:580px;   
    }
    #valeurs{
        height: 180px;
    }
    .title-services h2{
        text-align: center;
    }
    .title-services p{
       width: 220px;
    }
    .logo{
    margin-top: 65px;
    }
}

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

    #menu{
        display: none;
    }
    .navburger{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0.6rem;
        
    }
    .navburger img{
        background:#333333;
    }
    .navmenu-burger{
        display: block;
        position: fixed;
        top: 0;
        width: 100px;
        background-color: #333333;    
        height: 100%;
        left: -100px;
        transition-duration: 0.8s;
    }
    .navburger .fas{
        color: white;
        background:transparent;
    }
    #navmenu-burger:target{
        left: 0px;
    }
    .navmenu-burger ul{
        list-style-type: none;
        font-size: 0.9rem;
        text-align: center;
    }
    .navmenu-burger a{
        text-decoration: none;
    }
    .navbar-right li{
        padding-top: 2rem;
    }
    .navmenu-burger .navbar-right a{
        font-size: 0.9rem;
    }

    .close{
        position: absolute;
        right: 3px;
        color: white !important;
    }
    #navbarLeft{
        visibility:visible;
        margin: 40px 10px 0px 10px;

    }

    #apropos{
        height: 2200PX;
    }
    .bienvenue{
        height: 850px;
    }
    .bienvenue-right{
        height:880px;  
        flex-direction: column;
        flex-wrap: nowrap; 
        justify-content: center;
        align-items:center;
    }
    .images{
        padding: 0 15px;
        width: 300px;
        height: 50%;
        text-align: center;    
    }
    .images p{
        margin-top: 20px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    #valeurs{
        width: 400px;
        height: 180px;
    }
    .carousel .carousel-item{
        line-height: 3rem;  
    }
}
@media screen and (max-width:665px){

    /*NAVBAR*/
    #apropos{
        height: 2300px;
       
    }
    .bienvenue{
        height: 980px;
    }
    #valeurs{
        width: 350px;
    }
    .carousel .carousel-item{
        line-height: 1.8rem;
    }

}
@media screen and (max-width:585px){
    #apropos{
        height: 2770px;  
    }
    .bienvenue{
        height: 1500px;
    }
    #valeurs{
        width: 270px;
    }
    #wrapper-valeurs h4{
        margin-right: 30px;
    }

}

@media screen and (max-width:500px){
    .bienvenue{
        margin-bottom: 10px;
    }
    .form-group{
        width: 300px;
    }

    #message{
        width: 300px;
    }
}

@media screen and (max-width:375px){
    .bienvenue{
        padding-left: 0px;
        width: 250px;
    }
    #wrapper-valeurs{
        padding-left: 0px;
    }
}