/* =============================================
   PAGE : ADOPTIONS
   ============================================= */

.container {
  width: min(1180px, calc(100% - 44px));
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.section { padding: 56px 0; }

/* ---- Boutons (non chargés sur cette page via association.css) ---- */
.page-adoptions .button,
.adopt-intro .button,
.lots .button,
.support-panel .button,
.path-card .button,
.cta-adhesion .button,
.cta-adhesion-adoptions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.18s, border-color 0.18s, transform 0.18s;
}
.page-adoptions .button:hover,
.adopt-intro .button:hover,
.lots .button:hover,
.support-panel .button:hover,
.path-card .button:hover,
.cta-adhesion .button:hover,
.cta-adhesion-adoptions .button:hover { transform: translateY(-2px); }

.button--primary { background: #6AAF6A; border-color: #6AAF6A; color: #fff; }
.button--primary:hover { background: #2D4A3E; border-color: #2D4A3E; }

.button--ghost { border-color: rgba(45, 74, 62, 0.15); background: #fff; color: #2D4A3E; }
.button--ghost:hover { background: #EDF5ED; }

.button--ghost-light { border-color: rgba(255,255,255,0.42); background: transparent; color: #fff; }
.button--ghost-light:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

/* =============================================
   ADOPT-INTRO
   ============================================= */
.adopt-intro {
  background:
    radial-gradient(circle at 5% 80%, rgba(106, 175, 106, 0.08), transparent 22%),
    linear-gradient(180deg, #FAEEE8 0%, #faf7f0 100%);
  padding: 72px 0;
}

.adopt-intro__layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) 1.08fr;
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
}

.adopt-intro__image {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 10px;
  box-shadow: 0 20px 48px rgba(45, 74, 62, 0.13);
}

.adopt-intro__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adopt-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  padding: 24px 0;
}

.adopt-intro__content h2 {
  margin-bottom: 20px;
  color: #2D4A3E;
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.06;
}

.adopt-intro__content p {
  margin-bottom: 16px;
  color: #6B4F3A;
  font-size: 16px;
  line-height: 1.72;
}

.adopt-intro__lead {
  max-width: 560px;
  font-size: 18px !important;
  color: #2D4A3E !important;
}

.adopt-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 18px;
}

.adopt-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid rgba(45, 74, 62, 0.15);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
}

.adopt-benefits i {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #D8EFCC;
  color: #2D4A3E;
  font-size: 17px;
}

.adopt-benefits span {
  color: #2D4A3E;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.adopt-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

/* =============================================
   PROCESSUS
   ============================================= */
.process {
  background: linear-gradient(180deg, #F4F1EA 0%, #EDF5ED 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(45, 74, 62, 0.11);
}

.process-card {
  min-height: 320px;
  padding: 36px 30px 34px;
  background: #ffffff;
  border-right: 1px solid rgba(45, 74, 62, 0.15);
}

.process-card:nth-child(2) { background: #EDF5ED; }
.process-card:nth-child(3) { background: #FAEEE8; }
.process-card:nth-child(4) { background: #2D4A3E; border-right: none; }

.process-card__num {
  display: block;
  margin-bottom: 48px;
  color: rgba(106, 175, 106, 0.62);
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.9;
}

.process-card:nth-child(4) .process-card__num { color: rgba(255, 255, 255, 0.24); }

.process-card h3 {
  margin-bottom: 12px;
  color: #2D4A3E;
  font-size: 24px;
  line-height: 1.15;
}

.process-card p { margin: 0; color: #6B4F3A; font-size: 14px; line-height: 1.68; }

.process__action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.process__action .button {
  min-height: 54px;
  padding: 15px 28px;
}
/* Surcharge Divi — zones fond sombre : spécificité maximale (body+ID) */
body.page-adoptions #page-container .ba-compare__caption h3,
body.page-adoptions #main-content .ba-compare__caption h3 { color: #ffffff !important; }

body.page-adoptions #page-container .process-card:nth-child(4) h3,
body.page-adoptions #main-content .process-card:nth-child(4) h3 { color: #ffffff !important; }

body.page-adoptions #page-container .lots__content h2,
body.page-adoptions #main-content .lots__content h2 { color: #ffffff !important; }

body.page-adoptions #page-container .cta-adhesion-adoptions h2,
body.page-adoptions #main-content .cta-adhesion-adoptions h2 { color: #ffffff !important; }

/* Path cards — h3 blanc sur fond sombre (hover + carte principale active) */
body.page-adoptions #page-container .path-card:hover h3,
body.page-adoptions #main-content .path-card:hover h3,
body.page-adoptions #page-container .path-card:focus-within h3,
body.page-adoptions #main-content .path-card:focus-within h3,
body.page-adoptions #page-container .path-grid:not(:has(.path-card:hover, .path-card:focus-within)) .path-card--main h3,
body.page-adoptions #main-content .path-grid:not(:has(.path-card:hover, .path-card:focus-within)) .path-card--main h3 { color: #ffffff !important; }
.process-card:nth-child(4) p { color: rgba(255, 255, 255, 0.72); }

/* =============================================
   AVANT / APRÈS
   ============================================= */
.before-after {
  background:
    radial-gradient(circle at 85% 10%, rgba(106, 175, 106, 0.08), transparent 26%),
    #F4F1EA;
}

.ba-compare {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 42px;
}

.ba-compare__panel {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  background: #2D4A3E;
  box-shadow: 0 20px 48px rgba(45, 74, 62, 0.13);
}

.ba-compare__panel:first-child { transform: translateY(-18px); }
.ba-compare__panel:last-child { transform: translateY(28px); }

.ba-compare__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 31, 26, 0.05) 0%, rgba(18, 31, 26, 0.78) 100%);
}

.ba-compare__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-compare__caption { position: relative; z-index: 2; padding: 34px; }

.ba-compare__caption span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  background: #D8EFCC;
  color: #2D4A3E;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.ba-compare__caption h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
}

.ba-compare__caption p { max-width: 420px; margin: 0; color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.62; }

.ba-compare__bridge {
  align-self: center;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  padding: 30px 26px;
  border-radius: 10px;
  background: #FAEEE8;
  color: #2D4A3E;
  box-shadow: 0 4px 18px rgba(45, 74, 62, 0.09);
  z-index: 3;
}

.ba-compare__bridge > span {
  display: block;
  margin-bottom: 12px;
  color: #C97C5D;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ba-compare__bridge h3 { margin: 0 0 18px; color: #2D4A3E; font-size: 24px; line-height: 1.12; }

.ba-compare__bridge ul { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }

.ba-compare__bridge li {
  display: flex;
  gap: 9px;
  color: #6B4F3A;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.ba-compare__bridge li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 999px;
  background: #6AAF6A;
}

/* =============================================
   LOTS
   ============================================= */
.lots-section { background: #2D4A3E; }

.lots {
  display: grid;
  grid-template-columns: 3fr 2fr;
  min-height: 440px;
  width: 100%;
}

.lots__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px max(40px, calc((100vw - 1180px) / 2)) 76px max(40px, calc((100vw - 1180px) / 2));
}

.lots__content .eyebrow { color: rgba(255, 255, 255, 0.58); }

.lots__content h2 {
  max-width: 480px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
}

.lots__content p {
  max-width: 560px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.72;
}

.lots__content .button {
  align-self: flex-start;
  background: #ffffff;
  border-color: #ffffff;
  color: #2D4A3E;
}

.lots__content .button:hover { background: #FAEEE8; border-color: #FAEEE8; }

.lots__visual {
  position: relative;
  overflow: hidden;
  background: #e6f0e6;
}

.lots__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =============================================
   WARRANTY + CARTES CADEAUX
   ============================================= */
.support {
  background: linear-gradient(180deg, #F4F1EA 0%, #E6F0E6 100%);
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.support-panel {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 48px 44px;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(45, 74, 62, 0.09);
}

.support-panel--warranty { background: #ffffff; }
.support-panel--gift { background: #FAEEE8; }

.support-panel__num {
  position: absolute;
  right: 20px;
  top: 10px;
  color: rgba(45, 74, 62, 0.06);
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 0.85;
  pointer-events: none;
}

.support-panel h2 {
  position: relative;
  max-width: 480px;
  margin-bottom: 18px;
  color: #2D4A3E;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
}

.support-panel p,
.support-panel li {
  position: relative;
  color: #6B4F3A;
  font-size: 15px;
  line-height: 1.72;
}

.support-panel ul { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; padding: 0; list-style: none; }
.support-panel li { display: flex; gap: 10px; }
.support-panel li::before { content: "✓"; flex-shrink: 0; color: #6AAF6A; font-weight: 700; }

.gift-offers {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.gift-offer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 24px 18px;
  border-radius: 6px;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(45, 74, 62, 0.09);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gift-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(17, 31, 26, 0.28) 0%, rgba(17, 31, 26, 0.62) 100%);
}

.gift-offer img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-offer span {
  margin-bottom: 44px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.gift-offer strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 38px;
  padding: 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  background: rgba(17, 31, 26, 0.16);
  backdrop-filter: blur(2px);
}

.gift-offer:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(45, 74, 62, 0.18); }

/* =============================================
   ADOPTION PATHS
   ============================================= */
.adoption-paths { background: #ffffff; }

.path-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}

.path-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 36px 32px;
  border-radius: 10px;
  background: #EDF5ED;
  border: 1px solid rgba(45, 74, 62, 0.15);
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.path-card__kicker {
  margin: 0 0 18px;
  color: #C97C5D;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.path-card h3 { margin-bottom: 14px; color: #2D4A3E; font-size: clamp(24px, 2.5vw, 32px); line-height: 1.08; }
.path-card p { margin: 0; color: #6B4F3A; font-size: 15px; line-height: 1.7; }

.path-card a {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 28px;
  color: #2D4A3E;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.path-grid:not(:has(.path-card:hover, .path-card:focus-within)) .path-card--main,
.path-card:hover,
.path-card:focus-within {
  background: #2D4A3E;
  border-color: #2D4A3E;
  box-shadow: 0 4px 18px rgba(45, 74, 62, 0.09);
  transform: translateY(-4px);
}

.path-grid:not(:has(.path-card:hover, .path-card:focus-within)) .path-card--main .path-card__kicker,
.path-card:hover .path-card__kicker,
.path-card:focus-within .path-card__kicker { color: #6AAF6A; }

.path-grid:not(:has(.path-card:hover, .path-card:focus-within)) .path-card--main h3,
.path-card:hover h3,
.path-card:focus-within h3 { color: #ffffff; }

.path-grid:not(:has(.path-card:hover, .path-card:focus-within)) .path-card--main p,
.path-card:hover p,
.path-card:focus-within p { color: rgba(255, 255, 255, 0.72); }

.path-grid:not(:has(.path-card:hover, .path-card:focus-within)) .path-card--main a,
.path-card:hover a,
.path-card:focus-within a { color: #ffffff; }

/* =============================================
   JOURNÉE (module Colibri_JourneeFocus)
   ============================================= */
.journee-focus {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: #FAEEE8;
}

.journee-focus__meta {
  padding: 72px max(40px, calc((100vw - 1180px) / 2)) 72px max(40px, calc((100vw - 1180px) / 2));
}

.journee-focus__meta h2 {
  color: #2D4A3E;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
}

.journee-focus__meta p {
  max-width: 690px;
  color: #6B4F3A;
  font-size: 16px;
  line-height: 1.72;
}

.journee-focus__button {
  margin-top: 22px;
}

.journee-focus__editions {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(45, 74, 62, 0.12);
}

.journee-edition {
  flex: 1;
  background: #2D4A3E;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.journee-edition__saison {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C97C5D;
}

.journee-edition__date {
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}

.journee-edition__infos {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.journee-edition__infos li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.journee-edition__infos i { font-size: 16px; color: rgba(255, 255, 255, 0.45); flex-shrink: 0; }

.journee-edition__free {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #C97C5D;
}

.journee-edition__free i { font-size: 16px; }

/* =============================================
   CTA FINAL
   ============================================= */
.cta-adhesion-adoptions {
  background: linear-gradient(135deg, #2D4A3E 0%, #3d6b5a 55%, #4a7a5a 100%);
  padding: 44px 0;
}

.cta-adhesion-adoptions .cta-adhesion__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.cta-adhesion-adoptions .cta-adhesion__copy { max-width: 590px; }
.cta-adhesion-adoptions .cta-adhesion__copy .eyebrow { color: rgba(255, 255, 255, 0.6); }

.cta-adhesion-adoptions .cta-adhesion__copy h2 {
  color: #ffffff;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.06;
  margin-bottom: 14px;
}

.cta-adhesion-adoptions .cta-adhesion__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.68;
}

.cta-adhesion-adoptions .cta-adhesion__actions { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }

.cta-adhesion-adoptions .button--primary {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.95) !important;
  color: #2D4A3E !important;
  text-decoration: none !important;
}
.cta-adhesion-adoptions .button--primary:hover { background: #FAEEE8 !important; border-color: #FAEEE8 !important; }

.cta-adhesion-adoptions .button--ghost-light {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.cta-adhesion-adoptions .button--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
  color: #ffffff !important;
}

/* Bloc droite : image + bouton « Parrainer un arbre » superposé en bas */
.cta-adhesion-adoptions .cta-adhesion__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 430px;
}

.cta-adhesion-adoptions .cta-adhesion__media img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 8;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.cta-adhesion-adoptions .cta-adhesion__media-btn {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 32px);
}

.cta-adhesion-adoptions .cta-adhesion__media-btn .button--ghost-light {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.96) !important;
  color: #2D4A3E !important;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}

.cta-adhesion-adoptions .cta-adhesion__media-btn .button--ghost-light:hover {
  background: #FAEEE8 !important;
  border-color: #FAEEE8 !important;
  color: #2D4A3E !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:nth-child(2) { border-right: none; }
  .process-card:nth-child(3) { border-top: 1px solid rgba(45, 74, 62, 0.15); }
  .process-card:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.12); }

  .ba-compare { grid-template-columns: 1fr; gap: 18px; }
  .ba-compare__panel { min-height: 330px; }
  .ba-compare__panel:first-child,
  .ba-compare__panel:last-child { transform: none; }
  .ba-compare__bridge { width: auto; min-height: auto; padding: 28px; }

  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 260px; }
}

@media (max-width: 960px) {
  .adopt-intro__layout,
  .lots,
  .support-grid,
  .journee-focus { grid-template-columns: 1fr; }

  .adopt-intro__image { min-height: 320px; }
  .adopt-intro__content,
  .lots__content,
  .journee-focus__meta { padding: 54px 32px; }

  .lots__visual { min-height: 300px; }
  .gift-offers { grid-template-columns: 1fr; }

  .cta-adhesion-adoptions .cta-adhesion__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .process-grid { grid-template-columns: 1fr; }
  .adopt-benefits { grid-template-columns: 1fr; }

  .process-card,
  .process-card:nth-child(2),
  .process-card:nth-child(3),
  .process-card:nth-child(4) {
    border-right: none;
    border-top: 1px solid rgba(45, 74, 62, 0.15);
    min-height: auto;
  }
  .process-card:first-child { border-top: none; }
  .process-card__num { margin-bottom: 28px; }

  .journee-focus__editions { flex-direction: row; }
  .journee-edition { padding: 28px; }
}

@media (max-width: 640px) {
  .adopt-intro__actions,
  .cta-adhesion-adoptions .cta-adhesion__actions { width: 100%; flex-direction: column; }
  .adopt-intro__actions .button,
  .cta-adhesion-adoptions .cta-adhesion__actions .button { width: 100%; justify-content: center; }
  .support-panel { padding: 38px 28px; }
}
