@charset "UTF-8";
/* box sizing */
/* no wrap */
/* img autoheight */
/* img autowidth */
/* img fit */
/* clip path */
/* padding row */
/* columns */
/* videos */
/* 16/9 : 56.25% //// 4/3  : 75% */
/* svg icons */
/* calc */
/* transition */
/* multiple transitions */
/* box shadow */
/* text shadow */
/* blur */
/* appearance */
/* transform */
/* transform origin */
/* animation declaration */
/* animation doing */
html, body {
  color: #747474;
}

.maincolor {
  color: #96BA38;
}

.sndcolor {
  color: #747474;
}

.dark {
  color: #747474;
}

.white {
  color: #FFFFFF;
}

.orange {
  color: #EE8800;
}

.thirdcolor {
  color: #7B2A46;
}

.yellow {
  color: #FAE300;
}

.bgmain {
  background: #96BA38;
}

.bgwhite {
  background: #FFFFFF;
}

.bgsnd {
  background: #747474;
}

.bgdark {
  background: #747474;
}

.bgorange {
  background: #EE8800;
}

.bgthird {
  background: #7B2A46;
}

.bgyellow {
  background: #FAE300;
}

h1 {
  color: #FFFFFF;
}

h2 {
  color: #96BA38;
}

a {
  text-decoration: none;
  color: #96BA38;
  font-weight: inherit;
}

p, li {
  color: #747474;
}

* {
  font-family: "Montserrat", sans-serif;
  outline-style: none !important;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 54px;
  font-weight: 700;
  color: #96BA38;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
h2 span.light {
  font-weight: 500;
  color: #747474;
  display: block;
  line-height: 38px;
  font-size: 25px;
}
@media only screen and (max-width: 550px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #96BA38;
  font-weight: 800;
  margin: 20px 0;
}

h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  font-family: inherit;
  font-size: inherit;
}
a.none {
  text-decoration: none;
}
a:hover {
  color: #747474;
}
a.hover_snd:hover {
  color: #747474;
}
a.white_link:hover {
  color: #FFFFFF;
}

.content a {
  text-decoration: none;
  color: #96BA38;
}
.content a:hover {
  color: #7B2A46;
  text-decoration: underline;
}
.content p {
  margin: 25px 0;
}
.content p, .content li {
  text-align: inherit;
  color: inherit;
  font-size: 16px;
  line-height: 23px;
  color: #747474;
}
.content strong {
  font-weight: 900;
}
.content.last-center p {
  -moz-text-align-last: center;
       text-align-last: center;
}

p, address {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

small {
  font-size: 12px;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.light {
  font-weight: 300;
}

.blackfont {
  font-weight: 900;
}

.mainfont {
  font-family: "Montserrat", sans-serif;
}

.titrefont {
  font-family: "Montserrat", sans-serif;
}

.thirdfont {
  font-family: "Montserrat", sans-serif;
}

.underline {
  text-decoration: underline;
}

.nosouligne {
  text-decoration: none;
}

.letterspace {
  letter-spacing: 1.5px;
}

.letterspacebig {
  letter-spacing: 3px;
}

.italic {
  font-style: italic;
}

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

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

em {
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
}

strong {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
}

span {
  font-family: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.uppercase {
  text-transform: uppercase;
}

.normal {
  text-transform: initial;
}

.capitalize {
  text-transform: capitalize;
}

.smallLineheight {
  line-height: 20px;
}

ul {
  padding-left: 20px;
}
ul li {
  padding-left: 3px;
  list-style-type: disc;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: inherit;
}
ul.none {
  padding-left: 0;
}
ul.none li {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

ol {
  padding-left: 20px;
}
ol li {
  padding-left: 3px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: inherit;
}
ol.none {
  padding-left: 0;
}
ol.none li {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.border_text {
  color: transparent;
  -webkit-text-stroke: 1px #96BA38;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 60px;
}

.border_text.white_stroke {
  -webkit-text-stroke: 1px #FFFFFF;
}

hr {
  border: none;
  background: #96BA38;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
hr.white_hr {
  background: #FFFFFF;
  width: 100%;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f25 {
  font-size: 25px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f40 {
  font-size: 40px;
}

.l35 {
  line-height: 35px;
}

.l30 {
  line-height: 30px;
}

.l25 {
  line-height: 25px;
}

.l22 {
  line-height: 22px;
}

.l18 {
  line-height: 18px;
}

.l16 {
  line-height: 16px;
}

.l20 {
  line-height: 20px;
}

.l15 {
  line-height: 15px;
}

input {
  border: none;
  border-bottom: 1px solid #747474;
  font: 15px "Montserrat", sans-serif;
  height: 40px;
  padding: 5px 0;
  color: #96BA38;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  margin-top: 10px;
  background: transparent;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input {
    margin-bottom: 5px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 575px) {
  input {
    height: 40px;
  }
}
input:focus {
  box-shadow: none;
  border-bottom: 1px solid #96BA38;
  outline: none;
}
input::-moz-placeholder {
  font-size: 15px;
  color: #747474;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input::placeholder {
  font-size: 15px;
  color: #747474;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  input::-moz-placeholder {
    font-size: 13px;
  }
  input::placeholder {
    font-size: 13px;
  }
}
input:focus::-moz-placeholder {
  font-size: 12px;
}
input:focus::placeholder {
  font-size: 12px;
}
input[type=checkbox] {
  width: 10%;
}
input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
input[type=number] {
  color: black;
  border-bottom: 1px solid black;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: baseline;
}
.wpcf7-acceptance label span {
  padding-left: 20px;
}
.wpcf7-acceptance label {
  color: #747474;
  letter-spacing: 1px;
  font-weight: 200;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7-acceptance label {
    width: 100%;
  }
}
.wpcf7-acceptance label.checkbox {
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: justify;
  text-transform: none;
}

textarea {
  background: white;
  border-radius: 0;
  padding: 15px 0;
  margin-top: 30px;
  color: #96BA38;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #747474;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
textarea::-moz-placeholder {
  color: #747474;
  font-size: 15px;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
textarea::placeholder {
  color: #747474;
  font-size: 15px;
  transition: all 0.3s;
}
textarea:focus::-moz-placeholder {
  font-size: 14px;
}
textarea:focus::placeholder {
  font-size: 14px;
}
textarea:focus::-moz-placeholder {
  font-size: 15px;
}
textarea:focus::placeholder {
  font-size: 15px;
}

label {
  color: #000 s;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 14px;
  }
}
label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
label.checking small {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 12px;
}

input[type=checkbox] {
  display: none;
}

label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 1;
  transition: all 0.12s, border-color 0.08s;
}
label.checked::before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

input[type=submit] {
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
  width: 130px;
  height: 33px;
  font-weight: bold;
  transition: all 0.3s;
  text-transform: uppercase;
  background: #96BA38;
  color: white;
  border: 1px solid #96BA38;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-appareance: none;
}
input[type=submit]:hover {
  background: transparent;
  color: #96BA38;
  border: 1px solid #96BA38;
}

.wpcf7-mail-sent-ok {
  border: none !important;
  color: #96BA38 !important;
  text-align: center !important;
}

.wpcf7-validation-errors {
  border: none !important;
  color: #96BA38 !important;
  text-align: center !important;
}

.wpcf7-acceptance {
  position: absolute;
}

.btn {
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
  min-width: 150px;
  max-width: 200px;
  padding: 5px 10px;
  height: 33px;
  font-weight: bold;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 15px;
    width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 13px;
    width: 120px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn_main {
  background: #96BA38;
  color: white;
  border: 1px solid #96BA38;
}
.btn.btn_main svg {
  stroke: white;
}
.btn.btn_main:hover {
  background: transparent;
  color: #96BA38;
  border: 1px solid #96BA38;
}
.btn.btn_main:hover svg {
  stroke: #96BA38;
}
.btn.btn_main.hoverFull {
  background: #96BA38;
  color: white;
  border: none;
}
.btn.btn_main.hoverFull svg {
  stroke: white;
}
.btn.btn_main.hoverFull:hover {
  background: #7B2A46;
  color: #96BA38;
  border: none;
}
.btn.btn_main.hoverFull:hover svg {
  stroke: #96BA38;
}
.btn.btn_white {
  background: #FFFFFF;
  color: #96BA38;
}
.btn.btn_white svg {
  stroke: #96BA38;
}
.btn.btn_white:hover {
  background: #7B2A46;
  color: #FFFFFF;
}
.btn.btn_white:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_outline_main {
  background: #FFFFFF;
  color: #96BA38;
  border: 1px solid #96BA38;
}
.btn.btn_outline_main svg {
  stroke: #96BA38;
}
.btn.btn_outline_main:hover {
  background: #96BA38;
  color: #FFFFFF;
  border: 1px solid #96BA38;
}
.btn.btn_outline_main:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_outline_white {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn.btn_outline_white svg {
  stroke: #96BA38;
}
.btn.btn_outline_white:hover {
  background: #FFFFFF;
  color: #747474;
}
.btn.btn_outline_white:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_outline_dark {
  background: #FFFFFF;
  color: #747474;
  border: 2px solid #747474;
}
.btn.btn_outline_dark svg {
  stroke: #747474;
  margin-left: 15px;
}
.btn.btn_outline_dark:hover {
  background: #747474;
  color: #FFFFFF;
  border: 2px solid #747474;
}
.btn.btn_outline_dark:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_orange {
  background: #EE8800;
  color: #FFFFFF;
}
.btn.btn_orange svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_orange:hover {
  background: #747474;
  color: #FFFFFF;
}
.btn.btn_orange:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_thirdcolor {
  background: #7B2A46;
  color: #FFFFFF;
}
.btn.btn_thirdcolor svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_thirdcolor:hover {
  background: #747474;
  color: #FFFFFF;
}
.btn.btn_thirdcolor:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_yellow {
  background: #FAE300;
  color: #FFFFFF;
}
.btn.btn_yellow svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_yellow:hover {
  background: #FAE300;
  color: #FFFFFF;
}
.btn.btn_yellow:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_dark {
  background: #747474;
  color: #FFFFFF;
}
.btn.btn_dark svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_dark:hover {
  background: #7B2A46;
  color: #FFFFFF;
}
.btn.btn_dark:hover svg {
  stroke: #FFFFFF;
}

.fancybox-skin {
  background: none;
  padding: 0 !important;
}
.fancybox-skin .fancybox-inner {
  width: 100% !important;
  background: #fff !important;
}

.m100 {
  max-width: 100%;
}

.m90 {
  max-width: 90%;
}

.m75 {
  max-width: 75%;
}

.m50 {
  max-width: 50%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.index-999 {
  z-index: 999;
}

.vmiddle {
  vertical-align: middle;
}

@media screen and (min-width: 1439px) {
  .container_large {
    min-width: 1324px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.ariane {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .ariane {
    display: none;
  }
}
.ariane li {
  list-style-type: none;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 17px;
  color: #747474;
}
.ariane li::after {
  content: " > ";
  position: relative;
}
.ariane li:last-child::after {
  content: none;
}
.ariane li a {
  color: #96BA38;
  font-size: 12px;
  text-decoration: none;
}

.border-left-main {
  border-left: 1px solid #96BA38;
}

.border-right-snd {
  border-right: 10px solid #747474;
}
@media screen and (max-width: 767px) {
  .border-right-snd {
    border-right: 0;
  }
}

.module {
  margin-top: 150px;
  opacity: 0;
  transition: all 0.8s;
}
.module.module-1 {
  margin-top: 50px;
}
.module.module-2 {
  margin-top: 80px;
}
.module.module-3 {
  margin-top: 110px;
}
.module.module-4 {
  margin-top: 140px;
}
.module.module-5 {
  margin-top: 170px;
}
.module.module-6 {
  margin-top: 190px;
}

.module_bottom {
  margin-top: -150px;
  opacity: 0;
  transition: all 0.8s;
}

.my-marker-inner {
  background: url("../images/marker.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 99999;
}

/*.leaflet-tile-container
 * position: relative
 * &::after
 * content: ""
 * position: absolute
 * top: -600px
 * background: rgba($maincolor, .8)
 * height: 2500px
 * left: -1200px
 * mix-blend-mode: multiply
 * width: 2500px
 * @media screen and ( max-width: $extrasmall )
 * left: -600px*/
.leaflet-control-container {
  display: none;
}

@media screen and (max-width: 767px) {
  .leaflet-map {
    max-height: 250px;
  }
}

header .tooltip {
  /* Red */
}
header .tooltip .arrow::before {
  border-bottom-color: #747474;
}
header .tooltip .tooltip-inner {
  background: #747474;
  border-radius: 50px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 13px;
}

.choiceNombre .tooltip {
  max-width: 250px;
  position: absolute;
  font-size: 12px;
}

.woocommerce-info {
  border-top-color: #96BA38 !important;
}
.woocommerce-info::before {
  color: #96BA38 !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #747474;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #96BA38;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
  background: #747474 !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #747474 !important;
}

#tarteaucitronCloseAlert {
  color: #FFFFFF !important;
}

#tarteaucitronPercentage {
  background: #747474 !important;
  box-shadow: none !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronCloseAlert {
  color: #FFFFFF !important;
}

#tarteaucitronPercentage {
  background: #747474 !important;
}

header {
  z-index: 99;
  position: relative;
}
header .top {
  background: #FFFFFF;
  padding: 10px 0 5px;
}
header .top .socials {
  margin-right: 3px;
}
header .top .socials svg {
  fill: #747474;
}
header .top .socials svg:hover {
  fill: #96BA38;
}
header .top .logo {
  background: white;
  display: block;
  padding: 40px 15px;
  box-shadow: 0px -20px 25px rgba(0, 0, 0, 0.2);
  width: 280px;
  position: absolute;
  top: -40px;
  left: 0;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 1400px) {
  header .top .logo {
    width: 272px;
  }
}
@media screen and (max-width: 1199px) {
  header .top .logo {
    top: -10px;
  }
}
@media screen and (max-width: 991px) {
  header .top .logo {
    width: 240px;
    padding: 20px 20px;
  }
  header .top .logo svg {
    max-width: 90%;
  }
}
@media screen and (max-width: 575px) {
  header .top .logo {
    width: 200px;
    padding: 10px 15px;
  }
}
header .top .menu_right a {
  color: #747474;
}
header .top .menu_right a svg {
  fill: #747474;
}
header .top .menu_right a:hover {
  color: #96BA38;
}
header .top .menu_right a:hover svg {
  fill: #96BA38;
}
header .top .menu_right .button {
  background: #FFFFFF;
  height: 50px;
  width: 50px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  display: none;
  z-index: 999999;
}
@media screen and (max-width: 1199px) {
  header .top .menu_right .button {
    display: flex;
  }
}
header .top .menu_right .button span {
  background: #96BA38;
  height: 2px;
  display: block;
  width: 22px;
  margin: 2px 0;
  transition: all 0.3s;
  position: relative;
}
header .top .menu_right .button.open {
  background: #96BA38;
}
header .top .menu_right .button.open span.l1 {
  transform: rotate(-45deg);
  top: 3px;
  background: white;
}
header .top .menu_right .button.open span.l3 {
  transform: rotate(45deg);
  top: -3px;
  background: white;
}
header .top .menu_right .button.open span.l2 {
  display: none;
}
header .bottom {
  background: rgba(116, 116, 116, 0.7);
  background-blend-mode: multiply;
}
header .bottom .nav {
  margin: 0;
  padding: 7px 0 7px 150px;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  header .bottom .nav {
    justify-content: flex-end;
  }
}
header .bottom .nav li {
  margin: 0 25px;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header .bottom .nav li {
    margin: 0 15px;
  }
}
header .bottom .nav li::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 2px;
  background: rgba(255, 255, 255, 0.31);
  right: -25px;
  top: -2px;
}
@media screen and (max-width: 1400px) {
  header .bottom .nav li::after {
    right: -15px;
  }
}
header .bottom .nav li:last-child::after {
  content: none;
}
header .bottom .nav li a {
  color: white;
}
@media screen and (max-width: 1400px) {
  header .bottom .nav li a {
    font-size: 15px;
  }
}
header .bottom .nav li a:hover {
  color: #96BA38;
}
@media screen and (max-width: 1199px) {
  header .bottom .nav li {
    margin: 0 20px;
  }
  header .bottom .nav li::after {
    right: -20px;
  }
}

.menum {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  transition: all 0.5s;
  overflow: auto;
}
.menum ul {
  margin-top: 80px;
  padding: 0;
  flex-direction: column;
}
.menum ul li {
  list-style-type: none;
  margin: 10px 0;
  font-size: 25px;
  display: flex;
}
.menum ul li a {
  color: white;
}
.menum ul li svg {
  fill: white;
}
@media screen and (max-width: 767px) {
  .menum ul {
    margin-top: 15px;
  }
  .menum ul li {
    margin: 5px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .menum ul {
    margin-top: 0;
  }
  .menum ul li {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .menum .logo {
    display: none;
  }
}
.menum hr {
  background: white;
  width: 150px;
}
.menum .button {
  background: #FFFFFF;
  height: 50px;
  width: 50px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  position: absolute;
  top: 33px;
  right: 0;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  display: none;
  z-index: 999999;
}
@media screen and (max-width: 991px) {
  .menum .button {
    display: flex;
  }
}
.menum .button span {
  background: #96BA38;
  height: 2px;
  display: block;
  width: 22px;
  margin: 4px 0;
  transition: all 0.3s;
  position: relative;
}
.menum .button.open {
  background: #96BA38;
  display: block;
}
.menum .button.open span.l1 {
  transform: rotate(-45deg);
  top: 3px;
  background: white;
}
.menum .button.open span.l3 {
  transform: rotate(45deg);
  top: -3px;
  background: white;
}
.menum .button.open span.l2 {
  display: none;
}

footer #marques-footer {
  margin-top: 50px;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  footer #marques-footer {
    padding: 0px;
  }
}
footer #marques-footer::before {
  content: "";
  background: black;
  opacity: 5%;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  footer #marques-footer {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer #marques-footer .logos-marques {
    display: flex;
    align-items: center;
  }
}
footer #marques-footer .logos-marques .owl-item img {
  width: 150px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer #marques-footer .logos-marques {
    height: 100px;
  }
  footer #marques-footer .logos-marques img {
    width: 100%;
  }
}
footer #footer-noir {
  background: black;
  padding: 20px 0px 0px 0px;
}
footer #footer-noir .pictos-footer ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer #footer-noir .pictos-footer ul {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
footer #footer-noir .pictos-footer ul li {
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer #footer-noir .pictos-footer ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer #footer-noir .pictos-footer ul li img {
    width: 30%;
  }
}
footer #footer-noir .pictos-footer ul li p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.15rem;
  color: #fcf6e9;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer #footer-noir .pictos-footer ul li p {
    font-size: 11px;
  }
}
footer #footer-liens {
  margin-bottom: 15%;
}
@media screen and (min-width: 767px) {
  footer #footer-liens {
    margin-bottom: 0;
  }
}
footer #footer-liens p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  footer #footer-liens p {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer #footer-liens .footer-liens__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  footer #footer-liens .colonne-1 {
    display: none;
  }
}
footer #footer-liens a {
  margin: 0;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05rem;
  color: black;
  font-weight: 400;
  padding: 5px 0;
  width: 100%;
}
footer #footer-liens .colonne-3 div a {
  display: flex;
  flex-direction: column;
  position: relative;
}
footer #footer-liens .colonne-3 div p, footer #footer-liens .colonne-3 div a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05rem;
  color: black;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer #footer-liens .colonne-3 div p {
    display: none;
  }
}
footer .search-mobile-footer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 100%;
  height: 65px;
  background: #aeb8a0;
  margin: 30px auto;
}
@media screen and (min-widht: 767px) {
  footer .search-mobile-footer {
    display: none;
  }
}
footer .search-mobile-footer form {
  display: flex !important;
  margin: auto;
}
footer .search-mobile-footer form input {
  border: none;
  position: relative;
  color: black;
  height: 50px;
  padding-left: 20px;
}
footer .search-mobile-footer form input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: italic;
  color: black;
}
footer .search-mobile-footer form input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: italic;
  color: black;
}
footer .search-mobile-footer form input[type=submit] {
  background: #e8e0d7;
  width: 22%;
  padding-left: 10px !important;
}
footer .footer-responsive {
  background: #e8e0d7;
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 99999;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 767px) {
  footer .footer-responsive {
    display: none;
  }
}

#menu ul > li #sous-menu-marques ul li::before {
  display: none !important;
}

.add_cart {
  z-index: 10000000;
}

.ttu {
  text-transform: uppercase;
}

.black {
  color: black !important;
}

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

.pointer {
  cursor: pointer !important;
}

#reload_current {
  cursor: pointer !important;
}

