

:root {
  --cont: 1400px;
  --ray: 20px;
  --ray-btn: 20px;
  --ray-pst: 11px;
  --pas: 100px;
  --ombre: rgb(0, 0, 0) 0px 0px 0px 1px inset;
}

*, *::before, *::after { box-sizing: border-box }
html { -webkit-text-size-adjust: 100% }
body {
  margin: 0;
  background: var(--fond);
  color: var(--texte);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0 }
ul, ol { margin: 0; padding: 0; list-style: none }
a { color: inherit; text-decoration: none }
img, svg, video { display: block; max-width: 100% }
button, input, textarea, select { font: inherit; color: inherit }
address { font-style: normal }
:focus-visible { outline: 2px solid var(--marque); outline-offset: 3px }

.rr-corps { display: block }
.rr-in { width: min(100% - 40px, var(--cont)); margin-inline: auto }
.rr-bd {
  position: relative;
  
  padding: calc(var(--pas) * var(--pash, 1)) 0 calc(var(--pas) * var(--pasb, 1));
  background: var(--fond);
}

.rr-sv,
.rr-is,
.rr-pr,
.rr-tr,
.rr-fq { background: var(--fond-2) }
.rr-hr { background:var(--texte);--sur-bande:var(--sur-texte,var(--fond)) }
.rr-ul,
.rr-cb,
.rr-fc,
.rr-ct { background:var(--texte);--sur-bande:var(--sur-texte,var(--fond)); color: var(--fond) }
.rr-ul .rr-sur,
.rr-cb .rr-sur,
.rr-fc .rr-sur,
.rr-ct .rr-sur,
.rr-ul .rr-chapo,
.rr-cb .rr-chapo,
.rr-fc .rr-chapo,
.rr-ct .rr-chapo,
.rr-ul .rr-tt__ac,
.rr-cb .rr-tt__ac,
.rr-fc .rr-tt__ac,
.rr-ct .rr-tt__ac { color: var(--fond) }
.rr-ul .rr-btn,
.rr-cb .rr-btn,
.rr-fc .rr-btn,
.rr-ct .rr-btn {
  background: var(--fond); border-color: var(--fond); color: var(--texte);
}
.rr-ul .rr-tel,
.rr-cb .rr-tel,
.rr-fc .rr-tel,
.rr-ct .rr-tel {
  
  
  background: var(--fond); border-color: var(--fond); color: var(--texte);
}

.rr-tt, .rr-hr__tt, .rr-ar__h1 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  
  overflow-wrap: anywhere;
}
.rr-tt { font-size: clamp(44px, 5.1vw, 64px) }
.rr-hr__tt {
  font-size: clamp(29px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.044em;
}
.rr-ar__h1 {
  font-size: clamp(49px, 5.9vw, 72px);
  letter-spacing: -0.044em;
}
.rr-tt__ac { font-style: normal; color: var(--encre-marque, var(--marque)) }
.rr-sur {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.019em;
  text-transform: uppercase;
  color: var(--texte);
}

.rr-sur + .rr-tt { margin-top: 12px }
:where(.rr-is, .rr-bss, .rr-ch, .rr-mq, .rr-fc) > .rr-in > .rr-sur + .rr-tt { margin-top: 0 }
.rr-chapo { font-size: 17px; color: var(--texte-doux); max-width: 48ch }
.rr-mnt { font-size: 13px; color: var(--texte-doux) }
.rr-maj { font-size: 14px; color: var(--texte-doux) }

.rr-btn, .rr-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--ray-btn);
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.rr-btn {
  padding: 15px 18px;
  border: 1px solid var(--marque);
  background:var(--marque);--sur-bande:var(--sur-marque);
  color:var(--sur-bande,var(--sur-marque));
}
.rr-tel {
  padding: 14px 26px;
  border: 1px solid var(--bordure);
  background: var(--fond);
  color: var(--encre-marque, var(--marque));
}
.rr-btn:hover, .rr-tel:hover { filter: brightness(.94) }
.rr-btn--hd { padding: 15px 18px; font-size: 14px }
.rr-btn--hr { padding: 15px 18px; font-size: 16px }
.rr-tel--hd { padding: 14px 26px; font-size: 14px }
.rr-tel--hr { padding: 15px 12px; font-size: 16px }

.rr-paire {
  display: flex;
  flex-wrap: wrap;
  
  align-items: center;
  gap: 12px;
}

.rr-ic, .rr-chev, .rr-fl { flex: 0 0 auto }
.rr-ic { width: 17px; height: 12px; color: var(--encre-marque, var(--marque)) }
.rr-chev { width: 12px; height: 8px; transition: transform .2s ease }
.rr-fl { width: 18px; height: 12px }

.rr-pic { display: inline-flex; flex: 0 0 auto; width: var(--lpic, 24px); height: var(--hpic, 24px); color: var(--encre-accent, var(--accent))}
.rr-pic svg { width: 100%; height: 100%; fill-rule: evenodd;
  fill: var(--pic-plein, currentColor); stroke: var(--pic-encre, none);
  stroke-width: var(--pic-trait, 0); stroke-linecap: var(--pic-bout, round);
  stroke-linejoin: var(--pic-angle, round) }
.rr-pst { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center;
  width: calc(var(--lpic, 16px) + 26px); height: calc(var(--lpic, 16px) + 26px);
  border-radius: 999px; background: var(--accent); color:var(--sur-bande,var(--sur-marque)) }
.rr-pst svg { width: var(--lpic, 16px); height: var(--hpic, 16px) }

.rr-crt--fond .rr-pst { position: static; justify-self: end; margin-top: 10px; z-index: 2; width: calc(var(--lpic, 16px) + 22px); height: calc(var(--lpic, 16px) + 22px); background: rgba(255, 255, 255, .2); color: #fff }
.rr-crt:not(.rr-crt--fond) .rr-pst { margin-top: 4px }

.rr-vue {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--ray);
  min-width: 24px;
  min-height: 24px;
  height: var(--h, var(--hv, 220px));
}
.rr-vue img { width: 100%; height: 100%; object-fit: cover }
.rr-hr { --hv: 480px }
.rr-pr { --hv: 220px }
.rr-bss { --hv: 400px }
.rr-ar { --hv: 360px }
.rr-ct { --hv: 380px }
.rr-ch { --hv: 272px }
.rr-mq { --hv: 272px }
.rr-cps { --hv: 420px }
.rr-lg { --hv: 272px }
.rr-wh { --hv: 560px }
.rr-xp { --hv: 460px }
.rr-ul { --hv: 380px }
.rr-fp { --hv: 480px }
.rr-sv { --hv: 220px }
.rr-sv { --hic: 198px; --lic: 176px }
.rr-re { --hv: 264px }
.rr-re { --hic: 261px; --lic: 193px }
.rr-mt { --hv: 296px }
.rr-cr { --hv: 272px }
.rr-b2 { --hv: 272px }
.rr-zn { --hv: 272px }
.rr-ma { --hv: 272px }
.rr-bl { --hv: 296px }
.rr-gp { --hv: 272px }
.rr-ad { --hv: 296px }
.rr-av { --hv: 272px }
.rr-sp { --hv: 272px }
.rr-cb { --hv: 400px }
.rr-ur { --hv: 300px }
.rr-vlt__vt .rr-vue { height: 150px }

