/***********************************************************************************/
/** TEXTS **/
/***********************************************************************************/
body.body .wiziblocks__item h1 {
  font-weight: 400;
  line-height: 1em;
  margin: .5em 0;
}
.header__area.hidden {
  display: none!important;
}
body.body .wiziblocks__item h2 {
  line-height: 1.2em;
  font-weight: 400;
}
body.body .wiziblocks__item p {
   margin: .5em 0;
   line-height: 1.2em;
 }
@media (min-width: 1024px) {
  body.body .wiziblocks__item h1 { font-size: 4.2rem; }
  body.body .wiziblocks__item h2 { font-size: 4rem; }
  body.body .wiziblocks__item p { font-size: 1.5rem; }
}
/***********************************************************************************/
/** Header **/
/***********************************************************************************/
/** for responsive menu **/
@media (max-width: 1023px) {
  #c1-body {
    display: flex;
    flex-direction: column;
  }
  #c1-body .header {
    order: -1;
  }
}


.header,
.header__relative,
.nav {
  background: #fff5eb;
}

/** Search **/
#search-wrapper {
  background: #fff;
}
@media (min-width: 1024px) {
  .search--wrapper {
    padding-left: 5px;
  }
}
.search--wrapper label .hidden {
  text-transform: none;
}
.search--wrapper label .hidden {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  height:100%;
}
@media (min-width: 720px) and (min-width: 720px) and (max-width: 1023px) {
  .search--wrapper label .hidden {
    display: none;
  }
}
.search--wrapper.focused .search--input, .search--wrapper .search--input:focus {
  border-radius: 0;
}

/** Acount and cart icons **/
@media (min-width: 1024px) {
  .header .header__cart__a {
	width: 25px;
  }
}
/** Logo **/
@media (min-width: 1024px) {
  .header__h1 {
    max-height: none;
  }
  .header__logo__a {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    max-height: none;
  }
  .header__logo__a strong {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .header__logo__a strong {
    display: none;
  }
}

/** Nav sublevels **/
@media (min-width: 1024px) {
  .nav__label {
    position: relative;
  }
  .nav__sublevel {
    width: auto;
    left: 0;
    background: #fff5eb;
    overflow: visible;
  }
  .nav-perso-on .nav__sublevel {
    box-shadow: none;
    border: none;
    pointer-events: none;
  }
  .nav__label:hover .nav__sublevel {
    pointer-events: initial;
  }

  .nav__label .nav__sublevel::before {
    content: '';
    position: absolute;
    left: -100vw;
    width: 300vw;
    height: 100%;
    background: #fff5eb;
    display: none;
  }
  .nav__label:hover .nav__sublevel::before {
    display: block;
  }
  .nav-perso-on .nav__flex::before {
    content: none;
  }
  .nav__col {
    padding: 0;
  }
  .nav__col:not(:last-child) {
    border-right: none;
  }
  .nav__itemlvl1 {
    font-size: 1.2rem;
    }
  .nav__rich__a {
    text-transform: initial;
    font-weight: 400;
    font-size: 1.1rem;
  }
  .nav__label:hover .nav__itemlvl1,
  .nav__rich__a:hover {
    color: inherit;
    font-weight: bold;
  }

  .nav-perso-on .nav__label {
    margin: 0 80px 0 0;
  }
  .nav__wrapper2 .nav__arrow {
	top: 25%;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
  }
}
/***********************************************************************************/
/** Module double Image with text underneath
/***********************************************************************************/
/** Images **/
.modDoubelImage .wizi-img--double {
  display: flex;
  justify-content: space-between;
}
.modDoubelImage .wizi-img--double .wizi-img__content {
	width: calc(50% - 10px);
    margin-bottom: 0;
}
.modDoubelImage .wizi-img--double.wizi-img--large .wizi-img__content::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 77.778%;
}
.modDoubelImage .wizi-img--large img, 
.modDoubelImage .wizi-img--medium img, 
.modDoubelImage .wizi-img--small img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	opacity: 1;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

