/*
Auteur: Viweb.ca;
Date: 2016-05-26;
Description: Fichier style.css - contient tous les styles custom du site;
*/

/*************************************
		Family font disponible

font-family:'Ergo LT W01';
font-family:'Ergo LT W01 Medium';
font-family:'Ergo LT W01 Bold';

*************************************/




/*************************************
				OFFCANVAS
*************************************/

.offCanvas{
	width:18.75rem;
	position:fixed;
	height:100%;
	left:-18.75rem;
	display:block;
	z-index:10;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow-y: auto;
	background-color:#B0B0B0;
}

p{
	text-align:justify;
}

.offCanvas.offCanvas-open{
	left:0;
}

.offCanvas .close-offCanvas{
	position: absolute;
	right: 1rem;
	font-size: 1.5em;
}

.offCanvas .menu{
	padding-left:0;
}

.offCanvas .menu li{
	display:block;
	text-align: center;
	background-color:#909090;
}

.offCanvas .menu li a{
	padding:1em 0;
	display:block;
	color:white;
}


.offCanvas .menu li:not(:last-of-type) a{
	border-bottom:1px solid black;
}

#canvas{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left:0;
	position:relative;
}

.offCanvas.offCanvas-open + #canvas{
	left:18.75rem;
}

#canvas-blocker{
	z-index:-1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	background-color:transparent;
	height:100%;
	width:100%;
	top:0;
}

.offCanvas.offCanvas-open + #canvas #canvas-blocker{
	background-color: rgba(0,0,0,0.5);
	z-index: 999999999;
}

/*************************************
				HEADER
*************************************/

header{
	position:fixed;
	width:100%;
	background-color:white;
	color:white;
	text-transform: uppercase;
	text-align:center;
	z-index:1000;
}

header #mobile-header{
	background-color:#909090;
	width:100%;
}

header #mobile-header .offCanvasButton{
	padding:1em 0 0.5em;
	display:block;
	color:white;
}

header .top{
	background-color:#1b1b1b;
	text-align:center;
	margin:0;
}

header .top .telephone{
	margin-top:1em;
}

header .top ul.menu{
	padding-left:0;
	margin-bottom:0px;
}

header .top li{
	padding: 1em 0 0.4em 0;
	position:relative;
	display:inline-block;
}

header .top a{
	color:#d9d9d9;
}

header .top li:not(:last-of-type) a{
	border-right:1px solid #d9d9d9;
	padding-right:1em;
}


header .top li:not(:first-of-type) a{
	padding-left:1em;
}

header .top i.fa-phone{
	font-size:1.5em;
	margin-left: -2em;

}

header .telephone a{

	color:white;
	text-decoration: none;
	font-size:1.5em;
}

header .top i.fa-phone:before{
	margin-right:0.5em;
}

