/* Minification failed. Returning unminified contents.
(1800,18): run-time error CSS1030: Expected identifier, found '.'
(1800,34): run-time error CSS1031: Expected selector, found ')'
(1800,34): run-time error CSS1025: Expected comma or open brace, found ')'
(1983,11): run-time error CSS1030: Expected identifier, found '>'
(1983,33): run-time error CSS1031: Expected selector, found ')'
(1983,33): run-time error CSS1025: Expected comma or open brace, found ')'
(1990,13): run-time error CSS1030: Expected identifier, found '>'
(1990,35): run-time error CSS1031: Expected selector, found ')'
(1990,35): run-time error CSS1025: Expected comma or open brace, found ')'
(2020,11): run-time error CSS1030: Expected identifier, found '>'
(2020,25): run-time error CSS1031: Expected selector, found ')'
(2020,25): run-time error CSS1025: Expected comma or open brace, found ')'
(2024,13): run-time error CSS1030: Expected identifier, found '>'
(2024,27): run-time error CSS1031: Expected selector, found ')'
(2024,27): run-time error CSS1025: Expected comma or open brace, found ')'
(6484,45): run-time error CSS1030: Expected identifier, found '.'
(6484,66): run-time error CSS1031: Expected selector, found ')'
(6484,66): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@charset "UTF-8";
/*
    SLICK
    Plugin pour les diaporamas et carousels
*/
/* Styles de base */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url(/Images/slide-nav.svg) no-repeat center center;
  color: transparent;
  top: calc(50% - 25px);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  opacity: 0.7;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel-single .slick-prev {
  left: 5px;
}

