@charset "utf-8";
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/css/widgets.css
*	projet			: 
*	version			: 1.0.2 2016-03-11 15:54 LL
*
\****************************************************/

/*Diaporama*/
.diaporamas-widget{
	position: relative;
	max-width: 1920px;
    margin: 0 auto;
}

#slider-mask{
	display: block;
	position: absolute;
	bottom:0;
	z-index: 1;
}

#slider-shadow{
	position: absolute;
	top:0;
	width:100%;
	height:50px;
	background: url(../img/slider-shadow.png) repeat-x;
	z-index: 1;
}

#extra-html{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 1;
}



#extra-html .realisations div{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 1;
}

#extra-html .realisations > div div{
	background: #000;
	opacity:0.5;
	cursor:pointer;
	transition: opacity 0.3s;
}

#extra-html .realisations > div div:hover,
#extra-html .realisations > div div.active{
	opacity:0;
}

#extra-html .realisations > div:first-child{
	right:50%;
}

#extra-html .realisations > div:last-child{
	left:50%;
}

#extra-html .realisations span{
	position: absolute;
	left:35%;
	top:100px;
	font-size: 28px;
	color:#fff;
	text-align: right;
	z-index: 1;
	cursor:pointer;
}

/*Équipe Widget*/
.equipe-widget .team div{
	margin:15px 0;
}

.equipe-widget .team{
	margin-bottom:30px;
}

.equipe-widget .team span{
	font-weight:bold;
}

.equipe-widget .team .team-name{
	font-weight:bold;
	font-size: 25px;
	color:#000;
}

.equipe-widget .team .team-image{

}

/*Nouvelles Widget*/
.nouvelles-widget .news div{
	margin:15px 0;
}

.nouvelles-widget .news{
	margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
}

.nouvelles-widget .news:last-child{
	border:none;
}

.nouvelles-widget .news span{
	font-weight:bold;
}

.nouvelles-widget .news .news-title{
	font-weight:bold;
	font-size: 25px;
	color:#000;
}

.nouvelles-widget .news .news-image{

}

#news-archive .title{
	background: #ccc;
	color:#000;
	font-size: 1.5em;
	padding:10px;
	cursor:pointer;
	box-sizing: border-box;
	position: relative;
	line-height: 2.1em
}

#news-archive .title img{
	position: absolute;
	right:10px;
}

#news-archive .archive{
	display:none;
}

/*Carriere Widget*/
.carriere-widget .position div{
	margin:15px 0;
}

.carriere-widget .position{
	margin-bottom:30px;
}

.carriere-widget .position span{
	font-weight:bold;
}

.carriere-widget .position .position-title{
	font-weight:bold;
	font-size: 25px;
	color:#000;
}

.carriere-widget .position .position-url a:link,
.carriere-widget .position .position-url a:active,
.carriere-widget .position .position-url a:visited{
	text-decoration: underline;
}

.carriere-widget .position .position-pdf a:link,
.carriere-widget .position .position-pdf a:active,
.carriere-widget .position .position-pdf a:visited{
	text-decoration: underline;
}

.careers-wrap{}
.careers-wrap table{
	width: 75%;
    text-align: left;
}

/*Contact Widget*/
.contact-widget{
	margin: 15px 0;
}

.contact-info{
    margin: 15px 0;
}

#contact-form .gender {
    margin: 15px 0;
}

#contact-form .gender input {
    width: 5%;
}

.soumission-widget .gender > div span{
	display: inline-block;
    width: 150px;
}

.soumission-widget #contact-form .gender input {
    width: 10%;
}

/*FAQ Widget*/
.faq-widget .faq{
	margin:15px 0;
}

.faq-widget .faq .question{
	font-weight: 700;
}


/*Liste widget*/
.liste-widget .list-item{
	margin:30px 0;
}

/*publicités*/
.publicites-widget .campagne-title{
	font-weight: bold;
}

.publicites-widget .publicites-wrap{
	margin: 15px 0;
}

.publicites-widget .publicite{
	margin: 30px 0;
}

/*services accueil*/
.services-accueil-widget{
	background:#f1f1f1;
	position: relative;
	min-height: 250px;
	max-width:1920px;
	margin:0 auto;
}

.services-accueil-widget .item{
	display: inline-table;
	width:290px;
	box-sizing: border-box;
	margin:0 1px;
	background-color: rgba(255,255,255,0.8);
	padding:15px;
	text-align: center;
	min-height: 290px;
	
}