header .bottom{
	padding-top:1em;
	padding-bottom:1em;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #a8a8a8;
	background: -moz-linear-gradient(top,  #a8a8a8 0%, #ffffff 40%);
	background: -webkit-linear-gradient(top,  #a8a8a8 0%,#ffffff 40%);
	background: linear-gradient(to bottom,  #a8a8a8 0%,#ffffff 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#ffffff',GradientType=0 );
	margin:0;
}

.menu{

	font-family:'Ergo LT W01 Medium';
}

nav.clim-chau ul{

	float:left;
	
}

nav.clim-chau ul li{

	float:left;
	position:relative;
	padding:0.2em 1em;
	list-style:none;
	
}

nav.clim-chau ul li a:hover{

	text-decoration:none;
	
}

header h3{
	display:inline-block;
	font-size:1.1em;
	font-family:'Ergo LT W01 Bold';
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header h3 a{
	color:black;
	text-decoration:none;
}

header h3 a:hover{
	color:black;
}

header h3 a:hover:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

header h3 a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #00aeef;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.menu {
	font-family:'Ergo LT W01 Medium';
}

header h3:not(:last-of-type) a{
	border-right:1px solid black;
	padding-right:1em;
	margin-right:0.8em;
}

header .bottom .menu{
	margin-top:2%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header .bottom .site-title img{
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	max-height:11rem;
}

header .bottom .menu ul{
	margin:0;
}

.sous-menu{
	display:none;
	position:absolute;
	margin:auto;
	width:10em;
	list-style-type:none;
	z-index: 10;
	background:white;
}

header.scrolled .bottom{
	padding:0;
}

header.scrolled .bottom .menu{
	margin-top:0;
}

header.scrolled .bottom .menu h3{
	margin-top:1rem;
}

header.scrolled .bottom .site-title img{
	max-height:2em;
	margin-top:1rem;
}

/*************************************
				BODY
*************************************/
body{
	font-family:'Ergo LT W01';
	overflow-x:hidden;
}



span.radiant{
	width:100%;
	height:8px;
	float:left;
	display:block;
	background: -moz-linear-gradient(top, rgba(145,145,145,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(145,145,145,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(145,145,145,1) 0%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(145,145,145,1) 0%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(145,145,145,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(145,145,145,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#fefefe', GradientType=0 );
	border-bottom: solid 3px white;
}

#main-content {
	position:relative;
	padding-top:18rem;
}

.res-com{

	padding:0.6em;

}

.res-com h5{

		text-align: center;
		text-transform: uppercase;
		font-size: 2.5em;
		border-bottom: solid thin #ccc;

}

.services{
	background-image:url("images/services-bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 2em 0 4em 0;

}

.services .service{
	position:relative;
	padding:1em 0;
	background-size:100%;
}

.services a{
	color:white;
}

.services .service:before{
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.services .service img{
	max-width:100%;
}

.services .service img + div{
	padding-left:0;
}

.services .service h3{
	text-transform: uppercase;
	font-size:1.4em;
	position:relative;
}

.services .service h3:before{
	content: "\f111";
	font-family: "FontAwesome";
	bottom:-1.8em;
	left:0.9em;
	position:absolute;
	color:white;
	font-size:1rem;
}

.services .service h3:after{
	content: " ";
	border-bottom:2px solid black;
	width:2.5em;
	bottom:-0.7em;
	left:1em;
	position:absolute;
}

.services .service p{
	padding-left:1.4em;
}

.services #chauffage.service{
	background-image:url("images/chauffage-bg.jpg");
	background-color:rgb(204,59,33);
}

.services #chauffage.service:before{
	background-color:rgba(204,59,33,0.7);
}

.services #climatisation.service{
	background-image:url("images/climatisation-bg.jpg");
	background-color:rgb(26,179,238);
}

.services #climatisation.service:before{
	background-color:rgba(26,179,238,0.7);
}

.services #ventillation.service{
	background-image:url("images/ventillation-bg.jpg");
	background-color:rgb(246,200,26);
}

.services #ventillation.service:before{
	background-color:rgba(246,200,26,0.7);
}

.services #geothermie.service{
	background-image:url("images/geothermie-bg.jpg");
	background-color:rgb(94,64,35);
}

.services #geothermie.service:before{
	background-color:rgba(66,55,45,0.7);
}

.services #chauffage.service:hover:before{
	background-color:rgb(204,59,33);
}

.services #climatisation.service:hover:before{
	background-color:rgb(26,179,238);
}

.services #ventillation.service:hover:before{
	background-color:rgb(246,200,26);
}

.services #geothermie.service:hover:before{
	background-color:rgb(94,64,35);
}

.apres-vente{
	background-color:#00aef0;
	color:white;
	padding:4em 0;
	border-top:solid thin #d63f2c;
}

.apres-vente h4{
	border-bottom:1px solid whitesmoke;
	display:inline-block;
	padding-bottom:0.5em;
}

.apres-vente img{
	max-width:100%;
	position:relative;
	top:1rem;
}

.avantage{
	background-image:url("images/avantage-bg.png");
	background-size:100%;
	position:relative;
	padding-bottom:9%;
	padding-top:3em;
}

.avantage img{
	float:right;
}

.avantage .description{
	background:white;
	border:1px solid black;
	position:absolute;
	top:80%;
	min-height:14rem;
}