.page-template-template-conseils #titre-conseil h1 {
  text-align: center;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-template-conseils #titre-conseil h1 span {
  color: #aeb8a0;
  font-weight: 100;
}
.page-template-template-conseils #titre-conseil p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  opacity: 0.4;
}
.page-template-template-conseils #titre-conseil .choix-categorie {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-template-conseils #titre-conseil .choix-categorie {
    text-align: center;
  }
}
.page-template-template-conseils #titre-conseil .choix-categorie::after {
  content: url("../images/fleche-noire.png");
  position: absolute;
  transform: rotate(90deg);
  right: 50px;
  top: 10px;
  cursor: pointer;
}
.page-template-template-conseils #titre-conseil .choix-categorie label {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  padding-right: 20px;
}
.page-template-template-conseils #titre-conseil .choix-categorie select {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 260px;
  height: 50px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.page-template-template-conseils #liste-conseils {
  max-width: 1194px;
  margin: auto;
}
@media (min-width: 768px) {
  .page-template-template-conseils #liste-conseils {
    padding: 0 10px;
  }
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil {
    width: 50%;
    padding: 10px 10px 0px 10px;
  }
}
@media (min-width: 992px) {
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil {
    width: 33.33%;
  }
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  transition: 0.5s;
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil:hover {
  transform: scale(1.08);
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil:hover button.no_picture {
  background: white;
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil:hover button.no_picture p {
  color: black;
}
@media (min-width: 992px) {
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil {
    height: auto;
  }
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a img {
  max-height: 200px;
}
@media (min-width: 992px) {
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a img {
    min-height: 560px;
    max-height: 560px;
  }
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a p.titre {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  background: black;
  height: 200px;
  font-size: 16px;
  padding: 35px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a p.titre {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.05rem;
    min-height: 275px;
  }
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a p.titre.picture {
    position: absolute;
    background: none;
    left: 0;
    margin-top: 290px;
    right: 0;
  }
}
.page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a button {
  background: black;
  position: absolute;
  border: none;
  padding: 10px 50px;
  cursor: pointer;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 75%;
  bottom: 0;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a button {
    display: block;
  }
  .page-template-template-conseils #liste-conseils .conseil-responsive .colonne-conseil .conseil a button .button_p {
    transition: 0.5s;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease 0s;
    text-align: center;
  }
}

.panier .panier-up::after {
  display: none;
}
.panier .panier-up .detail-panier .head_product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.panier .panier-up .detail-panier .head_product img {
  cursor: pointer;
  top: -12px;
  position: relative;
}
.panier .panier-up .detail-panier .ajout-gauche img {
  width: 36% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 10px 20px !important;
  cursor: pointer;
  transition: 0.5s;
}
.panier .panier-up .detail-panier .ajout-gauche img:hover {
  transform: scale(1.3);
}
.panier button a.cart_link {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 48px !important;
}

.articles-panier {
  transition: 0.5s;
}

.transpa {
  opacity: 0 !important;
  cursor: default !important;
}

.tax-marque #header-marques {
  margin-bottom: 30px;
}
.tax-marque #header-marques .case-marque {
  display: flex;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .tax-marque #header-marques .case-marque {
    height: 200px;
  }
}
.tax-marque #header-marques .case-marque .logo-marque {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.tax-marque #header-marques .case-marque .logo-marque::after {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 5%;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .tax-marque #header-marques .case-marque .logo-marque {
    display: flex;
    margin: auto;
    width: 55%;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .tax-marque #header-marques .case-marque .logo-marque {
    width: 70%;
  }
}
.tax-marque #header-marques .case-marque .header-photo-marque {
  background-image: url("../images/produits-kerastase.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .tax-marque #header-marques .case-marque .header-photo-marque {
    width: 95%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .tax-marque #header-marques .case-marque .header-photo-marque {
    background-position: -200px;
  }
}
.tax-marque #description-marque {
  margin-top: 20px;
}
.tax-marque #description-marque h1 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.15rem;
  margin-bottom: 30px;
}
.tax-marque #description-marque p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  opacity: 0.8;
}
.tax-marque #description-marque p a {
  color: black;
}
.tax-marque #description-marque p a:hover {
  color: black;
}
@media screen and (max-width: 767px) {
  .tax-marque #description-marque p {
    font-size: 13px;
    line-height: 23px;
  }
}
.tax-marque #description-marque p span {
  font-weight: bold;
  text-decoration: underline;
}
.tax-marque #filtres-produits {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits {
    margin-top: 10px;
  }
}
.tax-marque #filtres-produits .liste-filtres {
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .tax-marque #filtres-produits .liste-filtres {
    margin-bottom: 20px;
  }
}
.tax-marque #filtres-produits .liste-filtres p {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  cursor: pointer;
  padding-bottom: 7px;
}
.tax-marque #filtres-produits .liste-filtres::before {
  content: "";
  position: absolute;
  left: 0;
  background: #aeb8a0;
  height: 1px;
  opacity: 0.4;
  width: 100%;
  bottom: 0;
}
@media (min-width: 992px) {
  .tax-marque #filtres-produits .liste-filtres::before {
    bottom: -16px;
    width: 107%;
  }
}
.tax-marque #filtres-produits .liste-filtres::after {
  content: url("../images/fleche-filtre.png");
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.tax-marque #filtres-produits .type-categorie, .tax-marque #filtres-produits .type-marque, .tax-marque #filtres-produits .type-categorie-liste-speciale {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .tax-marque #filtres-produits .type-categorie, .tax-marque #filtres-produits .type-marque, .tax-marque #filtres-produits .type-categorie-liste-speciale {
    display: none;
  }
}
.tax-marque #filtres-produits .type-categorie .nom-categorie, .tax-marque #filtres-produits .type-marque .nom-categorie, .tax-marque #filtres-produits .type-categorie-liste-speciale .nom-categorie {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 0px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  cursor: pointer;
}
.tax-marque #filtres-produits .type-categorie .detail-categorie ul, .tax-marque #filtres-produits .type-marque .detail-categorie ul, .tax-marque #filtres-produits .type-categorie-liste-speciale .detail-categorie ul {
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
}
.tax-marque #filtres-produits .type-categorie .detail-categorie ul li, .tax-marque #filtres-produits .type-marque .detail-categorie ul li, .tax-marque #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li {
  list-style: none;
}
.tax-marque #filtres-produits .type-categorie .detail-categorie ul li a, .tax-marque #filtres-produits .type-marque .detail-categorie ul li a, .tax-marque #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li a {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 30px;
}
.tax-marque #filtres-produits .type-categorie .detail-categorie ul li a:hover, .tax-marque #filtres-produits .type-marque .detail-categorie ul li a:hover, .tax-marque #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li a:hover {
  color: #f0c2ad;
}
.tax-marque #filtres-produits .type-categorie .detail-categorie-click a, .tax-marque #filtres-produits .type-marque .detail-categorie-click a, .tax-marque #filtres-produits .type-categorie-liste-speciale .detail-categorie-click a {
  color: #f0c2ad !important;
}
.tax-marque #filtres-produits .type-marque ul {
  padding: 0;
  padding-left: 20px;
}
.tax-marque #filtres-produits .type-marque ul li {
  list-style: none;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
.tax-marque #filtres-produits .popup {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  transition: transform 0.5s ease;
  background: white;
}
@media screen and (max-width: 991px) {
  .tax-marque #filtres-produits .popup {
    display: none;
  }
}
.tax-marque #filtres-produits .popup::before {
  content: url("../images/ventes_flash.png");
  position: absolute;
  left: -50px;
  top: 100px;
  z-index: 9;
}
.tax-marque #filtres-produits .popup::after {
  content: "";
  position: absolute;
  width: 271px;
  height: 100%;
  background: black;
  opacity: 5%;
  top: 0;
  left: 0;
}
.tax-marque #filtres-produits .popup .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.tax-marque #filtres-produits .popup .vente-flash::after {
  content: url("../images/close.png");
  position: absolute;
  right: 0px;
  top: 10px;
}
.tax-marque #filtres-produits .popup .titre-vente {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 35px;
  color: black;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}
.tax-marque #filtres-produits .popup .produit-flashe {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  color: black;
  margin-left: 39px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.tax-marque #filtres-produits .popup .date-remise {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #f0c2ad;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 39px;
}
.tax-marque #filtres-produits .popup img {
  display: flex;
  margin: auto;
}
.tax-marque #filtres-produits .popup button {
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
}
.tax-marque #filtres-produits .popup button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.tax-marque #filtres-produits .popup .fleche-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.tax-marque #filtres-produits .popup .fleche-carousel .fleche-left {
  background: #aeb8a0;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
  transform: rotate(180deg);
}
.tax-marque #filtres-produits .popup .fleche-carousel .fleche-right {
  background: black;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
}
.tax-marque #filtres-produits .popup-meilleuresVentes {
  padding: 20px;
  cursor: pointer;
  transition: transform 0.5s ease;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tax-marque #filtres-produits .popup-meilleuresVentes {
    display: none;
  }
}
.tax-marque #filtres-produits .popup-meilleuresVentes .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .photo-produit {
  background: white;
  width: 50%;
  display: flex;
  aspect-ratio: 1/1;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .marque-conditionnement {
  display: flex;
  justify-content: space-between;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin: 0;
  padding-bottom: 12px;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .prix-boutique {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 1199px) {
  .tax-marque #filtres-produits .popup-meilleuresVentes .prix-boutique {
    margin-bottom: -10px;
  }
}
.tax-marque #filtres-produits .popup-meilleuresVentes .prix-boutique::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f0c2ad;
  opacity: 0.3;
  top: 0;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .prix-boutique p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #f0c2ad;
  margin: 0;
  font-style: italic;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .prix-boutique p:nth-of-type(2) {
  text-decoration: line-through;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .prix-internet {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .prix-internet p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: black;
  margin: 0;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.tax-marque #filtres-produits .popup-meilleuresVentes button {
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
}
.tax-marque #filtres-produits .popup-meilleuresVentes button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .fleche-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.tax-marque #filtres-produits .popup-meilleuresVentes .fleche-carousel .fleche-left {
  background: #aeb8a0;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
  transform: rotate(180deg);
}
.tax-marque #filtres-produits .popup-meilleuresVentes .fleche-carousel .fleche-right {
  background: black;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
}
.tax-marque #filtres-produits .tri {
  display: flex;
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .tri {
    flex-direction: column;
    margin: auto;
  }
}
.tax-marque #filtres-produits .tri p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .tri p {
    font-size: 15px;
  }
}
.tax-marque #filtres-produits .tri p span {
  font-weight: bold;
}
.tax-marque #filtres-produits .tri .liste-deroulante {
  position: relative;
}
.tax-marque #filtres-produits .tri .liste-deroulante::after {
  content: url("../images/fleche-filtre.png");
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.tax-marque #filtres-produits .tri .liste-deroulante select {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 260px;
  height: 50px;
  padding: 0px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.tax-marque #filtres-produits .ma-selection {
  background: #f0c2ad;
  padding: 25px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .tax-marque #filtres-produits .ma-selection {
    width: 100%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .tax-marque #filtres-produits .ma-selection {
    margin-top: 30px;
  }
}
.tax-marque #filtres-produits .ma-selection p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 28px;
  margin-right: 20px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection p {
    margin-bottom: 15px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection {
  display: flex;
  cursor: pointer;
  margin-left: -25px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection {
    display: grid;
    grid-auto-flow: column !important;
    grid-template-columns: inherit !important;
    grid-auto-rows: 1fr;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-gap: 20px;
    margin-left: 0px;
    justify-content: start;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit {
  width: 30%;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit {
    width: 50vw;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
  height: auto;
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
    margin-bottom: 15px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 5%;
  position: absolute;
  top: 0;
  left: 0;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit img {
    width: 30%;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement {
    flex-direction: column;
  }
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .style-produit {
  padding-bottom: 12px;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down {
    padding-top: 15px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique p {
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique p {
    font-size: 13px;
    line-height: 16px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique::before {
  background: white !important;
  opacity: 1;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo p {
  color: black !important;
  font-style: italic !important;
  font-weight: 400;
  margin-right: 0px;
  font-size: 12px !important;
  letter-spacing: 0;
  margin: 0px !important;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo .prix-barre {
  text-decoration: line-through;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet p {
  font-size: 20px !important;
  margin-right: 0px;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet p {
    font-size: 16px !important;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top {
  background: white !important;
  width: 30%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit-top {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit-top img {
    width: 100%;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top hr {
  width: 20%;
  background: grey;
  opacity: 0.6;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit-top hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit {
    font-size: 15px;
    line-height: 7px;
    padding-bottom: 10px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .type-cheveux {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .type-cheveux {
    font-size: 10px;
    line-height: 10px;
  }
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 40px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .tax-marque #filtres-produits .liste-page-produits {
    width: 100%;
  }
}
.tax-marque #filtres-produits .liste-page-produits .liste {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .tax-marque #filtres-produits .liste-page-produits .liste {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .liste-page-produits .liste {
    margin-left: 15px;
  }
}
.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque {
  width: 28%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 30px;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}
.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 5%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque {
    width: 45%;
    height: 230px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque img {
    width: 75%;
  }
}
.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque hr {
  width: 20%;
  background: grey;
  opacity: 0.6;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .fonction-produit {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .fonction-produit {
    font-size: 15px;
    line-height: 7px;
  }
}
.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .type-cheveux {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .type-cheveux {
    font-size: 10px;
    line-height: 17px;
  }
}
.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 40px;
  cursor: pointer;
  display: none;
}
.tax-marque #fleche-scroll {
  background: black;
  border-radius: 100px;
  position: absolute;
  bottom: 550px;
  right: 50px;
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .tax-marque #fleche-scroll {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1439px) {
  .tax-marque #fleche-scroll {
    right: 5px;
    width: 69px;
    bottom: 555px;
    height: 69px;
  }
}
.tax-marque #fleche-scroll a {
  margin: auto;
}

.tax-marque .liste-page-produits .liste {
  -moz-column-gap: 8%;
       column-gap: 8%;
}
.tax-marque .liste-page-produits .liste .produit {
  width: 28%;
}
.tax-marque .liste-page-produits .liste .produit a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.tax-marque .liste-page-produits .liste .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .tax-marque .liste-page-produits .liste .produit {
    width: 46%;
    min-height: 325px;
  }
}
.tax-marque .liste-page-produits .liste .produit .photo-produit {
  height: auto;
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
}
.tax-marque .liste-page-produits .liste .produit .photo-produit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 5%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tax-marque .liste-page-produits .liste .produit .photo-produit img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .tax-marque .liste-page-produits .liste .produit .marque-conditionnement {
    flex-direction: column;
  }
  .tax-marque .liste-page-produits .liste .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
.tax-marque .liste-page-produits .liste .produit .style-produit {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .tax-marque .liste-page-produits .liste .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tax-marque .liste-page-produits .liste .produit .produit-down {
    padding-top: 15px;
  }
}
.tax-marque .liste-page-produits .liste .produit .produit-down .prix-boutique p {
  color: #f0c2ad !important;
}
@media screen and (max-width: 767px) {
  .tax-marque .liste-page-produits .liste .produit .produit-down .prix-boutique p {
    font-size: 13px;
    line-height: 16px;
  }
}
.tax-marque .liste-page-produits .liste .produit .produit-down .prix-boutique::before {
  background: #f0c2ad !important;
  opacity: 1;
}
.tax-marque .liste-page-produits .liste .produit .produit-down .sans-promo {
  display: flex;
  justify-content: space-between;
}
.tax-marque .liste-page-produits .liste .produit .produit-down .sans-promo p {
  color: black !important;
  font-style: italic !important;
  margin: 0px;
  font-size: 12px;
}
.tax-marque .liste-page-produits .liste .produit .produit-down .sans-promo .prix-barre {
  text-decoration: line-through;
}
.tax-marque .liste-page-produits .liste .produit .produit-down .prix-internet p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .tax-marque .liste-page-produits .liste .produit .produit-down .prix-internet p {
    font-size: 13px;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.tax-marque .liste-page-produits .liste .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

.tax-product_cat #header-marques, .page-template-template-liste-produits #header-marques {
  margin-bottom: 30px;
}
.tax-product_cat #header-marques .case-marque, .page-template-template-liste-produits #header-marques .case-marque {
  display: flex;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #header-marques .case-marque, .page-template-template-liste-produits #header-marques .case-marque {
    height: 200px;
  }
}
.tax-product_cat #header-marques .case-marque .logo-marque, .page-template-template-liste-produits #header-marques .case-marque .logo-marque {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.tax-product_cat #header-marques .case-marque .logo-marque::after, .page-template-template-liste-produits #header-marques .case-marque .logo-marque::after {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 5%;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #header-marques .case-marque .logo-marque, .page-template-template-liste-produits #header-marques .case-marque .logo-marque {
    display: flex;
    margin: auto;
    width: 55%;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .tax-product_cat #header-marques .case-marque .logo-marque, .page-template-template-liste-produits #header-marques .case-marque .logo-marque {
    width: 70%;
  }
}
.tax-product_cat #header-marques .case-marque .header-photo-marque, .page-template-template-liste-produits #header-marques .case-marque .header-photo-marque {
  background-image: url("../images/produits-kerastase.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .tax-product_cat #header-marques .case-marque .header-photo-marque, .page-template-template-liste-produits #header-marques .case-marque .header-photo-marque {
    width: 95%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .tax-product_cat #header-marques .case-marque .header-photo-marque, .page-template-template-liste-produits #header-marques .case-marque .header-photo-marque {
    background-position: -200px;
  }
}
.tax-product_cat #description-marque, .page-template-template-liste-produits #description-marque {
  margin-top: 20px;
}
.tax-product_cat #description-marque h1, .page-template-template-liste-produits #description-marque h1 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.15rem;
  margin-bottom: 30px;
}
.tax-product_cat #description-marque p, .page-template-template-liste-produits #description-marque p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  opacity: 0.8;
}
.tax-product_cat #description-marque p a, .page-template-template-liste-produits #description-marque p a {
  color: black;
}
.tax-product_cat #description-marque p a:hover, .page-template-template-liste-produits #description-marque p a:hover {
  color: black;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #description-marque p, .page-template-template-liste-produits #description-marque p {
    font-size: 13px;
    line-height: 23px;
  }
}
.tax-product_cat #description-marque p span, .page-template-template-liste-produits #description-marque p span {
  font-weight: bold;
  text-decoration: underline;
}
.tax-product_cat #filtres-produits, .page-template-template-liste-produits #filtres-produits {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits, .page-template-template-liste-produits #filtres-produits {
    margin-top: 10px;
  }
}
.tax-product_cat #filtres-produits .liste-filtres, .page-template-template-liste-produits #filtres-produits .liste-filtres {
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .tax-product_cat #filtres-produits .liste-filtres, .page-template-template-liste-produits #filtres-produits .liste-filtres {
    margin-bottom: 20px;
  }
}
.tax-product_cat #filtres-produits .liste-filtres p, .page-template-template-liste-produits #filtres-produits .liste-filtres p {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  cursor: pointer;
  padding-bottom: 7px;
}
.tax-product_cat #filtres-produits .liste-filtres::before, .page-template-template-liste-produits #filtres-produits .liste-filtres::before {
  content: "";
  position: absolute;
  left: 0;
  background: #aeb8a0;
  width: 100%;
  height: 1px;
  bottom: 0;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .tax-product_cat #filtres-produits .liste-filtres::before, .page-template-template-liste-produits #filtres-produits .liste-filtres::before {
    bottom: -16px;
    width: 107%;
  }
}
.tax-product_cat #filtres-produits .liste-filtres::after, .page-template-template-liste-produits #filtres-produits .liste-filtres::after {
  content: url("../images/fleche-filtre.png");
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.tax-product_cat #filtres-produits .type-categorie, .tax-product_cat #filtres-produits .type-marque, .tax-product_cat #filtres-produits .type-categorie-liste-speciale, .page-template-template-liste-produits #filtres-produits .type-categorie, .page-template-template-liste-produits #filtres-produits .type-marque, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .tax-product_cat #filtres-produits .type-categorie, .tax-product_cat #filtres-produits .type-marque, .tax-product_cat #filtres-produits .type-categorie-liste-speciale, .page-template-template-liste-produits #filtres-produits .type-categorie, .page-template-template-liste-produits #filtres-produits .type-marque, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale {
    display: none;
  }
}
.tax-product_cat #filtres-produits .type-categorie .nom-categorie, .tax-product_cat #filtres-produits .type-marque .nom-categorie, .tax-product_cat #filtres-produits .type-categorie-liste-speciale .nom-categorie, .page-template-template-liste-produits #filtres-produits .type-categorie .nom-categorie, .page-template-template-liste-produits #filtres-produits .type-marque .nom-categorie, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale .nom-categorie {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 0px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  cursor: pointer;
}
.tax-product_cat #filtres-produits .type-categorie .detail-categorie ul, .tax-product_cat #filtres-produits .type-marque .detail-categorie ul, .tax-product_cat #filtres-produits .type-categorie-liste-speciale .detail-categorie ul, .page-template-template-liste-produits #filtres-produits .type-categorie .detail-categorie ul, .page-template-template-liste-produits #filtres-produits .type-marque .detail-categorie ul, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale .detail-categorie ul {
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
}
.tax-product_cat #filtres-produits .type-categorie .detail-categorie ul li, .tax-product_cat #filtres-produits .type-marque .detail-categorie ul li, .tax-product_cat #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li, .page-template-template-liste-produits #filtres-produits .type-categorie .detail-categorie ul li, .page-template-template-liste-produits #filtres-produits .type-marque .detail-categorie ul li, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li {
  list-style: none;
}
.tax-product_cat #filtres-produits .type-categorie .detail-categorie ul li a, .tax-product_cat #filtres-produits .type-marque .detail-categorie ul li a, .tax-product_cat #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li a, .page-template-template-liste-produits #filtres-produits .type-categorie .detail-categorie ul li a, .page-template-template-liste-produits #filtres-produits .type-marque .detail-categorie ul li a, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li a {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 30px;
}
.tax-product_cat #filtres-produits .type-categorie .detail-categorie ul li a:hover, .tax-product_cat #filtres-produits .type-marque .detail-categorie ul li a:hover, .tax-product_cat #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li a:hover, .page-template-template-liste-produits #filtres-produits .type-categorie .detail-categorie ul li a:hover, .page-template-template-liste-produits #filtres-produits .type-marque .detail-categorie ul li a:hover, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale .detail-categorie ul li a:hover {
  color: #f0c2ad;
}
.tax-product_cat #filtres-produits .type-categorie .detail-categorie-click a, .tax-product_cat #filtres-produits .type-marque .detail-categorie-click a, .tax-product_cat #filtres-produits .type-categorie-liste-speciale .detail-categorie-click a, .page-template-template-liste-produits #filtres-produits .type-categorie .detail-categorie-click a, .page-template-template-liste-produits #filtres-produits .type-marque .detail-categorie-click a, .page-template-template-liste-produits #filtres-produits .type-categorie-liste-speciale .detail-categorie-click a {
  color: #f0c2ad !important;
}
.tax-product_cat #filtres-produits .type-marque ul, .page-template-template-liste-produits #filtres-produits .type-marque ul {
  padding: 0;
  padding-left: 20px;
}
.tax-product_cat #filtres-produits .type-marque ul li, .page-template-template-liste-produits #filtres-produits .type-marque ul li {
  list-style: none;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
