@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;
}
.bleuDM{
	color: #005EAD;
}
.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;
    color:#FFF;    
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    font-style:normal;
    line-height: 1;
    white-space: nowrap;
    border-radius: 3px;
    padding: 1.15em 3em 1.1em 3em;
    text-align: center;
    text-decoration: none;
}
.ftlHTML .btn:hover{
    background-color: #ca1821; 
}
.globalLink{
	text-align:center;
	margin-top:1.5em;
}
.slider.slick-dotted + .globalLink{
	margin-top:2.25em;
}
	.globalLink .btn{
		background-color: #005EAD;
	}
	.globalLink .btn:hover{
		background-color:#004d8b;
	}
.zoneLink:hover{
	opacity:0.8;
}
/* ## HEADER ############################################################# */
.sectionHeader {
	background:url(../images/deco/bg-header-desktop.jpg) no-repeat bottom right;
	padding:1.5em 0 0 0;
    margin-bottom:1em;
}

.sectionHeader-title{
	width:210px;
	font-family:'CalvertMTStd-Bold', Georgia, Times, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1;
	overflow:hidden;
	margin:0 0 0.75em 0;
	position:relative;
}
.sectionHeader-title:after{
	display:block;
	content:"";
	width:100%;
	padding-top:calc( (50.8 / 140.33 ) * 100% );/* = ratio image logo */	
	background-image: url(../images/pictos/Dmax-partenaire-logo.svg);
	background-repeat:no-repeat;
	background-position: 0 0 ;
	background-size:100%;
	position:relative;
}
	.sectionHeader-title span{
		position:absolute;
		top:-2em;
		left:0;

	}
.sectionHeader-subtitle{
	max-width:320px;
	font-size:0.9em;
	font-weight:700;
	line-height: 1.4;
	margin:0;
}
.sectionHeader-main {
	max-width:320px;
	margin:1em 0 0 0;
}
	.sectionHeader-pricer {
		margin:0;
	}
		.sectionHeader-pricer-intro {
			font-size:0.9em;
		}
		.sectionHeader-pricer-prix {
			color:#005EAD;
			font-size:0.9em;
		}
		.sectionHeader-pricer-mention {
			display:block;
			font-size:0.8em;
			font-style:normal;
			margin-top:0.35em;
		}
	.sectionHeader-pushSub{
		margin:1em 0 0 0;
	}



/* ## MAIN ############################################################### */
/* ## 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.25em 0;
}
.sectionSubtitle{
    font-size:0.9em;
	color:#747474;
    line-height:1.4;
    padding:0;
    margin:0 0 0.5em 0;
}
.sectionHeader + .sectionTitle{
    margin-top:1em;
}
/* ## Bandeaux promo ## */
.sectionBanner{
	display:block;
    margin:1.5em auto;
}
.sectionTitle + .sectionBanner,
.sectionSubtitle + .sectionBanner
{
    margin-top:0;
}
.sectionBanner a:hover,
a.sectionBanner:hover{
    opacity:0.8;
}
	.sectionBanner img{
		display:block;
		margin:0 auto;
		max-width:100%;
	}
	

/* ## Bandeau checklist */
.checkList{
	display:flex;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
	background-color:#FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top-width:0;
	border-radius:3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	padding:0.9em 3em;
	margin: 0;
}
	.checkList-item{
		flex-basis: calc( ( 100% - 2em ) / 3) ;
		background:url(../images/pictos/picto-check.svg) no-repeat left center;
		background-size:calc( ( 22.66 / 16 ) * 1em);
		font-size:0.8em;
		line-height:1.2;
		position: relative;
		padding:0 0 0 2em;
		margin:0;
	}
	.checkList-item:not(:first-child){
		margin:0 0 0 1em;
	}


