:root {
  --rose: #ef1a77;
  --main-text-color: #212529;
  --main-text-font: "Bricolage Grotesque";
  --main-pink-color: #ef1a78;
  --grey-100: #E1E4E7;
}

.reduction-amount {
  border-radius: 3px;
  border: 1px solid;
  color: #d63031;
  padding: 0 4px;
  font-size: .8rem;
}

/**
  Positionne le menu burger à côté de la barre de recherche "Que recherchez-vous ?"
  On a besoin de positionner en absolu car ces éléments ne sont pas parents - enfant au niveau du flux du document.
*/
#mamenu {
  i {
    font-size: 1.75rem;
  }
}

div.d-md-none.row.no-gutters {
  flex-wrap: nowrap;
  align-items: center;
  /*Espacement entre chacun des items.*/
  gap: 12px;
}

@media screen and (max-width: 767px) {
  #wishlistwrapper {
    align-items: flex-end;
  }
}

/**
* Fixe la taille de police des éléments H2 et H3 dans la fiche produit.
**/
div.product-description>h2,
div.product-description>h3 {
  font-size: 0.9rem;
  font-weight: 600;
}

/**
* Obfuscation : produit un effet au survol de la span pour donner l'impression qu'il s'agit d'un lien
*/
.cms-page-link:hover,
.custom-page-link:hover {
  color: var(--rose) !important;
}

/**
Ajuste la taille des images dans les blocs elementor.
*/
.elementor-widget-image .elementor-image img {
  width: 550px;
  height: 327px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .elementor-widget-image .elementor-image img {
    width: 310px;
    height: 208px;
    object-fit: cover;
  }
}

/*
* Obfuscation.
* Les balises <a> obfusquées doivent se comporter de la même manière que les balises non obfusquées.
*/
a[role="link"] {
  /*color : var(--rose) !important;*/
  cursor: pointer;
}

#command-reference:invalid {
  background: pink;
}

span.number_max {
  font-weight: bold !important;
  opacity: 0.8;
}

div.modal-cart-header {
  display: flex;
  padding: 1rem;
}

div.modal-cart-header h1 {
  flex: 1;
  margin: 0;
  font-size: 1rem !important;
}

div.modal-cart-header button {
  padding: 0;
}

div.modal-cart-header button i {
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  div.modal-cart-header h1 {
    margin: 0;
  }

  div.blockcart-modal>div.modal-dialog {
    position: fixed;
    top: 100%;
    max-height: 85%;
    transform: translate(0, -100%) !important;
    overflow-y: auto;
  }
}


/**
A migrer dans les fichiers scss
*/
#faq-services>div {
  width: 400px !important;
  height: 400px !important;
}

@media screen and (max-width: 768px) {
  #faq-services>div {
    margin: 1rem;
  }
}

.btn-primary:not(:focus),
.btn-primary:not(:hover) {
  background-color: rgb(5, 5, 5);
  border-color: rgb(5, 5, 5);
}

