<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Table of Contents (In Order):
	- Global Resets
	- Page Structure (Layout Divs)
	- Default CSS
	- jQuery Default CSS
	- Header/Footer Elements
	- Homepage
*/

#c-spot {
    height: auto!important;
	min-height:516px;
}

/*Cspot */
.Cat2-Cspot{
	margin:0;
	padding:0;
	margin-bottom:60px;
	border:2px solid #ecedee;
	max-height:516px;
	overflow-y:hidden;
	max-width:448px;
	margin-left:auto;
	margin-right:auto;
}

.Cat2-Cspot img{
	width:100%;
	max-width:448px;
}

/* Title */
.Cat2-Cspot .wrapper-V{
	height:120px;
	vertical-align:middle;
	display:block;
	position:relative;
	line-height:120px;
	padding-top:10px;
	text-align:center;
}
.Cat2-Cspot .wrapper-H{
	display:inline-block;
	position:relative;
	line-height:0;
	text-align:center;
	vertical-align:middle;
}
.Cat2-Cspot h3{
	margin:0;
	vertical-align:middle;
	font-size:33px;
	line-height:1em;
	font-family:ClarinsRegular;
	font-weight:normal;
	text-align:center;
	color:#000;
	padding-left:20px;
	padding-right:20px;
	/*padding-top:20px;*/
	display:inline-block;
	clear:both;
}
@media screen and (max-width: 761px) {
	.Cat2-Cspot h3{
			font-size:25px;
	}
}
/* Horizontal padding for P tag */
.Cat2-Cspot p {
	text-align:center;
	padding:10px;
}
/* aditionnal text */
.Cat2-Cspot p.text-title {
	text-align:center;
	margin:0;
	padding:0px;
	color:#be0f34;
	text-transform:uppercase;
	display:inline-block;
	width:100%;
	padding-top:20px;
	font-size:11px;
	line-height:11px;
	font-family:"Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

/* Redirection link */
.Cat2-Cspot p .btn{
	text-transform:uppercase;
	border-bottom:#d4d4d4 1px solid;
	font-size:11px;
	color:#000;
}
.Cat2-Cspot p .btn:hover{
	border-bottom:#be0f34 1px solid;
	color:#be0f34;
}
.Cat2-Cspot p.text-content{
	margin:0;
	padding:10px;
	font-size:11px;
	color:#000;
}

.Cat2-Cspot p .text-link{
	text-transform:uppercase;
	border-bottom:#d4d4d4 1px solid;
	font-size:11px;
	font-family:"Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
	color:#000;
}


/*----------Cat2-Aspot-----------*/
.Cat2-Aspot{
	margin:0;
	padding:0;
	margin-bottom:60px;
	list-style:none;
}
@media screen and (max-width: 1249px) {
	.Cat2-Aspot{
		overflow:hidden;
	}
}
@media screen and (max-width: 761px) {
	.Cat2-Aspot{
		display:none;
		overflow:hidden;
	}
	.Cat2-Aspot_mobile{
		display:block;
		margin: 0 0 0px;
		overflow:hidden;
	}
}

.Cat2-Aspot .visual{
	height:100%;
	display:block;
	position:absolute;
	width:2000px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto 100%;
	margin-left:-375px;
	text-align:center;
	left:0px;	
	transition:opacity 1s;
	opacity:0;
}
.Cat2-Aspot .selected .visual {opacity:1}
.Cat2-Aspot .visual img {height: 100%}
.Cat2-Aspot img.js-loaded {width: auto!important}
/* margin for Tablet version */
@media screen and (max-width: 1023px) {
	.Cat2-Aspot .visual{
		left:50%;
		margin-left:-1000px;
	}
}
/* Mobile version */
@media screen and (max-width: 761px) {
	.Cat2-Aspot_mobile .visual{
		position: relative;
		left: inherit;
		width: 100%;
		margin: 0;
		opacity: 1;
	}
	.Cat2-Aspot_mobile .visual img {display: block; width: auto; height: 250px}
}

.Cat2-Aspot .slider-nav{
	width:100%;
	position:absolute;
	display:block;
	bottom:0px;
}

.Cat2-Aspot .slider-nav img{
	width:100%;
	display:block;

}
.Cat2-Aspot .slider-nav ul{
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.Cat2-Aspot .slider-nav ul li{
	display:block;
	float:left;
	width:33.33%;
	position:relative;
	
}

.Cat2-Aspot .slider-nav ul li a{
	display:block;
	background-color:rgba(255,255,255,0.4);
	border:6px solid rgba(255,255,255,0);
	height:58px;
}

.Cat2-Aspot .slider-nav ul li.selected a{
	background-color:rgba(255,255,255,0);
	border:6px solid #be0f34;
}

.Cat2-Aspot .slide{
	margin:0;
	padding:0;
	display:block;
	position:relative;
	width:100%;
	text-align:right;
}
.Cat2-Aspot.active .slide{
	position:absolute;
	top:-5000px;
}
.Cat2-Aspot .slide.selected{
	position:relative!important;
	top:auto!important;
}

.Cat2-Aspot .white-block{
	background-color:#FFF;
	display:inline-block;
	position:relative;
	text-align:left;

	margin-right:80px;
	margin-top:80px;
	margin-bottom:80px;
	/* ---------------------- */
	padding-top:40px;
	padding-bottom:100px;
	/* ---------------------- */
	width:368px;
	min-height:230px;
	vertical-align:top;
}
.Cat2-Aspot .white-block_large {
	width:475px;
	padding: 30px 0 20px;
}
/* margin for Tablet version */
@media screen and (max-width: 1023px) {
	.Cat2-Aspot .white-block{
		margin-right:60px;
		margin-top:60px;
		margin-bottom:60px;
	}
	.Cat2-Aspot .white-block_large {
		width: 430px;
		margin-right:30px;
		margin-top:60px;
		margin-bottom:60px;
	}
}
/* Mobile version */
@media screen and (max-width: 761px) {
	.Cat2-Aspot .white-block_large {
		width: 100%;
		margin: 0
	}
}

/* Title */
.Cat2-Aspot .white-block h2{
	margin:0;
	font-size:50px;
	line-height:1em;
	font-family:ClarinsRegular;
	font-weight:normal;
	text-align:left;
	color:#000;
	padding-left:40px;
	letter-spacing: -0.015em;
}

/* Horizontal padding for P tag */
.Cat2-Aspot .white-block p{
	padding-left:40px;
	padding-right:40px;
}

.Cat2-Aspot .white-block_large .white-block__text-title {
	margin:0;
	padding: 0 30px;
	font-size:35px;
	line-height:1em;
	font-family:ClarinsRegular;
	font-weight:normal;
	text-align:left;
	color:#000;
}

/* Bold text on the top title */
.Cat2-Aspot .white-block p strong{
	
}
/* Content text */
.Cat2-Aspot .white-block p.text-content{
	width:288px;
	font-size:14px;
	line-height:22px;
}
.Cat2-Aspot .white-block_large .white-block__text-content{
	padding: 0 20px 0 30px;
	font-size:14px;
	line-height:22px;
}
.Cat2-Aspot .white-block__text-bold {font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif} 
.Cat2-Aspot .white-block__text-blue {color: #1487c6}
.Cat2-Aspot .slide__text-mention {width: 80%; margin: 10px auto 0; font-size: 10px; color: #8b8b8b; text-align: center}
.Cat2-Aspot .slide__linebreak {display: block; font-style: normal}
/* margin for Tablet version */
@media screen and (max-width: 1023px) {
	.Cat2-Aspot .slide__text-mention {width: 90%}
	.Cat2-Aspot .slide__linebreak {display: inline; font-style: normal}
}
/* Mobile version */
@media screen and (max-width: 761px) {
	.Cat2-Aspot .white-block_large .white-block__text-title, .Cat2-Aspot .white-block_large .white-block__text-content {text-align: center; padding: 0 20px}
	.Cat2-Aspot .slide__text-mention {margin: 0 auto}
}
/* Redirection link */
.Cat2-Aspot .white-block  p.text-link a{
	text-transform:uppercase;
	border-bottom:#bfbfbf 1px solid;
	font-size:11px;
	line-height:1em!important;
	color:#000;
}
.Cat2-Aspot .white-block  p.text-link a:hover{
	border-bottom:#be0f34 1px solid;
	color:#be0f34;
}
/* PLP Related Content Mobile*/
.plp-gridtile-view .search-result-items li.grid-tile.related-content {
width: 100%;
min-height: auto;
}
.plp-gridtile-view .plp-related-content-container {
display: inline-block;
border: 8px solid #e5e5e5;
}
.plp-related-content-container div[id^="ytapiplayer"],
.plp-related-content-container .YTthumbnail {
margin: 0;
height: auto !important;
}
.plp-related-content-container .YTthumbnail {
position: static;
}
.plp-related-content-container div[id^="ytapiplayer"] {
background: none;
width: 100% !important;
}
.plp-related-content-container .YTVideoPreview {
transform: none;
width: 100% !important;
height: 100% !important;
}
.plp-related-content-container .YTbtnlaunchplayer {
width: 44px;
height: 44px;
margin-top: -68px;
background-position: -10px -10px;
background-color: rgba(255, 255, 255, 0.8);
}
.plp-related-content-container .YTplayer.restyle .YTbtnlaunchplayer {
left: 4px;
margin-top: -68px;
}
.plp-related-content-video .image img,
.plp-related-content-video .image-gif img {
width: 100%;
height: 100%;
}
.plp-related-content-text-container {
padding: 16px 10px;
box-sizing: border-box;
}
.plp-related-content-text {
font-size: 14px;
margin: 2px 0 15px;
letter-spacing: 0.02em;
font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}
.plp-related-content-link {
color: #000;
font-size: 11px;
letter-spacing: 0;
font-weight: bold;
text-transform: uppercase;
box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #bfbfbf;
font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}
.plp-related-content-link:hover {
color: #be0f34;
box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #be0f34;
}
/* Related content Tablet */
@media only screen and (min-width: 762px) {
.plp-related-content-container {
height: 180px;
}
.plp-related-content-video,
.plp-related-content-text-container {
width: 50%;
float: left;
height: 100%;
display: inline-block;
}
.plp-related-content-text-container {
padding: 21px 10px 16px 15px;
}
.plp-related-content-text {
margin: 4px 0 10px;
}
.plp-related-content-container div[id^="ytapiplayer"],
.plp-related-content-container .YTthumbnail {
height: 100% !important;
}
.plp-related-content-container .YTplayer.restyle .YTbtnlaunchplayer {
left: 10px;
margin-top: -58px;
}
}

/* Related content Desktop */
@media only screen and (min-width: 1024px) {
.plp-related-content-video {
width: 32.5%;
}
.plp-related-content-text-container {
width: 67.5%;
padding: 21px 10px 16px 18px;
}
.plp-related-content-text {
margin: 6px 0 20px;
}
}
/* End PLP Related Content*/</pre></body></html>