/* =========================================================
   RB CONCEPT CREATEUR — PAGE ATELIER
   Bloc autonome a coller dans le contenu Joomla.
   Toutes les classes sont prefixees rb- pour eviter les conflits.
   ========================================================= */
.rb-page {
  --rb-green: #70c020;
  --rb-green-dark: #5aa20e;
  --rb-brown: #8f715f;
  --rb-brown-dark: #5b4639;
  --rb-beige: #f2ece6;
  --rb-paper: #fbfaf8;
  --rb-text: #5b4b41;
  --rb-border: rgba(143, 113, 95, 0.24);
  --rb-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --rb-sans: Arial, Helvetica, sans-serif;

  position: relative;
  overflow: hidden;
  color: var(--rb-text);
  font-family: var(--rb-sans);
  font-size: 16px;
  line-height: 1.72;
  background-color: var(--rb-paper);
  background-image:
    repeating-linear-gradient(88deg, rgba(143,113,95,.025) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(93deg, rgba(143,113,95,.018) 0 1px, transparent 1px 14px);
}

.rb-page * { box-sizing: border-box; }
.rb-page a { color: inherit; }
.rb-page p { margin: 0 0 18px; }
.rb-page p:last-child { margin-bottom: 0; }
.rb-page ul { margin: 0; padding: 0; }

.rb-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.rb-hero {
  position: relative;
  padding: 86px 0 78px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(91,70,57,.98), rgba(143,113,95,.92)),
    var(--rb-brown);
  border-bottom: 4px solid var(--rb-green);
}

.rb-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.rb-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.rb-hero-copy { flex: 1 1 720px; }

.rb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rb-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--rb-green);
}

.rb-page h1,
.rb-page h2,
.rb-page h3 {
  font-family: var(--rb-serif);
  font-weight: 400;
  line-height: 1.12;
  margin-top: 0;
}

.rb-page h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 68px);
  color: #fff;
}

.rb-hero-lead {
  max-width: 760px;
  margin: 0;
  font-family: var(--rb-serif);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
  color: rgba(255,255,255,.9);
}

.rb-hero-tag {
  flex: 0 1 230px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.42);
  font-family: var(--rb-serif);
  font-size: 18px;
  line-height: 1.35;
}

.rb-hero-tag strong {
  display: block;
  margin-bottom: 4px;
  color: var(--rb-green);
  font-family: var(--rb-sans);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rb-section { padding: 82px 0; }
.rb-section--soft { background: rgba(162,137,113,.10); }
.rb-section--brown { background: var(--rb-brown); color: #fff; }

.rb-section-inner {
  display: flex;
  align-items: flex-start;
  gap: 72px;
}

.rb-section-heading { flex: 0 1 340px; }
.rb-section-content { flex: 1 1 620px; min-width: 0; }

.rb-index {
  display: inline-flex;
  margin-bottom: 15px;
  color: var(--rb-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rb-page h2 {
  margin-bottom: 22px;
  color: var(--rb-brown);
  font-size: clamp(30px, 3vw, 43px);
}

.rb-section--brown h2 { color: #fff; }

.rb-page h3 {
  margin: 0 0 15px;
  color: var(--rb-brown-dark);
  font-size: clamp(23px, 2.3vw, 31px);
}

.rb-section--brown h3 { color: #fff; }

.rb-lead {
  font-family: var(--rb-serif);
  font-size: 21px;
  line-height: 1.55;
}

.rb-cards,
.rb-check-list,
.rb-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.rb-cards { margin-top: 28px; }

.rb-card {
  flex: 1 1 250px;
  min-width: 0;
  padding: 22px 24px;
  background: rgba(255,255,255,.86);
  border-left: 3px solid var(--rb-green);
  box-shadow: 0 10px 30px rgba(91,70,57,.06);
}

.rb-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--rb-brown-dark);
  font-family: var(--rb-serif);
  font-size: 20px;
  font-weight: 400;
}

.rb-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 26px;
}

.rb-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--rb-border);
}

.rb-timeline-item::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--rb-green);
  box-shadow: 0 0 0 5px rgba(112,192,32,.12);
}

.rb-wood-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.rb-wood-list span {
  padding: 9px 14px;
  border: 1px solid var(--rb-border);
  background: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rb-quote {
  margin-top: 28px;
  padding: 28px 30px;
  color: #fff;
  background: var(--rb-brown);
  border-left: 5px solid var(--rb-green);
  font-family: var(--rb-serif);
  font-size: 24px;
  line-height: 1.45;
}

.rb-check-list { margin-top: 25px; }

.rb-check {
  flex: 1 1 250px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rb-border);
}

