@font-face{font-family:"century gothic";src:url('/font/centurygothic.ttf');}

body {
    min-width: 980px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 0;
    font-family: arial;
}



.englobe {
    background-color: #4c9458;
}

.contenue {
    margin: 0 auto;
    width: 980px;
    overflow: hidden;

}



a {
    outline: none;
    text-decoration: none;
}

.contenueheader{
	
	margin: 0 auto;
	width: 980px;

}


.imgtop1 {
    position: relative;
    margin-top: -55%;
    z-index: 000;
    left: 50%;
    width: 475px;
        box-shadow: 0 18px 34px 0 rgb(0 0 0 / 20%);
}




#header {
    height: 135px;
    position: fixed;
    width: 100%;
    top: 0.1px;
    min-width: 980px;
    background-color: #000000db;
    backdrop-filter: blur(10px);
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    #header.floatable {
        top: 0;
        height: 110px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


#menuemob {

    display: none;

}
#headerblank{
   height: 135px;
    position: fixed;
    width: 100%;
    top: 0.1px;
    min-width: 980px;
    background-color: #d0d0d0;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 1px solid transparent;
	}
#headerblank.floatable {
    top: 0;
    height: 110px;
    box-shadow: 0 1px 21px rgba(128, 128, 128, 0.35);
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .logo {
    width: 192px;
    display: block;
    float: left;
    margin-top: 13px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header.floatable .logo {

    margin-top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header .logo img {
    height: 81px;
    margin-top: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.menue li {
	content: "";
    list-style-type: none;
    position: relative;
    float: right;
}

#header .menue {
    float: right;
    margin-top: 45px;
}

    #header .menue .expplus .menue2 {
        background-color: #000000db;
        backdrop-filter: blur(10px);
        width: 218px;
        top: 90px;
        padding-top: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
        overflow: hidden;
        position: absolute;
        height: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#header .menue .expplus:hover .menue2 {
    height: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

#header .drop .submenue {
    position: fixed;
    left: 0;
    top: 130px;
    width: 100%;
    z-index: -1;
    height: 0;
    background-color: rgba(29, 29, 29, 0.92);
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .drop:hover .submenue {
    position: fixed;
    left: 0;
    top: 135px;
    width: 100%;
    background-color: rgba(14, 14, 14, 0.98);
    padding-top: 20px;
    height: 310px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.floatable .drop .submenue {
    top: 100px;
}

#header.floatable .drop:hover .submenue {
    top: 110px;
}


.serlink{
    padding-right: 32px!important;
}

.dropimg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 33px;
    right: 6px;
    background: url(/images/bas.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lienplusservice {
    width: 23%;
    padding: 1%;
    float: left;
    position: relative;
}

.lienplusservice img{
    width: 100%;
}

    .lienplusservice span {
        position: relative;
        padding: 3% 3%;
        color: white;
        border-radius: 0 10px 0 0;
        background-color: #4c9458;
        top: -32px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .lienplusservice:hover span {
        padding: 3% 6%;
        background-color: #4c9458;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#header.floatable .dropimg {
    top: 22px;
}

#header.floatable .menue .expplus .menue2 {
    top: 65px;
    height: 0px;
	visibility: visible;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.floatable .menue .expplus:hover .menue2 {
    opacity: 1;
    height: 150px;
    à box-shadow: 0 11px 23px #fff;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header .menue .expplus .menue2 li {
    content: "";
    list-style-type: none;
    position: relative;
    float: left;
}

#header .menue .expplus .menue2 li a {
    float: left;
    line-height: 75px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
        width: 185px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 0px;
    margin-left: -25px;
    position: relative;
    line-height: 46px;
    padding-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


    #header .menue .expplus .menue2 li a:hover {
        color: #4c9458;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


#header .menue li #link {
    float: right;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    top: 0;
    position: relative;
    padding-right: 10px;
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.floatable .menue li #link {
    line-height: 65px;
}
#header .menue li #link:hover {
    color: #4c9458;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header .menue li #link.actif {
    float: right;
    line-height: 90px;
    color: #4c9458;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    top: 0;
    position: relative;
    padding-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.floatable .menue li #link.actif {
	
line-height: 65px;
}



#topbar {
    position: absolute;
    width: 100%;
}

.phonetop {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding-bottom: 2px;
    margin-top: 21px;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.floatable .phonetop{
    margin-top: 13px;
}

.iconephone {
    width: 16px;
    position: absolute;
    margin-top: 14px;
    margin-left: -20px;
}

.mailtop {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-right: 11px;
    margin-top: 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#header.floatable .mailtop {
    margin-top: 13px;
}

.iconemail {
    width: 14px;
    position: absolute;
    margin-top: 15px;
    margin-left: -22px;
}

#slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: black;
}


.slidertop {
    top: 0;
    background-color: rgb(0 0 0 / 22%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.apropos {
    color: #0d3f2e;
    font-size: 22px;
    padding: 100px 20px;
    line-height: 38px;
    text-align: justify;
    letter-spacing: 2px;
    margin: 35px 0;
}


.contserv {
    color: #6a6a6a;
    font-size: 16px;
    background-color: #efefef;
    padding-top: 100px;
    position: relative;
    line-height: 1.45;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: -100px;
}


.imgservices {
    height: auto;
    width: 90%;
    position: relative;
    float: right;
}

.cont-text {
    margin: 0 10% 0 0;
    padding: 10% 5% 9% 11%;
    background: #fff;
    text-transform: uppercase;
}

.cont-text h2{
    font-size: 40px;
    color: #4c9458;
}

.cont-text h3 {
    letter-spacing: 2px;
}

    .cont-text p {
        font-size: 18px;
        text-transform: initial;
    }

.cont-text-r h2 {
    font-size: 40px;
    letter-spacing: 2px;
    color: #4c9458;
}

.cont-text-r h3 {
    letter-spacing: 2px;
}

.cont-text-r p {
    font-size: 18px;
    text-transform: initial;
}

.cont-text-r {
    margin: 0px 0px 0px 10%;
    padding: 10% 5% 9% 11%;
    background: #fff;
    text-transform: uppercase;
}

.imgservices-r {
    height: auto;
    width: 90%;
    position: relative;
    float: left;
}

.titre {
    text-align: center;
    color: #4c9458;
    text-transform: uppercase;
    font-size: 40px;
}

.apropos p {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 39px;
    padding: 30px 5% 0px 5%;
}





.crossfade {
    background: url(/images/slide1.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;

    z-index: 0;
}





.contenu h1 {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #fff;
    width: 50%;
    font-weight: 300;
    font-size: 50px;
}


.contenu {
    width: 960px;
    position: absolute;
    margin-top: 60vh;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -478.5px;
    text-align: left;
}

.btn_type1 {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 40px;
    text-decoration: none;
    background: #4c9458;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn_type1:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #4c9458;
    }


.menutop{
	background-color:rgba(255, 255, 255, 0.42);
	width:100%;
	height:250px;
    margin-top: 50vh;
    transform: translateY(-50%);
	position:absolute;
	}
	
	.menutop .logo{
		width:400px;
		position:relative;
		margin:5px auto;
		height:60px;
		-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;
		}
		
		
		.menutop .navbar-nav{
    position: relative;
    text-align: center;
    left: 50%;
    margin-left: -315px;
    margin-top: 40px;
}
		.menutop .navbar-nav a li{float:left;padding:0 20px;height:60px;color:black !important;font-weight:bold;margin-top:60px;font-size:19px;font-weight: bold;line-height:60px;list-style:outside none none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.menutop .navbar-nav a.active{color:#ec1e23 !important;}
.menutop .navbar-nav a.focus{color:#ec1e23 !important;}
.menutop .navbar-nav a li:hover{color:#ec1e23 !important;}

.topnext {
    content: "";
    left: 50%;
    width: 70px;
    cursor: pointer;
    height: 70px;
    z-index: 10;
    margin-left: -35px;
    background: url(/images/bas.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
    position: absolute;
    animation: bounce 0.7s ease infinite alternate;
}
.imagebig {
    width: 100%;
    height: 400px;
    z-index: 10;
    background: url(/images/paysagementterre.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 70px;
}

@keyframes bounce {
    from {bottom: 25px;}
     50%  {bottom: 15px;}
     to   {bottom: 25px;}
} 

.basslider{
	
	width: 100%;
	height: 100px;
    content: '';
    z-index: 100000;
    position: relative;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom,rgba(255, 255, 255, 0.01) 0%,rgba(255, 255, 255, 0.92) 46%,rgb(255, 255, 255) 100%);
background: linear-gradient(to top,rgba(255, 255, 255, 0.01) 0%,rgba(255, 255, 255, 0.92) 46%,rgb(255, 255, 255) 100%);

}


.textslider {
    z-index: 5;
    display: none;
    background-color: rgb(255, 255, 255);
    margin-top: -140px;
    box-shadow: 0 0px 35px 0 rgba(165, 165, 165, 0.38);
    right: 10%;
    padding: 36px;
    position: absolute;
}

    .textslider h1 {
        font-size: 27px;
        font-family: 'Libre Baskerville', serif;
        color: #4c9458;
    }


.textslider p {
    z-index: 7;
    min-width: 597px;
    max-width: 597px;
    text-align: justify;
    white-space: normal;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: rgb(33, 33, 33);
}


.messagepage1 p {
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 29px;
    color: #000;
    margin-top: 42vh;
    z-index: 10000;
    transform: translateY(-50%);
}

.imgapropos {
    margin-top: 100px;
    padding: 5%;
    width: 88%;
}


.imgaproposcentre {
    margin: 30px 0;
    padding: 5%;
    width: 88%;
}

.englobevaleur {
    background-color: #efefef;
    margin-bottom: 120px;
    padding-bottom: 35px;
    margin-top: 75px;
}

.barrevaleur {
    margin-bottom: 80px;
    width: 100%;
    height: 1px;
}

.englobevaleur img {
    width: 80px;
    padding-left: 23px;
}

.englobevaleur h2 {
    color: #4c9458;
    letter-spacing: 1px;
    padding-left: 23px;
    margin: 0;
    padding-top: 40px;
}


.col-3 {
    margin-bottom: 10px;
    float: left;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
}

.col-2 {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.englobevaleur p {
    color: black;
    font-size: 17px;
    padding: 23px;
    padding-top: 0;
    line-height: 22px;
    letter-spacing: 1px;
}


.zoneservleft {
    overflow: hidden;
    position: relative;
}

    .zoneservleft .imgser {
        right: 50%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .zoneservleft .servtext {
        float: right;
        width: 42%;
        padding: 8% 4% 8% 4%;
        background: #2266b2;
        color: #fff;
    }

    .zoneservleft h2 {
        letter-spacing: 2px;
        width: 80%;
        font-size: 36px;
        margin-bottom: 32px;
    }

    .zoneservleft p {
        letter-spacing: 2px;
        font-size: 18px;
        margin-bottom: 30px;
    }


.zoneservright {
    overflow: hidden;
    position: relative;
}

.wpb_wrapper  li{
    margin: 8px -19px;
}

    .zoneservright .imgser {
        right: 0;
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
    }


    .zoneservright .servtext {
        left: 0%;
        float: left;
        width: 42%;
        padding: 8% 4% 8% 4%;
        background: white;
    }

.zoneservright h2 {
    letter-spacing: 2px;
    width: 80%;
    color: #4c9458;
    font-size: 36px;
    margin-bottom: 32px;
}

.zoneservright p {
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 30px;
}

.pluscom{
    padding: 100px 0;
    margin: 150px 0;
}

.pluscom p {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

.titre h2 {
    text-align: center;
    text-transform: uppercase;
    color: #4c9458;
    font-size: 35px;
    margin-top: 100px;
    margin-bottom: 100px;
}


    .titre h2:after {
        content: '';
        width: 3px;
        background-color: #4c9458;
        height: 65px;
        display: block;
        position: absolute;
        margin-top: 29px;
        left: 50%;
        margin-left: -1.5px;
    }

.topbac {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 600px;
    background: url(/images/bactop.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .topbac h1 {
        position: relative;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin-top: 300px;
        font-size: 65px;
    }

.top {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.top h1 {
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 200px;
    font-size: 65px;
}

.lienexper {
    margin-bottom: 75px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}


.contbas {
    PADDING: 60px 0;
    background-color: #ebebeb;
    margin-top: 50px;
    margin-bottom: -100px;
}


.message p {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    line-height: 45px;
    color: #3e3e3e;
    margin-bottom: 100px;
}

.espaceteam {
    margin: 0 0 150px 0;
}

.team{
	padding: 5%;
	position: relative;
	margin: 5% 5%;
	width: 80%;
}




.imgmecrevier {
    position: absolute;
    width: 40%;
    top: 10%;
    height: 80%;
    background: url(/images/marie.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imgmecrevier:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border: 4px solid #f1f1f1;
}

.textmecrevier{

	position: relative;
	float: right;
	width: 50%;
	

}

.englobeme{

    overflow: hidden;
}

.textmecrevier h2{
    color: #ed2b2e;
    font-size: 36px;
}

.textmecrevier p {
    color: #000;
    line-height: 25px;
    text-align: justify;
    font-size: 19px;
}

.formation {
    background-color: #e6e6e6;
    padding: 3% 5% 10% 5%;
        overflow: hidden;
    position: relative;
    margin: -5% 5%;
    width: 80%;
}


#s11link {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: 5px;
    float: right;
    top: 25px;
    position: relative;
    font-size: 15px;
    display: none;
    border-radius: 5px;
    margin-left: 25px;
    z-index: 100;
    padding: 10px;
    color: #ffffff;
    background-color: #4c9458;
    cursor: pointer !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.floatable #s11link {
    top: 13px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#s11link:hover {
    background-color: #2e5e36;
}

.formation img {
    width: 1.5%;
    margin-top: 15px;
    float: left;
    margin-right: 10px;
}

.formation .text {
    width: 100%;
    font-size: 20px;
    color: #777777;
    line-height: 43px;
    float: left;
    width: 96.5%;
}


.formation .text strong {
    color: #000;
    font-size: 24px;
}

.formation h3 {
    color: #212121;
    font-size: 28px;
    line-height: 1.4em;
}



.block1 {
    float: left;
    width: 33.33%;
    height: 400px;
    background: url(/images/bgser3.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.messagepage2 {
    margin-top: 120px;
    margin-bottom: 50px;
}


    .messagepage2 p {
        text-align: center;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: bold;
        line-height: 45px;
        color: #3e3e3e;
    }

.block2 {
    float: left;
    position: relative;
    width: 33.33%;
    opacity: 1;
    height: 400px;
    background-color: #dbdbdb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.block2:hover {
    background-color: #f3f3f3;
}


.block3 {
    float: left;
    position: relative;
    width: 33.33%;
    height: 400px;
    opacity: 1;
    background-color: #dbdbdb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.block3:hover {
    background-color: #f3f3f3;
}


.laoding {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    z-index: 10000000;
}

.sk-folding-cube {
    margin-top: 50vh;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
    .sk-folding-cube .sk-cube:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4c9458;
        -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
        animation: sk-foldCubeAngle 2.4s infinite linear both;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}


.parent {
    position: relative;
    padding: 50px 0;
}

.enfant {
    position: absolute;
    top: 50%;
    padding: 3% 2%;
    text-align: center;
    left: 3%;
    width: 45%;
    color: #fff;
    background-color: #000;
    z-index: 100;
    transform: translateY(-50%);
}
    .enfant h2 {
        color: #4c9458;
        text-transform: uppercase;
    }

.enfant p {
    font-size: 16px;

}

.enfant-l h2 {
    color: #4c9458;
    text-transform: uppercase;
}

.enfant-l p{
    font-size: 16px;}


.enfant-l {
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 3% 2%;
    left: 48%;
    width: 45%;
    color: #fff;
    background-color: #000;
    z-index: 100;
    transform: translateY(-50%);
}

.plusimg {
    background-color: #f7f7f7;
    margin-bottom: -70px;
    text-align: center;
}

.pageser {
    margin: 10px 0 !important;
    font-size: 15px !important;
    padding: 15px 20px !important;
}

.buttonserv {
    padding: 20px 30px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: 2px;
    border-radius: 10px;
    outline: none;
    font-weight: bold;
    color: #fff;
    background-color: #4c9458;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    margin: 80px 0;
    transition: all 1s ease;
}


    .buttonserv .flechebut {
        position: relative;
        width: 0px;
        height: 15px;
        float: right;
        margin-top: 1px;
        margin-left: 5px;
        background-image: url(/images/fleche-right.png);
        background-size: 0px 0px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .buttonserv:hover .flechebut {
        width: 15px;
        background-size: 15px 15px;
    }




.contimgserv {
    position: relative;
    overflow: hidden;
    left: 40%;
    width: 55%;
    margin: 2%;
}

.contimgserv-l {
    position: relative;
    overflow: hidden;
    left: 0%;
    width: 60%;
    margin: 2%;
}

.parent .imgserv {
    width: 100%;
    position: relative;
    margin-bottom: -5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.block4 {
    float: left;
    position: relative;
    width: 33.33%;
    background: url(/images/bgser2.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.block5 {
    float: left;
    position: relative;
    width: 33.33%;
    background-color: #797979;
    height: 400px;
    opacity: 1;
    background: url(/images/bgser1.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


.block6 {
    float: left;
    position: relative;
    width: 33.33%;
    opacity: 1;
    height: 400px;
    background-color: #dbdbdb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .block6:hover {
        background-color: #f3f3f3;
    }

.blockcentrer {
    width: 100%;
    position: absolute;
    margin-top: 21vh;
    transform: translateY(-50%);
    text-align: center;

}

.filtreleft {
    width: 28%;
    margin: 2%;
    position: relative;
    float: left;
    box-shadow: 0 25px 25px 0 rgb(85 85 85 / 12%);
}

 .filtreleft li {
        display: list-item;
        text-align: -webkit-match-parent;
        list-style: none;
        position: relative;
        left: -21px;
        border-bottom: 1px solid #e5e5e5;
    }

#filters li span {
    display: block;
    position: relative;
    z-index: 10;
    padding: 7px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #7f7f7f;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #filters li span:hover {
        color: #4c9458;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #filters li span.active {
        color: #4c9458;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.topfiltre {
    width: 90%;
    padding: 5%;
    background-color: #d1d1d1;
    text-align: center;
    font-size: 20px;
    color: #4c9458;
    text-transform: uppercase;
}

#filters a li span:after {
    content: '';
    width: 0;
    height: 1px;
    z-index: -1;
    top: 35px;
    background: #4a9156;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#filters a li span:hover:after {
    width: 65px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#filters li span.active:after {
    content: '';
    width: 65px;
    height: 1px;
    z-index: -1;
    top: 35px;
    background: #4a9156;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#macy-container {
    width: 66%;
    margin-top: 2% !important;
    position: relative;
    float: left;
}


h4 {
    left: 0;
    color: #4c9458;
    margin: 1%;
    text-transform: uppercase;
    font-size: 18px;
}


.blockcentrer p{
    color: black;
    padding: 1% 5%;
    width: 90%;
    font-size: 17px;
}


.blockcentrer span{
    color: black;
    font-size: 19px;
}


    .blockcentrer span:after {
        background: #4c9458;
        ;
        content: '';
        width: 50px;
        height: 2px;
        display: block;
        position: absolute;
        margin-top: 11px;
        left: 50%;
        margin-left: -30px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

a:hover .blockcentrer span:after {
    background: #4c9458;
    width: 80px;
    margin-left: -45px;
}



#expertise {
    width: 100%;
    margin-bottom: -100px;
    position: relative;
    height: 100%;
    overflow: hidden;
}


.zoneventage {
    margin-top: -80px;
}

.zonevent {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #4c9458;
    border-radius: 10px;
    padding: 10% 7%;
    margin: 2%;
}

    .zonevent span {
        font-size: 10px;
        color: white;
    }

        .zonevent span p {
            margin: 6px 0 10px 0;
            font-size: 28px;
            width: 85%;
            font-weight: bold;
        }

#expertisemob {
		display: none;
}

.expertiselien {
	height: 100%;
	cursor: pointer;
	width: 33.33%;
	position: relative;
	float: left;
}


.expertiselien .bgnoir {
    background-color: rgba(0, 0, 0, 0.79);
		position: absolute;
		width: 100%;
		height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expertiselien:hover .bgnoir {
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.zonetext{
    position: absolute;
    margin-top: 56vh;
        width: 100%;
    transform: translateY(-50%);
    text-align: center;

}


.zonetext h1{
    text-align: center;
    padding: 0 10%;
    color: #fff;
    font-size: 36px;
}


.expertiselien .zonetext button{
    background-color: rgb(255, 255, 255);
    border: 2px solid white;
    padding: 10px 24px 10px 24px;
    color: #000;
    font-weight: bold;
    outline: none;
    margin-top: 28px;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.expertiselien:hover .zonetext button{
    padding: 10px 44px 10px 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.expertiselien .zonetext button img{
    width: 15px;
        margin-bottom: -2px;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expertiselien:hover .zonetext button img{
    margin-left: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contact {
    text-align: center;
}
.contact h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
}

    .contact a {
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
       outline: none;
      text-decoration: none;
     color: #000;
    }

        .contact a:hover {
            text-decoration: underline;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.contact p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 25px;
    line-height: 24px;
    color: #3e3e3e;
}

.prendre-contact {
    padding: 137px 0px 131px 0;
    background-color: #999999;
    z-index: 11;
    margin-top: 100px;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    background: url(/images/pied.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.smalltext {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 6px;
    margin-bottom: -30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}
.prendre-contact h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1px;
    font-size: 50px;
}

.col-5 {
    width: 33.33%;
    position: relative;
    overflow: hidden;
    float: left;
}

.contmod {
    background-color: white;
    margin: 19px 4%;
    border: 1px solid #cdcdcd;
    padding: 9% 3%;
}


    .contmod h3 {
        text-align: center;
        color: #4c9458;
        font-size: 16px;
        text-transform: uppercase;
    }

    .contmod img {
        width: 100%;
    }

    .col-md-6 {
        width: 50%;
        float: left;
        margin-left: 14px;
    }



.col-md-offset-2 {
    float: right;
    width: 40%;
    margin-right: 14px;
}

.zonetexterreur {
    position: relative;
    left: 10px;
    width: 500px;
    background-color: #fff;
    margin: 17% 0 12% 0;
}

    .zonetexterreur h1 {
        text-align: center;
        color: #4c9458;
        padding-top: 25px;
        position: relative;
        font-size: 57px;
        padding-bottom: 11px;
        text-transform: uppercase;
        line-height: 100px;
    }

.zonetexterreur p {
    text-align: center;
    color: #aaacaf;
    font-size: 19px;
    text-transform: uppercase;
    padding: 0 33px 33px 33px;
    line-height: 31px;
}

#erreur {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-bottom: -50px;
    background-size: cover;
    background-position: center top;
    background-image: url(/images/block4.jpg);
}

.plusservice {
    color: #444444
    background-color: #fff;
    border: 2px solid #444444;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    left: 50%;
    cursor: pointer;
    margin-top: -50px;
    margin-bottom: 100px;
    font-weight: bold;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.prendre-contact p {
    float: right;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    text-transform: uppercase;
    color: white;
    line-height: 11px;
}



.prendre-contact p a {
    text-decoration: none;
    color: #fff;
}

.footer2 {
    padding: 30px 0;
    color: #fff;
    background-color: #161616;
    position: relative;
    text-align: center;
    padding: 100px 0;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(/images/bg-footer.png);
}

    .footer2 h4 {
        color: #4c9458;
        text-transform: uppercase;
        font-size: 25px;
        padding: 0px;
        margin: 5px 0px;
    }

.footer2 p {
    padding-bottom: 0;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
    margin: 20px 0px;
}

.footer2 img {
    width: 29px;
    margin-top: 20px;
    padding: 0 15px;
}


.footer{
   background-color: #000;
   width: 100%;
    position: relative;
    z-index: 10;
   padding-top: 50px;
}

#footercopy {
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
    padding-top: 15px;
    background-color: #161616;
    border-top: 1px solid #2c2c2c;
    position: relative;
    z-index: 110;
}



#apropos{
	position: relative;
	width: 100%;
    margin-bottom: -50px;
	overflow: hidden;
	
}

#aproposimg{	
z-index: 10;
position: fixed;
   float: left;
   bottom: 0;
   top: 0;
   width: 50%;
   min-width: 430px;
   height: 100%;	

}

#aproposimgmob{

	display: none;

}



#aproposimg.fixed {
    position: fixed;
        min-width: 491px;
    top: 1px;
}
#aproposimg.bottom {
    position: absolute;
    top: inherit;
    bottom: 0; /* Height of the footer element, plus some extra pixels if needed */
}


.expertise {
    margin-top: 70px;
    padding: 50px 0 160px 0;
    background-color: #ebebeb;
}

.expertise2 {
    padding: 150px 0;
    background-color: #f1f1f1;
}

.cont-exp2 {
    margin: 5%;
    text-align: center;
    padding: 5%;
}
.cont-exp2 .iconeexpe {
    width: 40%;
    -moz-border-radius: 50%;
}


.cont-exp2 h3 {
    text-align: center;
    text-transform: uppercase;
    color: #4c9458;
    font-size: 24px;
}

.cont-exp2 p {
    text-align: center;
    color: #3a3a3a;
    text-transform: uppercase;
    line-height: 22px;
}

.cont-exp {
    margin: 5%;
    background-color: white;
    text-align: center;
    padding: 5%;
}

    .cont-exp img {
        width: 100%;
        -moz-border-radius: 50%;

    }

.lright:after {
    content: '';
    width: 1px;
    background-color: #4c9458;
    height: 120px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    right: 0;
    margin-left: -1.5px;
}



.cont-exp h3 {
    text-align: center;
    text-transform: uppercase;
    color: #4c9458;
    font-size: 24px;
}

    .cont-exp p {
        text-align: center;
        color: #3a3a3a;
        text-transform: uppercase;
        line-height: 22px;
    }

.team {
    margin-bottom: 100px;
}

    .team img {
        width: 80%;
        padding: 0 10%;
        margin-bottom: -5px;
    }

.col-demi {
    width: 16.5%;
    height: 1px;
    float: left;
}


    .team .perspost {
        width: 70%;
        padding: 20px 5%;
        margin: 0 10%;
        background-color: #000;
    }

        .team .perspost h2 {
            color: #4c9458;
            padding: 0;
            text-align: center;
            margin: 0;
            font-size: 25px;
        }

        .team .perspost p {
            color: #fff;
            padding: 0;
            text-align: center;
            margin: 10px 0 0 0;
        }

.apropostext{	
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 100px;
	overflow: hidden;
    padding-bottom: 60px;
	    text-align: center;
   float: right;
    position: relative;
   width: 40%;
   height: 100%;	

}

.apropostext h1 {
    margin-top: 45px;
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}





	
	.apropostext p{
	margin-top: 50px;
	font-size: 15px;
	    font-size: 25px;
    line-height: 45px;
    position: relative;
    color: #807E7E;
    margin-bottom: 100px;
    font-weight: 200;
	text-align: justify;
	
	}
	
	
	
.apropostext button{
    background-color: #000;
    border: 2px solid white;
    padding: 10px 24px 10px 24px;
    color: #fff;
    font-weight: bold;
outline: none;
    margin-top: 28px;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.apropostext button{
    padding: 10px 44px 10px 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.apropostext button img{
    width: 15px;
    margin-bottom: -2px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.apropostext button:hover img{
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}	
	
	
.joindre	{
    margin-bottom: -50px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
    padding-top: 50px;
}

    .joindre h3 {
        color: #4c9458;
        text-align: center;
        letter-spacing: 3px;
        margin-bottom: 70px;
        font-size: 31px;
    }

.joindre	.col-3 {
	float: left;
	width: 33.33%;
	overflow: hidden;
}
	
.joindre p {
    text-align: center;
    font-size: 24px;
}	

.joindre strong p {
    color: #000;
}

.titreserv h2 {
    text-align: center;
    text-transform: uppercase;
    color: #4c9458;
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}

    .titreserv h2:after {
        background: #4c9458;
        ;
        content: '';
        width: 50px;
        height: 2px;
        display: block;
        position: absolute;
        margin-top: 11px;
        left: 50%;
        margin-left: -30px;
    }


.cont-bureau{
	
	float: left;
	width: 30%;
	float: left;
	margin: 5%;

}
.cont-bureau h2{

	font-size: 20x;
    color: #212121;

}
.cont-bureau p {
    color: #848484;
    line-height: 26px;
    font-size: 17px;
}
.cont-message{
	
	float: left;
	width: 50%;
	float: left;
	margin: 5%;

}


.cont-message h2{

	font-size: 20x;
    color: #212121;

}

.inputcont {
    border: none;
    background-color: #f5f5f5;
    font-size: 18px;
    outline: none;
    margin: 5px 1%;
    padding: 2% 2%;
    float: left;
    width: 95%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea {
    width: 95%;
    margin: 5px 1%;
    outline: none;
    padding: 2%;
    border: none;
    background-color: #f5f5f5;
    /* border-radius: 5px; */
    font-size: 20px;
    outline: none;
    font-family: 'Product Sans', Arial, sans-serif;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button{
    padding: 10px 23px;
    margin-left: 1%;
    background-color: transparent;
    border: 1px solid #444444;
    margin-top: 17px;
    text-transform: uppercase;
    color: #444444;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.servicelien{
    float: left;
    width: 80%;
}

.servicelien .lien {
    float: left;
    font-size: 12px;
    color: #969696;
    padding: 40px 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicelien .lien:hover {

    color: #cecece;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.titreh1 {
    color: #4c9458;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: -15px;
    margin-left: 12px;
}

.sociauxlien{
    float: left;
    width: 20%;
}

.sociauxlien img{
    width: 31px;
    cursor: pointer;
    float: left;
    margin-top: 31px;
    margin-right: 10px;
}




button:hover{
    background-color: #444444;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mapscont {
    width: 100%;
    z-index: 1;
    padding: 90px 0 150px 0;
    height: 400px;
    left: 0;
	border-radius:5px;    
    position: relative;
}

h5 {
    text-align: center;
    font-size: 26px;
    color: #212121;
    margin: 100px 0 50px 0;
}

.copyright {
    letter-spacing: 1px;
    float: left;
    margin-left: 14px;
    font-family: arial;
    line-height: 43px;
    color: #fff;
    font-size: 11px;
}

.planelogo {
    float: right;
}

    .planelogo img {
        height: 40px;
        margin-top: 1px;
        margin-right: 14px;
    }



::selection {
    background: #000;
    color: #fff;
}

::-webkit-scrollbar-track-piece {
    background: #cecece;
}

::-webkit-scrollbar-thumb {
    background: #585858;
}

::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}




@media screen and (min-width: 1220px) and (max-width: 1520px) {
.contenue{
	
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;

}

    #header .drop:hover .submenue {
        height: 370px;
    }
    .filtreleft {
        width: 22%;
    }

    #macy-container {
        width: 73%;
    }

    .imgtop1 {
        margin-top: -43%;
        width: 600px;
    }

    .contenu {
        width: 1200px;
        margin-left: -600px;
    }


    .messagepage1 p {
        margin-top: 50vh;
        font-size: 18px;
        line-height: 35px;
    }


    #s11link {
        display: block;
    }

.contenueheader{
	
	margin: 0 auto;
	width: 1200px;

}


    .zonevent span {
        font-size: 13px;
        color: white;
    }

        .zonevent span p {
            margin: 6px 0 10px 0;
            font-size: 34px;
            width: 85%;
            font-weight: bold;
        }

.servicelien .lien {
    font-size: 15px;
}

h4 {
    font-size: 24px;
}

.block1{
	height: 400px;
}

.block2{
	height: 400px;
}

.block3{
	height: 400px;
}
    .contmod {
        margin: 100px 4%;
    }

    .col-5 {
        width: 20%;
    }

.block4{
	height: 400px;
}


.block5{
	height: 400px;
}

.block6{
	height: 400px;
}

.prendre-contact p {
    font-size: 3.5em;
}






}




@media screen and (min-width: 1520px) and (max-width: 60000px) {


.contenue{
	
	margin: 0 auto;
	width: 1500px;
	overflow: hidden;

}

    #header .drop:hover .submenue {
        height: 430px;
    }

    .filtreleft {
        width: 22%;
    }
    .contenu {
        width: 1500px;
        margin-left: -750px;
    }

    .imgtop1 {
        margin-top: -35%;
        width: 750px;
    }

    #macy-container {
        width: 73%;
    }
        .contenu h1 {
            margin-bottom: 40px;
            text-transform: uppercase;
            color: #fff;
            width: 50%;
            font-weight: 300;
            font-size: 50px;
        }
    .messagepage1 p {
        margin-top: 57vh;
        font-size: 18px;
        line-height: 35px;
    }

.contenueheader{
	
	margin: 0 auto;
	width: 1500px;

}
    .contmod {
        margin: 100px 4%;
    }

    .col-5 {
        width: 20%;
    }

    #s11link {
        display: block;
    }

.servicelien .lien {
    font-size: 15px;
}

.textslider {
    padding: 45px;
}

.textslider h1 {
    font-size: 32px;
}


    .zonevent span {
        font-size: 13px;
        color: white;
    }

        .zonevent span p {
            margin: 6px 0 10px 0;
            font-size: 38px;
            width: 85%;
            font-weight: bold;
        }

.textslider p {
    min-width: 650px;
    max-width: 650px;
    font-size: 21px;
    line-height: 34px;
}


.block1{
	height: 400px;
}

.block2{
	height: 400px;
}

.block3{
	height: 400px;
}


.block4{
	height: 400px;
}


.block5{
	height: 400px;
}

.block6{
	height: 400px;
}

h4 {
    font-size: 21px;
}

.prendre-contact p {
    font-size: 3.5em;
}



.basslider{
	
	width: 100%;
	height: 100px;

}

}