.avantage .description h6{
	font-size:1.2em;
	text-transform: uppercase;
}

.avantage .description .savoir-plus{
	background-color: #d63f2c;
	color:white;
	padding:0.5em;
	text-transform: uppercase;
	bottom:0;
	right:0;
	position:absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.avantage .description .savoir-plus:hover{
	background-color:#00aef0;
}

.produit{
	margin-bottom:2em;
}

.partenaire{
	padding-bottom:2em;
	padding-left:0;
	text-align:center;
	margin-top:6em;
}

.partenaire li{
	display:inline-block;
	padding-right:1em;
}

/*************************************
				FOOTER
*************************************/

footer{
	position:relative;
	background-color:#1b1b1b;
	color:#999999;
	text-transform: uppercase;
	margin-top:3em;
}

footer .container{
	padding-bottom:1.5em;
}

footer ul.ville li{
	border-bottom:solid thin whitesmoke;
	line-height:2.8;
}

footer h3{
	color:#cccccc;
	margin-top:2em;
}

footer .col-md-4:not(.contact-info) h3{
	margin-bottom:1.5em;
}

footer .col-md-4:first-of-type p{
	width:70%;
}

footer ul{
	list-style-type:none;
	padding-left:0;
	line-height:2;
}

footer form .form-group input{
	margin-bottom:0.8rem;
}

footer form .form-group div{
	padding-left:1em;
}

footer form .form-group textarea{
	width:100%;
	max-width:100%;
	min-height:6em;
}

footer form input[type="submit"]{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color:#d63f2c;
	color:white;
	border:none;
}

footer form input[type="submit"]:hover{
	background-color:#00aef0;
	color:white;
	border:none;
}

footer .droit{
	border-top:1px solid #ccc;
	padding:1em 0;
}

.form-group {
	margin-bottom: 18px;
	float: left;
	width: 100%;
}

/*************************************
				DIVERS
*************************************/
.rouge {
	color: #de1218
}

.blanc {
	color: #fff;
}

.noir {
	color: #888;
}

#map {
	height:30em;
}

#form-message {
	display:none;
}

.row-eq-height{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.row{
	max-width:100%;
}

/*************************************
			ROYAL SLIDER
*************************************/

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: transparent !important;
	color: #FFF;
}

.rsContainer{
	border-bottom:solid thin #d63f2c;
}

#royalSlider {
	width: 100%;
	height: 500px;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0px 0px !important;
	background-repeat:no-repeat;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -68px 0px !important;
	background-repeat:no-repeat;
}

.rsDefault.rsHor .rsArrowLeft {
	left: 16px !important;
	top: 0;
}

.rsDefault.rsHor .rsArrowRight {
	right: 44px !important;
	top: 0;
}

.rsDefault .rsArrowIcn {
	width: 69px !important;
	height: 56px !important;
	top: 50% !important;
	left: 50% !important;
	margin-top: -16px !important;
	margin-left: -16px !important;
	position: absolute !important;
	cursor: pointer !important;
	background: url(images/fleche.png) !important;
	background-color: transparent !important;
	background-color: transparent !important;
	border-radius: 0px !important;
	background-repeat: no-repeat !important;
}

#royalSlider .texte{
	position:absolute;
	width:50%;
	height:85%;
	z-index:10;
	text-transform: uppercase;
	text-align:right;
	bottom:0;
}

#royalSlider .texte span, #royalSlider .texte h3{
	display:block;
	padding:0.2rem 1rem 0.2rem 0;
}

#royalSlider .texte h3{
	font-size:2.5em;
	width:100%;
}

#royalSlider .texte span{
	font-size:1.5em;
}

#royalSlider .texte span:last-of-type{
	font-size:0.9em;
}

#royalSlider .texte span.blue-line{
	background-color:rgba(28, 111, 144, 0.7);
}

#royalSlider img{
	width:100%;
	position:absolute;
}

#royalSlider img.back-snow{
	z-index:0;
	bottom:-5rem;
}