/* ## POURQUOI Choisir Darty Max*/
.whyDM{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.blkRep{
	flex-basis:48.8%;
	border-radius:8px ;
	text-align:center;
}
	.blkRep-title{
		font-size:0.9em;
		background-color: #D8D8D8;
		color:#000;
		border-radius:8px 8px 0 0;
		padding:0.75em 0.25em;
		margin:0;
	}
	.blkRep--DM .blkRep-title{
		background-color: #005EAD;
		color:#FFF;
	}
	.blkRep-main{
		background-color: #FFF;
		color:#353535;
		padding:1.2em;
		border-radius: 0 0 8px 8px;
		margin:0  ;
	}
	.blkRep--DM .blkRep-main{
		background-image:url(../images/deco/dmax-deco.png);
		background-position:bottom right;
		background-repeat:no-repeat;
		background-size:8.9em 3.85em;
		padding-bottom:4em;
	}
	.blkRep-intro{
		font-size:0.9em;
		line-height:1.4;
		margin:0;
	}	
		.blkRep-intro dt{
			font-weight:700;
			margin: 0 0 0.75em 0;
		}
		.blkRep-intro dd{

		}	
			.blkRep-prix{
				font-size:1.6667em;
			}
	.blkRep-list{
		max-width:380px;
		text-align:left;
		list-style-type: none;
		padding:0;
		margin:1.25em auto 0 auto;
	}
		.blkRep-list li{
			display:inline-block;
			font-size:0.9em;
			line-height:1.4;
			color:#747474;
			padding:0;
			position: relative;
			margin-left:1.5em;
		}

		.blkRep-list li:before{
			content:"";
			font-size:1em;
			line-height:1;
			width:0.9em;
			height:0.8em;
			background-image: url(../images/pictos/picto-check-grey.svg);
			background-size:100%;
			background-repeat: no-repeat;
			background-position: left bottom;
			position:absolute;
			left:-1.5em;
			top:0.3em;
		}
		.blkRep--DM .blkRep-list li:before{
			background-image: url(../images/pictos/picto-check.svg);
		}
		/*.blkRep-list li:after{
			display:table;
			content:"";
			height:0;
		}*/
		.blkRep-list li:not(:first-child){
			margin-top:0.5em;
		}


/* ## Bandeau push callback ## */
.bannerCall{	
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding:0.5em 0;
	margin:1em 0;
}
	.bannerCall-img{
		flex-basis:8.5%;
		margin-right:1em;
	}
		.bannerCall-img img{
			max-width:100%;
			margin:0 auto;
		}
	.bannerCall-txt{
		flex-basis:63%;
		line-height:1.4;
		padding:0;
		margin:0;
	}
		.bannerCall-txt dt{
			font-size:0.9em;
			font-weight:700;
			margin:0 0 0.3em  0;
		}
		.bannerCall-txt dd{
			font-size:0.8em;
			margin:0;
		}
	.bannerCall-btn{
		flex-basis:27%;
		justify-self: flex-end;
		text-align:right;
	}
	.bannerCall-btn .btn{
		background-color:#005EAD;
	}
	.bannerCall-btn .btn:hover{
		background-color:#004d8b;
	}


/* ##  Section DETAIL PRIVILEGES ## */	
.sectionDetails-list {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: flex-start;
	margin:-1.2em 0 0 0;
}
	.blkDetail {
		flex-basis: calc( ( 100% - ( 2 * 1.2em ) ) / 3 );
		line-height:1.4;
		color:#353535;
		text-align: center;
		border: 1px solid #DDD;
		border-radius:3px;
		margin-top:1.2em;
		position:relative;
	}	
	.blkDetail:nth-child(3n+1),
	.blkDetail:nth-child(3n+2){
		margin-right:1.2em;
	}
	.blkDetail:nth-child(3n+3){
		margin-right:0;
	}
		.blkDetail-toggle{
			background-color:#FFF;
			padding:1.1em 4%;
			transition: background-color 0.1s;
		}
		.js-publiAccordionLight2-toggle--open.blkDetail-toggle{
			background-color:#fafafa;
		}
			.blkDetail-picto{
				display:block;
				width:auto;
				height:3em;
				max-width:4em;
				margin:0 auto 0.75em auto;
			}
			.blkDetail-title {
				max-width:9em;
				height:2.8em;
				font-size: 0.9em;
				font-weight:700;
				line-height:1.4;
				text-align: center;
				margin:0 auto 1em auto;
			}
			.blkDetail-link {
				display:block;
				color:#747474;
				font-size: 0.8em;
				text-align:center;
				text-decoration:underline;
				
			}
		.blkDetail-main:hover  .blkDetail-link,
		.blkDetail-main.active  .blkDetail-link {
			color:#000;
			text-decoration:none;
		}
		.blkDetail-content{
				background-color:#fafafa;
				padding:0 8% 1em 8%;
				border: 1px solid #DDD;
				border-top-width:0;
				border-radius:3px;
				position:absolute;
				top:7.7em;
				left:-1px;
				right:-1px;
				z-index:2;
				transition: background-color 0.1s;
		}

		.blkDetail-content:after{
			display: block;
			content: "";
			height:1px;
			box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
			position: absolute;
			bottom: 0;
			left:1px;
			right:1px;
		}
			.blkDetail-txt {
				font-size:0.8em;
				line-height:1.4;
				margin:0;
			}


/* ## Section formules DESKTOP ## */ 
.tabFormules-desk{
	margin-bottom:1.3em;
}
	/* block d'expication */
	.tabFormHowTo{
		display:flex;
		align-items: center;
		padding:0.5em 1.5em;
	}
	.tabFormHowTo > img{
		display:block;
		width:1.6em;
		margin-right:0.75em;
	}
	.tabFormHowTo > span{
		color:#747474;
		font-size:0.8em;
		line-height: 1.4;
	}
		/* Section Tableau*/
		.tabForm div {
			box-sizing: border-box;
		}
		/* structure du tableau */
		.table-container {
			display: block;
			margin: 1em auto;
			width: 100%;
			border: 1px solid rgba(0, 0, 0, 0.1);
			border-radius:3px;
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
			position:relative;
		}
		.flex-table {
			display: flex;
			flex-flow: row wrap;
			position:relative;
		}
		.flex-table.header:before{
			display:block;
			content:"";
			background-color:#FFF;
			position:absolute;
			top:-3px;
			right:-6px;
			bottom:0;
			left:-6px
		}
		.flex-row {
			text-align: center;
			padding: 0.7em 0.7em;
		}
		.flex-table.header .flex-row{
			position:relative;
		}
		.flex-table:nth-child(even){
			background-color:#F2F2F2;
		}
		.flex-row:last-child {
			padding-right:0;
		}
		.flex-row:nth-child(1) { /* colonne titre de categories */
			width:calc( 30.5% - 3.5em );
		}
		.flex-row:nth-child(2) { /* colonne input nbre d'appareils  */
			width:20%;
		}
		.flex-row:nth-child(3) { /* colonne formule_1 */
			width:calc( 16.5% + 1.4em );
		}
		.flex-row:nth-child(4) { /* colonne formule_2 */
			width:calc( 16.5% + 1.4em );
		} 
		.flex-row:nth-child(5) { /* colonne formule_3 */
			width:calc( 16.5% + 0.7em ) ;
		} 
		.header .flex-row{
			padding-top:0;
		}
		.flex-row.first{
			text-align:left;
			white-space:nowrap;
		}
		.flex-cell {
		width: calc(100% / 3); 
		text-align: center;
		padding: 0.5em 0.5em;

		}

		/* entetes divers*/
		.headNbrLabel{
			display: inline-block;
			font-size:0.8em;
			line-height:1.4;
			padding-top:1.75em;
		}
		.categLabel{
			font-size:0.8em;
			display:inline-block;
			white-space: nowrap;
			position:relative;
		}
			.categLabel-i{
				display:inline-block;
				text-align:center;
				width:15px;
				height:15px;
				color:#353535;
				font-size:12px;
				font-weight:500;
				line-height:13px;
				border-radius:50%;
				border: 1px solid #747474;
				position:relative;
				top:-0.3em;
				margin-left:3px;
			}
			/* tooltip Detail des categories */
			.categLabel-detail{
				display:block;
				width:14em;
				border:1px solid  #c4c48f;
				border-radius:3px;
				background-color:rgba(245,245,181,0.9)	;
				padding:0.4em 0.8em;
				white-space:normal;
				font-size:0.7em;
				position:absolute;
				top:0;
				margin-left:3px;
				z-index:4;
			}
		/* entete de formule */
		.formLabel{
			display:block;
			font-size:0.9em;
			font-weight:700;
			line-height:1.4;
			padding:0.75em 0.25em;
			border-radius:8px;
		}			
		.formLabel em{
			font-style:normal;
			font-weight:400;
		}
		.formLabel--formule_1{ /* Essentiel : JAUNE */
			background-color:#FFDE17;
			color:#000;
		}
		.formLabel--formule_2{ /* Evolution : ROUGE */
			background-color:#ED1C27;
			color:#FFF;
		}
		.formLabel--formule_3{ /* Integral : BLEU */
			background-color:#005EAD;
			color:#FFF;
		}

		/* checks oui/non */
		.flex-row.yes,
		.flex-row.no{
			text-indent:-5000px;
		}
		.flex-row.yes:after{
			display:block;
			content:"";
			background-color:#666;
			width:13px;
			height:13px;
			border-radius:50%;
			margin:-0.5em auto 0 auto;
		}
		.flex-row.yes:nth-child(3):after{/* Essentiel : JAUNE */
			background-color:#FFDE17;
		}
		.flex-row.yes:nth-child(4):after{/* Evolution : ROUGE */
			background-color:#ED1C27;
		}
		.flex-row.yes:nth-child(5):after{/* Integral : BLEU */
			background-color:#005EAD;
		}
		.flex-row.no:after{
			display:block;
			content:"";
			background-color:#989898;
			width:25px;
			height:3px;
			margin:-0.4em auto 0 auto;
		}

		/* mise en avant de la formule selectionnée, : opacité */
		 /*aucune selectionnée*/
		.select_formule_0 .flex-row:nth-child(3),
		.select_formule_0 .flex-row:nth-child(4),
		.select_formule_0 .flex-row:nth-child(5){
			opacity:0.4;
		}
		 /* formule 1 selectionnée*/
		.select_formule_1 .flex-row:nth-child(3){
			opacity:1;
		}
		.select_formule_1 .flex-row:nth-child(4),
		.select_formule_1 .flex-row:nth-child(5){
			opacity:0.4;
		}
		 /* formule 2 selectionnée*/
		.select_formule_2 .flex-row:nth-child(4){
			opacity:1;
		}
		.select_formule_2 .flex-row:nth-child(3),
		.select_formule_2 .flex-row:nth-child(5){
			opacity:0.4;
		}
		 /* formule 3 selectionnée*/
		.select_formule_3 .flex-row:nth-child(5){
			opacity:1;
		}
		.select_formule_3 .flex-row:nth-child(3),
		.select_formule_3 .flex-row:nth-child(4){
			opacity:0.4;
		}
		/* mise en avant de la formule selectionnée : encadré*/
		.frameSelected{
			display:none;
			width:16.5%;
			content:"";
			border:3px solid #666;
			border-radius:8px;
			position:absolute;
			top:0;
			bottom:0;
			z-index:3px;
		}
		.frameSelected--formule_1{ /* Essentiel : JAUNE */
			border-color:#FFDE17;
			right:calc( ( 2 * 16.5%) + ( 4 * 0.7em ));
		}
		.frameSelected--formule_2{ /* Evolution : ROUGE */
			border-color:#ED1C27;
			right:calc( 16.5% + ( 2 * 0.7em ));
		}
		.frameSelected--formule_3{ /* Integral : BLEU */
			border-color:#005EAD;
			right:0;
		}
		 /* formule 1 selectionnée*/
		.select_formule_1 .frameSelected--formule_1{
			display:block
		}
		.select_formule_1 .frameSelected--formule_2,
		.select_formule_1 .frameSelected--formule_3{
			display:none
		}
		 /* formule 2 selectionnée*/
		 .select_formule_2 .frameSelected--formule_2{
			display:block
		}
		.select_formule_2 .frameSelected--formule_1,
		.select_formule_2 .frameSelected--formule_3{
			display:none
		}
		 /* formule 3 selectionnée*/
		 .select_formule_3 .frameSelected--formule_3{
			display:block
		}
		.select_formule_3 .frameSelected--formule_1,
		.select_formule_3 .frameSelected--formule_2{
			display:none
		}

		
		/* input calcul */	
		.flex-row input{
			display: block;
			width:3em;
			text-align:center;
			font-size:0.9em;
			line-height:1.4;
			border:1px solid #D8D8D8;
			border-radius:3px;
			background-color: #FFF;
			padding:0.2em 0.4em;
			margin:0 auto;
		}
		/* total nombre d'appareils*/
		.totalNbrApp{
			text-align: center;
			font-size: 0.9em;
			font-weight:700;
		}
		.selectedFormRecap{
			text-align:center;
			margin:0;
		}
			.selectedFormRecap > span{
				display:block;
				font-size:0.9em;
			}
			.selectedFormRecap > em{
				display:block;
				font-style:normal;
				font-size:0.6em;
			}
		/* Phrase récap de la simulation */
		.recapFormuleChoice{
			font-size:0.8em;
			line-height: 1.4;
			text-align: center;
			margin:0.25em 0 0.75em 0;
		}
			.recapFormuleChoice strong{
				color:#ed1c27;
				font-weight:700;
			}
		/* lien global d'abonnement (desktop only)*/
		.tabFormules-desk-links{
			display:block;
			margin:0.5em auto;
			width: 250px;
		}
			.tabFormules-desk-links .btn{
				display:block;
				margin:0 auto;
			}


/* ## Section slider formules MOBILE ## */ 
.tabFormules-mob{
	display:none;
}
	/* ## Popin */
	.popinDM {
		position: relative;
		width: 96%;
		max-width: 700px;
		background-color: transparent;
		padding: 43px 0 5px 0;
		margin: 0 auto;
	}
	.popinDM table{
		display:table;
		table-layout: fixed;
		border-collapse: collapse;
		border:1px solid #FFF;
		width: 100%;
		font-size:20px;
		margin:0;
	}
		.popinDM th,
		.popinDM td{
				vertical-align: top;
			}
			.popinDM thead th{
				color:#FFF;
				background-color: #777;
				border:1px solid #FFF;
				text-align:left;
				font-size:0.9em;
				font-weight:700;
				line-height:1.4;
				padding:0.3em;
			}
			.popinDM tbody th,
			.popinDM tbody td{
				color:#353535;
				border:1px solid #FFF;
				font-size:0.8em;
				font-weight:300;
				line-height:1.4;
				padding:0.3em;
			}
			.popinDM tbody tr:nth-child(odd) th,
			.popinDM tbody tr:nth-child(odd) td{
				background-color: #E1E1E1;
			}
			.popinDM tbody tr:nth-child(even) th,
			.popinDM tbody tr:nth-child(even) td{
				background-color: #F2F2F2;
			}
			.popinDM thead th:first-child,
			.popinDM tbody td:first-child{
				width:35%;
				text-align: left;
			}	
			.popinDM thead th:nth-child(n+2) ,
			.popinDM tbody td:nth-child(n+2){
				width:65%;
				text-align: left;
			}			
			.popinDM sup{
				vertical-align: baseline;
				position: relative;
				top: -0.4em;
				font-size: 0.7em;
				font-weight: 400;
			}
	/* bouton fermeture popin */
	.mfp-close-btn-in button.mfp-close{
		width: 1em;
		height: 1em;
		padding: 0;
		color: #FFF;
		font-size: 40px;
		font-style: normal;
		line-height: 1;
		text-decoration: none;
		text-align: center;
		border: 1px solid #FFF;
		background-color: #000;
		opacity: 0.9;
		position: absolute;
		right: 0;
		top: 1px;
	} 

/* ## Offres (slider) */
.slick-dotted.slick-slider {
    margin-bottom: 4em;
}

/* ## section push tranverses*/
.sectionTranverse{
	display:flex;
	justify-content: space-between;
	margin:2em 0;
}
	.blkTranverse{
		flex-basis: 48.9%;
		text-align: center;
	}
		.blkTranverse > img{
			display: block;
			max-width: 100%;
			margin:0 auto ;
		}
		.blkTranverse > a{
			display: block;
			padding: 1.25em;
			color:#353535;
			font-size:0.9em;
			text-decoration: none;
		}


/* ## Mentions légales ## */
.mentions-legales {
    padding:1em 2em;
    font-size: 0.6em;
    color: #414141;
    background-color: #F2F2F2;
    margin:2.5em 0;
}
    .mentions-legales h4{
        margin:0;
    }
    .mentions-legales p{
        margin:1em 0 0 0;
    }

/* ## fonctionnement plié-deplié ## */
.js-publiAccordionLight-toggle,
.js-publiAccordionLight2-toggle{
    cursor: pointer;
}
.js-publiAccordionLight-content,
.js-publiAccordionLight2-content{
    display: none;
}
.js-publiAccordionLight-content.js-publiAccordionLight-content--default,
.js-publiAccordionLight2-content.js-publiAccordionLight2-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:34.5%;
	}
		.sectionHeader-title{
			width:50%;
			max-width:unset;
			margin:1em 4.6875vw 0.7em 4.6875vw;
		}
		.sectionHeader-title:after{
			padding-top:calc( ( 40 / 100.36 ) * 100% );/* = ratio image logo */	
			background-image: url(../images/pictos/Dmax-partenaire-logo.svg);
	}

		.sectionHeader-subtitle,
		.sectionHeader-main {
			max-width:unset;
		}
		.sectionHeader-pricer-mention {
			display: inline;
			margin:0;
		}
 /* ## MAIN ############################################# */ 
	/* ## */
	.sectionTitle {
		font-size: 1.2em;
	}
	.sectionSubtitle {
		font-size: 0.8em;
	}
	/* ## */

    .checkList{
		flex-wrap: wrap;
        padding: 0.5em 3%;
    }
        .checkList-item {
			flex-basis:auto;
			display:inline-block;
			background-size: 0.9em;
			padding-left:1.4em;
			font-size: 0.7em;
        }
		.checkList-item,
		.checkList-item:not(:first-child) {
            margin:0.5em auto ;
		}
	/* ## */
	.blkRep{
		font-size:0.9em;
	}
	.blkRep-main{
		padding-left:1em;
		padding-right:1em;
	}
	/* ## */
	.bannerCall{	
		display:block;
		text-align:center;
		padding:1em 1.5em 1.5em 1.5em;
	}
		.bannerCall-img{
			width:22%;
			max-width:93px;
			margin:0 auto 1em auto;
		}
		.bannerCall-txt{
			margin:0 auto;
		}
		.bannerCall-btn{
			text-align:center;
			margin:.75em auto 0 auto;
		}

    /* ## */
	.blkDetail {
		flex-basis: calc( ( 100% - ( 1 * 1.2em ) ) / 2 );
	}
	.blkDetail:nth-child(odd){
		margin-right:1.2em !important;
	}
	.blkDetail:nth-child(even){
		margin-right:0 !important;
	}
		.blkDetail-picto{
			height:2.25em;
			max-width:3em;
			margin:0 auto 0.75em auto;
		}

		/* ## Formules ## */
	.tabFormules-desk {
		display:none;
	}
	.tabFormules-mob {
		display:block;
	}

		.tabFormules-mob img{
			max-width:100%;
			margin:0 auto;
		}
		.tabFormules-mob .btn{
			display:block;
			max-width:70%;
			font-size:0.7em;
			padding: 1em 1.5em 0.85em 1.5em;
			margin:0 auto;
		}

	/* ## adaptation sliders ## */
	.slick-slide{
		opacity:0.2;
	}
	.slick-slide.slick-current{
		opacity:1;
	}

	.sliderFormules  .slick-dots li.slick-active button{
		background-color: #005EAD;
	}
	.sliderFormules  .slick-prev:before,
	.sliderFormules  .slick-next:before{
		border-color:#005EAD;
	}			

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

@media (max-width: 480px){  /* ================================================================ */
	/* ## */
    .ftlHTML{
        padding:0 0 1.5em 0;
        font-size:15px;
    }
	.hideonmobile{
		display:none;
	}
	/* ## */
	.sectionHeader-pushSub{
		display:none;
	}
	/* ## */
	.blkRep{
		font-size:0.8em;
	}	
	.blkRep--DM .blkRep-main{
		background-size:7em 3.03em;
		padding-bottom:3.5em;
	}
	
	/* ## */
	.js-publiAccordionLight2-toggle--open .blkDetail-link{
		display:none;
	}
	.blkDetail-content{
		padding:0;
		border: none;
		position:static;
	}
	
	/* ## */
	.popinDM table{
		font-size:14px;
	}
	/* ## */


}

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