.corps {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

::selection {
    background-color: #a80000;
    color: #fff;
}

.text-right {
    text-align: right;
}

input[type="checkbox"] {
  accent-color: #a80000; /* change la couleur de la coche */
  border: 1px solid #a80000;
}

.bg-banner {
    background-color: #fafafb;
    height: 90vh;
    width: 100%;
}

.banner {
    position: relative;
    height: 90vh;
    width: 100%;
    background: linear-gradient(to right, #00b7bf, #59d0d6);
    border-radius: 0 0 150px 150px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.overlay {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(../images/design.png);
    z-index: 1;
}

.logo-banner {
    text-align: center;
    padding: 50px 0;
}

.logo-banner > img {
    height: 90px;
    width: auto;
}

.action-banner {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.cont-infos-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-img-banner > img {
    height: 550px;
    width: auto;
    margin-left: 20px;
}

.cont-text-banner {
    color: #fff;
    display: grid;
    justify-items: start;
}

.cont-text-banner > h1 {
    font-size: 75px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cont-text-banner > p {
    font-size: 30px;
    margin-bottom: 30px;
}

.lien-action-blanc {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    border-left: 10px solid #a80000;
    padding-left: 10px;
}

.lien-action-blanc:hover {
    color: #fff;
}

.lien-action-blanc > i {
    color: #a80000;
    font-size: 20px;
    margin-left: 10px;
}

.lien-action-noir {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    border-left: 10px solid #a80000;
    padding-left: 10px;
}

.lien-action-noir:hover {
    color: #000;
}

.lien-action-noir > i {
    color: #a80000;
    font-size: 20px;
    margin-left: 10px;
}

.btn-action-noir {
    color: #000;
    background-color: transparent;
    font-weight: 500;
    border: none;
    font-size: 20px;
    border-left: 10px solid #a80000;
    padding-left: 10px;
}

.btn-action-blanc {
    color: #ffffff;
    background-color: transparent;
    font-weight: 500;
    border: none;
    font-size: 20px;
    border-left: 10px solid #a80000;
    padding-left: 10px;
}

.cont-log {
    padding: 100px 0;
    background-color: #fafafb;
}

.text-p-log {
    font-size: 35px;
    color: #848484;
}

.card-bleu {
    background: linear-gradient(to bottom left, #00b7bf, #59d0d6);
    border-radius: 20px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.card-rouge {
    background: linear-gradient(to bottom left, #a80000, #ff0000);
    border-radius: 20px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.card-gris {
    background: linear-gradient(to bottom left, #848484, #c7c7c7);
    border-radius: 20px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.card-log {
    width: 90%;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 20px;

    display: flex;
    align-items: center;
}

.card-log > i {
    font-size: 35px;
    margin-right: 20px;
}

.icn-log {
    color: #fff;
    font-size: 40px;
    padding: 0 20px;
}

.card-bleu:hover,
.card-rouge:hover,
.card-gris:hover {
    color: #000;
}

.cont-reseaux-soins {
    margin: 100px 0;
}

.cont-reseaux-soins > div > h2 {
    color: #848484;
}

.cont-option-rs {
    display: grid;
}

.cont-option-rs > a {
    color: #848484;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    border-left: 10px solid #a80000;
    padding: 3px 0 3px 15px;
    margin: 3px 0;
}

.cont-option-rs > a:hover {
    color: #848484;
    background-color: #f9f9f9;
}

.cont-option-rs > a > div > sup {
    color: #a80000;
}

.btn-dld {
    font-size: 30px;
    text-decoration: none;
    color: #848484;
}

.btn-dld:hover {
    color: #a80000;
}

.champ-txt-noir {
    border: none;
    border-bottom: 2px solid #a80000;
    outline: transparent;
    width: 100%;
    padding: 10px;
}

.champ-txt-blanc {
    border: none;
    border-bottom: 2px solid #a80000;
    outline: transparent;
    width: 100%;
    padding: 10px;
}

.cont-app-mobile {
    margin: 100px 0;
}

.app-mobile {
    background-color: #000;
    padding: 20px 50px;
    border-radius: 30px;
    color: #fff;
}

.img-app {
    height: auto;
    width: 100%;
}

.cont-txt-app {
    padding: 20px 0;
    display: grid;
    align-content: space-around;
    height: 100%;
}

.store-app {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-app > a > img {
    height: 70px;
    width: auto;
    padding: 10px;
}

.fonc-app {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.fonc-app > span {
    border-left: 10px solid #a80000;
    padding-left: 15px;
    margin: 5px;
}

.pied-page {
    margin-top: 100px;
    background-color: #848484;
    font-weight: 600;
}

.autre-pdp {
    padding: 30px 0;
}

.autre-pdp > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.autre-pdp > div > a {
    text-decoration: underline;
    color: #fff;
}

.autre-pdp > div > a:hover {
    color: #fff;
}

.autre-pdp > div > p {
    color: #fff;
}

.contact {
    background-color: #fff;
    padding: 50px 0;
    border-radius: 0 0 100px 100px;
}

.p-ahl {
    display: grid;
    justify-items: center;
}

.p-ahl > img {
    height: 100px;
    width: auto;
}

.p-ahl > h6 {
    color: #848484;
}

.contact-support {
    font-size: 25px;
    color: #848484;
    font-weight: 400;
    padding: 40px 0;
}

.contact-support > div > i {
    color: #000;
    margin-right: 20px;
    font-size: 30px;
}

.contact-support > div {
    display: flex;
    align-items: center;
}

/* Overlay */
.n-fenetre {
  background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
  position: fixed;
  inset: 0; /* équivaut à top:0; right:0; bottom:0; left:0 */
  display: flex;
  align-items: center; /* centre vertical */
  justify-content: center; /* centre horizontal */
  z-index: 1000;
}

/* Contenu du modal */
.cont-n-fenetre {
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  width: 600px;        /* largeur par défaut sur desktop */
  max-width: 90%;      /* ne jamais dépasser l’écran */
  max-height: 90vh;    /* éviter de déborder verticalement */
  overflow-y: auto;    /* scroll si contenu trop long */
  position: relative;  /* pour boutons fermetures si besoin */
  z-index: 1001;
}

.cover-log {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: start;
    padding: 0 100px;
    color: #fff;
}

.content-log {
    width: auto;
    height: 100vh;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
}

.content-log > img {
    height: 150px;
    width: auto;
    margin-bottom: 70px;
}

.content-log > h2 {
    margin-bottom: 70px;
}


.content-log > form {
    margin: 0 150px;
}

.cont-pass {
    display: flex;
    align-items: center;
}

.cont-pass > i {
    margin-left: -30px;
}

.table thead th {
    position: sticky;        /* fixe l'entête */
    top: 0;                  /* position en haut */
    background: #FFF;     /* fond pour que le texte soit lisible */
    z-index: 10;             /* au-dessus des lignes */
    border-bottom: 2px solid #dee2e6; /* optionnel */
    text-align: left;        /* optionnel */
    padding: 8px;            /* optionnel */
}

.table tbody td {
    font-size: 14px;           /* optionnel */
}

.t-msg-conf {
    color: #848484;
    margin-bottom: 0;
}

.cont-msg-conf {
    text-align: center;
}

.cont-msg-conf > div {
    margin: 50px 0;
}

.cont-msg-conf > div > i {
    font-size: 100px;
    color: #a80000;
}

.cont-doc {
    margin-top: 200px;
}

.head-doc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background-color: #FFF;
    box-shadow: 0px 4px 10px rgba(195, 195, 195, 0.25);
}

.head-doc > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.head-doc > div > img {
    height: 80px;
    width: auto;
}

.btn-tab > button {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #a80000;
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 18px;
}