@charset 'utf-8';
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/custom/css/main.css
*	projet			: @PROJET@
*	version			: 1.0.5 2017-04-21 14:22 LE
*
\****************************************************/

 
.slideMobile, .slideMobileInterne{display:none;}

img{
	max-width: 100%;
}

a:link,
a:active,
a:visited{
	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.margin-15-0{
	margin-top:15px;
	margin-bottom:15px;
}

.margin-30-0{
	margin-top:30px;
	margin-bottom:30px;
}

.margin-45-0{
	margin-top:45px;
	margin-bottom:45px;
}

.margin-60-0{
	margin-top:60px;
	margin-bottom:60px;
}

.red{
	color:#d32e32;
}

.bggray{
	background:#e5e6e7;
}

h1{
	font-weight:700;
}

h2{
	font-weight:700;
	font-size: 2em;
	line-height: 1.2em;
}

.margin-top-15{
	margin-top:15px;
}

.margin-top-30{
	margin-top:30px;
}

.redbutton:link,
.redbutton:active,
.redbutton:visited{
	background: #d32e32;
	border: solid 2px #d32e32;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
	position: relative;
	text-decoration: none;
}

.redbutton:hover{
	background: #fff;
    padding: 10px 20px;
    color: #d32e32;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
	
}

strong{
	font-weight: 700;
}

p{
	line-height: 25px;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight: 400;
}

.container{
	position: relative;
}

/* HEADER */
#logo{
	display: inline-block;
	margin-right:15px;
	float:left;
}

#logo a{
	display: block;
}

#logo img{display:block;}

header .container-fluid{
	padding-left:0;
	padding-right:0;
}

header{
	position: relative;
	background:#d32e32;
	
}

header nav{
	display: inline-block;
	transition: opacity 0.5s;
	float:left;
	margin-top: 28px;
}

header nav > ul{
	width:100%;
	text-align: center;
}

header nav > ul li{
	display: inline-block;
	margin:5px 10px;
	position: relative;
}

header nav > ul li.current > a{
	font-weight:bold;
}

header nav > ul li a:link,
header nav > ul li a:visited,
header nav > ul li a:active{
	display: block;
	color:#fff;
	font-size:1em;
	padding:10px 15px;
	border:solid 2px #fff;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
}

header nav > ul li a:hover,
header nav > ul li.current a{
	display: block;
	color:#d32e32;
	padding:10px 15px;
	border:solid 2px #fff;
	background:#fff;
	text-decoration: none;
}

header nav > ul li > ul{
	display: none;
	position: absolute;
	top:15px;
	left:0;
	width: auto;
	background: #666;
	z-index: 1;
}

header nav > ul li:hover > ul{
	display: block;
}

header nav > ul li > ul li{
	position: relative;
}

header nav > ul li > ul li > ul{
	display: none;
	position: absolute;
	top:15px;
	right:0;
	left:auto;
	width: auto;
	background: #fff;
	z-index: 1;
}

#right-menu{
	float:right;
	margin-right:30px;
	margin-top:34px;
}

#right-menu li{
	float:left;
	color:#fff;
}

#right-menu a{
	color:#fff;
	margin:0 3px;
	font-weight:700;
}

#right-menu a:hover{
	opacity:0.7;
}

#mobile-menu-icon{		
	width: 40px;
	display: none;		
	cursor: pointer;
	position: absolute;
	/*right:16px;
	bottom:10px;*/
    /*right: 48px;
    bottom: 28px;*/
    right: 2%;
    top: 40%;
}

#mobile-menu-icon span {
	display: block;
	border-bottom: 5px solid #fff;
	margin-bottom: 5px;
}

/* Contenu*/
.page-bloc{
	margin-top:30px;
	margin-bottom:30px;
}

.page-bloc.contact-thanks{
	text-align: center;
    padding: 100px 0;
    font-size: 18px;
    font-weight: 700;
}

/* FOOTER */
footer{
	padding:10px;
	background: #d32e32;
}

