@font-face {
    font-family: 'bpdotsregular';
    src: url('../font/bpdots-webfont.eot');
    src: url('../font/bpdots-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bpdots-webfont.woff2') format('woff2'),
         url('../font/bpdots-webfont.woff') format('woff'),
         url('../font/bpdots-webfont.ttf') format('truetype'),
         url('../font/bpdots-webfont.svg#bpdotsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileronsregular';
    src: url('../font/ailerons-typeface-webfont.eot');
    src: url('../font/ailerons-typeface-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ailerons-typeface-webfont.woff2') format('woff2'),
         url('../font/ailerons-typeface-webfont.woff') format('woff'),
         url('../font/ailerons-typeface-webfont.ttf') format('truetype'),
         url('../font/ailerons-typeface-webfont.svg#aileronsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#dcom_main_container {
    box-shadow: none !important;
	background-color: rgba(255,255,255,0) !important;
}

#dcom_main_ftl_metier_container {
	background-color: rgba(255,255,255,0) !important;
}

.spacing10 {
    display: none;
}

html {
	color: #222;
	font-family: Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #000000;
}

body {
	background: #fff url("../img/background.jpg") no-repeat center top;
	background-attachment: fixed;
	/* background-size: cover; */
}

#container{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 40px rgba(0,0,0,.8);
}

/************* HACK / COMMUN *************/

img {
	display: block;
}

.marg14 {
    margin-top: 14px;
}

.marg33 {
	margin-top: 33px;
}

.marg55 {
	margin-top: 55px;
}

.marg20 {
	margin-top: 20px;
}

.ftlt {
	float: left;	
}

.inblk {
	display: inline-block;
	
}

.dblock {
	display: block;
	
}

iframe {
	margin-bottom: 5px;
	width: 444px;
	height: 250px;
}


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

#header {
	font-family: 'aileronsregular';
	text-align:center;
	background-color: rgba(255,255,255,0);
	font-size: 5em;
	padding: 30px 0;	
}

#sheader {
	background-color: rgba(255,255,255,0);
	padding-bottom: 30px!important;
	text-align: justify;
	font-weight: bold;
    padding: 0px 30px;
}


/************* TITLE *************/

h1 {
	font-family: 'bpdotsregular';
    padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
    font-size: 3em;
	background-color: white;
}

h2 {
	font-family: 'bpdotsregular';
    font-size: 2em;
    line-height: 1em;
    color: white;
    padding: 0px 40px;
    margin-bottom: 20px;
}



.stitre {
	box-sizing: border-box;
    padding: 0 40px;
    text-align: justify;
    font-size: 0.9em;
}

.btn-gamme {
	display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
}


/************* COLORS *************/

.blue {
	background-color: #65c9c9;
}

.darkblue{
	color: #218383;
}

.lightblue{
	background-color: rgba(255,255,255,.3);
	color: #218383;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.lightblue:hover{
	background-color: rgba(255,255,255,.4);
	color: #000;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.secu {
	color: #65c9c9;
}



.orange {
	background-color: #ffa21c;
}

.darkorange{
	color: #A66609;
}

.lightorange{
	background-color: rgba(255,255,255,.3);
	color: #A66609;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.lightorange:hover{
	background-color: rgba(255,255,255,.4);
	color: #000;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.confort {
	color: #ffa21c;
}



.green {
	background-color: #c5e837;
}

.darkgreen{
	color: #7D9712;
}

.lightgreen{
	background-color: rgba(255,255,255,.3);
	color: #7D9712;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.lightgreen:hover{
	background-color: rgba(255,255,255,.4);
	color: #000;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.energie {
	color: #c5e837;
}




.serv {
	color: #d91627;
}



/************* CONTENT *************/

.bloc {
	height: 250px;
	margin-bottom: 5px;
}

.bloc-txt{
	box-sizing: border-box;
	width: 35.6%;
	height: 250px;
	text-align: center;
	position: relative;
	padding-top: 20px;
}