.rr-pucs { display: grid; gap: 9px; margin-top: 4px }
.rr-pucs li {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  font-size: 15px;
  color: var(--texte-doux);
}
.rr-pucs .rr-ic { margin-top: 6px }
.rr-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px }
.rr-tags li {
  padding: 5px 11px;
  border: 1px solid var(--bordure);
  border-radius: 999px;
  font-size: 12px;
  color: var(--texte-doux);
}

.rr-gr {
  display: grid;
  grid-template-columns: repeat(var(--cols, var(--col, 3)), minmax(0, 1fr));
  
  gap: var(--gtr, 12px);
  margin-top: 44px;
  
  width: min(100%, var(--lrg, 100%));
  margin-inline: auto;
}

.rr-flc {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}
.rr-flc--droite { grid-template-columns: minmax(0, 1fr) minmax(0, 330px) }
.rr-flc--droite .rr-flc__tx { order: 2 }

.rr-flc__tx { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; align-content: start }

.rr-flc .rr-gr { margin-top: 0 }
.rr-tt + .rr-flc, .rr-chapo + .rr-flc { margin-top: 28px }

.rr-gr--mos { align-items: stretch }
.rr-gr--mos > :first-child { grid-row: span 2 }
.rr-gr--mos > :first-child .rr-vue { height: var(--hvx, var(--hv, 320px)) }

.rr-crt {
  display: grid;
  align-content: start;
  min-height: var(--hc, 0px);
  background: var(--crt-fond, var(--carte));
  border: var(--crt-bord, 1px) solid var(--bordure);
  border-radius: var(--crt-ray, var(--ray));
  box-shadow: var(--crt-ombre, var(--ombre));
  overflow: hidden;
}

.rr-crt .rr-vue { border-radius: var(--crt-rayv, 0) }

.rr-crt:not(.rr-crt--fond) .rr-vue:not(.rr-vue--ic) {
  aspect-ratio: var(--ratv, auto);
  height: var(--ratv-h, var(--h, var(--hv, 220px)));
}

.rr-crt .rr-vue--ic {
  
  box-sizing: content-box;
  width: var(--lic, 60px);
  height: var(--hic, 44px);
  padding: var(--ic-pad, 14px);
  margin: var(--ic-mrg, 24px 24px 0);
  background: var(--ic-fond, var(--fond-2));
  border-radius: var(--crt-ray, var(--ray));
}
.rr-crt .rr-vue--ic img { width: 100%; height: 100%; object-fit: contain }
.rr-crt__cp { display: var(--crt-disp, grid); flex-direction: column;
  gap: var(--crt-ecartt, 10px); align-content: start;
  padding: var(--crt-pad, 24px);
  text-align: var(--crt-ali, start) }

.rr-crt__cp > .rr-pic { justify-self: var(--pic-just, start); margin-bottom: var(--pic-sous, 0) }

.rr-crt--fond {
  position: relative;
  
  
  min-height: auto;
  align-content: end;
  
  background: var(--fond-2);
  border: 0;
  
  border-radius: var(--crt-rayv, var(--ray));
}

.rr-crt--fond .rr-vue { position: absolute; top: 0; left: 0; right: 0; height: auto; aspect-ratio: var(--rat, .8); max-height: 100%; border-radius: 0 }
.rr-crt--fond::before { content: ''; grid-area: 1 / 1; aspect-ratio: var(--rat, .8); min-height: var(--hcm, 0px) }
.rr-crt--fond > .rr-crt__cp { grid-area: 1 / 1; align-self: end }
.rr-crt--fond::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, .30) 46%, rgba(0, 0, 0, 0) 78%);
}

.rr-crt--fond .rr-crt__cp { position: relative; z-index: 1; align-content: end; min-height: var(--hcm, 0px); padding: var(--crtf-pad, 24px) }
.rr-crt--fond .rr-crt__tt,
.rr-crt--fond .rr-crt__tx,
.rr-crt--fond .rr-crt__mt,
.rr-crt--fond .rr-crt__ln { color: #fff }
.rr-crt__mt {
  font-size: 13px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--encre-marque, var(--marque));
}
.rr-crt__tt {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: var(--crt-tt-fw, 600);
  font-size: var(--crt-tt-fs, 28px);
  line-height: var(--crt-tt-lh, 1.28); letter-spacing: -0.021em;
}
.rr-crt__px { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 22px }
.rr-crt__px span { font-size: 14px; font-weight: 400; color: var(--texte-doux) }
.rr-crt__tx {
  color: var(--texte-doux); font-size: var(--crt-tx-fs, 15px);
  font-weight: var(--crt-tx-fw, inherit); line-height: var(--crt-tx-lh, 1.5);
}
.rr-crt__ln {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-weight: 700;
  font-size: 15px;
  color: var(--encre-marque, var(--marque));
}
.rr-pr .rr-crt, .rr-pr .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-ch .rr-crt, .rr-ch .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-mq .rr-crt, .rr-mq .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-is .rr-crt, .rr-is .rr-rg { --crt-fond: transparent; --crt-bord: 0; --crt-ombre: none; --crt-ray: 0; --crt-pad: 18px 0 0; --ic-fond: transparent; --ic-pad: 0; --ic-mrg: 0 }
.rr-lg .rr-crt, .rr-lg .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-wh .rr-crt, .rr-wh .rr-rg { --crt-fond: transparent; --crt-bord: 0; --crt-ombre: none; --crt-ray: 0; --crt-pad: 18px 0 0; --ic-fond: transparent; --ic-pad: 0; --ic-mrg: 0 }
.rr-sv .rr-crt, .rr-sv .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-re .rr-crt, .rr-re .rr-rg { --crt-fond: transparent; --crt-bord: 0; --crt-ombre: none; --crt-ray: 0; --crt-pad: 18px 0 0; --ic-fond: transparent; --ic-pad: 0; --ic-mrg: 0 }
.rr-cr .rr-crt, .rr-cr .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-b2 .rr-crt, .rr-b2 .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-zn .rr-crt, .rr-zn .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-ma .rr-crt, .rr-ma .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-gp .rr-crt, .rr-gp .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-tr .rr-crt, .rr-tr .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-fq .rr-crt, .rr-fq .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-av .rr-crt, .rr-av .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-sp .rr-crt, .rr-sp .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-ur .rr-crt, .rr-ur .rr-rg { --crt-bord: 0; --crt-ombre: none }
.rr-pr .rr-crt, .rr-pr .rr-rg { --crt-ln-fs: 16px; --crt-ln-fw: 700; --crt-ln-lh: 1.3 }
.rr-pr .rr-crt, .rr-pr .rr-rg { --crt-ecartt: 5px }
.rr-is .rr-crt, .rr-is .rr-rg { --crt-tt-fs: 28px; --crt-tt-fw: 600; --crt-tt-lh: 1.2; --crt-tx-fs: 18px; --crt-tx-fw: 600; --crt-tx-lh: 1.4 }
.rr-wh .rr-crt, .rr-wh .rr-rg { --crt-tt-fs: 18px; --crt-tt-fw: 600; --crt-tt-lh: 1.4 }
.rr-sv .rr-crt, .rr-sv .rr-rg { --crt-tt-fs: 22px; --crt-tt-fw: 700; --crt-tt-lh: 1.3; --crt-tx-fs: 16px; --crt-tx-fw: 600; --crt-tx-lh: 1.2; --crt-pad: 20px 20px 20px 20px; --crt-pli-pad: 20px 20px 20px 20px }
.rr-tr .rr-crt, .rr-tr .rr-rg { --crt-tt-fs: 28px; --crt-tt-fw: 600; --crt-tt-lh: 1.2; --crt-tx-fs: 18px; --crt-tx-fw: 600; --crt-tx-lh: 1.4; --crt-ln-fs: 18px; --crt-ln-fw: 600; --crt-ln-lh: 1.4 }
.rr-fq .rr-crt, .rr-fq .rr-rg { --crt-tt-fs: 22px; --crt-tt-fw: 700; --crt-tt-lh: 1.3; --crt-tx-fs: 16px; --crt-tx-fw: 600; --crt-tx-lh: 1.2 }