/********************************/
/*******MODIFS SAMUEL NOV 2024***/
/********************************/
@font-face {
  font-display: swap;
  font-family: BricolageGrotesque;
  font-style: normal;
  font-weight: 300;
  src: local("BricolageGrotesque Light"), local("BricolageGrotesque-Light"), url(../fonts/BricolageGrotesque-Light.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: BricolageGrotesque;
  font-style: normal;
  font-weight: 400;
  src: local("BricolageGrotesque Regular"), local("BricolageGrotesque-Regular"), url(../fonts/BricolageGrotesque-Regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: BricolageGrotesque;
  font-style: normal;
  font-weight: 500;
  src: local("BricolageGrotesque Medium"), local("BricolageGrotesque-Medium"), url(../fonts/BricolageGrotesque-Medium.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: BricolageGrotesque;
  font-style: normal;
  font-weight: 600;
  src: local("BricolageGrotesque SemiBold"), local("BricolageGrotesque-SemiBold"), url(../fonts/BricolageGrotesque-SemiBold.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: BricolageGrotesque;
  font-style: normal;
  font-weight: 700;
  src: local("BricolageGrotesque Bold"), local("BricolageGrotesque-Bold"), url(../fonts/BricolageGrotesque-Bold.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: BricolageGrotesque;
  font-style: normal;
  font-weight: 800;
  src: local("BricolageGrotesque ExtraBold"), local("BricolageGrotesque-ExtraBold"), url(../fonts/BricolageGrotesque-ExtraBold.woff2) format("woff2");
}

@media (min-width:1921px) {

  .partthreetextcolumns .container,
  .partthreepictures .container,
  .partvideofourpictures .container,
  .partavv .container,
  .partcb .container {
    max-width: 1750px !important;
  }
}

@media (min-width:576px) and (max-width:1920px) {

  .partthreetextcolumns .container,
  .partthreepictures .container,
  .partvideofourpictures .container,
  .partavv .container,
  .partcb .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

/*****Bloc 3 colonnes textes module BAPARTS*****/
.partthreetextcolumns .ttc_icon_title {
  margin-bottom: 10px;
  display: table;
}

.partthreetextcolumns .ttc_icon_title div {
  display: table-cell;
}

.partthreetextcolumns .ttc_title {
  font-family: var(--main-text-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--main-text-color);
  text-align: left;
}

.partthreetextcolumns .ttc_icon {
  vertical-align: middle;
  width: 42px;
  text-align: left;
}

.partthreetextcolumns .ttc_icon img {
  width: 32px;
  height: 32px;
}

.partthreetextcolumns .ttc_desc p {
  font-family: var(--main-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--main-text-color);
  text-align: left;
}

.partthreetextcolumns .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@media (min-width:1200px) {
  .partthreetextcolumns .container .row .col-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width:1030px) and (max-width:1199px) {
  .partthreetextcolumns .container .row .col-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width:992px) and (max-width:1029px) {
  .partthreetextcolumns .container .row .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .partthreetextcolumns .ttc_title {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (max-width:767px) {
  .partthreetextcolumns .ttc_desc {
    padding-left: 42px;
  }

  .partthreetextcolumns .ttc_title {
    font-size: 18px;
    line-height: 22px;
  }
}

/*****Bloc 3 images module BAPARTS*****/

.partthreepictures a {
  display: block;
}

.partthreepictures a:hover .tp_text {
  background-color: rgba(0, 0, 0, 0.5);
}

.partthreepictures .tp_container {
  position: relative;
}

.partthreepictures .tp_text {
  font-family: var(--main-text-font);
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}

.partthreepictures .tp_container_1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.partthreepictures .tp_container_1 img {
  height: 100% !important;
}

.partthreepictures .firstcol a {
  width: 100%;
  height: 100%;
}

.partthreepictures .tp_container_1 .tp_text_1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
}

.partthreepictures .tp_container_1 .tp_text_2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
}

.partthreepictures .tp_container_1 .tp_text_3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.partthreepictures .tp_container_2 {
  width: 100%;
  overflow: hidden;
}

.partthreepictures .tp_container_2 .tp_text_1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
}

.partthreepictures .tp_container_2 .tp_text_2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
}

.partthreepictures .tp_container_2 .tp_text_3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.partthreepictures .tp_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  height: 0px;
  z-index: 1;
  background-size: cover;
}

.partthreepictures .clearboth {
  clear: both;
}

.partthreepictures .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@media (min-width:1200px) {
  .partthreepictures .firstcol {
    padding-right: 10px !important;
  }

  .partthreepictures .secondcol {
    padding-left: 10px !important;
  }

  .partthreepictures .secondcol a:first-child {
    margin-bottom: 20px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .partthreepictures .firstcol {
    padding-right: 10px !important;
  }

  .partthreepictures .secondcol {
    padding-left: 5px !important;
  }

  .partthreepictures .secondcol a:first-child {
    margin-bottom: 15px;
  }
}


@media (min-width:1921px) {
  .partthreepictures .tp_container_1 .tp_text_1 {
    font-size: 18px;
    line-height: 28px;
  }

  .partthreepictures .tp_container_1 .tp_text_2 {
    font-size: 50px;
    line-height: 56px;
  }

  .partthreepictures .tp_container_1 .tp_text_3 {
    font-size: 18px;
    line-height: 28px;
  }

  .partthreepictures .tp_container_2 .tp_text_1 {
    font-size: 16px;
    line-height: 24px;
  }

  .partthreepictures .tp_container_2 .tp_text_2 {
    font-size: 38px;
    line-height: 44px;
  }

  .partthreepictures .tp_container_2 .tp_text_3 {
    font-size: 16px;
    line-height: 24px;
  }
}


@media (min-width:1600px) and (max-width:1920px) {
  .partthreepictures .tp_container_1 .tp_text_1 {
    font-size: 0.95vw;
    line-height: 1.4vw;
  }

  .partthreepictures .tp_container_1 .tp_text_2 {
    font-size: 2.6vw;
    line-height: 2.9vw;
  }

  .partthreepictures .tp_container_1 .tp_text_3 {
    font-size: 0.95vw;
    line-height: 1.4vw;
  }

  .partthreepictures .tp_container_2 .tp_text_1 {
    font-size: 0.82vw;
    line-height: 1.25vw;
  }

  .partthreepictures .tp_container_2 .tp_text_2 {
    font-size: 1.95vw;
    line-height: 2.3vw;
  }

  .partthreepictures .tp_container_2 .tp_text_3 {
    font-size: 0.82vw;
    line-height: 1.25vw;
  }

}

@media (min-width:1200px) and (max-width:1599px) {
  .partthreepictures .tp_container_1 .tp_text_1 {
    font-size: 1.1vw;
    line-height: 1.6vw;
  }

  .partthreepictures .tp_container_1 .tp_text_2 {
    font-size: 2.9vw;
    line-height: 3.2vw;
  }

  .partthreepictures .tp_container_1 .tp_text_3 {
    font-size: 1.1vw;
    line-height: 1.6vw;
  }

  .partthreepictures .tp_container_2 .tp_text_1 {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .partthreepictures .tp_container_2 .tp_text_2 {
    font-size: 2.25vw;
    line-height: 2.6vw;
  }

  .partthreepictures .tp_container_2 .tp_text_3 {
    font-size: 1vw;
    line-height: 1.4vw;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .partthreepictures .tp_container_1 .tp_text_1 {
    font-size: 1.4vw;
    line-height: 1.9vw;
  }

  .partthreepictures .tp_container_1 .tp_text_2 {
    font-size: 3.3vw;
    line-height: 3.6vw;
  }

  .partthreepictures .tp_container_1 .tp_text_3 {
    font-size: 1.4vw;
    line-height: 1.9vw;
  }

  .partthreepictures .tp_container_2 .tp_text_1 {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }

  .partthreepictures .tp_container_2 .tp_text_2 {
    font-size: 2.65vw;
    line-height: 3vw;
  }

  .partthreepictures .tp_container_2 .tp_text_3 {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .partthreepictures .tp_container_1 .tp_text_1 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .partthreepictures .tp_container_1 .tp_text_2 {
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .partthreepictures .tp_container_1 .tp_text_3 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .partthreepictures .tp_container_2 .tp_text_1 {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .partthreepictures .tp_container_2 .tp_text_2 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .partthreepictures .tp_container_2 .tp_text_3 {
    font-size: 2vw;
    line-height: 2.4vw;
  }
}


@media (max-width:575px) {
  .partthreepictures .tp_container_1 .tp_text_1 {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .partthreepictures .tp_container_1 .tp_text_2 {
    font-size: 7.5vw;
    line-height: 8vw;
  }

  .partthreepictures .tp_container_1 .tp_text_3 {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .partthreepictures .tp_container_2 .tp_text_1 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .partthreepictures .tp_container_2 .tp_text_2 {
    font-size: 4.6vw;
    line-height: 6vw;
  }

  .partthreepictures .tp_container_2 .tp_text_3 {
    font-size: 3vw;
    line-height: 3.5vw;
  }
}

@media (max-width:767px) {
  .partthreepictures .firstcol {
    margin-bottom: 15px;
  }

  .partthreepictures .secondcol a {
    width: calc(50% - 7px);
    float: left;
  }

  .partthreepictures .secondcol a:first-child {
    margin-right: 14px;
  }

  .partthreepictures .tp_container_1 {
    height: auto;
  }

  .partthreepictures .tp_container_2 {
    height: auto;
  }

}

/*****Bloc video + 4 images module BAPARTS*****/


.partvideofourpictures .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}


.partvideofourpictures .pvfp_container {
  position: relative;
}

.partvideofourpictures a:hover .pvfp_text {
  background-color: rgba(0, 0, 0, 0.5);
}

.partvideofourpictures .pvfp_text {
  font-family: var(--main-text-font);
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}

.partvideofourpictures .pvfp_container_1 {
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
  max-height: 307px;
}

.partvideofourpictures .pvfp_container_1 video {
  vertical-align: bottom;
}

.partvideofourpictures .pvfp_container_1 .pvfp_text_2 {
  font-weight: 600;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.partvideofourpictures .pvfp_container_1 .pvfp_text_1 {
  display: block;
  margin-bottom: 10px;

}

.partvideofourpictures .pvfp_container_1 .pvfp_text_1 img {
  width: 40px;
  height: 40px;
}

.partvideofourpictures .pvfp_container_2 {
  width: 100%;
  overflow: hidden;
}

.partvideofourpictures .pvfp_container_2 .pvfp_text_1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.partvideofourpictures .pvfp_container_2 .pvfp_text_2 {
  line-height: 20px;
  display: block;
  text-align: center;
  text-decoration: underline;
}


.partvideofourpictures .pvfp_container_3 {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.partvideofourpictures .pvfp_container_3 .pvfp_text_1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.partvideofourpictures .pvfp_container_3 .pvfp_text_2 {
  font-weight: 400;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.partvideofourpictures .pvfp_container_3 img {
  height: 100% !important;
}

@media (min-width:1921px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_2 {
    font-size: 32px;
    line-height: 38px;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_1 {
    font-size: 25px;
    line-height: 30px;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_2 {
    font-size: 15px;
    line-height: 20px;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_1 {
    font-size: 42px;
    line-height: 42px;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_2 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width:1600px) and (max-width:1920px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_2 {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_1 {
    font-size: 1.3vw;
    line-height: 1.5vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_2 {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_1 {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_2 {
    font-size: 0.85vw;
    line-height: 1.6vw;
  }
}

@media (min-width:768px) and (max-width:1599px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_2 {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_1 {
    font-size: 1.5vw;
    line-height: 1.7vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_2 {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_1 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_2 {
    font-size: 1.1vw;
    line-height: 1.9vw;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_2 {
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_1 {
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_2 {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_1 {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_2 {
    font-size: 2.6vw;
    line-height: 3.6vw;
  }
}


@media (min-width:450px) and (max-width:575px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_2 {
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_1 {
    font-size: 4.8vw;
    line-height: 5.4vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_2 {
    font-size: 3.3vw;
    line-height: 4vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_1 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_2 {
    font-size: 3.6vw;
    line-height: 4.6vw;
  }

}

@media (max-width:449px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_2 {
    font-size: 4.2vw;
    line-height: 4.8vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_1 {
    font-size: 5.8vw;
    line-height: 6.4vw;
  }

  .partvideofourpictures .pvfp_container_2 .pvfp_text_2 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_1 {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  .partvideofourpictures .pvfp_container_3 .pvfp_text_2 {
    font-size: 4.2vw;
    line-height: 5.2vw;
  }

}

@media (min-width:1200px) {
  .partvideofourpictures .row_mini_pictures .col-md-4:nth-child(1) {
    padding-right: 9px;
  }

  .partvideofourpictures .row_mini_pictures .col-md-4:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }

  .partvideofourpictures .row_mini_pictures .col-md-4:nth-child(3) {
    padding-left: 9px;
  }

  .partvideofourpictures .firstcol {
    padding-right: 10px !important;
  }

  .partvideofourpictures .secondcol {
    padding-left: 10px !important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .partvideofourpictures .row_mini_pictures .col-md-4:nth-child(1) {
    padding-right: 5px;
  }

  .partvideofourpictures .row_mini_pictures .col-md-4:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partvideofourpictures .row_mini_pictures .col-md-4:nth-child(3) {
    padding-left: 5px;
  }

  .partvideofourpictures .firstcol {
    padding-right: 10px !important;
  }

  .partvideofourpictures .secondcol {
    padding-left: 6px !important;
  }

  .partvideofourpictures .pvfp_container_1 {
    margin-bottom: 16px;
  }
}

@media (min-width:500px) and (max-width:991px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_1 img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width:767px) {

  .partvideofourpictures .pvfp_container_1,
  .partvideofourpictures .pvfp_container_2,
  .partvideofourpictures .pvfp_container_3 {
    margin-bottom: 15px;
  }
}

@media (max-width:499px) {
  .partvideofourpictures .pvfp_container_1 .pvfp_text_1 img {
    width: 20px;
    height: 20px;
  }
}

/*****Bloc slider 6 images module BAPARTS*****/

.partpicturesslider .karrow-disabled {
  display: block !important;
}

.partpicturesslider a {
  display: block;
}

.partpicturesslider a:hover .ps_text {
  background-color: rgba(0, 0, 0, 0.5);
}

.partpicturesslider .ps_container {
  position: relative;
}

.partpicturesslider .ps_text {
  font-family: var(--main-text-font);
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}

.partpicturesslider .ps_container .ps_text_1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
}

.partpicturesslider .ps_container .ps_text_2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

.partpicturesslider .ps_container .ps_text_3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.partpicturesslider .karrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
}

.partpicturesslider .karrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
}

@media (min-width:1920px) {
  .partpicturesslider .karrow--left {
    left: 40px !important;
  }

  .partpicturesslider .karrow--right {
    right: 40px !important;
  }
}

@media (min-width:1600px) and (max-width:1919px) {
  .partpicturesslider .karrow--left {
    left: 50px !important;
  }

  .partpicturesslider .karrow--right {
    right: 50px !important;
  }

  .partpicturesslider .ps_container .ps_text_1 {
    font-size: 14px;
    line-height: 20px;
  }

  .partpicturesslider .ps_container .ps_text_2 {
    font-size: 32px;
    line-height: 32px;
  }

  .partpicturesslider .ps_container .ps_text_3 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width:1351px) and (max-width:1599px) {
  .partpicturesslider .karrow--left {
    left: 65px !important;
  }

  .partpicturesslider .karrow--right {
    right: 65px !important;
  }
}

@media (min-width:1200px) and (max-width:1350px) {
  .partpicturesslider .karrow--left {
    left: 55px !important;
  }

  .partpicturesslider .karrow--right {
    right: 55px !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {

  .partpicturesslider .karrow--left {
    left: 55px !important;
  }

  .partpicturesslider .karrow--right {
    right: 55px !important;
  }

  .partpicturesslider .ps_container .ps_text_1 {
    font-size: 14px;
    line-height: 20px;
  }

  .partpicturesslider .ps_container .ps_text_2 {
    font-size: 30px;
    line-height: 30px;
  }

  .partpicturesslider .ps_container .ps_text_3 {
    font-size: 14px;
    line-height: 20px;
  }

}

@media (min-width:580px) and (max-width:767px) {
  .partpicturesslider .ps_container .ps_text_1 {
    font-size: 13px;
    line-height: 18px;
  }

  .partpicturesslider .ps_container .ps_text_2 {
    font-size: 30px;
    line-height: 30px;
  }

  .partpicturesslider .ps_container .ps_text_3 {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (min-width:480px) and (max-width:579px) {
  .partpicturesslider .ps_container .ps_text_1 {
    font-size: 12px;
    line-height: 16px;
  }

  .partpicturesslider .ps_container .ps_text_2 {
    font-size: 28px;
    line-height: 28px;
  }

  .partpicturesslider .ps_container .ps_text_3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width:399px) {
  .partpicturesslider .ps_container .ps_text_1 {
    font-size: 14px;
    line-height: 20px;
  }

  .partpicturesslider .ps_container .ps_text_2 {
    font-size: 32px;
    line-height: 32px;
  }

  .partpicturesslider .ps_container .ps_text_3 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width:992px) {
  .partpicturesslider .dots {
    display: none;
  }

  .partpicturesslider .karrow--right:hover {
    background-color: var(--main-pink-color);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23ffffff' %3E%3C/path%3E%3C/svg%3E");
  }

  .partpicturesslider .karrow--left:hover {
    background-color: var(--main-pink-color);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23ffffff' %3E%3C/path%3E%3C/svg%3E");
  }
}

@media (max-width:991px) {
  .partpicturesslider .karrow {
    top: calc(100% - 16px);
    border: 1px solid #212529;
    width: 30px;
    height: 30px;
  }

  .partpicturesslider .karrow--left {
    left: 10px !important;
  }

  .partpicturesslider .karrow--right {
    right: 10px !important;
  }

  .partpicturesslider .dots {
    margin-top: 15px;
  }

  .partpicturesslider .karrow--right:hover {
    border-color: var(--main-pink-color);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
  }

  .partpicturesslider .karrow--left:hover {
    border-color: var(--main-pink-color);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
  }

}


/**** BLOC avis client baparts ***/
.keen-slider[data-style=avv] .kss {
  display: flex;
  justify-content: center;
}

.partavv .karrow:not(.karrow-disabled) {
  border: 1px solid #212529;
}

.partavv .karrow-disabled {
  display: block !important;
  border: 1px solid #E1E4E7;
}

.partavv .karrow {
  top: 37%;
}

.partavv .avv_square {
  border: 1px solid #E1E4E7;
  border-radius: 8px;
  padding: 15px;
  font-family: var(--main-text-font);
}

.partavv .avv_square .review-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}

.partavv .keen-slider {
  width: calc(100% - 120px) !important;
  margin-left: auto;
  margin-right: auto;
}

.partavv .dots {
  margin-top: 15px;
}

.partavv .karrow--right:not(.karrow-disabled):hover {
  border-color: var(--main-pink-color);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
}

.partavv .karrow--left:not(.karrow-disabled):hover {
  border-color: var(--main-pink-color);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
}

.partavv .karrow--right.karrow-disabled {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E");
}

.partavv .karrow--left.karrow-disabled {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E");
}

.partavv .review_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.partavv .review-author {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.partavv .netreviews_stars_md {
  background-size: 14px auto !important;
  height: 14px !important;
  width: 70px !important;
}

.partavv .netreviews_stars_md span {
  background-size: 14px auto !important;
  height: 14px !important;
}

.partavv .titleavv {
  font-family: var(--main-text-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}

.partavv .avv_average {
  display: table;
}

.partavv .avv_average_note,
.partavv .avv_average_logo {
  display: table-cell;
}

.partavv .notemob {
  display: none !important;
}

.partavv .avv_average_note .note,
.partavv .avv_average_note .stars {
  font-family: var(--main-text-font);
  float: right;
  display: inline-block;
}

.partavv .avv_average_note .stars {
  margin-top: 7px;
}

.partavv .avv_average_note .note .note1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}

.partavv .avv_average_note .note {
  margin-right: 10px;
}

.partavv .avv_average_note .note .note2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.partavv .avv_average_note .nb_reviews {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.partavv .avv_average_note .clear_both {
  clear: both;
}

.partavv .avv_average_logo {
  vertical-align: middle;
}

.partavv .avv_average {
  float: right;
}

.partavv .avv_average_note {
  padding-right: 20px;
}

.partavv .row_title {
  width: calc(100% - 100px);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 15px !important;
}

.partavv .review-head .rate {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
}

.partavv .karrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
}

.partavv .karrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
}

@media (max-width:991px) {
  .partavv .karrow {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .partavv .titleavv {
    font-size: 20px;
    line-height: 36px;
  }

  .partavv .avv_average_note .nb_reviews {
    font-size: 12px;
  }
}

@media (max-width:767px) {
  .partavv .row_title {
    width: 100%;
  }

  .partavv .titleavv {
    text-align: center;
    margin-bottom: 15px;
    line-height: 30px;
  }

  .partavv .avv_average {
    float: none;
    display: block;
    text-align: center;
  }

  .partavv .avv_average_note,
  .partavv .avv_average_logo {
    display: block;
  }

  .partavv .avv_average_note .note,
  .partavv .avv_average_note .stars {
    float: none;
  }

  .partavv .avv_average_note .nb_reviews {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .partavv .notemob {
    display: inline-block !important;
  }

  .partavv .notepc {
    display: none !important;
  }

  .partavv .keen-slider .review-date {
    display: none;
  }
}

@media (max-width:480px) {
  .partavv .keen-slider {
    width: 100% !important;
  }

}

@media (min-width:370px) and (max-width:480px) {
  .partavv .titleavv {
    font-size: 22px;
  }
}

@media (max-width:369px) {
  .partavv .titleavv {
    font-size: 21px;
  }
}

/**********Bloc Liste Categories BAPARTS*************/
.partcb .kss {
  border: 1px solid #E1E4E7;
  border-radius: 8px;
  font-family: var(--main-text-font);
}

.partcb .kss a {
  display: block;
}

.partcb .kss a:hover .cbtext {
  color: var(--main-pink-color);
}


.partcb .kss .cbtext {
  text-align: center;
  padding: 16px 5px;
  color: var(--main-text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  transition: all 0.2s linear;
}

.partcb .dots {
  margin-top: 15px;
}


@media (min-width:992px) {
  .partcb .dots {
    display: none;
  }

  .partcb .karrow--left {
    left: -1px !important;
  }

  .partcb .karrow--right {
    right: -1px !important;
  }

  .partcb .karrow {
    height: 100%;
    width: 100px;
    background-color: transparent !important;
    background-position: center center !important;
    background-size: initial !important;
  }

  .partcb .karrow--left {
    background-image: URL("../img/bg-trans-2.png") !important;
  }

  .partcb .karrow--left:hover {
    background-image: URL("../img/bg-trans-2-hover.png") !important;
  }

  .partcb .karrow--right {
    background-image: URL("../img/bg-trans-1.png") !important;
  }

  .partcb .karrow--right:hover {
    background-image: URL("../img/bg-trans-1-hover.png") !important;
  }

}

@media (max-width:991px) {
  .partcb .karrow {
    top: calc(100% - 16px);
    border: 1px solid #212529;
    width: 30px;
    height: 30px;
  }

  .partcb .karrow--left {
    left: 0px !important;
  }

  .partcb .dots {
    margin-top: 15px;
  }

  .partcb .karrow--left.karrow-disabled {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E")
  }

  .partcb .karrow--right.karrow-disabled {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E");
  }

  .partcb .karrow--right {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
  }

  .partcb .karrow--left {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
  }

  .partcb .karrow--right:not(.karrow-disabled):hover {
    border-color: var(--main-pink-color);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
  }

  .partcb .karrow--left:not(.karrow-disabled):hover {
    border-color: var(--main-pink-color);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
  }

  .partcb .karrow-disabled {
    display: block !important;
    border: 1px solid #E1E4E7;
  }


}

@media (min-width:576px) and (max-width:991px) {
  .partcb .karrow--right {
    right: 0px !important;
  }
}

@media (max-width:575px) {
  .partcb .categories {
    padding-right: 0 !important;
  }

  .partcb .karrow--right {
    right: 15px !important;
  }

}

@media (max-width:480px) {
  .partcb .kss .cbtext {
    font-size: 13px;
    line-height: 16px;
  }
}


/**********TITLE 2***********/

.title_2 {
  font-family: var(--main-text-font);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

@media (min-width:992px) and (max-width:1199px) {
  .title_2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .title_2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width:481px) and (max-width:767px) {
  .title_2 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width:480px) {
  .title_2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/********MODIFS PAGE PRODUIT 12-2024*********/
.product-reassurance-summary .adod_product_page_txt,
.product-reassurance-summary .product-satisfaction span:first-child,
.product-reassurance-summary .adod_title {
  font-family: var(--main-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--main-text-color);
}

.product-reassurance-summary .img_info {
  margin-left: 5px;
  vertical-align: bottom;
  cursor: pointer;
}

.product-reassurance-summary .product-satisfaction .product-satisfaction-bloc {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
}

.product-reassurance-summary img {
  align-self: unset !important;

}

.product-reassurance-summary .product-satisfaction-title {
  display: block;
}

#block-loved-features li {
  align-items: unset !important;
}

#block-loved-features li i {
  margin-top: 2px;
}


#product-description-summary p,
#product-description-summary span {
  display: inline-block;
}

#product-description-summary p:not(strong),
#product-description-summary span:not(strong) {
  line-height: 22px !important;
}

#product-description span {
  margin: 0 !important;
}

@media (min-width: 768.1px) {
  #product-accordion-container section {
    padding: 26px 0 10px 0 !important;
  }

  #product-accordion-container {
    padding: 16px 120px 24px 120px;
  }
}

@media (max-width: 768px) {
  #product-accordion-container section {
    padding: 10px 0 !important;
  }
}

#product-accordion-container #product-dimensions dl {
  row-gap: 0px !important;

}

#product-accordion-container #product-dimensions dl dt,
#product-accordion-container #product-dimensions dl dd {
  padding: 6px 0 !important;
}


/********AVIS************/


#reviews .netreviews_rating_header {
  display: flex;
  height: 100px !important;
  margin-top: 15px;
  margin-bottom: 40px;
}

#reviews .netreviews_rating_header .netreviews_image_stars {
  display: inline-block;
  margin-left: 5px;
}

#reviews .netreviews_rating_header .div_netreviews_logo {
  width: 220px;
  text-align: left;
  padding-top: 15px;
}

#reviews .netreviews_rating_header .netreviews_note {
  display: table;
  width: calc(100% - 220px);
}

#reviews .netreviews_rating_header .netreviews_global_rating,
#reviews .netreviews_rating_header .netreviews_global_rating_details {
  display: table-cell;
  vertical-align: middle;
}

#reviews .netreviews_subtitle {
  text-align: right !important;
  line-height: 20px;
}

#reviews .netreviews_rates_list {
  float: right;
}

#reviews .netreviews_global_rating_details {
  width: 205px;
}


#reviews .netreviews_global_rating {
  text-align: right;
  padding-right: 15px
}

#reviews .av-certificate {
  line-height: 12px !important;
  margin-top: 10px;

}

#reviews .netreviews_review_part {
  margin-bottom: 6px !important;
}

#reviews .netreviews_customer_name {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
}

#reviews .netreviews_customer_name span {
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #6c757d;
  margin-right: 0 !important;
  display: inline-block !important;
}

#reviews .netreviews_customer_name span:first-child {
  margin-left: 5px;
}

#reviews .netreviews_stars_md {
  background-size: 14px auto !important;
  height: 14px !important;
  width: 70px !important;
}

#reviews .netreviews_stars_md span {
  background-size: 14px auto !important;
  height: 14px !important;
}

#reviews .netreviews_review_rate_and_stars {
  width: 70px !important;
}

#reviews .netreviews_reviews_rate {
  left: 80px !important;
  top: -3px !important;
}

#reviews .netreviews_rate_total1 {
  color: #6C757D;
}

#reviews .netreviews_website_answer p {
  font-size: 16px !important;
  line-height: 20px !important;
}

@media (max-width: 991px) {
  #reviews .netreviews_rating_header {
    display: block;
  }

  #reviews .netreviews_rating_header .div_netreviews_logo {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 40px;
  }

  #reviews .netreviews_rating_header .netreviews_note {
    width: 100%;
  }

  #reviews .netreviews_rating_header .netreviews_global_rating,
  #reviews .netreviews_rating_header .netreviews_global_rating_details {
    width: 50%;
  }

  #reviews .netreviews_rates_list {
    float: unset;
  }

  #reviews .netreviews_rating_header .netreviews_global_rating_details {
    padding-left: 15px;
  }

  #reviews .netreviews_rating_header {
    height: auto !important;
  }

  #reviews .netreviews_filtering_section {
    display: block !important;
  }

  #reviews .netreviews_filtering_section_title {
    display: inline-block !important;
  }
}

