@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

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

}


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



}
#dcom_main_container {
    box-shadow: none !important;
	background: none !important;
	background-attachment: fixed;
	width: 100%;
}

#dcom_main_ftl_metier_container {
	background: none !important;
	background-attachment: fixed;
	box-shadow: none !important;
}

/* #cookiealert_container {
    background-color: transparent !important;
}

#cookiealert_content {
    padding: 5px 20px !important;
    background-color: rgba(0,0,0,.5) !important;
    border: 8px solid #dedede !important;
}
 */

.darty_com_tablet body {
    background-url: none!important;
    background: #ffffff!important;
}
 
 
 
.spacing10 {
    display: none;
}

body{
	margin:0;
	padding:0;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	background-color:#ffffff!important;
	background: url(../images/bg-dark.gif) repeat-x; 
}



.clear{
	clear:both;	
	opacity:0;
	border:0;
	height:0;
}





/* ________ SEPARATEUR ________*/

.separateur {
	width:100%;
	height:15px;
	clear:both;	
	background-color:#ffffff;
}


	
	
/* ________ BANDEAUX ________*/

.content-offres-bandeau {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:1000px;
	display:block;
	background-color:#ffffff!important;
	margin:0 auto;
	text-align:center;
}

.bloc-offres-bandeau{
	width:1000px;
	margin:0 auto;
}

.img-offres-bandeau-mobile{
 display:none;
}




/*.img-offres-bandeau {
	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}	*/
	

/*.img-offres-bandeau:hover{
	opacity:0.5;
}*/





/* ________ MENTIONS ________*/

#mentions-legales{
	margin:0 auto;
	width:960px;
	padding: 20px;
	font-size:0.6em;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	color:#373737;	
	background-color:#f2f2f2;
}


#mentions-legales>p>a{
	color:#373737;	
}






