<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-form .product-size ul.product-size-selector li {
	margin-right: 25px;
	margin-bottom: 15px;
	position: relative;
	box-shadow:
    0 0 0 3px hsl(0, 0%, 100%),
    0 0 0 5px hsl(0, 0%, 100%);
	-webkit-transition: all 100ms ease;
	   -moz-transition: all 100ms ease;
	   	 -o-transition: all 100ms ease;
			transition: all 100ms ease;
}
.product-form .product-size ul.product-size-selector li:hover {
	box-shadow:
    0 0 0 5px hsl(0, 0%, 100%),
    0 0 0 7px hsl(0, 0%, 90%);
}
.product-form .product-size ul.product-size-selector li.selected {
	box-shadow:
    0 0 0 5px hsl(0, 0%, 100%),
    0 0 0 7px hsl(0, 0%, 50%);
}
.product-form .product-size ul.product-size-selector li:hover a, .product-form .product-size ul.product-size-selector li.selected a {
	color: #fff;
	background: #e9516a;
	border-color: #e9516a;
}
.product-form .product-size ul.product-size-selector li.sur-mesure:hover, .product-form .product-size ul.product-size-selector li.sur-mesure.selected {
	box-shadow: none;
}
.product-form .product-color-selector-inner {
	margin-bottom: 20px;
}
hr.color-separator {
	background-color: #dcdcdc;
	border-top: 1px solid #dcdcdc;
	width: 50px;
	margin-left: 0;
}
hr.color-separator.color-separator-top {
	margin-top: 0px;
	margin-bottom: 30px;
}
hr.color-separator.color-separator-bottom {
	margin-top: 25px;
	margin-bottom: 1px;
}
.product-form .product-color a {
	display: inline-block;
	margin-bottom: 13px;
	margin-right: 10px;
	box-shadow:
    0 0 0 2px hsl(0, 0%, 70%),
    0 0 0 5px hsl(0, 0%, 100%);
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	   	 -o-transition: all 300ms ease;
			transition: all 300ms ease;
}
.product-form .product-color a:hover {
	box-shadow:
    0 0 0 3px hsl(0, 0%, 100%),
    0 0 0 5px hsl(0, 0%, 70%);
}
.product-form .product-color a.selected {
	box-shadow:
    0 0 0 3px hsl(0, 0%, 100%),
    0 0 0 5px hsl(0, 0%, 50%);
}
.product-form .product-color .color {
	margin-right: 0;
}
.product-form .product-color-selector-inner .title {
	/*background: url('/img/selector.png') no-repeat 95% center transparent;*/
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.product-form .product-color-selector-inner .title .subtitle {
	/*color: #949494;*/
	display: block;
	font-family: 'Georgia', sans-serif;
	font-size: 13px;
	font-style: italic;
	text-transform: initial;
}

.product-form .main-colors .title .subtitle {
	color: #07b672;
}
.product-form .on-demand-colors .title .subtitle {
	color: #f65a29;
}

.product-form .cart-section .selected-color-inner {
	float: left;
	width: auto;
}
.product-form .cart-section .selected-color-inner .title {
	float: left;
	margin-right: 10px;
	width: auto;
}
.product-form .cart-section .selected-color-inner .selected-color {
	float: left;
	width: auto;
}
.product-form .cart-section .selected-color {
	display: inline-block;
	margin-right: 10px;

}
.product-form .cart-section .selected-color .color-name {
	color: #595959;
	display: inline-block;
	font-size: 14px;
	font-family: 'Montserrat';
	letter-spacing: 0.5px;
	line-height: 15px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}
.product-form .cart-section .selected-color .color-name .rassurance {
	color: #afafaf;
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.3px;
	text-transform: lowercase;
	margin-top: 0px;
}
.product-form .cart-section .selected-color .color-name .rassurance.available strong {
	color: #07b672;
}
.product-form .cart-section .selected-color .color-name .rassurance.extension strong {
	color: #f65a29;
}
.product-form .cart-section .selected-color .color {
	display: inline-block;
	margin-right: 15px;
	min-height: 25px;
	min-width: 25px;
	vertical-align: middle;
}
.product-form .cart-section .selected-color .title {
	padding-top: 5px;
}
.product-form .cart-section #cart_quantity {
	float: right;
	width: auto;
}
.product-form .cart-section .delivery-conditions {
	width: 100%;
	text-align: right;
	margin: 10px 0;
}
.product-form a.toggle-see-more, .product-form a.toggle-see-more:hover {
	box-shadow: none;
	text-decoration: underline;
}
.product-form a.toggle-see-more {
	float: right;
	margin-right: 25px;
}
.product-form a.toggle-see-more.collapsed:after {
	/*content: "+";*/
	font-size: 12px;
	color: #000;
	right: 0;
}
.product-form a.toggle-see-more:after {
	/*content: "-";*/
	font-size: 12px;
	color: #000;
	right: 0;
}

/* --------------- */
/*    RESPONSIVE   */
/* --------------- */
@media (max-width: 800px) {
	.product-form .cart-section #cart_quantity, .product-form .cart-section .selected-color-inner {
		float: none;
		width: 100%;
	}
	.product-form .cart-section .delivery-conditions {
		text-align: left;
	}
}
</pre></body></html>