.rr-ct { --pasb: 1.7 }
.rr-ch { --pasb: 1.4 }
.rr-mq { --pasb: 1.4 }
.rr-lg { --pasb: 1.4 }
.rr-ul { --pasb: 1.7 }
.rr-sv { --pash: 2.4 }
.rr-re { --pasb: 1.8 }
.rr-cr { --pasb: 1.4 }
.rr-b2 { --pasb: 1.4 }
.rr-zn { --pasb: 1.4 }
.rr-ma { --pasb: 1.4 }
.rr-gp { --pasb: 1.4 }
.rr-av { --pasb: 1.4 }
.rr-sp { --pasb: 1.4 }
.rr-cb { --pasb: 1.7 }
.rr-ur { --pasb: 1.4 }
.rr-ch > .rr-in > .rr-sur, .rr-ch > .rr-in > .rr-tt, .rr-ch > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-mq > .rr-in > .rr-sur, .rr-mq > .rr-in > .rr-tt, .rr-mq > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-is > .rr-in > .rr-sur, .rr-is > .rr-in > .rr-tt, .rr-is > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-lg > .rr-in > .rr-sur, .rr-lg > .rr-in > .rr-tt, .rr-lg > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-sv > .rr-in > .rr-sur, .rr-sv > .rr-in > .rr-tt, .rr-sv > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-re > .rr-in > .rr-sur, .rr-re > .rr-in > .rr-tt, .rr-re > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-cr > .rr-in > .rr-sur, .rr-cr > .rr-in > .rr-tt, .rr-cr > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-b2 > .rr-in > .rr-sur, .rr-b2 > .rr-in > .rr-tt, .rr-b2 > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-zn > .rr-in > .rr-sur, .rr-zn > .rr-in > .rr-tt, .rr-zn > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-ma > .rr-in > .rr-sur, .rr-ma > .rr-in > .rr-tt, .rr-ma > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-gp > .rr-in > .rr-sur, .rr-gp > .rr-in > .rr-tt, .rr-gp > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-tr > .rr-in > .rr-sur, .rr-tr > .rr-in > .rr-tt, .rr-tr > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-fq > .rr-in > .rr-sur, .rr-fq > .rr-in > .rr-tt, .rr-fq > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-av > .rr-in > .rr-sur, .rr-av > .rr-in > .rr-tt, .rr-av > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-sp > .rr-in > .rr-sur, .rr-sp > .rr-in > .rr-tt, .rr-sp > .rr-in > .rr-chapo { text-align: center; margin-inline: auto }
.rr-ur .rr-bnd { justify-items: center; text-align: center }
.rr-ur .rr-bnd .rr-pucs { text-align: start }

.rr-rgs {
  display: grid;
  grid-template-columns: repeat(var(--cols, var(--col, 1)), minmax(0, 1fr));
  
  gap: var(--gtr, 14px);
  margin-top: 40px;
  
  width: min(100%, var(--lrg, 100%));
  margin-inline: auto;
}
.rr-rg {
  display: var(--crt-disp, grid);
  flex-direction: column;
  gap: var(--crt-ecartt, 8px);
  align-content: start;
  min-height: var(--hr, 0px);
  
  padding: var(--crt-pad, 24px 26px);
  background: var(--crt-fond, var(--carte));
  border: var(--crt-bord, 1px) solid var(--bordure);
  border-radius: var(--crt-ray, var(--ray));
}
.rr-rg__n {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--encre-accent, var(--accent));
}
.rr-rg__av {
  display: inline-grid;
  place-items: center;
  width: var(--lic, 44px);
  height: var(--hic, 44px);
  border-radius: 999px;
  background: var(--fond-2);
  color: var(--encre-marque, var(--marque));
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.rr-rg__nt { font-size: 14px; letter-spacing: -0.02em; color:var(--encre-marque,var(--marque)) }
.rr-rg__tt {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: var(--crt-tt-fw, 600);
  font-size: var(--crt-tt-fs, 28px);
  line-height: var(--crt-tt-lh, 1.3); letter-spacing: -0.021em;
}
.rr-rg__tx {
  color: var(--texte-doux); font-size: var(--crt-tx-fs, 15px);
  font-weight: var(--crt-tx-fw, inherit); line-height: var(--crt-tx-lh, 1.5);
}
.rr-rg__au { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: var(--texte-doux) }
.rr-rg__au span { font-weight: 700; color: var(--texte) }
.rr-rg__vl { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700 }

.rr-rg--pli { padding: 0 }
.rr-rg--pli summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: var(--crt-pli-pad, 22px 26px);
  cursor: pointer;
  list-style: none;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: var(--crt-ln-fw, 700);
  font-size: var(--crt-ln-fs, 18px);
  line-height: var(--crt-ln-lh, 1.4);
}
.rr-rg--pli summary::-webkit-details-marker { display: none }
.rr-rg--pli details[open] summary .rr-chev { transform: rotate(180deg) }
.rr-rg__rp { padding: 0 26px 24px; color: var(--texte-doux) }

