/** Shopify CDN: Minification failed

Line 998:0 Unexpected "}"

**/
/* TYPO */

@font-face {
    font-family: "Gilroy-Regular";
    src: url('/cdn/shop/files/gilroy-regular-webfont.woff2?v=1670337444') format("woff2"),
         url('/cdn/shop/files/gilroy-regular-webfont.woff?v=1670337444') format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url('/cdn/shop/files/gilroy-semibold-webfont.woff2?v=1670337444') format("woff2"),
         url('/cdn/shop/files/gilroy-semibold-webfont.woff?v=1670337444') format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url('/cdn/shop/files/gilroy-extrabold-webfont.woff2?v=1670337128') format("woff2"),
         url('/cdn/shop/files/gilroy-extrabold-webfont.woff?v=1670337128') format("woff");
    font-display: swap;
}

body,
input,
.hero__subtitle,
.variant__button-label,
.tag__text {
  font-family: 'Gilroy-Regular', sans-serif!important;
  font-size: 18px;
  color: #012F26;
}

@media screen and (max-width:768px){
    body,
    input,
    .hero__subtitle, .grid-product__price {
      font-size: 15px!important;
  }
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.grid-product__title, .product__price, .article__title, .mobile-nav__link--top-level {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  color: #005040;
  font-weight: 500;
  letter-spacing: 0px;
}

.btn, .shopify-payment-button__button,
.site-nav__link, .btn--secondary, .footer__title,
cite, .hero__top-subtitle, .titre-filtre,
.variant__label, .product__quantity > label,
.typologie-animal, .collapsible-trigger-btn , .contact-label, label {
  font-family: 'Gilroy-SemiBold', sans-serif;
  letter-spacing: 0px!important;
  text-transform: uppercase;
  font-size: 16px!important;
  font-weight: 500!important;
}

.announcement-text, .announcement-link-text {
  font-family: 'Gilroy-SemiBold', sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width:769px){

.section-header__title,
h1, .h1,
h2, .h2 {
  font-size: 28px;
  line-height: 48px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 26px;
}

h4, .h4 {
  font-size: 18px;
}
}

h4, .h4 {
  text-transform: none;
}
  
@media screen and (min-width: 400px) and (max-width:768px) {

  .hide-mobile {
    display:none;
  }
  
.section-header__title, h1, .h1,
h2, .h2 {
    font-size: 25px;
  }

  h3, .h3 {
    font-size: 18px;
  }

  h4, .h4 {
  font-size: 16px;
  }
}

@media screen and (max-width: 399px) {
  h2, .h2 {
    font-size: 20px;
  }

  h3, .h3, .collapsible-trigger > span {
    font-size: 16px!important;
  }

  h4, .h4 {
  font-size: 15px;
  }

  p, li, span, .tool-tip-trigger__title, .rc_label, .typologie-animal, .variant__label, .variant__button-label {
    font-size: 15px!important;
  }
  
  .product__price {
    font-size: 16px!important;
  }

  .reassurance-image {
    max-width: 60px;
  }

  .product-benefices .product-benefices-liste li {
    font-size: 12px;
  }

  .announcement-text {
    font-size: 14px!important;
  }
}

/* LAYOUT */

input {
  border-radius: 10px!important;
}

.btn, .btn--secondary, .btn--tertiary, .btn--full, .shopify-payment-button__button {
  border-radius: 10px!important;
  background-color: var(--colorBtnPrimary)!important;
  border: none!important;
  color: white!important;
}

.header-item--split-left .site-navigation .site-nav__item:nth-child(1) > a {
  background-color: #005040;
    color: white;
    margin-right: 15px;
    border-radius: 10px;
} 

.mobile-nav__item:nth-child(1) > a {
  color: #005040;
}


.header-item--split-left .site-navigation .site-nav__item:nth-child(1) > a::after {
  border-bottom-color: transparent;
}

.mobile-nav__social {
  display: none;
}

.mobile-nav__item:after {
  display: none;
}

.mobile-nav__link.mobile-nav__link--top-level {
  padding: 10px 20px;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 20px;
}

.emphasize {
  color: var(--colorBtnPrimary);
  text-transform: none;
}

.emphasize-trait {
  color: #E1F4F1;
}

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

.title-deco-orange {
display: flex;
justify-content: center;
align-items: center;
}

.title-deco-orange::before {
content: "";
background: url(/cdn/shop/files/title-deco-orange-gauche.svg?v=1670406235) no-repeat;
background-size: 100%;
width: 13px;
height: 24px;
margin-right: 15px;
}

.title-deco-orange::after {
content: "";
background: url(/cdn/shop/files/title-deco-orange-droite.svg?v=1670406234) no-repeat;
background-size: 100%;
width: 13px;
height: 24px;
margin-left: 15px;
}

.title-deco {
display: flex;
justify-content: center;
align-items: center;
}

.title-deco::before {
content: "";
background: url(/cdn/shop/files/title-deco-gauche.svg?v=1670410097) no-repeat;
background-size: 100%;
width: 13px;
height: 24px;
margin-right: 15px;
}

.title-deco::after {
content: "";
background: url(/cdn/shop/files/title-deco-droite.svg?v=1670410097) no-repeat;
background-size: 100%;
width: 13px;
height: 24px;
margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .title-deco::before, .title-deco::after, .title-deco-orange::before, .title-deco-orange::after {
    display:none;
  }
}

.grid-product__title {
  font-size: 18px;
  line-height: 24px;
  color: #005040;
}

.grid-product__price {
  font-size: 18px;
  color: #012F26;
  margin-top: 5px;
}

.product__price {
  color: #012F26;
}

.marge-titre {
  margin-bottom: 15px;
}

@media only screen and (min-width:769px){
  .hero__text-shadow {
    width: 45%;
  }

  .hero__title {
    line-height: 53px;
  }
}

@media only screen and (max-width:768px) {
  .hero__text-shadow {
    text-align: center;
    margin-top: -170px;
  }

  .hero__title {
    font-size: 28px!important;
  }
}

.stan-rating {   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}

.stan-rating > span {
  margin-left: 10px;
  margin-right: 10px;
}

/* SECTION TESTIMONIALS */

@media screen and (min-width:769px){
  .testimonials-slider {
    max-width: 1250px;
    margin: auto;
  }

.text-center .testimonail-image {
    width: 130px;
  }
}

@media screen and (max-width:768px){
  
.text-center .testimonail-image {
    width: 100px;
  }
}

.testimonials-slider__text {
  border-radius: 10px;
  box-shadow: none!important;
  transform: none!important;
  margin-left: 20px;
  margin-right: 20px;
}

.bordure {
  border: 1px solid #D6D6D6;
}

.rte-setting.text-spacing > p {
  font-size: 18px;
}

.testimonials__info {
  font-size: 18px;
}

.benefice_animal {
  margin-bottom: 15px;
    color: #EA561F;
}

/* SECTION NEWSLETTER */

.newsletter-section--with-divider {
  border-top: none;
}

.newsletter__input {
  margin-right: 8px;
}

/* COMMANDEMENTS */

h3.commandement-title {
color: #012F26;
  margin-top: -10px;
}

.ctn-commandements {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.img-commandements {

}

.ctn-text-commandements {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .ctn-commandements {
    flex-direction: column-reverse;
    justify-content: center;
}
  
  .img-commandements {
    padding-top: 10px;
    padding-right: 0px;
 }

  .ctn-text-commandements {
  width: 100%;
 }
}

.fleche-decor {
  position: absolute;
  top:-110px;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .img-commandements {
    width: 200px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .fleche-decor {
    top: -100px;
  }
}

@media screen and (max-width: 989px) {
  .fleche-decor {
    display: none!important;
  }
}

/* SECTION FAQ */

.accordeon-wrap, .collapsibles-wrapper {
  padding: 10px 40px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: white;
}

.collapsible-trigger--inline, .faq-fiche-produit {
  width: 100%;
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 18px!important;
  padding-right: 30px;
  text-transform: none;
  color: #005040;
}

@media screen and (max-width: 399px) {
  .faq-fiche-produit {
    font-size: 16px!important;
  }
}

@media screen and (max-width: 768px) {
    .collapsible-trigger--inline {
    font-size: 16px;
  }

    .accordeon-wrap {
    padding: 10px 20px;
  }
}

.collapsible-trigger--inline .collapsible-trigger__icon {
  right: 0;
  left: auto;
  border: none;
}

.collapsible-trigger--inline, .faq-fiche-produit {
  display: flex;
  align-items: center;
}

.faq-icon {
  margin-right: 15px;
  margin-left: 15px;
}



/* SECTION TABLEAU COMPARATIF CUSTOM */

.tableau-comparatif-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image-tableau {
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

/* SECTION IMAGE WITH ICONS CUSTOM */

.image-with-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image-container {
  width: 50%;
  }

.image-principale {
    width: 100%;
    margin-bottom: -6px;
  }
  
.text-icon-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-icon-item {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

.image-with-icons-title {
  margin-bottom: 35px;
}

.image-with-icons-btn {
  margin-top: 30px;
}

@media screen and (min-width: 990px) {
   .page-larg {
     max-width: 650px;
   }
  
  .tableau-comparatif-wrapper > .text-container {
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .image-with-icons-wrapper.no-reverse > .text-container {
    padding-left: 6%;
    width: 50%;
  }

  .image-with-icons-wrapper.reverse > .text-container {
    padding-right: 6%;
    width: 50%;
  }
  
  .image-with-icons-wrapper.page-width > .text-container, .tableau-comparatif-wrapper.page-width > .text-container {
    padding-right: 6%;
  }
  .image-with-icons-wrapper.reverse.page-width > .text-container, .tableau-comparatif-wrapper.reverse.page-width > .text-container {
    padding-left: 6%;
  }
}

@media screen and (max-width: 989px) {
  .image-container {
    width: 100%;
  }

  .image-container.reduire {
    width: 90%;
    max-width: 650px;
    margin: auto;
  }
  
  .text-container {
    width: 100%;
    padding: 10% 3%;
    padding-top: 7%;
  }

  .image-with-icons-wrapper.page-width > .text-container {
    padding: 10% 0%;
    padding-top: 7%;
  }

  .tableau-comparatif-wrapper > .text-container {
    padding: 0% 3%;
  }
  .tableau-comparatif-wrapper.page-width > .text-container {
    padding: 3% 0;
  }

  .text-icon-item {
    width: 100%;
  }

  .image-principale.rogner-mobile {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }

  .image-with-icons-title {
  margin-bottom: 25px;
  }

  .image-with-icons-btn {
  margin-top: 20px;
  }
}

.icone {
  margin-right: 20px;
}

/* COLLECTION */


.tag__text {
  text-transform: initial;
}

.btn-tag {
    background-color: transparent!important;
    border: 1px solid #dedede!important;
    color: #012F26!important;
    font-size: 14px!important;
}

.tag--remove > svg {
  color: #dedede!important;
}

.rte.collection__description {
  margin-bottom: 0px;
}

.grid-product__tag {
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 14px;
}

.grid-product__price--original, .product__price--compare {
    color: grey;
}

.product__price-savings {
    background-color: #cc0a39;
    padding: 5px;
    border-radius: 10px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    color: white;
}

/* SECTION IMAGE W BACKGROUND */

@media screen and (max-width: 768px) {
.background-media-text.loaded.aos-init.aos-animate {
    display: flex;
    flex-direction: column-reverse;
}

.mobile-none {
  padding: 0px;
}
}

/* PRODUIT */

@media screen and (max-width: 1024px) {
  .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide {
    width: 70%;
  }

  .flickity-page-dots {
    display: none!important;
  }

  .product-image-main {
    margin-right: 10px;
  }

  .product-single__sticky {
    padding-bottom: 0px!important;
  }

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

  .product-single__meta {
    margin-top: 0px;
  }

  .testimonials-section .testimonials-slide {
    padding-bottom: 0px;
    width: 80%;
  }

  .testimonials-slider__text {
  margin-left: 5px;
  margin-right: 5px;
}

  .product-benefices .product-benefices-liste li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .product-slideshow .is-selected .product__photo-zoom {
  background-color: #005040!important;
}
}

.product-single__meta .product-block--tab .collapsibles-wrapper {
  padding: 10px 0px;
  border-radius: 0px;
}

.variant__button-label {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
}

.variant-input-wrap input[type=radio]:checked+label {
  border: 2px solid var(--accent-color);
}

.product__quantity > label {
  display: none;
}

.tool-tip-trigger__title {
  text-transform: initial;
  letter-spacing: 0px!important;
  font-family: Gilroy-regular;
  font-size: 18px;
}

.tool-tip-trigger .icon {
    width: 25px;
    height: 25px;
}

.page-content--product {
    padding-top: 0px;
    padding-bottom: 0px;
}

.image-wrap {
  background: transparent;
}

.grid__item.medium-up--one-half.product-single__sticky {
  overflow: hidden;
}

.image-wrap, .product__thumb-item a.is-active:before, .product__thumb-item a:focus:before {
  border-radius: 10px;
}
.product__thumb-item a.is-active:before {
  box-shadow: inset 0 0 0 2px #005040;
}

.reassurance-wrapper {
display: flex;
justify-content: center;
}

.reassurance-item {
text-align: center;
width: 33%;
}

.reassurance-image {
margin-bottom: 10px;
}

.product__thumbs.product__thumbs--below.product__thumbs-placement--left.small--hide.aos-init.aos-animate {
  text-align: center;
}

@media screen and (min-width: 669px) {

  .grid__item.medium-up--one-half {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .product__main-photos {
  margin:auto;
  padding-left: 6%;
  padding-right: 6%;
}

  .product-single__meta {
    max-width:750px;
    padding-right: 10%;
  }
}

@media screen and (min-width: 1025px) {
  .product__main-photos {
  max-width: 850px;
}

.product__thumbs.product__thumbs--below.product__thumbs-placement--left.small--hide.aos-init.aos-animate {
  padding-bottom: 100px;
}
}

img.bottom-fp {
  width: 50%;
  margin:auto;
}

@media screen and (max-width: 768px) {
  .product-single__meta {
    padding-left: 3%;
    padding-right: 3%;
  }

  .product-block--price {
    margin-top: -15px;
  }

  .grid__item.medium-up--one-half {
    padding-top: 10px;
    padding-bottom: 30px;
  }

 img.bottom-fp {
  width: 70%;
  margin:auto;
}
    .product-single__title, .product-block--price, .description-courte {
    text-align: left;
  }
}

.js-qty__adjust:hover {
  background-color: transparent;
}

.js-qty__num {
  padding: 13px 20px;
  border: 2px solid #D6D6D6;
}

.variant__button-label {
  padding: 10px 20px;
}

.product-single__form {
  width: 100%;
  margin-left: 10px;
}

.product__price {
  font-size: 23px;
}

.titre-description-produit, .description-produit {
  text-align: center;
}

.description-produit {
  color: white;
}

.collapsible-trigger-btn--borders, .collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
  border: none;
}

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

.product__quantity {
  margin-right: 10px;
}

.collapsible-content__inner > p {
  font-size: 18px;
  padding-top: 20px;
}

.collapsible-trigger-btn, .collapsible-content__inner {
  padding-left: 0px!important;
}

/* PRODUIT BENEFICES */

.product-benefices-liste {
    margin: 0 0 20px;
    list-style: none;
    display: flex;
    gap: 10px 0;
    flex-wrap: wrap;
}

.product-benefices .product-benefices-liste li::before {
    content: "";
    background: url(/cdn/shop/files/icon-check.svg?v=1670426231) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.product-benefices .product-benefices-liste li {
    width: 44%;
    display: flex;
    align-items: center;
    font-family: 'Gilroy-SemiBold', sans-serif;
}

@media screen and (max-width: 768px) {
  
  .product-benefices .product-benefices-liste li {
  text-align: left;
  padding-left: 3%;
 }
}

/* FAKE VARIANTES */

.cross-link-parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cross-link-container {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 10px 15px;
    background-color: transparent;
    border: solid 2px #dedede;
    border-radius: 10px;
}

.cross-link-container:last-child {
  margin-right: 0px;
}

.cross-link-active {
  border: solid 2px #005040;
  background-color: #005040;
}

.cross-link-active > a {
  color: #fff;
}

.variant-input-wrap input[type=radio]:checked+label {
    box-shadow: 0 0 0 2px #005040;
    background-color: #005040;
    color: #fff;
}


.cross-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cross-link img {
margin-right: 10px;
}

.img-race {
  margin-top: -10px;
  margin-bottom: -10px;
}
  
  .img-race {
    display: none;
  }
  
}

/* BLOG */

.article__title {
  font-size: 20px;
}

/* CONTACT */

.grid__item.medium-up--one-half.contact-column {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.account-login-title {
  text-align: center;
}

.btn-login {
display:block;
  margin: auto;
}

/* RECHARGE */

div#rc_login {
    visibility: hidden!important;
}

  .rc_popup__block {
  font-size: 16px!important;
  }

  .rc_select__frequency {
    font-size: 14px!important;
  }

.product-single__form {
  margin-left:0px;
}

div.rc_block__type {
  border: 1px solid #D8D8D8;
}
div.rc_block__type--active {
    background-color: #F8F8F8;
    border: 2px solid #005040;
}

.rc_block__type__autodeliver {
  margin-top: 10px!important;
}

div.rc_popup {
  margin-top:10px;
}

.rc_popup__block__footer {
  display:none;
}

.rc_label {
    font-family: 'Gilroy-Regular', sans-serif;
    text-transform: revert!important;
}

.rc_select__frequency {
  border-radius: 10px;
}

.video-width {
  max-width: 800px;
}

/* JUDGE.ME */


@media screen and (min-width: 769px) {
  
  .jdgm-review-widget {
    padding: 10px 0px;
    margin:auto;
  }
}

.jdgm-rev-widg {
  border:none!important;
}

.jdgm-rev__buyer-badge, .jdgm-histogram__bar-content, .jdgm-rev__icon::after {
  background-color: #EA561F!important;
}

h2.jdgm-rev-widg__title {
  text-align: center;
  margin-bottom: 50px;
}

.jdgm-histogram__row {
  margin: 10px 0px;
}

.jdgm-rev-widg__sort-wrapper {
  display: none!important;
}

.jdgm-rev__author {
  color: #222222;
}

a.jdgm-star.jdgm--on {
  padding-right: 3px!important;
}

span.jdgm-star.jdgm--on , span.jdgm-star.jdgm—off {
  padding-right: 3px!important;
}

.jdgm-write-rev-link {
  font-family: 'Gilroy-SemiBold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  background-color: var(--colorBtnPrimary);
  color:white!important;
  border:none!important;
  border-radius: 10px;
}

.jdgm-ask-question-btn {
  display:none!important;
}

@media screen and (max-width: 768px) {
  .jdgm-write-rev-link {
    width: 60%!important;
    margin-top: 15px!important;
  }
}

.jdgm-prev-badge {
  margin-top: 5px!important;
}

#judgeme_all_reviews_page {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* QUIZZ */

#quiz-kit-question-image-box-68985:hover,
#quiz-kit-question-image-box-68989:hover,
#quiz-kit-question-radio-box-68986:hover,
#quiz-kit-question-radio-box-68991:hover
{
  background-color: white!important;
  color: #012F26!important;
}

#quiz-kit-question-radio-box-68986:hover > .span.sc-Axmtr.dDWKSW {
  border-color: #012F26!important;
}

#quiz-kit-results-retake-quiz-button-ikjGXkRJo80, #quiz-kit-question-skip-button {
    font-size: 14px!important;
    text-transform: uppercase!important;
}

.css-141isw9-control {
  padding:10px;
}

span.sc-AxhCb.ZdEou {
    font-size: 14px!important;
}

.sc-AxhCb {
  font-weight: 600!important;
}

button#quiz-kit-intro-button:hover,
button#quiz-kit-subscribe-ikjGXkRJo80-button:hover,
button.sc-fznxsB.kKvJTd:hover {
    background-color: #EA561F!important;
    color: white!important;
}

div#quiz-kit-subscribe-ikjGXkRJo80-content > svg {
    display: none;
}

.biVOqy, #quiz-kit-subscribe-ikjGXkRJo80-discount {
    border: 2px solid #D6D6D6!important;
    border-radius: 10px!important;
}

.biVOqy > h2, #quiz-kit-subscribe-ikjGXkRJo80-discount > h2 {
  font-family: 'Gilroy-ExtraBold', sans serif!important;
  font-size: 20px!important;
  letter-spacing: 0px!important;
  color: #005040!important;
}

.GXatJ, .caaojt > h3 {
    color: #005040!important;
    font-family: 'Gilroy-ExtraBold', sans serif!important;
}

.jWlOcv,
.bQculk {
    display: none!important;
}

#quiz-kit-results-retake-quiz-button-ikjGXkRJo80 {
    margin-top:0px!important;
}