.rb-check::before {
  content: "✓";
  color: var(--rb-green-dark);
  font-weight: 700;
}

.rb-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.rb-faq details {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--rb-border);
}

.rb-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 54px 20px 22px;
  color: var(--rb-brown-dark);
  font-family: var(--rb-serif);
  font-size: 20px;
  line-height: 1.35;
}

.rb-faq summary::-webkit-details-marker { display: none; }

.rb-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rb-green-dark);
  font-family: var(--rb-sans);
  font-size: 24px;
}

.rb-faq details[open] summary::after { content: "−"; }
.rb-faq-answer { padding: 0 22px 20px; }

.rb-cta {
  position: relative;
  padding: 82px 0;
  color: #fff;
  background: var(--rb-brown-dark);
}

.rb-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.rb-cta-copy { flex: 1 1 680px; }
.rb-cta h2 { color: #fff; margin-bottom: 16px; }
.rb-cta p { max-width: 820px; color: rgba(255,255,255,.86); }

.rb-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 50px 12px 24px;
  border: 2px solid var(--rb-green);
  background: #fff;
  color: var(--rb-brown-dark) !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease;
}

.rb-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 34px;
  height: calc(100% + 4px);
  background: var(--rb-green);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.rb-btn:hover {
  transform: translateY(-2px);
  background: #f8f8f8;
}

.rb-link-row { margin-top: 30px; }
.rb-link-row a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.rb-link-row a:hover { color: var(--rb-green-dark); }

@media (max-width: 900px) {
  .rb-section { padding: 64px 0; }
  .rb-section-inner { flex-direction: column; gap: 24px; }
  .rb-section-heading { flex-basis: auto; }
  .rb-hero { padding: 64px 0 58px; }
}

@media (max-width: 620px) {
  .rb-container { width: min(100% - 28px, 1180px); }
  .rb-page { font-size: 15px; }
  .rb-hero { padding: 52px 0 46px; }
  .rb-hero-tag { flex-basis: 100%; }
  .rb-section { padding: 52px 0; }
  .rb-card, .rb-check { flex-basis: 100%; }
  .rb-quote { padding: 22px; font-size: 21px; }
  .rb-cta { padding: 58px 0; }
}

/* =========================================================
   RB CONCEPT CREATEUR — PAGE MATIERES
   Bloc autonome a coller dans le contenu Joomla.
   Toutes les classes sont prefixees rb- pour eviter les conflits.
   ========================================================= */
.rb-page {
  --rb-green: #70c020;
  --rb-green-dark: #5aa20e;
  --rb-brown: #8f715f;
  --rb-brown-dark: #5b4639;
  --rb-beige: #f2ece6;
  --rb-paper: #fbfaf8;
  --rb-text: #5b4b41;
  --rb-border: rgba(143, 113, 95, 0.24);
  --rb-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --rb-sans: Arial, Helvetica, sans-serif;

  position: relative;
  overflow: hidden;
  color: var(--rb-text);
  font-family: var(--rb-sans);
  font-size: 16px;
  line-height: 1.72;
  background-color: var(--rb-paper);
  background-image:
    repeating-linear-gradient(88deg, rgba(143,113,95,.025) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(93deg, rgba(143,113,95,.018) 0 1px, transparent 1px 14px);
}

.rb-page * { box-sizing: border-box; }
.rb-page a { color: inherit; }
.rb-page p { margin: 0 0 18px; }
.rb-page p:last-child { margin-bottom: 0; }
.rb-page ul { margin: 0; padding: 0; }

.rb-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.rb-hero {
  position: relative;
  padding: 86px 0 78px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(91,70,57,.98), rgba(143,113,95,.92)),
    var(--rb-brown);
  border-bottom: 4px solid var(--rb-green);
}

.rb-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.rb-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.rb-hero-copy { flex: 1 1 720px; }

.rb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rb-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--rb-green);
}

.rb-page h1,
.rb-page h2,
.rb-page h3 {
  font-family: var(--rb-serif);
  font-weight: 400;
  line-height: 1.12;
  margin-top: 0;
}

.rb-page h1 {
  max-width: 1030px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 68px);
  color: #fff;
}