@media (max-width: 600px) {
  #reviews .netreviews_global_rating {
    text-align: center;
  }

  #reviews .netreviews_subtitle {
    text-align: center !important;
  }

  #reviews .netreviews_rating_header .av-certificate label {
    top: -35px !important;
  }

  #reviews .netreviews_filtering_section_title {
    margin-bottom: 0 !important;
  }

  #reviews .netreviews_rating_header {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  #reviews .netreviews_website_answer p {
    font-size: 14px !important;
  }
}

/***********PRODUCT description**************/

#showmore-product-description-summary {
  position: relative;
}

#product-description #showmore-product-description-summary:not(:has(.btn_voir_moins)) #product-description-summary {
  mask-image: linear-gradient(to bottom, black, 90%, transparent);
}

#product-description .container_btn_voir_plus {
  height: 90px;
  margin-top: -40px;
  position: relative;
  width: 100%;
}

#product-description .container_btn_voir_plus .btn_voir_plus,
#product-description .container_btn_voir_plus .btn_voir_moins {
  display: inline-block;
  padding: 5px 10px;
  color: var(--main-text-color);
  cursor: pointer;
  border: 1px solid var(--main-text-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

#product-description .container_btn_voir_plus .btn_voir_moins {
  margin-top: 50px !important;
}

