/*Prix promo*/
.prod .prod__article--sale .prod__price__cur strong {
    color: white;
}

/*general*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.Cat > div div div div:hover {
    transform: scale(0.9);
    transition: 0.8s ease-out;
}
a.nav__a.nav__itemlvl1[title="Blog"] {
    color: #0b84e3;
}
.nav-perso-on .nav__sublevel:after {
    background: transparent;
}
.ms-wheel-input, .ms-wheel-input *, .ms-overlay.ms-opened .ms-overlay-form-relative * {
    color: black !important;
}
div#\36 080f32e-2a51-4d73-ac1c-ef1bc7b19a73 .wizi-txt__background {
    max-width: 990px;
    min-width: unset;
}
.Cat div div div div {    max-width: 390px !important;}
.Cat {    width: 100%;    margin: auto;    text-align: center;    justify-content: center;}
.reassurance {background: #F6AA6B;color: white;margin-top: 0px;border: none;position: relative;}
.reassurance__wrapper__item__text strong {    color: white;}
.reassurance__wrapper__item__text {    color: white;}
.reassurance__wrapper {    padding: 20px;    border: none;}
.contact .wizi-wrapper {    /* display: block !important; */    margin-bottom: 0px;}
.wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {margin: 0px;display: flex;align-content: flex-end;/* align-items: flex-end; */}
.wizi-imgtxt__left.wizi-imgtxt__left--small {    display: flex;    align-items: flex-end;    align-content: flex-end;}
body .body__wrapper {    background: transparent;}
.contact {display: block;}
.body__wrapper.body__wrapper--withoutPadding {    margin-bottom: -20px;}
.Cat > div div div div {
    transition: 0.5s ease-out;
}

.emergency-bar__text h2, body.body .wiziblocks__item h2 {
    font-family: 'Montserrat';
    line-height: 1;
    color: #fcd259;
    font-size: 2rem;
}
.paragrapheaccueil {
    max-width: 100%;
    width: 580px;
    float: right;
}

h1.we-align-right {}

h1.we-align-right {}

h1 {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: bold !important; */
}

.emergency-bar__text h1, body.body .wiziblocks__item h1 {
    font-weight: bolder;
    line-height: 1;
}

.wiziBtn {
    background: #F6AA6B!important;
    border-radius: 5px;
}

.wiziBtn:hover {
    background: #FECE44!important;
}
/**/




