/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
:root {
  --rs-gutter: clamp(20px, 5.2083vw, 100px);
  --rs-bord: max(var(--rs-gutter), calc((100vw - 1720px) / 2));
  --rs-box-pad: clamp(24px, 7.5521vw, 145px);
  --rs-sec-50: clamp(30px, 2.6042vw, 50px);
  --rs-sec-80: clamp(40px, 4.1667vw, 80px);
  --rs-sec-100: clamp(50px, 5.2083vw, 100px);
  --rs-gap-50: clamp(30px, 2.6042vw, 50px);
  --rs-gap-165: clamp(40px, 8.5938vw, 165px);
  --rs-h1: clamp(34px, 3.6458vw, 70px);
  --rs-h2: clamp(30px, 3.125vw, 60px);
  --rs-h3: clamp(20px, 1.25vw, 24px);
  --rs-intro: clamp(17px, 1.0417vw, 20px);
  --rs-header-h: 125px;
}
@media screen and (max-width: 1199.98px) {
  :root {
    --rs-header-h: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    --rs-h1: 32px;
    --rs-h2: 28px;
  }
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--rs-header-h) + 10px);
}
body {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #494642;
  background: #ffffff;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin: 0;
}
.rs-insecable {
  white-space: nowrap;
}
button {
  font-family: inherit;
}
.rs-skip {
  position: absolute;
  left: -9999px;
  top: 10px;
  z-index: 2000;
  padding: 10px 20px;
  background: #ffffff;
  color: #00435f;
}
.rs-skip:focus {
  left: 10px;
}
:focus-visible {
  outline: 2px solid #5ec2ed;
  outline-offset: 3px;
}
.page-content {
  overflow: clip;
}
.rs-container {
  width: 100%;
  max-width: calc(1720px + 2 * var(--rs-gutter));
  padding-inline: var(--rs-gutter);
  margin-inline: auto;
}
.rs-section {
  padding-block: var(--rs-sec-50);
}
.rs-h1 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: var(--rs-h1);
  line-height: 1.26;
  color: #00435f;
}
.rs-h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: var(--rs-h2);
  line-height: 1.26;
  color: #00435f;
  overflow-wrap: break-word;
}
.rs-h2.is-clair {
  color: #a5d4e9;
}
.rs-h2.is-blanc {
  color: #ffffff;
}
.rs-h2.is-nuit {
  color: #03293a;
}
.rs-h3 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: var(--rs-h3);
  line-height: 1.26;
  color: #00435f;
}
.rs-intro {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: var(--rs-intro);
  line-height: 1.5;
  color: #00435f;
}
.rs-texte {
  font-size: 16px;
  line-height: 24px;
  color: #494642;
  overflow-wrap: break-word;
}
.rs-texte > * + * {
  margin-top: 24px;
}
.rs-texte > ul.rs-colle,
.rs-texte > ol.rs-colle {
  margin-top: 0;
}
.rs-texte ul,
.rs-texte ol {
  padding-left: 24px;
}
.rs-texte ul li::marker,
.rs-texte ol li::marker {
  font-size: .9em;
}
.rs-texte ul {
  list-style: disc;
}
.rs-texte strong,
.rs-texte b {
  font-weight: 700;
}
.rs-texte a {
  color: #337797;
  text-decoration: underline;
}
.rs-texte a:hover {
  color: #00435f;
}
.rs-texte h3,
.rs-texte h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: var(--rs-intro);
  line-height: 1.5;
}
.rs-texte .rs-chapo,
.rs-texte.rs-texte--chapo > p:first-child {
  font-weight: 600;
  font-size: var(--rs-intro);
  line-height: 1.5;
}
.rs-texte.is-clair {
  color: #ffffff;
}
.rs-texte.is-clair a {
  color: #a5d4e9;
}
.rs-ico {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: var(--rs-ico) no-repeat center / contain;
  mask: var(--rs-ico) no-repeat center / contain;
}
.rs-ico--fleche {
  --rs-ico: url('../img/repack/arrow-down-right-white.svg');
}
.rs-ico--up-right {
  --rs-ico: url('../img/repack/arrow-up-right-white.svg');
}
.rs-ico--plus {
  --rs-ico: url('../img/repack/plus-white.svg');
  width: 16px;
  height: 16px;
}
.rs-ico--search {
  --rs-ico: url('../img/repack/search.svg');
  width: 20px;
  height: 20px;
}
.rs-ico--files {
  --rs-ico: url('../img/repack/files.svg');
}
.rs-ico--phone {
  --rs-ico: url('../img/repack/phone-white.svg');
  width: 20px;
  height: 20px;
}
.rs-ico--download {
  --rs-ico: url('../img/repack/download.svg');
}
.rs-chevron {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/repack/chevron-right.svg') no-repeat center / contain;
  flex-shrink: 0;
}
.rs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 30px;
  border-radius: 100px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.rs-btn--bleu {
  background: #337797;
  color: #ffffff;
}
.rs-btn--bleu:hover,
.rs-btn--bleu:focus-visible {
  background: #00435f;
  color: #ffffff;
}
.rs-btn--blanc {
  background: #ffffff;
  color: #00435f;
}
.rs-btn--blanc:hover,
.rs-btn--blanc:focus-visible {
  background: #cee8f3;
  color: #00435f;
}
.rs-btn--lien,
.rs-btn--lien-blanc {
  padding: 0;
  background: none;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: normal;
  text-align: left;
}
.rs-btn--lien {
  color: #337797;
}
.rs-btn--lien:hover {
  color: #00435f;
}
.rs-btn--lien-blanc {
  color: #ffffff;
}
.rs-btn--lien-blanc:hover {
  color: #a5d4e9;
}
.rs-btn--lien .rs-ico--fleche,
.rs-btn--lien-blanc .rs-ico--fleche {
  transition: transform .25s ease;
}
.rs-btn:hover .rs-ico--fleche {
  transform: translate(2px, 2px);
}
@media screen and (max-width: 767.98px) {
  .rs-btn {
    white-space: normal;
    text-align: center;
  }
}
.rs-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1.5px solid currentColor;
  border-radius: 100px;
  background: transparent;
  color: #03293a;
  cursor: pointer;
  flex-shrink: 0;
}
.rs-circle i {
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url('../img/repack/arrow-right-dark.svg') no-repeat center / contain;
  mask: url('../img/repack/arrow-right-dark.svg') no-repeat center / contain;
}
.rs-circle--gauche i {
  -webkit-mask-image: url('../img/repack/arrow-left-dark.svg');
  mask-image: url('../img/repack/arrow-left-dark.svg');
}
.rs-circle--plus i {
  -webkit-mask-image: url('../img/repack/plus-light.svg');
  mask-image: url('../img/repack/plus-light.svg');
}
.rs-circle--clair {
  color: #ebf5fa;
}
.rs-circle--ciel {
  color: #a5d4e9;
}
.rs-circle--vif {
  color: #008ECC;
}
.rs-circle:hover,
.rs-circle:focus-visible {
  background: currentColor;
}
.rs-circle:hover i,
.rs-circle:focus-visible i {
  background-color: #ffffff;
}
.rs-circle--fonce:hover i,
.rs-circle--fonce:focus-visible i {
  background-color: #ffffff;
}
.rs-circle--clair:hover i,
.rs-circle--clair:focus-visible i,
.rs-circle--ciel:hover i,
.rs-circle--ciel:focus-visible i {
  background-color: #03293a;
}
.rs-circle.swiper-button-disabled,
.rs-circle[disabled] {
  opacity: .6;
  pointer-events: none;
}
.rs-carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.rs-radius {
  border-radius: 10px;
  overflow: hidden;
}
.rs-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.rs-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .rs-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 767.98px) {
  h1,
  h2,
  .rs-h1,
  .rs-h2,
  .rs-haut-de-page__titre {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 14 7 7;
    -webkit-hyphenate-limit-before: 7;
    -webkit-hyphenate-limit-after: 7;
  }
  .rs-haut-de-page__titre {
    align-self: stretch;
  }
}
@media screen and (max-width: 767.98px) {
  .rs-h2 br,
  .rs-haut-de-page__titre br {
    display: none;
  }
}
.rs-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px var(--rs-gutter);
  pointer-events: none;
  transition: padding .3s ease;
}
body.admin-bar .rs-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .rs-header {
    top: 46px;
  }
}
.rs-header__bar {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 10px clamp(20px, 5.2083vw, 100px);
  background: #00435f;
  border-radius: 10px;
  pointer-events: auto;
  transition: border-radius 0.2s ease, box-shadow 0.3s ease;
}
.rs-header.is-mega-open .rs-header__bar {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rs-header.is-scrolled .rs-header__bar {
  box-shadow: 0 10px 30px rgba(3, 41, 58, 0.18);
}
.rs-header__logo {
  display: block;
  flex-shrink: 0;
  width: 157px;
}
.rs-header__logo img {
  display: block;
  width: 157px;
  height: 85px;
}
.rs-header__droite {
  display: flex;
  align-items: center;
  gap: 35px;
}
.rs-header__reseaux {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-header__reseaux a {
  display: block;
  width: 24px;
  height: 24px;
}
.rs-header__reseaux a:hover {
  opacity: .75;
}
.rs-header__reseaux img {
  display: block;
  width: 24px;
  height: 24px;
}
.rs-header__langue img {
  display: block;
  width: 26px;
  height: 19px;
}
.rs-recherche {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 267px;
  padding: 10px 20px;
  background: #337797;
  border-radius: 100px;
  color: #ebf5fa;
}
.rs-recherche input {
  flex: 1;
  min-width: 0;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 20px;
  outline: none;
}
.rs-recherche input::-webkit-search-cancel-button {
  filter: invert(1);
}
.rs-recherche:focus-within {
  box-shadow: 0 0 0 2px #5ec2ed;
}
.rs-menu__liste {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-menu__item--n0 {
  position: static;
}
.rs-menu__lien {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}
.rs-menu__lien .rs-ico--plus {
  color: #a5d4e9;
  transition: transform .3s ease;
}
.rs-menu__lien:hover,
.rs-menu__lien:focus-visible {
  color: #a5d4e9;
}
.rs-menu__item.is-open > .rs-menu__lien,
.rs-menu__item.is-current > .rs-menu__lien {
  color: #a5d4e9;
}
.rs-menu__item.is-open > .rs-menu__lien .rs-ico--plus {
  transform: rotate(45deg);
}
.rs-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #00435f;
  border-radius: 0 0 10px 10px;
  padding: 50px 145px var(--rs-mega-pb, 30px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  box-shadow: 0 20px 30px rgba(3, 41, 58, 0.2);
}
.rs-menu__item.is-open > .rs-mega {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}
.rs-mega__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.rs-mega__gauche {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--rs-mega-gap, 30px);
  flex: 1;
  min-width: 0;
}
.rs-mega__liens {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-mega__liens--colonnes {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--rs-lignes, 5), auto);
  grid-template-columns: var(--rs-mega-cols, 415px 415px);
  column-gap: var(--rs-mega-col-gap, 20px);
  row-gap: 24px;
}
.rs-mega__liens--groupes {
  display: flex;
  align-items: flex-start;
}
.rs-mega__liens--groupes > li:nth-child(1) {
  width: 261px;
  margin-right: 20px;
}
.rs-mega__liens--groupes > li:nth-child(2) {
  width: 224px;
  margin-right: 40px;
}
.rs-mega__liens--groupes > li:nth-child(3) {
  width: auto;
}
.rs-mega__sous-liens {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.rs-mega__lien {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.rs-mega__lien .rs-ico--up-right {
  color: #a5d4e9;
  transition: transform .25s ease;
}
.rs-mega__lien:hover {
  color: #a5d4e9;
}
.rs-mega__lien:hover .rs-ico--up-right {
  transform: translate(2px, -2px);
}
.rs-mega__lien--n2 {
  font-weight: 400;
  font-size: 18px;
  color: #ebf5fa;
}
.rs-mega__titre {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.26;
  color: #337797;
  white-space: nowrap;
}
.rs-mega__image {
  flex-shrink: 0;
  width: 560px;
  height: var(--rs-mega-img-h, 378px);
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
}
.rs-mega__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-burger {
  display: none;
}
.rs-contact-fixe {
  position: fixed;
  right: 0;
  top: 346px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rs-contact-fixe__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 30px 15px;
  background: #00435f;
  border: 2px solid #ebf5fa;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  white-space: nowrap;
}
.rs-contact-fixe__btn .rs-ico {
  color: #a5d4e9;
  transform: rotate(90deg);
}
.rs-contact-fixe__btn:hover {
  background: #337797;
  color: #ffffff;
}
.rs-contact-fixe__btn--devis {
  height: 257px;
  border-radius: 0 10px 0 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  margin-bottom: -2px;
}
.rs-contact-fixe__btn--rappel {
  height: 199px;
  border-top-right-radius: 10px;
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
  .rs-header__droite,
  .rs-menu__liste {
    gap: clamp(14px, 1.6vw, 35px);
  }
  .rs-recherche {
    width: clamp(44px, 12vw, 267px);
  }
  .rs-mega {
    padding-inline: clamp(30px, 5vw, 145px);
  }
  .rs-mega__image {
    width: clamp(300px, 29vw, 560px);
  }
  .rs-mega__titre {
    font-size: clamp(44px, 3.6458vw, 70px);
  }
  .rs-mega__liens--colonnes {
    grid-template-columns: repeat(2, minmax(0, clamp(220px, 21.6vw, 415px)));
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .rs-header__bar {
    padding-inline: 30px;
  }
  .rs-recherche {
    width: 44px;
    padding: 12px;
  }
  .rs-recherche input {
    width: 0;
    flex: 0;
  }
  .rs-recherche:focus-within {
    width: 200px;
  }
  .rs-recherche:focus-within input {
    flex: 1;
  }
}
@media screen and (max-width: 1199.98px) {
  .rs-header {
    padding: 10px var(--rs-gutter);
  }
  .rs-header__bar {
    padding: 8px 20px;
  }
  .rs-header__logo,
  .rs-header__logo img {
    width: 110px;
    height: auto;
  }
  .rs-header__droite {
    position: fixed;
    top: calc(var(--rs-header-h) - 10px);
    left: var(--rs-gutter);
    right: var(--rs-gutter);
    max-height: calc(100vh - var(--rs-header-h) - 20px);
    max-height: calc(100svh - var(--rs-header-h) - 20px);
    overflow-y: auto;
    overscroll-behavior: contain;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 30px 24px;
    background: #00435f;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  }
  .rs-header.is-menu-open .rs-header__droite {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
  }
  .rs-header.is-menu-open .rs-header__bar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  body.admin-bar .rs-header__droite {
    top: calc(var(--rs-header-h) + 22px);
  }
  .rs-recherche {
    width: 100%;
  }
  .rs-menu__liste {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .rs-menu__item--n0 {
    border-bottom: 1px solid rgba(235, 245, 250, 0.15);
  }
  .rs-menu__lien {
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
  }
  .rs-mega {
    position: static;
    display: none;
    padding: 0 0 20px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
  }
  .rs-menu__item.is-open > .rs-mega {
    display: block;
  }
  .rs-mega__inner {
    display: block;
  }
  .rs-mega__titre,
  .rs-mega__image {
    display: none;
  }
  .rs-mega__liens--colonnes {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .rs-mega__liens--groupes {
    flex-direction: column;
    gap: 20px;
  }
  .rs-mega__liens--groupes > li:nth-child(n) {
    width: auto;
    margin: 0;
  }
  .rs-mega__lien {
    font-size: 17px;
    gap: 10px;
  }
  .rs-mega__lien--n2 {
    font-size: 16px;
  }
  .rs-header__reseaux,
  .rs-header__langue {
    align-self: flex-start;
  }
  .rs-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1.5px solid #a5d4e9;
    border-radius: 100px;
    background: none;
    cursor: pointer;
  }
  .rs-burger span {
    display: block;
    width: 20px;
    margin-inline: auto;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease;
  }
  .rs-header.is-menu-open .rs-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .rs-header.is-menu-open .rs-burger span:nth-child(2) {
    opacity: 0;
  }
  .rs-header.is-menu-open .rs-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .rs-header.is-menu-open + .rs-contact-fixe {
    transform: translateY(100%);
  }
  .rs-contact-fixe {
    transition: transform .25s ease;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    align-items: stretch;
  }
  .rs-contact-fixe__btn {
    flex: 1;
    justify-content: center;
    writing-mode: horizontal-tb;
    transform: none;
    height: auto;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 24px;
    border-width: 2px 1px 0;
  }
  .rs-contact-fixe__btn .rs-ico {
    transform: none;
  }
  .rs-contact-fixe__btn--devis,
  .rs-contact-fixe__btn--rappel {
    height: auto;
    margin: 0;
    border-radius: 0;
  }
}
.rs-footer {
  background: #ffffff;
  color: #494642;
}
.rs-footer a:hover {
  color: #337797;
}
.rs-footer__corps {
  display: flex;
  align-items: center;
  gap: var(--rs-gap-165);
  max-width: calc(1720px + 2 * var(--rs-gutter));
  margin: 0 auto;
  padding: var(--rs-sec-50) var(--rs-gutter);
}
.rs-footer__identite {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 270px;
  flex-shrink: 0;
}
.rs-footer__logo img {
  display: block;
  width: 244px;
  height: 160px;
  object-fit: cover;
}
.rs-footer__infos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rs-footer__coordonnees {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}
.rs-footer__coordonnees li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.rs-footer__coordonnees img {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}
.rs-footer__tel {
  font-weight: 700;
}
.rs-footer__reseaux {
  display: flex;
  gap: 15px;
}
.rs-footer__reseaux img {
  display: block;
  width: 24px;
  height: 24px;
}
.rs-footer__menus {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  line-height: 24px;
}
.rs-footer__colonne {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 0;
  max-width: 270px;
  min-width: 0;
}
.rs-footer__groupe {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rs-footer__groupe ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.rs-footer__titre {
  font-weight: 700;
  font-size: 16px;
}
.rs-footer__entete {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-footer__deplier {
  display: none;
}
.rs-footer__pied {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-height: 72px;
  padding: 10px clamp(20px, 19.0625vw, 366px) 10px var(--rs-gutter);
  background: #00435f;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 26px;
}
.rs-footer__pied a:hover {
  color: #a5d4e9;
}
.rs-footer__mentions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rs-footer__mentions ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-footer__idcom img {
  display: block;
  width: 108px;
  height: 30.66px;
}
@media screen and (min-width: 1200px) {
  .rs-footer__corps {
    padding-right: max(var(--rs-gutter), 84px);
  }
}
@media screen and (max-width: 1399.98px) {
  .rs-footer__corps {
    align-items: flex-start;
    gap: 50px;
  }
  .rs-footer__menus {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .rs-footer__colonne {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    max-width: none;
  }
}
@media screen and (max-width: 767.98px) {
  .rs-footer__corps {
    flex-direction: column;
    gap: 40px;
  }
  .rs-footer__identite {
    width: 100%;
    gap: 30px;
  }
  .rs-footer__logo img {
    width: 180px;
    height: auto;
  }
  .rs-footer__colonne {
    width: 100%;
  }
  .rs-footer__pied {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px var(--rs-gutter);
    gap: 12px;
  }
  .rs-footer__mentions {
    align-items: flex-start;
  }
  .rs-footer__mentions ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1199.98px) {
  .rs-footer__pied {
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 767.98px) {
  .rs-footer__corps {
    gap: 32px;
  }
  .rs-footer__menus {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .rs-footer__colonne {
    gap: 0;
  }
  .rs-footer__groupe {
    gap: 0;
    border-bottom: 1px solid #cee8f3;
  }
  .rs-footer__colonne:first-child .rs-footer__groupe:first-child {
    border-top: 1px solid #cee8f3;
  }
  .rs-footer__entete {
    min-height: 52px;
  }
  .rs-footer__titre {
    flex: 1;
    padding: 14px 0;
  }
  .rs-footer__deplier {
    display: block;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin-right: -10px;
    padding: 0;
    border: 0;
    background: none;
    color: #00435f;
    cursor: pointer;
  }
  .rs-footer__deplier::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    background: currentColor;
    -webkit-mask: url('../img/repack/chevron-down.svg') no-repeat center / contain;
    mask: url('../img/repack/chevron-down.svg') no-repeat center / contain;
    transition: transform .25s ease;
  }
  .rs-footer__deplier[aria-expanded="true"]::before {
    transform: rotate(180deg);
  }
  .rs-footer__deplier:focus-visible {
    outline: 2px solid #5ec2ed;
    outline-offset: -2px;
  }
  .rs-footer__groupe ul {
    gap: 0;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .rs-footer__groupe ul a {
    display: block;
    padding: 8px 0;
  }
  .rs-footer__menus.is-repliable .rs-footer__groupe:not(.is-ouvert) ul {
    display: none;
  }
}
.rs-haut-de-page__entete {
  padding: 200px 0 var(--rs-sec-80);
  background: linear-gradient(180deg, #cee8f3 0%, #ffffff 100%);
}
.rs-haut-de-page__entete .rs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.rs-haut-de-page__titre {
  max-width: 1573px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: var(--rs-h1);
  line-height: 1.26;
  color: #00435f;
  overflow-wrap: break-word;
}
.rs-haut-de-page__intro {
  padding-bottom: var(--rs-sec-50);
}
.rs-haut-de-page__intro p {
  max-width: 995px;
  font-weight: 600;
  font-size: var(--rs-intro);
  line-height: 1.5;
  color: #00435f;
}
.rs-haut-de-page__intro p + p {
  margin-top: 16px;
}
.rs-haut-de-page__accroche {
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #337797 !important;
}
.rs-haut-de-page.is-sombre {
  background: #03293a;
}
.rs-haut-de-page.is-sombre .rs-haut-de-page__entete {
  background: linear-gradient(180deg, #337797 0%, #03293a 100%);
}
.rs-haut-de-page.is-sombre .rs-haut-de-page__titre {
  color: #cee8f3;
}
.rs-haut-de-page.is-sombre .rs-fil-ariane {
  color: #ffffff;
}
.rs-haut-de-page.is-sombre .rs-fil-ariane .rs-chevron {
  filter: brightness(0) invert(1);
}
.rs-haut-de-page.is-sombre .rs-haut-de-page__accroche {
  color: #a5d4e9 !important;
}
.rs-haut-de-page.is-sombre .rs-haut-de-page__intro p {
  color: #ffffff;
}
@media screen and (max-width: 1199.98px) {
  .rs-haut-de-page__entete {
    padding-top: calc(var(--rs-header-h) + 50px);
  }
  .rs-haut-de-page__entete .rs-container {
    gap: 20px;
  }
}
.rs-fil-ariane {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #494642;
}
.rs-fil-ariane a:hover {
  color: #337797;
  text-decoration: underline;
}
.rs-fil-ariane strong {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .rs-fil-ariane {
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 100%;
    min-width: 0;
    font-size: 15px;
  }
  .rs-fil-ariane > a,
  .rs-fil-ariane > img,
  .rs-fil-ariane > .rs-chevron {
    flex-shrink: 0;
  }
  .rs-fil-ariane strong {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.rs-espace--standard {
  padding-block: var(--rs-sec-50);
}
.rs-espace--haut-100 {
  padding-top: var(--rs-sec-100);
  padding-bottom: var(--rs-sec-50);
}
.rs-espace--bas-100 {
  padding-top: var(--rs-sec-50);
  padding-bottom: var(--rs-sec-100);
}
.rs-espace--large {
  padding-block: var(--rs-sec-100);
}
.rs-espace--aucun {
  padding-block: 0;
}
.rs-carte-icone {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: #00435f;
  border-radius: 10px;
  min-height: 260px;
}
.rs-carte-icone__entete {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rs-carte-icone__icone {
  display: block;
  width: 30px;
  height: 30px;
  margin: -3px;
}
.rs-carte-icone__titre {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: var(--rs-h3);
  line-height: 1.26;
  color: #a5d4e9;
}
.rs-carte-icone__texte {
  font-weight: 600;
  font-size: var(--rs-intro);
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .rs-carte-icone {
    min-height: 0;
    padding: 30px;
  }
}
.rs-acc {
  border: 1px solid #ada8a0;
  border-radius: 10px;
  background: #ffffff;
  transition: border-color 0.3s ease;
}
.rs-acc__entete {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 66px;
  width: 100%;
  padding: 40px 50px;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.rs-acc__titre {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: var(--rs-h3);
  line-height: 1.52;
  color: #00435f;
}
.rs-acc__icone {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: url('../img/repack/plus-32.svg') no-repeat center / contain;
}
.rs-acc.is-open .rs-acc__icone {
  background-image: url('../img/repack/minus-32.svg');
}
.rs-acc__corps {
  padding: 0 50px 40px;
  margin-top: -25px;
  max-width: 1334px;
}
.rs-acc:hover {
  border-color: #337797;
}
.rs-acc--faq {
  background: #03293a;
  border-color: #ffffff;
}
.rs-acc--faq .rs-acc__titre {
  color: #a5d4e9;
}
.rs-acc--faq .rs-acc__icone {
  background-image: url('../img/repack/plus-32-light.svg');
}
.rs-acc--faq.is-open .rs-acc__icone {
  background-image: url('../img/repack/minus-32-light.svg');
}
.rs-acc--faq .rs-acc__corps .rs-texte {
  color: #ffffff;
}
.rs-acc--faq:hover {
  border-color: #a5d4e9;
}
@media screen and (max-width: 767.98px) {
  .rs-acc__entete {
    align-items: center;
    gap: 16px;
    padding: 20px;
  }
  .rs-acc__titre {
    font-size: 18px;
    line-height: 1.4;
  }
  .rs-acc__corps {
    padding: 0 20px 20px;
    margin-top: -6px;
  }
  .rs-acc__icone {
    width: 24px;
    height: 24px;
  }
}
.rs-carte {
  display: flex;
  flex-direction: column;
  width: 415px;
  height: auto;
  color: inherit;
}
.rs-carte__media {
  height: 263px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.rs-carte__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.rs-carte__corps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  flex: 1;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  background: #ebf5fa;
}
.rs-carte__textes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rs-carte__titre {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: var(--rs-h3);
  line-height: 1.26;
  color: #03293a;
}
.rs-carte__texte {
  font-size: 16px;
  line-height: 24px;
}
.rs-carte--solution-clair .rs-carte__corps {
  min-height: 189px;
}
.rs-carte--solution-sombre .rs-carte__corps {
  min-height: 189px;
  background: #00435f;
}
.rs-carte--solution-sombre .rs-carte__titre,
.rs-carte--application .rs-carte__titre {
  color: #a5d4e9;
}
.rs-carte--application .rs-carte__corps {
  background: #00435f;
}
.rs-carte--application .rs-carte__texte {
  color: #ffffff;
}
.rs-carte:hover .rs-carte__media img {
  transform: scale(1.05);
}
.swiper-slide > .rs-carte:not(a) {
  height: 100%;
}
.rs-carte:not(a):hover .rs-carte__media img {
  transform: none;
}
.rs-carte:hover .rs-circle {
  background: currentColor;
}
.rs-carte:hover .rs-circle i {
  background-color: #ffffff;
}
.rs-carte:hover .rs-circle--clair i,
.rs-carte:hover .rs-circle--ciel i {
  background-color: #03293a;
}
@media screen and (max-width: 767.98px) {
  .rs-carte {
    width: 290px;
  }
  .rs-carte__media {
    height: 200px;
  }
  .rs-carte__corps {
    padding: 24px;
  }
  .rs-carte--solution-clair .rs-carte__corps,
  .rs-carte--solution-sombre .rs-carte__corps {
    min-height: 0;
  }
}
.rs-actu {
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: 560px;
  height: auto;
  padding: 30px;
  border-radius: 15px;
  background: #ebf5fa;
}
.rs-actu__media {
  display: block;
  height: 246px;
  background: #d9d9d9;
  overflow: hidden;
}
.rs-actu__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.rs-actu:hover .rs-actu__media img {
  transform: scale(1.04);
}
.rs-actu__corps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.rs-actu__textes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rs-actu__titre {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: var(--rs-h3);
  line-height: 1.26;
  color: #00435f;
}
.rs-actu__info {
  font-size: 16px;
  line-height: 24px;
  color: #494642;
}
@media screen and (max-width: 767.98px) {
  .rs-actu {
    width: 300px;
    padding: 20px;
    gap: 24px;
  }
  .rs-actu__media {
    height: 190px;
  }
}
.rs-carrousel__piste.swiper {
  overflow: visible;
  margin: 0;
}
.rs-carrousel .swiper-slide {
  width: auto;
  height: auto;
}
.rs-carrousel__nav {
  margin-top: 40px;
  padding-right: 90px;
}
@media screen and (max-width: 1199.98px) {
  .rs-carrousel__nav {
    padding-right: 0;
    margin-top: 30px;
  }
}
.rs-haut-de-page.is-sans-titre .rs-haut-de-page__entete {
  margin-bottom: 4px;
}
.rs-archive-actus {
  padding-bottom: var(--rs-sec-50);
}
.rs-archive-actus__filtres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.rs-archive-actus__grille {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 20px;
  align-items: start;
  padding-block: var(--rs-sec-50);
}
.rs-archive-actus__grille .rs-actu {
  width: auto;
}
@media screen and (max-width: 1199.98px) {
  .rs-archive-actus__grille {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767.98px) {
  .rs-archive-actus__grille {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .rs-archive-actus__filtres {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    padding-block: 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .rs-archive-actus__filtres::-webkit-scrollbar {
    display: none;
  }
  .rs-archive-actus__filtres .rs-pilule {
    flex-shrink: 0;
    padding: 11px 18px;
    border: 1px solid #cee8f3;
    font-size: 16px;
    white-space: nowrap;
  }
}
.rs-pilule {
  display: inline-block;
  padding: 15px 25px;
  border: 0;
  border-radius: 100px;
  background: transparent;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #03293a;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.rs-pilule:hover {
  background: #ebf5fa;
  color: #03293a;
}
.rs-pilule.is-active {
  background: #cee8f3;
}
.rs-pilule--filtre.is-active {
  background: #e7e7e7;
}
.rs-pagination {
  margin-top: var(--rs-gap-50);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #494642;
}
.rs-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
}
.rs-pagination .page-numbers.current {
  color: #337797;
}
.rs-pagination .page-numbers:hover {
  color: #337797;
}
.rs-pagination .rs-chevron--gauche {
  background-image: url('../img/repack/chevron-left.svg');
}
.rs-article__entete {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: var(--rs-sec-50);
}
.rs-article__entete .rs-haut-de-page__titre {
  max-width: 1644px;
}
.rs-article__info {
  font-size: 16px;
  line-height: 24px;
}
.rs-article__corps {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-block: var(--rs-sec-50);
}
.rs-article__image {
  margin: 0;
  height: clamp(260px, 29.6875vw, 570px);
  border-radius: 15px;
  overflow: hidden;
}
.rs-article__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-article__contenu {
  max-width: 1283px;
}
.rs-article__contenu h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: var(--rs-h3);
  line-height: 1.26;
  color: #00435f;
  margin-bottom: 6px;
}
.rs-article__contenu > * + h2 {
  margin-top: 48px;
}
.rs-article__similaires {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-block: var(--rs-sec-50);
  text-align: center;
}
.rs-article__similaires .rs-archive-actus__grille {
  padding-block: 0;
  text-align: left;
}
.rs-offre-detail__entete {
  padding-bottom: var(--rs-sec-50);
}
.rs-offre-detail__grille {
  display: grid;
  grid-template-columns: 995fr 560fr;
  column-gap: var(--rs-gap-165);
  align-items: start;
  padding-block: var(--rs-sec-100);
}
.rs-offre-detail__sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.rs-offre-detail__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rs-offre-detail__section h2 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: var(--rs-h3);
  line-height: 1.52;
  color: #00435f;
}
.rs-offre-detail__infos {
  position: sticky;
  top: calc(var(--rs-header-h) + 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 40px;
  border-radius: 16px;
  background: #ebf5fa;
}
.rs-offre-detail__infos-titre {
  font-weight: 600;
  font-size: var(--rs-intro);
  line-height: 1.5;
  color: #00435f;
}
.rs-offre-detail__infos-texte {
  max-width: 389px;
  font-size: 16px;
  line-height: 24px;
  color: #494642;
}
.rs-offre-detail__infos-texte p + p {
  margin-top: 24px;
}
.rs-offre-detail__infos-texte strong {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1199.98px) {
  .rs-offre-detail__grille {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .rs-offre-detail__infos {
    position: static;
  }
}
.rs-texte.is-replie {
  overflow: hidden;
  transition: max-height 0.45s ease;
  -webkit-mask-image: linear-gradient(180deg, #000000 calc(52%), transparent);
  mask-image: linear-gradient(180deg, #000000 calc(52%), transparent);
}
.rs-texte.is-replie.is-deplie {
  -webkit-mask-image: none;
  mask-image: none;
}
.rs-lire-plus {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #337797;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.rs-lire-plus::after {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url('../img/repack/chevron-down.svg') no-repeat center / contain;
  mask: url('../img/repack/chevron-down.svg') no-repeat center / contain;
  transition: transform .25s ease;
}
.rs-lire-plus[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.rs-lire-plus:hover {
  color: #03293a;
}
.rs-lire-plus:focus-visible {
  outline: 2px solid #5ec2ed;
  outline-offset: 3px;
}
.rs-lire-plus.is-clair {
  color: #cee8f3;
}
.rs-lire-plus.is-clair:hover {
  color: #ffffff;
}
.rs-lire-plus[hidden] {
  display: none;
}
mark {
  padding: 0 1px;
  border-radius: 2px;
  background: #cee8f3;
  color: inherit;
}
.rs-resultats {
  padding-bottom: var(--rs-sec-100);
}
.rs-resultats__form {
  display: flex;
  align-items: stretch;
  gap: 15px;
  max-width: 860px;
}
.rs-resultats__champ {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 25px;
  border: 1px solid #ada8a0;
  border-radius: 100px;
  background: #ffffff;
  color: #337797;
}
.rs-resultats__champ:focus-within {
  border-color: #337797;
  box-shadow: 0 0 0 2px #a5d4e9;
}
.rs-resultats__champ input {
  flex: 1;
  min-width: 0;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #333333;
  outline: none;
}
.rs-resultats__champ input::placeholder {
  color: #8a8680;
}
.rs-resultats__resume {
  margin: 30px 0 0;
  font-size: var(--rs-intro);
  line-height: 1.5;
  color: #494642;
}
.rs-resultats__resume strong {
  color: #00435f;
}
.rs-resultats__filtres {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.rs-resultats__filtres .rs-pilule {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  font-size: 16px;
}
.rs-resultats__nb {
  font-size: .8em;
  font-weight: 600;
  color: #337797;
}
.rs-resultats__groupe {
  margin-top: var(--rs-sec-80);
}
.rs-resultats__entete {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cee8f3;
}
.rs-resultats__titre {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 1.875vw, 36px);
  line-height: 1.26;
  color: #00435f;
}
.rs-resultats__liste,
.rs-resultats__documents {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-resultats__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 20px;
  border-bottom: 1px solid #e7e7e7;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.rs-resultats__item:hover,
.rs-resultats__item:focus-visible {
  background: #ebf5fa;
  color: inherit;
}
.rs-resultats__item:hover .rs-resultats__fleche,
.rs-resultats__item:focus-visible .rs-resultats__fleche {
  background: #00435f;
}
.rs-resultats__item:hover .rs-resultats__fleche .rs-chevron,
.rs-resultats__item:focus-visible .rs-resultats__fleche .rs-chevron {
  filter: brightness(0) invert(1);
}
.rs-resultats__corps {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.rs-resultats__contexte {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #337797;
}
.rs-resultats__nom {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: var(--rs-h3);
  line-height: 1.3;
  color: #00435f;
}
.rs-resultats__extrait {
  max-width: 110ch;
  font-size: 16px;
  line-height: 24px;
  color: #494642;
}
.rs-resultats__fleche {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #a5d4e9;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.rs-resultats__documents {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 30px;
}
.rs-resultats__document {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background: #ebf5fa;
}
.rs-resultats__document .rs-resultats__nom {
  font-size: 20px;
}
.rs-resultats__vignette {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 96px;
  height: 128px;
  border-radius: 6px;
  background: #ffffff;
  color: #337797;
  overflow: hidden;
}
.rs-resultats__vignette img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-resultats__actus {
  padding-block: 30px 0;
}
.rs-resultats__vide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: var(--rs-sec-50);
  padding: var(--rs-sec-50);
  border-radius: 15px;
  background: #ebf5fa;
}
.rs-resultats__vide ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.6;
}
.rs-resultats__pistes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rs-resultats__pistes .rs-pilule {
  padding: 10px 20px;
  background: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 1199.98px) {
  .rs-resultats__documents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767.98px) {
  .rs-resultats__form {
    flex-direction: column;
  }
  .rs-resultats__item {
    gap: 15px;
    padding: 20px 0;
  }
  .rs-resultats__fleche {
    width: 36px;
    height: 36px;
  }
  .rs-resultats__documents {
    grid-template-columns: 1fr;
  }
  .rs-resultats__document {
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
  }
  .rs-resultats__document .rs-btn {
    text-align: left;
  }
  .rs-resultats__vignette {
    width: 72px;
    height: 96px;
  }
}
.rs-recherche-zone {
  position: relative;
}
.rs-suggestions {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1000;
  width: 460px;
  max-height: min(70vh, 620px);
  padding: 10px 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(3, 41, 58, 0.2);
  overflow-y: auto;
  color: #494642;
}
.rs-suggestions[hidden] {
  display: none;
}
.rs-suggestions__groupe + .rs-suggestions__groupe {
  border-top: 1px solid #e7e7e7;
}
.rs-suggestions__libelle {
  margin: 0;
  padding: 12px 20px 4px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #337797;
}
.rs-suggestions__lien {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  color: #333333;
  text-decoration: none;
}
.rs-suggestions__lien:hover,
.rs-suggestions__lien.is-actif {
  background: #ebf5fa;
  color: #333333;
}
.rs-suggestions__textes {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}
.rs-suggestions__titre {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #00435f;
}
.rs-suggestions__contexte {
  font-size: 13px;
  line-height: 18px;
  color: #6f6b66;
}
.rs-suggestions__ico {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #337797;
}
.rs-suggestions__tout {
  display: block;
  margin: 8px 20px 4px;
  padding: 12px 20px;
  border-radius: 100px;
  background: #00435f;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.rs-suggestions__tout:hover,
.rs-suggestions__tout.is-actif {
  background: #337797;
  color: #ffffff;
}
.rs-suggestions__vide {
  margin: 0;
  padding: 14px 20px;
  font-size: 15px;
}
.rs-recherche__envoyer {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .rs-recherche-zone.is-ouverte .rs-recherche {
    width: 200px;
  }
  .rs-recherche-zone.is-ouverte .rs-recherche input {
    flex: 1;
  }
  .rs-suggestions {
    left: auto;
    right: calc(100% - 200px);
  }
}
@media screen and (max-width: 1199.98px) {
  .rs-recherche-zone {
    width: 100%;
  }
  .rs-suggestions {
    position: static;
    width: auto;
    max-height: none;
    margin-top: 10px;
    box-shadow: none;
  }
}
html.has-modale {
  overflow: hidden;
}
.rs-modale {
  width: min(600px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 15px;
  background: #ffffff;
  color: #494642;
  box-shadow: 0 30px 80px rgba(3, 41, 58, 0.35);
  overflow: auto;
}
.rs-modale::backdrop {
  background: rgba(3, 41, 58, 0.6);
  backdrop-filter: blur(3px);
}
.rs-modale[open] {
  animation: rs-modale-entree 0.25s ease-out;
}
.rs-modale__boite {
  position: relative;
  padding: clamp(28px, 3.125vw, 60px);
}
.rs-modale__fermer {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.rs-modale__fermer::before {
  content: "";
  position: absolute;
  inset: 8px;
  background: #00435f;
  -webkit-mask: url('../img/repack/close.svg') no-repeat center / contain;
  mask: url('../img/repack/close.svg') no-repeat center / contain;
}
.rs-modale__fermer:hover {
  background: #cee8f3;
}
.rs-modale__fermer:focus-visible {
  outline: 2px solid #5ec2ed;
  outline-offset: 2px;
}
.rs-modale__titre {
  margin: 0 50px 12px 0;
}
.rs-modale__intro {
  margin: 0 0 12px;
  font-size: var(--rs-intro);
  line-height: 1.5;
}
.rs-modale__direct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  margin: 0 0 30px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #ebf5fa;
  font-size: 15px;
  color: #00435f;
}
.rs-modale__direct .rs-ico--phone {
  color: #337797;
}
.rs-modale__direct a {
  font-weight: 700;
  color: #00435f;
  white-space: nowrap;
}
.rs-modale__formulaire .nf-form-title,
.rs-modale__formulaire .nf-form-fields-required,
.rs-modale__formulaire .nf-before-form-content {
  display: none;
}
.rs-modale__formulaire nf-rows-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 30px;
}
.rs-modale__formulaire .nf-row:has(.rs-plein) {
  grid-column: 1 / -1;
}
.rs-modale__formulaire .nf-row:has(.rs-fichier) {
  margin-top: -10px;
}
.rs-modale__formulaire .nf-row:has(.rs-consentement) {
  margin-top: -25px;
}
.rs-modale__formulaire .nf-row:has(.rs-envoi) {
  margin-top: 20px;
}
.rs-modale__formulaire .nf-field-container {
  margin: 0;
}
.rs-modale__formulaire .nf-field-label {
  margin: 0 0 5px;
}
.rs-modale__formulaire .nf-field-label label {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #494642;
}
.rs-modale__formulaire .ninja-forms-req-symbol {
  margin-left: -4px;
  color: inherit;
}
.rs-modale__formulaire input[type="text"],
.rs-modale__formulaire input[type="email"],
.rs-modale__formulaire input[type="tel"],
.rs-modale__formulaire select,
.rs-modale__formulaire textarea {
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 5px;
  background: #f2f2f2;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #494642;
  outline: none;
  transition: box-shadow 0.2s ease;
}
.rs-modale__formulaire input[type="text"]::placeholder,
.rs-modale__formulaire input[type="email"]::placeholder,
.rs-modale__formulaire input[type="tel"]::placeholder,
.rs-modale__formulaire select::placeholder,
.rs-modale__formulaire textarea::placeholder {
  color: #666;
  opacity: 1;
}
.rs-modale__formulaire input[type="text"]:focus,
.rs-modale__formulaire input[type="email"]:focus,
.rs-modale__formulaire input[type="tel"]:focus,
.rs-modale__formulaire select:focus,
.rs-modale__formulaire textarea:focus {
  box-shadow: 0 0 0 2px #337797;
}
.rs-modale__formulaire select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 50px;
  color: #666;
  background: #f2f2f2 url('../img/repack/chevron-down.svg') no-repeat right 20px center / 24px 24px;
  cursor: pointer;
}
.rs-modale__formulaire textarea {
  height: 171px;
  resize: vertical;
}
.rs-modale__formulaire .file_upload-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
.rs-modale__formulaire .file_upload-wrap .nf-field-label {
  margin: 0;
}
.rs-modale__formulaire .file_upload-wrap .nf-field-label label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  color: #337797;
}
.rs-modale__formulaire .file_upload-wrap .nf-field-label label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../img/repack/upload.svg') no-repeat center / contain;
}
.rs-modale__formulaire .file_upload-wrap .nf-help {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #494642;
  white-space: nowrap;
  cursor: default;
}
.rs-modale__formulaire .file_upload-wrap .nf-help::before {
  content: attr(data-text) !important;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 400;
}
.rs-modale__formulaire .file_upload-wrap .nf-help .nf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.rs-modale__formulaire .file_upload-wrap .nf-field-element {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-modale__formulaire .file_upload-wrap .nf-field-element::before {
  content: "Aucun fichier sélectionné";
  font-size: 14px;
  line-height: 24px;
  color: #918c85;
  text-decoration: underline;
}
.rs-modale__formulaire .file_upload-wrap .nf-field-element:has(.files_uploaded:not(:empty))::before {
  display: none;
}
.rs-modale__formulaire .file_upload-wrap .nf-fu-fileinput-button {
  order: 2;
  padding: 8px 20px;
  border: 0;
  border-radius: 5px;
  background: #cee8f3;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
}
.rs-modale__formulaire .file_upload-wrap .nf-fu-fileinput-button:hover {
  background: #a5d4e9;
}
.rs-modale__formulaire .file_upload-wrap .nf-fu-button-cancel,
.rs-modale__formulaire .file_upload-wrap .nf-fu-progress {
  display: none;
}
.rs-modale__formulaire .file_upload-wrap .files_uploaded {
  font-size: 14px;
}
.rs-modale__formulaire .file_upload-wrap .files_uploaded p {
  margin: 0;
}
.rs-modale__formulaire .checkbox-wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.rs-modale__formulaire .checkbox-wrap .nf-field-element {
  order: -1;
  display: flex;
}
.rs-modale__formulaire .checkbox-wrap .nf-field-label {
  margin: 0;
}
.rs-modale__formulaire .checkbox-wrap input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 0 2px;
  border: 0;
  background: url('../img/repack/checkbox.svg') no-repeat center / contain;
  cursor: pointer;
}
.rs-modale__formulaire .checkbox-wrap input[type="checkbox"]:checked {
  border-radius: 4px;
  background: #337797 url('../img/repack/check-blanc.svg') no-repeat center / 14px 14px;
}
.rs-modale__formulaire .checkbox-wrap label::after {
  display: none;
}
.rs-modale__formulaire .checkbox-wrap .ninja-forms-req-symbol {
  display: none;
}
.rs-modale__formulaire .submit-wrap.field-wrap .nf-field-element {
  position: relative;
  display: inline-block;
  width: auto;
}
.rs-modale__formulaire .submit-wrap.field-wrap .nf-field-element::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  z-index: 2;
  background: url('../img/repack/send.svg') no-repeat center / contain;
  pointer-events: none;
}
.rs-modale__formulaire input[type="submit"] {
  padding: 15px 59px 15px 30px;
  border: 0;
  border-radius: 100px;
  background: #337797;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.rs-modale__formulaire input[type="submit"]:hover {
  background: #00435f;
}
.rs-modale__formulaire .nf-error-msg,
.rs-modale__formulaire .nf-error .nf-error-msg {
  font-size: 14px;
  color: #c0392b;
}
.rs-modale__formulaire .nf-error.field-wrap input,
.rs-modale__formulaire .nf-error.field-wrap textarea {
  box-shadow: 0 0 0 1px #c0392b;
}
.rs-modale__formulaire .nf-response-msg p {
  padding: 20px;
  border-radius: 10px;
  background: #ebf5fa;
  color: #00435f;
  font-weight: 600;
}
@media screen and (max-width: 1199.98px) {
  .rs-modale__formulaire input[type="text"],
  .rs-modale__formulaire input[type="email"],
  .rs-modale__formulaire input[type="tel"],
  .rs-modale__formulaire select,
  .rs-modale__formulaire textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .rs-modale__formulaire nf-rows-wrap {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  .rs-modale__formulaire .nf-row:has(.rs-fichier),
  .rs-modale__formulaire .nf-row:has(.rs-consentement) {
    margin-top: 0;
  }
  .rs-modale__formulaire .nf-row:has(.rs-envoi) {
    margin-top: 10px;
  }
  .rs-modale__formulaire .file_upload-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .rs-modale__formulaire .file_upload-wrap .nf-field-label label {
    flex-wrap: wrap;
    row-gap: 0;
    white-space: nowrap;
  }
  .rs-modale__formulaire .file_upload-wrap .nf-help {
    flex-basis: 100%;
    padding-left: 33px;
    white-space: normal;
  }
  .rs-modale__formulaire .file_upload-wrap .nf-field-element {
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 8px;
  }
  .rs-modale__formulaire .file_upload-wrap .nf-fu-fileinput-button {
    order: -1;
    white-space: nowrap;
  }
}
.rs-modale__mention {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #494642;
  opacity: .75;
}
.rs-modale__mention a {
  color: inherit;
  text-decoration: underline;
}
@keyframes rs-modale-entree {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