footer nav ul{
	display: inline-block;
}

footer nav li{
	float:left;
	margin:10px;
	color:#fff;
	padding-top: 15px;
}

footer nav li:first-child{
	padding-top: 0;
	margin-top: 0;
}

footer nav li a:link,
footer nav li a:active,
footer nav li a:visited,
footer nav li a:hover{
	display:block;
	color:#fff;
	text-transform: uppercase;
	font-size: 0.8em;
}

footer .copyright{
	color:#fff;
	font-size: 14px;
	
}

footer .copyright a{
	color:#fff;
}

#footer-logo img{
	max-width: 180px;
}

.tparrows{
	background:rgba(211,46,50,0.8);
}

.tp-bullet.selected{
	background: #d32e32;
}

li.mobile{
		display: none;
	}
	
.line-right.out{
	right: -2000px
}	

.line-left.out{
	left: -2000px
}

.line-wrap{
	padding:0 30px;
	position: relative;
	display: inline-block;
}
	
.line-left {
    display: block;
    width: 1000px;
    height: 3px;
    background: #d32e32;
    position: absolute;
    left: -1000px;
    top: 10px;
	transition:left 0.5s;
	z-index: -2;
}

.line-right {
    display: block;
    width: 1000px;
    height: 3px;
    background: #d32e32;
    position: absolute;
    left: auto;
	right: -1040px;
    top: 0;
	transition:right 0.5s;
}

#main{
	overflow: hidden;
}

.facebook{
	max-height: 20px;
}

.facebook:hover{
	opacity:0.7;
}

#cboxClose{
    position: absolute;
    top: -15px;
    right: 5px;
    display: block;
    background: rgba(211,46,50,0.8);
    width: 40px;
    height: 40px;
    text-indent: 0;
	color:#fff;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: rgba(211,46,50,0.8);
    width: 40px;
    height: 40px;
    text-indent: 0;
	color:#fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
	background: rgba(211,46,50,0.8);
    width: 40px;
    height: 40px;
    text-indent: 0;
	color:#fff;
}

.redclick {list-style-image: url(../img/red-plus.png);  }
.redclick:hover{
	cursor: pointer; 
	color: #d32e32;
}
.redclicked{
	cursor: pointer; 
	color: #d32e32;
	list-style-image: url(../img_old/dot.png); 
}

.rs-fullvideo-cover {
    z-index: -999 !important;
}
#map_canvas {
    width: 100%;
	 height: 570px;
  
}

@media screen and (max-width: 1300px) {
	.menu-pages-produits-widget .menu-link .text{
		font-size: 1.2em;
	}
	
	img.parallax{
		display: none;
	}
	
	.parallax-page-produits-widget .text{
		margin-left: auto;
	}
	
	
}

