.couleur-bleu-fonce {
    color: var(--bs-bleu);
}

.couleur-blanc {
    color: var(--bs-blanc);
}

.couleur-gris {
    color: var(--bs-gris);
}

.couleur-texte-jaune {
    color: var(--bs-jaune);
}

.couleur-background-jaune {
    color: var(--bs-bg-jaune);
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Regular-22cada5b8316be1436f53f1e5c4ab150.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Bold-23d9fa50d921b5e1935cb43e1b1f71c4.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* font size prédifini */

.fs-texte {
    font-size: 12px;
}

.fs-texte-sd {
    font-size: 10px;
}

/* fin font size */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh !important;
    color: var(--bs-bleu);
    width: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    color: var(--bs-bleu);
}

h2 {
    font-weight: bold;
    font-size: 20px;
    color: var(--bs-jaune);
}

h3, h4, h5 {
    font-weight: bold;
}

a {
    color: var(--bs-bleu);
    text-decoration: none;
}

body.no-bg #wrapper2 {
    width: 100%;
    margin: 0 auto;
}

body.has-bg #wrapper2 {
    width: 100% !important;
}

body.has-bg #wrapper1 {
    width: 83.59%;
    margin: 0 auto;
    background: #fff;
    background-image: none;
}

header {
    height: auto;
    padding: 1rem;
}

#logo {
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icone-user svg, .icone-user svg path {
    width: 15px;
    height: 15px;
}

.petales {
    width: 30px;
    margin-left: 70%;
    margin-bottom: -15px;
}

.svg-couleur-icone {
    fill: var(--bs-bleu)
}
.couleur-gris {
    color: var(--bs-gris);
}

.btn {
    padding: 0.7em 2.2em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-primary {
    color: var(--bs-blanc);
    background-color: var(--bs-bleu);
    border: 1px solid var(--bs-bleu) !important;
    box-sizing: border-box;
    border-radius: 0px;
}

.btn-outline-secondary {
    border-radius: 0px;
    border: 1px solid;
}

.btn.btn-lg {
    font-size: 20px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.btn:active {
    color: var(--bs-bleu);
    background-color: var(--bs-blanc);
}

/*form*/
.container-form {
    width: auto;
    padding: 0;
}

.no-bg .container-form {
    padding: 0 5%;
}

.container-form .form-group,
.container-form .form-button {
    margin-left: 10%;
    margin-right: 10%
}

#jeu_inner {
    text-align: center;
}

form label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #122a4d;
    opacity: .5 !important;
}

form input {
    box-shadow: 0px 3px 6px #00000029;
    color: #122a4d;
    opacity: 1;
    border-radius: 0 !important;
    /* height: 25px;*/
    margin: auto;
}

form input::placeholder {
    font-size: 15px;
    opacity: 0.5;
    text-align: center;
}

form textarea {
    box-shadow: 0px 3px 6px #00000029;
    color: #122a4d;
    opacity: 1;
    border-radius: 0 !important;
    margin: auto;
    resize: none;
}

.form-group {
    /* margin-top: 33px;*/
    margin-bottom: 33px;
}

.form-group label {
    margin-bottom: 6px;
}
.form-check-label {
    text-align: left;
}

#form-accepte .form-check-label {
    padding-top: 3px;
}

.invalid-feedback {
    font-size: 8px;
    font-weight: bold;
    text-align: left;
}

label a {
    text-decoration: underline;
    ;
}

/*fin form */
footer {
    width: 100%;
    height: 28px;
    bottom: 0px !important;
    background: var(--bs-bleu);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px !important;
    flex-shrink: 0;
    color: var(--bs-blanc);

}

footer a {
    color: var(--bs-blanc);
}

.popup-logo {
    max-height: 150px;
    max-width: 50%;
}

@media (min-width: 576px) {
    .petales {
        margin-left: 65%;
    }
}

@media (min-width: 768px) {
    .petales {
        margin-left: 62%;
    }
}

@media (min-width: 992px) {
    .icone-user svg {
        width: 22px;
        height: 22px;
    }

    header {
        padding: 2rem;
    }

    .petales {
        margin-left: 59%;
    }

    .container-form {
        width: 80%;
    }

}

@media (min-width: 1200px) {
    .btn {
        font-size: 14px;
    }

    /* font size prédifini */
    h1 {
        font-size: 35px;
    }

    .fs-texte {
        font-size: 15px;
    }

    .fs-texte-sd {
        font-size: 12px;
    }

    /* fin font size */
    body.no-bg #wrapper2 {
        max-width: 69.56%;
    }

    body.has-bg #wrapper1 {
        width: 62.24%;
    }

    header {
        padding: 3rem;
    }

    #logo {
        height: 72px;
    }

    .icone-user svg {
        width: 29px;
        height: 29px;
    }

    /*form */
    .container-form {
        width: 60%;
    }

    .no-bg .container-form {
        padding: 0 2%;
    }

    .container-form .form-group,
    .container-form .form-button {
        margin-left: 20%;
        margin-right: 20%
    }

    form label {
        font-size: 12px;
    }

    .mb-form {
        margin-bottom: 7px;
    }

    .form-group label {
        margin-bottom: 7px;
    }

    /*   form input {
        height: 36px;
    }*/
    .form-control:not(textarea) {
        height: 45px !important;
    }

    .invalid-feedback {
        font-size: 10px;
        font-weight: bold;
    }

    #form-accepte .form-check {
        /*margin-top: 60px;*/
        /*   margin-bottom: 60px;*/
    }

    /*fin form */
    .petales {
        width: 45px;
        margin-left: 65%;
    }

    footer {
        height: 42px;
    }

}

@media (min-width: 1400px) {
    .petales {
        margin-left: 60%;
    }
}