@media screen and (max-width: 767px) {
  .bvqQTH {
    margin-bottom: 30px!important;
  }
}

/* FOOTER */

.footer__title {
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (max-width:768px) { 
    .footer__logo {
    margin-bottom: 30px;
  }

  .site-footer {
    padding: 20px 3%;  
  }
  
  .site-footer__linklist, .footer__collapsible > p {
    font-size: 14px;
  }

.footer__item-padd {
    padding-top: 15px;
    padding-bottom: 15px;
  }

.footer__social {
    margin-bottom: -8px;
}
  
}

.payment-ctn {
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

  .payment-logo {
width: 40px;
margin-right: 10px;
margin-bottom:10px;
}

.payment-border {
  border: 1px solid #dedede;
  border-radius: 5px;
}

/*-------------------product-sticky-add-cart (27-04-2024)-----------------*/
/* Sticky produit désactivé (bloc original commenté)

.product-sticky-add .variant-input-wrap label {
    box-shadow: 0 0 0 2.5px #63847B;
    border-radius: 2px;
    color: #63847B;
}

.product-sticky-add .product_img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
}
.product-sticky-add .product_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-sticky-add {
    background: #005040;
}
.product-sticky-add .product_title_img {
    display: flex;
    align-items: center;
}
.product-sticky-add .product_title h5 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 0 15px;
}

.product-sticky-add .variant-input-wrap label.disabled:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #d6d6d6;
    border-color: #dd3c3c;
    transform: rotate(45deg);
}
.product-sticky-add_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-sticky-add_main .product__price {
    font-size: 16px;
    color: #fff;
    font-family: "Gilroy-SemiBold";
    line-height: 1;
}
.product-sticky-add_main button.add-to-cartt {
    display: flex;
    align-items: center;
}
.product-sticky-add_main span.price_dot {
    font-size: 21px;
    line-height: 1;
    padding: 0 24px;
    display: inline-block;
    margin-top: -9px;
}
.product-sticky-add{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    padding: 10px 0px;
    display:none;
    left:0;
}
.product-sticky-add.add_to_cart_sticky {
    display:block;
}

.product-sticky-add .variant-input-wrap input[checked] + label {
    box-shadow: 0 0 0 2px #ee794e;
    background-color: #fff;
    color: #005040;
}
@media(max-width:991px){
  .sticky_add_to_cart button {
    font-size: 12px !important;
    padding: 14px 10px;
}
  .product-sticky-add_main .product__price {
    font-size: 12px;
}
  .product-sticky-add_main span.price_dot {
    font-size: 17px;
    padding: 0 8px;
}
.product-sticky-add_main  .variant-input-wrap label {;
    font-weight: 400;
    padding: 4px 11px;
}
}
@media(max-width:767px){
  .product-sticky-add {
    background: #ea561f;
}
  .product-sticky-add .product_title_img,.product-sticky-add .variant-input-wrap {
    display: none;
}
  .sticky_add_to_cart button {
    font-size: 15px !important;
    background: transparent !important;
}
  .product-sticky-add_main .product__price {
    font-size: 15px;
}
  .product-sticky-add_main {
    justify-content: center;
}
  .product-sticky-add_main span.price_dot {
    font-size: 20px !important;
    padding: 0 12px;
}
  .product-sticky-add {
    display: block !important;
}
}

*/

/* Désactivation définitive du sticky (mobile + fallback) */
.product-sticky-add,
.product-sticky-add.add_to_cart_sticky {
  display: none !important;
  position: static !important;
}

@media screen and (max-width: 399px) {
    #replo-fullpage-element p, 
    #replo-fullpage-element li, 
    #replo-fullpage-element span, 
    #replo-fullpage-element .tool-tip-trigger__title, 
    #replo-fullpage-element .rc_label, 
    #replo-fullpage-element .typologie-animal, 
    #replo-fullpage-element .variant__label, 
    #replo-fullpage-element .variant__button-label {
        font-size: inherit !important;
    }
}