#royalSlider img.back-img {
    z-index: 0;
    top: 0rem;
}

#royalSlider img.back-fire{
	z-index:1;
}

#royalSlider img.front-fire{
	z-index:2;
}

#royalSlider img.front-snow{
	z-index:3;
	bottom:-15rem;
}

#royalSlider img.ventillateur{
	z-index:4;
	width:12em;
	right:26%;
	bottom:15%;
}

#royalSlider img.climatiseur{
	z-index:4;
	width:20em;
	bottom:15%;
	left:26%;
}



img.ventillateurImg{
	width:220px !important;
	height:444px !important;
	right:20% !important;
	left:auto !important;
	bottom:5% !important;
	top:auto;
}


img.thermostatIMG{
	width:150px !important;
	height:149px !important;
	right: auto !important;
	left: 40% !important;
	bottom: 5% !important;
	top: auto;
	z-index: 999;
}


img.thermopompeImg{
	width:250px !important;
	height:248px !important;
	right:20% !important;
	left:auto !important;
	bottom:5% !important;
	top:auto;
}

img.climatiseurIMG {
	width: 357px !important;
	height: 115px !important;
	right: auto !important;
	left: 20% !important;
	bottom: 5% !important;
	top: auto;
	z-index: 999;
}

img.sharpImg {
	width: 300px !important;
    height: 171px !important;
    right: 9% !important;
    left: auto !important;
    bottom: auto !important;
    top: 14%;
    z-index: 999;
}

img.greeImg {
	width: 300px !important;
    height: 171px !important;
    right: 9% !important;
    left: auto !important;
    bottom: 8% !important;
    top: auto;
    z-index: 999;
}


.txtChauffage{
	left: 0% !important;
	top: 0% !important;
	right: auto !important;
	bottom: auto !important;
}

.txtChauffage a{
	color:white;
}

.txtPret {
	left: 0% !important;
	top: 17% !important;
	right: auto !important;
	bottom: auto !important;
	width: 100%;
}

.txtRabais{
	left: 0% !important;
	top: 27% !important;
	right: auto !important;
	bottom: auto !important;
	color: rgba(204,59,33,1);
	font-family:'Ergo LT W01 Medium';
	font-size: 2em !important;
	width:100%;
}

.txtAchat{
	left: 0% !important;
	top: 40% !important;
	right: auto !important;
	bottom: auto !important;
	font-size: 1.4em !important;
	width: 100%;
}

.bg-thermo{}


/*************************************
			  ANIMATIONS
*************************************/
#spinner {
	visibility:hidden;
	font-size: 1rem;
	-webkit-animation: fa-spin 0.5s infinite linear;
	animation: fa-spin 0.5s infinite linear;
}

/*************************************
			  MICRODATA
*************************************/
/* exemple d'appel pour micro data */


#contact [itemprop="name"] {

	font-size: 1.2em;
	border-bottom:solid thin #ccc;
	text-transform:uppercase;
}

#contact a [itemprop="name"]{

	color:black;
	margin-bottom:0.3em;
}

#contact [itemprop="description"] {

	font-size: 1em;
	margin-bottom:0.8em;
}

#contact [itemprop="address"] {

	font-size: 1.1em;
}

#contact [itemprop="telephone"] {

	font-size: 1.1em;
}

#contact [itemprop="faxNumber"] {

	font-size: 1.1em;
}

#contact [itemprop="faxNumber"], [itemprop="address"], [itemprop="telephone"], [itemprop="faxNumber"]{

	line-height:2;
}

/*************************************
			  Général
*************************************/

.pageInt h2{
	font-size:1.2em;
	font-family:'Ergo LT W01 Medium';
	margin-bottom:3em;

}

.pageInt h1{
	font-size:2em;
	font-family:'Ergo LT W01 Medium';
		text-transform:uppercase;
	border-bottom:solid thin #00aef0;

}

.pageInt h4{
	font-size:1.6em;
	font-family:'Ergo LT W01 Medium';
		text-transform:uppercase;
	border-bottom:solid thin #00aef0;
	margin-top:2em;
	margin-bottom:1.2em;
	line-height:1.5;

}