.services-accueil-widget .item:hover{
	text-decoration: none;
	cursor:pointer;
}

.services-accueil-widget .item .icon{
	width: 137px;
	height: 126px;	
	margin: 0 auto;
}

.services-accueil-widget .item.blue .icon{
	background:url(../img/climatisation-icon.png) no-repeat;
}

.services-accueil-widget .item.gray .icon{
	background:url(../img/ventilation-icon.png) no-repeat;
}

.services-accueil-widget .item.orange .icon{
	background:url(../img/chauffage-icon.png) no-repeat;
}

.services-accueil-widget .item.green .icon{
	background:url(../img/geothermie-icon.png) no-repeat;
}

.services-accueil-widget .item .title{
	font-weight:700;
	font-size: 1.1em;
}

.services-accueil-widget .item .description{
	font-size: 0.8em;
}

.services-accueil-widget .items{
	position: absolute;
    top: -140px;
    z-index: 1;
    width:100%;
	text-align: center;
}

.services-accueil-widget .text{
	position: absolute;
	bottom:0;
	text-align: center;
	width:100%;
}

.services-accueil-widget .text span{
	width:36%;
	display: inline-block;
}


/*services entete*/
.service-entete-widget{
	background: #414042;
	position: relative;
	min-height: 200px;
	max-width: 1920px;
    margin: 0 auto;
}

.service-entete-widget .wrap{
	position: absolute;
	z-index: 1;
	top:-100px;
	text-align: center;
	width: 100%;
}

.service-entete-widget .info{
	width:450px;
	display: inline-block;
	text-align: left;
	padding: 30px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
}

.service-entete-widget .info.blue{
	background: url(../img/climatisation-icon.png) no-repeat right 5px rgba(255,255,255,0.9);
}

.service-entete-widget .info.gray{
	background: url(../img/ventilation-icon.png) no-repeat right 5px rgba(255,255,255,0.9);
}

.service-entete-widget .info.orange{
	background: url(../img/chauffage-icon.png) no-repeat right 5px rgba(255,255,255,0.9);
}

.service-entete-widget .info.green{
	background: url(../img/geothermie-icon.png) no-repeat right 5px rgba(255,255,255,0.9);
}

.service-entete-widget .info .title{
	font-size: 2em;
	line-height: 1em;
	margin-bottom:15px;
}

.service-entete-widget .info .subtitle{
	font-weight: 700;
	margin-bottom:5px;
}

.service-entete-widget.left{
	min-height:0;
	background: none;
}

.service-entete-widget.left .info{
	background: #ccc;
}

/*Soumission widget*/
.soumission-widget{
	
}

.soumission-widget h1{
	border-bottom:1px solid #000;
}

body.soumission h1{
	display: none;
}

/*manufacturier logo*/
.manufacturiers-logo-widget{
	
}

.manufacturiers-logo-widget .item{
	width:195px;
	height:130px;
	display: inline-block;
	margin:10px 10px 30px 10px;
}

.manufacturiers-logo-widget .item .logo{
	height:100px;
	
}

.manufacturiers-logo-widget .item .name{
	text-align: center;
}

/*galeries*/
.realisations-commerciales,
.realisations-residentielles{
	background: #424142;
	min-height: 750px;
	max-width:1920px;
	margin:0 auto;
}

.realisations-commerciales{
	display: none;
}

.galerie-wrap{
	text-align: center;
	margin-top: 30px;
}

.galerie-item{
	width:100px;
	height:100px;
	display: inline-block;
	cursor:pointer;
	border:solid 2px #414042;
	opacity: 0.3;
}

.galerie-item.active{
	border:solid 2px #f7941e;
	opacity: 1;
}

.galerie-item.over{
	display: none;
}

.galerie-full{
	margin:30px 0;
	
}

.galerie-text{
	margin:15px 0;
	color:#fff;
}

.bloc-2-cols-widget{
	margin:45px 0;
}

.bloc-2-cols-widget.special,
.page-bloc.special{
	margin-top:10px;
}

.bloc-2-cols-widget.special .title,
.page-bloc.special h1{
	position: absolute;
    top: -72px;
    z-index: 1;
	color:#f9ab4f;
	font-style:italic;
	font-size: 25px;
	line-height: 27px;
}

.bloc-2-cols-widget.special .title strong,
.page-bloc.special h1{
	border-bottom:solid 1px #000;
	display: inline-block;
	padding-bottom: 5px;
	font-weight: 700;
}