/** Text **/
@media (max-width: 1023px) {
  .modDoubelImageTxt .wizi-wrapper--txt .wizi-txt {
    display: flex;
    justify-content:space-between;
  }
  .modDoubelImageTxt .wizi-wrapper--txt .wizi-txt--double .wizi-txt__item {
	width: calc(50% - 10px);
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 619px) {
  .emergency-bar__text h1, body.body .wiziblocks__item h1 {
    font-size: 22px;
  }
}
/***********************************************************************************/
/** Line seprator
/***********************************************************************************/
.body__wrapper--withoutPadding .wiziblocks__item.lineSeparator {
  padding: 0 20px;
  opacity: .5;
}


/***********************************************************************************/
/** Module Title under images
/***********************************************************************************/
.modUnderImageTxt {
  padding: 0 20px;
}
.modUnderImageTxt .wiziblocks__item__maxWidth {
  background: #fff5eb;
  border-bottom: 4px solid;
  transition: background-color .2s;
}
body.body .modUnderImageTxt a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
}

.modUnderImage:hover + .modUnderImageTxt .wiziblocks__item__maxWidth,
.modUnderImageTxt:hover .wiziblocks__item__maxWidth {
  background-color: #c8ff73;
}
/***********************************************************************************/
/** Module image ronde + texte des deux cotés
/***********************************************************************************/
.modImageRondeTextTitle > div,
.modImageRondeText > div {
  background: #d2ebff;
}
@media (min-width: 1024px) {
  body.body .modImageRondeTextTitle h2 { font-size: 2.5rem; }
}
body.body .modImageRondeTextTitle h2 {
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em 0;
}
@media (max-width: 1024px) {
  .wiziblocks__item.medium.modImageRondeText { margin-top: -10px; }
}
.modImageRondeText .wizi-imgtxt {
  align-items: flex-start;
  padding: 0 20px;
}
.modImageRondeText .wizi-imgtxt__center {
  margin: 0 20px;
}
.modImageRondeText .wizi-imgtxt__center img {
  border-radius: 50%;
}
@media (max-width: 619px) {
  .wizi-wrapper--txt .wizi-txt--one .wizi-txt__item {
    padding: 0 20px;
  }
  .modImageRondeText .wizi-imgtxt {
    padding: 0;
  }  
}

@media (max-width: 719px) {
  .modImageRondeText .wizi-imgtxt__center {
    max-width: 350px;
    margin: 0 auto 20px;
    width: 75%;
  }
}
/***********************************************************************************/
/** Module Categories list
/***********************************************************************************/
@media (max-width: 719px) {
  .modCategoriesList .wizi-img--quadruple-title .wizi-img__content__wrapper,
  .modCategoriesList .wizi-img--quadruple-title .wizi-img__content:not(:last-child) {
    margin-bottom: 0;    
  }
}
/***********************************************************************************/
/** Module image grid
/***********************************************************************************/
.homeImageGridTxt h2 {
  text-transform: uppercase;
}
.homeImageGrid .wizi-img__content img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: center;
  min-height: 0;
  min-width: 0;
}
@media (max-width: 719px) {
  .homeImageGrid .wizi-img--triple .wizi-img__content,
  .wizi-img--quadruple-title .wizi-img__content {
    min-width: 270px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
/***********************************************************************************/
/** Module REASSURANCE
/***********************************************************************************/
.wizi-rassuranceClassic {
  align-items: flex-start;
}
.wizi-rassuranceClassic__item {
  display: block;
  padding: 0;
  text-align: center;
  padding: 0 30px;
}
.wizi-rassuranceClassic__icon {
  display: block;
  position: static;
  height: auto;
  margin: 0 auto;
}
.wizi-rassurance__icon__img {
  width: 110px;
  height: 110px;
}
body.body .wizi-rassuranceClassic__item h3 {
  font-size: 1.5rem;
}
body.body .wizi-rassuranceClassic__item p {
  font-size: 1.2rem;
}

body.body .wiziblocks__item .wizi-rassuranceClassic a {
  text-decoration: none
}

/***********************************************************************************/
/** FOOTER
/***********************************************************************************/
.footer {
  background: #1b254f;
  color: #fff;
}
.footer__title {
  color:#fff;
}
.footer__info__text,
.footer__desc {
  margin: .8em 0;
}
/** Footer btn **/
.footer__btn {
  background: #c8ff73;
  width: auto;
  min-width: 40px;
}
.footer__arrow {
  border-color: currentcolor;
}
.footer__btn .hide {
  color: var(--text-on-body);
  text-transform: uppercase;
}
.footer__btn:hover .hide {
  color: #fff;
}


/***********************************************************************************/
/** CART PAGE
/***********************************************************************************/
/*DISABLE ADD TO CART BUTTONS IF CHRONOFRESH AND CART TOTAL ISN'T ENOUGH */
.disableAddToCart {
  cursor: not-allowed;
}
.cart-modal__footer .form__button.disableAddToCart,
#cart-validation .button.disableAddToCart {
  white-space: normal;
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1.1em;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-modal.cart-open .cart-modal__footer .disableAddToCart .form__button__text {
  transform: none;
}

/** Shipping info link **/
.underAddToCartShippingInfoLink {  
    text-decoration: underline;
    display: inline-block;
}
@media (min-width: 1024px) {
  .underAddToCartShippingInfoLink {
    margin-top: .5em
  }
}

/** Above add to cart button recap items **/
/* Reductions */
.cart__recap__item {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.cart__recap__item--total-prod {
  padding-top: 0;
}
.cart__recap__item--end {
  padding-bottom: 0;
}
.tr-advantage {
  background: #c8ff73;
  position: relative;
  padding-left :5px;
  padding-right: 5px;
  line-height: 1.2em;
}

/* Livraison */
.cart__recap__item--country .td-option-price {
  line-height: 1.2em;
}


/***********************************************************************************/
/** BOUTTONS D'ACTION
/***********************************************************************************/
#add-cart-btn,
#alert-btn,
#goto-contact-btn,
#hb-add-cart-btn,
.cart-modal__footer .form__button,
.logup__form .form__button,
#cart-validation .button,
body.wiziblocks-on .prod .modal-cart__cart,
.checkout-validation .form__flex .btn-area a,
.checkout-validation #ident-form-classic .form__field--btnArea .form__button,
.checkout-validation .btn1,
.checkout-validation .btn3
{
  transition: color .2s, background-color .2s;
}

#add-cart-btn:focus,
#add-cart-btn:hover,
#alert-btn:focus,
#alert-btn:hover,
#goto-contact-btn:focus,
#goto-contact-btn:hover,
#hb-add-cart-btn:focus,
#hb-add-cart-btn:hover,
.cart-modal__footer .form__button:hover,
.logup__form .form__button:hover,
#cart-validation .button:hover,
body.wiziblocks-on .prod .modal-cart__cart:focus, 
body.wiziblocks-on .prod .modal-cart__cart:hover,
.checkout-validation .form__flex .btn-area a:hover,
.checkout-validation #ident-form-classic .form__field--btnArea .form__button:hover,
.checkout-validation .btn1:hover, 
.checkout-validation .btn3:hover
{
  background-color: #f2cb13;
  color: #10333f;
}


/***********************************************************************************/
/** PRODUITS
/***********************************************************************************/
/** Badges **/
.prod .prod__state,
.badge__label,
body.body .wiziblocks__item .prod__state .prod__type {
  color: var(--text-on-body);
}

.prod .prod__state.prod__state--new {
  color: #fff;
  font-weight: bold;
}
.prod .prod__state.prod_chronofresh-icon {
  left: auto;
  right: 0;
  width: 45px;
}

.prod .prod__state--promo {
  background: #c8ff73;
}

/** Page produit **/
#prod-stock {
  min-width: 95px;
}
#prod-stock .stock {
  font-size: 1.2rem;
}
.prodNameChronofresh {
  vertical-align: middle;
}
.prodNameChronofresh svg {
  width: .75em;
}