.rr-duo {
  display: grid;
  grid-template-columns: minmax(0, var(--dc1, 1fr)) minmax(0, var(--dc2, 1fr));
  gap: var(--dgtr, 56px);
  align-items: center;
}
.rr-duo__cp { display: grid; gap: 14px; align-content: center }
.rr-atts { display: grid; gap: 16px; margin-top: 8px }
.rr-att h3 { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 600; font-size: 24px }
.rr-att p { margin-top: 4px; color: var(--texte-doux); font-size: 15px }
.rr-adr { margin-top: 6px; color: var(--texte-doux) }
.rr-px { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: clamp(24px, 2.6vw, 32px) }
.rr-px span { font-size: 14px; font-weight: 400; color: var(--texte-doux) }

.rr-bnd {
  display: grid;
  gap: 16px;
  justify-items: start;
  align-content: center;
  min-height: var(--h, 0px);
}
.rr-bnd__tx { max-width: 48ch; color: var(--texte-doux) }
.rr-bnd__ou { font-size: 14px; color: var(--texte-doux) }
.rr-frm { display: grid; gap: 16px; width: 100% }
.rr-frm--pl {
  padding: 28px;
  background: var(--carte);
  border: 1px solid var(--bordure);
  border-radius: var(--ray);
}
.rr-frm label { display: grid; gap: 7px; font-size: 14px; font-weight: 700 }
.rr-frm input, .rr-frm textarea {
  width: 100%;
  padding: 13px 14px;
  background: var(--carte);
  border: 1px solid var(--bordure);
  border-radius: var(--ray);
  font-weight: 400;
}
.rr-frm textarea { resize: vertical; min-height: 120px }
.rr-frm .rr-btn, .rr-frm .rr-tel { width: 100% }

.rr-prz { display: grid; gap: 14px; max-width: 59ch; margin-top: 28px }
.rr-prz__tt { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 22px; margin-top: 18px }
.rr-prz__p { color: var(--texte-doux) }
.rr-is .rr-in { display: grid; gap: 14px; max-width: 59ch; margin-inline: auto }

.rr-hr .rr-in {
  display: grid;
  grid-template-columns: minmax(0, 800fr) minmax(0, 544fr);
  gap: 56px;
  align-items: center;
}
.rr-hr__cp { display: grid; gap: 18px; align-content: center; justify-items: start }
.rr-hr__ss { font-size: 18px; color: var(--texte-doux); max-width: 54ch }
.rr-hr__ats {
  grid-column: 1 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding-top: 28px;
  border-top: 1px solid var(--bordure);
}
.rr-hr__at-tt { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 8px }

.rr-hr--gauche .rr-vue    { grid-column: 1; grid-row: 1 }
.rr-hr--gauche .rr-hr__cp { grid-column: 2; grid-row: 1 }

.rr-hr--empile .rr-in { grid-template-columns: minmax(0, 1fr); justify-items: start; align-items: start }
.rr-hr--empile .rr-hr__cp { justify-items: start; text-align: start; width: min(100%, 778px) }
.rr-hr--empile .rr-hr__cp > .rr-hr__ss, .rr-hr--empile .rr-hr__cp > .rr-chapo { margin-inline: 0 }
.rr-hr--empile .rr-vue { grid-column: 1; width: 100%; height: var(--h, var(--hv, 480px)) }
.rr-hr--empile .rr-hr__ats { grid-column: 1 }
.rr-hr--pleine .rr-in { grid-template-columns: minmax(0, 1fr); align-items: center }

.rr-hr--pleine {
  min-height: var(--h, 560px);
  display: grid;
  grid-template-rows: minmax(var(--h, 560px), auto) auto;
  
  align-items: stretch;
  padding-top: 0;
  
  padding-bottom: 0;
}

.rr-hr--pleine .rr-hr__cp {
  padding-top: 96px;
  padding-bottom: 160px;
  max-width: 800px;
}
.rr-hr--pleine .rr-hr__atbd { position: relative; z-index: 2; background: var(--fond-2) }
.rr-hr--pleine .rr-hr__atbd .rr-hr__ats { margin-top: 0; border-top: 0 }

.rr-hr--pleine .rr-paire--hr .rr-btn--hr { order: -1 }

.rr-hr--pleine .rr-tel--hr {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .45);
  color: #FFFFFF;
}

.rr-hr--pleine .rr-vue {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: auto;
  border-radius: 0;
}
.rr-hr--pleine::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(16, 16, 16, .78);
}

.rr-hr--pleine .rr-vue, .rr-hr--pleine::after { grid-row: 1 / 2; grid-column: 1 / 2; }

.rr-hr--pleine .rr-in { z-index: 2 }