@media screen and (max-width: 1180px) {
	#logo {
		display: block;
		margin-right: 15px;
		float: none;
	}
	
	body{
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
    /**AJOUT*/
    .slideMobile,.slideMobileInterne{display: block}
    .slideMobileInterne{width: 100%; height: 100%}
	#slider1_forcefullwidth, .slider-revolution-hero-widget, .slider-revolution-video-widget{display: none;}
    header nav {margin-top: 0;}
    .texte-2-colonnes-accueil-widget .wrap{z-index: 998}
    .select-style {width: 100%;}
    /**AJOUT*/
	/*mobile menu*/
	#mobile-menu-icon{
		display: block;
	}
	
	header nav {
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		background: #000;
		z-index: 999;
		display: none;
	}
	
	header nav ul li {
		display: block;
		margin: 0;
		position: relative;
	}
	
	header nav ul li a:link,
	header nav ul li a:active,
	header nav ul li a:visited{
		display: block;
		padding: 10px 0;
		color: #fff;
		font-size: 1.4em;
	}
	
	header nav ul li a:visited{
		background: #666;
	}
	
	header nav ul li a:hover{
		text-decoration: none;
		color:#fff;
		background: #666;
	}
	
	
	.menu-pages-produits-widget .menu-link{
		width:50%;
	}
	
	.menu-pages-produits-widget .menu-link .text{
		font-size: 2em;
	}
	
	.texte-2-colonnes-accueil-widget .wrap{
		position: relative;
		margin-top: 0;
		padding-top: 30px;
	}
	
	footer nav{
		display: none;
	}
	
	#logo {
		display: inline-block;
		margin-right: 15px;
		float: left;
	}
	
	#right-menu{
		display: none;
	}
	
	li.mobile{
		display: block;
	}
	
	.parallax-page-produits-widget .text{
		width:100%;
	}
	
	.produit-images-massonerie-widget .wrap{
		position:relative;
		margin-top:0;
		padding-top: 30px;
	}
	
	.page-services-contenu-widget .wrap,
	.page-succursales-contenu-widget .wrap{
		position:relative;
		margin-top:0;
		padding-top: 30px;
	}
	
	.produit-images-massonerie-widget .masonry{
		margin-top:0;
	}
	
	.masonry-galerie-sizer, .masonry-galerie-item{
		width:49%;
	}
	
	.slider-revolution-hero-widget .slider-text{
		font-size: 3em;
	}
	
	.page-succursales-contenu-widget .province-wrap{
		width:49%;
		float:left;
	}
	
	.page-succursales-contenu-widget iframe{
		margin-top: 30px;
	}
	
	.texte-2-colonnes-accueil-widget img {
		padding-top: 30px;
		
	}
}

@media screen and (max-width: 768px) {
    /**AJOUT*/
    .slideMobile,.slideMobileInterne{display: block}
    .slideMobileInterne{width: 100%; height: 100%}
	#slider1_forcefullwidth, .slider-revolution-hero-widget, .slider-revolution-video-widget{display: none;}
    header nav {margin-top: 20px;}
    .texte-2-colonnes-accueil-widget .wrap{z-index: 998}
    .select-style {width: 100%;}
    /**AJOUT*/
	.menu-pages-produits-widget .menu-link .text{
		font-size: 1.2em;
	}
	
	.slider-revolution-hero-widget .slider-text{
		font-size: 4em;
	}
	
}

@media screen and (max-width: 499px) {
    /**AJOUT*/
    .slideMobile,.slideMobileInterne{display: block}
    .slideMobileInterne{width: 100%; height: 100%}
	#slider1_forcefullwidth, .slider-revolution-hero-widget, .slider-revolution-video-widget{display: none;}
    header nav {margin-top: 0;}
    .texte-2-colonnes-accueil-widget .wrap{z-index: 998}
    .select-style {width: 100%;}
    /**AJOUT*/
	.menu-pages-produits-widget .menu-link .text{
		font-size: 0.9em;
	}
	
	.nos-marques-widget .item {
		display: block;
		margin: 5px auto;
	}
	
	.masonry-galerie-sizer, .masonry-galerie-item{
		width:100%;
	}
	
	
	.masonry-galerie-item a{
		display: block;
	}
	
	.masonry-galerie-item img{
		margin:0 auto;
	}
	
	.slider-revolution-hero-widget .slider-text{
		font-size: 5em;
	}
	
	.page-succursales-contenu-widget .province-wrap{
		width:100%;
		float:none;
	}
}

@media screen and (max-width: 400px) {
    .slideMobile,.slideMobileInterne{display: block}
    .slideMobileInterne{width: 100%; height: 100%}
	#slider1_forcefullwidth, .slider-revolution-hero-widget, .slider-revolution-video-widget{display: none;}
    header nav {margin-top: 0;}
    .texte-2-colonnes-accueil-widget .wrap{z-index: 998}
    .select-style {width: 100%;}

	#logo img{
		max-width: 80%;
		height:auto;
	}
	
	
	.menu-pages-produits-widget .menu-link .text{
		font-size: 0.8em;
		word-break: break-word;
	}
	
	h2 {
		font-size: 1.5em;
	}
}
