.row-arrondie-droite {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden; /* TRÈS IMPORTANT */
}

.row-arrondie-gauche {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; /* TRÈS IMPORTANT */
}
.row-arrondie {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden; /* TRÈS IMPORTANT */
}
  @media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  }
.image-chevauche {
  position: relative;
  z-index: 5;
  margin-bottom: -120px;
}
.section-verte {
  position: relative;
  z-index: 1;
}

.bold-light { font-weight: 500; }

.row-blocs-egaux .wpb_column {
  display: flex;
}

.row-blocs-egaux .vc_column-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.row-blocs-egaux .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.row-blocs-egaux .vc_custom_heading {
  margin-bottom: 15px;
}

.row-blocs-egaux .bloc-blanc {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.section-verte-local {
  background: #dfe6c8;
  padding: 70px 0 160px;
  position: relative;
  z-index: 1;
}

.section-blanche-local {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.image-chevauche-local {
  position: relative;
  z-index: 5;
  margin-top: -220px;
}

.image-chevauche-local img {
  display: block;
  width: 100%;
  height: auto;
}

.image-chevauche-local .wpb_single_image {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .section-verte-local {
    padding-bottom: 60px;
  }

  .image-chevauche-local {
    margin-top: -120px;
  }
  .premier-plan{
    z-index:9999;
margin:0px !important;
}
}

.col-image-chevauche {
  position: relative;
  z-index: 3;
  margin-right: -30px;
}

.col-texte-fond {
  position: relative;
  z-index: 1;
}

.col-blanche-arrondie .vc_column-inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.col-verte-arrondie .vc_column-inner {
  background: #a2c617;
  border-radius: 20px;
  overflow: hidden;
}

.premier-plan{
    z-index:9999;
    margin:-50px;
}

.rg-timeline-simple {
  background: #364F24;
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center !important;
}

.rg-timeline-step {
  margin: 0 0 28px 0; /* moins d'espace entre chaque bloc */
  text-align: center !important;
}

.rg-timeline-step:last-child {
  margin-bottom: 0;
}

.rg-timeline-date {
  display: block;
  width: 100%;
  margin: 0 0 10px 0; /* moins d'espace entre la date et le texte */
  text-align: center !important;
  color: #a2c617;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: normal;
  font-family: "Friendly", sans-serif;
}

.rg-timeline-date-long {
  font-size: 2.6rem; /* plus petite pour tenir sur une ligne */
  line-height: 1.1;
  white-space: nowrap; /* force une seule ligne */
}

.rg-timeline-text {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-align: center !important;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .rg-timeline-simple {
    padding: 40px 25px;
    border-radius: 20px;
  }

  .rg-timeline-step {
    margin-bottom: 24px;
  }

  .rg-timeline-date {
    font-size: 3.4rem;
  }

  .rg-timeline-date-long {
    font-size: 2.1rem;
  }

  .rg-timeline-text {
    font-size: 1rem;
    line-height: 1.45rem;
  }
}

@media (max-width: 767px) {
  .rg-timeline-simple {
    padding: 30px 18px;
    border-radius: 18px;
  }

  .rg-timeline-step {
    margin-bottom: 22px;
  }

  .rg-timeline-date {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }

  .rg-timeline-date-long {
    font-size: 1.5rem;
    white-space: normal; /* sur mobile, on autorise le retour à la ligne */
  }

  .rg-timeline-text {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
}

.rangee-images-chevauche,
.rangee-images-chevauche > .vc_column_container,
.rangee-images-chevauche > .wpb_column,
.rangee-images-chevauche > .wpb_column > .vc_column-inner,
.rangee-images-chevauche > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 20;
  overflow: visible !important;
}

.rangee-images-chevauche {
  margin-bottom: -180px !important;
}

.section-verte-chevauche {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  padding-top: 150px; /* pour laisser de la place au contenu */
}

/* ========== SECTIONS ========== */
.section-verte {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  padding-bottom: 280px !important;
}

.section-rouge {
  position: relative;
  z-index: 1;
  margin-top: -160px !important;
  padding-top: 280px !important;
}

/* ========== RANGÉE DU MILIEU ========== */
.rangee-image-milieu {
  position: relative;
  z-index: 30;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.rangee-image-milieu > .vc_column_container,
.rangee-image-milieu > .wpb_column {
  overflow: visible !important;
}

/* ========== COLONNE CENTRALE QUI PORTE L’IMAGE ========== */
.col-image-milieu {
  position: relative !important;
  overflow: visible !important;
}

.col-image-milieu > .vc_column-inner {
  position: relative;
  padding: 0 !important;
  overflow: visible !important;
}

/* ========== IMAGE ========== */
.col-image-milieu .wpb_single_image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 100%;
  margin: 0 !important;
  text-align: center;
}

.col-image-milieu .vc_single_image-wrapper {
  display: inline-block;
  max-width: 100%;
}

.col-image-milieu img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {

  /* ===== 1ère zone : images qui chevauchent la section verte ===== */
  .rangee-images-chevauche {
    margin-bottom: -70px !important;
  }

  .section-verte-chevauche {
    padding-top: 90px !important;
  }

  /* ===== Zone verte / image centrale / zone rouge ===== */
  .section-verte {
    padding-bottom: 120px !important;
  }

  .section-rouge {
    margin-top: 0 !important;
    padding-top: 120px !important;
  }

  .rangee-image-milieu {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .col-image-milieu .wpb_single_image {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 80% !important;
    max-width: 320px;
  }

  .col-image-milieu .vc_single_image-wrapper,
  .col-image-milieu img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

.bloc-infos-recette {
  padding: 30px 20px;
}

/* 👉 on aligne le bloc à gauche */
.bloc-infos-recette .wpb_column {
  text-align: left;
}

/* 👉 bloc interne */
.contenu-info-recette {
  display: inline-block;   /* clé du système */
  text-align: center;      /* centre pastille + textes */
}

/* Pastille */
.pastille-info-recette {
  width: 28px;
  height: 28px;
  background: #b7d51d;
  border-radius: 50%;
  margin: 0 auto 12px auto;
}

/* Label */
.label-info-recette {
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 500;
}

/* Valeur */
.valeur-info-recette {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}