@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

body{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #FFF;
    background-image:url(../web-images/bg-body.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

.bandeau img {
    width: 100%;
}
img {
    border:0;
}

header, footer{
    width: 1200px;
    margin:0 auto;
}

/*=======================================
           LOADER
========================================*/            
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    z-index: 1100;
    z-index: 9999999;
}

#loader-content {
    border-radius: 163px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    width: 160px;
    height: 160px;
}

.loader-logo,
#loader-circle {
    position: absolute;

}

.loader-logo {
    top: 40%;
    left: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    margin-left: -49%;
    margin-top: -22%;
}

.loader-logo img {
    width: 80%;
}

/** header **/

.index .hd {

}

.hd{
    width:100%;
    background-color: #fff;
    background-position:top center;
    background-repeat:no-repeat;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    height: 70px;
  
}

header {
	position: relative;
	height: 55px;
	padding: 0;
	}

header .logo {
    float:left;
    margin: 0;
    text-align: center;
    z-index: 999;
    top: 5px;
    margin-top: 10px;
}

header .logo img {
    float:left;
    margin: -8px 0 0 -25px;
    padding: 0;
    max-width: 100px;
}

header .telhd .lgn1 {
    color: #232323;
    font-size: 15px;
    font-weight: normal;
}

header .telhd .lgn2 {
    color: #232323;
}

header .telhd {
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    padding: 0;
    margin: 0;
    color: #950028;
    box-shadow: 0 1px 2px #aeaeae;
    text-align: center;
    float: right;
    border: 1px solid #b9b9b9;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    padding: 0px 10px 8px 10px;
    text-decoration: none;
    line-height: 22px;
    }

header .telhd:hover {
    padding-top:10px;
}

.lienblanc{
    padding:5px 10px;
    background-color:#3d8dae;
    border-radius: 3px;
    color: white!important;
	text-decoration: none;
}


/** Menu **/

#menu {float: right;position: absolute;bottom: 0;right: 0;}

#menu ul {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    /* float: right; */
}
#menu ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#menu ul li a {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 15px;
    text-decoration: none;
    /* height: 100%; */
   text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;

}

#menu ul li a:hover {
	background-color:#5f9b41;
	color:#fff;
    border-radius : 0 60px;
}

#menu ul li ul{display: none;}

#menu ul li ul{
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 38px;
    width: 307px;
    z-index: 999;
    padding: 0px 0 10px 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background-color: #b98d44;
}

#menu ul li ul li {
    width: 100%;
    float: left;
    padding: 0 !important;
}
#menu ul li ul li a {
    font-size: 13px !important;
    padding: 5px 10px!important;
    margin: 0 !important;
    width: 100%;
    text-align: left;
    color: #FFF!important;
    border-radius: 0!important;
    font-weight: normal;
}

#menu ul li ul li a:hover{
    background-color: #3c4146!important;
    color: #FFF!important;
}




#menu ul li ul li {
    border-bottom: 1px dotted #a47d53;
    border-left: 0!important;
}

#menu ul li ul li:last-child {
    border-bottom:0
    
}


#menu ul li:hover >ul{
    display: block ;
}
#menu ul li a:hover {
    *background: #036da8;
}
#menu ul ul li {
}

.fixNavigation{ 
    z-index: 9999; 
    position: fixed; top: 0; 
    width: 900px; /* <-- Largeur de votre site */ 
} 


.isStuck {
    padding: 0 !important;
    z-index: 999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    margin: 0 !important;
    bottom: inherit!important;
    /* background-color: #dfd4c3; */
    height:inherit;
}

.isStuck header .logo, .isStuck header .slogan {
    display:none; 

}

.isStuck header  {
    height:inherit!important;
}

.isStuck .logo img {
    *width: 310px;
}

.isStuck  header .telhd {
    display:none;
}
 
.isStuck #menu {

    margin: 0;
    position:inherit;
}
.isStuck #menu ul li a {
    border-radius:0;
}
.index {

    width:100%;
    margin: 0 auto;
    padding: 0;
    float: left;

}

section {
    width: 1200px;
    margin: 1% auto;
    clear: both;
    padding: 1% 0;background-color: #fff;
}

.index section {
    width: 100%;
    background-color: initial;
}

section hr{
   background: none;
   clear: both;
   background-size: 15px;
   height: 10px;
   border: 0!important;
   width: 57%;
   margin-left: 18%;
   margin: 3% auto;
   clear: both;
}
.pcontact {
    background-color:#FFF;
    margin-bottom: 2%;
    margin-top: 3%;
}