.paral{
	text-align: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 300px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
	margin-bottom:2em;
	-webkit-animation: fadein 1s ease-in;
	animation: fadein 1s ease-in;
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

.wrap-black{

	position:absolute;
	left:0;
	top:0;
	z-index:9;
	width:100%;
	height:100%;
	-webkit-animation: mymove 4s forwards;
	animation: mymove 4s forwards;
}

@-webkit-keyframes mymove {
	from { opacity: 0; }
	to { opacity: 0.4; }
}

@keyframes mymove {
	from { opacity: 0; }
	to { opacity: 0.4; background-color: black; }
}

.chaffageIMG{
	background-image: url(images/chauffage.jpg);
}

.subventionIMG{
	background-image: url(images/subvention-header.jpg);
}


.climatisationIMG{
	background-image: url(images/climatisation.jpg);
}

.informationutilieIMG{
	background-image: url(images/info-utiles.jpg);
}

.ventillationIMG{
	background-image: url(images/ventillation.jpg);
}

.geothermieIMG{
	background-image: url(images/geothermie.jpg);
}

.promotionIMG{
	background-image: url(images/promo-climatisation.jpg);
}

.equipeIMG{
	background-image: url(images/promo-climatisation.jpg);
}

.produitThumb{
	border:solid thin #ccc;
}

.produitThumb img {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.produitThumb h4{
	padding-top: 5px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-family:'Ergo LT W01 Medium';

}

.produitThumb span{
	background:#00aef0;
	width:100%;
	float:left;
	padding:0.5em 1em;
	color:white;
}

.produitThumb span a{
	color:white;
}

/*************************************
				Promotions
*************************************/

img.promoImg{

	width:100%;
}

#promotions h3{
	text-align:center;
	background-color: #d63f2c;
	color: white;
	padding:0.3em 0;
	margin-top: 0px;

}

#promotions p{
	text-align:center;
	padding:0.2em 1em;
	min-height: 70px;
}

.promo-col{

	border:solid thin #ccc;
	margin-bottom:3em;
}

.align-right{

	display:block;
	float:right;
	padding:0.4em;
}

/*************************************
				Contact Form
*************************************/

.formcontact input {
	font-family: inherit;
	font-size: 0.8em;
	line-height: inherit;
	width: 50%;
	display: inline-block;
	margin: 0.5em;
	padding: 0.3em;
}

.formcontact textarea{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	display: inline-block;
	margin: 0.5em;
}
/*************************************
				Page Accueil
*************************************/

img.Luxaire_logoImg{
	width:110px !important;
	height:35px !important;
	right:19% !important;
	left:auto !important;
	bottom:60% !important;
	top:auto;
}
img.logo-colemanImg{
	width:110px !important;
	height:35px !important;
	right:29% !important;
	left:auto !important;
	bottom:60% !important;
	top:auto;
}


/*************** COOCKIES  ***********/
.coockies_notice {
    background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    padding: 15px 25px 10px;
    color: white;
}
.cn_h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 15px;
}
.cn_text {
    font-size: 1.5rem;
    line-height: 1.4;
}
.cn_links {
    margin: 15px 0 0;
}
.cn_links {
    margin: 15px 0 0;
}
.cn_links .db_btn {
    font-size: 1.8rem;
    margin: 0 10px;
    background-color: #d63f2c;
    border: none;
    padding: 7px 25px;
}

.content_pol h2 {
    font-size: 1.9rem;
  margin: 25px 0 5px 0;
}

#cmplz-cookies-overview .cmplz-dropdown summary, #cmplz-document .cmplz-dropdown summary, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
  display: block;
  background-color: rgba(239,239,239,0.5);
  margin: 5px 0;
  padding: 5px 10px;
  align-items: center;
  justify-items: stretch;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
  visibility: hidden;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cn_links2 {
    margin: 20px 0 0;
}
.cn_links2 a {
    color: white;
    margin: 0 10px 0;
    font-size: 1.4rem;
}