#product-description .container_btn_voir_plus .btn_voir_plus {
  margin-top: 58px !important;
}

#product-description .container_btn_voir_plus .btn_voir_plus:hover,
#product-description .container_btn_voir_plus .btn_voir_moins:hover {
  color: var(--main-pink-color);
  border: 1px solid var(--main-pink-color);
}

#product-description .container_btn_voir_plus .btn_voir_plus i,
#product-description .container_btn_voir_plus .btn_voir_moins i {
  vertical-align: middle;
}

/****************Images produit slider *********************/

#product-images .js-qv-mask {
  overflow: auto;
  scrollbar-width: none;
  position: relative;
  height: 130px;
}

#product-images .js-qv-product-images {
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}

@media (max-width:768px) {
  #product-images .js-qv-product-images {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #product-images .js-qv-mask {
    height: auto;
  }
}

/*** Derniers produits visités ****/

.page-product #history .navigation-wrapper:not(:has(.dots)) .karrow {
  display: none !important;
}

.page-product #history .keen-slider[data-style=avv] .kss {
  display: flex;
  justify-content: center;
}

.page-product #history .karrow:not(.karrow-disabled) {
  border: 1px solid #212529;
}

.page-product #history .karrow-disabled {
  display: block !important;
  border: 1px solid #E1E4E7;
}

