@charset "UTF-8";
/* ******************* 1.Settings ******************* */
/* ******************* 2.Tools ******************* */
/* ----- Gestion de l'opacité ----- */
/* ----- Gestion des valeurs px en rem ----- */
.mb-lg {
  margin-bottom: 1.875rem;
}

/* *******************  3.Base ******************* */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  hanging-punctuation: first allow-end last;
}

/* ******************* 1.Settings ******************* */
/* ******************* 2.Tools ******************* */
:root {
  --color-bg: #ffffff;
  --color-log-bg: #1e3148;
  --color-title: #1e3148;
  --color-text: #333333;
  --color-link: #1e3148;
  --color-error: #bb271a;
  --color-border: #757575;
  --color-button-bg: #1e3148;
  --color-button-link: #2b7b54;
  --color-button-hover: rgba(30, 49, 72, 0.8);
  --color-button-text: #ffffff;
  --color-icon: #1e3148;
  --color-input-bg: #ffffff;
  --color-input-text: #1e3148;
  --color-input-border: #757575;
  --color-input-placeholder: #757575;
  --color-input-label: #757575;
  --color-input-outline: #757575;
  --color-card-bg: #ffffff;
  --color-cards-bg: rgba(30, 49, 72, 0.05);
  --color-accordion-color: #1e3148;
  --color-accordion-bg: #ffffff;
  --color-title-bg: rgba(30, 49, 72, 0.05);
  --color-breadcrumb-active: #2b7b54;
}

html[data-theme=dark] {
  --color-bg: #1e1e1e;
  --color-log-bg: #2d2d30;
  --color-title: #ffffff;
  --color-text: #ffffff;
  --color-link: #ffffff;
  --color-error: #c74631;
  --color-border: #212529;
  --color-button-bg: #ffffff;
  --color-button-link: #ffffff;
  --color-button-hover: rgba(255, 255, 255, 0.8);
  --color-button-text: #1e1e1e;
  --color-icon: #ffffff;
  --color-input-bg: #2d2d30;
  --color-input-text: #ffffff;
  --color-input-border: rgba(117, 117, 117, 0);
  --color-input-placeholder: #ffffff;
  --color-input-label: #2d2d30;
  --color-input-outline: #ffffff;
  --color-card-bg: #2d2d30;
  --color-cards-bg: #2d2d30;
  --color-accordion-color: #2d2d30;
  --color-accordion-bg: #1e1e1e;
  --color-title-bg: #2d2d30;
  --color-breadcrumb-active: #ffffff;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: var(--color-bg);
  color: var(--color-text);
  transition: background-color 0.3s, color 0.3s;
  font-family: Helvetica, Arial, sans-serif;
  zoom: normal;
}

h1, h2, h3, h4, h5, h6, [class*=__title] {
  font-family: "Elza Narrow", sans-serif;
  color: var(--color-text);
}

h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

p {
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: var(--color-link);
  font-weight: 400;
  font-size: 1rem;
}

