@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;
}
.vert{
    color:#009444 !important;
}
.block{
    display:block;
}
/* ## 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 1.5em 0;
    margin-bottom:0;
}

.sectionHeader-title{
	max-width:300px;
	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:2.5em;
		line-height:1.1;
	}
	.sectionHeader-title-label2{
		display:block;
		font-size:1.3em;
		line-height:1.4;
	}
	.sectionHeader-title-label2 img{
		height:calc( (40 / 26 ) * 20px );
		width:auto;
		margin-left:5px;
		vertical-align: bottom;
	}
.sectionHeader-subtitle {
	max-width:320px;
	color:#747474;
	font-size:0.9em;
	line-height:1.5em;
	margin:0.7em 0 0 0;
}

/* ## 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%;
	}


/* ## Section Top Selection ##################################################### */
.sectionTopSelection{
	background-color: #F1F1F1;
	padding:1.2em;
}	
	.rowSelection{
		display:flex;
		justify-content: space-between;
	}
		.rowSelection-main{
			flex-basis:calc((744 / 952) * 100%);
		}
		.rowSelection-main .slick-slide{
			margin-right:1.2em;
		}
		.rowSelection-aside{
			flex-basis:calc((184 / 952) * 100%);
			display:flex;
			justify-content: center;
			align-items: center;
			background-color:#FFF;
			box-shadow:2px 2px 6px rgba(0, 0, 0, 0.1);
			max-height:309px;
			border-radius:3px;
		}
			.blkPushService{
				display:block;
				padding:1.5em;
				text-decoration:none;
				text-align:center;
				color:#353535;
			}		
				.blkPushService-picto{
					display:block;
					max-width:38.5%;
					margin:0 auto;
				}
				.blkPushService-label{
					display:block;
					font-size:0.8em;
					font-weight:700;
					line-height:1.5;
					margin:0.5em;
				}

	.BLPdefinition{
		background-color:#FFF;
		padding:1.2em;
		border-radius:3px;
	}		
		.BLPdefinition-title{
			display:flex;
			align-items: center;
			font-family:'CalvertMTStd-Bold', Georgia, Times, serif;    
			font-weight:normal;
			margin:0 0 0.5em 0;
		}	

			.BLPdefinition-title-picto{
				width:2em;
				margin-right:0.6em
			}	
			.BLPdefinition-title-label{
				font-size:0.9em;
			}	
		.BLPdefinition dd{
			font-size:0.8em;
			line-height:1.4;
			margin:0
		}		

/* ## Block Produit & Slider ## */
.wrapper-slider{
    padding-bottom:0;
    position:relative;
    overflow:hidden;
}
/* = 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;
}
.blkProduct{
    max-width:100%;	
	background-color:#009444;
	border-radius: 3px;
	border:4px solid #009444; ;
}
.blkProduct.zoneLink:hover{
    opacity:0.8;
}
	.blkProduct-visuel{
		background-color:#009444;
		padding:0;
	}
		.blkProduct-visuel img{
			display:block;
			max-width:100%;
			margin:0 auto;
		}
	.blkProduct-label{
		height:5.5em;
		background-color: #FFF;
		border-radius: 3px;
		padding:0.5em 0.8em;
	}
		.blkProduct-label-title{
			font-size:1em;
			line-height:1.3;
			padding:0;
			margin: 0 0 0.5em 0
		}
			.blkProduct-label-title a,
			.blkProduct-label-title a:hover{
				text-decoration: none;
				color:inherit;
			}
				.blkProduct-label-title-cat{
					display:block;
					font-size: 0.6em;
					font-weight:400;
					color:#747474;
					margin-bottom:0.5em;
				}
				.blkProduct-label-title-name{
					display:block;  
					font-size: 0.8em;
					color:#000;
					text-transform: uppercase;
				}

/* ## Sections thematiques ##################################################### */
/* ## Bloc générique (Article édito, Conseils D&V..) */
.blkGenerique{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	align-items: flex-start;
	justify-content:center;
    background-color:#FFF;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.1);
	padding:1.2em;
	border-radius:3px;
}
.blkGenerique--landscape{
	align-items: stretch;
	justify-content: space-between;
	border-radius:3px;
}
.blkGenerique.zoneLink:hover{
    opacity:0.8;
}
	.blkGenerique-visuel{
		flex-basis: 100%;
	}
	.blkGenerique--landscape .blkGenerique-visuel{
		flex-basis: 48.74%;
	}
		.blkGenerique-visuel img{
			display:block;
			max-width:100%;
			margin:0 auto;
		}
	.blkGenerique-label{
		flex-basis: 100%;
		display:flex;
		flex-wrap:wrap;
		flex-direction:row;
		justify-content: flex-start;
		align-items: center;
		align-content:space-between;
		text-align:center;
		color:#353535;
		padding:1.2em 0.8em 0 0.8em;
	} 
	.blkGenerique--landscape .blkGenerique-label{
		flex-basis: 50%;
		padding:0.8em 0.8em 0 0.8em;
	}
		.blkGenerique-label-title{
			flex-basis:100%;
			font-weight:bold;
			font-size:0.6em;
			text-transform:uppercase;
			letter-spacing: 3px;
			line-height:1.1;
			color:#13A0B2;
			margin:0;
		} 
		.blkGenerique--landscape .blkGenerique-label-title{
			margin-bottom:1em;
		}
			.blkGenerique-label-title-link{
				color:inherit;
				text-decoration:none;    
			}       
		.blkGenerique-label-subtitle{
			flex-basis:100%;
			max-width:400px;
			font-weight:700;
			font-size:0.8em;
			line-height:1.5;
			margin:1em auto 0 auto;
			color:#353535;
		}
		.blkGenerique-label-intro{
			flex-basis:100%;
			color:#747474;
			font-size:0.7em;
			line-height:1.6;
			margin:0.4em 0 0 0;
		}
		.blkGenerique-label-readme{
			flex-basis:100%;
			font-size:0.8em;
			font-weight: 700;
			text-decoration:none;
			color:#005EAD;
			text-align:right;
			margin:1em 0 0 0;

		}
