body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.swal2-html-container {
    text-align: center !important;
}

.doc {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-inline: 15px;
    max-width: 1400px;
}

.doc-contenu {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .doc-contenu {
        flex-direction: column;
        align-items: center;
    }
}

.doc-liste {
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin: 7px;
    height: fit-content;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 15px;
    width: fit-content;
}

.doc-texte {
    margin: 7px;
    padding: 10px;
    text-align: justify;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 15px;
}

.image-mode {
    width: 26px;
    height: 26px;
    margin-inline: 5px;
}

.fleche-retour:hover {
    cursor: pointer;
}

.switch-dark {
    display: flex;
    flex-direction: row;
    padding: 8px;
}

.switch-dark .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 26px;
}

.switch-dark .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-dark .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7e7e7e;
    transition: .4s;
    border-radius: 34px;
}

.switch-dark .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .2s;
    border-radius: 50%;
}

.switch-dark input:checked + .slider {
    background-color: #7e7e7e;
}

.switch-dark input:checked + .slider:before {
    transform: translateX(18px);
}

.wrapper {
    flex: 1;
}

footer {
    padding-top: 15px;
}

/* Style de base pour la navbar */
.navbar {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px;
    padding-inline: 5%;
    color: black;
}

/* Style du logo */
.navbar-logo a img{
    color: wblack;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.navbar-logo {
    height: 45px;
}

/* Style des liens de la navbar */
.navbar-links a {
    color: rgb(63, 63, 63);
    text-decoration: none;
    margin: 0 10px;
}

.langue-menu {
    color: rgb(63, 63, 63);
    text-decoration: none;
    margin: 0 10px;
}

/* Style des liens au survol */
.navbar-links a:hover {
    text-decoration: underline;
}

/* page d'accueil */
/* section 1 */
.accueil-image {
    width: 100%;
    background-image: url('../images/accueil_image.jpg');
    background-size: cover;
    background-position: center 25%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accueil-content {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
}

/* section 2 */
.a-propos {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
}

.titre-gris {
    color: #585858;
    text-align: center;
    margin-bottom: 10px;
}

.inscription-connexion {
    text-align: center;
    align-items: center;
}

.btn-accueil {
    text-align: center;
    width: 250px;
    border-radius: 100px;
    padding-inline: 15px;
    margin-inline: 25px;
    margin-bottom: 25px;
    font-size: 25px;
    border: none;
    background-color: #e0506c;
    transition: transform 0.2s ease-in-out;
}

.btn-accueil:hover {
    transform: scale(1.05);
}

.parcs-accueil {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 15px;
    border-radius: 15px;
    width: 300px;
    height: 420px;
    box-shadow: 0px 0px 10px grey;
    transition: transform 0.2s ease-in-out;
}

.parcs-accueil:hover {
    transform: scale(1.05);
}

.texte-parcs-accueil {
    color: white;
    margin-bottom: 0px;
    font-size: 25;
    text-align: center;
    background-color: #585858;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 10px;
}

/* Page Login */
.login_bg {
    background-image: url('../images/login_bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 85vh;
}

.bulle-login {
    align-items: center;
    max-width: 95%;
}

.login {
    border-radius: 15px;
    padding: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.login h1 {
    text-align: center;
}

.login form {
    max-width: 350px;
    margin-top: 20px;
    font-size: 20px;
}

.login label {
    display: block;
    margin-bottom: 8px;
}

.login input {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #606060;
    background-color: #e4e4e4;
}

.login input[type="submit"] {
    background-color: #006eaf;
    border-radius: 100px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    border: none;
    transition:transform 100ms ease-in-out;
}

.login input[type="submit"]:hover{
    transform: scale(1.02);
}

.login p {
    color: red;
    text-align: center;
}

/* footer*/
.liens-nav {
    text-decoration: underline;
    color: grey;
    width: max-content;
    
}

.liens-nav:hover {
    color: #006eaf;
}

.register form {
    max-width: 350px;
    margin-top: 20px;
    font-size: 20px;
    padding-inline: 10px;
}

.register label {
    display: block;
}

.register input {
    border: 1px solid black;
    background-color: #e4e4e4;
}

.bulle-register {
    max-width: 350px;
    align-items: center;
    max-width: 95%;
}

.input-zone input {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #606060;
    background-color: #e4e4e4;
}

.register {
    max-width: 350px;
    border-radius: 15px;
    padding: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.register-button {
    display: block;
    margin: auto;
    color:white;
    width: 200px;
    background-color: #006eaf;
    border: none;
    border-radius: 100px;
    font-size: 20px;
    transition: transform 0.1s ease-in-out;
    padding-inline: 15px;
}

.register-button:hover {
    transform: scale(1.03);
}

#password-strength {
    font-size: 12px;
}

#passwordMessage {
    font-size: 12px;
}

#dateNaissanceAlert {
    font-size: 12px;
}

.weak {
    color: red;
}
.medium {
    color: orange;
}
.strong {
    color: green;
}

.required {
    color: red;
    margin-left: 5px;
}

.message-box-me {
    margin-inline: 10px;
    margin-left: auto;
    width: 85%;
    padding: 5px;
    background-color: #a7a7a7;
    border-radius: 20px;
    margin-bottom: 10px;
}

.message-box-me .name {
    text-align: end;
    padding-right: 10px;
}

.message-box-me .message {
    font-size: 20px;
    padding-inline: 10px;
}

.message-box {
    margin-inline: 10px;
    margin-right: auto;
    padding: 5px;
    width: 85%;
    background-color: rgb(108, 151, 176);
    border-radius: 20px;
    margin-bottom: 10px;
}

.message-box .name {
    text-align: start;
    padding-left: 10px;
}

.message-box .message {
    font-size: 20px;
    padding-inline: 10px;
}

.chat-box {
    overflow-y: auto;
    max-height: 70vh;
    padding: 10px;
    width: 100%;
  }

.chat-container {
    flex-grow: 1;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.chatForm {
    padding: 10px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}

.chat-boutton {
    width: fit-content;
    padding-inline: 5px;
    border: 1px solid #606060;
    border-radius: 5px;
    font-size: 22px;
}

.chat-barre {
    padding-right: 0px;
    width: 100%;
    border: 1px solid #606060;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 22px;
}

/* home privée */
.parcs-home {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 15px;
    border-radius: 15px;
    width: 300px;
    height: 420px;
    box-shadow: 0px 0px 10px grey;
    transition: transform 0.2s ease-in-out;
}

.parcs-home:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.rejoins-les {
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 20px;
    text-align: center;
    background-color: #585858;
    border-radius: 100px;
    padding-inline: 15px;
    padding-bottom: 4px;
}

.rejoins-les:hover {
    text-decoration: underline;
}

.search-container {
    display: flex;
    margin: 20px;
}

.search-bar {
    padding: 10px;
    flex-grow: 1;
    border: 1px solid #006eaf;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.search-button {
    background-color: #006eaf;
    border: 1px solid #006eaf;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search-button img {
    width: 25px;
    height: 25px;
}

.parcs-recherche {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 15px;
    border-radius: 15px;
    width: 150px;
    height: 210px;
    box-shadow: 0px 0px 10px grey;
    transition: transform 0.2s ease-in-out;
}

.parcs-recherche:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.search-message {
    text-align: center;
}

.container-resultats-recherche {
    background-color: #e3e3e3;
    border-radius: 10px;
    border: 1px solid #006eaf;
}

.notfound {
    font-size: 15px;
    align-items: center;
    text-align: center;
}

.container-resultats-trip {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.container-resultats-trip.scrolling {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }  

.scrolling-container {
    display: flex; /* Place les wrappers horizontalement */
    width: max-content; /* S'ajuste à la largeur totale des éléments */
  }

.photo-wrapper {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
    margin-right: 5px;
}

.duplicate {
    flex-shrink: 0; /* Même règle pour éviter le rétrécissement */
  }

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.trip-bulle {
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    padding: 10px;
    margin: 10px;
    align-items: center;
    text-align: center;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    color: #6a6a6a;
    border-radius: 15px;
}

.trip-bulle:hover {
    cursor: pointer;
}

.parcs-trips {
    display: flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px;
    border-radius: 15px;
    width: 140px;
    height: 196px;
}

.jour {
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 10px grey;
    transition: transform 0.2s ease-in-out;
    background-color:#e0e0e0;
    color: black;
}

.jour:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.jour-edit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 10px grey;
    background-color:#e0e0e0;
}

.parcs-prevus {
    display: flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: end;
    justify-content: right;
    align-items: start;
    margin-top: 15px;
    border-radius: 15px;
    width: 140px;
    height: 196px;
}

.cloche-notif {
    margin: 5px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    background-color: white;
}

.visites-prevues {
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 5px;
}

.texte-gris {
    color: #6a6a6a;
    text-align: center;
}

.sous-texte-gris {
    color: #6a6a6a;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
    font-style: italic;
}

.visite-titre-container{
    width: 100%;
    text-align: center;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.visite-nom-parc {
    color:#6a6a6a;
    text-align: center;
    margin-bottom: 2px;
}

.visite-sous-nom-parc {
    color:#6a6a6a;
    text-align: center;
    font-style: italic;
    margin-top: none;
}

.visite-date {
    color:#6a6a6a;
    font-style: italic;
}

.image-visite-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.parc-image-visite {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 15px;
    border-radius: 15px;
    width: 300px;
    height: 420px;
    box-shadow: 0px 0px 10px grey;
}

.quitter-visite-button {
    margin-top: 25px;
    padding-inline: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    border: none;
    border-radius: 100px;
    transition: transform 0.1s ease-in-out;
}

.quitter-visite-button:hover {
    transform: scale(1.02);
}

.bulle-visiteur {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 10px grey;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.bulle-visiteur-haut {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bulle-visiteur-bas {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.bulle-visiteur:hover {
    transform: scale(1.01);
}

.user-picture-visite {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: cover;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 30px;
}

.user-picture-navbar {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: cover;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-left: 5px;
    border: 1px solid rgb(63, 63, 63);
}

.image-parc-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-parc {
    width: 80%;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.visites-liste-container {
    padding: 0px;
    text-align: center;
}

.parc-visite-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 370px;
    margin-bottom: 15px;
    background-color: #006eaf;
    border-radius: 30px;
    padding: 15px;
    color: white;
    margin-inline: 10px;
    box-shadow: 0px 0px 10px grey;
}

.bouton-rejoindre-visite {
    cursor: pointer;
    width: fit-content;
    background-color: white;
    color: #006eaf;
    padding-inline: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 100px;
    border: none;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

.bouton-rejoindre-visite:hover {
    transform: scale(1.01);
    text-decoration:underline;
    cursor: pointer;
}

.ajout-visite-container{
    width: 100%;
    text-align: center;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.form-ajout-visite {
    border: none;
}

.add-visite-button {
    display: block;
    margin-inline: 15px;
    color:white;
    width: 150px;
    background-color: #006eaf;
    border: none;
    border-radius: 100px;
    font-size: 25px;
    transition: transform 0.1s ease-in-out;
    padding-inline: 15px;
}

.afterday-button {
    border: none;
    border-radius: 100px;
    width: 80px;
    margin-inline: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    transition: transform 0.1s ease-in-out;
}

.afterday-button:hover {
    transform: scale(1.02);
}

.deja-repondu {
    color: white;
    background-color: grey;
    width:fit-content;
    padding-inline: 10px;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.formulaire-post-visite {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 25px;
    padding: 10px;
    width: 100%;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 15px;
}

.formulaire-post-visite textarea {
    padding: 5px;
    width:100%;
    height: 125px;
    border: 1px solid #cccccc;
}

.formulaire-post-visite button {
    width:fit-content;
    padding: 5px;
    padding-inline: 15px;
    border-radius: 100px;
    margin: 15px;
    color:white;
    background-color: #006eaf;
    border: none;
    transition: transform 0.1s ease-in-out;
}

.formulaire-post-visite h4 {
    color:#006eaf
}

.formulaire-post-visite button:hover {
    transform: scale(1.02);
}

.profile-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-image: url('../images/login_bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 85vh;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.profile {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    width: 90%;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    padding: 25px;
    border-radius: 25px;
}

.user-picture-profile {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: cover;
    text-align: center;
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    border: 1px solid #cccccc ;
}

.section-profile {
    color: grey ;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
}

.info-user-profile {
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-edit-button {
    padding-inline: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    text-decoration: none;
    color: white;
    font-size: 18px;
    width: fit-content;
    cursor: pointer;
    border-radius: 100px;
    transition: transform 0.1s ease-in-out;
}

.profile-edit-button:hover {
    transform: scale(1.02);
}

.profile-edit {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    width: fit-content;
    max-width: 90%;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    padding: 25px;
    border-radius: 25px;
}

.profile-edit-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: fit-content;
    width: fit-content;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    padding: 25px;
    border-radius: 25px;
}

.profile-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    max-width: 90%;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    padding: 25px;
    border-radius: 25px;
}

.forgoted-password {
    color: #006eaf ;
    text-decoration: underline;
    margin-top: 10px;
}

.home-park {
    transition: transform 0.1s ease-in-out;
}

.home-park:hover {
    transform: scale(1.02);
}

.bulle-retour {
    border: 2px solid grey;
    border-radius: 100px;
    height: fit-content;
    padding: 4px;
    margin: 5px;
}

.sous-bulle-retour {
    margin-inline: 10px;
}

.programme-trip {
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bouton-poubelle {
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #cccccc;
    border-radius: 80px;
    border: 1px solid grey;
    width: 80px;
    height: 80px;
    transition: transform 0.2s ease-in-out;
}

.bouton-poubelle:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.pick-date {
    padding: 10px;
    margin-top: 10px;
    background-color: #006eaf;
    color: white;
    border-radius: 100px;
    transition: transform 0.2s ease-in-out;
}

.pick-date:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.ajout-activite {
    border-radius: 10px;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-inline: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.zone-saisie {
    width: 100%;
}

.ajout-activite-valider {
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    transition: transform 0.2s ease-in-out;
}

.ajout-activite-valider:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.titre-date {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom:5px;
}

.edit-moyens-transport {
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 10px;
    padding-inline: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    flex: 1;
}

.form-transport {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.form-divers {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.form-divers h5 {
    text-align: start;
    color:#6a6a6a;
}

.form-divers-dates {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 15px;
}

.bouton-retour {
    display: flex;
    justify-content: center;
}

.texte-description {
    text-align: justify;
    padding-inline: 15px;
    padding-bottom: 5px;
    margin: 0px;
}

/* checkbox custom */

/* personaliser le container (le label) */
.transport-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
  }
  
  /* cacher la checkbox par défaut des navigateurs (elle est moche) */
  .transport-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* créer la checkbox custom */
  .transport-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    border: 1px solid #006eaf;
    background-color: #eee;
  }
  
  /* fond plus foncé quand souris sur checkbox */
  .transport-container:hover input ~ .transport-checkmark {
    background-color: #ccc;
  }
  
  /* checkbox cochée = fond bleu */
  .transport-container input:checked ~ .transport-checkmark {
    background-color: #2196F3;
  }
  
  /* créer l'indicateur 'validé' (caché quand pas coché) */
  .transport-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* montrer l'indicateur quand checké */
  .transport-container input:checked ~ .transport-checkmark:after {
    display: block;
  }
  
  /* personaliser l'indicateur (symbole validé) */
  .transport-container .transport-checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }