@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  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;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  margin: 0 auto;
}
.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;
}

/* COLORS */
.text-white {
  color: #FFF !important;
}

.background-white {
  background-color: #FFF;
}

.text-black {
  color: #000 !important;
}

.background-black {
  background-color: #000;
}

.text-grey-border {
  color: #DDDDDD !important;
}

.background-grey-border {
  background-color: #DDDDDD;
}

.text-grey-background {
  color: #F5F5F5 !important;
}

.background-grey-background {
  background-color: #F5F5F5;
}

.text-grey-bg {
  color: #FDFCFC !important;
}

.background-grey-bg {
  background-color: #FDFCFC;
}

.text-grey {
  color: #707070 !important;
}

.background-grey {
  background-color: #707070;
}

.text-grey-border-light {
  color: #E8E8E8 !important;
}

.background-grey-border-light {
  background-color: #E8E8E8;
}

.text-grey-dark-bg {
  color: #EDEDED !important;
}

.background-grey-dark-bg {
  background-color: #EDEDED;
}

.text-green {
  color: #39AA75 !important;
}

.background-green {
  background-color: #39AA75;
}

.text-red {
  color: #E30613 !important;
}

.background-red {
  background-color: #E30613;
}

.text-blue-grey {
  color: #98B8DB !important;
}

.background-blue-grey {
  background-color: #98B8DB;
}

.text-blue-dark {
  color: #00709E !important;
}

.background-blue-dark {
  background-color: #00709E;
}

.text-blue {
  color: #3C87FF !important;
}

.background-blue {
  background-color: #3C87FF;
}

/* SPACINGS */
.mt-0 {
  margin-top: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mh-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.bpt-0:before {
  content: "";
  display: block;
  padding-top: 0%;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mh-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.bpt-5:before {
  content: "";
  display: block;
  padding-top: 5%;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mh-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.bpt-10:before {
  content: "";
  display: block;
  padding-top: 10%;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mv-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mh-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ph-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.bpt-15:before {
  content: "";
  display: block;
  padding-top: 15%;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mv-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mh-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.bpt-20:before {
  content: "";
  display: block;
  padding-top: 20%;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mh-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ph-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.bpt-25:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mv-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mh-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.bpt-30:before {
  content: "";
  display: block;
  padding-top: 30%;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mv-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mh-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ph-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.bpt-35:before {
  content: "";
  display: block;
  padding-top: 35%;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mh-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.bpt-40:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mv-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mh-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.pv-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ph-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.bpt-45:before {
  content: "";
  display: block;
  padding-top: 45%;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mv-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mh-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.bpt-50:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.mt-55 {
  margin-top: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mv-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mh-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.pv-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ph-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.bpt-55:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.mt-70 {
  margin-top: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mv-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mh-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.pv-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ph-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.bpt-70:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mh-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ph-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.bpt-80:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mv-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mh-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ph-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.bpt-100:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mt-120 {
  margin-top: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.mv-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mh-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.pv-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ph-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.bpt-120:before {
  content: "";
  display: block;
  padding-top: 120%;
}

.mt-150 {
  margin-top: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.mv-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mh-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ph-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.bpt-150:before {
  content: "";
  display: block;
  padding-top: 150%;
}

.fsz-14 {
  font-size: 14px;
}

.animation-element {
  transition: all 1s ease;
}
.animation-element.from-top:not(.in-view) {
  opacity: 0;
  transform: translateY(-200px);
}
.animation-element.from-left:not(.in-view) {
  opacity: 0;
  transform: translateX(-200px);
}
.animation-element.from-right:not(.in-view) {
  opacity: 0;
  transform: translateX(200px);
}
.animation-element.from-bottom:not(.in-view) {
  opacity: 0;
  transform: translateY(100px);
}
.animation-element.from-opacity:not(.in-view) {
  opacity: 0;
}

/*!
 * Icon Font Neorev
 * Made with love by Icons8 [ https://icons8.com/ ] using webfont [ https://github.com/itgalaxy/webfont ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "Neorev";
  src: url("../fonts/Neorev.eot");
  src: url("../fonts/Neorev.eot?#iefix") format("embedded-opentype"), url("../fonts/Neorev.woff2") format("woff2"), url("../fonts/Neorev.woff") format("woff"), url("../fonts/Neorev.ttf") format("truetype"), url("../fonts/Neorev.svg#font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Neorev";
    src: url("../fonts/Neorev.svg#Neorev") format("svg");
    font-display: swap;
  }
}
.icons8-facebook:before,
.icons8-cute-outline:before,
.icons8-phone:before,
.icons8-facebook-f:before,
.icons8-instagram:before,
.icons8-account:before,
.icons8-favorite-cart:before,
.icons8-youtube:before,
.icons8-forward:before,
.icons8-leaf:before,
.icons8-recycle:before,
.icons8-heart:before,
.icons8-france-map:before,
.icons8-zipper-slider:before,
.icons8-infinity:before,
.icons8-menu:before,
.icons8-help:before,
.icons8-important-mail:before,
.icons8-phone-2:before,
.icons8-plus:before,
.icons8-delete:before,
.icons8-back:before,
.icons8-expand-arrow:before,
.icons8-lock:before,
.icons8-circled-play:before,
.icons8-power-off-button:before,
.icons8-home:before,
.icons8-search:before,
.icons8-search-2:before,
[data-icons8]:before {
  display: inline-block;
  font-family: "Neorev";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

[data-icons8]:before {
  content: attr(data-icons8);
}

.icons8-facebook:before {
  content: "";
}

.icons8-cute-outline:before {
  content: "";
}

.icons8-phone:before {
  content: "";
}

.icons8-facebook-f:before {
  content: "";
}

.icons8-instagram:before {
  content: "";
}

.icons8-account:before {
  content: "";
}

.icons8-favorite-cart:before {
  content: "";
}

.icons8-youtube:before {
  content: "";
}

.icons8-forward:before {
  content: "";
}

.icons8-leaf:before {
  content: "";
}

.icons8-recycle:before {
  content: "";
}

.icons8-heart:before {
  content: "";
}

.icons8-france-map:before {
  content: "";
}

.icons8-zipper-slider:before {
  content: "";
}

.icons8-infinity:before {
  content: "";
}

.icons8-menu:before {
  content: "";
}

.icons8-help:before {
  content: "";
}

.icons8-important-mail:before {
  content: "";
}

.icons8-phone-2:before {
  content: "";
}

.icons8-plus:before {
  content: "";
}

.icons8-delete:before {
  content: "";
}

.icons8-back:before {
  content: "";
}

.icons8-expand-arrow:before {
  content: "";
}

.icons8-lock:before {
  content: "";
}

.icons8-circled-play:before {
  content: "";
}

.icons8-power-off-button:before {
  content: "";
}

.icons8-home:before {
  content: "";
}

.icons8-search:before {
  content: "";
}

.icons8-search-2:before {
  content: "";
}

@font-face {
  font-family: "Verveine";
  src: url("../fonts/Verveine.woff") format("woff2");
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 300;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
  min-height: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #707070;
}
a:focus {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #707070;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #707070;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #707070;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}

.title-xl {
  font-family: "Verveine";
  color: #FFF;
  font-size: 50px;
}

.title-l {
  font-size: 35px;
  font-family: "Verveine";
}
.title-l:after {
  content: url("../img/icons/vermicelle.svg");
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .title-l:after {
    display: block;
    padding-left: 0px;
  }
}
.title-l:before {
  content: url("../img/icons/vermicelle.svg");
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .title-l:before {
    display: none;
  }
}

.title-m {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 576px) {
  .title-m {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
}
.title-m:before {
  content: url("../img/icons/vermicelle.svg");
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .title-m:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .title-m:after {
    content: url("../img/icons/vermicelle.svg");
    display: block;
  }
}

.title-s {
  font-size: 35px;
}

.title-name-pack {
  font-size: 16px;
}
.title-name-pack:after {
  content: url("../img/icons/vermicelle.svg");
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .title-name-pack:after {
    display: block;
    padding-left: 0px;
  }
}
.title-name-pack:before {
  content: url("../img/icons/vermicelle.svg");
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .title-name-pack:before {
    display: none;
  }
}

.title-number {
  font-size: 50px;
  font-family: "Verveine";
  display: block;
  text-align: center;
}

.title-personne {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .title-personne {
    font-size: 16px;
  }
}
.title-personne:after {
  content: url("../img/icons/vermicelle.svg");
  display: block;
  padding-top: 10px;
}

.title-valeur {
  font-family: "Verveine";
  font-size: 30px;
  text-transform: uppercase;
}

.title-grognons {
  font-size: 22px;
}
.title-grognons span {
  font-size: 28px;
}

.title-number-round {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 30px;
  line-height: 55px;
  font-size: 40px;
}

.title-footer {
  font-weight: 700;
}
@media (max-width: 576px) {
  .title-footer {
    margin-top: 30px;
  }
}
.title-footer:after {
  content: url("../img/icons/vermicelle.svg");
  display: block;
  padding-top: 10px;
}

.title-do-you-know {
  font-size: 25px !important;
}

.title-products-view {
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

.title-pre-filtre {
  font-size: 35px;
  font-family: "Verveine";
  display: inline-block;
}

/* TYPO */
.fsz-9 {
  font-size: 9px;
}

@media (max-width: 576px) {
  .fsz-9-mobile {
    font-size: 9px !important;
  }
}

.lh-9 {
  line-height: 9px;
}

.fsz-10 {
  font-size: 10px;
}

@media (max-width: 576px) {
  .fsz-10-mobile {
    font-size: 10px !important;
  }
}

.lh-10 {
  line-height: 10px;
}

.fsz-11 {
  font-size: 11px;
}

@media (max-width: 576px) {
  .fsz-11-mobile {
    font-size: 11px !important;
  }
}

.lh-11 {
  line-height: 11px;
}

.fsz-12 {
  font-size: 12px;
}

@media (max-width: 576px) {
  .fsz-12-mobile {
    font-size: 12px !important;
  }
}

.lh-12 {
  line-height: 12px;
}

.fsz-13 {
  font-size: 13px;
}

@media (max-width: 576px) {
  .fsz-13-mobile {
    font-size: 13px !important;
  }
}

.lh-13 {
  line-height: 13px;
}

.fsz-14 {
  font-size: 14px;
}

@media (max-width: 576px) {
  .fsz-14-mobile {
    font-size: 14px !important;
  }
}

.lh-14 {
  line-height: 14px;
}

.fsz-15 {
  font-size: 15px;
}

@media (max-width: 576px) {
  .fsz-15-mobile {
    font-size: 15px !important;
  }
}

.lh-15 {
  line-height: 15px;
}

.fsz-16 {
  font-size: 16px;
}

@media (max-width: 576px) {
  .fsz-16-mobile {
    font-size: 16px !important;
  }
}

.lh-16 {
  line-height: 16px;
}

.fsz-17 {
  font-size: 17px;
}

@media (max-width: 576px) {
  .fsz-17-mobile {
    font-size: 17px !important;
  }
}

.lh-17 {
  line-height: 17px;
}

.fsz-18 {
  font-size: 18px;
}

@media (max-width: 576px) {
  .fsz-18-mobile {
    font-size: 18px !important;
  }
}

.lh-18 {
  line-height: 18px;
}

.fsz-19 {
  font-size: 19px;
}

@media (max-width: 576px) {
  .fsz-19-mobile {
    font-size: 19px !important;
  }
}

.lh-19 {
  line-height: 19px;
}

.fsz-20 {
  font-size: 20px;
}

@media (max-width: 576px) {
  .fsz-20-mobile {
    font-size: 20px !important;
  }
}

.lh-20 {
  line-height: 20px;
}

.fsz-21 {
  font-size: 21px;
}

@media (max-width: 576px) {
  .fsz-21-mobile {
    font-size: 21px !important;
  }
}

.lh-21 {
  line-height: 21px;
}

.fsz-22 {
  font-size: 22px;
}

@media (max-width: 576px) {
  .fsz-22-mobile {
    font-size: 22px !important;
  }
}

.lh-22 {
  line-height: 22px;
}

.fsz-24 {
  font-size: 24px;
}

@media (max-width: 576px) {
  .fsz-24-mobile {
    font-size: 24px !important;
  }
}

.lh-24 {
  line-height: 24px;
}

.fsz-25 {
  font-size: 25px;
}

@media (max-width: 576px) {
  .fsz-25-mobile {
    font-size: 25px !important;
  }
}

.lh-25 {
  line-height: 25px;
}

.fsz-30 {
  font-size: 30px;
}

@media (max-width: 576px) {
  .fsz-30-mobile {
    font-size: 30px !important;
  }
}

.lh-30 {
  line-height: 30px;
}

.fsz-35 {
  font-size: 35px;
}

@media (max-width: 576px) {
  .fsz-35-mobile {
    font-size: 35px !important;
  }
}

.lh-35 {
  line-height: 35px;
}

.fsz-40 {
  font-size: 40px;
}

@media (max-width: 576px) {
  .fsz-40-mobile {
    font-size: 40px !important;
  }
}

.lh-40 {
  line-height: 40px;
}

.fsz-45 {
  font-size: 45px;
}

@media (max-width: 576px) {
  .fsz-45-mobile {
    font-size: 45px !important;
  }
}

.lh-45 {
  line-height: 45px;
}

.fsz-50 {
  font-size: 50px;
}

@media (max-width: 576px) {
  .fsz-50-mobile {
    font-size: 50px !important;
  }
}

.lh-50 {
  line-height: 50px;
}

.fsz-70 {
  font-size: 70px;
}

@media (max-width: 576px) {
  .fsz-70-mobile {
    font-size: 70px !important;
  }
}

.lh-70 {
  line-height: 70px;
}

.fsz-80 {
  font-size: 80px;
}

@media (max-width: 576px) {
  .fsz-80-mobile {
    font-size: 80px !important;
  }
}

.lh-80 {
  line-height: 80px;
}

.fsz-90 {
  font-size: 90px;
}

@media (max-width: 576px) {
  .fsz-90-mobile {
    font-size: 90px !important;
  }
}

.lh-90 {
  line-height: 90px;
}

.text-no-justify {
  text-align: inherit !important;
}

.text-no-justify {
  text-align: inherit !important;
}

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

.slick-arrow {
  color: #E30613;
  font-size: 50px;
  cursor: pointer;
  z-index: 99;
}
.slick-arrow.next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
}
.slick-arrow.prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
.slick-arrow.prev::before {
  transform: rotate(-180deg);
}

.slick-slide {
  cursor: pointer;
  height: auto;
}
.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin: 30px 0;
  text-align: center;
}
.slick-dots > li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots > li > button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots > li > button:before {
  font-family: "slick";
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #98B8DB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots > li.slick-active button:before {
  opacity: 0.75;
  color: #00709E;
}

.team-slider .slick-list, .usine-slider .slick-list {
  overflow: initial;
}
.team-slider .slick-current + .slick-slide ~ .slick-slide, .usine-slider .slick-current + .slick-slide ~ .slick-slide {
  opacity: 0.5;
}
.team-slider .slick-slide, .usine-slider .slick-slide {
  padding: 0 15px;
}
.team-slider .slick-slide .item-polaroide, .usine-slider .slick-slide .item-polaroide {
  background-color: #FDFCFC;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
}
@media (max-width: 768px) {
  .team-slider .slick-slide .item-polaroide, .usine-slider .slick-slide .item-polaroide {
    height: 257px;
  }
}
@media (max-width: 576px) {
  .team-slider .slick-slide .item-polaroide, .usine-slider .slick-slide .item-polaroide {
    height: 315px;
  }
}
.team-slider .slick-slide .item-polaroide .title-polaroide, .usine-slider .slick-slide .item-polaroide .title-polaroide {
  font-family: "Verveine";
  color: #00709E;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.team-slider .slick-slide .description-single-team, .usine-slider .slick-slide .description-single-team {
  opacity: 0;
  position: absolute;
  height: 100%;
  transition: 0.2s ease;
}

.box-single-team {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.box-single-team:hover .description-single-team {
  cursor: pointer;
  opacity: 1;
  transition: 0.4 ease;
  background-color: #98B8DB;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.usine-slider .item-polaroide {
  min-height: 405px;
}
@media (max-width: 768px) {
  .usine-slider .item-polaroide {
    height: 340px;
  }
}
@media (max-width: 576px) {
  .usine-slider .item-polaroide {
    min-height: 360px;
  }
}
.usine-slider .item-polaroide img {
  padding: 0px 5px;
}
.usine-slider .item-polaroide .title-polaroide {
  font-size: 25px !important;
}
@media (max-width: 576px) {
  .usine-slider .item-polaroide .title-polaroide .emoji-poste {
    display: block;
  }
  .usine-slider .item-polaroide .title-polaroide .emoji-poste:last-child {
    display: none;
  }
}

.slider-team {
  position: relative;
}
.slider-team::before {
  content: url("../img/icons/deco-arrow.svg");
  display: inline-block;
  position: absolute;
  left: -160px;
  top: 60px;
}

.single-reassurance {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  margin: 5px 20px;
  min-height: 200px;
}
@media (max-width: 576px) {
  .single-reassurance {
    flex-direction: column;
    text-align: center;
    min-height: 280px;
  }
}
.single-reassurance .picto-reassurance {
  padding-right: 20px;
}
@media (max-width: 576px) {
  .single-reassurance .picto-reassurance {
    padding-bottom: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 576px) {
  .single-reassurance .text-left {
    text-align: center !important;
  }
}

.avantages-cocon .slick-list {
  overflow: inherit;
}

#thumbnails-slider {
  margin: 20px 0;
}
#thumbnails-slider .slick-track img {
  width: 85px !important;
  border-radius: 5px !important;
  margin: 0 10px;
}

#product .slider-reassurance {
  padding-bottom: 50px;
}
#product .slider-reassurance .slick-dots > li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#product .slider-reassurance .slick-dots > li > button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#product .slider-reassurance .slick-dots > li > button:before {
  font-family: "slick";
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #98B8DB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#product .slider-reassurance .slick-dots > li.slick-active button:before {
  opacity: 0.75;
  color: #00709E;
}

#products-viewed-slider .product-container .product_img_link .img-responsive {
  width: 100%;
}

.product-container-box-slider {
  width: 70%;
  margin: 30px auto;
}

.single-category {
  width: 403px;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.single-category .cta-category {
  position: absolute;
}

.single-filtre-category {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.single-filtre-category .title-single-category {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.single-filtre-category.active, .single-filtre-category:hover {
  border: 4px solid #E30613;
}
.single-filtre-category.active > img, .single-filtre-category:hover > img {
  opacity: 0.5;
}
.single-filtre-category.active .title-single-category, .single-filtre-category:hover .title-single-category {
  opacity: 1;
}

.single-category .imgLiquid {
  margin: 0 10px;
}

.single-reassurance .picto-reassurance {
  width: 230px;
}

#crossselling-slider .product-container .product_img_link .img-responsive {
  width: 100%;
}

@media (max-width: 576px) {
  .picto-reassurance img {
    margin: auto;
    width: 100px;
    margin-bottom: 10px;
  }
}

.block-slider-footer h2 {
  position: absolute;
  top: -6px;
  left: 5px;
}

#main-slider .slick-dots > li > button:before {
  font-size: 18px;
}
@media (max-width: 576px) {
  #main-slider .slick-dots > li > button:before {
    font-size: 14px;
  }
}

.btn {
  border: none;
  border-radius: inherit;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: ease 0.4s;
  white-space: inherit;
  cursor: pointer;
}

.btn-primary {
  background-color: #3C87FF;
  border: 1px solid #3C87FF;
}
.btn-primary:hover {
  background-color: #FFF;
  border: 1px solid #3C87FF;
  color: #3C87FF;
}
.btn-primary:hover .icon-social {
  color: #3C87FF !important;
}
.btn-primary.green {
  background: #39AA75;
  border: #39AA75;
}
.btn-primary.green:hover, .btn-primary.green:focus {
  color: #FFF;
}

.btn-secondary {
  background-color: #FFF;
  border: 1px solid #3C87FF;
  color: #3C87FF;
}
.btn-secondary:hover {
  background-color: #3C87FF;
  border: 1px solid #3C87FF;
  color: #FFF;
}
.btn-secondary:hover .icon-social {
  color: #FFF !important;
}

.btn-contact {
  background-color: #98B8DB;
  border: 1px solid #98B8DB;
  color: #FFF;
}
.btn-contact:hover {
  background-color: #FFF;
  border: 1px solid #98B8DB;
  color: #98B8DB;
}
.btn-contact:hover .icon-social {
  color: #98B8DB !important;
}

.submit-config input {
  border-radius: 50px;
  height: 40px;
  width: 40px;
  color: white;
  border: none;
  position: absolute;
  bottom: -20px;
}
@media (max-width: 1200px) {
  .submit-config input {
    bottom: -20px;
    position: absolute;
  }
}
@media (max-width: 992px) {
  .submit-config input {
    bottom: 0px;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .submit-config input {
    bottom: -20px;
  }
}

.btn-light {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 14px;
}
.btn-light:hover {
  background-color: #3C87FF;
  border: 1px solid #3C87FF;
  color: #FFF;
}

.button-more-service {
  border: none;
  font-size: 26px;
  background-color: #FFF;
}

#goToTop {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  border: 1px solid #3C87FF;
  display: none;
  text-align: center;
  z-index: 100;
}
@media (max-width: 576px) {
  #goToTop {
    left: 10px;
    bottom: 13px;
    width: 40px;
    height: 40px;
  }
}
#goToTop.show {
  display: block;
}
#goToTop > .icons8-expand-arrow::before {
  transform: rotate(180deg);
  font-size: 25px;
}

.btn-product-video {
  background-color: #98B8DB;
  color: #FFF;
  text-transform: initial;
  font-size: 12px;
  border: 1px solid #98B8DB;
  line-height: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .btn-product-video {
    margin-top: 20px;
  }
}
.btn-product-video::before {
  content: url(../img/icons/arrow-btn-video.svg);
  display: inline-block;
  position: absolute;
  left: -50px;
}
@media (max-width: 768px) {
  .btn-product-video::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .btn-product-video::before {
    display: block;
    transform: rotate(45deg);
    top: -10px;
  }
}
.btn-product-video:hover {
  background-color: #3C87FF;
  border: 1px solid #3C87FF;
  cursor: pointer;
  color: #FFF;
}

.btn.disabled {
  background-color: #E30613;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-family: inherit !important;
  font-size: 16px !important;
  border: 1px solid #E30613 !important;
}

@media (max-width: 576px) {
  .w-100-mobile {
    width: 100%;
  }
}

.modal-guide .modal-dialog, .modal-prix .modal-dialog {
  width: 100%;
  max-width: 400px;
  position: fixed;
  right: 0;
  height: 100vh;
  top: 0;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  left: auto !important;
  transform: translate3d(0%, 0, 0);
}
.modal-guide .modal-dialog .modal-content, .modal-prix .modal-dialog .modal-content {
  position: relative;
  background-color: #FFF;
  color: #FFF;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  height: 100vh;
}
.modal-guide .modal-dialog .modal-content .modal-body, .modal-prix .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.modal-guide .modal-dialog .modal-content .modal-body .delete-modal, .modal-prix .modal-dialog .modal-content .modal-body .delete-modal {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-guide-single-taille {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.modal-prix-juste .modal-dialog {
  right: inherit;
  left: inherit;
  width: 1000px;
  padding-top: inherit;
  padding-bottom: inherit;
}
@media (max-width: 768px) {
  .modal-prix-juste .modal-dialog {
    width: inherit !important;
  }
}
.modal-prix-juste .modal-header {
  border-bottom: 0px;
}
.modal-prix-juste .modal-header .close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #00709E;
  color: #FFF;
  opacity: inherit;
  width: 34Px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  font-size: 25px;
}
.modal-prix-juste .modal-body {
  padding: 0 25px;
}
.modal-prix-juste .schema-type {
  border-top: 1px solid #00709E;
  border-bottom: 1px solid #00709E;
  padding: 30px 0px;
  margin: 30px 0;
}
@media (max-width: 576px) {
  .modal-prix-juste .schema-type {
    display: flex;
    justify-content: center;
  }
}
.modal-prix-juste .footer-msg {
  margin-bottom: 40px;
}
.modal-prix-juste .footer-msg p {
  font-size: 12px;
  color: #00709E;
  line-height: 20px;
  text-align: center;
  font-style: italic;
}
.modal-prix-juste .line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .modal-prix-juste .line {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .modal-prix-juste .line.traditional-shop {
    margin-right: 10px;
  }
}
.modal-prix-juste .line.traditional-shop .block-shop {
  width: 160px;
  display: inline-block;
}
.modal-prix-juste .line.traditional-shop .block-shop .label-shop {
  font-size: 14px;
  color: #00709E;
  border: 2px dotted #00709E;
  text-align: center;
  line-height: 18px;
  padding: 10px;
}
.modal-prix-juste .circuitcourt-shop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .modal-prix-juste .circuitcourt-shop {
    flex-direction: column;
  }
}
.modal-prix-juste .circuitcourt-shop .block-shop {
  width: 160px;
  display: inline-block;
}
.modal-prix-juste .circuitcourt-shop .block-shop .label-shop {
  font-size: 14px;
  color: #FFF;
  border: 2px dotted #00709E;
  text-align: center;
  line-height: 18px;
  padding: 10px;
  background: #00709E;
}
.modal-prix-juste .step-box {
  text-align: center;
  display: inline-block;
  line-height: 18px;
  margin: 0 13px;
  position: relative;
}
@media (max-width: 1200px) {
  .modal-prix-juste .step-box {
    margin: 0 14px;
  }
}
@media (max-width: 992px) {
  .modal-prix-juste .step-box {
    margin: 0 13px;
  }
  .modal-prix-juste .step-box p {
    text-align: center;
    line-height: 16px;
  }
}
.modal-prix-juste .step-box::after {
  content: "";
  background: url("/themes/neorev/img/emojis/arrow.svg") no-repeat center;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .modal-prix-juste .step-box::after {
    position: inherit;
    right: inherit;
    top: inherit;
    transform: rotate(90deg);
    margin: 7px 0;
  }
}
.modal-prix-juste .step-box:last-child::after {
  display: none;
}

.form-group > label {
  margin: 15px 0 20px 0;
}

.panel-group .panel {
  margin: 15px 0;
}
.panel-group .panel .panel-heading {
  background-color: #98B8DB;
  border-color: #98B8DB;
  padding: 20px;
}
.panel-group .panel .panel-heading .panel-title {
  color: #FFF;
}
.panel-group .panel .panel-heading .panel-title > a:hover {
  color: #FFF !important;
}

.checkbox_box {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.checkbox_box .checkbox_item_wp {
  margin-right: 10px;
}

div.selector > span {
  display: none;
}

#pagination_bottom {
  display: block;
  text-align: center;
}
#pagination_bottom .pagination > li > a, #pagination_bottom .pagination > li > span {
  border-radius: 0;
}

#layer_cart {
  background-color: #fff;
  position: fixed;
  display: none;
  z-index: 1050;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#layer_cart .layer_cart_img {
  margin: auto;
}
#layer_cart .block-infos {
  text-align: left;
}
#layer_cart .line-product-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
#layer_cart .layer_cart_product {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  #layer_cart {
    width: 90%;
  }
  #layer_cart .mb10-mobile {
    margin-bottom: 10px;
  }
  #layer_cart .layer_cart_product_info {
    font-size: 12px;
  }
  #layer_cart .title-l {
    font-size: 25px;
  }
  #layer_cart .title-l::after {
    display: none;
  }
  #layer_cart .block-cta .btn {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  #layer_cart .block-cta .btn-primary {
    margin-top: 10px;
  }
  #layer_cart .block-infos {
    text-align: left;
  }
  #layer_cart .layer_cart_cart {
    text-align: center;
    margin-top: 15px;
  }
}
#layer_cart .modal-dialog {
  margin: 0;
  padding: 0;
  left: 0;
  width: auto;
}
#layer_cart .layer_cart_row {
  margin-bottom: 15px;
}
#layer_cart .modal-header {
  position: relative;
}
#layer_cart .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

#header {
  border-bottom: 1px solid #98B8DB;
}
#header.mini {
  box-shadow: 0px 3px 6px #00000029;
  border-bottom: unset;
}
@media (max-width: 576px) {
  #header {
    padding: 0px;
    position: relative;
    z-index: 10;
    border-bottom: inherit;
    box-shadow: 0px 3px 6px #00000029;
  }
}
#header .menu-principal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
@media (max-width: 576px) {
  #header .menu-principal #header_logo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
}
#header .menu-principal #header_logo .block-logo .logo {
  width: 60%;
}
@media (max-width: 576px) {
  #header .menu-principal #header_logo .block-logo .logo {
    margin: auto;
  }
}
@media (max-width: 576px) {
  #header .menu-principal .menu-items-products {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: white;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  #header .menu-principal .menu-items-products {
    overflow: inherit;
    box-shadow: 0px 3px 6px #00000029;
  }
}
#header .menu-principal .menu-items-products ul {
  padding: 0;
}
#header .menu-principal .menu-items-products > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  #header .menu-principal .menu-items-products > ul {
    flex-direction: column;
    align-items: center;
  }
}
#header .menu-principal .menu-items-products > ul li {
  position: relative;
}
#header .menu-principal .menu-items-products > ul li a {
  color: #707070;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  display: block;
}
@media (max-width: 1200px) {
  #header .menu-principal .menu-items-products > ul li a {
    padding: 0px;
  }
}
#header .menu-principal .menu-items-products > ul li a:hover {
  color: #00709E;
  cursor: pointer;
  background-color: #f5f5f5;
}
@media (max-width: 576px) {
  #header .menu-principal .menu-items-products > ul li a {
    padding: 10px 15px;
  }
  #header .menu-principal .menu-items-products > ul li a:hover {
    padding: 10px 15px;
  }
  #header .menu-principal .menu-items-products > ul li a[aria-expanded=true] {
    color: #00709E;
    background-color: #f5f5f5;
    padding: 10px 15px;
  }
}
#header .menu-principal .menu-items-products > ul li a + ul {
  display: none;
  position: absolute;
  background-color: #FFF;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 9999;
  max-height: 85vh;
  width: 250px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#header .menu-principal .menu-items-products > ul li a + ul ul {
  top: 0;
  left: 99%;
}
@media (max-width: 576px) {
  #header .menu-principal .menu-items-products > ul li a + ul {
    position: static;
    box-shadow: none;
    border: 0;
    border-left: 4px solid #f5f5f5;
  }
  #header .menu-principal .menu-items-products > ul li a + ul hr {
    border-top: solid 1px #98B8DB;
    margin: 10px 0;
  }
}
#header .menu-principal .menu-items-products > ul li:hover > ul {
  display: block;
}
#header .menu-principal #header_user {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #banner img {
  margin: 0 auto;
}

.navbar {
  margin-bottom: 0px;
  min-height: 0px;
}

.navbar-toggler {
  display: none;
  -webkit-appearance: none;
  background-color: white;
  border: none;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 576px) {
  .navbar-toggler {
    display: block;
  }
}
.navbar-toggler .icons8-menu {
  font-size: 30px;
}

#shopping_cart {
  position: relative;
}
#shopping_cart .ajax_cart_quantity {
  background-color: #E30613;
  color: white;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 13px;
}
@media (max-width: 576px) {
  #shopping_cart .ajax_cart_quantity {
    bottom: 20px;
    left: 12px;
  }
}
#shopping_cart .ajax_cart_no_product {
  display: none;
}

#cart_block #cart_block_list dd {
  margin-left: 0px;
  font-size: 12px;
}

#cart_block #cart_block_list dt {
  position: relative;
}
#cart_block #cart_block_list dt a {
  background: transparent;
  max-width: none;
}
#cart_block #cart_block_list dt a.ajax_cart_block_remove_link {
  color: #707070;
  position: absolute;
  top: 0;
  right: -5px;
}

#header #cart_block {
  width: 350px;
  padding: 20px;
  display: none;
  right: 7%;
  top: 75px;
  background-color: #ebf0fd;
}
#header #cart_block .block_content {
  padding: 8px !important;
}
#header #cart_block #cart-buttons #button_order_cart {
  float: none !important;
}
#header #cart_block #cart-buttons #button_order_cart span {
  display: none;
}
#header #cart_block #cart-prices {
  line-height: 28px;
  border-top: 1px solid #3C87FF;
}
#header #cart_block #cart-prices #cart_block_total {
  color: #3C87FF;
  font-weight: 700;
}

.d-inline-block {
  display: inline-block;
}

.logout {
  width: 30px;
  margin-left: 5px;
}

#header_user_info {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#header_user_info .account {
  margin-top: 5px;
}
#header_user_info .logout, #header_user_info .account {
  color: #00709E;
  font-size: 10px;
}

.icon {
  font-size: 30px;
}

.fixed-top {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top.mini{
  position: fixed !important;
}

@media (max-width: 576px) {
  .menu-items-products .dropdown-menu {
    position: inherit !important;
    margin-top: 15px !important;
    border: none !important;
  }
}

.mega-menu {
  display: flex;
  align-items: center;
}
.mega-menu .ets_mm_megamenu.hook-default {
  padding: 0px !important;
}
.mega-menu .ets_mm_megamenu_content {
  border-top: none !important;
  border-bottom: none !important;
  background: none !important;
}
.mega-menu .ets_mm_block_content ul li a::before {
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background: #3c86ff;
  margin-right: 9px;
  content: "";
}
.mega-menu .close_menu .pull-left, .mega-menu .close_menu .pull-right {
  font-size: 14px;
}
.mega-menu .mm_menus_ul .arrow::after {
  border-left: 1px solid #3C87FF !important;
}
.mega-menu .mm_menus_ul .arrow {
  height: 43px !important;
}
.mega-menu .mm_menus_ul .arrow::before {
  border-top: 1px solid #3C87FF !important;
}
.mega-menu .mm_menus_li {
  border: none !important;
  padding: 0 10px;
}
.mega-menu .mm_menus_li .has-sub {
  padding: 8px 0;
}
@media (max-width: 576px) {
  .mega-menu .mm_menus_li .has-sub {
    padding: 5px 0;
  }
}
.mega-menu .mm_menu_content_title {
  padding: 10px 20px 10px 0px;
  text-transform: initial;
}
@media (max-width: 576px) {
  .mega-menu {
    display: block;
    padding-right: 15px;
  }
  .mega-menu .search_query {
    width: 140px;
  }
  .mega-menu .ybc-menu-toggle {
    font-size: 0;
    padding: 0px;
  }
  .mega-menu .ybc-menu-toggle .icon-bar {
    background-color: #3C87FF;
  }
  .mega-menu .ets_mm_megamenu, .mega-menu .ets_mm_megamenu .container {
    background: none;
  }
  .mega-menu #header_logo {
    text-align: center;
    padding-left: 15px;
  }
  .mega-menu #header_logo a {
    margin: 0 auto;
    width: 35%;
    left: 25%;
    top: 10px;
  }
  .mega-menu #header_logo a img {
    margin: auto;
    width: 45%;
    padding-bottom: 10px;
  }
  .mega-menu .mega-menu .ets_mm_megamenu.hook-default, .mega-menu .mega-menu .ets_mm_megamenu_content .container {
    width: auto;
    background: none;
  }
}
.mega-menu .ets_mm_megamenu_content .container {
  width: auto;
}

.mm_tabs_li:hover .mm_tab_li_content {
  background: #eaf1fc;
}
.mm_tabs_li:hover .mm_tab_toggle_title a:hover {
  color: #3C87FF;
}
.mm_tabs_li .mm_tab_name {
  padding: 10px 0;
}
.mm_tabs_li .h4 a {
  font-weight: bold;
  color: #3C87FF !important;
}

@media (max-width: 576px) {
  .mt150-mobile {
    margin-top: 150px !important;
  }
}

@media (max-width: 576px) {
  .block-logo-header {
    position: absolute;
    left: 50px;
  }
}

@media (max-width: 576px) {
  /*.home-header {
    padding-top: 115px;
  }*/
}

@media (max-width: 576px) {
  #header_logo {
    z-index: 99;
  }
}

.border-blue {
  border-bottom: 1px solid #00709E;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#threepagecheckout {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#threepagecheckout .box-static > .container {
  padding: 10px !important;
}

.line-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 576px) {
  .line-steps {
    flex-direction: column;
  }
  .line-steps .logo {
    margin: auto;
    width: 60px;
  }
}
@media (max-width: 576px) {
  .line-steps .row.bs-wizard {
    display: flex;
    flex-direction: row;
  }
}

.bs-wizard {
  border-bottom: inherit;
}
.bs-wizard::before {
  height: 2px;
  background-color: #3C87FF;
  width: 100%;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 768px) {
  .bs-wizard::before {
    display: none;
  }
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum .bs-wizard-dot {
  color: #FFF;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum .bs-wizard-dot .step-text-2 {
  display: block;
  background-color: #FFF;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  color: #98B8DB;
  line-height: 40px;
  margin: auto;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum .bs-wizard-dot .step-text {
  color: #FFF;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 576px) {
  .bs-wizard .bs-wizard-step .bs-wizard-stepnum .bs-wizard-dot .step-text {
    font-size: 12px;
  }
}
.bs-wizard .bs-wizard-step.active .bs-wizard-stepnum .bs-wizard-dot {
  color: #FFF;
}
.bs-wizard .bs-wizard-step.active .bs-wizard-stepnum .bs-wizard-dot .step-text-2 {
  display: block;
  background-color: #3C87FF;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  color: #FFF;
  line-height: 40px;
  margin: auto;
}
.bs-wizard .bs-wizard-step.active .bs-wizard-stepnum .bs-wizard-dot .step-text {
  color: #3C87FF;
  font-weight: 700;
}

#cart_summary.table > thead > tr > th {
  background: #EDEDED !important;
  color: #707070 !important;
}
#cart_summary.table .label-success {
  background-color: transparent;
  color: #39AA75;
  font-size: 16px;
}
#cart_summary.table .label-success:before {
  content: "•";
  font-size: 28px;
  padding-right: 10px;
  vertical-align: middle;
}
#cart_summary.table .btn.button-minus, #cart_summary.table .btn.button-plus {
  background-color: transparent;
}
#cart_summary.table .btn.button-minus span, #cart_summary.table .btn.button-plus span {
  background-color: #3C87FF;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  font-size: 25px;
  line-height: 27px;
}
#cart_summary.table .btn.button-minus:hover, #cart_summary.table .btn.button-plus:hover {
  background-color: transparent;
}
#cart_summary.table .cart_quantity_input {
  border: none;
  color: #3C87FF;
  font-weight: 700;
  font-size: 16px;
}

#cart_summary tfoot tr td {
  color: #707070 !important;
}

.cart_voucher fieldset #discount_name {
  border-top: 1px solid #98B8DB;
  border-bottom: 1px solid #98B8DB;
  border-right: 0px;
  border-left: 1px solid #98B8DB;
  border-radius: inherit;
}
.cart_voucher fieldset #discount_name::placeholder {
  color: #98B8DB;
}

@media (max-width: 576px) {
  .cart_voucher #voucher {
    width: 100%;
  }
}

#cart_summary tfoot tr.cart_total_price td {
  color: #707070 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

#cart_summary.table tbody > tr:not(.customization) {
  border-top: inherit;
}

.total-price-opc {
  color: #3C87FF !important;
  font-weight: 700 !important;
}

#cart_summary tbody td .price {
  color: #00709E !important;
}

.cart_voucher fieldset .btn-next-cart {
  background-color: #98B8DB !important;
  border: 1px solid #98B8DB;
}

#cart_summary .cart_delete a.cart_quantity_delete {
  background-color: #3C87FF !important;
  font-size: 19px;
  text-align: center;
  line-height: 18px;
}

@media (max-width: 576px) {
  .box-left-opc {
    padding: 10px !important;
  }
}

#box-order-two > input {
  border-radius: 50px;
}
#box-order-two #openLoginFormBlock {
  background-color: #00709E !important;
  color: white !important;
  border: none !important;
}
#box-order-two #login_form_content .form-group > label {
  display: none;
}
#box-order-two #login_form_content .form-group > input {
  border-radius: 50px;
}

@media (max-width: 576px) {
  .form-group {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .form-group .form-control {
    max-width: 95% !important;
  }
}
.form-group input {
  border-radius: 50px;
  border: 1px solid #98B8DB;
  margin-bottom: 10px !important;
}
.form-group #id_country {
  border: 1px solid #98B8DB;
  border-radius: 50px;
}

.box-summary-right {
  background: #f6f6f6;
}
.box-summary-right .tittle-summary-right {
  background-color: transparent;
}
.box-summary-right .box-summary-product {
  border-top: inherit;
  background: #f6f6f6;
}
.box-summary-right .box-summary-product ul li {
  border-bottom: 1px solid #98B8DB !important;
}
.box-summary-right .box-summary-product ul li .box-price-product span {
  color: #00709E !important;
}
.box-summary-right .box-summary-total {
  background-color: #f6f6f6;
}
.box-summary-right .box-summary-total ul li.row-total {
  font-size: 20px;
  border-top: 1px solid #98B8DB !important;
  margin-top: 10px;
}

.invoice_address {
  color: #3C87FF;
}

.box-buttons a#summary-confirm {
  width: 100% !important;
  background-color: #3C87FF !important;
}

@media (max-width: 576px) {
  #opc_account {
    padding: 0px 20px !important;
  }
}
#opc_account #id_address_delivery {
  border: 1px solid #98B8DB !important;
}
#opc_account .addressesAreEquals label {
  color: #3C87FF;
  font-weight: 700;
}
#opc_account .box {
  line-height: 25px;
}

#carrier_area .delivery_option .table {
  color: #707070 !important;
  margin-bottom: 20px;
}

#dateofdelivery {
  display: block;
  color: #39AA75;
  margin-bottom: 15px;
}
#dateofdelivery::before {
  content: "•";
  font-size: 28px;
  padding-right: 10px;
  vertical-align: middle;
}
#dateofdelivery span {
  float: none;
  color: #39AA75;
}

.checkfancyTOS button {
  background-color: #3C87FF;
}

@media (max-width: 576px) {
  #order-detail-content #cart_summary tfoot tr {
    display: flex !important;
    flex-direction: row !important;
  }
}

.w-35 {
  width: 36%;
}
@media (max-width: 576px) {
  .w-35 {
    width: 100%;
  }
}

#order-detail-content #cart_summary td {
  padding: 10px 10px !important;
}

@media (max-width: 576px) {
  .cart_navigation {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
  }
  .cart_navigation .btn-primary {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  #cart_summary {
    display: flex;
    flex-direction: column;
  }
}

#order-detail-content #cart_summary td.cart_total {
  position: inherit !important;
}

@media (max-width: 576px) {
  .product-name {
    text-align: left;
  }
}

#cart_navigation .btn-primary {
  display: block;
  margin: 20px auto;
}

.bloc-paiement-securise {
  text-align: center;
  display: inline-block;
  width: 40%;
}
@media (max-width: 576px) {
  .bloc-paiement-securise {
    width: 100%;
  }
}

.warning_paiment {
  color: #E30613 !important;
}

.alma-button--logo {
  width: auto;
}

p.payment_module {
  padding-left: 30px;
  border: solid 1px #E8E8E8;
}
p.payment_module a {
  padding: 10px 15px;
}
p.payment_module a, p.payment_module a span {
  color: #707070;
}
p.payment_module a::after {
  top: 50% !important;
  left: -30px !important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
p.payment_module:hover {
  background-color: #E8E8E8;
}
p.payment_module img {
  width: 60px;
  margin-right: 30px;
  vertical-align: middle;
}
p.payment_module .alma-button > span {
  display: inline-block !important;
  padding: 0;
}

.delivery_option .radio {
  text-align: center;
}
.delivery_option .radio input[type=radio] {
  position: static;
  margin: 0 0 5px 0;
}
.delivery_option .delivery_option_logo img {
  width: 60px;
  max-width: none;
}

@media (max-width: 576px) {
  .colonne-steps .row.bs-wizard {
    margin-top: 20px !important;
  }
}

.cart_avail .label-warning {
  width: 100%;
  display: inline-block;
  white-space: break-spaces !important;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
}

#dpdfrance_relais_point_table tr {
  position: relative;
  margin-left: 20px;
}
#dpdfrance_relais_point_table tr:hover td {
  cursor: pointer;
  background-color: rgba(152, 184, 219, 0.5);
}
#dpdfrance_relais_point_table tr .radio {
  position: static;
}
#dpdfrance_relais_point_table tr .radio input {
  opacity: 1;
  left: 0;
  margin-left: -30px;
}

.intro-header {
  height: auto;
  background-image: url("../img/bg-philo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-header.blog {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg-biendormrire.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vh;
}
@media (max-width: 576px) {
  .intro-header {
    height: auto;
  }
}
.intro-header.villefranche,
.intro-header.showroom-vaulx{
  /*background-image: url("../img/bg-biendormrire.jpg");*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  background-image: none;
  background-color: #25413f;
  height: 20vh;
}
@media (max-width: 576px) {
  .intro-header.villefranche {
    height: 40vh;
  }
}
.intro-header.circuit-court {
  background-image: url("../img/bg-biendormrire.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vh;
}
@media (max-width: 576px) {
  .intro-header.circuit-court {
    height: 34vh;
    background-size: cover;
  }
}
.intro-header.bien-dormir {
  background-image: url("../img/bg-biendormrire.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}
@media (max-width: 768px) {
  .intro-header.bien-dormir {
    height: auto;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .intro-header.bien-dormir {
    height: 67vh;
    background-size: cover;
  }
}

.text-intro {
  color: #FFF;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

.ancre-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .ancre-items {
    width: 100%;
    margin: 0px;
    padding-bottom: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ancre-items li {
  background: #3C87FF;
  margin: 0 10px;
  transition: ease 0.4s;
}
@media (max-width: 1200px) {
  .ancre-items li {
    margin: 10px 10px;
  }
}
@media (max-width: 768px) {
  .ancre-items li {
    margin: 10px 10px;
  }
}
@media (max-width: 576px) {
  .ancre-items li {
    width: 45%;
    display: inline-block;
    margin: 5px 5px;
    min-height: 70px;
  }
}
.ancre-items li:hover {
  background-color: #FFF;
}
.ancre-items li:hover a {
  color: #3C87FF;
}
.ancre-items li a {
  margin: 15px 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  line-height: 20px;
}
@media (max-width: 576px) {
  .ancre-items li a {
    font-size: 16px;
    margin: 0px;
    line-height: 20px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.history-date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 576px) {
  .history-date {
    flex-direction: column;
  }
}
.history-date::before {
  content: "";
  display: inline-block;
  background-color: #98B8DB;
  width: 95%;
  height: 40px;
  position: absolute;
  top: -40px;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .history-date::before {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .history-date::before {
    display: none;
  }
}
.history-date .single-date {
  text-align: center;
  margin: 0 40px;
}
@media (max-width: 576px) {
  .history-date .single-date {
    margin: 10px 0;
  }
}
.history-date .single-date::before {
  content: url("../img/icons/vermicelle.svg");
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  top: -20px;
}
.history-date .single-date p {
  font-weight: 700;
  color: #98B8DB;
  line-height: 25px;
  font-size: 15px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .history-date .single-date p {
    width: 100%;
    text-align: center;
  }
}
.history-date .single-date p span {
  font-family: "Verveine";
  font-size: 30px;
  color: #00709E;
  display: block;
  margin-bottom: 10px;
}

.single-chiffre-cle {
  background-color: #FDFCFC;
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px;
  margin: 0 15px;
  min-height: 270px;
}
@media (max-width: 768px) {
  .single-chiffre-cle {
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  .single-chiffre-cle {
    margin: 15px 0;
  }
}

@media (max-width: 576px) {
  .single-magasin .infos-magasin ul li .text-courant {
    font-size: 15px;
  }
}
.single-magasin .infos-magasin .day {
  width: 100px;
  display: inline-block;
}
@media (max-width: 576px) {
  .single-magasin .infos-magasin .day {
    width: auto;
  }
}
@media (max-width: 768px) {
  .single-magasin .infos-magasin {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .single-magasin .infos-magasin {
    text-align: center;
  }
  .single-magasin .infos-magasin .btn {
    margin-bottom: 15px;
  }
}

#cms .page-cms {
  text-align: justify;
}
#cms .page-cms a {
  color: #3C87FF;
}
#cms .page-cms p {
  text-align: justify !important;
}
#cms .page-cms ol, #cms .page-cms ul {
  list-style: inherit;
  padding: inherit;
  margin-bottom: 15px;
}
#cms .page-cms ol li, #cms .page-cms ul li {
  margin-bottom: 5px;
  line-height: 20px;
}
#cms .page-cms h1 {
  color: #3C87FF;
  font-size: 40px;
  font-family: "Verveine";
  margin: 15px 0;
}
#cms .page-cms h2 {
  color: #3C87FF;
  font-size: 40px;
  font-family: "Verveine";
  margin: 35px 0px 10px 0px;
}
#cms .page-cms h2::before {
  content: url(../img/icons/vermicelle.svg);
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
#cms .page-cms h2 a {
  color: #3C87FF;
}
#cms .page-cms h3 {
  color: #3C87FF;
  font-size: 30px;
  font-family: "Verveine";
  margin: 15px 0;
}
#cms .page-cms h4 {
  color: #00709E;
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}
#cms .page-cms h5 {
  color: #00709E;
  font-style: italic;
  font-size: 16px;
}

#cms .page-cms table {
  border: 1px solid black;
}
#cms .page-cms table tr td {
  border: 1px solid black;
  padding: 5px;
}

#product_list .product-container {
  border: 1px solid #CCCCCC;
  margin: 30px 0;
}
@media (max-width: 576px) {
  #product_list .product-container .img-responsive {
    width: 100%;
  }
}
#product_list .product-container .product-wording {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 576px) {
  #product_list .product-container .product-wording {
    margin: 15px 0;
    height: 350px;
  }
}
#product_list .old-price {
  text-decoration: line-through;
}

.line-middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .line-middle {
    flex-direction: column;
  }
}

.line-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .line-bottom {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .line-bottom {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .line-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
}

.msg-delivery {
  font-size: 16px;
  /*  @include xl{
        font-size: 12px;
    }*/
}
.msg-delivery::before {
  content: "•";
  font-size: 28px;
  padding-right: 10px;
  vertical-align: middle;
}

.delivery {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .delivery {
    font-size: 12px;
  }
}

.customSelect {
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #00709E !important;
  text-align-last: left !important;
  color: #00709E !important;
  font-weight: 700 !important;
  box-shadow: initial;
  border-radius: inherit !important;
  -webkit-appearance: none;
  cursor: pointer;
  background: #FFF url(../img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: right 0.625rem center;
  margin-bottom: 0 !important;
  padding-right: 1.875rem !important;
  padding-bottom: 10px !important;
}

#layered_block_left span.layered_subtitle {
  font-size: 16px;
  font-weight: 400;
}

#layered_block_left ul li label a {
  color: #707070;
}

#layered_form > div > div {
  margin-top: 20px;
}
#layered_form > div > div ul {
  flex-direction: column;
  display: flex;
}
#layered_form > div > div ul li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 10px 0;
}
#layered_form > div > div ul li:hover {
  background-color: transparent;
}
#layered_form > div > div ul li input.checkbox {
  margin-right: 15px;
}

.layered_close .icon-close-filtre {
  color: #E30613;
  font-size: 23px;
  cursor: pointer;
}
.layered_close .icon-close-filtre:before {
  transform: rotate(-90deg);
}
.layered_close.closed .icon-close-filtre:before {
  transform: rotate(90deg);
}

.feature {
  margin-bottom: 10px;
}
.feature:nth-child(2) {
  padding: 0px;
}
@media (max-width: 1200px) {
  .feature:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.feature label {
  font-size: 14px;
}
@media (max-width: 576px) {
  .feature label {
    padding-right: 5px;
  }
}

.bloc-cta {
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .bloc-cta {
    margin-top: 20px;
  }
}

.content_price {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .content_price {
    margin-bottom: 0px;
  }
}

.addToCartFormWrapper {
  padding: 0px;
}

#ul_layered_price_0 > label {
  display: none;
}

#enabled_filters ul li {
  font-size: 16px;
}
#enabled_filters ul li > a {
  padding-right: 10px;
  color: #E30613 !important;
}

.product-wording {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .product-wording {
    margin: 15px 0;
    height: 350px;
  }
}

@media (max-width: 576px) {
  .row-page-category {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {
  .nav-products li.active a {
    border: none !important;
    background-color: #3C87FF !important;
    color: #ffffff !important;
    border-radius: 0px !important;
  }
}

@media (max-width: 576px) {
  .tab-content-pdp p {
    font-size: 13px;
  }
  .tab-content-pdp .table-data-sheet {
    font-size: 13px;
  }
}

#attributes .attribute_label {
  display: none;
}
#attributes .attribute_list .selector {
  width: 100% !important;
}
#attributes .attribute_list .form-control {
  border: none;
  border-bottom: 1px solid #00709E;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: initial;
  color: #00709E;
  font-weight: 700;
  font-size: 16px;
  -webkit-appearance: none;
  cursor: pointer;
  background: #FFF url(../img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: right 0.625rem center;
  margin-bottom: 0;
  padding-right: 1.875rem;
}

#add_to_cart .exclusive {
  width: 100%;
}

.content_prices {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .content_prices {
    text-align: center;
  }
}

#our_price_display {
  color: #3C87FF;
  font-size: 30px;
  font-weight: 700;
}

.our_price_display {
  display: inline-block;
}

#old_price {
  display: inline-block;
}

#quantity_wanted_p #quantity_wanted {
  width: 100%;
  border: 1px solid #3C87FF;
  height: 36px;
  padding-left: 20px;
  color: #3C87FF;
  font-weight: 700;
}
@media (max-width: 576px) {
  #quantity_wanted_p #quantity_wanted {
    padding-left: 10px;
  }
}

#reduction_percent {
  text-align: right;
  margin-bottom: 10px !important;
}
@media (max-width: 576px) {
  #reduction_percent {
    text-align: center;
  }
}

.tab-pane {
  border: none !important;
}

.panel-group .panel-heading {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.panel-group .panel {
  border-radius: 0px !important;
}

.nav-tabs {
  text-align: center;
}
.nav-tabs li a {
  color: #3C87FF;
  line-height: 30px;
}
.nav-tabs li a .icons8-forward::before {
  transform: rotate(90deg);
  margin-left: 10px;
}
.nav-tabs li a:hover {
  border: none;
}
.nav-tabs li a:focus {
  color: #3C87FF;
}
.nav-tabs li.active a {
  background-color: #FDFCFC;
  color: #3C87FF;
  font-weight: bold;
}
.nav-tabs li.active a .icons8-forward::before {
  transform: rotate(90deg);
  margin-left: 10px;
}
.nav-tabs li.active a:hover {
  color: #3C87FF;
  background-color: #FDFCFC;
}
.nav-tabs li.active a:focus {
  color: #3C87FF;
  background-color: #FDFCFC;
}

.tab-pane {
  padding: 20px !important;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
@media (max-width: 576px) {
  .tab-pane {
    padding: 10px !important;
  }
}

.review .netreviews_font_stars {
  margin-bottom: 15px;
  height: 35px !important;
}

.table-data-sheet {
  width: 100%;
}
.table-data-sheet tbody {
  display: flex;
  flex-direction: column;
}
.table-data-sheet tbody tr {
  border-bottom: 1px solid #3C87FF;
  padding: 10px 0;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .table-data-sheet tbody tr {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.table-data-sheet tbody tr td:first-child {
  font-weight: 700;
  width: 50%;
}
@media (max-width: 576px) {
  .table-data-sheet tbody tr td:first-child {
    margin: 15px 0;
    width: inherit;
  }
}
.table-data-sheet tbody tr td:last-child {
  width: 50%;
}
@media (max-width: 576px) {
  .table-data-sheet tbody tr td:last-child {
    line-height: 20px;
    width: inherit;
  }
}
.table-data-sheet tbody tr .icons8-help {
  color: #3C87FF;
  padding-right: 15px;
}

.box-content-price-size {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .box-content-price-size {
    flex-direction: column;
  }
}

#ap5-product-footer-pack-list {
  padding: 0px;
}
#ap5-product-footer-pack-list .single-product-pack {
  text-align: center;
}
#ap5-product-footer-pack-list .single-product-pack:first-child:after {
  content: "+";
  font-size: 30px;
  background-color: #3C87FF;
  border-radius: 20px;
  color: white;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 60px;
  line-height: 28px;
}
@media (max-width: 576px) {
  #ap5-product-footer-pack-list .single-product-pack:first-child:after {
    display: block;
    position: static;
    text-align: center;
    margin: auto;
    margin-top: 30px;
  }
}
#ap5-product-footer-pack-list .single-product-pack .img-responsive {
  margin: auto;
}
#ap5-product-footer-pack-list .single-product-pack-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ap5-pack-product .ap5-pack-product-icon-plus:before {
  color: #3C87FF !important;
  font-size: 30px;
}

.ap5-product-footer-pack-container {
  border-radius: 5px;
}

.ap5-pack-product-price-table-container {
  display: none;
}

.ap5-product-footer-pack-informations {
  display: none;
}

hr {
  border-top: 0px;
}

.page-product-box {
  position: relative;
}
.page-product-box .bandeau-title-pack {
  position: absolute;
  left: 0px;
  top: 0px;
}

.list-services-bottom .line-services-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.list-services-bottom .collapse {
  margin-bottom: 30px;
}
.list-services-bottom .collapse.in {
  margin-bottom: 30px;
}

.line-info-pack a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.first-line-product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .first-line-product {
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
  }
}
@media (max-width: 576px) {
  .first-line-product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.first-line-product .icons8-circled-play::before {
  vertical-align: middle;
}

.nav-products {
  display: flex;
}
@media (max-width: 576px) {
  .nav-products {
    flex-direction: column;
  }
}
.nav-products li {
  float: none;
  flex: auto;
}

.row-pack {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .row-pack {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #product_return table, #features table, #certifications_standards table, #shipping table, #product_return table {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #animation-container .animation {
    width: 100% !important;
  }
}

#container-fixed-add-to-cart {
  position: fixed;
  bottom: 0;
  background: white;
  text-align: center;
  padding: 15px;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box-main-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.box-thumbail-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.bloc-filtres-left {
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .bloc-filtres-left {
    margin: 20px 0;
  }
}
.bloc-filtres-left::after {
  content: url(../img/icons/arrow-config.svg);
  position: absolute;
  bottom: -60px;
  right: 0px;
}
@media (max-width: 768px) {
  .bloc-filtres-left::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .bloc-filtres-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .bloc-filtres-left {
    text-align: center;
  }
}
.bloc-filtres-left > h3 > span {
  display: block;
}

.list-filtres-size .single-filtre-size a {
  padding: 9px;
  border-radius: 50px;
  background-color: #FFF;
  border: 1px solid #00709E;
  color: #00709E;
  display: inline-block;
}
.list-filtres-size .single-filtre-size a:hover {
  background-color: #00709E;
  color: #FFF;
}
.list-filtres-size .single-filtre-size a.active {
  background-color: #00709E;
  color: #FFF;
}

.label-results-filters {
  position: absolute;
  top: 30px;
  left: 20px;
}

.filtre-box-result .product-container .background-white {
  padding-bottom: 50px;
}
.filtre-box-result .product-container .background-white .product-wording .content_price {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.filtre-box-result .product-container .background-white .product-wording .bloc-cta {
  justify-content: start;
}

.bloc-footer {
  padding: 30px 0;
}
.bloc-footer ul li {
  padding: 5px 0;
}
@media (max-width: 576px) {
  .bloc-footer .bloc-logo {
    text-align: center;
  }
}

.form-subscribe-newsletter {
  display: flex;
}
.form-subscribe-newsletter .input-newsletter {
  padding: 15px;
  width: 85%;
  border: none;
  font-size: 14px;
  color: #98B8DB;
}
.form-subscribe-newsletter .input-newsletter::placeholder {
  font-size: 14px;
  color: #98B8DB;
}
.form-subscribe-newsletter .btn-submit {
  background-color: #E30613;
  width: 15%;
  text-align: center;
}
.form-subscribe-newsletter .btn-submit button {
  background-color: transparent;
  border: none;
  line-height: 40px;
}
.form-subscribe-newsletter .btn-submit .icon-submit {
  color: #FFF;
  font-size: 30px;
}

.social-medias {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .social-medias {
    justify-content: center;
  }
}
.social-medias li {
  margin: 0 5px;
}
.social-medias li .icon-social {
  font-size: 40px;
}
@media (max-width: 576px) {
  .social-medias li .icon-social {
    font-size: 30px;
  }
}

.bloc-footer-bottom {
  padding: 20px 10px;
}

.mosaique-family .visuel-family-full {
  background-image: url("../img/mosaique-family-full.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 790px;
  background-position: center;
}
@media (max-width: 576px) {
  .mosaique-family .visuel-family-full {
    height: 300px;
  }
}
.mosaique-family .visuel-family-carre .visuel-personne {
  background-repeat: no-repeat;
  background-size: cover;
  height: 395px;
  position: relative;
  background-position: center;
  padding: 0px;
}
@media (max-width: 768px) {
  .mosaique-family .visuel-family-carre .visuel-personne {
    background-position: initial;
  }
}
@media (max-width: 576px) {
  .mosaique-family .visuel-family-carre .visuel-personne {
    background-position: center;
    height: 250px;
  }
}
.mosaique-family .visuel-family-carre .visuel-personne .see-more {
  display: inline-block;
  background-color: #3C87FF;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  color: #FFF;
  font-size: 37px;
  line-height: 35px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  transition: ease 0.4s;
}
.mosaique-family .visuel-family-carre .visuel-personne .see-more:hover {
  opacity: 0;
}
.mosaique-family .visuel-family-carre .visuel-personne .see-more:hover ~ .description-personne {
  opacity: 1;
  background-color: #98B8DB;
}
.mosaique-family .visuel-family-carre .visuel-personne .description-personne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  transition: ease 0.4s;
}
.mosaique-family .visuel-family-carre .visuel-personne .description-personne .descrp-personne {
  font-size: 20px;
  color: #FFF;
  line-height: 25px;
  width: 80%;
}
@media (max-width: 576px) {
  .mosaique-family .visuel-family-carre .visuel-personne .description-personne .descrp-personne {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    margin-top: 0px;
  }
}
.mosaique-family .visuel-family-carre .visuel-personne.gerard {
  background-image: url("../img/visuel-gerard.jpg");
}
.mosaique-family .visuel-family-carre .visuel-personne.gerard .see-more {
  right: 40px;
  bottom: 130px;
  position: absolute;
}
@media (max-width: 576px) {
  .mosaique-family .visuel-family-carre .visuel-personne.gerard .see-more {
    position: absolute;
    left: 80px;
    top: 190px;
  }
}
.mosaique-family .visuel-family-carre .visuel-personne.gerard .see-more:hover.description-personne {
  background-color: red;
  opacity: 1;
}
.mosaique-family .visuel-family-carre .visuel-personne.marine {
  background-image: url("../img/visuel-marine.jpg");
}
.mosaique-family .visuel-family-carre .visuel-personne.marine .see-more {
  position: absolute;
  left: 140px;
  top: 15px;
}
@media (max-width: 576px) {
  .mosaique-family .visuel-family-carre .visuel-personne.marine .see-more {
    position: absolute;
    left: 80px;
    top: 190px;
  }
}
.mosaique-family .visuel-family-carre .visuel-personne.fabien {
  background-image: url("../img/visuel-fabien.jpg");
}
.mosaique-family .visuel-family-carre .visuel-personne.fabien .see-more {
  position: absolute;
  left: 70px;
  top: 205px;
}
@media (max-width: 576px) {
  .mosaique-family .visuel-family-carre .visuel-personne.fabien .see-more {
    position: absolute;
    left: 80px;
    top: 190px;
  }
}
.mosaique-family .visuel-family-carre .visuel-personne.daniele {
  background-image: url("../img/visuel-daniele.jpg");
}
.mosaique-family .visuel-family-carre .visuel-personne.daniele .see-more {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
@media (max-width: 576px) {
  .mosaique-family .visuel-family-carre .visuel-personne.daniele .see-more {
    position: absolute;
    left: 80px;
    top: 190px;
  }
}

.line-valeur {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .line-valeur {
    flex-direction: column;
  }
}
.line-valeur .wording-valeur {
  text-align: left;
}
@media (max-width: 768px) {
  .line-valeur .wording-valeur {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .line-valeur .wording-valeur {
    text-align: center;
  }
}

.line-valeur:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .line-valeur:nth-child(odd) {
    flex-direction: column;
  }
}
.line-valeur:nth-child(odd) .wording-valeur {
  text-align: right;
}
@media (max-width: 576px) {
  .line-valeur:nth-child(odd) .wording-valeur {
    text-align: center;
  }
}

.emoji {
  font-size: 40px;
}

.speech-bubble {
  position: relative;
  background: #98B8DB;
  border-radius: 25em;
  padding: 15px 10px;
  text-align: center;
}
@media (max-width: 576px) {
  .speech-bubble {
    border-radius: 20px;
  }
}
.speech-bubble:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #98B8DB;
  border-left: 0;
  margin-top: -10px;
  margin-left: -10px;
}
@media (max-width: 576px) {
  .speech-bubble:before {
    top: 0px;
    left: 50%;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.speech-bubble .text-courant {
  font-size: 18px;
  color: #FFF;
}

.old-man {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .old-man {
    display: flex;
    flex-direction: column;
  }
}
.old-man .speech-bubble {
  background: #E8E8E8;
  position: relative;
}
@media (max-width: 576px) {
  .old-man .speech-bubble {
    border-radius: 20px;
  }
}
.old-man .speech-bubble:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: #E8E8E8;
  border-right: 0;
  margin-top: -10px;
  margin-right: -10px;
}
@media (max-width: 576px) {
  .old-man .speech-bubble:after {
    top: 0px;
    left: 50%;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.old-man .speech-bubble:before {
  display: none;
}
.old-man .speech-bubble .text-courant {
  font-size: 18px;
  color: #00709E;
}

.map {
  position: relative;
}
@media (max-width: 768px) {
  .map {
    display: none;
  }
}
@media (max-width: 576px) {
  .map {
    display: none;
  }
}
.map .map-img {
  width: 75%;
  margin: auto;
}
@media (max-width: 1200px) {
  .map .map-img {
    width: 95%;
  }
}
.map .dscrp {
  width: 20%;
  display: inline-block;
  position: absolute;
}
@media (max-width: 1200px) {
  .map .dscrp {
    width: 30%;
  }
}
.map .dscrp.french {
  top: 70px;
  left: 120px;
  text-align: right;
}
@media (max-width: 1200px) {
  .map .dscrp.french {
    top: 0px;
    left: 20px;
  }
}
.map .dscrp.spane {
  top: 256px;
  left: 120px;
  text-align: right;
}
@media (max-width: 1200px) {
  .map .dscrp.spane {
    top: 120px;
    left: 20px;
  }
}
.map .dscrp.belgique {
  top: 55px;
  right: 120px;
  text-align: left;
}
@media (max-width: 1200px) {
  .map .dscrp.belgique {
    top: 0px;
    right: 20px;
  }
}
.map .dscrp.italy {
  top: 247px;
  right: 120px;
  text-align: left;
}
@media (max-width: 1200px) {
  .map .dscrp.italy {
    top: 120px;
    right: 20px;
  }
}

.line-panneau {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .line-panneau {
    flex-direction: column;
  }
}
.line-panneau .visuel-panneau {
  background-image: url(../img/visuel-panneau.jpg);
  background-size: cover;
  height: 350px;
  background-position: center;
  position: relative;
}
.line-panneau .visuel-panneau .img-map-french-panneau {
  position: absolute;
  right: -40px;
  bottom: -50px;
}
@media (max-width: 768px) {
  .line-panneau .visuel-panneau .img-map-french-panneau {
    display: none;
  }
}
@media (max-width: 576px) {
  .line-panneau .visuel-panneau {
    display: none;
  }
}
.line-panneau .wording-panneau {
  padding-left: 60px;
  text-align: justify;
}
@media (max-width: 768px) {
  .line-panneau .wording-panneau {
    padding: 0px 15px;
  }
}

.schema-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  .schema-line {
    flex-direction: column;
  }
}
.schema-line:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #3C87FF;
  content: "";
  border: none;
  border-top: 4px dotted #3C87FF;
  color: #fff;
  background-color: #fff;
  height: 1px;
  top: 75px;
  z-index: -99;
}
@media (max-width: 576px) {
  .schema-line:after {
    display: none;
  }
}
.schema-line .schema-etape {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  text-align: center;
}
.schema-line .schema-etape > img {
  max-height: 140px;
}
@media (max-width: 576px) {
  .schema-line .schema-etape {
    margin: 20px 0;
  }
}
.schema-line .schema-etape .picto-round {
  background-color: #E30613;
  height: 30px;
  width: 30px;
  color: #FFF;
  display: inline-block;
  border-radius: 50px;
  font-family: "Verveine";
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0;
}
@media (max-width: 576px) {
  .schema-line .schema-etape .picto-round {
    margin: 10px 0;
  }
}

.quote-wording {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  width: 80%;
  margin: auto;
  position: relative;
}
@media (max-width: 576px) {
  .quote-wording {
    font-size: 18px;
    width: 90%;
  }
}
.quote-wording:before {
  content: "«";
  font-family: "Verveine";
  color: #3C87FF;
  font-size: 70px;
  position: absolute;
  left: -50px;
}
@media (max-width: 576px) {
  .quote-wording:before {
    font-size: 40px;
    left: -20px;
    top: -5px;
  }
}
.quote-wording:after {
  content: "»";
  font-family: "Verveine";
  color: #3C87FF;
  font-size: 70px;
  position: absolute;
  right: -50px;
}
@media (max-width: 576px) {
  .quote-wording:after {
    font-size: 40px;
    right: -20px;
    bottom: -5px;
  }
}

@media (max-width: 576px) {
  .title-engagement > h2 {
    text-align: center;
  }
}

.quote-signature {
  display: block;
  font-family: "Verveine";
  font-size: 23px;
}

.single-engagement {
  padding: 30px;
  margin: 0 20px;
  position: relative;
  height: auto;
  min-height: 340px;
}
@media (max-width: 576px) {
  .single-engagement {
    padding: 20px;
    min-height: 650px;
  }
}
@media (max-width: 576px) {
  .single-engagement > h2 {
    text-align: center;
  }
}
.single-engagement.icons8-leaf:before, .single-engagement.icons8-recycle:before {
  font-size: 190px;
  color: white;
  position: absolute;
  opacity: 0.4;
  right: 0px;
}
.single-engagement .text-courant {
  color: #FFF;
}

.section-materials #list-materials {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .section-materials #list-materials {
    text-align: center;
    display: inherit;
  }
}
.section-materials #list-materials .nav-item {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .section-materials #list-materials .nav-item {
    width: 50%;
    display: contents;
  }
}
.section-materials .visuel-material {
  height: 500px;
  background-size: cover;
  background-position: center;
}
.section-materials .visuel-material.laine {
  background-image: url("../img/visuel-laine.jpg");
}
.section-materials .visuel-material.coton {
  background-image: url("../img/visuel-coton.jpg");
}
.section-materials .visuel-material.latex {
  background-image: url("../img/visuel-latex.jpg");
}
.section-materials .visuel-material.ressorts {
  background-image: url("../img/visuel-ressorts.jpg");
}
.section-materials .visuel-material.memoire-de-forme {
  background-image: url("../img/visuel-memoire-de-forme.jpg");
}
.section-materials .visuel-material.bambou {
  background-image: url("../img/visuel-bambou.jpg");
  background-position: inherit;
}
.section-materials .visuel-material.thermoregulation {
  background-image: url("../img/visuel-thermo.jpg");
  background-position: inherit;
}
.section-materials .visuel-material.duvet {
  background-image: url("../img/visuel-duvet.jpg");
}
.section-materials .visuel-material.pes {
  background-image: url("../img/visuel-pes.jpg");
}
.section-materials .visuel-material.ouate {
  background-image: url("../img/visuel-ouate.jpg");
}
.section-materials .visuel-material.poly {
  background-image: url("../img/visuel-MOUSSE-POLYURETHANE.jpg");
}
.section-materials .visuel-material.hypersoft {
  background-image: url("../img/visuel-hypersoft.jpg");
}
@media (max-width: 768px) {
  .section-materials .visuel-material {
    display: none;
  }
}