.rb-hero-lead {
  max-width: 760px;
  margin: 0;
  font-family: var(--rb-serif);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
  color: rgba(255,255,255,.9);
}

.rb-hero-tag {
  flex: 0 1 230px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.42);
  font-family: var(--rb-serif);
  font-size: 18px;
  line-height: 1.35;
}

.rb-hero-tag strong {
  display: block;
  margin-bottom: 4px;
  color: var(--rb-green);
  font-family: var(--rb-sans);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rb-section { padding: 82px 0; }
.rb-section--soft { background: rgba(162,137,113,.10); }
.rb-section--brown { background: var(--rb-brown); color: #fff; }

.rb-section-inner {
  display: flex;
  align-items: flex-start;
  gap: 72px;
}

.rb-section-heading { flex: 0 1 340px; }
.rb-section-content { flex: 1 1 620px; min-width: 0; }

.rb-index {
  display: inline-flex;
  margin-bottom: 15px;
  color: var(--rb-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rb-page h2 {
  margin-bottom: 22px;
  color: var(--rb-brown);
  font-size: clamp(30px, 3vw, 43px);
}
.rb-section--brown h2 { color: #fff; }

.rb-page h3 {
  margin: 0 0 15px;
  color: var(--rb-brown-dark);
  font-size: clamp(23px, 2.3vw, 31px);
}
.rb-section--brown h3 { color: #fff; }

.rb-lead {
  font-family: var(--rb-serif);
  font-size: 21px;
  line-height: 1.55;
}

.rb-materials,
.rb-cards,
.rb-check-list,
.rb-link-row,
.rb-collabs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.rb-materials { margin: 28px 0; }

.rb-material {
  flex: 1 1 170px;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--rb-border);
  background: rgba(255,255,255,.82);
}

.rb-material::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--rb-green);
}

.rb-material strong {
  color: var(--rb-brown-dark);
  font-family: var(--rb-serif);
  font-size: 20px;
  font-weight: 400;
}

.rb-cards { margin-top: 28px; }
.rb-card {
  flex: 1 1 250px;
  padding: 22px 24px;
  background: rgba(255,255,255,.86);
  border-left: 3px solid var(--rb-green);
  box-shadow: 0 10px 30px rgba(91,70,57,.06);
}
.rb-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--rb-brown-dark);
  font-family: var(--rb-serif);
  font-size: 20px;
  font-weight: 400;
}

.rb-quote {
  margin-top: 28px;
  padding: 28px 30px;
  color: #fff;
  background: var(--rb-brown);
  border-left: 5px solid var(--rb-green);
  font-family: var(--rb-serif);
  font-size: 24px;
  line-height: 1.45;
}

.rb-check-list { margin-top: 25px; }
.rb-check {
  flex: 1 1 250px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rb-border);
}
.rb-check::before {
  content: "✓";
  color: var(--rb-green-dark);
  font-weight: 700;
}

.rb-collabs { margin-top: 26px; }
.rb-collab {
  flex: 1 1 300px;
  padding: 26px;
  background: rgba(255,255,255,.9);
  border-top: 3px solid var(--rb-green);
}
.rb-collab small {
  display: block;
  margin-bottom: 6px;
  color: var(--rb-green-dark);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rb-collab strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rb-brown-dark);
  font-family: var(--rb-serif);
  font-size: 25px;
  font-weight: 400;
}
.rb-collab a {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.rb-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
.rb-faq details {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--rb-border);
}
.rb-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 54px 20px 22px;
  color: var(--rb-brown-dark);
  font-family: var(--rb-serif);
  font-size: 20px;
  line-height: 1.35;
}
.rb-faq summary::-webkit-details-marker { display: none; }
.rb-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rb-green-dark);
  font-family: var(--rb-sans);
  font-size: 24px;
}
.rb-faq details[open] summary::after { content: "−"; }
.rb-faq-answer { padding: 0 22px 20px; }