.rr-hr .rr-hr__tt,
.rr-hr .rr-chapo,
.rr-hr .rr-sur,
.rr-hr .rr-tt__ac { color: var(--fond) }
.rr-hr--pleine .rr-hr__tt,
.rr-hr--pleine .rr-hr__ss,
.rr-hr--pleine .rr-chapo,
.rr-hr--pleine .rr-sur,
.rr-hr--pleine .rr-tt__ac { color: #FFFFFF }
.rr-cb--pleine, .rr-ur--pleine { min-height: var(--hv, 400px); display: grid; align-items: center }

.rr-cb--pleine .rr-vue, .rr-ur--pleine .rr-vue {
  position: absolute;
  inset: var(--ci-t, 0) var(--ci-r, 0) var(--ci-b, 0) var(--ci-l, 0);
  z-index: 0;
  height: auto;
  border-radius: var(--ci-ray, 0);
}
.rr-cb--pleine::after, .rr-ur--pleine::after {
  content: '';
  position: absolute;
  inset: var(--ci-t, 0) var(--ci-r, 0) var(--ci-b, 0) var(--ci-l, 0);
  z-index: 1;
  border-radius: var(--ci-ray, 0);
  background: var(--ci-vl, rgba(16, 16, 16, .78));
}
.rr-ur--pleine::after { background: var(--ci-vl, color-mix(in srgb, var(--fond) 78%, transparent)) }
.rr-cb--pleine .rr-in, .rr-ur--pleine .rr-in { z-index: 2 }
.rr-cb--pleine .rr-tt,
.rr-cb--pleine .rr-sur,
.rr-cb--pleine .rr-bnd__tx,
.rr-cb--pleine .rr-bnd__ou,
.rr-cb--pleine .rr-bnd__cl-tt,
.rr-cb--pleine .rr-bnd__cl-tx,
.rr-ur--pleine .rr-tt,
.rr-ur--pleine .rr-sur,
.rr-ur--pleine .rr-bnd__tx,
.rr-ur--pleine .rr-bnd__ou { color: #FFFFFF }
.rr-ur--pleine .rr-tt,
.rr-ur--pleine .rr-sur,
.rr-ur--pleine .rr-bnd__tx,
.rr-ur--pleine .rr-bnd__ou { color: var(--texte) }

.rr-cb--pleine .rr-tel, .rr-ur--pleine .rr-tel {
  background: var(--marque);
  border-color: var(--marque);
  color: var(--sur-marque);
}

.rr-hd {
  position: sticky;
  top: 0;
  z-index: 40;
  background:var(--texte);--sur-bande:var(--sur-texte,var(--fond));
  color: var(--fond);
  border-bottom: 1px solid var(--bordure);
}

.rr-hr--pleine { margin-top: -72px }
@media (max-width: 1024px) { .rr-hr--pleine { margin-top: 0 } }

.rr-hd__in { min-height: 71px; position: relative; display: flex; align-items: center; gap: 24px; padding: 16px 0 }
.rr-hd__mq { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -.01em }

.rr-hd__nv { position: relative; margin-left: auto; align-self: stretch; display: flex; align-items: stretch; gap: 24px }
.rr-hd__nv > .rr-paire--hd { align-self: center; flex: none }
.rr-hd__ls { position: static; display: flex; align-items: stretch; gap: 30px }
.rr-hd__it { position: relative; display: flex; align-items: center }
.rr-hd__ln {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 400;
}
.rr-hd__ln:hover { color: var(--encre-marque, var(--marque)) }
.rr-hd__bt { padding: 0; background: none; border: 0; cursor: pointer }
.rr-hd__bg { display: none }

.rr-hd__it--vlt { position: static }
.rr-vlt {
  position: absolute;
  top: 100%;
  
  left: 0;
  right: 0;
  z-index: 3;
  padding-top: 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.rr-vlt__in {
  display: flex;
  gap: 26px;
  width: max-content;
  margin-left: auto;
  max-width: min(100%, 92vw, 900px);
  min-width: min(480px, 100%);
  padding: 22px;
  background: var(--carte);
  color: var(--texte);
  border: 1px solid var(--bordure);
  border-radius: var(--ray);
  box-shadow: var(--ombre);
}
.rr-vlt__vt { flex: 0 0 232px; min-width: 0 }
.rr-vlt__vtt { margin-top: 11px; font-size: 15px; font-weight: 700 }
.rr-vlt__vtx { margin-top: 4px; font-size: 13px; line-height: 1.4; color: var(--texte-doux) }
.rr-vlt__cs { display: flex; flex: 1 1 auto; flex-wrap: wrap; gap: 26px; min-width: 0 }
.rr-vlt__c { flex: 1 1 168px; min-width: 0 }
.rr-vlt__ct {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--texte-doux);
}
.rr-vlt__ls { display: grid; gap: 10px }
.rr-vlt__ln { font-size: 15px; color: var(--texte-doux) }
.rr-vlt__ln:hover { color: var(--encre-marque, var(--marque)) }
.rr-hd__bt[aria-expanded="true"] + .rr-vlt,
.rr-hd__it--vlt.est-ouvert > .rr-vlt { visibility: visible; opacity: 1; pointer-events: auto }

.rr-pd {
  padding: 72px 0 0;
  background: var(--fond-2);
  
}
.rr-pd__mq { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 22px; color: var(--texte) }
.rr-pd__gr {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  
  align-items: start;
  gap: 30px;
  padding-bottom: 48px;
}
.rr-pd__cl ul { display: grid; gap: 12px; margin-top: 16px }
.rr-pd__tt { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .06em; text-transform: uppercase }
.rr-pd__ln { font-size: 15px; color: var(--texte-doux) }
.rr-pd__ln:hover { color: var(--encre-marque, var(--marque)) }
.rr-pd__cl--nap { display: grid; gap: 12px; align-content: start; justify-items: start }
.rr-pd__hr { font-size: 14px; color: var(--texte-doux) }
.rr-pd__desc { font-size: 14px; line-height: 1.55; color: var(--texte-doux); margin: 0 0 12px }
.rr-pd__bs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px 26px;
  padding: 24px 0 32px;
  font-size: 14px;
  color: var(--texte-doux);
}
.rr-pd__bs > :nth-child(2) { text-align: center }
.rr-pd__bs ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px }

.rr-fa { padding: 22px 0 0 }
.rr-fa__ls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--texte-doux);
}
.rr-fa__it { display: inline-flex; align-items: center; gap: 8px }
.rr-fa__ln:hover { color: var(--encre-marque, var(--marque)) }

.rr-bss .rr-in { display: grid; gap: 60px }
.rr-bs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.rr-bs__cp { display: grid; gap: 14px; align-content: start }
.rr-bs__tt { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: clamp(24px, 2.5vw, 31px); line-height: 1.3 }

.rr-ar__cp { display: grid; gap: 18px; max-width: 59ch; margin-inline: auto }
.rr-ar__mt { font-size: 15px; color: var(--texte-doux) }
.rr-ar__sm {
  padding: 20px 24px;
  background: var(--carte);
  border: 1px solid var(--bordure);
  border-radius: var(--ray);
}
.rr-ar__sm ul { display: grid; gap: 8px; margin-top: 10px }
.rr-ar__sm a { color: var(--encre-marque, var(--marque)); font-size: 15px }
.rr-ar__cr { display: grid; gap: 16px }
.rr-ar__tt { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 24px; margin-top: 12px }
.rr-ar__t3 { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 18px; margin-top: 4px }
.rr-ar__sm-tt { font-size: 13px; letter-spacing: -0.02em; text-transform: uppercase; color: var(--texte-doux) }
.rr-ar__en {
  border-left: 3px solid var(--marque); background: var(--carte);
  border-radius: 0 20px 20px 0; padding: 16px 18px; display: grid; gap: 8px;
}
.rr-ar__en-tt { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 16px }
.rr-go { margin-top: 26px; display: flex; justify-content: center }
.rr-enc {
  margin-top: 26px; padding: 22px; display: grid; gap: 10px; justify-items: start;
  border: 1px solid var(--bordure); border-radius: var(--ray); background: var(--carte);
}
.rr-enc__tt { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 18px }
.rr-enc__tx { color: var(--texte-doux) }
.rr-hr__at-tx { font-size: 14px; color: var(--texte-doux); margin-bottom: 8px }

.rr-ct__gr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.rr-ct__cp { display: grid; gap: 14px; align-content: start }
.rr-cds { display: grid; gap: 18px; margin-top: 10px }
.rr-cd h3 { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 16px }
.rr-cd ul { display: grid; gap: 6px; margin-top: 6px; font-size: 15px; color: var(--texte-doux) }
.rr-cd__ln { color: inherit; text-decoration: underline; text-underline-offset: 3px }

.rr-ch .rr-in { display: grid; gap: 46px }
.rr-ch__ls {
  display: grid;
  grid-template-columns: repeat(var(--cols, var(--col, 4)), minmax(0, 1fr));
  gap: 12px;
}
.rr-ch__it {
  display: grid;
  gap: 6px;
  padding: 16px;
  background: var(--carte);
  border: 1px solid var(--bordure);
  border-radius: var(--ray);
}
.rr-ch__vl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  
  font-size: clamp(52px, 6.2vw, 79px);
  line-height: 1;
  color: var(--encre-marque, var(--marque));
}
.rr-ch__lb { font-size: 15px; color: var(--texte-doux) }

