<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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:#353535;
    padding:0 0 20px 0;

}
/* ## HELPERS ########################################################## */
.rouge{
    color:#ed1c27 !important;
}
.vert{
    color:#009444 !important;
}
.bleu{
	color:#005EAD !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;
}*/
.addBasket{
	position:relative;
}
.addBasket:hover:after{
	display:block;
	content:"";
	width:2.4em;
	height:2.4em;
	background:url(../images/pictos/picto-addToBasket.png) no-repeat 0 0;
	background-size:100%;
	position:absolute;
	bottom:0.8em;
	right:0.8em;
}
/* ## HEADER ############################################################# */
.sectionHeader {
	background:url(../images/deco/bg-header-desktop.jpg) no-repeat top right;
	padding:1em 0 1.5em 0;
    margin-bottom:2em;
}
	.sectionHeader-title{
		max-width:350px;
		color:#000;
		font-family:'CalvertMTStd-Bold', Georgia, Times, serif;
		font-size:1em;
		font-weight:normal;
		line-height:1;
		margin: 0 0 1.2em 0;
	}

		.sectionHeader-title-label{
			display:block;
			font-size:2.5em;
			line-height:1.2;
		}
	.sectionHeader-subtitle {
		max-width:320px;
		color:#747474;
		font-size:0.9em;
		font-weight:300;
		line-height:1.5em;
		padding:0 ;
		margin:1em 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:2.5em 0 0.3em 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%;
	}


/* ## Blocks &amp; Slider ## */
/* = 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: #005EAD;
}
/* = Commons */
.sliderBase{
	/*display:flex;
	justify-content: flex-start;
	align-items: stretch;*/
	/*margin:-1.2em -1.2em 0 0;*/
	margin:1em 0 0 0;
}
	.sliderBase--noSlider .slick-track{
		margin-left:0;
	}
	.sliderBase--noSlider .slick-dots{
		display:none;
	}

