@charset "utf-8";
/* CSS Document */



body{
    margin:0;
    padding:0;
    font-family:'Ubuntu', arial;
    overflow-x: hidden;
    background-color: #FFFFFF;

}


img {
    border:0;
}

p {
    /* line-height:20px; */
    font-size:16px;
}
a{
    text-decoration: none ;
}

header, .vgcenter, footer{
    width: 1200px;
    margin:0 auto;
}

/*=======================================
           LOADER
========================================*/            
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fe1e14;
    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: 50%;
    left: 50%;
    color: #fff;
    /* font-weight: 700; */
    font-size: 38px;
    line-height: 1em;
    text-align: center;
    margin: auto;
    line-height: 15px;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    margin-top: -50%;
}

.loader-logo img {
	width:100%
}




/** header **/

.index .hd{
    width:100%;
    position: absolute;
    z-index: 99;
}


.page .hd{
	z-index: 500;
	border: none !important;
	background-color: #fe1e14;
	border-bottom: 3px solid #313131!important;
	}

header {position: relative;}

.page header .logo {
	background-color:transparent;
}

header .logo {
    float:left;
    margin: 0 1% 0 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    /* display: none; */
}

header .logo img {
    float:left;
    margin: 0;
    padding: 0;
    width: 150px;
}

header h1 {
    float:right;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin: 8% 1% 0 0;
    color: #E5E5E5;
    text-shadow: 0 1px 4px #000;
    text-align: center;
    display: none;
}




/** Menu **/

.page #menu {
	margin-top: 14px;
}

#menu {
	width: 956px;
	margin: 0 auto;
	padding: 3px;
	float: right;
}


#menu ul {
    /* width: 692px; */
    padding: 0px;
    list-style: none;
    margin: 0px auto;
}


#menu ul li {
    display: inline;
    float: left;
    margin: 0 1px;
    padding: 0px;
}


#menu ul li a {
    color: rgb(255, 255, 255);
    float: left;
    font-size: 14px;
    /* text-transform: uppercase; */
    padding: 16px 10px;
    text-decoration: none;
    border-radius: 3px;
    height: 18px;
}

.index #menu ul li a {
    background-color: rgba(0, 0, 0, 0.23);
}

#menu ul li:nth-child(4) a, #menu ul li:nth-child(5) a , #menu ul li:nth-child(6) a, #menu ul li:nth-child(7) a  {
	padding: 7px 10px;
	height: 36px;
}


#menu ul li a:hover {
    color: #dbdbdb;
}

#menu ul li ul{display: none;}

#menu ul li ul{
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 30px;
    width: 250px;
    z-index: 999;
    padding: 0px 0 10px 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background-color: #c89a69;
}



#menu ul li a:hover, .active a {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 3px;
}




#menu ul li ul li {
    border-bottom: 1px dotted #a47d53;
    border-left: 0!important;
}





#menu ul li:hover >ul{
    display: block ;
}

#menu ul ul li {
}

.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: #313130;
    /* background-image: url(../web-images/bg-beton.jpg); */
    /* background-size: cover; */
}










.isStuck header .logo {
    display:none; 
    *margin: 5px 1%;
}

.isStuck .logo img {
    *width: 310px;
}

.isStuck #menu {padding: 3px;margin-top: 0;}

section {
    width: 1200px;
    margin: 1% auto 4% auto;
    clear: both;
    padding: 2% 0;
}

.index section {
    width: 100%;
    background-color: initial;
    margin: 0 auto;
    padding: 0;
}

.container{
    width: 990px;
    margin: 0 auto;
}
.index section hr{width: 100%;clear: both;}
.pcontact {
    background-color:#FFF;
    margin-bottom: 2%;
    margin-top: 3%;
}

.col-idx{
    width: 100%;
    margin: 0 auto;
    padding: 0% 0;
    clear: both;
}

.col-idx  h1{
    text-align:center;
    color: #ffffff;
    font-size: 40px;
    background-color: #000;
    margin: 0;
    padding: 10px 0;
}

.col-idx  h2{
    text-align:center;
    color: #000;
    font-size: 24px;
    margin: 0;
    font-weight: normal;
}



.col-idx  p{
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 30px;
}

.vg {
    width: 100%;
    float: left;
    clear: both;
}

.vignette{
    width: 24%;
    float :left;
    margin: 0.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1%;
    /* margin-bottom: 87px; */
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    /* height: 500px; */
}

.vignette:hover{
}

.vignette a:before {
    /* position: absolute; */
    /* content: ''; */
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}

.vignette a:hover:before {
    height: 100%;
}

.vignette a{
    text-decoration :none;
    color: inherit;
}