.page-product #history .karrow {
  top: 37%;
  background-color: transparent;
}

.page-product #history .keen-slider {
  width: calc(100% - 120px) !important;
  margin-left: auto;
  margin-right: auto;
}

.page-product #history .dots {
  margin-top: 15px;
}

.page-product #history .karrow--right:not(.karrow-disabled):hover {
  border-color: var(--main-pink-color);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #history .karrow--left:not(.karrow-disabled):hover {
  border-color: var(--main-pink-color);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #history .karrow--right.karrow-disabled {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #history .karrow--left.karrow-disabled {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #history .karrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #history .karrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
}


@media (max-width:991px) {
  .page-product #history .keen-slider {
    width: 100% !important;
  }

  .page-product #history .karrow {
    top: calc(100% - 16px);
    width: 30px;
    height: 30px;
  }

  .page-product #history .karrow--left {
    left: 0px !important;
  }

  .page-product #history .karrow--right {
    right: 0px !important;
  }

  .page-product #history .dots {
    margin-top: 15px;
  }

}

/********RELATED CATEGORIES*************/

.page-product #related-categories .navigation-wrapper:not(:has(.dots)) .karrow {
  display: none !important;
}

.page-product #related-categories .karrow:not(.karrow-disabled) {
  border: 1px solid #212529;
}