.blkProduct,
.blkGeneriqueFrame,
.blkMarque,
.blkService{
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius:3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

/* ## Bloc Produits */
.blkProduct{
	/*flex-basis:calc( ( 100% - ( 4 * 1.2em ) ) / 4);*/
	padding:4px 4px 0 4px;
	/*margin:1.2em 1.2em 0 0;*/
}
	.blkProduct-visuel{
		background-color:#FFF;
		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{
			height:3.25em;
			font-size:1em;
			line-height:1.3;
			padding:0;
			margin: 0 0 3px 0
		}
			.blkProduct-label-title a,
			.blkProduct-label-title a:hover{
				text-decoration: none;
				color:inherit;
			}
				.blkProduct-label-title-cat{
					display:block;
					font-size: 0.7em;
					font-weight:400;
					color:#747474;
					margin-bottom:0.2em;
				}
				.blkProduct-label-title-name{
					display:block;  
					font-size: 0.8em;
					color:#000;
					text-transform: uppercase;
				}
				.blkProduct-label-serviceLabel{
					display:block;  
					padding:0 8%;
					text-align:center;
					font-size:0.8em;
					font-weight:700;
					line-height:1.5;
					color:#000;
				}
			.blkProduct-label-pricer{
				padding:0;
				margin:5px 0 0 0;
			}
			
				.blkProduct-label-pricer em{
					display:block;
					color:#747474;
					font-size:0.6em;
					font-style: normal;
				}
				.blkProduct-label-pricer del{
					display:inline-block;
					text-decoration-line: line-through;
					text-decoration: line-through;
					font-size:0.6em;
					line-height:0.9;
				}
				.blkProduct--pushService .blkProduct-label-pricer del{
					text-decoration-line: none;
					text-decoration: none;
				}
			
				.blkProduct-label-pricer strong{
					display:block;
					/*color:#ED1C27;*/
					color:#000;
					font-size:1.3em;
					line-height: 1.4;
				}


			
/* ## Sections thematiques ##################################################### */
/* ## Bloc générique (Article édito, Conseils D&amp;V..) */
.blkGeneriqueFrame{
    background-color:#FFF;
	padding:1.2em;
}
.sectionSelection + .blkGeneriqueFrame{
	margin-top:3em;
}
	.blkGenerique{
		display:flex;
		flex-wrap:wrap;
		flex-direction:row;
		align-items: flex-start;
		justify-content:center;

	}
	.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%;			
			align-content:center;
			padding:0 0.8em 0 0.8em;
		}
			.blkGenerique-label-title{
				flex-basis:100%;
				font-weight:bold;
				font-size:0.7em;
				text-transform:uppercase;
				letter-spacing: 3px;
				line-height:1.1;
				color:#13A0B2;
				margin:0;
			} 
			.blkGenerique--landscape .blkGenerique-label-title{
				margin-bottom:1em;
			}
      		.blkGenerique-label-subtitle{
				flex-basis:100%;
				max-width:400px;
				font-weight:700;
				font-size:0.9em;
				line-height:1.5;
				margin:1em auto;
				color:#353535;
			}
				.blkGenerique-label-title a,
				.blkGenerique-label-subtitle a{
					color:inherit;
					text-decoration:none;    
				} 
			.blkGenerique-label-intro{
				flex-basis:100%;
				color:#747474;
				font-size:0.8em;
				line-height:1.6;
				margin:0.4em 0 0 0;
			}
			.blkGenerique-label-readme, .blkGenerique-label-readme-off{
				flex-basis:100%;
				font-size:0.8em;
				font-weight: 700;
				text-decoration:none;
				color:#005EAD;
				text-align:right;
				margin:1em 0 0 0;
			}
			
/* ## Section Marques ## */
.blkMarque{
	text-align:center;
	padding:0.6em 0.5em 0.8em 0.5em;
}
	.blkMarque-visuel{
		margin-bottom:0.6em;
	}
		.blkMarque-visuel img{
			display:block;
			max-width:100%;
			margin:0 auto;
		}
	.blkMarque-label{
		display:block;
		color:#000;
		font-size:0.8em;
		font-weight:700;
		text-transform:uppercase;
		text-decoration:none;
	}

/* ## Section Magasins ## */
.sectionMagasins{
	border:1px solid #EFEFEF;
	border-radius: 3px;
	background:url(../images/deco/espace-literie.jpg) no-repeat left top;
	padding: 0 0 0 48.5%;
	margin:0 0 2em 0;
}
	.blkMagasins{
		display:flex;
		justify-content: space-between;
		background-color:#FFF;
		padding:1.5em 0.7em 1.5em 1.4em;
	}
		.blkMagasins-col{
			flex-basis:48%;
		}
			.magListTitle{
				font-size:0.8em;
				font-weight:500;
			}
			.magListTitle:not(:first-child){
				margin:0.75em 0 0 0;
			}
			.magListTitle.js-publiAccordionLight-toggle:hover{
				color:#000;
				text-decoration:underline;
			}
			.magListTitle.js-publiAccordionLight-toggle--open{
				font-weight:700;
			}
			.magList{
				list-style-type: none;
				padding:0.35em 0 0 0;
			}
				.magList li{
					font-size:0.8em;
					padding-left:0.25em;
					margin-bottom:0.35em;
				}
					.magList a {
						color:#747474;
						text-decoration:none;
					}
					.magList a:hover {
						color:#000;
						text-decoration:underline;
					}

/* ## Section conseils ## */
body:not(.isSmallScreen) .sectionConseils .sliderBase--conseils{
    display:flex;
    justify-content: space-between;
}
body:not(.isSmallScreen) .sectionConseils .sliderBase--conseils &gt; div{
    flex-basis: 48.8%;
}
.sectionConseils .zoneLink:hover{
	opacity:0.8;
}

/* ## Section SERvices ## */
.sectionServices{
	background-color:#F1F1F1 ;	
	border-radius:3px;
	text-align: center;
	padding:1.2em 0 ;
	margin-top:2em;
	margin-bottom:1em;
}
	.servicesList{
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
		list-style-type: none;
		padding:0 1.2em 0 0;
		margin:-1.2em 0 0 0
	}
		.blkService{
			flex-basis:calc( (150 / 976) * 100% );
			min-width:7em;
			background-color:#FFF;
			text-align:center;
			padding:2em 1.2em 1.2em 1.2em;
			margin:1.2em 0 0 1.2em;
		}
			.blkService-visuel{
				margin-bottom:0.4em;
			}
				.blkService-visuel img{
					display:block;
					height:1.5em;
					margin:0 auto;
				}
			.blkService-label{
				display:block;
				color:#000;
				font-size:0.7em;
				font-weight:700;
				line-height:1.5;
				text-decoration:none;
			}

/* ## 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 &gt; table .ftlHTML{ /* template Darty header XXL */
		width:calc(100vw - 20px);
	}
	#dcom_main_container &gt; 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:44%;
		padding-bottom:0;
	}
		.sectionHeader-title{
			display:flex;
			align-items: center;
			max-width:unset;
			margin:0.5em auto;
		}	
			.sectionHeader-title-label{
				font-size:2.2em;
			}
		.sectionHeader-subtitle{
			max-width:unset;
		}


 /* ## MAIN ############################################# */ 
	/* ## */
	.sectionTitle {
		font-size: 1.15em;
		margin-bottom:0.6em;
	}
	.sectionSubtitle {
		font-size: 0.8em;
	}
	/* ## */
		
	.blkGenerique,
	.blkGenerique--landscape{
		display:block;
	}
	.blkGenerique--landscape .blkGenerique-label{
		padding-top:1.2em;
	}

	/*.blkProduct {
		flex-basis: calc( ( 100% - ( 3 * 1.2em ) ) / 3);
	}*/
	.blkProduct-label {
		font-size: 0.9em;
	}

	.sectionMagasins{
		background:url(../images/deco/espace-literie-mobile.jpg) no-repeat center top;
		background-size:100%;
		padding: 38% 0 0 0;
	}
		.blkMagasins{
			padding:1.25em;
		}
	/* ## */
	.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;
	}
	.sectionHeader-subtitle{
		font-size:0.8em;
		margin-top:0.5em;
	}
	/* ## */
	.sliderBase{
		flex-wrap:nowrap;
		width:100vw;
	}
		.sliderBase .slick-list{
			width:100vw;		
			padding-top:2px !important;
			padding-bottom:6px !important;
			margin-right:0;
			margin-left:0;
		}
			.sliderBase .slick-track{ /* si slidesToShow: x.4 =&gt; position de depart decalee */
				left:1em;
			}
				.sliderBase .slick-track &gt; div:last-child,
				.sliderBase .slick-track &gt; li:last-child{
					margin-right:2em ; /* permet de laisser un espace à droite apres la derniere slide */
				}

}

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