.vignette figure{
    width :100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.vignette figure img {
	width: 100%;
	position: relative;
	    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.vignette .vtxt {
	position:absolute;
	padding: 5%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.vignette h2{
    text-transform: none;
    font-size: 20px;
    /* line-height: 50px; */
    color: #010101;
    margin-bottom: 0;
    text-align: center;
}


.vignette .lienv {
    overflow: hidden;
    padding: 11px 22px 11px !important;
    font: 500 13px/11px 'Ubuntu', sans-serif;
    color: #FFF !important;
    text-shadow: none;
    background: #fe1e14 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: auto !important;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: RIGHT;
    margin-top: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vignette .lienv:hover {
	background-color: #313130!important;
	color: #FFF!important;
}


.vignette p{
    color: #FFF;
    margin: 7px 0;
    font-size: 16px;
    line-height: 20px;
    float: left;
    text-align:center;
    width: 100%;
}

.vignette p img {
	width:120px
}

.adresse p{
    margin: 40px 50px;
}



/*
* 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: #000000;
    font-size: 30px;
    line-height: 27px;
    right: 20px;
    bottom: 73.5px;
    position: fixed;
}

/* Pages contenu */







 .page1 .col-text {
 float:right;
}

.page2 .col-text {
 float:left;
}

.page3 .col-text {
 float:left;
 width:100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

.page3 .col-img {
 float:left;
 width:100%;
 padding: 0;
}

.page3 .col-img img {
 float:left;
 width: 18%;
 margin: 0.8%;
}

.col-img {
    width: 35%;
    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 #e7e7e7;
    border-radius: 10px;
}

.col-text {
    width: 65%;
    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: 4% 1% 1% 1%;
}

.col-text h1     {
    color: #fe1e14;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.col-text h1::after{
    display: block;
    content: " ";
    background: #3c3c3c;
    width: 84px;
    height: 4px;
    margin-top: 5px;
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:top left;
}




.col-text h2 {
    font-size: 20px;
    color: #1C1C19;
    text-align: justify;
    /* margin-top: 30px; */
}



.col-text h3 {
    font-size: 16px;
    color: #444444;
    text-align: justify;
    /* margin-bottom:0; */
}

.col-text p, .col-text a {
    font-size: 18px;
    color: #444444;
    text-align: justify;
    line-height: 22px;
}

.col-text p em {
    color: #707070;
}

.col-text ul {
    font-size: 18px;
    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 3px left;
    padding: 0 0 5px 24px;
}

.col-text hr {
    background: url(../web-images/points.png) center bottom repeat-x;
    clear: both;
    background-size: 15px;
    height: 10px;
    border: 0!important;
    width: 57%;
    margin-left: 18%;
    margin: 4% auto;
}



/* Pages contenu  fin */


.hrPr {
    position: relative;
    display: inline-block;
    width: 335px;
    height: 3px;
    background: #fff;
    content: "";
    margin-top: 35px;
}


.more{
	/* position: relative; */
	display: inline-block;
	overflow: hidden;
	padding: 16px 42px 17px !important;
	font: 500 15px/15px 'Ubuntu', sans-serif;
	color: #fff !important;
	text-shadow: none;
	background: #b20065 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	height: auto !important;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	CLEAR: both;
	/* FLOAT: LEFT; */
	/* margin: 0 auto; */
	/* width: 200px; */
}


.more:hover{
	 color: #b20065 !important;
	 background: #FFF !important;
	 text-shadow: none;
	 box-shadow: none;
	 text-decoration: none !important;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}


.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:100%
}

.col2 {
    float: left;

    width: 48%;
    margin: 0 1% 0 1%;
}

.col2 h2 {
    color: #f21515;
    font-size: 16px;
    font-weight: bold;
}



.col2 p, .col2 ul {
    font-size: 14px;

}



.contact {
    padding: 0;
    margin-left: 2%;
    margin-bottom: 21px;
}



.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/parallax_pic1.jpg) 50% 0 no-repeat fixed;
    color: #FFF;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 0;
    background-size: cover;
    height: 350px;
    position: relative;
}






/*=======================================
            Menus
========================================*/            

.tarifs {
    width: 100%;
    float: left;
    /* width: 80%; */
    background-color: #FFF;
    padding: 2% 0;
}

.tarifs h2 {
    margin-bottom: 1px;
    color: #FF9301!important;
    font-size: 28px!important;
    padding: 0.5% 1%;
    float: left;
    width: 98%;
    border-radius: 8px 0 0 0;
    margin-top: 0;
    text-align: center;
    font: bold 30px 'Shadows Into Light', cursive;

    text-transform: initial!important;
}

.tarifs ul {



    list-style: none outside none;
    margin: 0 0 2% 0;
    padding: 0 0 1% 0!important;
    width: 100%;
    float: left;
}

.tarifs hr {
    background: url(../web-images/points.png) center bottom repeat-x;
    clear: both;
    height: 10px;
    border: 0!important;
    width: 64%;
    margin-left: 18%;
    margin-bottom: 2%;
}


.tarifs ul .item {
    /* background-color: transparent; */
    display: block;
    background-image: inherit;
    float: left;
    font-size: 13px;
    margin: 1px 1%;
    padding: 3px 1%;
    width: 48%;
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 65px;
}
.tarifs ul .item .titre {
    margin: 0;
    font-size: 16px;
    color: #000;
}
.tarifs ul .item .text {
    margin: 0;
    padding: 0;
    color: #161616;
}
.tarifs ul li span {
    float: right;
    font-weight: bold;
    color: #323232;
}


/*=======================================
            Actualite
========================================*/      

.actu {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #CCC;
    padding: 2%;
    margin-bottom: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.actu .imgAct {
    width: 20%;
    float:left;
}

.actu .imgAct img{
    width:100%;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.actu  .txtAct {
    float:left;
    width: 80%;
    padding: 1% 2%;
    -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;
    margin: 5px 0 0 0;
    color :#4b4c4c;
    /* font-size: 18px; */
}

.actu  hr {
    border:0;
    margin:20px 0;
    border-bottom:1px dashed #CCC;
}


.actu  .txtAct h3 {
    font-size: 18px;
    color: #b10065;
    margin: 0;
    font-weight: normal;
}

.actu .txtAct p, .actu .txtAct a, .txtAct ul {
    font-size: 16px;
    color: #22221D;

    text-align: justify;
    margin: 8px 0;
    font-weight:300;
}

.fb {
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    float: right;
    margin-right: 4%;
    margin-top: 10px;


}



/** Footer **/


.ft {

    clear: both;
    width: 100%;
    float: left;
    margin: 0;
    background-color: #fe1e14;
    border-top: 7px solid #000000;
    /* background-image: url(../web-images/bg-beton.jpg); */
    background-size:cover;
}

footer {
    clear:both;
    width: 1200px;
    margin: 0 auto;
    padding: 1% 0 2% 0;

}


footer .logo {
    float:left;
    margin: 0% 2% 1% 1%;
    text-align: center;
}

footer .logo img {
    width: 166px;
}

footer .logo2 {
    float:right;
    margin: 0% 1% 1% 1%;
    text-align: center;
}

footer .logo2 img {
    width: 138px;
}

footer .adresse {
    float: left;
    margin: 0% 1% 2% 3%;
}

footer .adresse p {
    color: #FFF;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

footer .liens {
    float:right;
    margin:1%;
}

footer nav {
    width: 100%;
    float: left;
    clear: both;
    border-top: 2px solid #FFF;
}

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 {
    color: #FFF;
    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: #000000;
    padding: 5px 0;
    color: #FFF;
    letter-spacing: 1px;
}


.signature a {
    text-decoration: none;
    background-image:url(../web-images/dixicom.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding: 2px 40px 1px 0px;
    color: white;
}

.mention-legale{
    text-decoration: none;
    background: none !important;
    padding: 2px 8px 1px 8px!important;
    color: gray;
}

.slicknav_menu {
    display:none;
}





@media screen and (max-width: 1200px) {
    header, footer {
        width: 100%;
    }

    section {
        width:100%;
    }


    .vgcenter,.col-idx{
        width: 100%;
        margin: 0;
    }

    .col-idx{
        width: 100%;
        padding: 0;
    }

}

@media screen and (max-width: 1150px) {
    .isStuck {
        display:none;
    }

    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
        position: absolute;
        top: 0;
        z-index: 999;
        width: 100%;
        position: fixed;
    }

        header .logo img {
        display: none;
    }


    .page {
        margin-top: 11px;
    }

    .tp-banner-container {
        top:54px
    }
    .galerie{
        margin-top: 50px
    }
    header .logo {
        position:absolute;
        top:0;
        z-index: 999;
        position: fixed;
        margin:0 1%;
        width: 130px;
    }

}

@media screen and (max-width: 990px) {
	.container{
		width: 96%;
	}
}


@media screen and (max-width: 875px) {
    .vg {
    }

    .vignette{
         width: 98%;
         float :left;
         margin: 0.5% 1%;
         /* padding: 0 2% 2% 2%; */
         /* background-color: #b10165; */
         border-radius: 15px;
    }

    .vignette .vtxt {
	position: inherit;
	padding: 1% 2%;
	}
	
	.vignette h2 {
		margin:1% 0
	}

	.vignette .lienv {
		position: inherit;
		margin: 0 0 2% 0;
	}

	.vignette figure{
		display:none;
	}

    .banner-ind {
        display:none;
    }

}

@media screen and (max-width: 760px) {


    .parallax-slider{
    	height: 500px !important
    }

    
}

@media screen and (max-width: 750px) {
    .col2 {
        float: left;
        width: 98%;
    }

    .tarifs ul .item {
        width: 98%;
        min-height: inherit;
    }





}

@media screen and (max-width: 600px) {
    .col-text {
        width: 96%;
        padding: 2%;
    }

    .col-img {
        width: 96%;

        margin: 2%;
        display: none;
    }

    footer .logo2 {
    	display:none;
    }

}

	