@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-white.gif) repeat-x; 
}



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





/* ________ HEADER ________*/


#container-header-page{
	width:1000px;
	margin:0 auto;
	padding:0;	
	background-color:#ffffff;
	display:block;
}


.header-page{
	text-align:left;
	width:100%;
	margin:0 auto;
	padding:0;	
	display:block;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	float:left;
}



.header-page-responsive{
	display:none;
}



.title-page{
	width: 1000px;
	font-size:1.2em;
	font-family:'Roboto Slab', Arial, sans-serif;
	font-weight:700;
	margin:20px auto 10px;
	text-align: left;
}


/* ________ SEPARATEUR ________*/

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



.separateur-interieur{
	clear:both;
	height:0;
	width:0;
}


.separateur-grey{
	margin:0 auto;
	text-align:center;
	width:1000px;
	height:1px;
	clear:both;	
	background-color:#ededed;
}





/* ________ SPECIAUX ________*/


.color-white{
	color:#ffffff;
}


.text-bold{
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.color-red{
	color:#ed1c27;
}

.color-blue{
	color:#306fb5;
}





/* ________ SLIDER ________*/

/** ---------------------------------------
 * Slider 
 ----------------------------------------*/

 .header-visuel-slider{
	text-align:left;
	width:370px;
	margin:0 auto;
	padding:0;	
	display:block;
	float:left;
}

 
 
 .content-slider {
  width: 620px;
  position: relative;
  overflow: hidden;
  margin-left:10px;
  border: 5px solid #306fb5;
}



.slider {
  display: flex;
  width: 500%;
}

.slider_section {
  width: 100%;
}

.slider_img {
  display: block;
  width: 100%;
  height: 100%;
}



.btn-prev, .btn-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: monospace;
  cursor: pointer;
  color:#ed1c27;
}



.btn-prev {
  left: 10px;
}

.btn-next {
  right: 10px;
}


#content-slider-mobile{
	display:none;
}









/* ______________ NAVIGATION _____________*/

.header-inner {
	display: table;
	width: 1000px;
	margin: 0 auto; 
	padding: 20px 25px; 
	background-color:#ffffff;
}

.header-inner > * {
	display: table-cell;
	vertical-align: middle;
}


.header-nav {
	text-align: center;
}


.header-nav ul,
.header-nav li {
	display: inline;
	list-style: none;
}


.actif{
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin:20px 15px;
	padding:10px 15px;
	vertical-align: middle;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(40,94,169,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(40,94,169,1);
	box-shadow: 0px 0px 0px 3px rgba(40,94,169,1);
}


.header-nav a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin:20px 15px;
	padding:10px 15px;
	border:3px solid #ededed;
	vertical-align: middle;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	z-index:100!important;
}




/* Animation du lien */
.header-nav a:hover{
	-webkit-box-shadow: 0px 0px 0px 3px rgba(40,94,169,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(40,94,1696,1);
	box-shadow: 0px 0px 0px 3px rgba(40,94,169,1);
}




.nav-is-stuck .main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index:500!important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	animation: stickAnim .3s;
}
 
@keyframes stickAnim {
	0% {
		transform: translateY(-86px);
	}
	100% {
		transform: translateY(0);
	}
}



/* _______________________ NAV COMPLEMENT ______________________*/		
	
	
#content-offres:before, #content-univers:before, #content-partenaires:before, #content-bloc-offres:before{
    display: block;
    content: "";
	height: 88px;
    margin: -88px 0 0;
}




/* ____________________ SECTION OFFRES GEM ______________________*/


.title-section{
	font-size:32px;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align:center;
	margin:20px auto;
	color:#000000;
	width:1000px;
	}
	
.title-section-exception{
	font-size:32px;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align:center;
	margin:20px auto;
	color:#000000;
	}
	

.blocs-offres{
	box-sizing: border-box;
	display:table;
	width:1000px;
	border:3px solid #306fb5;
	margin:0 auto;
}	
	
.big-bloc{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:50%;
	float:left;
}	


.small-bloc{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
	width:50%;
}
	
.big-bloc img, .small-bloc img{	
	-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;
	}
	
	
.small-bloc img:hover, .big-bloc img:hover{
	opacity:0.5;
}
	
.small-bloc img{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #306fb5;
	width: 100%;
}

	


	
	
	
	
/* ________ BLOCS ________*/
		/* ________ zone offres________*/
	
	

#content-bloc-offres{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:1015px;
	margin:0 auto;
	display:block;
}




.segment-offre{
	float:left;
	margin-top: -15px;
}



.column-1{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
}

.column-2{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
}



.bloc-offre-1{
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	width:227px;
	margin:16px;
	height:212px;
	border:4px solid #306fb5;
}

.bloc-offre-2{
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	margin:16px 0;
	width:227px;
	height:449px;
	border:4px solid #306fb5;
}


.bloc-offre-1 img, .bloc-offre-2 img{
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.bloc-offre-1:hover img,.bloc-offre-2:hover img{
	opacity: 0.5;
}



	
	
	
	
	
	
	
/* _______________________ SECTION UNIVERS______________________*/	

#content-univers{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
	

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


.bloc-four-univers{
    float: left;
    text-align: center;
	margin-right:15px;
}


.bloc-four-univers:nth-of-type(1n+4){
	margin-right:0;
}


.bloc-four-univers img, .bloc-three-too img, .bloc-two-too img{
	-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;
}

.bloc-four-univers img:hover{
	opacity:0.5;
}


	
	
	
	
/* ________ BANDEAUX ________*/

.content-offres-bandeau {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	display:block;
	background-color:#ffffff!important;
}

.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-page{
	padding:30px 0;
	font-size:0.6em;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	color:#414141;	
	background-color: #ededed;
}

#mentions-page p{
	width:1000px;
	display:block;
	margin:0 auto;
}