.slick-next {
  right: 0;
}
.carousel-single .slick-next {
  right: 5px;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 10px 0 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: Arial;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*
	FONTS
*/

/* --- Web fonts --- */

@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 400;
	src: local('Exo 2 Regular'), local('Exo2-Regular'),
			url('/Css/fonts/exo-2-v7-latin-regular.woff2') format('woff2'),
			url('/Css/fonts/exo-2-v7-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: 400;
	src: local('Exo 2 Italic'), local('Exo2-Italic'),
			url('/Css/fonts/exo-2-v7-latin-italic.woff2') format('woff2'),
			url('/Css/fonts/exo-2-v7-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	src: local('Exo 2 Medium'), local('Exo2-Medium'),
			url('/Css/fonts/exo-2-v7-latin-500.woff2') format('woff2'),
			url('/Css/fonts/exo-2-v7-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	src: local('Exo 2 SemiBold'), local('Exo2-SemiBold'),
			url('/Css/fonts/exo-2-v7-latin-600.woff2') format('woff2'),
			url('/Css/fonts/exo-2-v7-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	src: local('Exo 2 Bold'), local('Exo2-Bold'),
			url('/Css/fonts/exo-2-v7-latin-700.woff2') format('woff2'),
			url('/Css/fonts/exo-2-v7-latin-700.woff') format('woff');
}


/* --- Icons --- */

@font-face {
    font-family: 'icomoon';
    src:    url('/Css/fonts/icomoon.eot?rh6pkm');
    src:    url('/Css/fonts/icomoon.eot?rh6pkm#iefix') format('embedded-opentype'),
        url('/Css/fonts/icomoon.ttf?rh6pkm') format('truetype'),
        url('/Css/fonts/icomoon.woff?rh6pkm') format('woff'),
        url('/Css/fonts/icomoon.svg?rh6pkm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], [class^="table-picto-"], [class*=" table-picto-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e92e";
}
.icon-plus:before {
    content: "\e92f";
}
.icon-youtube:before {
    content: "\e930";
}
.icon-menu:before {
    content: "\e928";
}
.icon-arrow-2:before {
    content: "\e927";
}
.icon-pen:before {
    content: "\e926";
}
.icon-reload:before {
    content: "\e923";
}
.icon-document-2:before {
    content: "\e924";
}
.icon-pdf:before {
    content: "\e925";
}
.icon-delete-2:before {
    content: "\e922";
}
.icon-info:before {
    content: "\e921";
}
.icon-check-3:before {
    content: "\e920";
}
.icon-home:before {
    content: "\e91f";
}
.icon-car:before {
    content: "\e916";
}
.icon-back:before {
    content: "\e917";
}
.icon-cb:before {
    content: "\e918";
}
.icon-talk:before {
    content: "\e919";
}
.icon-book:before {
    content: "\e91a";
}
.icon-cogs:before {
    content: "\e91b";
}
.icon-print:before {
    content: "\e91c";
}
.icon-star:before {
    content: "\e91d";
}
.icon-document:before {
    content: "\e91e";
}
.icon-delete:before {
    content: "\e915";
}
.icon-arrow:before {
    content: "\e914";
}
.icon-check-2:before {
    content: "\e913";
}
.icon-down:before {
    content: "\e90f";
}
.icon-close:before {
    content: "\e910";
}
.icon-check:before {
    content: "\e911";
}
.icon-arrow-circle:before {
    content: "\e90d";
}
.icon-menu-arrow:before {
    content: "\e90b";
}
.icon-slide-next:before {
    content: "\e903";
}
.icon-slide-prev:before {
    content: "\e904";
}
.icon-cart:before {
    content: "\e905";
}
.icon-search:before {
    content: "\e906";
}
.icon-plus-circle:before {
    content: "\e907";
}
.icon-user:before {
    content: "\e908";
}
.icon-phone:before {
    content: "\e909";
}
.icon-question:before {
    content: "\e90a";
}
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #000;
opacity: 0.5; }

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }

.mfp-align-top .mfp-container:before {
display: none; }

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }

.mfp-ajax-cur {
cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid transparent; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid transparent; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
        * Remove all paddings around the image on small screen
        */
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
.mfp-img-mobile img.mfp-img {
    padding: 0; }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
.mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@charset "UTF-8";
/*
	SITE
*/
/* Styles de base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
/*
	GLOBAL
*/
/*-----------------------------------------------------------------------
  == Colors
----------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
  == Typography
----------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Exo 2", sans-serif;
  background: #fafafa;
  color: black;
  position: relative;
}
@media (max-width: 1199px) {
  body.menu-open, body.search-active {
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  body.overlay-active {
    overflow: hidden;
  }
}

html, body {
  scrollbar-gutter: stable;
}

/* Titles
------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

p, ul, ol {
  margin: 0;
  padding: 0;
}

.title-secondary, .page-title {
  font-size: 3rem;
  font-size: clamp(2.4rem, calc(2.1818rem + 0.6818vw), 3rem);
  margin: 0 0 0.5em;
  padding-left: 10px;
  position: relative;
  color: #75c5d7;
  line-height: 1.2;
  font-weight: 700;
}
.title-secondary:before, .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  display: block;
  width: 52px;
  height: 55px;
  background: url(/Images/tag-blue.svg) no-repeat 0 0;
}
@media (max-width: 575px) {
  .title-secondary:before, .page-title:before {
    top: 2px;
    width: 34px;
    height: 36px;
    background-size: 34px 36px;
    left: -32px;
  }
}

.page-title {
  font-size: 3.6rem;
  font-size: clamp(2.4rem, calc(1.9636rem + 1.3636vw), 3.6rem);
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .page-title {
    margin: 0 0 15px;
  }
}

.title-secondary--cart {
  font-size: 2.6rem;
  font-size: clamp(2.4rem, calc(2.3273rem + 0.2273vw), 2.6rem);
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

.section-title {
  font-size: 2.4rem;
  font-size: clamp(2rem, calc(1.8545rem + 0.4545vw), 2.4rem);
  margin: 30px 0;
  font-weight: 700;
}

.title-step {
  position: relative;
  margin: 30px -20px 0;
  padding: 10px 0 10px 85px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 575px) {
  .title-step {
    margin: 20px -20px 0;
    padding: 8px 10px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .title-step strong {
    padding-right: 5px;
    font-weight: 700;
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .title-step strong {
    position: absolute;
    top: -25px;
    left: -1px;
    display: block;
    width: 82px;
    height: 94px;
    padding: 30px 0 0 8px;
    background: url(../../../Images/tag-white.png) no-repeat 0 0;
    color: #000;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
  }
}

/* Links & Buttons
------------------------- */
a {
  text-decoration: none;
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
}

.js_nav {
  cursor: pointer;
}

.btn {
  color: #fff;
}

.univers-1 .btn {
  background: #599387 !important;
}

.univers-2 .btn {
  background: #eaa2a2 !important;
}

.univers-3 .btn {
  background: #948a88 !important;
}

.univers-4 .btn {
  background: #7db3b8 !important;
}

.univers-5 .btn {
  background: #f3da90 !important;
}

.univers-6 .btn {
  background: #a55632 !important;
}

.univers-7 .btn {
  background: #948a88 !important;
}

.univers-1 .btn-alt {
  border-color: #599387 !important;
  color: #599387 !important;
}

.univers-2 .btn-alt {
  border-color: #eaa2a2 !important;
  color: #eaa2a2 !important;
}

.univers-3 .btn-alt {
  border-color: #948a88 !important;
  color: #948a88 !important;
}

.univers-4 .btn-alt {
  border-color: #7db3b8 !important;
  color: #7db3b8 !important;
}

.univers-5 .btn-alt {
  border-color: #f3da90 !important;
  color: #f3da90 !important;
}

.univers-6 .btn-alt {
  border-color: #a55632 !important;
  color: #a55632 !important;
}

.univers-7 .btn-alt {
  border-color: #948a88 !important;
  color: #948a88 !important;
}

.btn--toggle {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn--toggle::after {
  content: "";
  width: 14px;
  height: 8px;
  margin-left: 8px;
  background: url(/Images/arrow-btn.svg) no-repeat 0 0;
  background-size: 14px 8px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn--toggle.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn--toggle.is-loading {
  opacity: 0.5;
  cursor: wait;
}

.btn-plain {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px;
  background: black;
  color: white;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1;
  border: 0;
  text-align: center;
  cursor: pointer;
}

.btn-doc {
  padding-left: 50px;
  background-image: url(/Images/download-doc.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.btn-light {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px;
  background: #E6E6E6;
  color: #000;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1;
  border: 0;
  text-align: center;
}

.btn-outline {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 18px;
  background: transparent;
  color: #000;
  border-radius: 5px;
  border: 2px solid #000;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.btn-disabled {
  background-color: #888 !important;
  cursor: default !important;
}

.minibtn-plain {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 15px;
  line-height: 1;
  border-radius: 5px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 0;
  text-align: center;
}

.minibtn-outline {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 15px;
  line-height: 1;
  border-radius: 5px;
  background: transparent;
  color: #383737 !important;
  text-decoration: none;
  border: 2px solid #c6ccd2;
  text-align: center;
  -webkit-transition: 0.15s ease border-color;
  transition: 0.15s ease border-color;
}
.minibtn-outline:hover {
  border-color: #b3bbc3;
}

.minibtn-outline--edit {
  padding-left: 32px;
  background: url(/Images/edit.svg) no-repeat 10px center;
}

.mediumbtn-outline {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 16px;
  line-height: 1;
  border-radius: 5px;
  background: transparent;
  color: #383737 !important;
  text-decoration: none;
  font-size: 1.6rem;
  border: 2px solid #c6ccd2;
  text-align: center;
  -webkit-transition: 0.15s ease border-color;
  transition: 0.15s ease border-color;
}
.mediumbtn-outline:hover {
  border-color: #b3bbc3;
}

.mediumbtn-plain {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 18px;
  line-height: 1;
  border-radius: 5px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  border: 0;
}

.load-more {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}
.load-more:last-child {
  margin-bottom: 0;
}
.load-more:has(+ .is-display-none) {
  margin-bottom: 0;
}
.load-more .btn-plain {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.load-more .btn-plain:hover {
  background: #75c5d7;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(117, 197, 215, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(117, 197, 215, 0.3);
}

/* Lists
------------------------- */
ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

/* Inline tags
------------------------- */
em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

/* Adresses styling not present in Safari 5 & Chrome */
dfn {
  font-style: italic;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* Normalize monospace sizing (cf. http://en.wikipedia.org/wiki/User:Davidgothberg/Test59) */
pre, code, kbd, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* Prevents sub and sup affecting line-height in all browsers (cf. http://gist.github.com/413930) */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Remove active outline (cf. http://people.opera.com/patrickl/experiments/keyboard/test) */
a:hover, a:active {
  outline: 0;
}

/* Addresses `outline` inconsistency between Chrome and other browsers */
a:focus {
  outline: thin dotted;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Addresses styling not present in IE */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Improve readibility of quoted code */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*-----------------------------------------------------------------------
  == Medias
----------------------------------------------------------------------- */
/* height auto only for non SVG images */
img:not([src$=".svg"]) {
  height: auto;
}

/* vidéos YouTube */
.youtube-embed {
  display: block;
  margin: 0 auto;
  max-width: 640px;
}

.youtube-embed__cover {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.youtube-embed__cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/Images/youtube-play.svg) no-repeat center center;
}

iframe[id^=videoFrame] {
  display: block;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------
  == Layout
----------------------------------------------------------------------- */
/* Switching box model for all elements */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1000px;
  position: relative;
}

.wrap--lg {
  max-width: 1450px;
}

.global {
  position: relative;
  background: #fafafa;
}

@media (min-width: 1200px) {
  .global--with-sidebar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 310px calc(100% - 310px);
    grid-template-columns: 310px calc(100% - 310px);
  }
}
@media (min-width: 1600px) {
  .global--with-sidebar {
    -ms-grid-columns: 310px 1fr 310px;
    grid-template-columns: 310px 1fr 310px;
  }
}

.lead {
  padding-bottom: 45px;
  background: white;
}
.lead:has(> .heading:first-child) {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .lead {
    padding-top: 11px;
  }
  .lead:has(> .heading:first-child) {
    padding-top: 41px;
  }
}
.global--with-sidebar .lead {
  background: transparent;
}
@media (min-width: 1200px) {
  .global--with-sidebar .lead {
    padding-left: 30px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.global--with-sidebar .lead > .wrap {
  padding-bottom: 30px;
  background: white;
}
@media (max-width: 1199px) {
  .global--with-sidebar .lead > .wrap {
    padding-top: 20px;
  }
}

.main {
  padding-top: 45px;
  padding-bottom: 60px;
  background: white;
}
.main:has(> .breadcrumbs) {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .main:has(> .breadcrumbs) {
    padding-top: 11px;
  }
}

.main--pb0 {
  padding-bottom: 0;
}

.page-content {
  background: white;
  padding-top: 15px;
  padding-bottom: 45px;
}

/*-----------------------------------------------------------------------
  == Grid
----------------------------------------------------------------------- */
.fullGrid {
  display: block;
  margin: 0;
  font-size: 0;
  padding: 0;
}

*[class*=grid] {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  font-size: 1.4rem;
}

.fullGrid.no-space *[class*=grid] {
  padding: 0;
}

.grid-block {
  display: block;
}

.grid10 {
  width: 10%;
}

.grid16 {
  width: 16.66666%;
}

.grid20 {
  width: 20%;
}

.grid25 {
  width: 25%;
}

.grid33 {
  width: 33.33333%;
}

.grid40 {
  width: 40%;
}

.grid45 {
  width: 45%;
}

.grid50 {
  width: 50%;
}

.grid55 {
  width: 55%;
}

.grid60 {
  width: 60%;
}

.grid67 {
  width: 66.66666%;
}

.grid75 {
  width: 75%;
}

.grid100 {
  width: 100%;
}

/*-----------------------------------------------------------------------
  == Tables
----------------------------------------------------------------------- */
table {
  width: 100%;
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

td {
  vertical-align: top;
}

/*-----------------------------------------------------------------------
  == Helpers
----------------------------------------------------------------------- */
/* Clearfix (cf. http://nicolasgallagher.com/micro-clearfix-hack) */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

/* Size */
.bigger {
  font-size: 120%;
}

/* Reset margin/padding/border */
.no-mg {
  margin: 0;
}

.no-pd {
  padding: 0;
}

.no-bd {
  border: 0;
}

.no-list > li {
  display: inline-block;
  list-style: none;
}

/* Display */
.row {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
  vertical-align: top;
}

/* Position */
.p-stretch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* Float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

/* Alignement */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.align-btm {
  vertical-align: bottom;
}

/* Text */
.t-uppercase {
  text-transform: uppercase !important;
}

.t-warning {
  color: #da4141 !important;
}

.t-larger {
  font-size: 2.2rem !important;
}

.t-success {
  color: #97cc59 !important;
}

.t-info {
  color: #75c5d7 !important;
}

/* Images */
.img-left {
  float: left;
  margin: 0 1em 1em 0;
}

.img-right {
  float: right;
  margin: 0 0 1em 1em;
}

.img-center {
  margin: 1em auto;
  display: block;
}

/* Hide content */
.is-hidden, #scrollUp span {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  border: 0;
}

.is-display-none {
  display: none !important;
}

/* Image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.with-icon {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-----------------------------------------------------------------------
  == Responsive
----------------------------------------------------------------------- */
/* Max values */
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
  max-width: 100%;
}

/*-----------------------------------------------------------------------
  == Print
----------------------------------------------------------------------- */
@media print {
  p, blockquote {
    orphans: 2;
    widows: 2;
  }
  blockquote, ul, ol {
    page-break-inside: avoid;
  }
  h1, h2, h3, caption {
    page-break-after: avoid;
  }
}
/* Éléments communs */
/*
	HEADER
*/
#InformationCoronavirus {
  text-align: center;
  background: #9FD066;
  color: white;
}
#InformationCoronavirus p {
  padding: 0.3em 30px;
  font-size: 1.4rem;
  line-height: 1.1;
}
#InformationCoronavirus a {
  font-weight: 700;
  color: white;
}
#InformationCoronavirus a:hover, #InformationCoronavirus a:focus {
  text-decoration: underline;
}

.top {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  font-size: 1.6rem;
  background: #e1f2f6;
}
@media (max-width: 1199px) {
  .top {
    display: none;
  }
}

.top__slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: auto;
  padding-left: 30px;
  line-height: 1;
  color: #7dacb7;
}
.top__slogan figure {
  position: relative;
  margin: 0;
  padding: 0;
}
.top__slogan figure svg {
  display: block;
}
.top__slogan figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.top__slogan span {
  font-size: 1rem;
}

.top__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  font-weight: 700;
  color: #75c5d7;
}
.top__phone img {
  margin-right: 5px;
}

.top__directorder span.js_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
  padding: 0 15px;
  font-weight: 700;
  line-height: 1;
  background: #75c5d7;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}
.top__directorder span.js_nav svg {
  fill: white;
}
.top__directorder span.js_nav:hover {
  background: #4db4cc;
}

.top__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}
.top__social li + li {
  margin-left: 5px;
}
.top__social a, .top__social span.js_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #75c5d7;
  cursor: pointer;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}
.top__social a svg, .top__social span.js_nav svg {
  fill: #75c5d7;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}
.top__social a:hover, .top__social span.js_nav:hover {
  background: #4db4cc;
  border-color: #4db4cc;
}
.top__social a:hover svg, .top__social span.js_nav:hover svg {
  fill: white;
}

.header {
  position: relative;
  top: 0;
  z-index: 99;
  min-height: 65px;
}
@media (max-width: 1199px) {
  body.search-open .header {
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .header {
    min-height: 160px;
  }
}

@media (max-width: 1199px) {
  .header__inside {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header--fixed .header__inside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header__layout {
  position: relative;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  background: #222;
}
@media (max-width: 1199px) {
  .header__layout {
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .header__layout {
    height: 90px;
    padding: 0 30px;
    gap: 30px;
    background: white;
  }
  .header--fixed .header__layout {
    height: 60px;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .header__left {
    display: none;
  }
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.logo span {
  padding-bottom: 3px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #75c5d7;
}
.header--fixed .logo span {
  display: none;
}
@media (max-width: 1599px) {
  .logo span {
    display: none;
  }
}

@media (max-width: 479px) {
  .logo__img {
    width: 85px;
    height: 42px;
    background: url(/Images/logo-mobile-compact.svg) no-repeat 0 0;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .logo__img {
    background: url(/Images/logo-mobile.svg) no-repeat 0 0;
    width: 188px;
    height: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .logo__img {
    width: 188px;
    height: 29px;
    background: url(/Images/logo-fixed.svg) no-repeat 0 0;
  }
}
@media (min-width: 1600px) {
  .logo__img {
    width: 267px;
    height: 53px;
    background: url(/Images/logo.svg) no-repeat 0 0;
  }
  .header--fixed .logo__img {
    width: 188px;
    height: 29px;
    background: url(/Images/logo-fixed.svg) no-repeat 0 0;
  }
}

.header__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
}
@media (min-width: 1200px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle__burger {
  display: block;
  position: relative;
  width: 24px;
  height: 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 3px solid #919395;
}
@media (min-width: 480px) {
  .header__toggle__burger {
    width: 28px;
    height: 21px;
  }
}
.header__toggle__burger::before, .header__toggle__burger::after {
  content: "";
  position: absolute;
  background: #919395;
  width: 100%;
  left: 0;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-open .header__toggle__burger::before, .menu-open .header__toggle__burger::after {
  top: 7px;
}
@media (min-width: 480px) {
  .menu-open .header__toggle__burger::before, .menu-open .header__toggle__burger::after {
    top: 10px;
  }
}
.header__toggle__burger::before {
  top: 7px;
}
@media (min-width: 480px) {
  .header__toggle__burger::before {
    top: 9px;
  }
}
.header__toggle__burger::after {
  top: 0;
}
.menu-open .header__toggle__burger {
  border-color: transparent;
}
.menu-open .header__toggle__burger::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.menu-open .header__toggle__burger::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header__toggle__label {
  line-height: 1;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 1199px) {
  .header__toggle__label {
    display: none;
  }
}

.header__toggle-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin-right: auto;
  padding: 0;
  border: 0;
}
@media (max-width: 479px) {
  .header__toggle-search svg {
    max-height: 22px;
    width: auto;
  }
}
.header__toggle-search svg {
  fill: #919395;
}
@media (min-width: 1200px) {
  .header__toggle-search {
    display: none;
  }
}

.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1199px) {
  .header__middle {
    display: none;
    position: fixed;
    width: 100%;
    top: 65px;
    left: 0;
    right: 0;
    height: 60px;
    padding: 5px 20px 0;
    background: #222;
  }
  body.search-open .header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__search {
  position: relative;
  -ms-flex-preferred-size: 650px;
      flex-basis: 650px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header__search {
    -ms-flex-preferred-size: 440px;
        flex-basis: 440px;
  }
}

.header__search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
}
.header__search__form input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 11px 49px 11px 19px;
  font-size: 1.6rem;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.header__search__form input[type=search]:focus {
  outline: none;
  border-color: rgba(117, 197, 215, 0.75);
}
.header__search__form ::-webkit-input-placeholder {
  color: rgba(55, 76, 81, 0.65);
  opacity: 1;
}
.header__search__form ::-moz-placeholder {
  color: rgba(55, 76, 81, 0.65);
  opacity: 1;
}
.header__search__form :-ms-input-placeholder {
  color: rgba(55, 76, 81, 0.65);
  opacity: 1;
}
.header__search__form ::-ms-input-placeholder {
  color: rgba(55, 76, 81, 0.65);
  opacity: 1;
}
.header__search__form ::placeholder {
  color: rgba(55, 76, 81, 0.65);
  opacity: 1;
}
.header__search__form :-ms-input-placeholder {
  color: rgba(55, 76, 81, 0.65);
}
.header__search__form ::-ms-input-placeholder {
  color: rgba(55, 76, 81, 0.65);
}

.header__search__submit {
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  padding: 0;
  background: #75c5d7;
  border: 0;
  border-radius: 8px;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}
.header__search__submit svg {
  fill: white;
}
.header__search__submit:hover {
  background: #4db4cc;
}

.header__search__clear {
  position: absolute;
  top: calc(50% - 10px);
  right: 60px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background: #bbb url(/Images/close-white.svg) no-repeat center;
  background-size: 8px 8px;
  border: 0;
  display: none;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}
.header__search__clear:hover {
  background-color: #6d797c;
}

.header__search__results {
  -webkit-transform: translate3d(0, 0, 0);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  overflow-y: auto;
  scrollbar-color: #c1c1c1 transparent;
  scrollbar-width: thin;
  max-height: calc(100vh - 140px);
  padding: 15px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: white;
}
@media (min-width: 1200px) {
  .header__search__results {
    max-height: calc(100vh - 160px);
  }
  .header--fixed .header__search__results {
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header__search__results {
    left: calc(50% - 300px);
    right: auto;
    width: 600px;
  }
}

.livesearch {
  margin-top: 3px;
}

.livesearch__loading {
  height: 30px;
  background: url(/Images/loader-dots.svg) no-repeat center center;
  background-size: 40px 10px;
}

.livesearch__warning {
  padding-top: 10px;
  text-align: center;
  color: #75c5d7;
  font-size: 1.3rem;
}
.livesearch__warning a {
  color: #75c5d7;
  font-weight: 700;
  text-decoration: underline;
}
.livesearch__warning a:hover {
  text-decoration: none;
}

.livesearch__results a {
  display: block;
  padding: 2px 10px;
  color: black;
  -webkit-transition: 0.1s ease background;
  transition: 0.1s ease background;
}
.livesearch__results a:hover {
  background: #f2f5f8;
  color: #374C51;
}
.livesearch__results a strong {
  font-weight: 700;
}
.livesearch__results a i {
  padding-left: 2px;
  font-size: 1.2rem;
  font-style: normal;
  color: #7c8689;
}

.livesearch__noresults {
  padding: 10px 0;
  font-size: 1.5rem;
  text-align: center;
}

.livesearch__title {
  margin: 10px 0;
  padding: 4px 10px;
  border-radius: 3px;
  background: #f2f5f8;
  color: #75c5d7;
  font-weight: 700;
  font-size: 1.7rem;
}
.livesearch__title:first-child {
  margin-top: 0;
}

.livesearch__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.livesearch__more a, .livesearch__more span {
  padding: 15px 20px;
  line-height: 1;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  background: #222;
  color: white;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
  cursor: pointer;
}
.livesearch__more a:hover, .livesearch__more span:hover {
  background: #383737;
}

.nav-tools {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-tools > li {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .nav-tools > li {
    cursor: default;
    -webkit-transition: 0.2s ease background;
    transition: 0.2s ease background;
  }
  .nav-tools > li:hover, .nav-tools > li.is-focused {
    background: #f2f2f2;
  }
  .nav-tools > li:hover .nav-tools__content, .nav-tools > li.is-focused .nav-tools__content {
    opacity: 1;
    visibility: visible;
  }
  .nav-tools > li:hover .nav-tools__picto > svg, .nav-tools > li.is-focused .nav-tools__picto > svg {
    fill: #75c5d7;
  }
}

.nav-tools__picto {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .nav-tools__picto {
    padding: 0 12px;
  }
}
.nav-tools__picto > svg {
  fill: #919395;
  -webkit-transition: 0.2s ease fill;
  transition: 0.2s ease fill;
}
@media (max-width: 479px) {
  .nav-tools__picto > svg {
    max-width: 28px;
    max-height: 26px;
  }
}
.nav-tools__picto > figcaption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.15;
  color: #1E1E1C;
}
.nav-tools__picto > figcaption span {
  display: block;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .nav-tools__picto > figcaption {
    display: none;
  }
}
.header--fixed .nav-tools__picto > figcaption {
  display: none;
}
.nav-tools__account .nav-tools__picto > figcaption span {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .nav-tools__account .nav-tools__picto > figcaption span {
    max-width: 150px;
  }
}
.nav-tools__account.is-loggedin .nav-tools__picto {
  position: relative;
}
.nav-tools__account.is-loggedin .nav-tools__picto > svg {
  margin-right: 4px;
}
.nav-tools__account.is-loggedin .nav-tools__picto::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 23px;
  width: 12px;
  height: 9px;
  background: url(/Images/check-loggedin.svg) no-repeat 0 0;
}

.nav-tools__num {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 2px;
  right: 2px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 22px;
  font-size: 1.2rem;
  line-height: 0.8;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  border: 2px solid transparent;
  background: #75c5d7;
  color: white;
  -webkit-transition: 0.2s ease border-color;
  transition: 0.2s ease border-color;
}
@media (max-width: 1199px) {
  .nav-tools__num {
    border-color: #222;
  }
}
@media (min-width: 1200px) {
  .nav-tools__num {
    border-color: white;
  }
  .nav-tools > li:hover .nav-tools__num {
    border-color: #f2f2f2;
  }
}

.nav-tools__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 3;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  background: white;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.nav-tools__content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
@media (max-width: 1199px) {
  .nav-tools__content {
    display: none !important;
  }
}
.nav-tools__faq .nav-tools__content, .nav-tools__promos .nav-tools__content {
  left: calc(50% - 115px);
  width: 230px;
}
.nav-tools__cart .nav-tools__content {
  width: 350px;
  right: 0;
  text-align: center;
}
.nav-tools__account .nav-tools__content {
  right: 0;
  width: 650px;
  padding: 30px;
}
.nav-tools__account.is-loggedin .nav-tools__content {
  width: 230px;
  padding: 15px;
}
.header:not(.header--fixed) .nav-tools__account.is-loggedin .nav-tools__content {
  right: auto;
  left: calc(50% - 115px);
}

.nav-tools__title {
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8rem;
}

.nav-tools__links {
  margin: 0 -5px;
}
.nav-tools__links a, .nav-tools__links span.js_nav {
  display: block;
  padding: 6px 15px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s ease background;
  transition: 0.2s ease background;
  cursor: pointer;
}
.nav-tools__links a:hover, .nav-tools__links a:focus, .nav-tools__links span.js_nav:hover, .nav-tools__links span.js_nav:focus {
  background: #f2f2f2;
}

.nav-tools__links__logout {
  padding-top: 10px;
  text-align: right;
}
.nav-tools__links__logout a, .nav-tools__links__logout span.js_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: none !important;
  color: #919395;
  -webkit-transition: 0.2s ease color;
  transition: 0.2s ease color;
}
.nav-tools__links__logout a svg, .nav-tools__links__logout span.js_nav svg {
  fill: #919395;
  -webkit-transition: 0.2s ease fill;
  transition: 0.2s ease fill;
}
.nav-tools__links__logout a:hover, .nav-tools__links__logout span.js_nav:hover {
  color: #75c5d7;
}
.nav-tools__links__logout a:hover svg, .nav-tools__links__logout span.js_nav:hover svg {
  fill: #75c5d7;
}

@media (min-width: 1200px) {
  .nav-tools__search {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav-tools__faq, .nav-tools__promos {
    display: none !important;
  }
}

.nav-tools__account__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-tools__account__layout > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.nav-tools__account__layout > div:first-child {
  padding-right: 25px;
  border-right: 2px solid rgba(109, 121, 124, 0.2);
}
.nav-tools__account__layout > div:last-child {
  padding-left: 25px;
}
.nav-tools__account__layout > div .fields {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-tools__account__layout > div .field--submit {
  padding-top: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nav-tools__cart__empty svg {
  display: block;
  margin: 0 auto 10px;
  fill: #919395;
}

.nav-tools__cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
  padding: 10px 0;
  background: #75c5d7;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: white;
}
.nav-tools__cart__total strong {
  padding-left: 5px;
  font-size: 2rem;
}

.nav-tools__cart__btn {
  text-align: center;
}

.minicart {
  overflow: hidden;
  width: 100%;
  margin: 15px 0;
}

.minicart__inner {
  max-height: 230px;
  overflow-y: scroll;
  width: 400px;
}

.minicart__items {
  width: 318px;
  text-align: left;
  cursor: url(/Images/cursor_scrollable.cur), default;
  cursor: url(/Images/cursor_scrollable.png) 9 0, default;
}

.minicart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.minicart__row:last-child {
  margin-bottom: 0;
}

.minicart__img {
  width: 70px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.minicart__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: white;
}
.minicart__img a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.minicart__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 15px;
}

.minicart__item__name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.minicart__item__ref {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1;
  color: #6d797c;
}

.minicart__item__qty {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  color: #383737;
}

.minicart__delete {
  width: 15px;
  padding-top: 3px;
}
.minicart__delete a {
  display: block;
  cursor: pointer;
}
.minicart__delete a svg {
  display: block;
  fill: #374c51;
  -webkit-transition: 0.2s ease fill;
  transition: 0.2s ease fill;
}
.minicart__delete a:hover svg {
  fill: #75c5d7;
}

/* --- Menu principal --- */
.nav-main {
  position: relative;
  z-index: 30;
  background: #222;
}
@media (max-width: 1199px) {
  .nav-main {
    position: fixed;
    z-index: 99;
    top: 65px;
    width: 100%;
    height: calc(100% - 65px);
    right: 100%;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    overflow: auto;
    scrollbar-width: thin;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background: #222;
  }
  .menu-open .nav-main {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav-main .wrap {
    padding: 0;
  }
  .nav-main li {
    position: relative;
  }
  .nav-main li > button {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: url(/Images/submenu.svg) no-repeat center 12px;
  }
  .nav-main li.is-open > button {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .nav-main li > a, .nav-main li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-main .level-1 {
    background: #222;
  }
  .nav-main .level-1 > li > a {
    min-height: 60px;
    font-weight: 600;
    font-size: 1.6rem;
    color: white;
  }
  .nav-main .level-2 {
    background: #eee;
  }
  .nav-main .level-2 > li > a, .nav-main .level-2 > li > span {
    min-height: 50px;
    font-size: 1.6rem;
    font-weight: 600;
    border-color: #ccc;
    cursor: pointer;
  }
  .nav-main .level-2 > li > button {
    top: 10px;
    background-color: #bbb;
    border-color: #bbb;
  }
  .nav-main .level-3 {
    background: white;
  }
  .nav-main .level-3 > li > a, .nav-main .level-3 > li > span {
    padding: 12px 20px;
    color: black;
    border-color: #ccc;
    font-size: 1.4rem;
    cursor: pointer;
  }
  .menu-open .nav-main {
    display: block;
  }
  .menu-open .nav-main .level-1 ul {
    display: none;
  }
  .menu-open .nav-main .level-1 > li.is-open .level-2, .menu-open .nav-main .level-2 > li.is-open .level-3 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .nav-main {
    /* Niveau 1 */
    /* Niveau 2 */
    /* Niveau 3 */
  }
  .nav-main::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    padding-bottom: 6px;
    background: url(/Images/gradient.png) repeat-x center bottom;
  }
  .header--fixed .nav-main::after, .overlay-active .nav-main::after {
    opacity: 0;
    visibility: hidden;
  }
  .nav-main a {
    text-decoration: none;
  }
  .nav-main li > button {
    display: none;
  }
  .nav-main .level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 70px;
  }
  .nav-main .level-1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-main .level-1 > li > a {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 18px;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.25;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
    color: white;
  }
  .nav-main .level-1 > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    top: calc(50% - 17px);
    right: -1px;
    width: 2px;
    height: 34px;
    background: #919395;
  }
  .nav-main .level-1 > li.univers-1:hover > a {
    color: #599387;
  }
  .nav-main .level-1 > li.univers-1:hover > a > svg {
    fill: #599387;
  }
  .nav-main .level-1 > li.univers-2:hover > a {
    color: #eaa2a2;
  }
  .nav-main .level-1 > li.univers-2:hover > a > svg {
    fill: #eaa2a2;
  }
  .nav-main .level-1 > li.univers-3:hover > a {
    color: #948a88;
  }
  .nav-main .level-1 > li.univers-3:hover > a > svg {
    fill: #948a88;
  }
  .nav-main .level-1 > li.univers-4:hover > a {
    color: #7db3b8;
  }
  .nav-main .level-1 > li.univers-4:hover > a > svg {
    fill: #7db3b8;
  }
  .nav-main .level-1 > li.univers-5:hover > a {
    color: #f3da90;
  }
  .nav-main .level-1 > li.univers-5:hover > a > svg {
    fill: #f3da90;
  }
  .nav-main .level-1 > li.univers-6:hover > a {
    color: #a55632;
  }
  .nav-main .level-1 > li.univers-6:hover > a > svg {
    fill: #a55632;
  }
  .nav-main .level-1 > li.univers-7:hover > a {
    color: #948a88;
  }
  .nav-main .level-1 > li.univers-7:hover > a > svg {
    fill: #948a88;
  }
  .nav-main .level-1 > li.hover .sub-menu {
    display: block;
  }
  .nav-main .level-1 > li.univers-3:last-child > a > svg {
    display: none;
  }
  .nav-main .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: left;
    background: white;
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
  }
  .nav-main .sub-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  }
  .nav-main .sub-menu__container {
    overflow: auto;
    scrollbar-color: rgba(109, 121, 124, 0.35) #eee;
    scrollbar-width: thin;
  }
  .nav-main .sub-menu__nav {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    -webkit-column-rule: 2px double rgba(109, 121, 124, 0.2);
       -moz-column-rule: 2px double rgba(109, 121, 124, 0.2);
            column-rule: 2px double rgba(109, 121, 124, 0.2);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding: 30px;
  }
  .nav-main .sub-menu__layout {
    max-height: calc(92vh - 200px);
  }
  .header--fixed .nav-main .sub-menu__layout {
    max-height: calc(92vh - 130px);
  }
  .nav-main .level-2 {
    display: block;
  }
  .nav-main .level-2 > li {
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }
  .nav-main .level-2 > li > .js_nav {
    display: block;
    margin: 0 -6px;
    padding: 3px 6px;
    border-radius: 3px;
    position: relative;
    line-height: 1;
    font-weight: 700;
    font-size: 1.7rem;
    color: black;
    cursor: pointer;
  }
  .nav-main .level-2 > li > .js_nav:hover, .nav-main .level-2 > li > .js_nav:focus {
    background: #f1f1f1;
  }
  .nav-main .level-3 {
    padding: 3px 0 0 0;
    text-align: left;
  }
  .nav-main .level-3 li {
    position: relative;
  }
  .nav-main .level-3 .js_nav {
    display: block;
    margin: 0 -6px;
    padding: 3px 6px;
    border-radius: 3px;
    line-height: 1;
    font-size: 1.4rem;
    color: #1E1E1C;
    cursor: pointer;
  }
  .nav-main .level-3 .js_nav:hover, .nav-main .level-3 .js_nav:focus {
    background: #f1f1f1;
  }
}
@media (min-width: 1600px) {
  .nav-main .level-1 > li > a {
    padding: 14px 26px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .nav-main .sub-menu__nav {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
  }
}
@media (min-width: 1800px) and (max-width: 2199px) {
  .nav-main .sub-menu__nav {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
  }
}
@media (min-width: 2200px) {
  .nav-main .sub-menu__nav {
    -webkit-columns: 7;
       -moz-columns: 7;
            columns: 7;
    max-width: 2100px;
    margin: 0 auto;
  }
}

/*
	FOOTER
*/
/* Pied de page */
.footer {
  background: #425359;
  color: white;
}
.footer > .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.footer__col {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .footer__col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer__col {
    width: 25%;
  }
}

.footer__menus {
  padding: 60px 0;
}

.footer__title {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__title a, .footer__title span {
  color: #fff;
  cursor: pointer;
}

.footer__links {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .footer__links li {
    margin-bottom: 8px;
  }
}
.footer__links li > a, .footer__links li > span {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  opacity: 0.5;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  cursor: pointer;
}
.footer__links li > a:hover, .footer__links li > a:focus, .footer__links li > span:hover, .footer__links li > span:focus {
  text-decoration-color: inherit;
}
.footer__links #eKomiGate_widget {
  opacity: 1;
}

.footer__avis {
  margin-bottom: 20px;
  text-align: center;
}

#PopAvisVerifies {
  height: 90vh;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 0;
}
#PopAvisVerifies iframe {
  height: 100%;
  border: 0;
}

#widget-av {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  margin: 0 auto;
  text-decoration: none;
  background: white;
  color: #0A0A13;
  cursor: pointer;
}

.widget-av__average {
  font-size: 3.8rem;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-align: center;
  color: #75c5d7;
}
.widget-av__average > span {
  padding-right: 2px;
  font-weight: 700;
}
.widget-av__average small {
  font-size: 2.4rem;
}
.widget-av__average small span {
  padding-left: 2px;
}

.widget-av__stars {
  width: calc(100% - 50px);
  margin: 10px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-av__stars__label {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-transform: lowercase;
  color: #0A0A13;
}

.widget-av__stars__rating {
  position: relative;
  width: 137px;
  height: 25px;
  background: url(/Images/widget-stars-off.svg) no-repeat 0 0;
}
.widget-av__stars__rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  background: url(/Images/widget-stars-on.svg) no-repeat 0 0;
}
.widget-av__stars__rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(/Images/widget-stars.svg) no-repeat center;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__social span.js_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: white;
  cursor: pointer;
}
.footer__social span.js_nav svg {
  fill: #364b50;
  -webkit-transition: 0.2s ease fill;
  transition: 0.2s ease fill;
}
.footer__social span.js_nav:hover svg {
  fill: #75c5d7;
}

#scrollUp {
  bottom: 102px;
  right: 20px;
  width: 64px;
  height: 64px;
  background: url(/Images/back-top.svg) no-repeat;
}
body.menu-open #scrollUp, body.search-active #scrollUp, body.overlay-active #scrollUp {
  display: none !important;
}
@media (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
    background: url(/Images/back-top.svg) no-repeat;
    background-size: 40px 40px;
  }
}

/* Bandeau Cookies */
#ctl00_BandeauCookies {
  position: fixed;
  bottom: 0;
  z-index: 105000;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #364b50;
  padding: 10px;
}
#ctl00_BandeauCookies a {
  color: #fff;
  text-decoration: underline;
}
#ctl00_BandeauCookies a:hover {
  text-decoration: none;
}

