@import url("//hello.myfonts.net/count/38dbaf"); /* IMPORTANT ! = page view counter */

/* ## TYPOGRAPHY ############################################################# */
@font-face {
    font-family: 'CalvertMTStd-Light';
    src: url('../font/38DBAF_0_0.eot');
    src: url('../font/38DBAF_0_0.eot?#iefix') format('embedded-opentype'),
    url('../font/38DBAF_0_0.woff2') format('woff2'),
    url('../font/38DBAF_0_0.woff') format('woff'),
    url('../font/38DBAF_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'CalvertMTStd';
    src: url('../font/38DBAF_1_0.eot');
    src: url('../font/38DBAF_1_0.eot?#iefix') format('embedded-opentype'),
        url('../font/38DBAF_1_0.woff2') format('woff2'),
        url('../font/38DBAF_1_0.woff') format('woff'),
        url('../font/38DBAF_1_0.ttf') format('truetype');
}
@font-face {
    font-family: 'CalvertMTStd-Bold';
    src: url('../font/38DBAF_2_0.eot');
    src: url('../font/38DBAF_2_0.eot?#iefix') format('embedded-opentype'),
        url('../font/38DBAF_2_0.woff2') format('woff2'),
        url('../font/38DBAF_2_0.woff') format('woff'),
        url('../font/38DBAF_2_0.ttf') format('truetype');
}

/* ## STRUCTURE ########################################################## */
.ftlHTML {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:20px;
    color:#000;
    padding:0 0 20px 0;

}
/* ## HELPERS ########################################################## */
.rouge{
    color:#ed1c27 !important;
}
.bleu{
    color:#005EAD !important;
}
.block{
    display:block;
}
.withShadow{
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius:3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
/* ## ELEMENTS RECURENTS ################################################ */
.ftlHTML .btn {
    display:inline-block;
    background-color:#ed1c27;
    border-bottom: 3px solid;
    border-color: #ca1821;  
    color:#FFF;    
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.7em;
    font-weight: 700;
    font-style:normal;
    line-height: 1;
    white-space: nowrap;
    border-radius: 3px;
    padding: 1em 3em 0.85em 3em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.ftlHTML .btn:hover{
    background-color: #ca1821; 
}
.zoneLink:hover{
	opacity:0.8;
}
/* ## HEADER ############################################################# */
.sectionHeader {
	background:url(../images/deco/bg-header-desktop.jpg) no-repeat top right;
	padding:1em 0 0 0;
    margin-bottom:1.5em;
}

.sectionHeader-title{
	max-width:320px;
	font-family:'CalvertMTStd-Bold', Georgia, Times, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1;
	margin: 0;
}
	.sectionHeader-title-label{
		display:block;
		font-size:1.6em;
		line-height:1.2;
	}

.sectionHeader-subtitle {
	max-width:356px;
	color:#747474;
	font-size:0.9em;
	font-weight:300;
	line-height:1.4;
	margin:1em 0 0 0;
}
.sectionHeader-banner{
	display:block;
	margin-top:0.5em;
}
a.sectionHeader-banner:hover{
    opacity:0.8;
}

/* ## MAIN # Commons ##################################################### */
/* ## Titres ## */
.sectionTitle{
    font-family:'CalvertMTStd-Bold', Georgia, Times, serif;    
    font-weight:normal;
    font-size:1.3em;
    line-height:1.1;
    padding:0;
    margin:1.5em 0 0.7em 0;
}
.sectionTitle:first-child{
	margin-top:0;
}
.sectionHeader + .sectionTitle{
    margin-top:1em;
}
.sectionSubtitle{
    font-size:0.9em;
    line-height:1.4;
    padding:0;
    margin:0 0 0.8em 0;
}

/* ## Bandeaux promo ## */
.sectionBanner{
	display:block;
    margin:1.5em auto;
}
.sectionTitle + .sectionBanner{
    margin-top:0;
}
.sectionBanner a:hover,
a.sectionBanner:hover{
    opacity:0.8;
}
	.sectionBanner img{
		display:block;
		margin:0 auto;
		max-width:100%;
	}

/* ## Slider et Blocks ## */

/* = fleches du slider */
.slick-prev:before,
.slick-next:before{
    border-color:#000;
}
/* = pager du slider */
.slick-dots li button{
    background-color: #DDD;
}
.slick-dots li.slick-active button{
    background-color: #009444;
}

/* = Commons */

.sectionDescription{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	padding-bottom:5px;
	margin:-1.2em -1.2em 0 0;
	overflow:hidden;
}
	.blkDescription{
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius:3px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
		margin:1.2em 1.2em 0 0;
	}

/* Blocks Description */
	.blkDescription{
		flex-basis:calc( ( 100% - ( 4 * 1.2em ) ) / 4);
		text-align:center;
	}
		.blkDescription-visuel{
			background-color: #F1F1F1;
		}
			.blkDescription-visuel img{
				width:100%;
				margin:0 auto;
			}
		.blkDescription-label{
			padding:1.2em;
			text-align:center;
		}
			/*.blkDescription-label-header{
				min-height:3.75em;
			}*/
				.blkDescription-label-title{
					color:#353535;
					font-size:0.8em;
					font-weight: 700;
					line-height:1.6;
					margin:0;
				}
				.blkDescription-label-title a{
					color:inherit;
					text-decoration: none;
				}
				.blkDescription-label-subtitle{
					color:#005EAD;
					font-size:0.8em;
					font-weight: 700;
					line-height:1.6;
					margin:0;
				}
			.blkDescription-label-intro{
				flex-basis: 100%;
				color:#353535;
				font-size:0.8em;
				line-height:1.6;
				margin:1em 0 0 0;
			}


/* ## Mentions légales ## */
.mentions-legales {
    padding:1.8em 1.8em;
    font-size: 0.6em;
    color: #989898;
    background-color: #F2F2F2;
    margin:2.5em 0;
}
    .mentions-legales dl,
	.mentions-legales dt,
	.mentions-legales dd{
		padding:0;
        margin:0;
    }
	.mentions-legales dt{
		font-weight:500;
	}
    .mentions-legales p{
        margin:1em 0 0 0;
    }

/* ## fonctionnement plié-deplié ## */
.js-publiAccordionLight-toggle{
    cursor: pointer;
}
.js-publiAccordionLight-content{
    display: none;
}
.js-publiAccordionLight-content.js-publiAccordionLight-content--default {
    display: block;
}

/* ############################################################################################ */
/* ==== RESPONSIVE behaviour ================================================================== */
/* ############################################################################################ */

@media (max-width: 767px){ /* ================================================================ */
	/* ## STRUCTURE ##################################### */
	.ftlHTML{
		font-size:18px;
		max-width:640px;
		margin:0 auto
	}
	#dcom_main_container .site .ftlHTML{ /* template Darty menu Mobile */
		width: 100vw;
	}
	#dcom_main_container > table .ftlHTML{ /* template Darty header XXL */
		width:calc(100vw - 20px);
	}
	#dcom_main_container > table{
		background-color:#FFF !important;
	}
	.withGuttersOnMobile{
		width:90.625vw;
		max-width:580px;
		margin-left:auto;
		margin-right:auto;
	}   
	.ftlHTML img{
		max-width:100%;
	}

 /* ## HEADER ########################################### */
	.sectionHeader {
		background:url(../images/deco/bg-header-mobile.jpg) no-repeat top center;
		background-size:100%;
		padding-top:39.0625%;
		padding-bottom:1em;
	}
		.sectionHeader-title{
			margin-top:0.5em;
			margin-bottom:0.5em;
		}

 /* ## MAIN ############################################# */ 
	/* ## */
	.sectionTitle {
		font-size: 1.15em;
		margin-bottom:0.6em;
	}
	.sectionSubtitle {
		font-size: 0.8em;
	}
	/* ## */
	.sectionDescription{
		flex-wrap: wrap;
	}
		.blkDescription{
			flex-basis:calc( ( 100% - ( 2 * 1.2em ) ) / 2);
		}

	/* ## */
	.mentions-legales {
		padding: 1em 2em;
		font-size: 0.8em;
	}
}


@media (max-width: 480px){  /* ================================================================ */
	/* ## */
    .ftlHTML{
        padding:0 0 1.5em 0;
        font-size:15px;
    }


	/* ## */

	.sectionHeader-title-label{
		font-size:1.5em;
		line-height: 1.2;
	}


}

@media (max-width: 320px){  /* ================================================================ */
	/* ## */
    .ftlHTML{
		font-size:14px;
	}
}