.tax-product_cat #filtres-produits .popup, .page-template-template-liste-produits #filtres-produits .popup {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  transition: transform 0.5s ease;
  background: white;
}
@media screen and (max-width: 991px) {
  .tax-product_cat #filtres-produits .popup, .page-template-template-liste-produits #filtres-produits .popup {
    display: none;
  }
}
.tax-product_cat #filtres-produits .popup::before, .page-template-template-liste-produits #filtres-produits .popup::before {
  content: url("../images/ventes_flash.png");
  position: absolute;
  left: -50px;
  top: 100px;
  z-index: 9;
}
.tax-product_cat #filtres-produits .popup::after, .page-template-template-liste-produits #filtres-produits .popup::after {
  content: "";
  position: absolute;
  width: 271px;
  height: 100%;
  background: black;
  opacity: 5%;
  top: 0;
  left: 0;
}
.tax-product_cat #filtres-produits .popup .vente-flash, .page-template-template-liste-produits #filtres-produits .popup .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.tax-product_cat #filtres-produits .popup .vente-flash::after, .page-template-template-liste-produits #filtres-produits .popup .vente-flash::after {
  content: url("../images/close.png");
  position: absolute;
  right: 0px;
  top: 10px;
}
.tax-product_cat #filtres-produits .popup .titre-vente, .page-template-template-liste-produits #filtres-produits .popup .titre-vente {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 35px;
  color: black;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}
.tax-product_cat #filtres-produits .popup .produit-flashe, .page-template-template-liste-produits #filtres-produits .popup .produit-flashe {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  color: black;
  margin-left: 39px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.tax-product_cat #filtres-produits .popup .date-remise, .page-template-template-liste-produits #filtres-produits .popup .date-remise {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #f0c2ad;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 39px;
}
.tax-product_cat #filtres-produits .popup img, .page-template-template-liste-produits #filtres-produits .popup img {
  display: flex;
  margin: auto;
}
.tax-product_cat #filtres-produits .popup button, .page-template-template-liste-produits #filtres-produits .popup button {
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
}
.tax-product_cat #filtres-produits .popup button a, .page-template-template-liste-produits #filtres-produits .popup button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.tax-product_cat #filtres-produits .popup .fleche-carousel, .page-template-template-liste-produits #filtres-produits .popup .fleche-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.tax-product_cat #filtres-produits .popup .fleche-carousel .fleche-left, .page-template-template-liste-produits #filtres-produits .popup .fleche-carousel .fleche-left {
  background: #aeb8a0;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
  transform: rotate(180deg);
}
.tax-product_cat #filtres-produits .popup .fleche-carousel .fleche-right, .page-template-template-liste-produits #filtres-produits .popup .fleche-carousel .fleche-right {
  background: black;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes {
  padding: 20px;
  cursor: pointer;
  transition: transform 0.5s ease;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tax-product_cat #filtres-produits .popup-meilleuresVentes, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes {
    display: none;
  }
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .vente-flash, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .photo-produit, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .photo-produit {
  background: white;
  width: 50%;
  display: flex;
  aspect-ratio: 1/1;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .marque-conditionnement, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .marque-conditionnement {
  display: flex;
  justify-content: space-between;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .marque-conditionnement p, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .style-produit p, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin: 0;
  padding-bottom: 12px;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-boutique, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-boutique {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 1199px) {
  .tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-boutique, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-boutique {
    margin-bottom: -10px;
  }
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-boutique::before, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-boutique::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f0c2ad;
  opacity: 0.3;
  top: 0;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-boutique p, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-boutique p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #f0c2ad;
  margin: 0;
  font-style: italic;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-boutique p:nth-of-type(2), .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-boutique p:nth-of-type(2) {
  text-decoration: line-through;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-internet, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-internet {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-internet p, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-internet p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: black;
  margin: 0;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .prix-internet .prix-promo, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes button, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes button {
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes button a, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .fleche-carousel, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .fleche-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .fleche-carousel .fleche-left, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .fleche-carousel .fleche-left {
  background: #aeb8a0;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
  transform: rotate(180deg);
}
.tax-product_cat #filtres-produits .popup-meilleuresVentes .fleche-carousel .fleche-right, .page-template-template-liste-produits #filtres-produits .popup-meilleuresVentes .fleche-carousel .fleche-right {
  background: black;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
}
.tax-product_cat #filtres-produits .tri, .page-template-template-liste-produits #filtres-produits .tri {
  display: flex;
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .tri, .page-template-template-liste-produits #filtres-produits .tri {
    flex-direction: column;
    margin: auto;
  }
}
.tax-product_cat #filtres-produits .tri p, .page-template-template-liste-produits #filtres-produits .tri p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .tri p, .page-template-template-liste-produits #filtres-produits .tri p {
    font-size: 15px;
  }
}
.tax-product_cat #filtres-produits .tri p span, .page-template-template-liste-produits #filtres-produits .tri p span {
  font-weight: bold;
}
.tax-product_cat #filtres-produits .tri .liste-deroulante, .page-template-template-liste-produits #filtres-produits .tri .liste-deroulante {
  position: relative;
}
.tax-product_cat #filtres-produits .tri .liste-deroulante::after, .page-template-template-liste-produits #filtres-produits .tri .liste-deroulante::after {
  content: url("../images/fleche-filtre.png");
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.tax-product_cat #filtres-produits .tri .liste-deroulante select, .page-template-template-liste-produits #filtres-produits .tri .liste-deroulante select {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 260px;
  height: 50px;
  padding: 0px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.tax-product_cat #filtres-produits .ma-selection, .page-template-template-liste-produits #filtres-produits .ma-selection {
  background: #f0c2ad;
  padding: 25px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .tax-product_cat #filtres-produits .ma-selection, .page-template-template-liste-produits #filtres-produits .ma-selection {
    width: 100%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .tax-product_cat #filtres-produits .ma-selection, .page-template-template-liste-produits #filtres-produits .ma-selection {
    margin-top: 30px;
  }
}
.tax-product_cat #filtres-produits .ma-selection p, .page-template-template-liste-produits #filtres-produits .ma-selection p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 28px;
  margin-right: 20px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection p, .page-template-template-liste-produits #filtres-produits .ma-selection p {
    margin-bottom: 15px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection {
  display: flex;
  cursor: pointer;
  margin-left: -25px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection {
    display: grid;
    grid-auto-flow: column !important;
    grid-template-columns: inherit !important;
    grid-auto-rows: 1fr;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-gap: 20px;
    margin-left: 0px;
    justify-content: start;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit {
  width: 30%;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit a, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .ajouter-panier, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit {
    width: 50vw;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .photo-produit, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
  height: auto;
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .photo-produit, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
    margin-bottom: 15px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .photo-produit::before, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .photo-produit::before {
  display: none;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement {
    flex-direction: column;
  }
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .style-produit, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .style-produit {
  padding-bottom: 12px;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .style-produit p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .style-produit p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down {
    padding-top: 15px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique p {
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique p {
    font-size: 13px;
    line-height: 16px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique::before, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-boutique::before {
  background: white !important;
  opacity: 1;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo p {
  color: black !important;
  font-style: italic !important;
  font-weight: 400;
  margin-right: 0px;
  font-size: 12px !important;
  letter-spacing: 0;
  margin: 0px !important;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo .prix-barre, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .sans-promo .prix-barre {
  text-decoration: line-through;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet p {
  font-size: 20px !important;
  margin-right: 0px;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet p, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet p {
    font-size: 16px !important;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet .prix-promo, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top {
  background: white !important;
  width: 30%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top img, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top img {
    width: 100%;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top hr, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top hr {
  width: 20%;
  background: grey;
  opacity: 0.6;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top hr, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit {
    font-size: 15px;
    line-height: 7px;
    padding-bottom: 10px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top .type-cheveux, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top .type-cheveux {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top .type-cheveux, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top .type-cheveux {
    font-size: 10px;
    line-height: 10px;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit-top .ajouter-panier, .page-template-template-liste-produits #filtres-produits .ma-selection .produits-selection .produit-top .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 40px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .tax-product_cat #filtres-produits .liste-page-produits, .page-template-template-liste-produits #filtres-produits .liste-page-produits {
    width: 100%;
  }
}
.tax-product_cat #filtres-produits .liste-page-produits .liste, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste {
    margin-left: 15px;
  }
}
.tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque {
  width: 28%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 30px;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  margin-right: 30px;
  position: relative;
}
.tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque::before, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 5%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque {
    width: 45%;
    height: 230px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque img, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque img {
    width: 75%;
  }
}
.tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque hr, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque hr {
  width: 20%;
  background: grey;
  opacity: 0.6;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque hr, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque .fonction-produit, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque .fonction-produit {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque .fonction-produit, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque .fonction-produit {
    font-size: 15px;
    line-height: 7px;
  }
}
.tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque .type-cheveux, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque .type-cheveux {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque .type-cheveux, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque .type-cheveux {
    font-size: 10px;
    line-height: 17px;
  }
}
.tax-product_cat #filtres-produits .liste-page-produits .liste .liste-produit-marque .ajouter-panier, .page-template-template-liste-produits #filtres-produits .liste-page-produits .liste .liste-produit-marque .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 40px;
  cursor: pointer;
  display: none;
}
.tax-product_cat #fleche-scroll, .page-template-template-liste-produits #fleche-scroll {
  background: black;
  border-radius: 100px;
  position: absolute;
  bottom: 550px;
  right: 50px;
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .tax-product_cat #fleche-scroll, .page-template-template-liste-produits #fleche-scroll {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1439px) {
  .tax-product_cat #fleche-scroll, .page-template-template-liste-produits #fleche-scroll {
    right: 5px;
    width: 69px;
    bottom: 555px;
    height: 69px;
  }
}
.tax-product_cat #fleche-scroll a, .page-template-template-liste-produits #fleche-scroll a {
  margin: auto;
}

.tax-product_cat .liste-page-produits .liste, .page-template-template-liste-produits .liste-page-produits .liste {
  -moz-column-gap: 8%;
       column-gap: 8%;
}
.tax-product_cat .liste-page-produits .liste .produit, .page-template-template-liste-produits .liste-page-produits .liste .produit {
  width: 28%;
}
.tax-product_cat .liste-page-produits .liste .produit a, .page-template-template-liste-produits .liste-page-produits .liste .produit a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.tax-product_cat .liste-page-produits .liste .produit .ajouter-panier, .page-template-template-liste-produits .liste-page-produits .liste .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .liste-page-produits .liste .produit, .page-template-template-liste-produits .liste-page-produits .liste .produit {
    width: 46%;
    min-height: 325px;
  }
}
.tax-product_cat .liste-page-produits .liste .produit .photo-produit, .page-template-template-liste-produits .liste-page-produits .liste .produit .photo-produit {
  height: auto;
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
}
.tax-product_cat .liste-page-produits .liste .produit .photo-produit::before, .page-template-template-liste-produits .liste-page-produits .liste .produit .photo-produit::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .liste-page-produits .liste .produit .marque-conditionnement, .page-template-template-liste-produits .liste-page-produits .liste .produit .marque-conditionnement {
    flex-direction: column;
  }
  .tax-product_cat .liste-page-produits .liste .produit .marque-conditionnement p, .page-template-template-liste-produits .liste-page-produits .liste .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
.tax-product_cat .liste-page-produits .liste .produit .style-produit, .page-template-template-liste-produits .liste-page-produits .liste .produit .style-produit {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .liste-page-produits .liste .produit .style-produit p, .page-template-template-liste-produits .liste-page-produits .liste .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat .liste-page-produits .liste .produit .produit-down, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down {
    padding-top: 15px;
  }
}
.tax-product_cat .liste-page-produits .liste .produit .produit-down .prix-boutique p, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .prix-boutique p {
  color: #f0c2ad !important;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .liste-page-produits .liste .produit .produit-down .prix-boutique p, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .prix-boutique p {
    font-size: 13px;
    line-height: 16px;
  }
}
.tax-product_cat .liste-page-produits .liste .produit .produit-down .prix-boutique::before, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .prix-boutique::before {
  background: #f0c2ad !important;
  opacity: 1;
}
.tax-product_cat .liste-page-produits .liste .produit .produit-down .sans-promo, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .sans-promo {
  display: flex;
  justify-content: space-between;
}
.tax-product_cat .liste-page-produits .liste .produit .produit-down .sans-promo p, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .sans-promo p {
  color: black !important;
  font-style: italic !important;
  margin: 0px;
  font-size: 12px;
}
.tax-product_cat .liste-page-produits .liste .produit .produit-down .sans-promo .prix-barre, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .sans-promo .prix-barre {
  text-decoration: line-through;
}
.tax-product_cat .liste-page-produits .liste .produit .produit-down .prix-internet p, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .prix-internet p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .liste-page-produits .liste .produit .produit-down .prix-internet p, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .prix-internet p {
    font-size: 13px;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.tax-product_cat .liste-page-produits .liste .produit .produit-down .prix-internet .prix-promo, .page-template-template-liste-produits .liste-page-produits .liste .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit {
  justify-content: unset !important;
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .produit-down {
  margin-top: auto;
}

#partie-conseils .conseil-down {
  width: 100%;
}
#partie-conseils .conseil-down button p {
  color: white !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 28px !important;
  letter-spacing: 0.1rem !important;
}

.page-template-template-home #partie-conseils .conseils .conseil-left:hover .conseil-down button p, .page-template-template-home #partie-conseils .conseils .conseil-right:hover .conseil-down button p {
  color: black !important;
}

.page-template-template-liste-produits .liste-page-produits .produit-down, .barre_rose .liste-page-produits .produit-down {
  border-top: 1px solid #f0c2ad !important;
  height: 84px !important;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.page-template-template-liste-produits .liste-page-produits .produit-down .prix-boutique::before, .barre_rose .liste-page-produits .produit-down .prix-boutique::before {
  display: none !important;
}

.page-template-template-details-produit #produit-en-detail .texte-droite button #out_of_stock {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
}

#out_of_stock_div img, #out_of_stock_div #quantite_commande {
  opacity: 0.5;
}

#out_of_stock_button {
  opacity: 0.5;
}

#produits-complementaires .produit-down {
  height: unset !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

#result_search .nothing {
  text-align: center;
}
#result_search .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  #result_search .produit {
    width: 48%;
    min-height: 325px;
  }
}
#result_search .produit .photo-produit {
  height: auto;
  display: flex;
  aspect-ratio: 1/1;
  position: relative;
}
#result_search .produit .photo-produit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#result_search .produit .photo-produit img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #result_search .produit .photo-produit img {
    width: 30%;
  }
}
#result_search .produit .head_prod {
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  #result_search .produit .head_prod .marque-conditionnement {
    flex-direction: column;
  }
  #result_search .produit .head_prod .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
#result_search .produit .head_prod .style-produit {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #result_search .produit .head_prod .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
#result_search .produit .produit-down {
  height: unset !important;
}
@media screen and (max-width: 767px) {
  #result_search .produit .produit-down {
    padding-top: 15px;
  }
}
#result_search .produit .produit-down .prix-boutique p {
  color: #f0c2ad !important;
}
@media screen and (max-width: 767px) {
  #result_search .produit .produit-down .prix-boutique p {
    font-size: 13px;
    line-height: 16px;
  }
}
#result_search .produit .produit-down .prix-boutique::before {
  background: #f0c2ad !important;
  opacity: 1;
}
#result_search .produit .produit-down .sans-promo {
  display: flex;
  justify-content: space-between;
}
#result_search .produit .produit-down .sans-promo p {
  color: black !important;
  font-style: italic !important;
  margin: 0px;
  font-size: 12px;
}
#result_search .produit .produit-down .sans-promo .prix-barre {
  text-decoration: line-through;
}
#result_search .produit .produit-down .prix-internet p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #result_search .produit .produit-down .prix-internet p {
    font-size: 13px;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
#result_search .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
#result_search .marque_search img {
  transition: 0.5s;
}
#result_search .marque_search img:hover {
  transform: scale(1.1);
}
#result_search h2 {
  color: black;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-style: italic;
  margin: 20px auto 40px auto;
  text-align: center;
}

#menu ul > li #sous-menu-produits ul {
  width: auto !important;
}

.ma-selection {
  background: #f0c2ad;
  padding: 25px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .ma-selection {
    width: 100%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .ma-selection {
    margin-top: 30px;
  }
}
.ma-selection p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 28px;
  margin-right: 20px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .ma-selection p {
    margin-bottom: 15px;
  }
}
.ma-selection .produits-selection {
  display: flex;
  cursor: pointer;
  margin-left: -25px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection {
    display: grid;
    grid-auto-flow: column !important;
    grid-template-columns: inherit !important;
    grid-auto-rows: 1fr;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-gap: 20px;
    margin-left: 0px;
    justify-content: start;
  }
}
.ma-selection .produits-selection .produit {
  width: 30%;
}
.ma-selection .produits-selection .produit a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.ma-selection .produits-selection .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit {
    width: 50vw;
  }
}
.ma-selection .produits-selection .produit .photo-produit {
  height: auto;
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit .photo-produit {
    margin-bottom: 15px;
  }
}
.ma-selection .produits-selection .produit .photo-produit::before {
  display: none !important;
}
.ma-selection .produits-selection .produit .photo-produit img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit .photo-produit img {
    width: 30%;
  }
}
.ma-selection .produits-selection .produit .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit .marque-conditionnement {
    flex-direction: column;
  }
  .ma-selection .produits-selection .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
.ma-selection .produits-selection .produit .style-produit {
  padding-bottom: 12px;
}
.ma-selection .produits-selection .produit .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit .produit-down {
    padding-top: 15px;
  }
}
.ma-selection .produits-selection .produit .produit-down .prix-boutique::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  background: white !important;
  opacity: 1;
}
.ma-selection .produits-selection .produit .produit-down .prix-boutique p {
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit .produit-down .prix-boutique p {
    font-size: 13px;
    line-height: 16px;
  }
}
.ma-selection .produits-selection .produit .produit-down .sans-promo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.ma-selection .produits-selection .produit .produit-down .sans-promo p {
  color: black !important;
  font-style: italic !important;
  font-weight: 400;
  margin-right: 0px;
  font-size: 12px !important;
  letter-spacing: 0;
  margin: 0px !important;
}
.ma-selection .produits-selection .produit .produit-down .sans-promo .prix-barre {
  text-decoration: line-through;
}
.ma-selection .produits-selection .produit .produit-down .prix-internet p {
  font-size: 20px !important;
  margin-right: 0px;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit .produit-down .prix-internet p {
    font-size: 16px !important;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.ma-selection .produits-selection .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.ma-selection .produits-selection .produit-top {
  background: white !important;
  width: 30%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit-top {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit-top img {
    width: 100%;
  }
}
.ma-selection .produits-selection .produit-top hr {
  width: 20%;
  background: grey;
  opacity: 0.6;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit-top hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.ma-selection .produits-selection .produit-top .fonction-produit {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit-top .fonction-produit {
    font-size: 15px;
    line-height: 7px;
    padding-bottom: 10px;
  }
}
.ma-selection .produits-selection .produit-top .type-cheveux {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ma-selection .produits-selection .produit-top .type-cheveux {
    font-size: 10px;
    line-height: 10px;
  }
}
.ma-selection .produits-selection .produit-top .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 40px;
  display: none;
  cursor: pointer;
}

#module_search_two .valid_search {
  position: absolute !important;
  right: 16px;
  width: 54px;
  top: 10px;
  opacity: 0;
}

.page-template-template-home #search .champs-recherche::after {
  top: 26px !important;
}

.carousel-popup1 .owl-item::before {
  display: none;
}

.ajouter-panier.add_cart {
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50% !important;
}
@media (min-width: 992px) {
  .ajouter-panier.add_cart {
    top: 170px !important;
  }
}
@media (min-width: 992px) {
  .ajouter-panier.add_cart {
    top: 203px !important;
  }
}

.page-template-template-home #bandeau-home p {
  padding: 0px 40px;
}
@media (min-width: 768px) {
  .page-template-template-home #bandeau-home p {
    padding: 0px 60px;
  }
}