#ctl00_BandeauCookies .listProduct-btn {
  background-color: #ff9b4a;
  color: #000000;
  padding: 7px 12px;
}

/* Message Voussert */
.voussert-ok {
  height: 0;
  font-size: 0;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 30;
  height: 100vh;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  visibility: hidden;
}
.overlay-active .overlay {
  opacity: 1;
  visibility: visible;
}

/*
    FENÊTRES MODALES
*/
.modal {
  position: relative;
  background: white;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
@media (max-width: 479px) {
  .modal {
    padding: 20px;
  }
}

.modal#ModalShowDetail, .modal#ModalShowDetailSuivi {
  padding: 0 !important;
}
.modal#ModalShowDetail .mfp-close, .modal#ModalShowDetailSuivi .mfp-close {
  color: white !important;
}

.modal#PopUpPointRelais {
  max-width: 1200px;
  padding: 0 !important;
}

.modal#PopUpRechercheSociete, .modal#ModalShowDetail {
  max-width: 1000px;
}

.modal#ModalShowDetailSuivi {
  max-width: 500px;
}
@media (min-width: 768px) {
  .modal#ModalShowDetailSuivi {
    max-width: 1000px;
  }
}

.modal-title {
  font-size: 2.4rem;
  font-size: clamp(2rem, calc(1.8545rem + 0.4545vw), 2.4rem);
  margin-bottom: 15px;
  text-align: center;
}
.modal-title strong {
  font-weight: 700;
}

.modal-title-important {
  color: #ffa800;
}

.modal__intro {
  font-size: 1.6rem;
  font-size: clamp(1.5rem, calc(1.4636rem + 0.1136vw), 1.6rem);
  margin-bottom: 30px;
}

/*
	FORMULAIRES
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.form__title {
  position: relative;
  margin: 30px -30px;
  padding: 10px 30px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 575px) {
  .form__title {
    font-size: 1.8rem;
  }
}

.form__required {
  margin-top: -20px;
  text-align: right;
  font-style: italic;
}

.fields-title {
  margin: 30px 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.fields-title .required {
  color: #f90028;
}
@media (min-width: 768px) {
  .fields-title {
    font-size: 2rem;
  }
}

.fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 992px) {
  .fields {
    padding: 0 100px;
  }
}

@media (min-width: 992px) {
  .fields--nopadding {
    padding: 0;
  }
}

.fields__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.field {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
}
.field label, .field .label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
.field .required {
  color: #f90028;
}
.field input[type=text], .field input[type=email], .field input[type=password], .field textarea {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 1.8rem;
  border: 1px solid #c1c1c1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.field input[type=text]:focus, .field input[type=email]:focus, .field input[type=password]:focus, .field textarea:focus {
  border-color: #65bdd0;
  outline: none;
}
.field input[type=text].hasError, .field input[type=email].hasError, .field input[type=password].hasError, .field textarea.hasError {
  background: rgba(249, 0, 40, 0.3);
}
.field select {
  width: 100%;
}
.field .intl-tel-input {
  display: block;
}

.field--last {
  margin-bottom: 0;
}

.field--half {
  width: 100%;
}
@media (min-width: 768px) {
  .field--half {
    width: 50%;
  }
}

.field--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
@media (max-width: 479px) {
  .field--submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .field--submit a:not(:first-child), .field--submit input[type=submit]:not(:first-child), .field--submit button:not(:first-child) {
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 480px) {
  .field--submit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .field--submit a, .field--submit input[type=submit], .field--submit button {
    margin-left: 20px;
  }
}

.field--radio table {
  table-layout: auto;
  width: auto;
}
.field--radio table label {
  margin: 0;
  padding-left: 8px;
  font-weight: 400;
  line-height: 1;
}
.field--radio table td {
  padding-top: 5px;
}

.field--radio-horizontal table {
  table-layout: auto;
  width: auto;
  margin-top: 3px;
}
.field--radio-horizontal table td:not(:last-child) {
  padding-right: 20px;
}
.field--radio-horizontal table label {
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .field--radio-horizontal table, .field--radio-horizontal table tbody, .field--radio-horizontal table tr, .field--radio-horizontal table td {
    display: block !important;
  }
  .field--radio-horizontal table td + td {
    padding-top: 3px;
  }
}

.field--checkbox {
  padding-top: 22px;
}
.field--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.field--checkbox input[type=checkbox] {
  margin-right: 8px;
}

.field--text {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .field--text {
    font-size: 1.6rem;
  }
}
.field--text p:not(:last-child), .field--text ul:not(:last-child) {
  margin-bottom: 10px;
}
.field--text p small, .field--text ul small {
  font-size: 1.4rem;
}
.field--text ul li {
  position: relative;
  padding-left: 20px;
}
.field--text ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 7px;
}
.field--text strong {
  font-weight: 600;
}
.field--text a {
  color: #75c5d7;
}
.field--text a:hover {
  text-decoration: underline;
}

.field--textsmall {
  font-size: 1.2rem;
}

.field--info {
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}

.field--error, .field__error {
  padding: 0.7em 1em;
  font-weight: 700;
  font-size: 1.5rem;
  background: rgba(249, 0, 40, 0.1);
  color: #da4141;
}
.field--error ul li:not(:last-child), .field__error ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.field--error {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}

.field--success {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 1.5rem;
  background: #effbfd;
  color: #65bdd0;
}

.field__info {
  margin-top: 5px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4;
  color: #888;
}

.field__error {
  display: block;
  margin: 1em 0;
}

.field__small-error {
  padding-top: 4px;
  color: #da4141;
}

.field__pwdlost {
  text-align: right;
  margin-top: 7px;
}
.field__pwdlost a, .field__pwdlost span.js_nav {
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  cursor: pointer;
}
.field__pwdlost a:hover, .field__pwdlost span.js_nav:hover {
  color: #75c5d7;
}

/* --- Champ d'upload Dropzone --- */
.field {
  /* Annulation des styles chargés par TargetFirst */
}
.field #dZUpload {
  margin: 15px 0;
  padding: 25px;
  text-align: center;
  border: 2px dashed #c1c1c1;
  border-radius: 10px;
  cursor: pointer;
}
.field .dZUpload__msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  color: #999;
}
.field .dZUpload__msg img {
  margin-bottom: 15px;
}
.field .dz-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 28px;
  background: url(/Images/check.svg) no-repeat left center;
  background-size: 20px 14px;
}
.field .dz-preview + .dz-preview {
  margin-top: 3px;
}
.field .dz-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field .dz-filename {
  padding: 0 10px;
}
.field .dz-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
.field .dz-remove:hover {
  color: #999;
}
.field .dz-image, .field .dz-success-mark, .field .dz-error-mark {
  display: none;
}
.field #dZUpload .dz-message {
  position: static;
  top: auto;
}
.field .dropzone-previews .dz-progress {
  display: none !important;
  top: auto;
}
.field .dropzone-previews .dz-remove {
  width: auto;
  height: auto;
  position: static;
  top: auto;
  right: auto;
  background-color: transparent;
  border-radius: 0;
}

/*
    NOTATION PRODUIT
*/
.star-rating {
  position: relative;
  width: 99px;
  height: 18px;
  background: url(/Images/stars-off.svg) no-repeat 0 0;
}
.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  background: url(/Images/stars-on.svg) no-repeat 0 0;
}

.star-rating--orange span {
  background: url(/Images/stars-orange-on.svg) no-repeat 0 0;
}

.star-rating--small {
  width: 77px;
  height: 14px;
  background-size: 77px 14px;
}
.star-rating--small span {
  height: 14px;
  background-size: 77px 14px;
}
@charset "UTF-8";
/*
    PAGE D'ACCUEIL
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.home-title {
  font-size: 3.2rem;
  font-size: clamp(2rem, calc(1.5636rem + 1.3636vw), 3.2rem);
  position: relative;
  margin: 0 -30px 15px;
  padding: 12px 30px 15px;
  font-weight: 700;
  line-height: 1;
  background: #9ad5e2;
  color: white;
}
@media (max-width: 575px) {
  .home-title {
    margin-bottom: 12px;
  }
}
@media (min-width: 576px) {
  .home-title {
    padding-left: 80px;
  }
  .home-title::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -28px;
    background: url(/Images/home-title.png) no-repeat 0 0;
    width: 102px;
    height: 94px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .home-title {
    padding-left: 110px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .home-title {
    padding-left: 80px;
  }
}

/* Liens vers pages thématiques */
.home-themes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .home-themes {
    grid-template-columns: 1fr 1fr;
  }
}

.home-theme {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px;
  padding-left: 44%;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}

.home-theme__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.home-theme__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-theme__text {
  font-size: 2.1rem;
  font-size: clamp(1.8rem, calc(1.6909rem + 0.3409vw), 2.1rem);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 25px;
  background: rgba(55, 76, 81, 0.8);
  color: white;
  font-weight: 600;
  line-height: 1.2;
}

/* Vidéos YouTube */
.home-video {
  padding: 45px 0;
  background-color: #383737;
  color: #fff;
}

.home-video__title {
  font-size: 3rem;
  font-size: clamp(2.4rem, calc(2.1818rem + 0.6818vw), 3rem);
  margin-bottom: 1.5em;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.home-video__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-video__content {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .home-video__content {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.home-video__content ul {
  margin-bottom: 40px;
  padding-left: 1em;
  font-size: 1.7rem;
  list-style-position: inside;
}
@media (min-width: 768px) {
  .home-video__content ul {
    font-size: 2rem;
  }
}
.home-video__content ul li {
  position: relative;
  margin-bottom: 1em;
}
.home-video__content ul li:last-child {
  margin-bottom: 0;
}
.home-video__content ul li::before {
  content: "-";
  position: absolute;
  left: -1em;
}

.home-video__link {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  gap: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
}
.home-video__link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-video__main {
  width: 100%;
}
@media (min-width: 768px) {
  .home-video__main {
    width: 66.6666666667%;
  }
}

.home-video__player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.home-video__player iframe, .home-video__player object, .home-video__player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-video__player__cover {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  margin: 0;
  cursor: pointer;
}
.home-video__player__cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.home-video__player__cover::before {
  content: "";
  position: absolute;
  top: calc(50% - 21px);
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 42px;
  border-color: transparent transparent transparent #fff;
}
.home-video__player__cover::after {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .home-video__player__cover::before, .home-video__player__cover::after {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.home-tricks {
  position: relative;
  border-radius: 15px;
  background: #75c5d7;
}
@media (max-width: 575px) {
  .home-tricks {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-tricks {
    margin-bottom: 30px;
  }
}
.home-tricks > img {
  border-radius: 15px 0 0 0;
}
.home-tricks:hover {
  border-radius: 15px 15px 0 0;
}
.home-tricks:hover .home-tricks-content {
  display: block;
}

.home-tricks-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  background: #75c5d7;
  color: #fff;
  border-radius: 0 0 15px 15px;
  z-index: 2;
}
.home-tricks-content p {
  margin-bottom: 20px;
}

.home-tricks-btn {
  display: inline-block;
  padding: 0.6rem 4.5rem;
  line-height: 1;
  background: #374c51;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 5px;
}

.home-destock-list ul {
  padding-left: 15px;
  border-left: 1px solid #bee4ec;
}
@media (max-width: 575px) {
  .home-destock-list ul {
    padding-top: 15px;
  }
}
@media (min-width: 576px) {
  .home-destock-list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #bee4ec;
    -moz-column-rule: 1px solid #bee4ec;
    column-rule: 1px solid #bee4ec;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .home-destock-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.home-destock-list a {
  color: #6bb4c4;
}
@media (max-width: 575px) {
  .home-destock-list a {
    display: block;
    padding: 2px 0;
  }
}
.home-destock-list a:hover {
  text-decoration: underline;
}

/* À propos */
.home-support-section {
  margin: 60px 0;
}
@media (max-width: 575px) {
  .home-support-section {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .home-support-section .grid25 {
    margin-bottom: 30px;
    text-align: center;
  }
  .home-support-section .grid25:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .home-support-section .grid25 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .home-support-section .grid25 {
    width: 50%;
  }
}

@media (max-width: 980px) {
  .section-home-support .grid20 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section-home-support .grid20 {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .section-home-support .grid20 {
    width: 100%;
  }
}

.home-support-block {
  position: relative;
  padding: 30px 15px;
  margin-top: 40px;
}

.home-support-block:hover {
  z-index: 10;
}

.home-support-block:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background-color: #e6e6e6;
  border-radius: 16px 16px 0 0;
}

.home-support-block:hover .home-support-block-text {
  display: block;
}

.home-support-block-title {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5px 15px 15px;
}

.home-support-block-img {
  position: relative;
  z-index: 1;
  height: 100px;
}

.home-support-block-img img {
  display: block;
  margin: 0 auto 2.5rem;
  max-height: 100px;
  max-width: 120px;
  min-height: 90px;
}

.home-support-block-text {
  display: none;
  position: absolute;
  padding: 0 30px 30px;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 1.6rem;
  background-color: #e6e6e6;
  border-radius: 0 0 16px 16px;
}

.home-support-content {
  margin-bottom: 3rem;
}

.home-support-img {
  display: block;
  margin: 0 auto 2.5rem;
}

.home-support-title {
  margin-bottom: 0.3em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #374c51;
  line-height: 1.2;
}

.home-support-text {
  margin: 0 0 1em;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #374c51;
}
.home-support-text p {
  margin-bottom: 1rem;
}
.home-support-text strong {
  font-size: 2rem;
}

.home-support-btn {
  display: inline-block;
  padding: 0.4em 2em;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 5px;
  background: #374c51;
  color: #fff;
  text-decoration: none;
}

/* Contenu édito */
.section-home-description {
  padding-bottom: 30px;
}

.home-edito {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  color: #374c51;
}
.home-edito h3 {
  font-size: 3.6rem;
  font-size: clamp(2.8rem, calc(2.5091rem + 0.9091vw), 3.6rem);
}
.home-edito h3:first-child {
  margin-top: 0;
}
.home-edito h4 {
  font-size: 2.4rem;
  font-size: clamp(2rem, calc(1.8545rem + 0.4545vw), 2.4rem);
  margin-bottom: 0.8em;
  color: #374c51;
}
/*
	SLIDESHOW
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.slideshow {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slideshow {
    margin-top: 30px;
  }
  .slideshow .slick-prev, .slideshow .slick-next {
    display: none !important;
  }
}
.slideshow:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.slideshow:not(.slick-initialized) .slide-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.slide-item {
  position: relative;
  padding-top: 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .slide-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.slide-full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slide-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #000;
  opacity: 0.4;
}

.slide-img {
  position: absolute;
  top: 0;
  right: 0;
}

.slide-wrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .slide-wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .slide-left .slide-wrap {
    padding-right: 45%;
  }
  .slide-right .slide-wrap {
    padding-left: 45%;
  }
}

.slide-content {
  padding-right: 30px;
}
.slide-left .slide-content, .slide-right .slide-content {
  padding-right: 0;
}
@media (max-width: 767px) {
  .slide-left .slide-content {
    padding-right: 50%;
  }
  .slide-right .slide-content {
    padding-left: 50%;
  }
}

.slide-univ {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.slide--univ1 .slide-univ {
  color: #599387;
}
.slide--univ2 .slide-univ {
  color: #eaa2a2;
}
.slide--univ3 .slide-univ {
  color: #948a88;
}
.slide--univ4 .slide-univ {
  color: #7db3b8;
}
.slide--univ5 .slide-univ {
  color: #f3da90;
}
.slide--univ6 .slide-univ {
  color: #a55632;
}
.slide--univ7 .slide-univ {
  color: #948a88;
}

.slide-title {
  margin-bottom: 1.4rem;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}
.slide-full .slide-title {
  color: #fff;
}
@media (max-width: 575px) {
  .slide-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .slide-title {
    font-size: 3rem;
  }
}

.slide-desc {
  margin-bottom: 1.2rem;
  font-size: 1.7rem;
}
.slide-full .slide-desc {
  color: #fff;
}
@media (max-width: 767px) {
  .slide-desc {
    display: none;
  }
}
@media (max-width: 991px) {
  .slide-desc {
    font-size: 1.5rem;
  }
}

.slide-price {
  margin-bottom: 15px;
  color: #ff9b4a;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .slide-price {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slide-price {
    font-size: 3rem;
  }
}

.slide-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .slide-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slide-actions a {
  padding: 10px 20px;
  background: transparent;
  border-radius: 5px;
  font-size: 1.6rem;
  border: 2px solid #ddd;
}
.slide-actions a + a {
  margin-left: 20px;
}
.slide-full .slide-actions a {
  color: #fff;
}
@media (max-width: 767px) {
  .slide-actions a {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}
.slide-actions .slide-action-buy {
  border-color: transparent;
  color: #fff;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .slide-actions .slide-action-buy {
    padding: 8px 18px;
  }
}
.slide--univ1 .slide-actions .slide-action-buy {
  background: #599387;
}
.slide--univ2 .slide-actions .slide-action-buy {
  background: #eaa2a2;
}
.slide--univ3 .slide-actions .slide-action-buy {
  background: #948a88;
}
.slide--univ4 .slide-actions .slide-action-buy {
  background: #7db3b8;
}
.slide--univ5 .slide-actions .slide-action-buy {
  background: #f3da90;
}
.slide--univ6 .slide-actions .slide-action-buy {
  background: #a55632;
}
.slide--univ7 .slide-actions .slide-action-buy {
  background: #948a88;
}

.slide-reduc {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  width: 96px;
  height: 68px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  background: url(/Images/reduc.svg) no-repeat;
}
@media (max-width: 767px) {
  .slide-reduc {
    top: 40px;
    width: 80px;
    height: 56px;
    font-size: 2.4rem;
    background: url(/Images/reduc-small.svg) no-repeat;
  }
}
.slide-reduc > span {
  display: block;
  padding-top: 7px;
  text-align: center;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media (max-width: 767px) {
  .slide-reduc > span {
    padding-top: 4px;
  }
}
.slide-right .slide-reduc {
  left: 0;
  right: auto;
}
/*
	PRODUCTS
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.top-promos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.top-promos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .top-promos__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .top-promos__item {
    width: 33.333%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .top-promos--univ .top-promos__item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .top-promos--univ .top-promos__item {
    width: 33.333%;
  }
}

.listProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 175px;
  padding: 15px 10px;
  border-radius: 5px;
}
.listProduct.listProduct-left, .listProduct.listProduct-full-left {
  padding-right: 50%;
}
.listProduct.listProduct-right, .listProduct.listProduct-full-right {
  padding-left: 50%;
}

.listProduct-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
  z-index: 2;
}

.listProduct-full {
  background-color: black;
}
.listProduct-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: black;
  opacity: 0.4;
}

.listProduct-left::after, .listProduct-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
}

.listProduct-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
.listProduct-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listProduct-left .listProduct-img img {
  -o-object-position: top right;
     object-position: top right;
}
.listProduct-right .listProduct-img img {
  -o-object-position: top left;
     object-position: top left;
}
.listProduct-full .listProduct-img img {
  -o-object-position: center center;
     object-position: center center;
}

.listProduct-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  margin-bottom: 10px;
  color: #383737;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
[class*=listProduct-full] .listProduct-title {
  color: #fff;
}

.listProduct-price {
  margin-bottom: 10px;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  color: #ff9b4a;
}
.listProduct-price span {
  display: block;
  padding-top: 3px;
  font-size: 1.4rem;
}
.listProduct-left .listProduct-price, .listProduct-full-left .listProduct-price {
  white-space: nowrap;
}
.listProduct-right .listProduct-price {
  margin-right: -10px;
}

.listProduct-reduc {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
  width: 80px;
  height: 56px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background: url(/Images/reduc-small.svg) no-repeat;
}
.listProduct-reduc > span {
  display: block;
  padding-top: 4px;
  text-align: center;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.listProduct-left .listProduct-reduc, .listProduct-full-left .listProduct-reduc {
  left: auto;
  right: 0;
}

.listProduct-btn {
  display: inline-block;
  padding: 12px 15px;
  line-height: 1;
  border-radius: 5px;
  background: #aaa;
  color: #fff;
  text-decoration: none;
}
.listProduct--univ1 .listProduct-btn {
  background: #599387;
}
.listProduct--univ2 .listProduct-btn {
  background: #eaa2a2;
}
.listProduct--univ3 .listProduct-btn {
  background: #948a88;
}
.listProduct--univ4 .listProduct-btn {
  background: #7db3b8;
}
.listProduct--univ5 .listProduct-btn {
  background: #f3da90;
}
.listProduct--univ6 .listProduct-btn {
  background: #a55632;
}
.listProduct--univ7 .listProduct-btn {
  background: #948a88;
}
/*
	EDITOR
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.editor {
  font-size: 1.6rem;
  line-height: 1.5;
}
.editor > *:first-child {
  margin-top: 0 !important;
}
.editor.intro, .editor.outro {
  font-size: 1.5rem;
  line-height: 1.45;
}
.editor p, .editor ul, .editor iframe {
  margin-bottom: 1em;
}
.editor p:last-child, .editor ul:last-child, .editor iframe:last-child {
  margin-bottom: 0;
}
.editor.intro p, .editor.intro ul, .editor.intro iframe, .editor.outro p, .editor.outro ul, .editor.outro iframe {
  margin-bottom: 0.6em;
}
.editor.intro p:last-child, .editor.intro ul:last-child, .editor.intro iframe:last-child, .editor.outro p:last-child, .editor.outro ul:last-child, .editor.outro iframe:last-child {
  margin-bottom: 0;
}
.editor table {
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #bbb !important;
  display: table;
  overflow-x: unset;
  width: 100%;
  min-width: 575px;
  font-size: 1.4rem;
}
.editor table td, .editor table th {
  border: 1px solid #bbb;
  border-width: 0 0 1px;
  padding: 4px 10px !important;
  word-wrap: break-word;
}
.editor table tr:first-child td {
  padding: 5px 10px !important;
  font-weight: 700 !important;
  font-size: 1.5rem;
  background: #f2f2f2 !important;
  color: #324449;
}
.editor table tr:first-child td strong {
  font-weight: 700 !important;
}
.editor table tr:nth-child(n+2) td {
  background: white !important;
}
.editor table td {
  white-space: normal;
}
.editor .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}
.editor .table-responsive:last-child {
  margin-bottom: 0;
}
.editor > figure {
  margin: 1.5em -30px;
}
.editor > figure img {
  display: block;
}
.editor img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.editor img:not([src$=".svg"]) {
  height: auto !important;
}
.editor a:not(.btn) {
  font-weight: 700;
  text-decoration: underline;
  color: #75c5d7;
}
.editor a:not(.btn):hover, .editor a:not(.btn):focus {
  text-decoration: none;
}
.editor ul:not(.fintecture-steps) {
  padding-left: 30px;
}
.editor ul:not(.fintecture-steps) li {
  position: relative;
}
.editor ul:not(.fintecture-steps) li:before {
  content: "-";
  display: inline-block;
  width: 12px;
  margin-left: -12px;
}
.editor ul:not(.fintecture-steps) li + li {
  margin-top: 0.5em;
}
.editor ul.list-nostyle {
  padding-left: 0;
}
.editor ul.list-nostyle li::before {
  content: none;
}
.editor ul.list-bullets {
  padding-left: 15px;
}
.editor ul.list-bullets li {
  position: relative;
  padding-left: 16px;
}
.editor ul.list-bullets li + li {
  margin-top: 3px;
}
.editor ul.list-bullets li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 10px;
  margin: 0;
  background: url(/Images/arrow-li.svg) no-repeat 0 0;
}
.editor .btn:hover {
  text-decoration: none;
}
.editor strong {
  font-weight: 700;
}
.editor h2 {
  font-size: 2.4rem;
  font-size: clamp(2rem, calc(1.8545rem + 0.4545vw), 2.4rem);
  margin: 1.2em 0 0.6em;
  font-weight: 700;
  line-height: 1.4;
}
.editor.intro h2, .editor.outro h2 {
  margin: 0.6em 0 0.3em;
  color: #75c5d7;
}
.editor h3 {
  margin: 1.2em 0 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #75c5d7;
  line-height: 1.3;
}
.editor.intro h3, .editor.outro h3 {
  margin: 0.6em 0 0.3em;
}
.editor h4 {
  margin: 0.8em 0 0.4em;
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  line-height: 1.4;
}
.editor.intro h4, .editor.outro h4 {
  margin: 0.6em 0 0.3em;
}
.editor .important {
  color: #75c5d7;
  font-weight: bold;
}
.editor address {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #75c5d7;
}
.editor address:last-child {
  margin-bottom: 0;
}
.editor blockquote {
  margin: 0 0 20px;
  padding-left: 30px;
  border-left: 3px solid #eee;
  font-style: italic;
  font-size: 90%;
  color: #7D7D7D;
}
.editor .nota-bene {
  font-size: 1.4rem;
  font-style: italic;
}
.editor .notice {
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 5px;
  background: rgba(159, 208, 102, 0.2);
  color: #9fd066;
}
.editor .info {
  margin: 30px 0;
  padding: 30px;
  background: #effbfd;
  border-radius: 5px;
}
.editor .info a {
  word-break: break-all;
}
.editor .info:last-child {
  margin-bottom: 0;
}
.editor .focus {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background: #f2f5f8;
  border-radius: 5px;
}
.editor .focus address {
  margin-bottom: 0;
  padding-left: 0;
  border: 0;
  font-style: normal;
}
.editor .focus .btn-plain {
  background: #75c5d7;
}
.editor .focus:last-child {
  margin-bottom: 0;
}
.editor .focus--withpicto {
  width: calc(100% - 45px);
  margin-left: 45px;
  padding-left: 45px;
}
.editor .focus--withpicto::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -45px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: white;
  border: 3px solid #75c5d7;
}
.editor .focus--callus::before {
  background: white url(Images/picto-experts.svg) no-repeat center;
  background-size: 40px 32px;
}
.editor .focus--opening-hours::before {
  background: white url(Images/clock.svg) no-repeat center;
  background-size: 32px 32px;
}
.editor .focus--email::before {
  background: white url(Images/arobase.svg) no-repeat center;
  background-size: 35px 35px;
}
.editor .focus--location::before {
  background: white url(Images/mail.svg) no-repeat center;
  background-size: 36px 27px;
}
.editor .bordered {
  margin-bottom: 1em;
  padding: 20px 25px;
  border: 1px solid black;
}
.editor .emphasis {
  margin-bottom: 1em;
  font-style: italic;
}
.editor .status-info {
  position: relative;
  padding: 20px 20px 20px 60px;
  border-radius: 5px;
  background: #f2f5f8;
}
.editor .status-info::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #75c5d7 url(/Images/info.svg) no-repeat center;
}
.editor .img-shadow {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.editor .img-rib {
  display: block;
  margin: 20px auto;
  border: 2px solid black;
}
.editor .banner-facebook {
  display: block;
  max-width: 640px;
  margin: 30px auto 0;
  text-decoration: none !important;
}
.editor .banner-facebook figure {
  margin: 0;
}
.editor .banner-facebook figcaption {
  padding: 80px 20px 20px;
  font-size: 1.8rem;
  text-align: center;
  background: #9ad5e2 url(/Images/facebook-circle.svg) no-repeat center 20px;
  color: white;
}
@media (max-width: 479px) {
  .editor .banner-facebook figcaption {
    background-size: 40px 40px;
  }
}
@media (min-width: 480px) {
  .editor .banner-facebook figcaption {
    padding: 20px 90px 20px 20px;
    background-position: right 20px center;
    text-align: right;
  }
}

.section-alt {
  margin: 30px -30px;
  padding: 30px;
  background: #effbfd;
  background: #f2f5f8;
}

.row-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -15px;
}
.row-columns:first-child {
  margin-top: 0;
}
.row-columns:last-child {
  margin-bottom: 0;
}
.row-columns > * {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .row-columns > div + div {
    margin-top: 30px !important;
  }
}

.row-columns__half {
  width: 100%;
}
@media (min-width: 768px) {
  .row-columns__half {
    width: 50%;
  }
}

figure.row-columns__half {
  margin: 0;
}
@media (max-width: 767px) {
  figure.row-columns__half {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
figure.row-columns__half > img {
  display: block;
}

.row-columns__half--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-columns__third {
  width: 100%;
}
@media (min-width: 768px) {
  .row-columns__third {
    width: 33.3333333333%;
  }
}

.row-img {
  margin: 30px 0;
}
.row-img img {
  display: block;
}

.row-gallery {
  margin: 30px 0;
}
@media (max-width: 575px) {
  .row-gallery figure + figure {
    margin-top: 30px;
  }
}
@media (min-width: 576px) {
  .row-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 30px -30px;
  }
}
.row-gallery > figure, .row-gallery > a {
  margin: 0;
}
.row-gallery > figure img, .row-gallery > a img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.row-gallery > a {
  background: black;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.row-gallery > a:hover img {
  opacity: 0.8;
}

.row-map {
  margin: 0 -30px;
}
.row-map iframe {
  display: block;
}

.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.brands-list li {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 16px;
  padding-right: 5px;
  line-height: 1.2;
}
@media (min-width: 400px) and (max-width: 575px) {
  .brands-list li {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .brands-list li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .brands-list li {
    width: 25%;
  }
}
.brands-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #75c5d7;
}
.brands-list a {
  font-weight: 700;
  color: #7D7D7D;
}
.brands-list a:hover {
  color: #75c5d7;
}
@charset "UTF-8";
/*
    PRODUIT AJOUTÉ AU PANIER
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.recap__title {
  position: relative;
  margin-bottom: 20px;
  min-height: 51px;
  padding: 15px 20px 15px 55px;
  font-size: 2rem;
  line-height: 1.2;
  background: #a2d066;
  color: white;
}
@media (min-width: 480px) {
  .recap__title {
    font-size: 2.2rem;
  }
}
.recap__title strong {
  font-weight: 700;
}
.recap__title::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: white url(/Images/check.svg) no-repeat center;
  background-size: 15px 11px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.recap__alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 20px 15px 55px;
  background: #effbfd;
}
.recap__alert::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #75c5d7 url(/Images/info.svg) no-repeat center;
}

.recap__alert__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #75c5d7;
}
@media (min-width: 480px) {
  .recap__alert__title {
    font-size: 2.2rem;
  }
}
.recap__alert__title br {
  display: none;
}

.recap__alert__text {
  font-size: 1.6rem;
}
.recap__alert__text p:not(:last-child) {
  margin-bottom: 15px;
}
.recap__alert__text p:not(:first-child) {
  padding-top: 15px;
  border-top: 1px solid rgba(117, 197, 215, 0.5);
}

.recap__product {
  margin-bottom: 20px;
  padding: 20px;
  background: #f9f9f9;
}
@media (min-width: 480px) {
  .recap__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.recap__product__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: white;
  overflow: hidden;
}
.recap__product__img img {
  display: block;
  max-height: 100%;
}
.recap__product__img img[src*="placeholder_noresult.svg"] {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

@media (max-width: 479px) {
  .recap__product__details {
    padding: 20px 0 0;
    text-align: center;
  }
}
@media (min-width: 480px) {
  .recap__product__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 20px;
  }
}

.recap__product__prices {
  width: 100%;
}
@media (max-width: 479px) {
  .recap__product__prices {
    padding-top: 10px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .recap__product__prices {
    padding-left: 120px;
  }
}
@media (min-width: 576px) {
  .recap__product__prices {
    width: 170px;
    text-align: right;
  }
}

.recap__product__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
}

.recap__product__ref {
  display: block;
  margin-bottom: 5px;
  color: #6d797c;
}

.recap__product__price {
  color: #ff9b4a;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}

.recap__product__reduc {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ff9b4a;
}
.recap__product__reduc strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: black;
}

.recap__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 479px) {
  .recap__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recap__actions > * + * {
    margin-top: 20px;
  }
}
@media (min-width: 480px) {
  .recap__actions > * + * {
    margin-left: 20px;
  }
}
/*
	BLOCS SEO
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.seolinks {
  background: #f2f5f8;
}
.seolinks a {
  text-decoration: none;
}
.seolinks a:hover, .seolinks a:focus {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .seolinks {
    padding: 30px 10px;
  }
}

.seolinks__layout {
  position: relative;
  z-index: 21;
}
@media (min-width: 768px) {
  .seolinks__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.seolinks__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .seolinks__col {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .seolinks__col {
    margin-bottom: 2px;
    width: 25%;
  }
  .seolinks__col.seolinks__brands {
    width: 50%;
  }
  .seolinks__col.seolinks__brands--full {
    width: 100%;
  }
}

.seolinks__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 15px 0;
}
.seolinks__brands--full .seolinks__content {
  padding: 0;
}
@media (min-width: 768px) {
  .seolinks__brands--full .seolinks__content {
    padding-top: 30px;
  }
}

.seolinks__topsearch, .seolinks__themes {
  border-radius: 5px;
  position: relative;
  background: #9ad5e2;
}
@media (min-width: 768px) {
  .seolinks__topsearch, .seolinks__themes {
    border-radius: 0 0 5px 5px;
  }
  .seolinks__topsearch::before, .seolinks__themes::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    border-radius: 5px 5px 0 0;
    background: #9ad5e2;
  }
  .seolinks__topsearch .seolinks__content, .seolinks__themes .seolinks__content {
    padding-top: 5px;
  }
}

.seolinks__themes {
  background: #374c51;
}
.seolinks__themes::before {
  background: #374c51;
}

.seolinks__list {
  overflow: hidden;
  height: 245px;
  width: 100%;
  position: relative;
}
.seolinks__brands .seolinks__list {
  height: 230px;
}
.seolinks__brands--full .seolinks__list:has(.seolinks__contextual) {
  height: auto;
}

.seolinks__contextual {
  font-size: 1.3rem !important;
  color: #374C51;
}
.seolinks__contextual a {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #75c5d7;
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.seolinks__contextual a:hover {
  text-decoration-color: inherit;
}
.seolinks__contextual > p:not(:last-child), .seolinks__contextual > ul:not(:last-child) {
  margin-bottom: 0.8em;
}
.seolinks__contextual > ul {
  padding-left: 10px;
}
.seolinks__contextual > ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.seolinks__contextual > br:last-child {
  display: none;
}
.seolinks__brands:not(.seolinks__brands--full) .seolinks__contextual {
  width: calc(100% + 50px);
  height: 100%;
  padding-right: 50px;
  overflow: auto;
  cursor: url(/Images/cursor_scrollable.cur), default;
  cursor: url(/Images/cursor_scrollable.png) 9 0, default;
}
.seolinks__brands--full .seolinks__contextual {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .seolinks__brands--full .seolinks__contextual {
    margin-bottom: 30px;
  }
}

.seolinks__links {
  width: calc(100% + 50px);
  height: 100%;
  padding-right: 50px;
  overflow: auto;
  font-size: 1.3rem;
  line-height: 1;
  cursor: url(/Images/cursor_scrollable.cur), default;
  cursor: url(/Images/cursor_scrollable.png) 9 0, default;
}
.seolinks__links li {
  display: block;
  cursor: url(/Images/cursor_scrollable.cur), default;
  cursor: url(/Images/cursor_scrollable.png) 9 0, default;
}
@media (max-width: 991px) {
  .seolinks__links li {
    margin-bottom: 3px;
  }
}
.seolinks__links a {
  display: inline-block;
  padding: 0.3em 0;
  color: white;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.seolinks__links a:hover, .seolinks__links a:focus {
  text-decoration-color: inherit;
}
@media (max-width: 991px) {
  .seolinks__links a {
    display: block;
    padding: 0.6em 0;
  }
}
.seolinks__brands .seolinks__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 100%;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seolinks__brands .seolinks__links li {
  width: 33.3333333333%;
}
@media (max-width: 991px) {
  .seolinks__brands .seolinks__links li {
    width: 50%;
  }
}
.seolinks__brands .seolinks__links a {
  color: #374C51;
}
@media (min-width: 576px) and (max-width: 767px) {
  .seolinks__brands--full .seolinks__links li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .seolinks__brands--full .seolinks__links li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .seolinks__brands--full .seolinks__links li {
    width: 16.6666666667%;
  }
}

.seolinks__title {
  font-size: 2.8rem;
  font-size: clamp(2.2rem, calc(1.9818rem + 0.6818vw), 2.8rem);
  margin: 0 0 15px;
  line-height: 1;
  font-weight: 700;
  color: white;
}
.seolinks__brands .seolinks__title {
  color: #75c5d7;
}
@media (min-width: 768px) {
  .seolinks__brands .seolinks__title {
    text-align: center;
  }
}
.seolinks__brands--full .seolinks__title {
  margin-bottom: 25px;
}

.seolinks__more {
  padding: 10px 15px 15px;
  text-align: right;
  font-size: 1.2rem;
}
.seolinks__more a, .seolinks__more span.js_nav {
  color: white;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.seolinks__more a:hover, .seolinks__more a:focus, .seolinks__more span.js_nav:hover, .seolinks__more span.js_nav:focus {
  text-decoration-color: inherit;
}
@media (max-width: 991px) {
  .seolinks__more a, .seolinks__more span.js_nav {
    display: block;
    padding: 0.5em 0;
  }
}
.seolinks__themes .seolinks__more a, .seolinks__brands .seolinks__more span.js_nav {
  color: #5b7e86;
}
.seolinks__brands .seolinks__more a, .seolinks__brands .seolinks__more span.js_nav {
  color: #75c5d7;
}
.seolinks__brands--full .seolinks__more {
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .seolinks__brands--full .seolinks__more {
    padding: 20px 0 30px;
    font-size: 1.3rem;
    text-align: center;
  }
}
/*
	FEVAD
*/
/*
    MIXINS
*/
/* Variables de couleur */
/* Couleurs univers */
/* Breakpoints */
/* Gestion des breakpoints */
.fevad {
  position: relative;
  background: #2A363B;
  padding: 35px 0;
}

.fevad__layout {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fevad__layout > div, .fevad__layout > figure {
  width: 100%;
}
@media (min-width: 768px) {
  .fevad__layout > div, .fevad__layout > figure {
    width: 50%;
  }
}

.fevad__content {
  font-size: 1.6rem;
  color: white;
}
@media (max-width: 767px) {
  .fevad__content {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .fevad__content {
    padding-left: 65px;
  }
}
.fevad__content p:first-child {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .fevad__content p:first-child {
    text-align: center;
  }
}
.fevad__content p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.fevad__content p:last-child img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .fevad__content p:last-child {
    max-width: 400px;
    margin: 0 auto;
  }
}
.fevad__content strong {
  color: #9ad5e2;
  font-size: 1.8rem;
}

.fevad__pictos {
  margin: 0;
}
.fevad__pictos img {
  display: block;
  margin: 0 auto;
}