.nav-item.active .nav-link {
  border: 2px solid red;
}

.nav-link {
  height: 70px;
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  background-size: cover;
}
.nav-link.active {
  border: 2px solid #E30613;
}

#laine-tab {
  background-image: url("../img/visuel-laine.jpg");
}

#pes-tab {
  background-image: url("../img/visuel-pes.jpg");
}

#coton-tab {
  background-image: url("../img/visuel-coton.jpg");
}

#bambou-tab {
  background-image: url("../img/visuel-bambou.jpg");
}

#duvet-tab {
  background-image: url("../img/visuel-duvet.jpg");
}

#latex-tab {
  background-image: url("../img/visuel-latex.jpg");
}

#memoireforme-tab {
  background-image: url("../img/visuel-memoire-de-forme.jpg");
}

#ressorts-tab {
  background-image: url("../img/visuel-ressorts.jpg");
}

#thermo-tab {
  background-image: url("../img/visuel-thermo.jpg");
}

#ouate-tab {
  background-image: url("../img/visuel-ouate.jpg");
}

#poly-tab {
  background-image: url("../img/visuel-MOUSSE-POLYURETHANE.jpg");
}

#hypersoft-tab {
  background-image: url("../img/visuel-hypersoft.jpg");
}

.bloc-grognons {
  position: relative;
}
@media (max-width: 576px) {
  .bloc-grognons {
    padding: 0 10px;
  }
}
.bloc-grognons .line-grognons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 3px dotted #98B8DB;
}
@media (max-width: 576px) {
  .bloc-grognons .line-grognons {
    flex-direction: column;
  }
}
.bloc-grognons .line-grognons .wording-grognons {
  padding: 15px 30px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 576px) {
  .bloc-grognons .line-grognons .wording-grognons {
    align-items: center;
    height: 415px;
  }
}
.bloc-grognons .line-grognons .wording-grognons .text-courant {
  color: #FFF;
}
.bloc-grognons .line-grognons .visuel-grognons {
  position: relative;
  padding: 25px 0;
}
@media (max-width: 576px) {
  .bloc-grognons .line-grognons .visuel-grognons {
    padding: 15px 0;
  }
}
.bloc-grognons .line-grognons .visuel-grognons .defaut {
  position: absolute;
  text-align: center;
}
@media (max-width: 768px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut img {
    width: 70%;
  }
  .bloc-grognons .line-grognons .visuel-grognons .defaut p {
    display: none;
  }
}
@media (max-width: 576px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut img {
    width: 50%;
  }
  .bloc-grognons .line-grognons .visuel-grognons .defaut p {
    display: none;
  }
}
.bloc-grognons .line-grognons .visuel-grognons .defaut.deformation {
  left: 50px;
  top: -20px;
}
@media (max-width: 768px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.deformation {
    top: 10px;
    left: 20px;
  }
}
@media (max-width: 576px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.deformation {
    top: 10px;
    left: 20px;
  }
}
.bloc-grognons .line-grognons .visuel-grognons .defaut.fils {
  bottom: 10px;
  left: 300px;
}
@media (max-width: 1200px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.fils {
    bottom: 0px;
    left: 200px;
  }
}
@media (max-width: 768px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.fils {
    bottom: 33px;
    left: 140px;
  }
}
@media (max-width: 576px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.fils {
    bottom: 33px;
    left: 140px;
  }
}
.bloc-grognons .line-grognons .visuel-grognons .defaut.accros {
  right: 60px;
  top: 0px;
}
@media (max-width: 1200px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.accros {
    right: 20px;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.accros {
    right: 0px;
    top: 30px;
  }
}
@media (max-width: 576px) {
  .bloc-grognons .line-grognons .visuel-grognons .defaut.accros {
    right: 0px;
    top: 30px;
  }
}
.bloc-grognons .macaron-promo {
  position: absolute;
  top: -20px;
  right: -30px;
  background-color: #E30613;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  transform: rotate(15deg);
}
@media (max-width: 576px) {
  .bloc-grognons .macaron-promo {
    right: 0px;
    top: -50px;
  }
}
.bloc-grognons .macaron-promo p > span {
  font-size: 30px;
}

.engagements-durables {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-reason {
  width: 260px;
  margin: auto;
  display: inline-block;
}
@media (max-width: 1200px) {
  .box-reason {
    width: 310px;
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .box-reason {
    width: 100%;
    margin: 0px;
  }
}
.box-reason .reason-buy {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 576px) {
  .box-reason .reason-buy {
    justify-content: center;
    min-height: 275px;
    padding-top: inherit;
  }
}

#matelas .title-facile {
  position: relative;
}
#matelas .title-facile::before {
  content: url(../img/icons/deco-arrow.svg);
  display: inline-block;
  position: absolute;
  left: -160px;
  top: 50px;
}

.home-header {
  position: relative;
}
.home-header .title-xl {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px #3c87ffab;
}
@media (max-width: 576px) {
  .home-header .title-xl {
    position: inherit;
    color: #00709E;
    top: 0;
    left: 0px;
    transform: inherit;
    font-size: 30px;
    width: 90%;
    margin: 20px auto;
  }
}

.configurateur-matelas {
  position: relative;
  margin-top: 30px;
}
.configurateur-matelas #home-configurator {
  counter-reset: css-counter 0;
}
.configurateur-matelas #home-configurator .champs-select {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #3C87FF;
  font-family: "Verveine";
  font-size: 20px;
  counter-increment: css-counter 1;
}
.configurateur-matelas #home-configurator .champs-select::after {
  position: absolute;
  color: #3C87FF;
  opacity: 0.1;
  font-size: 190px;
  font-weight: 700;
  display: flex;
  font-family: "Ubuntu";
  content: counter(css-counter);
}
@media (max-width: 768px) {
  .configurateur-matelas #home-configurator .champs-select {
    margin: 30px 0;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .configurateur-matelas #home-configurator .champs-select {
    margin: 40px 0;
    width: 100%;
  }
}
.configurateur-matelas #home-configurator .champs-select > h2 {
  font-family: "Ubuntu";
  font-size: 16px;
}
@media (max-width: 768px) {
  .configurateur-matelas #home-configurator .champs-select > h2 {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .configurateur-matelas #home-configurator .champs-select > h2 {
    font-size: 12px;
  }
}
.configurateur-matelas #home-configurator .champs-select .type-of-choices {
  z-index: 9;
  border: 2px dotted #3C87FF;
  height: 40px;
  width: 210px;
  background-color: transparent;
  text-align-last: left;
  font-weight: 700;
  box-shadow: initial;
  border-radius: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent url(../img/bg-expand-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 0.625rem center;
  margin-bottom: 0;
  padding-left: 13px;
  /*@include md {
      max-width: 140px;
  }*/
}
.configurateur-matelas .submit {
  position: absolute;
  bottom: 0px;
}
.configurateur-matelas .message-configurateur {
  width: 9%;
  display: inline-block;
  text-align: center;
  position: absolute;
  transform: rotate(-9deg);
  top: 121px;
  left: 50px;
}
.configurateur-matelas .message-configurateur p {
  text-align: center;
}
.configurateur-matelas .message-configurateur p:after {
  content: url(../img/icons/arrow-config.svg);
  display: inline-block;
  position: absolute;
  left: 80px;
}
@media (max-width: 576px) {
  .configurateur-matelas .message-configurateur {
    position: absolute;
    top: -35px;
    width: 100%;
    display: block !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .configurateur-matelas .message-configurateur p {
    font-size: 17px;
  }
  .configurateur-matelas .message-configurateur p:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .configurateur-matelas .message-configurateur {
    display: none;
  }
}
@media (max-width: 992px) {
  .configurateur-matelas .message-configurateur {
    display: none;
  }
}

.section-cocon .bg-mon-cocon {
  background-image: url("../img/bg-mon-cocon.jpg");
  height: 500px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-cocon .icons {
  font-size: 45px;
  border: 2px solid #3C87FF;
  padding: 20px 22px;
  border-radius: 50%;
  background-color: #FFF;
}

.avantages-cocon {
  z-index: 99;
}
.avantages-cocon .text-courant {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .avantages-cocon .text-courant {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .expertise-regionale {
    text-align: center;
  }
}
.expertise-regionale::after {
  content: url(../img/icons/arrow-config.svg);
  display: inline-block;
  position: absolute;
  bottom: -80px;
}
@media (max-width: 1200px) {
  .expertise-regionale::after {
    right: 80px;
  }
}
@media (max-width: 768px) {
  .expertise-regionale::after {
    display: none;
  }
}
.expertise-regionale .img-map-french {
  position: absolute;
  right: -80px;
  z-index: 99;
}
@media (max-width: 768px) {
  .expertise-regionale .img-map-french {
    display: none;
  }
}

.bloc-video {
  position: relative;
}
@media (max-width: 576px) {
  .bloc-video iframe {
    margin-top: 30px;
    display: inline-block;
  }
}

.bloc-contact-right {
  position: fixed;
  right: 0px;
  top: 200px;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  .bloc-contact-right {
    display: none;
  }
}
.bloc-contact-right li {
  margin: 10px 0;
}
.bloc-contact-right li .icon-social {
  font-size: 25px;
}

.bloc-mpt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .bloc-mpt {
    flex-direction: column;
  }
}
.bloc-mpt .block-visuel img {
  display: block;
}
.bloc-mpt .block-wdg {
  align-self: stretch;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 30px;
}
@media (max-width: 576px) {
  .bloc-mpt .block-wdg__content {
    text-align: center;
  }
}

@media (max-width: 576px) {
  /*.home-header {
    padding-top: 115px;
  }*/
}

@media (max-width: 576px) {
  #header {
    z-index: 50 !important;
  }
}

.addresses-lists {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.addresses-lists .myaccount-link-list {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.addresses-lists .myaccount-link-list > li > a {
  color: white;
  background-color: #98B8DB;
  padding: 15px 30px;
  border-radius: 50px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  border: 1px solid #98B8DB;
  transition: 0.2s ease;
}
.addresses-lists .myaccount-link-list > li > a:hover {
  background: #FFF;
  border: 1px solid #98B8DB;
  color: #98B8DB;
}

.address {
  padding: 10px 15px;
  border: 2px dotted #98B8DB;
}
.address .box > li {
  margin: 10px 0;
}
.address .box .address_update {
  margin-top: 20px;
}

.img-cocon {
  width: 80%;
}

.circle-popover {
  border-radius: 50px;
  color: #FFF;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid #3C87FF;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
}
.circle-popover.first-info {
  right: 330px;
  top: 100px;
}
@media (max-width: 768px) {
  .circle-popover.first-info {
    right: 330px;
    top: 50px;
  }
}
@media (max-width: 576px) {
  .circle-popover.first-info {
    left: 50px;
    top: 20px;
  }
}
.circle-popover.second-info {
  left: 300px;
  bottom: 297px;
}
@media (max-width: 768px) {
  .circle-popover.second-info {
    left: 140px;
    bottom: 200px;
  }
}
@media (max-width: 576px) {
  .circle-popover.second-info {
    left: 50px;
    top: 73px;
  }
}
.circle-popover.three-info {
  left: 530px;
  bottom: 262px;
}
@media (max-width: 768px) {
  .circle-popover.three-info {
    bottom: 170px;
  }
}
@media (max-width: 576px) {
  .circle-popover.three-info {
    left: 50px;
    bottom: 50px;
  }
}

.popover {
  background-color: #FFF;
  color: #3C87FF;
  border: 1px solid #3C87FF;
  max-width: 296px !important;
}
.popover .popover-content {
  font-weight: bold;
}

.infos-matelas {
  position: relative;
}

.rte .container h1, .rte .container h2, .rte .container h3, .rte .container h4 {
  font-family: "Verveine";
  font-size: 25px;
  color: #00709E;
  margin-top: 20px;
}
.rte .container p {
  margin: 20px 0;
}

.cms-les-conseils .block-cms, .cms-les-conseils-pour-bien-dormir .block-cms {
  margin-top: 150px;
}
@media (max-width: 576px) {
  .cms-les-conseils .block-cms, .cms-les-conseils-pour-bien-dormir .block-cms {
    margin-top: 30px;
  }
}
.cms-les-conseils .title_block, .cms-les-conseils-pour-bien-dormir .title_block {
  text-align: center;
}
.cms-les-conseils .list-group, .cms-les-conseils-pour-bien-dormir .list-group {
  text-align: center;
}
.cms-les-conseils .list-group > li, .cms-les-conseils-pour-bien-dormir .list-group > li {
  width: 405px;
  display: inline-block;
  margin: auto;
  text-align: center;
  margin: 10px;
}
@media (max-width: 576px) {
  .cms-les-conseils .list-group > li, .cms-les-conseils-pour-bien-dormir .list-group > li {
    width: 100%;
  }
}
.cms-les-conseils .list-group > li .list-group-item, .cms-les-conseils-pour-bien-dormir .list-group > li .list-group-item {
  color: #00709E;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cms-les-conseils-pour-bien-dormir .title_block {
  display: none;
}

[id^=module-hiblog] .blog-post-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
[id^=module-hiblog] .blog-post-item::after {
  content: "";
  background: #a2c4ff;
  background: linear-gradient(0deg, #a2c4ff 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  top: 0px;
}
[id^=module-hiblog] .post-image-block img {
  width: 100%;
}
[id^=module-hiblog] .post-info-block h2 a {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
[id^=module-hiblog] .post-info-block .post-read-more-button:hover {
  color: #3C87FF;
}
[id^=module-hiblog] .post-info-block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 20px;
  z-index: 2;
}
@media (max-width: 576px) {
  [id^=module-hiblog] .post-info-block {
    height: 100%;
  }
}
[id^=module-hiblog] .post-info-block .post-published {
  color: white;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 576px) {
  [id^=module-hiblog] .post-info-block .post-published {
    position: absolute;
    bottom: 0;
    right: 5px;
  }
}
[id^=module-hiblog] .post-info-block .hi-blog-post-like {
  display: none;
}
[id^=module-hiblog] .post-info-block .post-desc {
  display: none;
}
[id^=module-hiblog] #blog_post_container .post-info-block .post-read-more-button, [id^=module-hiblog] #blog_desc_container .post-info-block .post-read-more-button {
  color: white;
}
@media (max-width: 576px) {
  [id^=module-hiblog] #blog_post_container .post-title h2, [id^=module-hiblog] #blog_desc_container .post-title h2 {
    width: 100%;
  }
  [id^=module-hiblog] #blog_post_container .post-title h2 a, [id^=module-hiblog] #blog_desc_container .post-title h2 a {
    font-size: 14px !important;
  }
}
[id^=module-hiblog] #blog_post_container .post-info-block h2 a, [id^=module-hiblog] #blog_desc_container .post-info-block h2 a {
  color: white;
}
[id^=module-hiblog] #blog_post_container .post-info-block h2 a:hover, [id^=module-hiblog] #blog_desc_container .post-info-block h2 a:hover {
  color: #3C87FF;
}
[id^=module-hiblog] .post-categorie {
  background: #3C87FF;
  display: inline-block;
  font-size: 11Px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
}
@media (max-width: 576px) {
  [id^=module-hiblog] .post-categorie {
    font-size: 10px;
  }
}
[id^=module-hiblog] .items-categories {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  [id^=module-hiblog] .items-categories {
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
    overflow-y: hidden;
    justify-content: start;
    padding-bottom: 15px;
  }
  [id^=module-hiblog] .items-categories .title-categories {
    font-size: 14px;
    white-space: nowrap;
    padding-right: 10px;
  }
  [id^=module-hiblog] .items-categories li {
    margin: 0px 5px !important;
  }
  [id^=module-hiblog] .items-categories li a {
    padding: 10px !important;
    white-space: nowrap;
    font-size: 14px !important;
  }
}
[id^=module-hiblog] .items-categories > li {
  margin: 0 15px;
}
[id^=module-hiblog] .items-categories > li a {
  background: #98B8DB;
  width: 100%;
  padding: 10px 20px;
  transition: ease 0.4s;
  font-size: 14px;
  border-radius: 10px;
  color: white;
}
[id^=module-hiblog] .items-categories > li a.active {
  background: #3C87FF;
}
[id^=module-hiblog] #blog_desc_container .blog-desc-info-block .blog-description strong {
  color: #707070;
  font-weight: bold;
}
[id^=module-hiblog] .blog-desc-info-block .blog-description h1 {
  font-weight: bold;
  color: #00709E;
  font-size: 25px;
  margin-bottom: 10px;
}
[id^=module-hiblog] .blog-desc-info-block .blog-description h2 {
  font-weight: bold;
  color: #00709E;
  font-size: 20px;
  margin-bottom: 10px;
}
[id^=module-hiblog] .blog-desc-info-block .blog-description h3 {
  font-weight: bold;
  color: #00709E;
  font-size: 18px;
  margin-bottom: 10px;
}
[id^=module-hiblog] .blog-desc-info-block .blog-description h4 {
  font-weight: bold;
  color: #00709E;
  font-size: 16px;
  margin-bottom: 10px;
}
[id^=module-hiblog] .blog-desc-info-block .blog-description h1:before, [id^=module-hiblog] .blog-desc-info-block .blog-description h2:before, [id^=module-hiblog] .blog-desc-info-block .blog-description h3:before, [id^=module-hiblog] .blog-desc-info-block .blog-description h4:before {
  content: url(../img/icons/vermicelle.svg);
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
[id^=module-hiblog] .title_block {
  font-weight: bold;
  color: #00709E;
  font-size: 14px;
  margin-bottom: 10px;
}
[id^=module-hiblog] .title_block:before {
  content: url(../img/icons/vermicelle.svg);
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
[id^=module-hiblog] #blog_desc_container .blog-social-share {
  text-align: left;
  margin: 20px 0;
}

@media (max-width: 576px) {
  /*.intro-header.blog {
    margin-top: 115px;
  }*/
}

.blog-description img {
  padding: 12px 5px;
}

@media (max-width: 576px) {
  #blog_post_container .post-image-block img {
    height: 157px;
    width: 157px;
    object-fit: cover;
  }
}