.page-product #related-categories .karrow-disabled {
  display: block !important;
  border: 1px solid #E1E4E7;
}

.page-product #related-categories .karrow {
  top: calc(100% - 15px);
  background-color: transparent;
}

.page-product #related-categories .dots {
  margin-top: 15px;
}

.page-product #related-categories .karrow--right:not(.karrow-disabled):hover {
  border-color: var(--main-pink-color);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #related-categories .karrow--left:not(.karrow-disabled):hover {
  border-color: var(--main-pink-color);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23ef1a78' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #related-categories .karrow--right.karrow-disabled {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #related-categories .karrow--left.karrow-disabled {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23E1E4E7' %3E%3C/path%3E%3C/svg%3E");
}

.page-product #related-categories .karrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M11.293 4.707 17.586 11H4v2h13.586l-6.293 6.293 1.414 1.414L21.414 12l-8.707-8.707-1.414 1.414z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
  right: 0px !important;
}

.page-product #related-categories .karrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='m12.718 4.707-1.413-1.415L2.585 12l8.72 8.707 1.413-1.415L6.417 13H20v-2H6.416l6.302-6.293z' fill='%23212529' %3E%3C/path%3E%3C/svg%3E");
  left: 0px !important;
}

@media (max-width:991px) {

  .page-product #related-categories .karrow {
    width: 30px;
    height: 30px;
  }

  .page-product #related-categories .dots {
    margin-top: 15px;
  }

}

