/*
 * Global CSS overrides for the whole theme.
 *
 * This file is loaded on every page after the page-specific CSS,
 * so declarations here can be used to override existing styles.
 */

body{
  overflow-x: hidden;
}

/* Accueil : cartes « Notre mobilier en carton » en liens dynamiques */
.products-list .slider-products a.product {
  display: block;
  text-decoration: none;
  color: inherit;
}
.products-list .product-price-home {
  font-size: 1.3rem;
  margin-top: 0.4em;
  color: #194a24;
  font-weight: 600;
}

.left-infos {
  background: #194a24;
  color: #ffffed;
  padding: 4vw;
  position: relative;
  margin-bottom: 10vw;
}
.left-infos .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10vw;
}
.left-infos .top h2 {
  font-size: 5.5rem;
  font-weight: 500;
}
.left-infos .top p {
  font-size: 4.5rem;
  font-weight: 500;
  text-wrap: balance;
  width: 50%;
  letter-spacing: -0.04em;
}
.left-infos .bottom {
  width: 100%;
  max-width: 1250px;
  margin-top: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 2;
  gap: 4vw;
}
.left-infos .bottom .item {
  width: 28%;
}
.left-infos .bottom .item .big {
  font-size: 8rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5%;
  letter-spacing: -0.04em;
}
.left-infos .bottom .item .serif {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 2.4rem;
  margin-bottom: 2.5%;
  display: block;
}
.left-infos .bottom .item p {
  line-height: 1.35;
}
.left-infos .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-mask: url(./assets/img/logo-meuble-en-carton-simplifie.svg#vague) no-repeat
    bottom center;
  mask: url(./assets/img/logo-meuble-en-carton-simplifie.svg#vague) no-repeat bottom
    center;
  z-index: 1;
}
@media screen and (max-width: 1064px) {
  .left-infos {
    padding: 6vh 4vh 10vh;
  }
  .left-infos .top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .left-infos .top p {
    text-align: right;
  }
  .left-infos .bottom .item {
    width: 40%;
  }
  .left-infos .logo {
    width: 50%;
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .left-infos {
    padding: 6vh 4vh 12vh;
    margin-bottom: 10vh;
  }
  .left-infos .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-infos .top p {
    text-align: left;
    width: 100%;
  }
  .left-infos .bottom .item {
    width: 100%;
    margin-bottom: 3vh;
  }
  .left-infos .logo {
    width: 70%;
  }
}
.rea .hero-simple {
  background: url(./assets/img/hero/vague-fond-real.svg) no-repeat center center / cover #194a24 !important;
}

.contact .right select{
  width: 100%;
  padding: 10px;
  border: 1px solid #ff5624;
  border-radius: 4px;
  color: #ff5624;
  font-family: 'Parkinsans',sans-serif;
}
.contact .right select option{
  color: #000000;
}

#lme-contact-extra{
  width: 100%;
}
.produit-page .product-content .add-to-cart button.disabled{
  opacity: .7;
  pointer-events: none;
}
.produit-page .product-content .options .option .list{
  height: auto;
  margin-bottom: 13px;
}
.lme-option-row.ignifuge{
  margin-top: 0!important;
}
.form-devis textarea, form textarea{
  max-width: 100%;
}
.suggestion-image {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}