.page-template-template-home #bandeau-home a {
  width: 240px !important;
}

.page-template-template-home #produits-adores .button_all_cdc {
  transition: 0.5s;
}
.page-template-template-home #produits-adores .button_all_cdc:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .page-template-template-home #produits-adores .button_all_cdc {
    text-align: center;
    display: block !important;
    width: 50%;
    margin: 20px auto !important;
  }
}

.page-template-template-home #nouveautes .nouveautes-responsive {
  border: none;
  background: #aeb8a0;
  padding: 10px 20px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  margin: 20px auto 10px auto;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  transition: 0.5s;
}
.page-template-template-home #nouveautes .nouveautes-responsive:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .page-template-template-home #nouveautes .nouveautes-responsive {
    display: none !important;
  }
}

.carousel-nouveautes .add_cart {
  top: 202px !important;
}
@media (min-width: 992px) {
  .carousel-nouveautes .add_cart {
    top: 142px !important;
  }
}

.nouveautes-left .nouveaute_all_xl {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  border: none;
  background: #aeb8a0;
  padding: 10px 20px;
  margin-top: 50px;
  transition: transform 0.5s ease;
  width: 254px;
  display: none;
}
@media (min-width: 992px) {
  .nouveautes-left .nouveaute_all_xl {
    display: block;
  }
}

.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .style-produit {
  padding-bottom: 4px !important;
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .style-produit p {
  min-height: 28px;
}
.page-template-template-home #les-indispensables .button_all_indisp {
  margin: 10px auto;
  justify-content: center;
  width: 100%;
  background: white;
  border: none;
  padding: 10px 15px;
  display: flex;
  transition: transform 0.5s ease;
  color: #f0c2ad;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}
.page-template-template-home #les-indispensables .button_all_indisp:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .page-template-template-home #les-indispensables .button_all_indisp {
    text-align: center;
    display: block !important;
    width: 274px;
    margin: 20px auto !important;
  }
}

#partie-conseils .link_conseil {
  border: none;
  background: #aeb8a0;
  padding: 10px 20px;
  margin: 30px auto 0 auto;
  transition: transform 0.5s ease;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  display: block;
  width: 200px;
}
@media (min-width: 768px) {
  #partie-conseils .link_conseil {
    margin: 30px 0 0 0;
  }
}
#partie-conseils .link_conseil:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  #partie-conseils .conseils {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  #partie-conseils .conseils a {
    margin-bottom: 5px;
    height: 215px;
  }
}
@media (min-width: 992px) {
  #partie-conseils .conseils a {
    height: unset;
  }
}
@media (min-width: 768px) {
  #partie-conseils .conseils a .conseil-down {
    width: 60% !important;
  }
}
@media (min-width: 992px) {
  #partie-conseils .conseils a .conseil-down {
    position: absolute;
    bottom: 0;
    width: 60% !important;
    transform: translateX(-50%);
    left: 50%;
  }
}

#popup-home {
  transform: translateY(-50%);
  top: 50% !important;
}
#popup-home .image-pop {
  max-width: 215px;
  margin: auto;
}
#popup-home .image-pop::after {
  display: none !important;
}
#popup-home .image-pop::before {
  display: none !important;
}

#popup-home-close {
  display: none !important;
}

#craque {
  display: block;
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 30px;
}

#marques-footer {
  background: rgba(0, 0, 0, 0.05);
}
#marques-footer::before {
  display: none;
}

#menu ul > li #sous-menu-produits ul li {
  padding-right: 40px;
}

.carousel-ventes {
  background: rgba(0, 0, 0, 0.05);
  margin-top: 25px;
}
.carousel-ventes .owl-nav {
  margin-top: 2px !important;
}
.carousel-ventes #craque {
  margin-bottom: 5px !important;
}

@media (min-width: 992px) {
  .tax-product_cat .liste-page-produits .liste .produit .ajouter-panier {
    top: 133px !important;
  }
}
.page-template-template-details-produit #produit-en-detail .filtre-image::before {
  display: none;
}

.page-template-template-details-produit #produit-en-detail .filtre-image .owl-dots {
  justify-content: center;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-dots .owl-dot {
  margin: 10px !important;
  background: #aeb8a0 !important;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-dots .owl-dot.active {
  background: black !important;
}

.page-template-template-details-produit #produit-en-detail:before {
  display: none !important;
}

#loupe {
  content: url("../images/loupe.png");
  position: absolute;
  top: 10px;
  left: 30px;
  background: #e9e8e8;
  border-radius: 100px;
  padding: 20px;
  z-index: 10;
  cursor: pointer;
}

.bloc-zoom-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.bloc-zoom-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.close-zoom {
  top: 20px;
  right: 20px;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.fancybox-overlay {
  z-index: 10000000000000;
}

#menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-1, #menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-2 {
  overflow: hidden;
}

#menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-1 img, #menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-2 img {
  width: 100% !important;
}

.checkout-button {
  background: #aeb8a0 !important;
}
.checkout-button:hover {
  background: #828a76 !important;
}

#gotoexplication-produit {
  cursor: pointer;
}

.sous-menu-accessoire {
  width: auto;
  left: 50%;
  padding: 25px 15px;
  top: 48px;
}
@media screen and (max-width: 767px) {
  .sous-menu-accessoire {
    position: absolute;
    background: white;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0;
    height: 100%;
    margin-top: 30px;
    flex-direction: column;
  }
}
.sous-menu-accessoire .retour-mobile {
  padding: 30px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  color: #aeb8a0;
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  .sous-menu-accessoire .retour-mobile {
    display: none;
  }
}
.sous-menu-accessoire ul {
  width: 100%;
  justify-content: flex-start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .sous-menu-accessoire ul {
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 0px;
    overflow-y: scroll;
  }
}
.sous-menu-accessoire ul li {
  display: flex;
  flex-direction: column;
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-width: 40px;
       column-width: 40px;
}
@media screen and (max-width: 767px) {
  .sous-menu-accessoire ul li {
    margin-bottom: 0;
  }
}
.sous-menu-accessoire ul li a {
  color: black;
}
.sous-menu-accessoire ul li a .sous-titre-menu {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: black;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.sous-menu-accessoire ul li a .images-nouveautes-menu {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sous-menu-accessoire ul li a .images-nouveautes-menu {
    display: none !important;
  }
}
.sous-menu-accessoire ul li a .images-nouveautes-menu .image-1, .sous-menu-accessoire ul li a .images-nouveautes-menu .image-2 {
  position: relative;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.sous-menu-accessoire ul li a .images-nouveautes-menu .image-1::before, .sous-menu-accessoire ul li a .images-nouveautes-menu .image-2::before {
  content: "";
  position: absolute;
  background: black;
  opacity: 5%;
  width: 100%;
  height: 100%;
}
.sous-menu-accessoire ul li a .images-nouveautes-menu .image-1 img, .sous-menu-accessoire ul li a .images-nouveautes-menu .image-2 img {
  width: 30%;
  display: flex;
  margin: auto;
}
.sous-menu-accessoire ul li .sous-sous-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sous-menu-accessoire ul li .sous-sous-menu {
    display: none;
  }
}
.sous-menu-accessoire ul li .sous-sous-menu li {
  padding: 0;
  padding-bottom: 10px;
}
.sous-menu-accessoire ul li .sous-sous-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: black;
  letter-spacing: 0.01rem;
  font-weight: 400;
}
.sous-menu-accessoire ul li .sous-sous-menu li a:hover {
  color: #f0c2ad;
}
.sous-menu-accessoire ul li .sous-sous-menu li a:active {
  color: #f0c2ad;
}
.sous-menu-accessoire ul li:hover {
  background: none;
}
.sous-menu-accessoire ul li:active {
  background: #e8e0d7;
}

.panier {
  top: 100px !important;
}
.panier ul {
  padding-left: 0;
  margin-top: 0;
}
.panier ul li {
  list-style-type: none;
}
.panier .woocommerce-mini-cart__buttons .checkout {
  display: none !important;
}
.panier .img-panier img {
  width: 100% !important;
}
.panier .remove_from_cart_button {
  content: url(../images/poubelle.png);
  height: 33px !important;
  width: 33px !important;
  margin-left: auto !important;
}
.panier .quantity {
  margin-top: auto !important;
  text-align: end !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 22px !important;
  color: rgb(0, 0, 0) !important;
}

.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .ajouter-panier {
  transform: translateX(-50%);
  left: 50% !important;
  width: 78%;
}

.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque hr {
  margin-top: 15px;
}

.search_post .conseil {
  height: 350px;
  background: black;
}
.search_post .conseil img {
  -o-object-fit: cover;
     object-fit: cover;
}
.search_post .conseil button {
  position: absolute;
  bottom: 0;
  background: black;
}

.logos-marques .owl-carousel .owl-item a {
  height: 107px;
  display: flex;
}

.images-nouveautes-menu {
  max-width: 50%;
}

#loadMore_product {
  background: #f0c2ad;
  border: none;
  padding: 10px 15px;
  display: flex;
  margin: 30px auto;
  transition: transform 0.5s ease;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .ajouter-panier {
    display: none !important;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}

#pagination {
  display: flex;
  justify-content: center;
}
#pagination #paginate_prev img {
  transform: rotate(90deg);
  margin-bottom: 4px;
}
#pagination #paginate_next img {
  transform: rotate(-90deg);
  margin-bottom: 4px;
}
#pagination a {
  color: #f0c2ad;
  margin: 10px;
}
#pagination a:hover {
  color: #747474;
}
#pagination a.active {
  color: #747474;
}
#pagination a.unset {
  opacity: 0.5;
  cursor: inherit;
}

@media (max-width: 991px) {
  #menu #sous-menu-marques ul li {
    max-width: 40%;
    margin: auto;
  }
}
.images-nouveautes-menu img {
  max-width: 50%;
}

#load_product_section > .woocommerce {
  width: 100%;
}
#load_product_section ul li a {
  display: flex;
  flex-direction: column;
}
#load_product_section ul li a .onsale {
  display: none;
}
#load_product_section ul li a .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  padding-top: 10px;
  letter-spacing: 0.15rem;
  color: #000;
  margin: 0;
}
#load_product_section ul li a h2.woocommerce-loop-product__title {
  padding-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  min-height: 90px;
  margin: 0;
  border-bottom: 1px solid #f0c2ad !important;
}
#load_product_section ul li a .prix-boutique {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
#load_product_section ul li a .prix-boutique p {
  font-style: italic;
  color: #f0c2ad;
  margin-bottom: 0;
}
#load_product_section ul li a .prix-boutique p:nth-of-type(2) {
  text-decoration: line-through;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
#load_product_section ul li .price {
  display: flex;
  flex-direction: column;
}
#load_product_section ul li .price bdi {
  width: 100%;
}
#load_product_section ul li .price .amount {
  width: 100%;
}
#load_product_section ul li .price .amount bdi {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
#load_product_section ul li .price * {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
#load_product_section ul li .price bdi::before {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  margin: 0 auto 0 0;
}
#load_product_section ul li .price del {
  text-decoration: unset;
  width: 100%;
  opacity: 1;
}
#load_product_section ul li .price del span {
  margin-bottom: -3px;
}
#load_product_section ul li .price del * {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
#load_product_section ul li .price del bdi {
  text-decoration: line-through;
}
#load_product_section ul li .price del bdi::before {
  text-decoration-color: red;
  text-decoration: unset;
  font-size: 12px;
  font-weight: 400;
  content: "Sans promotion";
  margin-right: auto;
}
#load_product_section ul li .price ins {
  width: 100%;
  text-decoration: unset;
}
#load_product_section ul li a.wp-element-button {
  display: none;
}
#load_product_section ul li.product-type-variable .price {
  flex-direction: row;
}
#load_product_section ul li.product-type-variable .price::before {
  content: "À PARTIR DE";
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  width: 100%;
  margin: 0 auto 0 0;
}
#load_product_section ul li.product-type-simple bdi::before {
  content: "VOTRE PRIX";
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  width: 100%;
  color: #000;
  margin: 0 auto 0 0;
}

p.woocommerce-result-count {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  margin-right: 15px;
  margin-top: 25px !important;
}

form.woocommerce-ordering {
  margin-top: 15px !important;
  position: relative;
}
form.woocommerce-ordering select {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 260px;
  height: 50px;
  padding: 0px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
form.woocommerce-ordering::after {
  content: url(../images/fleche-filtre.png);
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.remise_percent {
  z-index: 10;
  position: absolute;
  color: white;
  font-weight: bold;
  width: 78px;
  height: 78px;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/remise_percent.png);
}

#produit-en-detail #prix-internet del {
  display: none;
}
#produit-en-detail #prix-internet * {
  text-decoration: none;
}

@media (max-width: 991px) {
  #menu-des-produits .sous-sous-menu {
    margin-top: -10px;
  }
  #menu-des-produits .sous-sous-menu a {
    margin-top: 10px;
  }
}
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden;
  max-width: 100vw;
}

#slider {
  margin-top: -40px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #slider {
    margin-bottom: 450px;
  }
}
@media screen and (max-width: 991px) {
  #slider {
    margin-top: 0;
    margin-bottom: 645px;
  }
}
@media screen and (max-width: 767px) {
  #slider {
    margin-bottom: 500px;
  }
}
@media screen and (max-width: 575px) {
  #slider {
    margin-bottom: 700px;
  }
}
@media screen and (max-width: 575px) {
  #slider .carousel_image {
    height: 255px;
  }
  #slider .carousel_image .owl-stage-outer, #slider .carousel_image .owl-stage, #slider .carousel_image .owl-item {
    height: 100%;
  }
  #slider .carousel_image .owl-stage-outer img, #slider .carousel_image .owl-stage img, #slider .carousel_image .owl-item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
#slider .contenu {
  z-index: 9;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 70px 0 180px;
}
@media screen and (max-width: 1728px) {
  #slider .contenu {
    padding: 0 70px 0 70px;
  }
}
@media screen and (max-width: 1439px) {
  #slider .contenu {
    padding: 0 0px 0 70px;
  }
}
@media screen and (max-width: 1199px) {
  #slider .contenu {
    padding: 0;
    margin: 0;
    right: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 991px) {
  #slider .contenu {
    top: 0;
    padding: 0 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #slider .contenu {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #slider .contenu {
    padding: 0;
  }
}
#slider .contenu h1 {
  line-height: 3.5vw;
  font-size: 3.4vw;
  font-weight: 300;
  color: white;
}
#slider .contenu h1 strong {
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  #slider .contenu h1 {
    text-align: center;
    font-size: 4vw;
    line-height: 3.9vw;
  }
}
@media screen and (max-width: 991px) {
  #slider .contenu h1 {
    font-size: 4.5vw;
    line-height: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  #slider .contenu h1 {
    text-align: center;
    font-size: 5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 575px) {
  #slider .contenu h1 {
    text-align: center;
    font-size: 9.5vw;
    line-height: 9vw;
  }
}
#slider .texte {
  padding-top: 200px;
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1199px) {
  #slider .texte {
    width: 100%;
    padding-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  #slider .texte {
    padding: 80px 10px 0;
  }
}
#slider .texte .relative {
  width: 70%;
  margin-right: 10%;
}
@media screen and (max-width: 1199px) {
  #slider .texte .relative {
    width: 100%;
    margin: auto;
  }
  #slider .texte .relative .d-flex {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  #slider .texte .relative .d-flex .btn {
    width: 177px;
  }
}
#slider .texte .navigation {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 120%;
  right: 34%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#slider .texte .navigation div {
  margin: 0 15px;
  cursor: pointer;
}
#slider .texte .navigation div svg {
  stroke: white;
}
#slider .texte .navigation div svg:hover {
  stroke: #7B2A46;
}
@media screen and (max-width: 1199px) {
  #slider .texte .navigation {
    width: 100%;
    right: 50%;
  }
  #slider .texte .navigation div svg {
    max-width: 15px;
  }
}
@media screen and (max-width: 575px) {
  #slider .texte .navigation {
    display: none;
  }
}
#slider .right_part {
  width: 50%;
}
@media screen and (max-width: 1728px) {
  #slider .right_part {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  #slider .right_part {
    width: 70%;
    margin: auto;
    margin-top: -40px;
  }
}
@media screen and (max-width: 991px) {
  #slider .right_part {
    width: 100%;
    margin-top: -39px;
  }
}
@media screen and (max-width: 575px) {
  #slider .right_part {
    margin-top: 10px;
  }
}
#slider .right_part .first_side {
  padding-right: 44px;
}
@media screen and (max-width: 1358px) {
  #slider .right_part .first_side {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #slider .right_part .first_side {
    padding: 0;
  }
}
#slider .right_part .bgwhite {
  padding-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  #slider .right_part .bgwhite {
    margin-top: 60px;
  }
}
#slider .right_part hr {
  height: 2px;
  background: #747474;
  width: 161px;
  margin-right: 0;
}
#slider .right_part .category {
  transition: all 0.3s;
  height: 37px;
  text-transform: uppercase;
  max-width: 264px;
  color: #96BA38;
  font-weight: bold;
  padding-right: 15px;
  display: flex;
  font-size: 20px;
  cursor: pointer;
  align-items: center;
}
#slider .right_part .category .bottom {
  display: none;
}
#slider .right_part .category.active {
  background: #96BA38;
  color: white;
  padding-right: 45px;
}
#slider .right_part .category.active .bottom {
  display: block;
}
#slider .right_part .category.active .right {
  display: none;
}
#slider .right_part .category svg {
  margin-top: 3px;
  margin-right: 12px;
}
#slider .right_part .item {
  display: none;
}
#slider .right_part .item.open {
  display: block;
}
#slider .right_part .single_home {
  position: relative;
  z-index: 1;
  background: white;
  display: block;
  box-shadow: 0 15px 15px rgba(116, 116, 116, 0.3);
  padding-bottom: 35px;
  transition: all 0.3s;
  max-width: 245px;
}
@media screen and (max-width: 767px) {
  #slider .right_part .single_home {
    margin: auto;
  }
}
#slider .right_part .single_home h3 {
  font-size: 16px;
  color: #747474;
  line-height: 18px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
#slider .right_part .single_home hr {
  width: 82px;
  margin-right: 0;
  height: 3px;
  margin-top: 10px;
}
#slider .right_part .single_home .bottom_actu {
  padding: 0 20px;
}
#slider .right_part .single_home .bottom_actu p {
  font-size: 14px;
  line-height: 18px;
}
#slider .right_part .single_home .plus {
  background: #96BA38;
  height: 33px;
  width: 33px;
  position: absolute;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: -10px;
}
#slider .right_part .single_home .plus svg {
  stroke: white;
}
#slider .right_part .single_home:hover {
  box-shadow: 0 15px 15px rgba(116, 116, 116, 0.5);
}
#slider .right_part .single_home:hover h3 {
  color: #7B2A46;
}
#slider .right_part .single_home:hover .plus {
  background: #7B2A46;
}
#slider .right_part .single_home.horizontal {
  padding-bottom: 0px;
  display: flex;
  max-width: 100%;
  width: 100%;
}
#slider .right_part .single_home.horizontal .plus {
  right: 0;
}
#slider .right_part .single_home.ligne_2 {
  max-width: 245px;
}
#slider .right_part .btn {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #slider .right_part .btn {
    margin: auto;
    margin-top: 40px;
  }
}

#schema_mobile {
  margin-top: 40px;
}
#schema_mobile .item {
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 110px;
  transition: all 0.3s;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  #schema_mobile .item {
    font-size: 12px;
  }
}
#schema_mobile .item.biocontrole {
  background: #7B2A46;
}
#schema_mobile .item.biostimulation {
  background: #EE8800;
}
#schema_mobile .item.bionutrition {
  background: #FAE300;
}
#schema_mobile .item img {
  max-width: 54px;
}