@media (min-width:992px) {
  #related-categories {
    background-color: white;
    padding: 48px 80px 60px 80px !important
  }
}

@media (min-width:768.1px) and (max-width:991px) {
  #related-categories {
    background-color: white;
    padding: 48px 80px 20px 80px !important;
  }
}

@media (max-width:768px) {
  #related-categories {
    padding: 10px 16px 20px 16px !important;
  }
}

/***********SHIPPING MODAL****************/

.shippingmodal {
  padding-right: 0 !important;
}

.shippingmodal .modal-dialog {
  background: #fff !important;
  float: right !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100% !important;
  display: flex !important;
  overflow-y: auto;
}

.shippingmodal .modal-content {
  box-shadow: none!important;
}

.shippingmodal .modal_title {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.shippingmodal .modal_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}

.shippingmodal .bloc_carrier {
  border: 1px solid #E1E4E7;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  display: table;
  width: 100%;

}

.shippingmodal .bloc_carrier .bc_logo,
.shippingmodal .bloc_carrier .bc_desc,
.shippingmodal .bloc_carrier .bc_price {
  display: table-cell;
  vertical-align: top;
}

.shippingmodal .bloc_carrier .bc_logo,
.shippingmodal .bloc_carrier .bc_desc {
  text-align: left;
}

