.elementor-16 .elementor-element.elementor-element-775a15c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16 .elementor-element.elementor-element-775a15c:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-775a15c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F1A13;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-03a8280 */.mrm-formules{
  background:#faf7f2;
  padding:80px 56px;
  overflow:hidden;
  width:100%;
  max-width:100%;
}

.mrm-formules,
.mrm-formules *{
  box-sizing:border-box;
}

.mrm-formules__wrap{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  overflow:hidden;
}

.mrm-formules__topline{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.mrm-formules__line{
  width:24px;
  height:2px;
  background:#c8a55a;
  flex:0 0 24px;
}

.mrm-formules__eyebrow{
  font-size:11px;
  font-weight:500;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#c8a55a;
}

.mrm-formules__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:48px;
}

.mrm-formules__title{
  margin:0;
  font-family:"Playfair Display", serif;
  font-size:clamp(32px,4vw,50px);
  font-weight:700;
  line-height:1.1;
  color:#0f1a13;
}

.mrm-formules__title em{
  color:#3a6645;
  font-style:italic;
}

.mrm-formules__all{
  font-size:13px;
  font-weight:400;
  color:#6a9070;
  text-decoration:none;
  white-space:nowrap;
  transition:.25s ease;
}

.mrm-formules__all:hover{
  color:#3a6645;
}

.mrm-formules__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  width:100%;
}

.mrm-card{
  display:flex;
  flex-direction:column;
  width:100%;
  min-width:0;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  text-decoration:none;
  overflow:hidden;
  transition:.3s ease;
}

.mrm-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.mrm-card__imagebox{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
  background:linear-gradient(145deg,rgba(26,48,32,.05) 0%,rgba(240,234,224,.4) 100%);
  padding:24px;
  aspect-ratio:1 / 0.82;
  overflow:hidden;
}

.mrm-card__img{
  display:block;
  width:100%;
  max-width:220px;
  height:auto;
  max-height:260px;
  object-fit:contain;
  margin:0 auto;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.14));
}

.mrm-card__content{
  padding:18px 18px 20px;
  border-top:2px solid transparent;
  width:100%;
  min-width:0;
}

.mrm-card__content--gold{
  border-top:2px solid #c8a55a;
}

.mrm-card__tag{
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#6a9070;
  margin-bottom:6px;
  line-height:1.5;
}

.mrm-card__title{
  margin:0 0 10px;
  font-family:"Playfair Display", serif;
  font-size:22px;
  font-weight:700;
  line-height:1.2;
  color:#0f1a13;
  word-break:break-word;
}

.mrm-card__shipping{
  font-size:11px;
  color:#3a6645;
  margin-bottom:10px;
  line-height:1.6;
}

.mrm-card__meta{
  font-size:11px;
  color:#b4b4b4;
  line-height:1.5;
}

/* laptop */
@media (max-width:1200px){
  .mrm-formules{
    padding:70px 28px;
  }

  .mrm-formules__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
}

/* tablet */
@media (max-width:768px){
  .mrm-formules{
    padding:56px 18px;
  }

  .mrm-formules__head{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    margin-bottom:28px;
  }

  .mrm-formules__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .mrm-card__imagebox{
    padding:18px;
    aspect-ratio:1 / 0.9;
  }

  .mrm-card__img{
    max-width:180px;
    max-height:220px;
  }

  .mrm-card__title{
    font-size:18px;
  }
}

/* mobile */
@media (max-width:576px){
  .mrm-formules{
    padding:48px 14px;
  }

  .mrm-formules__topline{
    gap:10px;
    margin-bottom:12px;
  }

  .mrm-formules__eyebrow{
    font-size:10px;
    letter-spacing:.18em;
  }

  .mrm-formules__head{
    margin-bottom:24px;
  }

  .mrm-formules__grid{
    grid-template-columns:minmax(0,1fr);
    gap:14px;
  }

  .mrm-card{
    width:100%;
    max-width:100%;
  }

  .mrm-card__imagebox{
    padding:16px;
    aspect-ratio:1 / 0.92;
  }

  .mrm-card__img{
    width:100%;
    max-width:170px;
    max-height:200px;
  }

  .mrm-card__content{
    padding:16px;
  }

  .mrm-card__title{
    font-size:17px;
    margin-bottom:8px;
  }

  .mrm-card__shipping,
  .mrm-card__meta{
    font-size:10.5px;
  }
}/* End custom CSS */