#schema {
  padding-top: 220px;
  position: relative;
}
#schema .schema_fond {
  position: absolute;
  top: 30px;
  z-index: -1;
  width: 100%;
  max-width: 2000px;
  right: 0%;
}
#schema .filtres {
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}
#schema .filtres li {
  width: 122px;
  cursor: pointer;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 110px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#schema .filtres li.gammes {
  background: #747474;
}
#schema .filtres li.biocontrole {
  background: #7B2A46;
}
#schema .filtres li.biostimulation {
  background: #EE8800;
}
#schema .filtres li.bionutrition {
  background: #FAE300;
}
#schema .filtres li img {
  max-width: 54px;
}
#schema .filtres li.active {
  height: 137px;
}
#schema .filtres li.active img {
  max-width: 63px;
}
#schema .content_filtres {
  border-top: 12px solid;
  padding: 50px 0;
  box-shadow: -30px -20px 50px rgba(116, 116, 116, 0.2);
  background: white;
  display: none;
}
#schema .content_filtres.open {
  display: block;
}
#schema .content_filtres .schema_biostim svg {
  max-width: 100%;
}
#schema .content_filtres .blocs .bloc {
  width: 129px;
  margin-right: 15px;
  text-align: center;
  font-size: 16px;
  padding: 10px 10px 15px;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  -moz-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
#schema .content_filtres .cultures h3 {
  margin-right: 15px;
}
#schema .content_filtres .cultures hr {
  width: 100%;
  margin: 0;
  margin-top: 7px;
}
#schema .content_filtres .blocs_cultures .bloc_culture {
  text-align: center;
  margin-right: 35px;
}
#schema .content_filtres .blocs_cultures .bloc_culture .image {
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
#schema .content_filtres .blocs_cultures .bloc_culture .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
#schema .content_filtres .blocs_cultures .bloc_culture:hover .image img {
  transform: scale(1.1);
}
#schema .content_filtres .produits h3 {
  margin-right: 15px;
}
#schema .content_filtres .produits hr {
  width: 100%;
  margin: 0;
  margin-top: 7px;
}
#schema .content_filtres .blocs_produits .logo {
  margin-right: 20px;
  width: 175px;
  height: 60px;
  border: 1px solid #747474;
  display: flex;
  align-items: center;
  justify-content: center;
}
#schema .content_filtres#gammes {
  border-color: #747474;
}
#schema .content_filtres#gammes .plus {
  height: 33px;
  width: 33px;
  margin: auto;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
#schema .content_filtres#gammes .plus svg {
  stroke: white;
}
#schema .content_filtres#gammes a {
  font-size: 25px;
  font-weight: bold;
  max-width: 360px;
  max-height: 150px;
}
#schema .content_filtres#gammes a.bionutrition:hover {
  color: #7B2A46;
}
#schema .content_filtres#gammes a.bionutrition:hover .plus {
  background: #7B2A46;
}
#schema .content_filtres#gammes a.biocontrole .plus {
  margin-right: 0;
}
#schema .content_filtres#gammes a.biocontrole:hover {
  color: #EE8800;
}
#schema .content_filtres#gammes a.biocontrole:hover .plus {
  background: #EE8800;
}
#schema .content_filtres#gammes a.biostimulation .plus {
  margin-right: 0;
}
#schema .content_filtres#gammes a.biostimulation:hover {
  color: #7B2A46;
}
#schema .content_filtres#gammes a.biostimulation:hover .plus {
  background: #7B2A46;
}
#schema .content_filtres#biocontrole {
  border-color: #7B2A46;
}
#schema .content_filtres#biocontrole #Groupe_557 {
  display: none;
}
#schema .content_filtres#biocontrole #Tracé_4-2 {
  fill: #7B2A46;
}
#schema .content_filtres#biocontrole .site {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#schema .content_filtres#biocontrole .site a {
  display: flex;
  align-items: center;
}
#schema .content_filtres#biocontrole .site a span {
  margin-right: 15px;
}
#schema .content_filtres#biocontrole .site a span .filler {
  fill: #7B2A46;
}
#schema .content_filtres#biocontrole .site a:hover {
  color: #96BA38;
}
#schema .content_filtres#biocontrole .site a:hover span svg .filler {
  fill: #96BA38;
}
#schema .content_filtres#biostimulation {
  border-color: #EE8800;
}
#schema .content_filtres#biostimulation #Groupe_1543 {
  display: none;
}
#schema .content_filtres#biostimulation #Tracé_5-2 {
  fill: #EE8800;
}
#schema .content_filtres#biostimulation .site {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#schema .content_filtres#biostimulation .site a {
  display: flex;
  align-items: center;
}
#schema .content_filtres#biostimulation .site a span {
  margin-right: 15px;
}
#schema .content_filtres#biostimulation .site a span .filler {
  fill: #EE8800;
}
#schema .content_filtres#biostimulation .site a:hover {
  color: #96BA38;
}
#schema .content_filtres#biostimulation .site a:hover span svg .filler {
  fill: #96BA38;
}
#schema .content_filtres#bionutrition {
  border-color: #FAE300;
}
#schema .content_filtres#bionutrition #Groupe_558 {
  display: none;
}
#schema .content_filtres#bionutrition #Tracé_13-2 {
  fill: #FAE300;
}
#schema .content_filtres#bionutrition .site {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#schema .content_filtres#bionutrition .site a {
  display: flex;
  align-items: center;
}
#schema .content_filtres#bionutrition .site a span {
  margin-right: 15px;
}
#schema .content_filtres#bionutrition .site a span .filler {
  fill: #FAE300;
}
#schema .content_filtres#bionutrition .site a:hover {
  color: #96BA38;
}
#schema .content_filtres#bionutrition .site a:hover span svg .filler {
  fill: #96BA38;
}
#schema .content_filtres .btn {
  height: 91px;
  width: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#map {
  margin-top: 150px;
}
#map hr {
  height: 2px;
  margin-right: -250px;
  width: 80%;
}
@media screen and (max-width: 1439px) {
  #map hr {
    margin-right: -150px;
  }
}
@media screen and (max-width: 1199px) {
  #map {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  #map h3 {
    font-size: 25px;
    line-height: 25px;
  }
}

#youtube {
  width: 100%;
  padding: 50px 0;
  background: url(../images/photo-graine.jpg);
  background-size: cover;
  margin-top: 80px;
}
#youtube .btn_outline_white {
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  border: 2px solid white;
  height: 50px;
  text-shadow: 0 0 20px rgba(116, 116, 116, 0.5);
}
@media screen and (max-width: 1199px) {
  #youtube .btn_outline_white {
    width: 250px;
    margin: auto;
  }
}
#youtube .videos iframe {
  width: 100%;
  height: 250px;
}

#expertise {
  padding: 50px 0 100px;
  position: relative;
}
#expertise::after {
  content: "";
  height: 240px;
  width: 100%;
  position: absolute;
  background: #F4F4F4;
  bottom: 0;
  z-index: -2;
  right: 0;
}
@media screen and (max-width: 767px) {
  #expertise::after {
    height: 190px;
  }
}
@media screen and (max-width: 575px) {
  #expertise {
    padding-bottom: 0px;
  }
}
#expertise hr {
  height: 3px;
  width: 270px;
  margin: auto;
}
#expertise .logos {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #expertise .logos {
    margin-top: 25px;
  }
}
#expertise .expertise {
  background: white;
  position: relative;
  padding-bottom: 25px;
}
#expertise .expertise svg {
  width: 100px;
  fill: #96BA38;
  transition: all 0.3s;
}
#expertise .expertise::after {
  content: "";
  height: 20px;
  width: 80%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transform: translateX(50%);
  position: absolute;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  bottom: -10px;
  right: 50%;
  z-index: -1;
}
#expertise .expertise .plus {
  height: 33px;
  width: 33px;
  position: absolute;
  bottom: -25px;
  right: 50%;
  transform: translateX(-50%);
  background: #96BA38;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#expertise .expertise .plus svg {
  stroke: white;
  max-width: 100%;
}
#expertise .expertise:hover svg {
  fill: #7B2A46;
}
#expertise .expertise:hover .plus {
  background: #7B2A46;
}
#expertise .expertise:hover .plus svg {
  stroke: white;
}
@media screen and (max-width: 767px) {
  #expertise .expertise {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px;
  }
  #expertise .expertise svg {
    max-width: 80px;
    margin-right: 15px;
  }
  #expertise .expertise .plus {
    bottom: 14%;
    right: -15px;
    right: auto;
    transform: translateX(0) translateY(-50%);
  }
  #expertise .expertise .plus svg {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  #expertise .expertise svg {
    max-width: 60px;
    margin-right: 15px;
  }
  #expertise .expertise .f22 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #lesaffre h2 {
    font-size: 25px;
  }
}
#lesaffre .titre {
  text-align: center;
  color: #004686;
  font-size: 16px;
  font-weight: 900;
  padding: 12px;
  background: #FDFDFD;
}
#lesaffre .titre.impair {
  background: #F4F2F2;
}
@media screen and (max-width: 767px) {
  #lesaffre .titre {
    font-size: 14px;
  }
}
#lesaffre hr {
  height: 3px;
  width: 270px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #lesaffre hr {
    margin-top: 5px;
  }
}
#lesaffre .filtre {
  position: absolute;
  top: 0;
  right: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 70, 134, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 80px;
  opacity: 0;
}
#lesaffre .filtre hr {
  width: 90px;
  margin: auto;
}
#lesaffre .filtre .mot {
  width: auto;
  margin: auto;
  height: 24px;
  padding: 5px;
  text-align: center;
  color: #004686;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
#lesaffre .filtre .mot span {
  padding: 5px;
  height: 100%;
  background: white;
}
@media screen and (max-width: 1199px) {
  #lesaffre .filtre {
    padding: 10px;
  }
  #lesaffre .filtre p {
    font-size: 15px;
  }
  #lesaffre .filtre .mot {
    font-size: 15px;
  }
}
#lesaffre .item:hover .filtre {
  opacity: 1;
}
#lesaffre .item:hover .plus {
  background: #7B2A46;
}
@media screen and (max-width: 991px) {
  #lesaffre .item {
    margin-bottom: 35px;
  }
  #lesaffre .item:hover .filtre {
    opacity: 0;
  }
}
#lesaffre .plus {
  height: 33px;
  width: 33px;
  position: absolute;
  bottom: -25px;
  right: 50%;
  transform: translateX(-50%);
  background: #004686;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lesaffre .plus svg {
  stroke: white;
  max-width: 100%;
}

#formulaire {
  background: #96BA38;
  margin: 150px 0 50px;
  padding-bottom: 80px;
}
#formulaire .element {
  position: absolute;
  top: -144px;
  right: -172px;
}
#formulaire h3 {
  font-weight: 300;
  text-transform: uppercase;
}
#formulaire label {
  font-size: 16px;
}
#formulaire .select .choix {
  background: white;
  padding: 5px;
  position: relative;
  margin-bottom: 0;
}
#formulaire .select .choix::after {
  content: url(../images/drop.svg);
  position: absolute;
  right: 5px;
  top: 5px;
}
#formulaire .select .drop {
  position: absolute;
  background: white;
  display: none;
  top: 30px;
  right: 0;
  right: 0;
}
#formulaire .select .drop p {
  padding: 0px 10px;
  font-size: 14px;
  margin: 3px 0;
}
#formulaire .select .drop p:hover {
  background: #f5f5f5;
  cursor: pointer;
}
#formulaire input[type=email] {
  background: white;
  border: none;
  padding: 5px;
  height: 35px;
  margin-bottom: 0;
}
#formulaire input[type=submit] {
  background: #747474;
  height: 35px;
  margin: 0;
  border-radius: 0;
  border: 0;
}

#contact {
  margin-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contact {
    margin-top: 40px;
  }
}
#contact .element {
  position: absolute;
  bottom: -184px;
  z-index: -9;
  right: -262px;
}
#contact hr {
  height: 2px;
  width: 273px;
  background: #747474;
  marign: auto;
}
#contact .picto {
  height: 116px;
  width: 116px;
  box-shadow: 0 5px 5px rgba(116, 116, 116, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .picto svg {
  fill: #96BA38;
  width: 45px;
  height: 45px;
}
#contact .picto:hover {
  box-shadow: 0 5px 10px rgba(116, 116, 116, 0.5);
}

#top_page {
  margin-top: -40px;
}

#confirmation-commande {
  position: absolute;
  border: 10px solid black;
  top: 180px;
  left: 30%;
  background: white;
  width: 42%;
  padding: 40px;
  z-index: 99;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #confirmation-commande {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  #confirmation-commande {
    width: 100%;
    left: 0;
  }
}
#confirmation-commande img {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#confirmation-commande .titre-confirmation {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: black;
  line-height: 28px;
  letter-spacing: 0.15rem;
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 50px;
}
@media screen and (max-width: 767px) {
  #confirmation-commande .titre-confirmation {
    font-size: 15px;
    padding: 0;
  }
}
#confirmation-commande .message-confirmation {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: black;
  line-height: 28px;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #confirmation-commande .message-confirmation {
    font-size: 11px;
    line-height: 19px;
  }
}
#confirmation-commande .message-confirmation span {
  font-weight: bold;
}

#bandeau-livraison {
  background: #e8e0d7;
  margin-top: -32px;
  position: relative;
  display: flex;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #bandeau-livraison {
    margin-top: 0px;
    z-index: -9;
  }
}
@media screen and (min-width: 767px) {
  #bandeau-livraison {
    margin-top: 0px;
  }
}
#bandeau-livraison .bandeau-livraison {
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #bandeau-livraison .bandeau-livraison {
    flex-direction: column;
  }
}
#bandeau-livraison .bandeau-livraison .livraison-gratuite {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 25px;
  line-height: 18px;
  color: #000000;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #bandeau-livraison .bandeau-livraison .livraison-gratuite {
    text-align: left;
    font-size: 20px;
    padding-right: 70px;
    line-height: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  #bandeau-livraison .bandeau-livraison .livraison-gratuite {
    text-align: center;
  }
}
#bandeau-livraison .bandeau-livraison .livraison-gratuite span {
  font-weight: 100;
}
#bandeau-livraison .bandeau-livraison .bouton {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bandeau-livraison .bandeau-livraison .bouton .code-promo {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  color: #000000;
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 50px;
  margin-right: 10px;
}
#bandeau-livraison .bandeau-livraison .bouton button {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  color: white;
  background: #000000;
  width: 230px;
  height: 50px;
  border: none;
}

.close-bandeau {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 999999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .close-bandeau {
    display: none;
  }
}

#bandeau-selection {
  background: #aeb8a0;
}
#bandeau-selection .bandeau-selection {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #bandeau-selection .bandeau-selection {
    padding: 10px 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
}
#bandeau-selection .bandeau-selection p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05rem;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #bandeau-selection .bandeau-selection p {
    line-height: 15px;
    font-size: 12px;
  }
}

#logo {
  margin: 20px auto 0px auto;
}
@media screen and (max-width: 767px) {
  #logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#logo .ensemble-logo-pictos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 180px;
}
@media screen and (max-width: 767px) {
  #logo .ensemble-logo-pictos {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  #logo .ensemble-logo-pictos {
    margin-right: 0;
  }
}
#logo .ensemble-logo-pictos .logo-haut {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #logo .ensemble-logo-pictos .logo-haut {
    font-size: 20px;
    line-height: 20px;
  }
}
#logo .ensemble-logo-pictos .logo-bas {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  color: #000000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #logo .ensemble-logo-pictos .logo-bas {
    font-size: 8px;
    line-height: 25px;
    letter-spacing: 0.1rem;
  }
}
#logo .ensemble-logo-pictos .search {
  display: flex;
}
#logo .ensemble-logo-pictos .search input {
  font-family: "Montserrat", sans-serif;
  color: black;
}
#logo .ensemble-logo-pictos .search input:focus {
  border-bottom: 1px solid black;
}
#logo .ensemble-logo-pictos .search input[type=submit] {
  width: 40px;
  height: 40px;
  background: #aeb8a0;
  color: black;
}
#logo .ensemble-logo-pictos .pictos-menu {
  position: relative;
}
@media screen and (max-width: 767px) {
  #logo .ensemble-logo-pictos .pictos-menu {
    display: none;
  }
}
#logo .ensemble-logo-pictos .pictos-menu img {
  margin-right: 30px;
  cursor: pointer;
}
#logo .ensemble-logo-pictos .pictos-menu .articles-panier {
  font-size: 11px;
  letter-spacing: 0.15rem;
  color: white;
  background: black;
  border-radius: 10px;
  position: absolute;
  right: 15px;
  height: 20px;
  top: -24px;
  width: 20px;
  padding-left: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

#menu {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 767px) {
  #menu {
    display: none;
    height: 712px;
    position: fixed;
    background: white;
    top: 0px;
    left: 0;
    z-index: 100;
    padding-top: 10px;
    width: 100%;
  }
}
#menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  #menu ul {
    flex-direction: column;
    padding-top: 50px;
  }
}
#menu ul > li {
  list-style-type: none;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0px 9px;
  display: flex;
}
@media screen and (max-width: 767px) {
  #menu ul > li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  #menu ul > li {
    padding: 0px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #menu ul > li:hover {
    background: #e8e0d7;
  }
  #menu ul > li:hover .sous-menu {
    display: flex;
  }
}
#menu ul > li .point-separation {
  background: #fbf2de;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
#menu ul > li a, #menu ul > li p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
}
@media screen and (max-width: 767px) {
  #menu ul > li a, #menu ul > li p {
    margin: 0;
  }
}
#menu ul > li.active {
  background: #e8e0d7;
}
#menu ul > li .sous-menu {
  display: none;
  align-items: baseline;
  position: absolute;
  background: white;
  margin: auto;
  z-index: 999;
  left: 0;
  top: 48px;
}
@media screen and (max-width: 767px) {
  #menu ul > li .sous-menu {
    width: 100%;
    left: 0;
    padding: 0px 30px;
    justify-content: center;
  }
}
#menu ul > li #sous-menu-marques {
  align-items: center;
  width: 155%;
  left: -300px;
  justify-content: start;
  padding: 25px 350px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #menu ul > li #sous-menu-marques {
    position: absolute;
    background: white;
    top: 0;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 20px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
#menu ul > li #sous-menu-marques .retour-mobile {
  height: 15px;
  width: 15px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(-45deg);
}
@media screen and (min-width: 767px) {
  #menu ul > li #sous-menu-marques .retour-mobile {
    display: none;
  }
}
#menu ul > li #sous-menu-marques ul {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #menu ul > li #sous-menu-marques ul {
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0px;
  }
}
#menu ul > li #sous-menu-marques ul li {
  transition: transform 0.5s ease;
  width: 150px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#menu ul > li #sous-menu-marques ul li::before {
  content: "";
  position: absolute;
  background: black;
  opacity: 5%;
  width: 100%;
  height: 100%;
}
#menu ul > li #sous-menu-marques ul li:hover {
  background: none;
  transform: scale(1.1);
}
#menu ul > li #sous-menu-marques ul li:active {
  background: #e8e0d7;
}
#menu ul > li .fleche-menu-suivant {
  position: relative;
}
#menu ul > li .fleche-menu-suivant::before {
  content: "";
  position: absolute;
  top: 9px;
  right: -15px;
  height: 9px;
  width: 9px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
@media screen and (min-width: 767px) {
  #menu ul > li .fleche-menu-suivant::before {
    display: none;
  }
}
#menu ul > li #sous-menu-produits {
  width: 95vw;
  left: 50%;
  padding: 25px 2vw;
  top: 47px;
}
@media (min-width: 992px) {
  #menu ul > li #sous-menu-produits {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #menu ul > li #sous-menu-produits {
    position: absolute;
    background: white;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0;
    height: 100%;
    margin-top: 30px;
    flex-direction: column;
  }
}
#menu ul > li #sous-menu-produits .retour-mobile {
  height: 15px;
  width: 15px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(-45deg);
}
@media screen and (min-width: 767px) {
  #menu ul > li #sous-menu-produits .retour-mobile {
    display: none;
  }
}
#menu ul > li #sous-menu-produits ul {
  width: 100%;
  justify-content: flex-start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #menu ul > li #sous-menu-produits ul {
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 0px;
    overflow-y: scroll;
  }
}
#menu ul > li #sous-menu-produits ul li {
  display: flex;
  flex-direction: column;
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-width: 40px;
       column-width: 40px;
}
@media screen and (max-width: 767px) {
  #menu ul > li #sous-menu-produits ul li {
    margin-bottom: 0;
  }
}
#menu ul > li #sous-menu-produits ul li a {
  color: black;
}
#menu ul > li #sous-menu-produits ul li a .sous-titre-menu {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: black;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
#menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu {
    display: none !important;
  }
}
#menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-1, #menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-2 {
  position: relative;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  margin-right: 7px;
}
#menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-1::before, #menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-2::before {
  content: "";
  position: absolute;
  background: black;
  opacity: 5%;
  width: 100%;
  height: 100%;
}
#menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-1 img, #menu ul > li #sous-menu-produits ul li a .images-nouveautes-menu .image-2 img {
  width: 30%;
  display: flex;
  margin: auto;
}
#menu ul > li #sous-menu-produits ul li .sous-sous-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #menu ul > li #sous-menu-produits ul li .sous-sous-menu {
    display: none;
  }
}
#menu ul > li #sous-menu-produits ul li .sous-sous-menu li {
  padding: 0;
  padding-bottom: 10px;
}
#menu ul > li #sous-menu-produits ul li .sous-sous-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: black;
  letter-spacing: 0.01rem;
  font-weight: 400;
}
#menu ul > li #sous-menu-produits ul li .sous-sous-menu li a:hover {
  color: #f0c2ad;
}
#menu ul > li #sous-menu-produits ul li .sous-sous-menu li a:active {
  color: #f0c2ad;
}
#menu ul > li #sous-menu-produits ul li:hover {
  background: none;
}
#menu ul > li #sous-menu-produits ul li:active {
  background: #e8e0d7;
}
#menu ul .sep:hover {
  background: white;
}
@media screen and (max-width: 767px) {
  #menu ul .menu-click-responsive {
    margin-bottom: 500px;
  }
}