.shippingmodal .bloc_carrier .bc_logo {
  width: 43px;
}

.shippingmodal .bloc_carrier .bc_logo img {
  width: 30px;
  height: 30px;
}

.shippingmodal .bloc_carrier .bc_desc .bc_name,
.shippingmodal .bloc_carrier .bc_desc .bc_delay {
  display: inline-block;
}

.shippingmodal .bloc_carrier .bc_desc .bc_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.shippingmodal .bloc_carrier .bc_desc .bc_delay {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #6C757D;
}

.shippingmodal .bloc_carrier .bc_desc .bc_delivery-dates {
  font-style: italic;
  font-size: 13px;
}

.shippingmodal .bloc_carrier .bc_price {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 99px;
  text-align: right;
}

.shippingmodal .bloc_carrier .bc_price .ttc {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #6C757D;
}

.shippingmodal .bloc_carrier .bc_price .gratuit {
  color: #008248;
}

.shippingmodal .bloc-bottom {
  font-size: 14px;
  line-height: 1.4;
}

.shippingmodal .bloc-bottom__flags {
  font-size: 13px;
}

.shippingmodal .bloc-bottom__satisfaction-info div{
  font-size: 13px;
  line-height: 1.2;
}

.shippingmodal .bloc-asterix{
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width:499px) {
  .shippingmodal .bloc_carrier {
    display: block;
  }

  .shippingmodal .bloc_carrier .bc_price {
    display: block;
    text-align: left;
    padding-left: 43px;
    margin-top: 5px;
    width: 100%;
  }

}

@media (max-width:1450px) {
  .product-reassurance-summary {
    display: flex !important;
  }
}

/* Module PPC */
#block_ppcmod {
    display:block;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding:20px;
    margin-top:20px;
}

#ppc_title {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    padding: 3px 0;
}

#ppc_title s {
  font-size: 18px;
}

#ppc_save {
    display: block;
    font-size:12px;
    font-weight: 700;
}

#ppc_info {
    margin-top:.625rem;
    display: block;
    font-size:10px;
    color:#999;
    font-style:italic;
}

#block_ppcmod_simple {
    display:inline;
    position:absolute;
    z-index:0;
} 

#block_ppcmod_simple a span{
    position:absolute;
    margin-top:20px;
    margin-left:-110px;
    color:#09c;
    background:white;
    padding:5px;
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    transform:scale(0) rotate(-40deg);
    transition:all .25s;
    opacity:0;
    min-width:200px;
    z-index:0;
}

#block_ppcmod_simple a:hover span, a:focus span{
    transform:scale(1) rotate(0);
	  opacity:1;
    z-index:0;
}

.product-prices {
  text-align: center;
}

.info-bubble-wrapper {
    position: relative;
    display: inline;
}

.info-bubble-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s linear;
    border-radius: 2px;
    border: 1px solid #e20f6a;
    z-index: 150;
    background: #ffe2f4;
    padding: 8px;
    max-width: 300px;
    width: max-content;
}

div.info-bubble-content a {
  text-decoration: underline !important;
}

.info-bubble-content.active {
    display: block;
    opacity: 0.9;
    visibility: visible;
}

.info-bubble {
    color: #EF1A78;
    vertical-align: middle;
}

/* Desktop */
@media screen and (min-width:768px) {
  .product-prices {
    text-align: unset;
  }

  .info-bubble-content {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(100%, -100%);
  }

  .info-bubble:hover {
      cursor: pointer;
  }
}

/*Bloc telephone indication legale*/
div.blocktel {
  background: lightblue;
  padding: 7px;
  font-size: 12px;
  margin: 9px 0;
  border-radius: 8px;
}