/* ## Categories */		
.categList{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	margin:1.2em -1.2em 0 0;
}
	.blkCategorie{
		flex-basis:calc( ( 100% - ( 4 * 1.2em ) ) / 4);
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		align-content: stretch;
		text-align:center;		
		padding:4px 4px 0 4px;
		box-shadow:2px 2px 6px rgba(0, 0, 0, 0.1);
		margin:0 1.2em 0 0;
		border-radius:3px;
	}
		.blkCategorie-visuel{
			background-color: #F1F1F1;
			border-radius:3px;
		}
			.blkCategorie-visuel img{
				display:block;
				max-width:100%;
				margin:0 auto;
			}
		.blkCategorie-name{
			color:#353535;
			display:flex;
			align-items: center;
			justify-content: center;
			text-align:center;		
			font-size:0.7em;
			line-height:1.3;
			font-weight:700;
			padding:1em 2em;
			text-decoration:none;
		}
/* ## En Savoir PLUS */
.themaMore{
	background-color:#F1F1F1;
	color:#747474;
	padding:0.8em 0.8em;
	margin:1.2em 0 0 0;
}
	.themaMore-title{
		font-size:0.7em;
		font-weight:700;
		text-align:center;
		margin:0;
	}
	.themaMore-title:hover{
		color:#989898;
		text-decoration:underline;
	}
	.themaMore-list{
		list-style-type:none;
		font-size:0.7em;
		line-height: 1.6;
		padding:0;
		margin:1em 0 0 0;
	}
		.themaMore-list-itemTitle{
			color:#989898;
			font-weight:700;
			display:inline;
			margin:0;
		}
		.themaMore-list-itemDef{
			display:inline;
			margin:0;
		}
		.themaMore-list-itemDef:not(:last-child):after{
			display:table;
			content:"";
			margin-top:1.2em;
		}

/* ## Section VIDEO ##*/
.sectionVideo{
}

/* ## Section conseils ## */
body:not(.isSmallScreen) .sectionConseils .sliderConseils{
    display:flex;
    justify-content: space-between;
}
body:not(.isSmallScreen) .sectionConseils .sliderConseils > div{
    flex-basis: 48.8%;
}		

/* ## 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:0;
	}
		.sectionHeader-title{
			max-width:unset;
			margin:0.5em auto;
		}
		.sectionHeader-subtitle{
			max-width:unset;
		}
 /* ## MAIN ############################################# */ 
	/* ## */
	.sectionTitle {
		font-size: 1.15em;
		margin-bottom:0.6em;
	}
	.sectionSubtitle {
		font-size: 0.8em;
	}
	/* ## */
	.sectionTopSelection{
		padding-left:0;
		padding-right:0;
		margin-top:1em;
	}
		.rowSelection{
			display:block;
		}
			.rowSelection-main.wrapper-slider{
				overflow: unset;
			}
				.rowSelection-main .slick-slide{
					margin-right:1em;
				}
			.rowSelection-aside{
				box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1);
				margin-top:1em;
			}
	.blkPushService{
		display:flex;
		align-items: center;
		justify-content: center;
		padding:1em 1.5em;
	}		
		.blkPushService-picto{
			display:block;
			height:1.5em;
			margin:0 1em 0 0 ;
		}
		.blkPushService-label{
			margin:0;
		}			
	.blkGenerique,
	.blkGenerique--landscape{
		display:block;
		box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1);
	}
	.categList{
		margin:1.2em 0 0 0;
	}
		.blkCategorie.slick-slide{
			box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1);
			margin:0 1em 0 0;
		}
			.blkCategorie-name{
				height:4.6em;
				padding:0 1em;
				font-size:0.6em;

			}

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

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

	.sectionHeader-title-label{
		font-size:1.8em;
		line-height: 1.2;
	}
	.rowSelection .slick-list,
	.categList .slick-list,
	.sectionConseils .slick-list{
		width:95.3125vw;
		margin-right:0;
		margin-left:auto;
		padding-left:0 !important;
	}
	.categList .slick-list,
	.sectionConseils .slick-list{
		padding-top:2px !important;
		padding-bottom:4px !important;
	}

}

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