.background-menu {
  display: none;
  position: absolute;
  top: 162px;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 40%;
}

.panier {
  display: none;
  position: absolute;
  right: 0;
  background: white;
  width: 450px;
  min-height: 275px;
  top: 170px;
  z-index: 9999;
  padding: 20px 20px;
  box-shadow: 0px 0px 15px -8px grey;
}
@media screen and (max-width: 767px) {
  .panier {
    bottom: 50px;
    top: auto;
    position: fixed;
    width: auto;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .panier {
    top: 162px;
  }
}
.panier .panier-up {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 15px;
}
.panier .panier-up::after {
  position: absolute;
  content: url("../images/poubelle.png");
  right: 10px;
  top: 0px;
}
.panier .panier-up .img-panier {
  width: 96px;
  height: 96px;
  position: relative;
  margin-right: 15px;
}
.panier .panier-up .img-panier::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 5%;
}
.panier .panier-up .img-panier img {
  display: flex;
  margin: auto;
}
.panier .panier-up .detail-panier {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.panier .panier-up .detail-panier .nom-produit {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  line-height: 12px !important;
  letter-spacing: 0.15rem !important;
  color: black !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.panier .panier-up .detail-panier .style-produit {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: black;
}
.panier .panier-up .detail-panier .conditionnement {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  margin-top: -10px;
}
.panier .panier-up .detail-panier .ajout-panier {
  display: flex;
  justify-content: space-between;
}
.panier .panier-up .detail-panier .ajout-panier .ajout-gauche {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  margin-left: -15px;
}
.panier .panier-up .detail-panier .ajout-panier .ajout-gauche img {
  width: 7%;
  margin-right: 0;
  margin-left: 0;
}
.panier .panier-up .detail-panier .ajout-panier .ajout-gauche .nombre-panier {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
}
.panier .panier-up .detail-panier .ajout-panier .ajout-droite .total-panier {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 22px;
  color: black;
}
.panier .panier-up .detail-panier .ajout-panier .ajout-droite .total-panier span {
  font-weight: bold;
  font-size: 15px;
}
.panier .panier-down {
  position: relative;
}
.panier .panier-down::before {
  content: "";
  background: black;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10px;
}
.panier .panier-down p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: black;
}
.panier .panier-down p span {
  font-weight: bold;
  font-size: 15px;
}
.panier .panier-down .total-total {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 22px;
  color: black;
  text-align: right;
}
.panier .panier-down .total-total span {
  font-weight: bold;
  font-size: 25px;
}
.panier button {
  background: black;
  height: 50px;
  border: none;
  width: 100%;
}
.panier button a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  color: white;
  font-weight: bold;
}

.fil-ariane p, .fil-ariane a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 28px;
  color: black;
  position: relative;
  z-index: 2;
}
.fil-ariane p span a, .fil-ariane a span a {
  color: #aeb8a0;
  padding-right: 5px;
}

#pop-up-flash-day {
  background: white;
  position: absolute;
  top: 27%;
  right: 0;
  box-shadow: 0px 0px 15px grey;
  padding: 20px;
  width: 270px;
}
#pop-up-flash-day .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
}
#pop-up-flash-day .titre-vente {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 35px;
  color: black;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#pop-up-flash-day .produit-flashe {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  color: black;
}
#pop-up-flash-day .date-remise {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #f0c2ad;
  font-weight: bold;
}
#pop-up-flash-day button {
  border: none;
  background: black;
  padding: 10px 60px;
}
#pop-up-flash-day button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}

.produit {
  margin-top: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.produit .photo-produit {
  background: white;
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
}
.produit .photo-produit img {
  display: flex;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .produit .photo-produit img {
    width: 100% !important;
  }
}
.produit .marque-conditionnement {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .produit .marque-conditionnement {
    flex-direction: column;
  }
}
.produit .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  padding-top: 10px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
.produit .marque-conditionnement p:last-of-type {
  min-width: 30%;
}
.produit .style-produit {
  padding-bottom: 12px;
}
.produit .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin: 0;
}
.produit .prix-boutique {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.produit .prix-boutique::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0.3;
  top: 0;
}
.produit .prix-boutique p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white;
  margin: 0;
  font-style: italic;
}
.produit .prix-boutique p:nth-of-type(2) {
  text-decoration: line-through;
}
.produit .prix-internet {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 767px) {
  .produit .prix-internet {
    margin-top: -10px;
  }
}
.produit .prix-internet p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: black;
  margin: 0;
}
.produit .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.produit .discover {
  border: none;
  background: black;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 0;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: center;
}
.produit .discover a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: center;
}

.page-template-template-home #bandeau-home {
  padding-bottom: 170px;
}
@media (max-width: 390px) {
  .page-template-template-home #bandeau-home {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-home #bandeau-home {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-home #bandeau-home .container-fluid {
    position: relative;
  }
  .page-template-template-home #bandeau-home .container-fluid .row .col-lg-12.col-md-12.col-sm-12 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 767px) {
  .page-template-template-home #bandeau-home .headerhome, .page-template-template-home #bandeau-home .slider--mobile {
    position: absolute;
  }
}
.page-template-template-home #bandeau-home .headerhome .owl-item, .page-template-template-home #bandeau-home .slider--mobile .owl-item {
  height: 630px;
}
@media (min-width: 574px) and (max-width: 767px) {
  .page-template-template-home #bandeau-home .headerhome .owl-item, .page-template-template-home #bandeau-home .slider--mobile .owl-item {
    height: 500px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 574px) {
  .page-template-template-home #bandeau-home .headerhome .owl-item, .page-template-template-home #bandeau-home .slider--mobile .owl-item {
    height: 500px;
    margin-bottom: 3rem;
  }
}
.page-template-template-home #bandeau-home .headerhome .owl-item img, .page-template-template-home #bandeau-home .slider--mobile .owl-item img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #bandeau-home .headerhome .owl-item img, .page-template-template-home #bandeau-home .slider--mobile .owl-item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-template-template-home #bandeau-home .headerhome .owl-item a, .page-template-template-home #bandeau-home .slider--mobile .owl-item a {
  height: 500px;
}
.page-template-template-home #bandeau-home .headerhome .owl-item a img, .page-template-template-home #bandeau-home .slider--mobile .owl-item a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-home #bandeau-home .headerhome .owl-nav, .page-template-template-home #bandeau-home .slider--mobile .owl-nav {
  display: flex;
}
.page-template-template-home #bandeau-home .headerhome .owl-nav .owl-prev, .page-template-template-home #bandeau-home .slider--mobile .owl-nav .owl-prev {
  content: url("../images/chevron-blanc.png");
  position: absolute;
  left: 10px;
  top: 55%;
  transform: rotate(180deg);
  cursor: pointer;
}
@media screen and (min-width: 767px) and (max-width: 1599px) {
  .page-template-template-home #bandeau-home .headerhome .owl-nav .owl-prev, .page-template-template-home #bandeau-home .slider--mobile .owl-nav .owl-prev {
    left: 0px;
    top: 45%;
  }
}
.page-template-template-home #bandeau-home .headerhome .owl-nav .owl-next, .page-template-template-home #bandeau-home .slider--mobile .owl-nav .owl-next {
  content: url("../images/chevron-blanc.png");
  position: absolute;
  right: 10px;
  top: 55%;
  cursor: pointer;
}
@media screen and (min-width: 767px) and (max-width: 1599px) {
  .page-template-template-home #bandeau-home .headerhome .owl-nav .owl-next, .page-template-template-home #bandeau-home .slider--mobile .owl-nav .owl-next {
    right: 0px;
    padding-bottom: 200px;
    position: absolute;
    top: 45%;
  }
}
.page-template-template-home #bandeau-home p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: lighter;
  line-height: 50px;
  color: white;
  padding-bottom: 80px;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #bandeau-home p {
    font-size: 35px;
    line-height: 35px;
    padding: 0px 20px;
    padding-top: 70px;
  }
}
.page-template-template-home #bandeau-home a {
  display: flex;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  color: white !important;
  border: 1px solid white;
  padding: 10px 20px;
  background: none;
  width: 13%;
  transition: transform 0.5s ease;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .page-template-template-home #bandeau-home a {
    width: 70%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .page-template-template-home #bandeau-home a {
    margin-top: 30px;
    width: 65%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-home #bandeau-home a {
    width: 31%;
  }
}
@media screen and (min-width: 1439px) {
  .page-template-template-home #bandeau-home a {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .page-template-template-home #bandeau-home a {
    width: 17%;
  }
}
.page-template-template-home #bandeau-home .slider--mobile {
  display: block;
  height: 100%;
}
.page-template-template-home #bandeau-home .slider--mobile .link_slider {
  height: 100%;
  width: 100% !important;
  padding: 10px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aeb8a0;
}
.page-template-template-home #bandeau-home .slider--mobile img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .page-template-template-home #bandeau-home .slider--mobile {
    display: none;
  }
}
.page-template-template-home #bandeau-home .no-images {
  position: absolute;
}
.page-template-template-home #bandeau-home .no-images .owl-item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #bandeau-home .headerhome {
    display: none;
  }
}
.page-template-template-home #bandeau-home .content {
  z-index: 1;
  position: relative;
  margin: auto;
  width: 80%;
}
@media (max-width: 767px) {
  .page-template-template-home #bandeau-home .content {
    display: none;
  }
}
.page-template-template-home #bandeau-home .content p {
  padding-top: 200px;
}
@media (min-width: 580px) and (max-width: 767px) {
  .page-template-template-home #bandeau-home .content p {
    padding-bottom: 100px;
  }
}
@media (min-width: 390px) and (max-width: 580px) {
  .page-template-template-home #bandeau-home .content p {
    padding-bottom: 50px;
  }
}
@media (max-width: 390px) {
  .page-template-template-home #bandeau-home .content p {
    padding-bottom: 0px;
    padding-top: 150px;
  }
}
.page-template-template-home #bandeau-home #no-images {
  display: block;
}
.page-template-template-home #search {
  display: flex;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #search {
    display: none;
  }
}
.page-template-template-home #search .champs-recherche {
  display: flex;
  margin: auto;
  padding: 0;
}
.page-template-template-home #search .champs-recherche::after {
  content: url("../images/loupe.png");
  position: absolute;
  right: 40px;
  top: 20px;
}
.page-template-template-home #search input {
  border: 1px solid #babab9;
  position: relative;
  color: black;
  height: 50px;
  padding-left: 20px;
}
.page-template-template-home #search input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-style: italic;
  color: black;
}
.page-template-template-home #search input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-style: italic;
  color: black;
}
.page-template-template-home #description-lamya {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #description-lamya {
    display: none;
  }
}
.page-template-template-home #description-lamya h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 45px;
  color: black;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #description-lamya h1 {
    margin-bottom: 30px;
  }
}
.page-template-template-home #description-lamya h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 65px;
  color: #aeb8a0;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}