.col-idx{
    width: 1500px;
    margin: 0 auto;
    padding: 2.5% 1% 2.5% 1%;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.col-idx  h1{
  text-align: center;
    color: #fff;
    font-size: 35px;
    margin: 10px 0 20px 0;
    background-color:#5f9b41;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px 50px 0 0;
    font-weight: 500;
	
}

.col-idx  h2{
     text-align: center;
    color: #fff;
    font-size: 22px;
    margin: -18px -20px 30px 0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px;
    background-color: #4a7d3a;
    border-radius: 0 0 0 50px;
}

.col-idx  h3{
    color: #3c4146;
    font-size: 16px;
    margin: 0 0 25px;
    font-weight: bold;
    text-align: center;
}


.col-idx ul {
    color:#FFF;
    font-size: 16px;
    font-weight:normal;
    text-align: justify;
    padding-left: 12px;
    list-style:none;
    margin-top:5px;
    line-height: 20px;
}


.col-idx li {
    background: url(../web-images/puce.png) no-repeat top 6px left;
    background-size: 11px;
    padding: 0 0 5px 20px;
}

.col-idx  p{
    font-size: 15px;
    text-align:center;
    color: #000;
    font-weight: 500;
}
.col-idx a{
    font-size: 15px;
    text-align:justify;
    color: #3c4146;
    font-weight: 500;
}


.vgcenter {
    width: 100%;
    /* float: left; */
    max-width: 1000px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.vignette{
    width: 47%;
    float :left;
    margin-right: 2%;
    margin-left: 1%;
    margin-bottom: 3%;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
    background-color: #b3b3b3;
}

.coul1, .coul3 {
    background-color:#949494;
}

.vignette a{
    text-decoration :none;
    color: inherit;
    margin: 10px 0 0;
    float: right;
    padding: 4px 5px 0 5px;
    background-color: #212529;
    font-size: 13px;
}
.vignette a:hover{
    text-decoration :none;
    color: #fff;
    background-color: #7cb849;
	
}

.vignette img{
    width :100%;
    float: left;
    border: 3px solid #ffffff;
	border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.vignette h2{
    text-align: center;
    margin-top: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
}


.vignette .lienv {
    background-color: #FBC263;
    color: #C22526;
    padding: 5px 10px;
    float: right;
    margin-top: 5%;
}

.vignette .lienv:hover {
    color: #FBC263;
    background-color: #C22526;

}

.vignette p{
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
	text-align: center;
}



/*
* Galerie
*/


.btgalerie{
    background: url('../web-images/album.png') no-repeat #676767 left 10px top 6px;
    padding: 7px 11px 8px 50px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    margin: 1%;
    height: 18px;
}


.single_3{
    text-decoration:none;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 165px;
    right: 20px !important;
    border-radius: 500px;
    width: 26px;
    height: 26px;
}

#toTop:before {
    content: '\f077';
    color: #959595;
    font-size: 30px;
    line-height: 27px;
    right: 20px;
    bottom: 73.5px;
    position: fixed;
}

/* Pages contenu */


 .page1 .col-text {
 float:none;
}

.page2 .col-text {
 float:left;
}

.page3 .col-text {
 float:left;
 width: 100%;
 padding: 0 3%;
	background-color: #fff;
}

.page3 .col-img {
 float:left;
 width:100%;
}

.page3 .col-img img {
 float:left;
 width:25%;
}

.col-img {
    width: 36%;
    float: right;
    padding: 1% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-img p{
    text-align:center;
}

.col-img p img {
    width: 100%;
    border: 1px solid #CCC;
    box-shadow: 0 1px 5px #303030;
}

.col-text {
    width: 64%;
    padding: 0% 2%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.large{
    width: 98%;
    padding: 0% 1% 1% 0%;
    float: left;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-text h1,.large h1{
    color: #fff;
    font-size: 26px;
	text-transform: uppercase;
	margin: -20px 0 20px 0;
    background-color: #5f9b41;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px 50px 0 0;
	font-weight: 500;
}

.col-text h2,.large h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
   margin: -18px -20px 30px 0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 25px 6px;
    background-color: #4a7d3a;
    border-radius: 0 0 0 50px;
	text-align: right;
}

.col-text h3,.large h3 {
    font-size: 18px;
    color: #49494a;
    text-align: left;
    margin-bottom:10px;
	margin-top: 50px;
    border-bottom: 1px dashed #49494a;
	text-transform: uppercase;
	background-color: #5f9b4126;
}

.col-text h4,.large h4 {
    font-size: 16px;
    color: #3c4146;
    text-align: justify;
    margin-bottom:5px;
}

.col-text p, .col-text a,.large p, .large a {
        font-size: 16px;
    color: #444444;
    text-align: justify;
    line-height: 20px;
	    margin-top: 15px;
}

.col-text p em {
    color: #707070;
}
.col-text img {
    margin-right: 5px;
    border-radius: 3px;
    margin-left: 6px;
}

.col-text ul {
    font-size: 16px;
    color: #444444;
    font-weight:normal;
    text-align: justify;
    padding-left: 12px;
    list-style:none;
    margin-top:5px;
    line-height: 20px;
}


.col-text ul li, .col1 ul li {
    background: url(../web-images/puce.png) no-repeat top 6px left;
    background-size: 11px;
    padding: 0 0 5px 20px;
}

.col-text hr :none;
    clear: both;
    background-size: 6px;
    height: 8px;
    border: 0!important;
    width: 57%;
    margin-left: 18%;
    margin: 3% auto;
}



/* Pages contenu  fin */

.galphoto{
    /* width:100%; */
    clear: both;
    background-color: #FFF;
    background-color: #FFF;
    margin-bottom: 3%;
    margin-top: 3%;
    float: left;
}

.galphoto hr{
    width:100%;
    clear: both;
    border:0;



}

.galphoto h2 {
    clear:both;
    font-weight: bold;
    color: #3A3A3A !important;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 1%;
}

.galphoto a {
    text-decoration:none;
    float: left;
    width: 23%;
    padding: 1%;
}

.galphoto a img {
    width: 150px;
}

.col-idx .col2 {
    margin-top:2%
}

.col2 {
    float: left;
    width: 48%;
    margin: 0% 1% 0 1%;
}

.col2 h2 {
    color: #c89a69;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}


.col2 p, .col2 ul {
    font-size: 16px;
    text-align: left;
}

.contact {
    padding: 0;
    margin-left: 2%;
    margin-bottom: 21px;
}

.ft {
    clear: both;
    width: 100%;
    float: left;
    margin: 0;
    background-color: #212529;


}


.car {
    width: 100%;
    float: left;
    margin: 0;
}

.info {
    float: left;
    font-size:16px;
    color: #FFF;
    margin: 2% 1%;
}

.info img {
    width:170px
}

.banner-ind {
    background: url(../web-images/banner_1.jpg) 50% 0 no-repeat fixed;
    color: #FFF;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 0;
    background-size: cover;
    height: 350px;
    position: relative;
    DISPLAY: NONE;
}

.banner-ind::before {
    background: url(../web-images/after-section.png) center top repeat-x;
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    content: '';
    height: 29px;
    z-index: 9;
}

/*=======================================
            Actualite
========================================*/      

.actu {
    width: 100%;
    float: left;
   
    padding: 1%;
    margin-bottom: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	background-color:#fff
}

.actu .imgAct {
    width: 20%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.actu .imgAct img{
    width:70%;

}

.actu  .txtAct {
    float:left;
    width: 80%;
    padding: 0.5% 1% 2% 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.actu  .txtAct h2 {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    padding: 1px 10px;
    text-align: justify;
    margin : 0;
    display: table;
    border-radius:3px
    clear: both;    border-bottom: 1px dashed #3d8dae
}

.actu  hr {
    border:0;
    margin:20px 0;
    border-bottom:1px dashed #CCC;
}


.actu  .txtAct h3 {
    font-size: 18px;
    color: #165897;
    margin: 0;
    font-weight: normal;
}

.actu .txtAct p, .actu .txtAct a, .txtAct ul {
    font-size: 16px;
    color: #3B5848;
    text-align: left;
    line-height: 20px;
}
.actu .txtAct a{
    font-size: 15px;
    color: #ffffff;
    background-color: #717171;
    padding: 2px 5px;
    text-align: justify;
    line-height: 30px;
	border-radius: 3px;
}

.fb {
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    float: right;
    /* margin-right: 4%; */
    margin-top: 10px;
}



/** Footer **/

footer {
    clear:both;
    width: 1200px;
    margin: 0 auto;
    padding: 2% 0 1% 0;
}

footer .logo {
    float:left;
    margin: 17px 0;
    text-align: center;
}

footer .logo img {
    width: 200px;    margin-top: -20px;
}

footer .adresse {
    float: left;
    margin: 0% 1% 3% 20px;
}

footer .adresse p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    border-left: 1px solid;
    text-align: left;
    padding-left: 20px;
    line-height: 20px;
}

footer .liens {
    float:right;
    margin:1%;
	width: 250px;
}
.liens img{
    float:right;
    margin:1%;
	width:50px;
}

footer nav {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #c3c3c3;
}

footer nav br {
    display:none;
}


footer nav ul {
    float: left;
    z-index: 99999999;
    margin: 0;
    padding: 0;
}


footer nav ul li {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

footer nav ul li a:hover {
    color: #c89a69;
}

footer nav ul li a {
    color: #c3c3c3;
    float: left;
    padding: 5px 9px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.signature {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0;
    float: left;
    background-color: #010002;
    padding: 5px 0;
}

.signature a {
    text-decoration: none;
    background-image:url(../web-images/123web-montpellier.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding: 2px 40px 1px 21px;
    color: white;
}
.signature2{width:100%;text-align:center;font-size:10px;margin:0;float:left;background-color:#969696;padding:5px 0;}
.signature2 a{text-decoration:none;background-repeat:no-repeat;background-position:right center;color:#010002;}
.mention-legale{
    text-decoration: none;
    background: none !important;
    padding: 2px 5px 1px 5px;
    color: gray;
}

.slicknav_menu {
    display:none;
}


@media screen and (max-width: 1200px) {
    header, footer {
        width: 100%;
    }

    section {
        width:100%;
        /* margin:0; */
    }

   .vgcenter,.col-idx{
        width: 100%;
        margin: 0;
    }

    .col-idx{
        width: 100%;
        margin: 0;
        padding: 0 1%;
    }


}
@media screen and (max-width: 1200px) {
header .logo img {
    display:none;
}
}
@media screen and (max-width: 1020px) {
    .vignette{
        /* width: 50%; */
    }
    .coul3 {
        background-color: #2c353d;
    }

    .coul4 {
        background-color: #98691c;
    }
	.car h3{
        display:none !important;
    }

}

@media screen and (max-width: 875px) {
    .vg {
        margin-top: 0;
        margin-bottom:2%
    }
}

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

    
    .isStuck {
        display:none;
    }

    .js #menu {
        display:none;
    }
    .hd {
        display:none;
    }
    .slicknav_menu {
        display:block;
        position: absolute;
        top: 0;
        z-index: 999;
        width: 100%;
        position: fixed;
    }

    .slicknav_menu img {
        display: none !important
    }
    

    .page {
        margin-top:54px;
    }

    .tp-banner-container {
        /* top: 43px; */
    }
    .galerie{
        margin-top: 50px
    }
    
    header .logo {
        position:absolute;
        top:0;
        z-index: 999;
        position: fixed;
        margin:0 1%;
        width: 130px;
    }

    header .logo img {
        float:left;
        margin: 0;
        padding: 3px 0 0 0;
        width: 192px;
    }

    .vg {
        margin-top: 47px !important;
    }
	.col-text img{
        display: none;
    }
.car h2{
        display:none !important;
    }
}


@media screen and (max-width: 747px) {
.vignette{
    width: 96%;
    float :left;
    margin: 2% 2%;
    }
    .coul3 {background-color: #7cbf43;}
    .coul4 {background-color: #2c353d;}
    .col2 {
        float: left;
        width: 98%;
    }
}

@media screen and (max-width: 600px) {
    .col-text {
        width: 100% !important;
        padding: 2%!important;
    }

		.col-idx  h1{
    font-size: 25px;
}

	.col-idx  h2{
    font-size: 18px;
    margin: -18px 0px 30px 0;
}

    .col-img {
        width: 96%;
        margin: 2%;
        display: none;
    }
footer .logo img {
     display: none;
}

}
.cherry_parallax1 {
    /* The image used */
   /* background-image: url("web-images/5f7f292b3b2f94.jpg");*/
  
    /* Set a specific height */
    height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .cherry_parallax1 .parallax-content h2 {
      color: #fff;
      font-size: 60px !important;
      line-height: 64px !important;
      margin-bottom: 67px;
      text-shadow: 0 1px 3px #000;
  }
  .cherry_parallax1 .parallax-content {
      padding: 180px 0;
      text-align: center;
  }
  .cherry_parallax1 .parallax-content p {
      font-size: 38px;
      line-height: 30px;
      font-weight: 300;
      color: #fff;
      text-shadow: 0 2px 3px #000;
  }
.btn a{
         font-size: 18px;
    background-color: #212529;
    color: #fff;
    padding: 5px;
	border-radius:3px   
  }
.btn a:hover{
    color:#ffffff;
    background-color: #7cb849;
    text-decoration:none  
  }
  @media(max-width:768px){
      .cherry_parallax1 .parallax-content h2 {
           font-size: 2rem !important;
      }
      .cherry_parallax1 .parallax-content p {
          font-size: 2rem !important;
      }
      .cherry_parallax1 .parallax-content {
          padding: 25% 0;
  
      }
  }