.rr-mq .rr-in {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.rr-mq__rb { display: flex; width: max-content; animation: rr-defile 34s linear infinite }
.rr-mq__ls { display: flex; flex: 0 0 auto; align-items: center; gap: 60px; padding-right: 60px }

.rr-mq__lg { height: 30px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .62 }
.rr-mq .rr-vue--marque { flex: 0 0 auto; width: 40px; height: 40px; min-height: 0; border-radius: 0 }
.rr-mq .rr-vue--marque img { width: 100%; height: 100%; object-fit: contain }
.rr-mq__it {
  flex: 0 0 auto;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--texte-doux);
}
@keyframes rr-defile {
  from { transform: translate3d(0, 0, 0) }
  to { transform: translate3d(-50%, 0, 0) }
}

.rr-cps__gr {
  --col: 2;
  display: grid;
  grid-template-columns: repeat(var(--cols, var(--col, 2)), minmax(0, 1fr));
  gap: 36px;
  margin-top: 40px;
}
.rr-cp { display: grid; gap: 18px }

@property --pos { syntax: '<percentage>'; inherits: true; initial-value: 50%; }
.rr-cp__cd {
  position: relative;
  overflow: hidden;
  transition: --pos .16s ease-out;
  height: var(--h, 420px);
  border-radius: var(--ray);
}
.rr-cp__av, .rr-cp__ap { position: absolute; inset: 0 }
.rr-cp__ap { clip-path: inset(0 0 0 var(--pos, 50%)) }
.rr-cp__av .rr-vue, .rr-cp__ap .rr-vue { height: 100%; border-radius: 0 }
.rr-cp__cd::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  z-index: 2;
  width: 2px;
  background: var(--carte);
  pointer-events: none;
}
.rr-cp__lb {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--carte);
  color: var(--texte);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.rr-cp__ap .rr-cp__lb { left: auto; right: 14px }