#active-filters a {
  display: inline-block;
  margin: 0 5px 10px;
  color: #707070;
}
#active-filters a span {
  color: #E30613;
  font-size: 19px;
}

.absolute {
  position: absolute;
}
.absolute.top {
  top: 0;
}
.absolute.top-100 {
  top: 100%;
}
.absolute.bottom {
  bottom: 0;
}
.absolute.left {
  left: 0;
}
.absolute.right {
  right: 0;
}

.inline-block {
  display: inline-block;
}
.inline-block.align-middle {
  vertical-align: middle;
}

.block {
  display: block;
}

.full-width {
  width: 100%;
}

@media (max-width: 576px) {
  .p0-mobile {
    padding: 0px;
  }
}

@media (max-width: 576px) {
  .mt20-mobile {
    margin-top: 20px;
  }
}

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

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

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

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

p, .text-courant {
  color: #707070;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.text-verveine {
  font-family: "Verveine";
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

@media (max-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
}

.box-shadow {
  box-shadow: 0px 3px 6px #00000029;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.line-height-18 {
  line-height: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
}

.fs-25 {
  font-size: 25px;
}

.mt-80 {
  margin-top: 67px;
}
@media (max-width: 576px) {
  .mt-80 {
    margin-top: 0px;
  }
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #707070;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
  position: relative;
}

iframe {
  max-width: 100%;
}

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  padding: 10px 0 !important;
}
@media (max-width: 576px) {
  .breadcrumb {
    padding: 0px 0px 10px 0px !important;
    margin-top: 0px !important;
  }
}
.breadcrumb .home .icons {
  color: #98B8DB;
  font-size: 15px;
}
.breadcrumb a {
  color: #98B8DB;
}
.breadcrumb .navigation-pipe {
  padding: 0 5px;
}

.clear {
  clear: both;
}

.display-inline-block {
  display: inline-block;
}

.position-relative {
  position: relative;
}

.price-percent-reduction {
  background-color: #3C87FF;
  padding: 5px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
}

.price-percent-reduction-pack {
  background-color: #FFF;
  border: 2px dotted #3C87FF;
  padding: 5px 20px;
  color: #3C87FF;
  font-weight: 700;
}

.content_price .price.product-price {
  color: #3C87FF;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .content_price .price.product-price {
    font-size: 25px;
  }
}

.view-more {
  font-weight: 700;
  color: #707070;
  text-decoration: underline;
}

.old-price, #old_price {
  text-decoration: line-through;
}

.btn.disabled {
  font-family: "Verveine";
  color: #E30613;
  text-transform: capitalize;
  font-size: 30px;
  opacity: 1;
}

#loyalty {
  display: none;
}

.netreviews_font_stars {
  width: 80px;
  height: 18px;
}

sup {
  color: #E30613;
}

.layered_slider_container {
  margin: 6px 0 20px 6px !important;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #3C87FF !important;
}

.ui-widget-header {
  background: #98B8DB !important;
}

.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: red !important;
  font-weight: normal;
  color: #555555;
}

.ui-slider .ui-slider-range {
  background: #98B8DB !important;
}

.ui-slider-horizontal {
  height: 0.5em !important;
}

.ui-state-default {
  background: #00709E !important;
  border-radius: 50px !important;
  border: 1px solid #00709E !important;
}

#layered_block_left ul {
  padding-left: 5px !important;
}

.mCSB_draggerContainer, .mCSB_draggerRail {
  background-color: white !important;
}

.mCSB_dragger_bar {
  background-color: #98B8DB !important;
}

.unvisible {
  display: none;
}

#static_content_wrapper h3 {
  color: #00709E;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px !important;
}
#static_content_wrapper *, #static_content_wrapper + div * {
  font-size: 14px;
}

.d-flex {
  display: flex;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.text-underline {
  text-decoration: underline;
}

.search-button {
  background: none;
  border: none;
}

.search_query {
  border: 1px solid #98B8DB !important;
  padding-left: 10px;
  position: relative;
}
.search_query::placeholder {
  color: #98B8DB;
  font-style: italic;
  font-size: 14px;
}
.search_query .search-button {
  position: absolute;
  right: 10px;
}

.block_search_bar_top {
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .d-xs-none {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .flex-sm-column {
    flex-direction: column;
  }
}

.small {
  font-size: 10px !important;
}

.delivery_option .table tbody > tr > td {
  vertical-align: baseline !important;
}

.tab-content-pdp .tab-pane ul {
  list-style: disc;
  padding-left: 40px;
}
.tab-content-pdp .tab-pane ul li {
  margin: 10px 0;
}
.tab-content-pdp .tab-pane ul li::marker {
  color: #3C87FF;
}
.tab-content-pdp .tab-pane h2 {
  font-weight: bold;
  color: #00709E;
  font-size: 20px;
}
.tab-content-pdp .tab-pane h3 {
  font-weight: bold;
  color: #00709E;
  font-size: 18px;
}
.tab-content-pdp .tab-pane h4 {
  font-weight: bold;
  color: #00709E;
  font-size: 16px;
}

#availability_statut {
  background: #98B8DB;
  color: white;
  padding: 10px;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .mt0-mobile {
    margin-top: 0px;
  }
}

table {
  max-width: 100%;
}

@media (max-width: 576px) {
  .mobile-lottie {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 576px) {
  .text-center-mob {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .mv30-mobile {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .mb0-mobile {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 576px) {
  .mt30-mobile {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  #netreviewsWidgetNum27439widget03av {
    left: -140px !important;
  }
}

@media (max-width: 576px) {
  .mt10-mobile {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .product-wording {
    text-align: center;
    height: 330px !important;
  }
}

@media (max-width: 576px) {
  #short_description_content {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 576px) {
  .ph20-mobile {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
  .mv20-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.zendesk-contact{
  cursor: pointer;
}

.bgrey{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #f6f6f6;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2000;
 width: 56px;
 height: 56px;
 border-radius: 50%;
 background: radial-gradient(farthest-side,#98b8db 94%,#0000) top/9px 9px no-repeat,
 conic-gradient(#0000 30%,#98b8db);
 -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
 animation: spinner-c7wet2 1.4s infinite linear;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}

.price-ecotax {
  text-align: right;
}
@media (max-width: 576px) {
  .price-ecotax {
    text-align: left;
  }
}

.alma-trustpilot-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.alma-trustpilot-box .trustpilot{
  padding: 15px 0;
}