.headline {
  font-weight: 900;
  line-height: normal;
}
.headline__container {
  margin: 40px 0 80px;
}
@media (min-width: 768px) {
  .headline__container {
    margin: 40px 0 140px;
  }
}
.headline__container::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 240px;
  background: var(--color-title-bg);
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .headline__container::before {
    height: 320px;
  }
}
.headline__title {
  color: var(--color-title);
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .headline__title {
    font-size: 3rem;
  }
}
.headline__title.medium {
  margin-bottom: 1.875rem;
  text-align: left;
}
.headline__title.small {
  font-size: 1.875rem;
  margin-bottom: 0;
}
.headline__subtitle {
  display: block;
  font-size: 1.875rem;
  text-align: center;
  color: #ed7211;
  margin-bottom: 0.9375rem;
}
.headline__subtitle.medium {
  font-size: 1.5rem;
  text-align: left;
}
.headline__subtitle.small {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
.headline__title-solo {
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}

@font-face {
  font-family: "Elza Narrow";
  src: url("../fonts/Elza/Elza-NarrowBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Elza Text";
  src: url("../fonts/Elza/ElzaText-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Elza Medium";
  src: url("../fonts/Elza/Elza.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
------------------------------
TODO : récuperer dans style.css, à mettre en forme
------------------------------
*/
.message-error {
  color: var(--color-error);
  font-size: 12px;
  font-family: Helvetica;
  display: block;
  text-align: center;
  margin-top: 5px;
  left: 0;
}

.form-error {
  border: 1px solid var(--color-error) !important;
  color: var(--color-error) !important;
}

/* ******************* 4.Layout ******************* */
header {
  position: relative;
}

.footer {
  background-color: #1e3148;
  position: relative;
  color: #ffffff;
  z-index: 2;
}
.footer__container {
  padding: 30px;
}
.footer__menu {
  padding: 0 0 1.875rem;
  margin: 0;
  gap: 0 0.9375rem;
}
.footer__menu .list-inline-item {
  font-size: 0.875rem;
  font-weight: 400;
}
.footer__menu .list-inline-item:last-child a {
  color: #ed7211;
  font-weight: 700;
  text-decoration: none;
}
.footer__menu .list-inline-item a {
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  position: relative;
  padding: 0 0;
  display: inline-block;
}
.footer__menu .list-inline-item a:after {
  position: absolute;
  content: "";
  width: 0px;
  transition: 0.3s all ease-in;
  height: 1px;
  left: 0px;
  bottom: 0;
  background-color: #ffffff;
}
.footer__menu .list-inline-item a:after a:hover:after {
  width: 100%;
}
.footer__siteMap {
  padding-top: 1.875rem;
  border-top: 1px solid #ffffff;
}
@media (min-width: 576px) {
  .footer__siteMap {
    padding-top: 0;
    border-top: 0 none;
  }
}
.footer__siteMap .list-inline-item {
  font-size: 0.875rem;
  font-weight: 400;
}
.footer__siteMap a {
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  position: relative;
  padding: 0 0;
  display: inline-block;
}
.footer__socialContainer {
  display: flex;
  justify-content: left;
  align-items: center;
  justify-content: space-between;
}
.footer__socialNetworks {
  display: flex;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 576px) {
  .footer__socialNetworks {
    display: grid;
  }
}
@media (min-width: 992px) {
  .footer__socialNetworks {
    display: flex;
  }
}
.footer__socialNetworks__icon {
  max-width: none;
}
.footer__socialNetworks__icon--youtube {
  position: relative;
  top: 3px;
  height: 100%;
  max-width: none;
}
.footer__socialNetworks__link:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer__logo {
    height: 71px;
    width: 98px;
  }
}
@media (min-width: 576px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logos-group {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.footer__topLinks {
  justify-content: space-between;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
.footer__bottomLinks {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .footer__bottomLinks {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.footer__bottomLinks__rplus {
  padding: 0 0 0.9375rem;
  order: 2;
}
@media (min-width: 768px) {
  .footer__bottomLinks__rplus {
    order: 0;
  }
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child)::after {
  content: "|";
  display: inline-block;
  width: 0px;
  position: relative;
  left: 6px;
  color: #ffffff;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
}

/* --------------- Surcharge pour la page de connexion --------------- */
.right-connection .footer__socialNetworks {
  display: flex;
}
@media (max-width: 1460px) {
  .right-connection .footer__bottomLinks {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.right-connection .footer__bottomLinks__rplus {
  padding: 0 0 15px;
}
@media (min-width: 1460px) {
  .right-connection .footer__bottomLinks__rplus {
    order: 0;
  }
}
.right-connection .footer__logo {
  width: 47px;
  margin-bottom: 0;
}
.right-connection .footer__topLinks {
  margin-bottom: 30px;
}

/* ---------- Legacy : check for deletion ---------- */
@media (max-width: 575.98px) {
  .site-map {
    padding-top: 30px;
    border-top: 1px solid #ffffff;
  }
  .footer .social-networks {
    width: 100%;
  }
  .logo-w {
    width: 2rem;
    margin: initial;
  }
  .white-line::after {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer .row {
    padding: 0 12px 27.5px 20px;
  }
  .footer .row.justify-content-between {
    padding: 27.5px 0;
    flex-direction: column;
    gap: 10px 0;
    justify-content: center;
    align-items: center;
  }
  .footer .row.justify-content-between .col {
    text-align: center;
    justify-content: center !important;
    flex-direction: column;
  }
  .footer__logos-group {
    display: none;
  }
}
.footer .menu-footer li span.d-sm-none {
  color: #ffffff;
  padding-right: 6px;
}

.footer-hc ul li:last-child a {
  color: #ed7211;
  font-weight: 700;
  text-decoration: none;
}

.footer-hc .link-hover {
  font-size: 14px;
  margin: 0 0 0 30px;
  color: var(--color-text);
  font-weight: 400;
}
.footer-hc .link-hover a {
  color: var(--color-text);
}

.footer-hc .link-hover:first-child {
  margin-right: 0;
}

.footer-hc a.link-hover:after {
  background-color: var(--color-text);
}

.footer-hc .link-hover a:after {
  background-color: var(--color-text);
}

.footer-hc .link-green {
  color: #ed7211;
  font-weight: 700;
}

.link-hover.link-green {
  font-weight: 700;
}

.footer-hc a.link-green:after {
  background-color: #ed7211;
}

/* ******************* 5.Components ******************* */
/* ******************* 1.Settings ******************* */
/* ******************* 2.Tools ******************* */
.rps-btn {
  padding: 0.9375rem 1.875rem;
  font-family: Helvetica, Arial, sans-serif;
  color: var(--color-button-text);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  line-height: normal;
  border: 0 none;
  display: block;
}
.rps-btn.fit {
  width: -moz-fit-content;
  width: fit-content;
}
.rps-btn--primary {
  background-color: var(--color-button-bg);
}
.rps-btn--primary:hover {
  background-color: var(--color-button-hover);
}
.rps-btn--secondary {
  background-color: #dddddd;
  color: #757575;
}
.rps-btn--logout {
  background-color: #bb271a;
  color: #ffffff;
}
.rps-btn--logout:hover {
  background-color: rgba(187, 39, 26, 0.8);
}
.rps-btn--disabled {
  background-color: #dddddd;
  color: #757575;
  cursor: not-allowed;
}
.rps-btn--link {
  color: var(--color-button-link);
  cursor: pointer;
  padding: 0.9375rem 0;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  margin: 0 auto;
}
.rps-btn--link:hover {
  color: var(--color-button-link);
}
.rps-btn--link-alt {
  color: var(--color-text);
  cursor: pointer;
  padding: 0.9375rem 0;
  text-transform: initial;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  margin: 0 auto;
}
.rps-btn--link-alt:hover {
  color: var(--color-text);
}

.btnSquare {
  position: relative;
  background-color: var(--color-button-bg);
  color: var(--color-button-text);
  border: 0 none;
  border-radius: 5px;
  height: 39px;
  width: 39px;
  z-index: 1000;
}
.btnSquare--toTop svg {
  transform: rotate(90deg);
  width: 9px;
}

.card {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
  max-width: 370px;
  background-color: var(--color-card-bg);
}
.card .rps-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .card .rps-btn {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .card {
    margin-right: 30px;
  }
}
.card--contact, .card--service, .card--notif {
  background-color: var(--color-cards-bg);
  width: 100%;
  margin: 0 auto;
  max-width: initial;
}
.card--login {
  margin-bottom: 30px;
  max-width: 660px;
}
.card--login .headline__title {
  font-size: 1.9rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .card--login .headline__title {
    text-align: left;
  }
}
.card--login .card__text {
  text-align: center;
}
@media (min-width: 1200px) {
  .card--login .card__text {
    text-align: left;
  }
}
.card--notif {
  height: auto;
  margin-bottom: 30px;
}
.card__head {
  display: flex;
  justify-content: space-between;
  color: var(--color-text);
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
}
.card__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card__container--contact, .card__container--service {
  height: 100%;
  justify-content: center;
  text-align: left;
  gap: 30px;
  align-items: normal;
}
@media (min-width: 992px) {
  .card__container--contact, .card__container--service {
    flex-direction: row;
  }
}
.card__container--contact .card__img, .card__container--service .card__img {
  height: inherit;
  margin-bottom: auto;
}
.card__container--login {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .card__container--login {
    flex-direction: row;
  }
}
.card__container--login .rps-btn {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .card__container--login .rps-btn {
    margin: 0;
  }
}
.card__container--login {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .card__container--login {
    flex-direction: row;
  }
}
.card__container--notif {
  text-align: left;
}
.card__container--notif .card__img {
  height: 175px;
  width: 235px;
  margin: 0;
}
.card__text {
  font-size: 1rem;
  margin-bottom: 30px;
  color: var(--color-text);
}
.card__img {
  height: 216px;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card__img {
    width: 100%;
  }
}
.card__img img {
  height: 100%;
}

.badge {
  padding: 5px 15px;
  background-color: #2b7b54;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.badge--training {
  background-color: #1e3148;
}
.badge--info {
  background-color: #ed7211;
}

/* ******************* 1.Settings ******************* */
/* ******************* 2.Tools ******************* */
.form {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
}
.form__title {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}
.form__help {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.form__group {
  margin-bottom: 1.5rem;
}
.form__fieldset {
  border: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.form__legend {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.form__fieldset-hint {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.form__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.form__actions {
  margin-top: 2rem;
}

.toggle-password {
  cursor: pointer;
}

/* floating label */
.field {
  position: relative;
  width: 100%;
  /* Hints & erreurs */
  /* État flottant : input focus OU non vide */
}
.field__control {
  color: var(--color-input-text);
  width: 100%;
  padding: 0.9375rem;
  border-radius: 5px;
  background-color: var(--color-input-bg);
  border: 1px solid var(--color-input-border);
  font-size: 0.88rem;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.field__control::-moz-placeholder {
  color: transparent;
}
.field__control::placeholder {
  color: transparent;
}
.field__control[aria-invalid=true] {
  border-color: var(--color-error);
  box-shadow: 0 0 0 1px rgba(var(--color-error), 0.6);
}
.field__control--textarea {
  resize: vertical;
  min-height: 6rem;
}
.field__control--select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.field__label {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.88rem;
  color: var(--color-input-placeholder);
  font-weight: 400;
  pointer-events: none;
  padding: 0 8px;
  transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
.field__icon {
  position: absolute;
  color: var(--color-icon);
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
}
.field__hint {
  margin-top: 0.35rem;
  font-size: 0.8rem;
}
.field__error {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: var(--color-error);
  letter-spacing: 1px;
  display: none;
}
.field__error--visible {
  display: block;
}
.field--error .field__control {
  border-color: var(--color-error);
  color: var(--color-error);
}
.field__control:not(:-moz-placeholder) + .field__label {
  top: -12px;
  transform: translateY(0);
  background-color: var(--color-bg);
  border-radius: 5px;
  font-size: 0.88rem;
}
.field__control:focus + .field__label, .field__control:not(:placeholder-shown) + .field__label {
  top: -12px;
  transform: translateY(0);
  background-color: var(--color-bg);
  border-radius: 5px;
  font-size: 0.88rem;
}
.field--textarea .field__label {
  top: 15%;
}

/* Radios & checkboxes */
.choice {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.choice__control {
  width: 1rem;
  height: 1rem;
  accent-color: #1e3148;
  cursor: pointer;
}
.choice__label {
  cursor: pointer;
}
.choice--checkbox {
  display: flex;
  align-items: center;
  text-align: left;
}

.is-invalid {
  background-image: none !important; /* enleve icone */
  padding-right: 0 !important; /* enleve espace reserve a l'icone */
  border-color: var(--color-error) !important;
}

/* Toggle theme switch */
.theme-toggle {
  --toggle-width: 90px;
  --toggle-height: 30px;
  --thumb-size: 30px;
  --thumb-offset: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

/* checkbox visuellement cachée mais elle reste focusable et accessible */
.theme-toggle__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.theme-toggle__label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.theme-toggle__track {
  display: block;
  width: var(--toggle-width);
  height: var(--toggle-height);
  background-image: url("../../../assets/images/black-toggle.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 999px;
  transition: background-image 0.2s ease;
}

/* La boule */
.theme-toggle__thumb {
  position: absolute;
  top: 50%;
  left: var(--thumb-offset);
  width: var(--thumb-size);
  height: var(--thumb-size);
  transform: translateY(-50%) rotate(0deg);
  background-image: url("../../../assets/images/black-circle.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: left 0.5s ease-in-out, transform 0.5s ease-in-out, background-image 0.2s ease-in-out;
}

.theme-toggle__input:checked + .theme-toggle__label .theme-toggle__track {
  background-image: url("../../../assets/images/light-toggle.svg");
}

.theme-toggle__input:checked + .theme-toggle__label .theme-toggle__thumb {
  background-image: url("../../../assets/images/light-circle.svg");
  left: calc(100% - var(--thumb-size) - var(--thumb-offset));
  transform: translateY(-50%) rotate(180deg);
}

/* Focus clavier sur le toggle */
.theme-toggle__input:focus-visible + .theme-toggle__label .theme-toggle__track {
  outline: 2px solid #fcb538;
  outline-offset: 4px;
}

/* ------ Utilisation des classes boostrap ------ */
.accordion-header {
  background-color: var(--color-accordion-bg);
}

.accordion-button {
  padding: 30px 15px;
  height: 90px;
  background-color: var(--color-accordion-color);
}

.accordion-body {
  background-color: var(--color-accordion-bg);
  color: var(--color-text);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: 0.3s all ease-in;
  transform: rotate(90deg);
  content: "";
  height: 30px;
  width: 30px;
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.breadcrumb {
  --bs-breadcrumb-item-padding-x: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--color-text);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb-item.active {
  color: var(--color-breadcrumb-active);
  font-weight: 700;
}

@media (max-width: 570px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.modal-content {
  padding: 2rem !important;
}

.form__pincode {
  max-width: 360px;
  margin: 0 auto;
}

.pincode-input {
  width: 45px;
  height: 55px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
}

.title-form, .receive-code {
  text-align: center;
  margin-bottom: 1.875rem;
}

.form-action {
  margin-top: 1.5rem;
}

/*
    .form-action button {
        margin-bottom: 0.75rem;
    }*/
@media (max-width: 480px) {
  .modal-content {
    padding: 1.5rem !important;
  }
  .form__pincode {
    gap: 8px !important;
  }
  .pincode-input {
    width: 40px;
    height: 50px;
    font-size: 20px;
  }
}
/* ******************* 6.Utilities ******************* */
:focus-visible {
  outline: 2px solid var(--color-input-outline);
  box-shadow: 0 0 0 1px var(--color-input-outline);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ******************* 7. Pages ******************* */
.connection {
  height: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .connection {
    height: 100vh;
    max-height: 100vh;
  }
}
.connection__title {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: normal;
}

.right-connection {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0;
  box-sizing: border-box;
}

.left-connection {
  background: var(--color-log-bg) url("../../../assets/images/bg-connect.png") no-repeat left bottom;
  background-size: contain;
  color: #ffffff;
  padding: 60px 7%;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (min-width: 1200px) {
  .left-connection {
    padding: 90px 7%;
  }
}
@media (min-width: 768px) {
  .left-connection {
    display: block;
  }
}
@media (min-width: 768px) {
  .left-connection.connect {
    display: none;
  }
}
@media (min-width: 992px) {
  .left-connection.connect {
    display: block;
  }
}
.left-connection:before {
  content: "";
  background: var(--color-log-gradient);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.left-connection__text {
  color: #ffffff;
  max-width: 650px;
  position: relative;
}
.left-connection__title {
  position: relative;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.24;
  margin-bottom: 30px;
}

.separator {
  position: relative;
  display: inline-block;
  width: 100%;
}
.separator:after {
  content: "";
  background-color: #dddddd;
  width: 38%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: -1;
}
.separator:before {
  content: "";
  background-color: #dddddd;
  width: 38%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: -1;
}

.box-connect {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 1.875rem;
}

.cookies__title {
  margin-bottom: 30px;
}
.cookies__text {
  margin-bottom: 30px;
}

/*
------------------------------
Page Contact / aide
------------------------------
*/
.uploader:hover {
  color: blue;
}

@media (max-width: 576px) {
  .captcha-image-container {
    flex-direction: column;
  }
  .captcha-image-container button {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  #captcha {
    max-width: 100%;
  }
}
/* ******************* Other ******************* */
/*
------------------------------------------------------------------------
 Warning --  Classes pour le Style Guide  ne pas utiliser dans le site 
------------------------------------------------------------------------
*/
.styleGuide {
  margin: 0 50px;
}
.styleGuide .styleGuide__container {
  max-width: 1240px;
  margin: auto;
}

.styleGuide-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styleGuide-intro .logo {
  margin: 40px;
}
.styleGuide-intro .title-form {
  font-size: 2rem;
}

.styleGuide-h3 {
  text-decoration: underline;
  margin: 30px 0;
}

.styleGuide-container {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.styleGuide-containerBg {
  padding: 30px 5px;
  border-radius: 5px;
  background-color: rgba(30, 49, 72, 0.0509803922);
  margin-bottom: 50px;
}

.styleGuide-separator {
  margin-bottom: 50px;
}

.styleGuide-cardContainer {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}