.rb-cta {
  padding: 82px 0;
  color: #fff;
  background: var(--rb-brown-dark);
}
.rb-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.rb-cta-copy { flex: 1 1 680px; }
.rb-cta h2 { color: #fff; margin-bottom: 16px; }
.rb-cta p { max-width: 820px; color: rgba(255,255,255,.86); }

.rb-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 50px 12px 24px;
  border: 2px solid var(--rb-green);
  background: #fff;
  color: var(--rb-brown-dark) !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease;
}
.rb-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 34px;
  height: calc(100% + 4px);
  background: var(--rb-green);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.rb-btn:hover { transform: translateY(-2px); background: #f8f8f8; }

.rb-link-row { margin-top: 30px; }
.rb-link-row a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.rb-link-row a:hover { color: var(--rb-green-dark); }

@media (max-width: 900px) {
  .rb-section { padding: 64px 0; }
  .rb-section-inner { flex-direction: column; gap: 24px; }
  .rb-section-heading { flex-basis: auto; }
  .rb-hero { padding: 64px 0 58px; }
}

@media (max-width: 620px) {
  .rb-container { width: min(100% - 28px, 1180px); }
  .rb-page { font-size: 15px; }
  .rb-hero { padding: 52px 0 46px; }
  .rb-hero-tag { flex-basis: 100%; }
  .rb-section { padding: 52px 0; }
  .rb-material, .rb-card, .rb-check, .rb-collab { flex-basis: 100%; }
  .rb-quote { padding: 22px; font-size: 21px; }
  .rb-cta { padding: 58px 0; }
}

/* =========================================================
   RB CONCEPT CREATEUR — PAGE REALISATIONS
   Bloc autonome à coller dans le contenu Joomla.
   Mise en page en Flex uniquement.
   Toutes les classes sont préfixées rb- pour limiter les conflits.
   ========================================================= */

.rb-page {
  --rb-green: #70c020;
  --rb-green-dark: #5aa20e;
  --rb-brown: #8f715f;
  --rb-brown-dark: #5b4639;
  --rb-beige: #f2ece6;
  --rb-paper: #fbfaf8;
  --rb-text: #5b4b41;
  --rb-border: rgba(143, 113, 95, 0.24);
  --rb-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --rb-sans: Arial, Helvetica, sans-serif;

  position: relative;
  overflow: hidden;
  color: var(--rb-text);
  font-family: var(--rb-sans);
  font-size: 16px;
  line-height: 1.72;
  background-color: var(--rb-paper);
  background-image:
    repeating-linear-gradient(88deg, rgba(143,113,95,.025) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(93deg, rgba(143,113,95,.018) 0 1px, transparent 1px 14px);
}

.rb-page * {
  box-sizing: border-box;
}

.rb-page a {
  color: inherit;
}

.rb-page p {
  margin: 0 0 18px;
}

.rb-page p:last-child {
  margin-bottom: 0;
}

.rb-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ---------- TITRES ---------- */

.rb-page h1,
.rb-page h2,
.rb-page h3 {
  margin-top: 0;
  font-family: var(--rb-serif);
  font-weight: 400;
  line-height: 1.12;
}

.rb-page h1 {
  max-width: 1000px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
}

.rb-page h2 {
  margin-bottom: 22px;
  color: var(--rb-brown);
  font-size: clamp(30px, 3vw, 43px);
}

.rb-page h3 {
  margin: 0 0 15px;
  color: var(--rb-brown-dark);
  font-size: clamp(23px, 2.3vw, 31px);
}

/* ---------- HERO ---------- */

.rb-hero {
  position: relative;
  padding: 86px 0 78px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(91,70,57,.98), rgba(143,113,95,.92)),
    var(--rb-brown);
  border-bottom: 4px solid var(--rb-green);
}

.rb-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.rb-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.rb-hero-copy {
  flex: 1 1 720px;
}

.rb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rb-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--rb-green);
}

.rb-hero-lead {
  max-width: 790px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-family: var(--rb-serif);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
}

.rb-hero-tag {
  flex: 0 1 240px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.42);
  font-family: var(--rb-serif);
  font-size: 18px;
  line-height: 1.35;
}

