:root {
    /* ==[THEME COLOR]== */
    --color-main:#2e1452;
    --color-main-v1:var(--color-main);
    --color-main-title-v1:var(--color-main);

    --color-main-text-v1:var(--bs-white);
    --color-bgmain-txtsub:var(--bs-white);

    --color-sub-v1:#2e1452;
    --bs-link-color:var(--color-sub-v1);
    --bs-nav-link-color:var(--color-sub-v1);
    --color-red:var(--color-sub-v1);
    --color-sub-point-v1:var(--color-main);
    --color-sub-title:var(--color-main);
    --color-sub-title-v1:var(--color-main);
    --color-sub-text-v1:var(--color-main);
}
#client-changepassword #content{
    min-height: 850px;
}

#loginHeader{background-size:70%!important;background-color:var(--bs-white);}
.text-light{color:var(--bs-white)!important;}
footer{color:var(--bs-white);}
.top-space{padding-bottom: 140px; padding-top: 50px; }
/* ==[SMALL SIZE]== */
@media screen and (min-width: 576px) {}
/* ==[MEDIUM SIZE]== */
@media screen and (min-width: 768px) {#loginHeader{background-size:100%!important;}}
/* ==[LARGE SIZE]== */
@media screen and (min-width: 992px) {}
/* ==[EXTRA LARGE SIZE]== */
@media screen and (min-width: 1200px) {}
/* ==[DOUBLE EXTRA LARGE SIZE]== */
@media screen and (min-width: 1400px) {}
.modal-dialog.modal-dialog-centered {
    float: left;
}

/*JEU PRONOSTICS */

#games-pronostic .BandeauHorizontal, #games-pronosticintro .BandeauHorizontal, #games-pronosticreglement .BandeauHorizontal{
    width: initial;
}
#bandeauHaut{
    background-position: center;
}
#IntroJeu{
    background-size: cover;
}
#BtnJouerReglement{
    display: none;
}
#PhraseIntro .top-space{
    padding-bottom: 50px !important;
}
#games-pronosticintro #BtnJouerJeu #imgBtnJouer{
    width: 200px;
    margin-bottom: 20px;
}
#formPronostic, #ContenuResultatJeu{
    background: rgba(14, 92, 19, 0.8);
}
#formPronostic tbody{
    color: #ffffff;
}
#formPronostic input{
    width: 150px;
    text-align: center;
}
.logoEquipe{
    width: 75px;
}
#PhraseResponseRemerciement .container h5{
    text-align: center;
}
#titreResultat{
    text-align: center;
    color: #ffffff;
    display: none;
}
#games-pronostic #PhraseResponseRemerciement {
    float:inherit!important
}

div#PhraseResponseRemerciement {
        float: inherit !important;
}