/*Footer*/
.single-newsletter {    display: none;}
.footer {    padding: 10px 0;}
.footer {color: white;background: url(https://media.cdnws.com/_i/350631/93/2445/93/la-palette-dart-fondgradient.png);}
.footer__wrapper__left__primary__ul__li__link {color: black;}
/*Fin footer*/

/*Bouton*/
.button-dynamique {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #FECE44;
  transition: all 0.2s ease;
}

.button-dynamique:active {
  transform: scale(0.96);
}

.button-dynamique:before,
.button-dynamique:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button-dynamique:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #FECE44 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #FECE44 20%, transparent 30%),
    radial-gradient(circle, #dfb336 20%, transparent 20%),
    radial-gradient(circle, #ffbd00 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #d2a41e 15%, transparent 20%),
    radial-gradient(circle, #FECE44 20%, transparent 20%),
    radial-gradient(circle, #FECE44 20%, transparent 20%),
    radial-gradient(circle, #e4b52b 20%, transparent 20%),
    radial-gradient(circle, #b99221 20%, transparent 20%);
  background-size: 30% 30%, 20% 20%, 35% 35%, 30% 30%, 28% 28%, 20% 20%, 25% 25%,
    20% 20%, 28% 28%;
  background-position: 50% 120%;
  animation: greentopBubbles 1.0s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button-dynamique:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #FECE44 20%, transparent 20%),
    radial-gradient(circle, #FECE44 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ffbd00 15%, transparent 20%),
    radial-gradient(circle, #f1b60e 20%, transparent 20%),
    radial-gradient(circle, #ffde80 20%, transparent 20%),
    radial-gradient(circle, #ecb61b 20%, transparent 20%),
    radial-gradient(circle, #cfa018 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


@media (min-width: 720px) {
.header.header--fixed .header__logo__a {

  padding: 0 0 0 10px
  
}

  .header__logo{padding:0}
  
  .header.header--fixed .header__logo {
    min-width: 30px;
    width: 30px;
}
  
}
.header.header--fixed .header__logo {
    min-width: 130px;
    width: 130px;
    padding: 10px;
}

@media (max-width: 719px) {

.header.header--fixed .header__logo {
    min-width: inherit !important;
    width: inherit !important;
    background: url(https://media.cdnws.com/_i/350631/93/2445/93/la-palette-dart-fondgradient.png);
}
  
}
@media (max-width: 719px) {
.wizi-wrapper--textOnImg.wizi-wrapper--large img, .wizi-wrapper--textOnImg.wizi-wrapper--medium img, .wizi-wrapper--textOnImg.wizi-wrapper--small img {
    -o-object-fit: none;
    object-fit: none;

    }
    }

#c1-body .header {     background: white;    border-bottom: solid #fddd86 4px;    box-shadow: #000000b3 0px 0px 10px;}
.header.header--fixed .nav__itemlvl1 {    color: black;}
@media (max-width: 719px) {
.header__relative { background:white }
}

a.nav__a.nav__itemlvl1.nav__itemlvl1--home.active {
    display: none;
}

@media (min-width: 1024px) {
.header.header--fixed .nav__maxWidth {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.nav-perso-on .nav__flex {
    position: relative;
    left: 90px;
}
}

.bloc--text {
    background: #f1f1f1;
    padding: 12px;
    border-radius: 5px;
    border: solid 2px #fddd86;
}

.bloc--text h2 {
    margin: 0;
}

@media (min-width: 1024px) {
.prod-list__title.h1 {
    font-size: 2rem;
font-weight:bold;
} 
}

/*entete*/
header#header {
    background: url(https://media.cdnws.com/_i/350631/93/2445/93/la-palette-dart-fondgradient.png);
}

.logup.logup--popup.acc {
    border-radius: 5px;
}

p.prod__price__cur {
    padding: 20px 15px!important;
    background: #fece44;
    border-radius: 50px;
    transition: 0.1s ease-out;
}

p.prod__price__cur:hover {
    padding: 20px 40px !important;
    background: #fece44;
    border-radius: 50px;
    transition: 0.3s ease-out
}

.filter__range-input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.input-group__append {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.prod .prod__price__cur {
    color: black;
    transition: 0.1s ease-out;
}

.prod .prod__price__cur:hover { 
  color: white!important;
  transition: 0.5s ease-out;}

a.nav__a.nav__itemlvl1.nav__itemlvl1--home {    display: none;}
.page-cart #c1-body .header:not(.header--withoutImg) {    padding: 0;}
.page-cart #c1-body .header:not(.header--withoutImg), .page-end #c1-body .header:not(.header--withoutImg), .page-upsell #c1-body .header:not(.header--withoutImg), .page-validation #c1-body .header:not(.header--withoutImg) {padding:0}

.wizi-wrapper--textOnImg.wizi-wrapper--small .livraison img {
    display: block!important;
    width: auto;
    position: unset;
    top: unset;
    min-width: unset;
    min-height: unset;
    transform: inherit;
}

.wizi-wrapper--textOnImg.wizi-wrapper--small .livraison {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    margin: 0px auto 0 auto;
}

@media (max-width: 1208px) {

.First.wizi-wrapper--textOnImg.wizi-wrapper--large img, .wizi-wrapper--textOnImg.wizi-wrapper--medium img, .wizi-wrapper--textOnImg.wizi-wrapper--small img {position: inherit;top: inherit;left: inherit;-webkit-transform: inherit;-ms-transform: inherit;transform: inherit;min-width: inherit;min-height: inherit;max-width: inherit;width: inherit;height: inherit;-o-object-fit: inherit;object-fit: inherit;opacity: 1;background-position: inherit;background-size: cover !important;background-repeat: inherit;width: 100%;}
.First .wizi-wrapper--textOnImg.wizi-wrapper--small:before {    padding: 0;}

}

.footer__wrapper__right__social__li__a.facebook {
	background-color: #F6AA6B!important;
}

.footer__wrapper__right__social__li__a.instagram {
	background-color: #F6AA6B!important;
}

.footer__wrapper__right__social__li__a.tiktok {
	background-color: #F6AA6B!important;
}

@media (max-width: 1250px) { 
.header.header--fixed .nav__itemlvl1{ background-color:#fff!important;}
}

@media (max-width: 1250px) { 
.nav__arrow.nav__arrow--lvl2{ background-color:#fff!important; color:#000!important;}
}

@media (max-width: 1250px) { 
a.nav__a.nav__rich__a.nav__rich2__a{ background-color:#fff!important; color:#000!important;}
}

.nav__flex.ps.ps--active-y {
    margin-top: 30px!important;
}