.page-template-template-home #description-lamya p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: black;
  font-weight: 400;
  text-align: left;
  padding-right: 10px;
  opacity: 80%;
}
.page-template-template-home #description-lamya .citation {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: black;
  font-weight: 500;
  text-align: left;
  font-style: italic;
  margin-top: 80px;
  padding-left: 49px;
  position: relative;
}
.page-template-template-home #description-lamya .citation::before {
  content: "«";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  line-height: 45px;
  color: #aeb8a0;
  font-weight: bold;
  font-style: italic;
  top: -60px;
  left: 0px;
}
.page-template-template-home #description-lamya .lamya-right {
  position: relative;
}
.page-template-template-home #description-lamya .lamya-right img {
  position: relative;
  top: 45%;
  height: 300px;
  min-width: 430px;
  left: -80px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-home #description-lamya .lamya-right img {
    display: none;
  }
}
.page-template-template-home #description-lamya .lamya-right::after {
  content: url("../images/accroche-cercle.png");
  position: absolute;
  top: 33%;
  right: -50px;
}
.page-template-template-home #produits-adores {
  background: #aeb8a0;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 390px) and (max-width: 767px) {
  .page-template-template-home #produits-adores {
    padding-top: 4rem;
  }
}
@media (min-width: 378px) and (max-width: 390px) {
  .page-template-template-home #produits-adores {
    padding-top: 10rem;
  }
}
@media (max-width: 378px) {
  .page-template-template-home #produits-adores {
    padding-top: 4rem;
  }
}
.page-template-template-home #produits-adores .liste-des-produits-adores img {
  display: flex;
  margin: 50px auto 10px auto;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #produits-adores .liste-des-produits-adores img {
    margin: 20px auto 10px auto;
  }
}
.page-template-template-home #produits-adores .liste-des-produits-adores h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  text-align: center;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #produits-adores .liste-des-produits-adores h2 {
    font-size: 14px;
  }
}
.page-template-template-home #produits-adores .liste-des-produits-adores h2::after {
  background: url("../images/coeur.png");
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-template-home #produits-adores .liste-des-produits-adores p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 80%;
  letter-spacing: 0.05rem;
  color: black;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #produits-adores .liste-des-produits-adores p {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 20px;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit {
  margin-top: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-bottom: 5px;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit:hover button {
  background: #aeb8a0;
  border: 2px solid white;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 80px;
  display: none;
  cursor: pointer;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .photo-produit {
  background: white;
  display: flex;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .marque-conditionnement {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .marque-conditionnement {
    flex-direction: column;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 14px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .marque-conditionnement p {
    line-height: 15px;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .style-produit {
  padding-bottom: 12px;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .style-produit p {
    line-height: 15px;
    padding-top: 5px;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-boutique {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: 0px;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-boutique::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0.3;
  top: -5px;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-boutique::before {
    top: -5px;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-boutique p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white;
  margin: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-boutique p {
    font-size: 11px;
    line-height: 11px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-boutique p {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-boutique p:nth-of-type(2) {
  text-decoration: line-through;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-internet {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -5px;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-internet p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: black;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-internet p {
    font-size: 11px;
    line-height: 12px;
    padding: 5px 0px 10px 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-internet p {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .discover {
  border: none;
  background: black;
  width: 100%;
  padding: 10px 0px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.page-template-template-home #produits-adores .carousel-adores .owl-item .produit .discover a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: center;
}
.page-template-template-home #produits-adores .carousel-adores .owl-nav {
  display: flex;
}
.page-template-template-home #produits-adores .carousel-adores .owl-nav .owl-prev {
  position: absolute;
  content: url("../images/chevron-rose.png");
  top: 55%;
  left: -5%;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-nav .owl-prev {
    display: none;
  }
}
.page-template-template-home #produits-adores .carousel-adores .owl-nav .owl-next {
  position: absolute;
  content: url("../images/chevron-rose.png");
  top: 55%;
  right: -5%;
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #produits-adores .carousel-adores .owl-nav .owl-next {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #produits-adores #produit-hide {
    display: none;
  }
}
.page-template-template-home #produits-adores .button_all_cdc {
  background: #f0c2ad;
  border: none;
  padding: 10px 15px;
  display: flex;
  margin: 30px auto;
  transition: transform 0.5s ease;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #produits-adores .button_all_cdc {
    margin: 10px auto;
    justify-content: center;
    width: 100%;
    margin-top: -10px;
  }
}
.page-template-template-home #nouveautes {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.page-template-template-home #nouveautes .nouveautes-left .titre-nouveaute {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-left .titre-nouveaute {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0px 80px;
  }
}
.page-template-template-home #nouveautes .nouveautes-left h2 {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 45px;
  line-height: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-left h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.page-template-template-home #nouveautes .nouveautes-left h2 span {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 45px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-left h2 span {
    font-size: 30px;
    line-height: 12px;
    text-align: center;
  }
}
.page-template-template-home #nouveautes .nouveautes-left .description-nouveaute {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  opacity: 80%;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-left .description-nouveaute {
    display: none;
  }
}
.page-template-template-home #nouveautes .nouveautes-left button {
  border: none;
  background: #aeb8a0;
  padding: 10px 20px;
  margin-top: 50px;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #nouveautes .nouveautes-left button {
    display: none;
  }
}
.page-template-template-home #nouveautes .nouveautes-left button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}
.page-template-template-home #nouveautes .nouveautes-left button:hover {
  transform: scale(1.2);
}
.page-template-template-home #nouveautes .nouveautes-right {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  position: relative;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit {
  margin: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit {
    min-height: 325px;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .photo-produit {
  display: flex;
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .photo-produit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .photo-produit img {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .photo-produit {
    height: auto !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .marque-conditionnement {
    flex-direction: column;
  }
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .style-produit {
  padding-bottom: 12px;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .style-produit p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .produit-down {
    padding-top: 15px;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .produit-down .prix-boutique p {
  color: #f0c2ad !important;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .produit-down .prix-boutique p {
    font-size: 11px;
    line-height: 16px;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .produit-down .prix-boutique::before {
  background: #f0c2ad !important;
  opacity: 1;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .produit-down .prix-internet p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .produit-down .prix-internet p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit::before {
  content: url("../images/nouveau.png");
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit::before {
    display: none;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit::after {
  content: url("../images/nouveau-responsive.png");
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (min-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit::after {
    display: none;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-nav {
  display: flex;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-nav .owl-prev {
  content: url("../images/chevron-vert.png");
  position: absolute;
  top: 52%;
  left: -35px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-nav .owl-prev {
    display: none;
  }
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-nav .owl-next {
  content: url("../images/chevron-vert.png");
  position: absolute;
  top: 52%;
  right: -35px;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-nav .owl-next {
    display: none;
  }
}
.page-template-template-home #nouveautes .nouveautes-responsive {
  border: none;
  background: #aeb8a0;
  padding: 10px 20px;
  width: 92%;
  display: flex;
  justify-content: center;
  margin: 20px auto 10px auto;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-home #nouveautes .nouveautes-responsive {
    width: 42%;
  }
}
@media screen and (min-width: 1199px) {
  .page-template-template-home #nouveautes .nouveautes-responsive {
    display: none;
  }
}
.page-template-template-home #nouveautes .nouveautes-responsive a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}
.page-template-template-home #les-indispensables {
  background: #f0c2ad;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}
.page-template-template-home #les-indispensables .liste-des-indispensables {
  text-align: center;
}
.page-template-template-home #les-indispensables .liste-des-indispensables h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  text-align: center;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-des-indispensables h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-template-template-home #les-indispensables .liste-des-indispensables h2::before {
  background: url("../images/etoile.png");
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-template-home #les-indispensables .liste-des-indispensables p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
  letter-spacing: 0.05rem;
  color: black;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-des-indispensables p {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables {
    justify-content: space-around;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit {
    min-height: 520px;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  cursor: pointer;
  display: none;
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .photo-produit {
  margin-bottom: 10px;
  display: flex;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .marque-conditionnement {
    flex-direction: column;
  }
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 14px;
    padding-top: 0px;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .style-produit {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-boutique {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-boutique {
    padding-top: 10px;
  }
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-boutique p {
    font-size: 11px;
    line-height: 14px;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-boutique::before {
  top: 30px;
  background: white;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-boutique::before {
    top: 10px;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-internet p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-internet p {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-item .produit .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-nav {
  display: flex;
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-nav .owl-prev {
  content: url("../images/chevron-blanc.png");
  position: absolute;
  top: 245px;
  left: -35px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-nav .owl-prev {
    display: none;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables .owl-nav .owl-next {
  content: url("../images/chevron-blanc.png");
  position: absolute;
  top: 245px;
  right: -35px;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables .owl-nav .owl-next {
    display: none;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables #produit-promo {
  position: relative;
}
.page-template-template-home #les-indispensables .liste-produits-indispensables #produit-promo::before {
  content: url("../images/promo.png");
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables #produit-promo::before {
    display: none;
  }
}
.page-template-template-home #les-indispensables .liste-produits-indispensables #produit-promo::after {
  content: url("../images/promo-responsive.png");
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (min-width: 767px) {
  .page-template-template-home #les-indispensables .liste-produits-indispensables #produit-promo::after {
    display: none;
  }
}
.page-template-template-home #partie-conseils {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils {
    padding-bottom: 0px;
  }
}
.page-template-template-home #partie-conseils .titre-conseil {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils .titre-conseil {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
}
.page-template-template-home #partie-conseils h2 {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 45px;
  line-height: 45px;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
  }
}
.page-template-template-home #partie-conseils h2 span {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 45px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils h2 span {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.page-template-template-home #partie-conseils .description-conseil {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  opacity: 80%;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils .description-conseil {
    display: none;
  }
}
.page-template-template-home #partie-conseils button {
  border: none;
  background: #aeb8a0;
  padding: 10px 20px;
  margin-top: 30px;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils button {
    display: none;
  }
}
.page-template-template-home #partie-conseils button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}
.page-template-template-home #partie-conseils button:hover {
  transform: scale(1.2);
}
.page-template-template-home #partie-conseils .conseils {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .page-template-template-home #partie-conseils .conseils {
    flex-direction: column;
  }
}
.page-template-template-home #partie-conseils .conseils .conseil-left, .page-template-template-home #partie-conseils .conseils .conseil-right {
  position: relative;
  padding: 0;
  transition: transform 0.5s ease;
  cursor: pointer;
  background-position: center !important;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils .conseils .conseil-left, .page-template-template-home #partie-conseils .conseils .conseil-right {
    height: 215px;
    margin-bottom: 10Px;
  }
}
.page-template-template-home #partie-conseils .conseils .conseil-left p, .page-template-template-home #partie-conseils .conseils .conseil-right p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils .conseils .conseil-left p, .page-template-template-home #partie-conseils .conseils .conseil-right p {
    font-size: 20px;
    line-height: 20px;
  }
}
.page-template-template-home #partie-conseils .conseils .conseil-left button, .page-template-template-home #partie-conseils .conseils .conseil-right button {
  background: black;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 10px 60px;
  display: flex;
  margin: auto;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media screen and (max-width: 992px) {
  .page-template-template-home #partie-conseils .conseils .conseil-left button, .page-template-template-home #partie-conseils .conseils .conseil-right button {
    display: none;
  }
}
.page-template-template-home #partie-conseils .conseils .conseil-left .conseil-down, .page-template-template-home #partie-conseils .conseils .conseil-right .conseil-down {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .page-template-template-home #partie-conseils .conseils .conseil-left .conseil-down, .page-template-template-home #partie-conseils .conseils .conseil-right .conseil-down {
    position: absolute;
    background: black;
    height: 215px;
    width: 50%;
    right: 0;
    display: flex;
    align-items: center;
    padding: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-home #partie-conseils .conseils .conseil-left .conseil-down, .page-template-template-home #partie-conseils .conseils .conseil-right .conseil-down {
    width: 81%;
  }
}
.page-template-template-home #partie-conseils .conseils .conseil-left:hover, .page-template-template-home #partie-conseils .conseils .conseil-right:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  .page-template-template-home #partie-conseils .conseils .conseil-left:hover, .page-template-template-home #partie-conseils .conseils .conseil-right:hover {
    transform: none;
  }
}
.page-template-template-home #partie-conseils .conseils .conseil-left:hover button, .page-template-template-home #partie-conseils .conseils .conseil-right:hover button {
  background: white;
  transform: none;
}
.page-template-template-home #partie-conseils .conseils .conseil-left:hover button a, .page-template-template-home #partie-conseils .conseils .conseil-right:hover button a {
  color: black;
}
.page-template-template-home #partie-conseils .conseil-left {
  background: url("../images/conseil-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils .conseil-left {
    background-size: contain;
    background-position: inherit;
  }
}
.page-template-template-home #partie-conseils .conseil-right {
  background: url("../images/conseil-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #partie-conseils .conseil-right {
    background-size: contain;
    background-position: inherit;
  }
}
.page-template-template-home #popup-home {
  padding: 10px 20px;
  cursor: pointer;
  position: fixed;
  top: 250px;
  background: white;
  right: 0;
  width: 255px;
  z-index: 99;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #popup-home {
    display: none;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .page-template-template-home #popup-home {
    top: 155px;
  }
}
.page-template-template-home #popup-home::before {
  content: url("../images/ventes_flash.png");
  position: absolute;
  left: -50px;
  top: 100px;
  z-index: 9;
  animation-duration: 0.8s;
  animation-name: clignoter;
  animation-iteration-count: infinite;
  transition: none;
}
@keyframes clignoter {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-template-template-home #popup-home .close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9999;
}
.page-template-template-home #popup-home .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.page-template-template-home #popup-home .titre-vente {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 35px;
  color: black;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  animation-duration: 0.8s;
  animation-name: clignoter;
  animation-iteration-count: infinite;
  transition: none;
}
@keyframes clignoter {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-template-template-home #popup-home .produit-flashe {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  color: black;
  margin-left: 39px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.page-template-template-home #popup-home .date-remise {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #f0c2ad;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 39px;
}
.page-template-template-home #popup-home .image-pop {
  position: relative;
}
.page-template-template-home #popup-home .image-pop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 5%;
  top: 0;
  left: 0;
}
.page-template-template-home #popup-home button {
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
}
.page-template-template-home #popup-home button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.page-template-template-home #popup-home-close {
  height: 45px;
  padding: 10px 20px;
  cursor: pointer;
  position: fixed;
  top: 250px;
  background: white;
  right: 0;
  width: 255px;
  z-index: 9;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #popup-home-close {
    display: none;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .page-template-template-home #popup-home-close {
    top: 155px;
  }
}
.page-template-template-home #popup-home-close::before {
  display: none;
}
.page-template-template-home #popup-home-close .close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9999;
}
.page-template-template-home #popup-home-close .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.page-template-template-faq #faq h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.page-template-template-faq #faq h1 span {
  font-style: italic;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: none;
}
.page-template-template-faq #faq h1::after {
  content: url("../images/accroche-cercle.png");
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-template-template-faq #faq h1::after {
    display: none;
  }
}
.page-template-template-faq .partie-faq .categorie-faq {
  padding-bottom: 40px;
}
.page-template-template-faq .partie-faq .categorie-faq .titre-categorie h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.page-template-template-faq .partie-faq .categorie-faq ul {
  padding: 0;
}
.page-template-template-faq .partie-faq .categorie-faq ul li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .answer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background: #e8e0d7;
  cursor: pointer;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .answer h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  color: #353535;
  font-weight: 400;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .page-template-template-faq .partie-faq .categorie-faq ul li .answer h2 {
    line-height: 21px;
    padding-right: 20px;
  }
}
.page-template-template-faq .partie-faq .categorie-faq ul li .answer svg {
  min-width: 1rem;
  transform: rotate(-90deg);
}
.page-template-template-faq .partie-faq .categorie-faq ul li .answer svg .cls-1 {
  fill: black;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .turn svg {
  transform: rotate(1deg);
}
.page-template-template-faq .partie-faq .categorie-faq ul li .turn svg .cls-1 {
  fill: white;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .reponse {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  color: #585858;
  margin-left: 30px;
  display: none;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .reponse .detail-reponse {
  padding-left: 30px;
  font-size: 14px;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .reponse ul {
  padding-left: 40px;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .reponse ul li {
  padding-left: 30px;
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
}
.page-template-template-faq .partie-faq .categorie-faq ul li .reponse ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-template-template-faq #fleche-scroll {
  z-index: 1;
  background: black;
  border-radius: 100px;
  position: absolute;
  bottom: 550px;
  right: 50px;
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .page-template-template-faq #fleche-scroll {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1439px) {
  .page-template-template-faq #fleche-scroll {
    right: 5px;
    width: 69px;
    bottom: 555px;
    height: 69px;
  }
}
.page-template-template-faq #fleche-scroll a {
  margin: auto;
}

.page-template-template-details-produit #produit-en-detail {
  margin-top: 30px;
  position: relative;
}
.page-template-template-details-produit #produit-en-detail:before {
  content: url("../images/loupe.png");
  position: absolute;
  top: 30px;
  left: 13%;
  background: #e9e8e8;
  border-radius: 100px;
  padding: 18px 20px 13px 20px;
  z-index: 1;
}
@media screen and (min-width: 1599px) {
  .page-template-template-details-produit #produit-en-detail:before {
    left: 22%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .page-template-template-details-produit #produit-en-detail:before {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail:before {
    display: none;
  }
}
.page-template-template-details-produit #produit-en-detail .filtre-image {
  position: relative;
  z-index: 1;
}
.page-template-template-details-produit #produit-en-detail .filtre-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: black;
  opacity: 5%;
  width: 100%;
  height: 100%;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-nav {
  display: flex;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-nav .owl-prev {
  content: url("../images/chevron-gris.png");
  position: absolute;
  top: 45%;
  left: 20px;
  z-index: 999;
  transform: rotate(180deg);
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-nav .owl-next {
  content: url("../images/chevron-gris.png");
  position: absolute;
  top: 46%;
  right: 20px;
  z-index: 999;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-dots {
  display: flex;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-dots .owl-dot {
  background: black;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: auto;
  margin-top: 7px;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .owl-dots .owl-dot .active {
  background: #aeb8a0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: auto;
  margin-top: 7px;
}
.page-template-template-details-produit #produit-en-detail .filtre-image .image-produit img {
  display: flex;
  margin: auto;
}
.page-template-template-details-produit #produit-en-detail .texte-droite {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite {
    padding-left: 10px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .titre-produit {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 30px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite .titre-produit {
    font-size: 17px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .marque-produit {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite .marque-produit {
    font-size: 13px;
    margin: 0;
    line-height: 13px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .conditionnement {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite .conditionnement {
    font-size: 13px;
    line-height: 13px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .resume-produit {
  font-family: "Montserrat", sans-serif;
  color: #353535;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite .resume-produit {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .resume-produit span {
  font-weight: bold;
  text-decoration: underline;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .prix-boutique, .page-template-template-details-produit #produit-en-detail .texte-droite .prix-internet {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .prix-boutique p, .page-template-template-details-produit #produit-en-detail .texte-droite .prix-internet p {
  font-family: "Montserrat", sans-serif;
  color: #f0c2ad;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .prix-boutique p:nth-of-type(2) {
  text-decoration: line-through;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .prix-internet {
  margin-top: -10px;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .prix-internet p {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite {
  display: flex;
  justify-content: space-evenly;
  margin-right: -45px;
  align-items: center;
  margin-top: 5px;
  padding-top: 10px;
  position: relative;
  left: -65px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite {
    margin-right: 0;
    left: -50px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 90%;
  top: 0;
  left: 65px;
  background: black;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite::before {
    right: 0px;
    width: 100%;
    left: 50px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  bottom: -10px;
  left: 65px;
  background: black;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite::after {
    right: 0px;
    width: 100%;
    left: 50px;
  }
}
.page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite p {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 13px;
  line-height: 28px;
  font-style: normal;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite .qte {
  position: relative;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .ajout-quantite .qte::after {
  content: "";
  position: absolute;
  height: 65px;
  width: 1px;
  top: -17px;
  right: -20px;
  background: black;
}
.page-template-template-details-produit #produit-en-detail .texte-droite .rupture {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  margin: 20px auto 10px auto;
}
.page-template-template-details-produit #produit-en-detail .texte-droite button {
  background: black;
  border: none;
  width: 100%;
  padding: 15px 0px;
  cursor: pointer;
}
.page-template-template-details-produit #produit-en-detail .texte-droite button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
}
.page-template-template-details-produit #explication-produit {
  margin-top: 50px;
}
.page-template-template-details-produit #explication-produit .titre-detail {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
}
.page-template-template-details-produit #explication-produit h2, .page-template-template-details-produit #explication-produit .detail-caracteristiques {
  font-family: "Montserrat", sans-serif;
  color: #353535;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #explication-produit h2, .page-template-template-details-produit #explication-produit .detail-caracteristiques {
    margin-top: 0;
  }
}
.page-template-template-details-produit #explication-produit hr {
  background: black;
  opacity: 0.4;
  position: relative;
  top: 20px;
}
.page-template-template-details-produit #explication-produit .descriptif, .page-template-template-details-produit #explication-produit .caracteristiques {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #explication-produit .descriptif, .page-template-template-details-produit #explication-produit .caracteristiques {
    flex-direction: column;
  }
}
.page-template-template-details-produit #explication-produit p, .page-template-template-details-produit #explication-produit .texte-caracteristiques {
  font-family: "Montserrat", sans-serif;
  color: #353535;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}
.page-template-template-details-produit #explication-produit .descriptif {
  padding-bottom: 50px;
}
.page-template-template-details-produit #explication-produit .descriptif p {
  line-height: 24px;
}
.page-template-template-details-produit #produits-complementaires {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produits-complementaires {
    margin-top: 30px;
  }
}
.page-template-template-details-produit #produits-complementaires .liste-produits-complementaires {
  text-align: center;
}
.page-template-template-details-produit #produits-complementaires .liste-produits-complementaires h3 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
.page-template-template-details-produit #produits-complementaires .liste-produits {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll {
    display: grid;
    grid-auto-flow: column !important;
    grid-template-columns: inherit !important;
    grid-auto-rows: 1fr;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-gap: 10px;
  }
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .owl-nav {
  display: flex;
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .owl-nav .owl-prev {
  content: url("../images/chevron-rose.png");
  position: absolute;
  top: 50%;
  left: -45px;
}
@media screen and (max-width: 1199px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .owl-nav .owl-prev {
    display: none;
  }
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .owl-nav .owl-next {
  content: url("../images/chevron-rose.png");
  position: absolute;
  top: 50%;
  right: -45px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .owl-nav .owl-next {
    display: none;
  }
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 525px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit {
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit {
    min-height: 475px;
    width: 65vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit {
    min-height: 500px;
  }
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .photo-produit {
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
  display: flex;
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .photo-produit::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 5%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .photo-produit {
    height: 250px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .photo-produit {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .photo-produit img {
    width: 40%;
    padding-top: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .photo-produit img {
    width: 40%;
    padding-top: 0px;
  }
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .prix-boutique::before {
  background: #f0c2ad;
  top: 0px;
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .prix-boutique p {
  color: #f0c2ad;
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .sans-promo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .sans-promo p {
  color: black !important;
  font-style: italic !important;
  font-weight: 400;
  margin-right: 0px;
  font-size: 12px !important;
  letter-spacing: 0;
  margin: 0px !important;
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .sans-promo .prix-barre {
  text-decoration: line-through;
}
.page-template-template-details-produit #produits-complementaires .liste-produits .produits-scroll .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 80px;
  cursor: pointer;
  display: none;
}
.page-template-template-details-produit #produits-complementaires .asterisque {
  color: #f0c2ad;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-produit #produits-complementaires .asterisque {
    text-align: center;
  }
}
.page-template-template-details-produit #marques-footer {
  margin-top: 10px;
}

.carousel-popup1 .owl-item::before {
  content: url("../images/ventes_flash.png");
  position: absolute;
  left: -50px;
  top: 100px;
  z-index: 9;
}
.carousel-popup1 .owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -96px;
}
@media screen and (max-width: 1199px) {
  .carousel-popup1 .owl-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .carousel-popup1 .owl-nav {
    display: flex !important;
  }
}
.carousel-popup1 .owl-nav .owl-prev {
  content: url("../images/fleche-popup.png");
  bottom: 0px;
  left: 100px;
  background: #aeb8a0;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
  transform: rotate(180deg);
}
.carousel-popup1 .owl-nav .owl-next {
  content: url("../images/fleche-popup.png");
  bottom: 0px;
  right: 90px;
  background: black;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
}
.carousel-popup1 .popup {
  padding: 10px 0px;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  transition: transform 0.5s ease;
  background: white;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
  .carousel-popup1 .popup {
    display: none;
  }
}
.carousel-popup1 .popup::after {
  content: "";
  position: absolute;
  width: 271px;
  height: 100%;
  background: black;
  opacity: 5%;
  top: 0;
  left: 0;
}
.carousel-popup1 .popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9999;
}
.carousel-popup1 .popup .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.carousel-popup1 .popup .titre-vente {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 35px;
  color: black;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}
.carousel-popup1 .popup .produit-flashe {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  color: black;
  margin-left: 39px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.carousel-popup1 .popup .date-remise {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #f0c2ad;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 39px;
}
.carousel-popup1 .popup img {
  display: flex;
  margin: auto;
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .carousel-popup1 .popup img {
    width: 50% !important;
  }
}
.carousel-popup1 .popup button {
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
}
.carousel-popup1 .popup button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}

.carousel-ventes .owl-nav {
  display: flex !important;
}
@media screen and (max-width: 1199px) {
  .carousel-ventes .owl-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .carousel-ventes .owl-nav {
    display: flex !important;
  }
}
.carousel-ventes .owl-nav .owl-prev {
  position: absolute;
  content: url("../images/fleche-popup.png");
  background: #aeb8a0;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
  transform: rotate(180deg);
  bottom: 0px;
  left: 100px;
}
.carousel-ventes .owl-nav .owl-next {
  position: absolute;
  content: url("../images/fleche-popup.png");
  background: black;
  border-radius: 100px;
  margin: 7px;
  padding: 5px 7px;
  bottom: 0px;
  right: 90px;
}
.carousel-ventes .popup-meilleuresVentes {
  padding: 20px;
  cursor: pointer;
  transition: transform 0.5s ease;
  position: relative;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
  .carousel-ventes .popup-meilleuresVentes {
    display: none;
  }
}
.carousel-ventes .popup-meilleuresVentes .vente-flash {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-left: -15px;
}
.carousel-ventes .popup-meilleuresVentes .photo-produit {
  display: flex;
  aspect-ratio: 1/1;
  background: white;
  width: 50%;
  display: flex;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
.carousel-ventes .popup-meilleuresVentes .marque-conditionnement {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .marque-conditionnement {
    flex-direction: column;
  }
}
.carousel-ventes .popup-meilleuresVentes .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
.carousel-ventes .popup-meilleuresVentes .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin: 0;
  padding-bottom: 12px;
}
.carousel-ventes .popup-meilleuresVentes .prix-boutique {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 1199px) {
  .carousel-ventes .popup-meilleuresVentes .prix-boutique {
    margin-bottom: -10px;
  }
}
.carousel-ventes .popup-meilleuresVentes .prix-boutique::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f0c2ad;
  opacity: 0.3;
  top: 0;
}
.carousel-ventes .popup-meilleuresVentes .prix-boutique p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #f0c2ad;
  margin: 0;
  font-style: italic;
}
.carousel-ventes .popup-meilleuresVentes .prix-boutique p:nth-of-type(2) {
  text-decoration: line-through;
}
.carousel-ventes .popup-meilleuresVentes .prix-internet {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.carousel-ventes .popup-meilleuresVentes .prix-internet p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: black;
  margin: 0;
}
.carousel-ventes .popup-meilleuresVentes .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.carousel-ventes .popup-meilleuresVentes button {
  border: none;
  background: black;
  padding: 10px 64px;
  margin-top: 10px;
}
.carousel-ventes .popup-meilleuresVentes button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.carousel-ventes .popup-meilleuresVentes .tri {
  display: flex;
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .tri {
    flex-direction: column;
    margin: auto;
  }
}
.carousel-ventes .popup-meilleuresVentes .tri p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .tri p {
    font-size: 15px;
  }
}
.carousel-ventes .popup-meilleuresVentes .tri p span {
  font-weight: bold;
}
.carousel-ventes .popup-meilleuresVentes .tri .liste-deroulante {
  position: relative;
}
.carousel-ventes .popup-meilleuresVentes .tri .liste-deroulante::after {
  content: url("../images/fleche-filtre.png");
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.carousel-ventes .popup-meilleuresVentes .tri .liste-deroulante select {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 260px;
  height: 50px;
  padding: 0px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection {
  background: #f0c2ad;
  padding: 25px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection {
    width: 100%;
    padding-right: 25px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection {
    width: 95% !important;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 28px;
  margin-right: 20px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection p {
    margin-bottom: 15px;
    height: auto !important;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection {
  display: flex;
  cursor: pointer;
  margin-left: -25px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection {
    display: grid;
    grid-auto-flow: column !important;
    grid-template-columns: inherit !important;
    grid-auto-rows: 1fr;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-gap: 20px;
    margin-left: 0px;
    justify-content: start;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit:hover .produit-down .ajouter-panier {
  display: flex !important;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .ajouter-panier {
    top: 270px;
    left: 75px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit {
    width: 50vw;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .photo-produit {
  height: auto;
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .photo-produit {
    margin-bottom: 15px;
    height: auto !important;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .photo-produit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 5%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .photo-produit img {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .photo-produit {
    height: auto !important;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .marque-conditionnement p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15rem;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .marque-conditionnement {
    flex-direction: column;
    margin-top: 25px !important;
    padding-top: 10px;
  }
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .style-produit {
  padding-bottom: 12px;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .style-produit p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .style-produit p {
    font-size: 12px;
    line-height: 14px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down {
  position: relative !important;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down {
    padding-top: 15px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .prix-boutique p {
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .prix-boutique p {
    font-size: 11px;
    line-height: 16px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .prix-boutique::before {
  background: white !important;
  opacity: 1;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .sans-promo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .sans-promo p {
  color: black !important;
  font-style: italic !important;
  font-weight: 400;
  margin-right: 0px;
  font-size: 12px !important;
  letter-spacing: 0;
  margin: 0px !important;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .sans-promo .prix-barre {
  text-decoration: line-through;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .prix-internet p {
  font-size: 20px !important;
  margin-right: 0px;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .prix-internet p {
    font-size: 16px !important;
    line-height: 12px;
    padding-bottom: 10px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit .produit-down .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: -250px;
  padding: 10px 20px;
  left: 40px;
  display: none;
  cursor: pointer;
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top {
  background: white !important;
  width: 30%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top img {
    width: 100%;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top hr {
  width: 20%;
  background: grey;
  opacity: 0.6;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top .fonction-produit {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
  padding: 0px 10px 10px 10px !important;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top .fonction-produit {
    font-size: 15px;
    line-height: 7px;
    padding-bottom: 10px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top .type-cheveux {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 17px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top .type-cheveux {
    font-size: 10px;
    line-height: 10px;
  }
}
.carousel-ventes .popup-meilleuresVentes .ma-selection .produits-selection .produit-top .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 40px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits {
    width: 100%;
  }
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste {
    margin-left: 15px;
  }
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque {
  width: 28%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 30px;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  margin-right: 30px;
  position: relative;
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 5%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque {
    width: 45%;
    height: 230px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque img {
    width: 75%;
  }
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque hr {
  width: 20%;
  background: grey;
  opacity: 0.6;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque .produit-down {
  padding: 0px 10px !important;
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque .produit-down .fonction-produit {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 17px;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque .produit-down .fonction-produit {
    font-size: 15px;
    line-height: 7px;
  }
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque .produit-down .type-cheveux {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque .produit-down .type-cheveux {
    font-size: 10px;
    line-height: 17px;
  }
}
.carousel-ventes .popup-meilleuresVentes .liste-page-produits .liste .liste-produit-marque .produit-down .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 40px;
  cursor: pointer;
  display: none;
}
.carousel-ventes #fleche-scroll {
  background: black;
  border-radius: 100px;
  position: absolute;
  bottom: 550px;
  right: 50px;
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .carousel-ventes #fleche-scroll {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1439px) {
  .carousel-ventes #fleche-scroll {
    right: 5px;
    width: 69px;
    bottom: 555px;
    height: 69px;
  }
}
.carousel-ventes #fleche-scroll a {
  margin: auto;
}

.page-template-template-details-actu #detail-conseil {
  margin-top: 30px;
  position: relative;
}
.page-template-template-details-actu #detail-conseil .photo-lamya {
  position: absolute;
  top: -133px;
  left: 0;
}
@media (min-width: 800px) {
  .page-template-template-details-actu #detail-conseil .photo-lamya img {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #detail-conseil .photo-lamya {
    top: -142px;
  }
}
.page-template-template-details-actu #detail-conseil .categorie-conseil {
  color: black;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.15rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.page-template-template-details-actu #detail-conseil .categorie-conseil::after {
  content: url("../images/accroche-cercle.png");
  right: -160%;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #detail-conseil .categorie-conseil::after {
    display: none;
  }
}
.page-template-template-details-actu #detail-conseil h1 {
  color: black;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-style: italic;
  margin: 20px auto 40px auto;
  text-align: center;
}
.page-template-template-details-actu #detail-conseil p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  color: #585858;
}
.page-template-template-details-actu #detail-conseil .texte-strong {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #detail-conseil .texte-strong {
    font-size: 15px;
  }
}
.page-template-template-details-actu #detail-conseil .discover {
  border: none;
  background: black;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #detail-conseil .discover {
    width: 60%;
    margin: auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-details-actu #detail-conseil .discover {
    width: 40%;
    margin: auto;
  }
}
.page-template-template-details-actu #detail-conseil .discover a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: center;
}
.page-template-template-details-actu #explication-conseil h2 {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 35px;
  font-style: italic;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #explication-conseil h2 {
    line-height: 40px;
    font-size: 35px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-details-actu #explication-conseil h2 {
    line-height: 46px;
  }
}
.page-template-template-details-actu #explication-conseil .desc-conseil {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
  opacity: 0.8;
  letter-spacing: 0.05rem;
  padding-right: 150px;
}
@media screen and (max-width: 1199px) {
  .page-template-template-details-actu #explication-conseil .desc-conseil {
    padding-right: 0;
  }
}
.page-template-template-details-actu #explication-conseil .desc-conseil span {
  font-weight: bold;
  opacity: 1;
}
.page-template-template-details-actu #explication-conseil .desc-conseil a {
  color: #aeb8a0;
  font-weight: bold;
  text-decoration: underline;
}
.page-template-template-details-actu #explication-conseil .texte-strong {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  margin-top: 80px;
  position: relative;
  margin-left: 230px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #explication-conseil .texte-strong {
    font-size: 15px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-details-actu #explication-conseil .texte-strong {
    margin-left: 170px;
  }
}
.page-template-template-details-actu #explication-conseil .texte-strong::before {
  content: "«";
  position: absolute;
  color: #aeb8a0;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  top: -20px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #explication-conseil .texte-strong::before {
    left: -10px;
    font-size: 60px;
  }
}
.page-template-template-details-actu #explication-conseil .texte-strong::after {
  content: "»";
  position: absolute;
  color: #aeb8a0;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  bottom: -5px;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #explication-conseil .texte-strong::after {
    right: -10px;
    font-size: 60px;
  }
}
.page-template-template-details-actu #text-img h2 {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 28px;
  font-style: italic;
  font-weight: lighter;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #text-img h2 {
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-actu #text-img h2 {
    line-height: 45px;
    margin-bottom: 0px;
  }
}
.page-template-template-details-actu #text-img p {
  margin-top: 0;
  font-size: 15px;
}
.page-template-template-details-actu #text-img .legende-photo {
  text-align: right;
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .page-template-template-details-actu #text-img .legende-photo {
    text-align: left;
  }
}
.page-template-template-details-actu #text-img h3 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.page-template-template-details-actu #text-img ul {
  padding: 0;
}
.page-template-template-details-actu #text-img ul li {
  list-style: none;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  position: relative;
  line-height: 28px;
  padding-left: 25px;
  opacity: 0.8;
}
.page-template-template-details-actu #text-img ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: black;
  left: 0px;
  top: 9px;
}
.page-template-template-details-actu #liste-images .liste-photos {
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page-template-template-details-actu #liste-images .liste-photos {
    display: grid;
    grid-auto-flow: column !important;
    grid-template-columns: inherit !important;
    grid-auto-rows: 1fr;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-gap: 10px;
  }
}
.page-template-template-details-actu #liste-images .liste-photos img {
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .page-template-template-details-actu #liste-images .liste-photos img {
    width: 65vw;
  }
}
.page-template-template-details-actu #liste-images .liste-photos .owl-nav {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .page-template-template-details-actu #liste-images .liste-photos .owl-nav {
    display: none;
  }
}
.page-template-template-details-actu #liste-images .liste-photos .owl-nav .owl-prev {
  content: url("../images/chevron-gris.png");
  position: absolute;
  top: 150px;
  left: -45px;
  transform: rotate(180deg);
}
.page-template-template-details-actu #liste-images .liste-photos .owl-nav .owl-next {
  content: url("../images/chevron-gris.png");
  position: absolute;
  top: 150px;
  right: -45px;
}
.page-template-template-details-actu #produits-conseilles .prod-conseil .titrestyleh2 {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-style: italic;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .prod-conseil .titrestyleh2 {
    font-size: 35px;
  }
}
.page-template-template-details-actu #produits-conseilles .prod-conseil .text-produits-conseilles {
  padding-right: 60px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .prod-conseil .text-produits-conseilles {
    padding-right: 10px;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.page-template-template-details-actu #produits-conseilles .produits-right .owl-nav {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .owl-nav {
    display: none;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right .owl-nav .owl-prev {
  position: absolute;
  content: url("../images/chevron-vert.png");
  left: -20px;
  top: 45%;
  transform: rotate(180deg);
}
.page-template-template-details-actu #produits-conseilles .produits-right .owl-nav .owl-next {
  position: absolute;
  content: url("../images/chevron-vert.png");
  right: -20px;
  top: 46%;
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit {
  width: 87%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px auto;
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .ajouter-panier {
  position: absolute;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  top: 132px;
  padding: 10px 20px;
  left: 30px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit {
    margin-right: 15px;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .photo-produit {
  height: auto;
  margin-bottom: 20px;
  position: relative;
  height: auto;
  width: auto;
  display: flex;
  aspect-ratio: 1/1;
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .photo-produit img {
  padding-top: 0px;
  width: auto;
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .photo-produit::before {
  position: absolute;
  content: "";
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 5%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .photo-produit {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .photo-produit img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .marque-conditionnement {
    display: flex;
    flex-direction: colmun;
  }
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .marque-conditionnement p {
    font-size: 11px;
    line-height: 12px;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .style-produit {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .style-produit p {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-boutique {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-boutique {
    margin-top: 10px;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-boutique p {
  color: #f0c2ad;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-boutique p {
    font-size: 12px;
    line-height: 15px;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-boutique::before {
  background: #f0c2ad;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-boutique::before {
    top: -10px;
  }
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-internet p {
  font-size: 17px;
}
.page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-internet .prix-promo {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #produits-conseilles .produits-right .produit .prix-internet p {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 10px;
  }
}
.page-template-template-details-actu #partage-articles {
  margin-top: 70px;
}
.page-template-template-details-actu #partage-articles .partage {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  color: black;
  text-align: center;
}
.page-template-template-details-actu #partage-articles ul {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: auto;
}
.page-template-template-details-actu #partage-articles ul li {
  list-style: none;
  padding: 10px;
}
.page-template-template-details-actu #tous-conseils .conseil-precedent, .page-template-template-details-actu #tous-conseils .conseil-suivant {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #tous-conseils .conseil-precedent, .page-template-template-details-actu #tous-conseils .conseil-suivant {
    display: none;
  }
}
.page-template-template-details-actu #tous-conseils .conseil-precedent img, .page-template-template-details-actu #tous-conseils .conseil-suivant img {
  background: black;
  padding: 3px 5px;
  border-radius: 100px;
}
.page-template-template-details-actu #tous-conseils .conseil-precedent p, .page-template-template-details-actu #tous-conseils .conseil-suivant p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
.page-template-template-details-actu #tous-conseils .conseil-precedent img {
  transform: rotate(180deg);
  margin-right: 10px;
}
.page-template-template-details-actu #tous-conseils .conseil-suivant img {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #tous-conseils .tous-les-conseils {
    display: flex;
    margin: auto;
  }
}
.page-template-template-details-actu #tous-conseils .tous-les-conseils button {
  border: none;
  background: #aeb8a0;
  padding: 10px 40px;
}
.page-template-template-details-actu #tous-conseils .tous-les-conseils button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}
.page-template-template-details-actu #lire-aussi .lire-aussi {
  position: relative;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  text-align: center;
}
.page-template-template-details-actu #lire-aussi .lire-aussi::before {
  content: "";
  position: absolute;
  width: 450px;
  background: #aeb8a0;
  top: 15px;
  left: 0;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #lire-aussi .lire-aussi::before {
    width: 80px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-actu #lire-aussi .lire-aussi::before {
    width: 250px;
  }
}
.page-template-template-details-actu #lire-aussi .lire-aussi::after {
  content: "";
  position: absolute;
  width: 450px;
  background: #aeb8a0;
  top: 15px;
  right: 0;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #lire-aussi .lire-aussi::after {
    width: 80px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-actu #lire-aussi .lire-aussi::after {
    width: 250px;
  }
}
.page-template-template-details-actu #lire-aussi .tous-les-conseils-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #lire-aussi .tous-les-conseils-2 {
    display: grid;
    grid-auto-flow: column !important;
    grid-template-columns: inherit !important;
    grid-auto-rows: 1fr;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-gap: 10px;
  }
}
.page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil {
  background: black;
  width: 371px;
  height: 371px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0px 10px;
  cursor: pointer;
}
.page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil:hover button {
  background: white;
}
.page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil:hover button a {
  color: black;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil {
    width: 58vw;
    height: 215px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil {
    width: 230px;
    height: 230px;
  }
}
.page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil p {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 30px;
}
@media screen and (max-width: 767px) {
  .page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil p {
    font-size: 15px;
    line-height: 22px;
  }
}
.page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil button {
  border: none;
  background: black;
  position: absolute;
  bottom: 0px;
  left: 30%;
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil button {
    display: none;
  }
}
.page-template-template-details-actu #lire-aussi .tous-les-conseils-2 .conseil button a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0px 10px;
}
.page-template-template-details-actu #fleche-scroll {
  background: black;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .page-template-template-details-actu #fleche-scroll {
    display: none;
  }
}
.page-template-template-details-actu #fleche-scroll a {
  margin: auto;
}

