
/* ----------  base.html -------------- */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    /* font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif; */
    font: 100% Avenir, Arial, Helvetica, sans-serif;
    background-color: #eaecf4;
    color: #333;
}

/* ****** page accueil text temporaire ******* */
.text-temp {
    margin: 0 auto;
    margin-top: 10%;
    width: 60%;
    text-align: center;
    color: rgb(2, 5, 145);

}
/* haut | droit | bas | gauche */
/* ***************** Style pour l'en-tête ****************/
header {
    background-color: #c1c9f7;
    color: rgb(5, 1, 41);
    padding: 10px 0;
    text-align: center;    
}
.header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
@media screen and (max-width: 990px) {
    .header-flex {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 97%;
        /* width: 90%; */
        font-size: 15px;
    }
}
  
.logo {
    width: 55px;
}
.menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 5px;
    /* border: solid 1px red; */
}
.menu a {
    color: rgb(5, 1, 41);
    text-decoration: none;
}
.menu a:hover {
    text-decoration: underline;
    color: rgb(6, 3, 168);
    /* background-color: #fbf5dd; */
}
.menu-raison > a {
    text-decoration: none;
}
.menu-raison > a:hover {
    color: rgb(6, 3, 168);
}
.menu-off {
    margin-left: 10px;
}

.label-hamburger, #toggle
{
    display: none;
}
   
@media screen and (max-width: 990px) {
    .menu {
        display: none;
    }
    .label-hamburger 
        {
        display: block;
        cursor: pointer;
        }
    #toggle:checked + .menu {
        margin-top: 15px;
        display: block;
        margin-bottom: 15px;
    }
    .menu-lien {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 185px;
        padding: 5px;
        border: solid 1px blanchedalmond;
        border-radius: 5px;
        background-color: #8fc7f5;
    }
}

/* ***** cookies ********** */
#cookie-banner {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 25%;
    background-color: #c3c3db;
    color: rgb(69, 67, 67);
    text-align: left;
    padding: 15px;
    text-align: justify;
    border: solid 3px rgb(200, 224, 246);
    border-radius: 9px;
}
.cookie-bt {
    text-align: center;
    margin-bottom: 10px;
    /* margin-top: 5px; */
    /* padding: 5px; */
}
.cookie-bt > a {
    text-decoration: none;
    font-size: 16px;
    background-color: rgb(244, 234, 216);
    padding: 6px;
}
@media screen and (max-width: 850px) {
    #cookie-banner {
        /* width: 90%; */
        right: 5px;
        left: 5px;
        width: auto;
    }
}


/****** Login *******/
.keypad {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 25%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.keypad button {
    font-size: 24px;
    padding: 15px;
}
.hidden {
    display: none;
}

/* **************** */
.content {
    flex: 1 0 auto;
    padding: 20px;
}

/****** Inscription *******/
.titre {
    text-align: center;
}
.emoji {
    font-size: 40px;
}
.message {
    text-align: center;
    color: #052140;
}
.message-mail {
    margin-top: 40px;
    text-align: center;
    color: rgb(235, 55, 55);
}
.form-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* width: 300px; */
    width: 40%;
}
.form-container h2 {
    margin-top: 0;
    text-align: center;
}
.form-container label {
    display: block;
    margin-bottom: 8px;
}
.form-container input {
    width: 81%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;    
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.bouton-valid {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    /* margin-left: auto;
    margin-right: auto; */
    background-color: #007BFF;
    width: 350px;
    color: wheat;
    border: none;
    box-shadow: 5px 5px 5px rgb(126, 125, 125);    
    padding: 10px;

}

.ident {
    margin-top: 15px;
    font-size: 35px;
    color: darkslategray;
}
.boutton-modif-content {
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #007BFF;
    width: 400px;
    padding: 10px;
}
.boutton-modif-content:hover {
    background-color: #0056b3;
}
.boutton-modif {
    color: yellow;
    background-color: #007BFF;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.marge-g {
    margin-left: 40px;
    color: greenyellow;
    font-size: 23px;
}

.boutton-modif-content:hover .boutton-modif {
    background-color: #0056b3; /* Couleur de survol pour le bouton */
    color: #FFFFFF; /* Couleur du texte du bouton */
    color: greenyellow;
    cursor: pointer;
}

.boutton-choix {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 400px;
    padding: 10px;
    background-color: #007BFF;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.boutton-choix:hover {
    background-color: #0056b3;
    color: greenyellow;
}
.boutton-choix > a {
    text-decoration: none;    
    color: yellow;
    font-size: 23px;
}
.boutton-choix > a:hover {
    text-decoration: none;    
    color: greenyellow;
}

.content-image {
    margin-top: 20px;
    text-align: center;
}
.text-image {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 25px;
}
.telecharge {
    background-color: #f0f4f8; /* Gris clair */
    color: #074da9; /* Bleu */
    border: 2px solid #1a73e8; /* Bordure bleue */
    border-radius: 8px; /* Coins arrondis */
    padding: 10px 20px; /* Taille du bouton */
    font-size: 20px; /* Taille du texte */
    cursor: pointer;
    transition: all 0.3s ease; /* Effet de transition */
}
.telecherge:hover {
    background-color: #1a73e8; /* Bleu au survol */
    color: #fff; /* Texte blanc */
}
.info-inscri {
    color: red;
}

/****** Pied de page *******/
.footer {
    flex-shrink: 0;
    /* background-color: #f1f1f1; */
    /* text-align: center; */
    /* padding: 10px; */
    /* border-top: 1px solid #ccc; */
}

.pied {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px 25px 15px;
    text-align: left;
    color: rgb(221, 221, 246);
    background-color: rgb(2, 54, 82);
    /* background-color: #0d0d0d; */
  }
  
  @media screen and (max-width: 850px) {
    .pied-logo-resp {
      text-align: center;
      margin-top: 25px;
    }
  }
  .pied-transparent {
    color: rgba(2, 54, 82, 0);
  }
  .pied-text {
    font-size: 19px;
  }
  .pied-catapulte-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 60px 260px;
    align-items: center;
    font-style: italic;
  }
  .pied-catapulte-lien {
    margin-top: 10px;
  }
  .pied-catapulte-lien > a {
    text-decoration: none;
    color: rgb(221, 221, 246);
    border-bottom: solid 1px rgba(221, 221, 246, 0.652);
  }
  .pied-lien {
    color: aquamarine;
  }
  