.rb-hero-tag strong {
  display: block;
  margin-bottom: 4px;
  color: var(--rb-green);
  font-family: var(--rb-sans);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* ---------- SECTIONS ---------- */

.rb-section {
  padding: 82px 0;
}

.rb-section--soft {
  background: rgba(162,137,113,.10);
}

.rb-section-inner {
  display: flex;
  align-items: flex-start;
  gap: 72px;
}

.rb-section-heading {
  flex: 0 1 340px;
}

.rb-section-content {
  flex: 1 1 620px;
  min-width: 0;
}

.rb-index {
  display: inline-flex;
  margin-bottom: 15px;
  color: var(--rb-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rb-lead {
  font-family: var(--rb-serif);
  font-size: 21px;
  line-height: 1.55;
}

.rb-highlight {
  margin-top: 28px;
  padding: 28px 30px;
  color: #fff;
  background: var(--rb-brown);
  border-left: 5px solid var(--rb-green);
  font-family: var(--rb-serif);
  font-size: 24px;
  line-height: 1.45;
}

/* ---------- CONTENU EXISTANT / GALERIE ---------- */

.rb-existing-section {
  padding: 78px 0 88px;
  background: rgba(162,137,113,.10);
}

.rb-existing-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
  flex-wrap: wrap;
}

.rb-existing-head-copy {
  flex: 1 1 620px;
}

.rb-existing-head h2 {
  margin-bottom: 8px;
}

.rb-existing-head p {
  max-width: 720px;
  margin: 0;
}

.rb-existing-line {
  flex: 1 1 180px;
  height: 1px;
  min-width: 100px;
  background: var(--rb-border);
}

/*
   Le contenu ci-dessous est celui déjà présent sur la page :
   [gallery ID=1], bouton Google et vidéo.
*/

.rb-existing-content {
  width: 100%;
}

.rb-existing-content > p:first-child {
  margin-bottom: 38px;
}

.rb-existing-content .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 50px 12px 24px;
  border: 2px solid var(--rb-green);
  background: #fff;
  color: var(--rb-brown-dark) !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease;
}

.rb-existing-content .btn::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 34px;
  height: calc(100% + 4px);
  background: var(--rb-green);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  border: unset;
}

.rb-existing-content .btn:hover {
  transform: translateY(-2px);
  background: #f8f8f8;
}

.rb-existing-content video {
  background: #111;
}

/* ---------- CTA ---------- */

.rb-cta {
  position: relative;
  padding: 82px 0;
  color: #fff;
  background: var(--rb-brown-dark);
}

.rb-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  flex-wrap: wrap;
}

.rb-cta-copy {
  flex: 1 1 720px;
}

.rb-cta h2 {
  margin-bottom: 16px;
  color: #fff;
}

.rb-cta p {
  max-width: 840px;
  color: rgba(255,255,255,.86);
}

.rb-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 50px 12px 24px;
  border: 2px solid var(--rb-green);
  background: #fff;
  color: var(--rb-brown-dark) !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease;
}

.rb-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 34px;
  height: calc(100% + 4px);
  background: var(--rb-green);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.rb-btn:hover {
  transform: translateY(-2px);
  background: #f8f8f8;
}

/* ---------- FAQ ---------- */

.rb-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.rb-faq details {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--rb-border);
}

.rb-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 54px 20px 22px;
  color: var(--rb-brown-dark);
  font-family: var(--rb-serif);
  font-size: 20px;
  line-height: 1.35;
}

.rb-faq summary::-webkit-details-marker {
  display: none;
}

.rb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--rb-green-dark);
  font-family: var(--rb-sans);
  font-size: 24px;
}

.rb-faq details[open] summary::after {
  content: "−";
}

.rb-faq-answer {
  padding: 0 22px 20px;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  .rb-hero {
    padding: 64px 0 58px;
  }

  .rb-section {
    padding: 64px 0;
  }

  .rb-section-inner {
    flex-direction: column;
    gap: 24px;
  }

  .rb-section-heading {
    flex-basis: auto;
  }

  .rb-existing-section {
    padding: 64px 0 70px;
  }
}

@media (max-width: 620px) {
  .rb-container {
    width: min(100% - 28px, 1180px);
  }

  .rb-page {
    font-size: 15px;
  }

  .rb-hero {
    padding: 52px 0 46px;
  }

  .rb-hero-tag {
    flex-basis: 100%;
  }

  .rb-section {
    padding: 52px 0;
  }

  .rb-existing-section {
    padding: 52px 0 58px;
  }

  .rb-existing-head {
    margin-bottom: 30px;
  }

  .rb-existing-content h2[style] {
    width: 100% !important;
    margin: 32px 0 !important;
    font-size: 24px !important;
  }

  .rb-existing-content div[style*="margin:50px"] {
    margin: 32px 0 !important;
  }

  .rb-existing-content div[style*="padding:20px"] {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .rb-existing-content video {
    border-radius: 10px !important;
  }

  .rb-cta {
    padding: 58px 0;
  }

  .rb-highlight {
    padding: 22px;
    font-size: 21px;
  }
}