.titre-page {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0px;
}

.woocommerce h2 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0px;
}

.woocommerce-MyAccount-navigation ul li {
  background: #e8e0d7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: black;
}

.woocommerce-MyAccount-content p {
  font-family: "Montserrat", sans-serif;
  color: black;
}
.woocommerce-MyAccount-content p a {
  color: black;
  text-decoration: underline;
}

.woocommerce-info {
  border-top-color: #aeb8a0 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-family: "Montserrat", sans-serif !important;
  color: black !important;
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: flex;
    flex-direction: column;
  }
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: #aeb8a0 !important;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  font-family: "Montserrat", sans-serif !important;
  color: black !important;
}

.woocommerce-Addresses {
  display: flex;
  flex-direction: column;
}
.woocommerce-Addresses h3 {
  font-family: "Montserrat", sans-serif !important;
  color: black !important;
  font-weight: 400;
  color: #aeb8a0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  color: black;
  border-bottom: 1px solid black;
}

.woocommerce-LostPassword a {
  color: black;
}

.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
  display: flex;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
    height: auto !important;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .photo-produit img {
  width: 100% !important;
}

.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .produit-down {
  padding: 0px 10px !important;
}

.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top a::hover .ajouter-panier {
  display: flex;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit {
  padding: 0px 10px !important;
}

.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .produit-up {
  position: relative;
}
.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .produit-up .ajouter-panier {
  top: 35% !important;
  left: 30px !important;
}

@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit {
    height: auto !important;
  }
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit:hover .produit-up .ajouter-panier {
  display: flex;
  left: 40px;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit:hover .produit-down .ajouter-panier {
  display: flex;
}
.tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .produit-up {
  position: relative;
}

.tax-product_cat .liste-page-produits .liste .produit:hover .produit-up .ajouter-panier {
  display: flex;
  left: 40px;
}
.tax-product_cat .liste-page-produits .liste .produit .produit-up {
  position: relative;
}

.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .photo-produit {
  display: flex;
  aspect-ratio: 1/1;
  z-index: -99 !important;
}
.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .ajouter-panier {
  z-index: 9999999999 !important;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit .ajouter-panier {
    display: none !important;
  }
}

.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .ajouter-panier {
  top: 85px !important;
}

.tax-marque #filtres-produits .popup::before {
  display: none;
}
.tax-marque #filtres-produits .popup::after {
  display: none;
}

.tax-marque #description-marque p a {
  color: #aeb8a0 !important;
  text-decoration: underline !important;
}

.tax-marque #filtres-produits .popup img {
  width: 60% !important;
}

.page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit img {
  inline-size: -moz-fit-content !important;
  inline-size: fit-content !important;
}
@media screen and (max-width: 767px) {
  .page-template-template-home #nouveautes .nouveautes-right .carousel-nouveautes .owl-item .produit img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .produits .discover {
    margin-top: 0px !important;
  }
}

.page-template-template-details-actu #produits-conseilles .produits-right .produit .ajouter-panier {
  top: 115px !important;
  left: 15px !important;
}

.tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .produit-down {
  position: relative;
}

.page-template-template-details-actu #produits-conseilles .prod-conseil .text-produits-conseilles a {
  color: #aeb8a0 !important;
  text-decoration: underline !important;
}

.tax-product_cat .liste-page-produits .liste .produit .photo-produit {
  display: flex;
  aspect-ratio: 1/1;
}
.tax-product_cat .liste-page-produits .liste .produit .photo-produit img {
  width: 100%;
}

.tax-marque #header-marques .case-marque .logo-marque {
  padding-right: 50px;
  padding-left: 40px;
}

.tax-marque #filtres-produits .popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9999;
}
.tax-marque #filtres-produits .popup .vente-flash::after {
  display: none;
}

.tax-product_cat #filtres-produits .popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9999;
}
.tax-product_cat #filtres-produits .popup .vente-flash::after {
  display: none;
}

.tax-marque #filtres-produits .popup-meilleuresVentes:hover {
  transform: none;
}

.tax-marque #filtres-produits .popup-meilleuresVentes {
  padding-left: 0px;
  padding: 10px 10px;
}
.tax-marque #filtres-produits .popup-meilleuresVentes button {
  margin-left: 10px;
}

.tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque {
  height: auto !important;
}

.tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
  display: flex;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
    height: auto !important;
  }
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit img {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit {
    height: auto !important;
  }
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .marque-conditionnement {
    flex-direction: column;
    padding-top: 10px !important;
  }
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque img {
    width: 100% !important;
  }
  .tax-product_cat .liste-page-produits .liste .produit .marque-conditionnement {
    flex-direction: colmun !important;
  }
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit-top .fonction-produit {
    line-height: 18px !important;
  }
  .tax-marque #filtres-produits .liste-page-produits .liste .liste-produit-marque .fonction-produit {
    line-height: 13px !important;
  }
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
    height: auto !important;
    display: flex;
    aspect-ratio: 1/1;
  }
  .tax-marque #filtres-produits .ma-selection .produits-selection .produit .photo-produit img {
    width: 100% !important;
  }
  .tax-product_cat #filtres-produits .ma-selection .produits-selection .produit .photo-produit {
    display: flex;
    aspect-ratio: 1/1;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .tax-product_cat #filtres-produits .liste-page-produits .liste {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1439px) and (max-width: 1599px) {
  .tax-marque #filtres-produits .liste-page-produits .liste {
    justify-content: flex-start;
  }
}

#loader {
  display: none;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  width: 100%;
}

.type-marque .nom-marque a {
  color: black;
  cursor: pointer;
  transition: 0.3s;
}
.type-marque .nom-marque a:hover {
  color: #f0c2ad !important;
}

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: black;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: white;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: black;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #f0c2ad;
}

.liste-produit-marque .produit-up .img {
  height: 252px;
}
.liste-produit-marque .produit-up .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.parent_marque_temp .carousel-ventes {
  margin-top: 0;
}

#less_cmd, #more_cmd {
  cursor: pointer;
}

.single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

.cgv_input {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cgv_input input#cgv {
  display: block;
  width: 15px;
  margin-right: 20px;
}

.cgv_msg {
  display: none;
}

.mentions {
  padding-top: 50px;
}
.mentions h1 {
  text-align: center;
  color: black;
  margin-bottom: 50px;
}
.mentions h2, .mentions h3 {
  color: #aeb8a0;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 23px;
}
@media (min-width: 992px) {
  .mentions h2, .mentions h3 {
    font-size: 35px;
    line-height: 35px;
  }
}

.adresse_foot p {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-top: 0 !important;
}

.white_svg {
  filter: invert(100%) sepia(10%) saturate(2%) hue-rotate(14deg) brightness(111%) contrast(101%);
}

#result_search .conseil {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#result_search .conseil a {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.produit.id_prod a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header.woocommerce-Address-title {
  z-index: 0;
}

.wc_payment_methods.payment_methods li {
  list-style-type: none;
}

@media (max-width: 800px) {
  .instagram-footer {
    margin: 1rem auto;
  }
  .produit {
    min-height: 416px;
  }
  #produits-complementaires .produit .marque-conditionnement {
    z-index: 1;
    position: relative;
    background-color: white;
  }
}
@media (min-width: 800px) {
  .produit {
    min-height: 525px;
  }
  .ma-selection .produit {
    min-height: 400px;
  }
}
h3.no-style {
  font-family: "Montserrat", sans-serif;
  color: #353535;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  margin-bottom: -10px;
}

.woocommerce-billing-fields input[type=checkbox],
.woocommerce-account-fields input[type=checkbox],
.woocommerce-shipping-fields input[type=checkbox] {
  display: inline-flex !important;
  width: 20px;
}

.woocommerce-billing-fields .sample__input {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 800px) {
  .liste-page-produits .produit {
    min-height: unset;
  }
}
.page-template-template-details-produit #produit-en-detail .qte .variations .col-6 {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: 1rem 0;
  justify-content: space-between;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

#couleur {
  padding: 0.8rem;
}

.liste-gammes a {
  z-index: 9;
  position: relative;
}

@media (min-width: 600px) {
  footer .search-mobile-footer {
    display: none;
  }
}
.sans-promo {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-numbers {
  border: unset !important;
}
.page-numbers li {
  border: unset !important;
}
.page-numbers li a {
  color: #f0c2ad !important;
}