.rr-cp__pg {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.rr-cp__cp h3 { font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 18px }
.rr-cp__cp p { margin-top: 8px; color: var(--texte-doux); font-size: 15px }

.rr-fc .rr-in { display: grid; gap: 22px }
.rr-fc__ls { display: flex; flex-wrap: wrap; gap: 10px }
.rr-fc__ln, .rr-fc__it > span {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid var(--bordure);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.rr-fc__it.est-courante > span {
  background:var(--marque);--sur-bande:var(--sur-marque);
  border-color:var(--encre-marque,var(--marque));
  color:var(--sur-bande,var(--sur-marque));
}

@media (max-width: 1400px) {
  :where(.rr-re) .rr-gr,
  :where(.rr-re) .rr-rgs,
  .rr-gr:where([style*="--col:4"]),
  .rr-rgs:where([style*="--col:4"]),
  .rr-ch__ls:where([style*="--col:4"]) { --cols: 3 }
}

@media (max-width: 1000px) {
  :root { --pas: 79px }
  :where(.rr-pr) .rr-gr,
  :where(.rr-pr) .rr-rgs,
  :where(.rr-sv) .rr-gr,
  :where(.rr-sv) .rr-rgs,
  :where(.rr-re) .rr-gr,
  :where(.rr-re) .rr-rgs,
  .rr-gr:where([style*="--col:3"]),
  .rr-rgs:where([style*="--col:3"]),
  .rr-ch__ls:where([style*="--col:3"]),
  .rr-gr:where([style*="--col:4"]),
  .rr-rgs:where([style*="--col:4"]),
  .rr-ch__ls:where([style*="--col:4"]) { --cols: 2 }
  .rr-duo, .rr-bs, .rr-ct__gr { gap: 36px }
}

@media (max-width: 1024px) {
  .rr-hd__in { min-height: 72px; padding: 0 }
  .rr-hd__bg {
    display: block;
    position: relative;
    width: 42px;
    height: 36px;
    margin-left: auto;
    border: 1px solid var(--bordure);
    border-radius: var(--ray);
    cursor: pointer;
  }
  .rr-hd__bg span,
  .rr-hd__bg span::before,
  .rr-hd__bg span::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background: currentColor;
  }
  .rr-hd__bg span { top: 17px; left: 11px }
  .rr-hd__bg span::before { top: -6px; left: 0 }
  .rr-hd__bg span::after { top: 6px; left: 0 }

  .rr-hd__nv { display: none; margin-left: 0 }
  .rr-hd__ck:checked ~ .rr-hd__nv {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 18px 0 22px;
    background: var(--carte);
    color: var(--texte);
    border-bottom: 1px solid var(--bordure);
  }
  .rr-hd__ls { display: grid; gap: 4px }
  .rr-hd__ln { padding: 10px 0 }
  
  .rr-hd__nv > .rr-paire--hd { margin-top: 14px; width: auto; justify-content: flex-start }
  
  .rr-vlt {
    position: static;
    display: none;
    padding-top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .rr-vlt__in {
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 4px 0 12px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  .rr-vlt__cs { display: grid; gap: 16px }
  .rr-vlt__vt { display: none }
  .rr-hd__bt[aria-expanded="true"] + .rr-vlt,
  .rr-hd__it--vlt.est-ouvert > .rr-vlt { display: block }
  .rr-hr .rr-in, .rr-duo, .rr-bs, .rr-ct__gr, .rr-flc {
    grid-template-columns: minmax(0, 1fr);
  }
  
  .rr-hr--gauche .rr-hr__cp, .rr-hr--droite .rr-hr__cp { grid-column: 1; grid-row: auto }
  .rr-hr__ats { grid-column: 1 }
  
  .rr-flc--droite .rr-flc__tx { order: 0 }
  
  .rr-duo__cp { order: -1 }
  .rr-flc .rr-gr { margin-top: 34px }
  .rr-hr__ats, .rr-pd__gr { grid-auto-flow: row; grid-auto-columns: auto }
  
  .rr-hr--pleine .rr-hr__enc {
    position: static;
    transform: none;
    width: auto;
    margin-top: 26px;
  }
  .rr-pd__gr { gap: 32px }
  
  .rr-pd__bs { grid-template-columns: 1fr; justify-items: center; text-align: center }
  .rr-pd__bs ul { justify-content: center }
}

@media (min-width: 1025px) {
  
  .rr-hd__it--vlt:hover > .rr-vlt,
  .rr-hd__it--vlt:focus-within > .rr-vlt { visibility: visible; opacity: 1; pointer-events: auto }
}

@media (max-width: 640px) {
  :root { --pas: 63px }
  .rr-in { width: min(100% - 40px, var(--cont)) }
  .rr-gr, .rr-rgs, .rr-cps__gr { --cols: 1 }

  
  .rr-gr--mos > :first-child { grid-row: auto }
  .rr-gr--mos > :first-child .rr-vue { height: var(--hv, 320px) }
  .rr-ch__ls { --cols: 2; gap: 14px }
  .rr-ch__it { padding: 14px }
  .rr-frm--pl { padding: 20px }
  .rr-btn, .rr-tel { width: 100% }
  .rr-paire { width: 100% }
  .rr-btn--hd, .rr-tel--hd, .rr-paire--hd { width: auto }
}

@media (max-width: 1024px) {
  .rr-hr--pleine { min-height: 382px; grid-template-rows: minmax(382px, auto) auto }
  .rr-hr--pleine .rr-hr__cp { padding-top: 0px; padding-bottom: 0px }
  .rr-hr:not(.rr-hr--pleine) .rr-hr__cp { padding-top: 0px; padding-bottom: 0px }
  .rr-hr__tt { font-size: 65px }
  .rr-hr__ss { font-size: 17px; line-height: 1.41 }
  .rr-hr--pleine .rr-paire--hr { flex-direction: column; align-items: flex-start; width: auto }
  .rr-hr--pleine .rr-btn--hr, .rr-hr--pleine .rr-tel--hr { width: auto }
  .rr-tt { font-size: 55px }
}

@media (max-width: 640px) {
  .rr-hr--pleine { min-height: 561px; grid-template-rows: minmax(561px, auto) auto }
  .rr-hr--pleine .rr-hr__cp { padding-top: 22px; padding-bottom: 50px; text-align: center; justify-items: center }
  .rr-hr:not(.rr-hr--pleine) .rr-hr__cp { padding-top: 22px; padding-bottom: 50px; text-align: center; justify-items: center }
  .rr-hr__tt { font-size: 30px }
  .rr-hr__ss { font-size: 17px; line-height: 1.41 }
  .rr-hr--pleine .rr-paire--hr { flex-direction: column; align-items: center; width: auto }
  .rr-hr--pleine .rr-btn--hr, .rr-hr--pleine .rr-tel--hr { width: auto }
  .rr-tt { font-size: 37px }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

:root {
  --cadre-vide-fond: #e6e9ec;
  --cadre-vide-trame: rgba(0, 0, 0, .045);
  --cadre-vide-encre: rgba(17, 22, 28, .68);
  --cadre-vide-filet: rgba(0, 0, 0, .10);
}

[data-slot]:not(:has(img)):not(:has(video)) {
  background-color: var(--cadre-vide-fond);
  
  background-image: repeating-linear-gradient(135deg,
    transparent 0 13px, var(--cadre-vide-trame) 13px 14px);
  box-shadow: inset 0 0 0 1px var(--cadre-vide-filet);
  color: var(--cadre-vide-encre);
  
  container-type: inline-size;
}

[data-slot]:not(:has(img)):not(:has(video)) > * {
  font-size: 0 !important;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--cadre-vide-encre);
  -webkit-text-fill-color: var(--cadre-vide-encre);
  opacity: 1;
  max-width: 34ch;
  text-align: center;
  text-shadow: none;
}

@container (min-width: 260px) {
  [data-slot]:not(:has(img)):not(:has(video)) > * {
    font-size: clamp(11px, .95vw, 14px) !important;
  }
}

[data-slot="rr-vue--rea"]:not(:has(img)):not(:has(video)) {
  --cadre-vide-fond: #171b20;
  --cadre-vide-trame: rgba(255, 255, 255, .05);
  --cadre-vide-encre: rgba(255, 255, 255, .82);
  --cadre-vide-filet: rgba(255, 255, 255, .10);
}

.rr-hr--pleine, .rr-cb--pleine { background-color: var(--texte) }
.rr-crt--fond { background-color: var(--texte) }

.rr-hr:not(.rr-hr--pleine) .rr-hr__ss,
.rr-hr:not(.rr-hr--pleine) .rr-hr__at-tx,
.rr-hr:not(.rr-hr--pleine) .rr-pucs li { color: color-mix(in srgb, var(--fond) 78%, transparent) }
.rr-hr:not(.rr-hr--pleine) .rr-hr__at-tt { color: var(--fond) }

.rr-ul .rr-adr, .rr-ct .rr-adr,
.rr-ul .rr-bnd__tx, .rr-cb .rr-bnd__tx, .rr-fc .rr-bnd__tx, .rr-ct .rr-bnd__tx,
.rr-ul .rr-bnd__ou, .rr-cb .rr-bnd__ou, .rr-fc .rr-bnd__ou, .rr-ct .rr-bnd__ou,
.rr-ct .rr-cd__ln { color: color-mix(in srgb, var(--fond) 78%, transparent) }

.rr-ct .rr-frm--pl { color: var(--texte) }
.rr-ct .rr-frm--pl .rr-tel { border-color: var(--texte); color: var(--texte) }

.rr-pr .rr-rg__n { color: var(--encre-accent, var(--accent)) }

.rr-ul .rr-tags li, .rr-cb .rr-tags li, .rr-fc .rr-tags li, .rr-ct .rr-tags li,
.rr-crt--fond .rr-tags li { color: color-mix(in srgb, var(--fond) 78%, transparent); border-color: color-mix(in srgb, var(--fond) 30%, transparent) }

.rr-ct .rr-frm--pl .rr-bnd__ou { color: var(--texte-doux) }

.rr-ct .rr-cd ul { color: color-mix(in srgb, var(--fond) 78%, transparent) }

.zx-brandlogo{height:1.7em;width:auto;max-height:40px;vertical-align:middle;margin-right:.5em;object-fit:contain;border-radius:6px;flex:0 0 auto}
header [data-cta-devis="clone"],header [data-cta-tel="clone"]{white-space:nowrap;flex:0 0 auto}
header:has([data-cta-devis="clone"]),header:has([data-cta-tel="clone"]){gap:16px}
header:has([data-cta-devis="clone"]) nav,header:has([data-cta-tel="clone"]) nav{gap:18px}
header [data-cta-devis="clone"]{margin-left:8px;padding-inline:16px}
@media (max-width:480px){header [data-cta-devis="clone"]{display:none}}
.zx-send{display:inline-block;margin-top:.6rem;padding:.85em 1.7em;border:0;border-radius:8px;background:var(--accent,var(--marque,#141414));color:var(--sur-marque,#fff);font:inherit;font-weight:700;line-height:1;cursor:pointer}
.zx-send:hover{filter:brightness(1.08)}
.zx-marques{padding:1.5rem 1rem;background:var(--fond,#f6f6f6);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}
.zx-marques__in{max-width:1100px;margin:0 auto;text-align:center}
.zx-marques__t{margin:0 0 .9rem;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--texte,#333);opacity:.55}
.zx-marques__u{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.6rem 2.4rem}
.zx-marques__u img{height:34px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.7;transition:.2s}
.zx-marques__u img:hover{filter:none;opacity:1}
.zx-marques__u span{font-weight:700;color:var(--texte,#333);opacity:.55}
.zx-certs{padding:3rem 1rem;background:var(--sur-marque,#fff)}
.zx-certs__in{max-width:1100px;margin:0 auto}
.zx-certs__e{margin:0 0 .3rem;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--encre-accent,var(--accent,#c62828));font-weight:700}
.zx-certs__h{margin:0 0 1.6rem;font-size:1.9rem;color:var(--texte,#1a1a1a)}
.zx-certs__u{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.1rem}
.zx-certs__i{display:flex;gap:.8rem;align-items:flex-start;padding:1.1rem;background:var(--fond,#f7f7f7);border-radius:12px}
.zx-certs__ic{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--accent,#c62828);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}
.zx-certs__t{margin:0 0 .2rem;font-weight:700;color:var(--texte,#1a1a1a)}
.zx-certs__x{margin:0;font-size:.9rem;line-height:1.4;color:var(--texte,#555);opacity:.8}
.zx-certs__lg{flex:0 0 auto;width:auto;max-width:150px;height:60px;object-fit:contain;background:#fff;border-radius:8px;padding:6px;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.zx-mesh{padding:2.6rem 1rem;background:var(--fond-2,#f6f6f4)}
.zx-mesh__in{max-width:1100px;margin:0 auto}
.zx-bc{max-width:1200px;margin:0 auto;padding:.5rem 1rem;font-size:.85rem}.zx-bc__ol{list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0}.zx-bc__ol li+li::before{content:"›";margin-right:.35rem;opacity:.6}.zx-bc a{color:inherit;text-decoration:underline}
.zx-mesh__e{margin:0 0 .3rem;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--encre-accent,var(--accent,#c62828));font-weight:700}
.zx-mesh__in--suite{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--bordure,rgba(0,0,0,.08))}
[class$="__chev"],[class$="__chevron"],[class*="__chev "],[class*="__chevron "]{font-size:14px!important;line-height:1;opacity:.9!important;vertical-align:middle}
.zx-mesh__h{margin:0 0 1rem;font-size:1.5rem;color:var(--texte,#1a1a1a)}
.zx-mesh__u{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.5rem 1.4rem}
.zx-mesh__u a{color:var(--texte,#1a1a1a);text-decoration:underline;text-underline-offset:3px;font-size:.98rem}
.zx-mesh__u a:hover{color:var(--encre-marque,var(--marque,#1a1a1a))}
@media (max-width:480px){header a[href^="tel:"] .zx-tel-num{display:none}}

[data-role="avantApres"] :has(> figure:nth-child(2)){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
[data-role="avantApres"] :has(> figure:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}
[data-role="avantApres"] :has(> figure:nth-child(4)){display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:8px}
[data-role="avantApres"] :has(> figure:nth-child(4)) > figure{flex:0 0 calc((100% - 48px)/3);min-width:280px;scroll-snap-align:start}
[data-role="avantApres"] :has(> figure:nth-child(2)) > figure{margin:0;min-width:0;max-width:none;flex-basis:auto}
@media (max-width:900px){[data-role="avantApres"] :has(> figure:nth-child(3)){grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){[data-role="avantApres"] :has(> figure:nth-child(2)){grid-template-columns:minmax(0,1fr)}}

html,body{overflow-x:clip;max-width:100%}
img,video,iframe,table,svg{max-width:100%}

.rr-pst { color: var(--sur-accent); --texte-doux: var(--sur-accent-doux, var(--sur-accent)); --encre-accent: var(--sur-accent); --encre-marque: var(--sur-accent) }

.rr-bd,
.rr-sv,
.rr-is,
.rr-pr,
.rr-tr,
.rr-fq,
.rr-ul .rr-btn,
.rr-cb .rr-btn,
.rr-fc .rr-btn,
.rr-ct .rr-btn,
.rr-ul .rr-tel,
.rr-cb .rr-tel,
.rr-fc .rr-tel,
.rr-ct .rr-tel,
.rr-tel,
.rr-crt--fond,
.rr-rg__av,
.rr-frm--pl,
.rr-frm input,
.rr-frm textarea,
.rr-hr--pleine .rr-hr__atbd,
.rr-vlt__in,
.rr-pd,
.rr-ar__sm,
.rr-ar__en,
.rr-enc,
.rr-ch__it,
.rr-cp__cd::after,
.rr-cp__lb,
.rr-hd__ck:checked ~ .rr-hd__nv,
.zx-certs__lg { --texte-doux: var(--texte-doux-sol, var(--texte-doux)); --encre-accent: var(--encre-accent-sol, var(--accent)); color: var(--texte) }

.rr-hr,
.rr-ul,
.rr-cb,
.rr-fc,
.rr-ct,
.rr-hd,
.rr-hr--pleine,
.rr-cb--pleine,
.rr-crt--fond { --texte-doux: var(--texte-doux-inverse); --encre-accent: var(--encre-accent-inverse, var(--accent)); --encre-marque: var(--fond); color: var(--fond) }

.rr-ul .rr-sur,
.rr-cb .rr-sur,
.rr-fc .rr-sur,
.rr-ct .rr-sur,
.rr-ul .rr-chapo,
.rr-cb .rr-chapo,
.rr-fc .rr-chapo,
.rr-ct .rr-chapo,
.rr-ul .rr-tt__ac,
.rr-cb .rr-tt__ac,
.rr-fc .rr-tt__ac,
.rr-ct .rr-tt__ac,
.rr-crt--fond .rr-pst,
.rr-crt--fond .rr-crt__tt,
.rr-crt--fond .rr-crt__tx,
.rr-crt--fond .rr-crt__mt,
.rr-crt--fond .rr-crt__ln,
.rr-hr--pleine .rr-tel--hr,
.rr-hr .rr-hr__tt,
.rr-hr .rr-chapo,
.rr-hr .rr-sur,
.rr-hr .rr-tt__ac,
.rr-hr--pleine .rr-hr__tt,
.rr-hr--pleine .rr-hr__ss,
.rr-hr--pleine .rr-chapo,
.rr-hr--pleine .rr-sur,
.rr-hr--pleine .rr-tt__ac,
.rr-cb--pleine .rr-tt,
.rr-cb--pleine .rr-sur,
.rr-cb--pleine .rr-bnd__tx,
.rr-cb--pleine .rr-bnd__ou,
.rr-cb--pleine .rr-bnd__cl-tt,
.rr-cb--pleine .rr-bnd__cl-tx,
.rr-ur--pleine .rr-tt,
.rr-ur--pleine .rr-sur,
.rr-ur--pleine .rr-bnd__tx,
.rr-ur--pleine .rr-bnd__ou,
.rr-cb--pleine .rr-tel,
.rr-ur--pleine .rr-tel,
.rr-hr:not(.rr-hr--pleine) .rr-hr__at-tt { --encre-accent: var(--encre-accent-inverse, var(--accent)); --encre-marque: var(--encre-accent-inverse, var(--fond)) }

.rr-cb--pleine .rr-tel,
.rr-ur--pleine .rr-tel,
.rr-fc__it.est-courante > span { --texte-doux: var(--texte-doux-sur-marque, var(--sur-marque)); --encre-accent: var(--encre-accent-inverse, var(--sur-marque)); --encre-marque: var(--sur-marque) }

.rr-sur{color:var(--encre-accent,var(--accent))}
