@charset "utf-8";

body {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

.content {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

p,
ul,
li,
table,
tr,
th,
td,
h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

a {
    color: #000000;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}

@font-face {
    font-family: "Recoleta-Black";
    src: url('../font/Recoleta-Black.eot');
    /* Pour IE9 Compat mode */
    src: url('../font/Recoleta-Black.eot?#iefix') format('eot'),
        url('../font/Recoleta-Black.woff') format('woff'),
        url('../font/Recoleta-Black.svg') format('svg'),
        url('../font/Recoleta-Black.ttf') format('truetype');
}

.fontRecoBk {
    font-family: "Recoleta-Black";
    font-weight: normal;
}

@font-face {
    font-family: "Recoleta-SemiBold";
    src: url('../font/Recoleta-SemiBold.eot');
    /* Pour IE9 Compat mode */
    src: url('../font/Recoleta-SemiBold.eot?#iefix') format('eot'),
        url('../font/Recoleta-SemiBold.woff') format('woff'),
        url('../font/Recoleta-SemiBold.svg') format('svg'),
        url('../font/Recoleta-SemiBold.ttf') format('truetype');
}

.fontRecoSeBd {
    font-family: "Recoleta-SemiBold";
    font-weight: normal;
}

@font-face {
    font-family: "Lemongrass-Regular";
    src: url('../font/Lemongrass-Regular.otf') format('opentype');
}

.fontLemongrass {

    font-weight: normal;
}

@font-face {
    font-family: "Recoleta-Regular";
    src: url('../font/Recoleta-Regular.eot');
    /* Pour IE9 Compat mode */
    src: url('../font/Recoleta-Regular.eot?#iefix') format('eot'),
        url('../font/Recoleta-Regular.woff') format('woff'),
        url('../font/Recoleta-Regular.svg') format('svg'),
        url('../font/Recoleta-Regular.ttf') format('truetype');
}

.fontRecoSeRe {
    font-family: "Recoleta-Regular";
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url('../font/OpenSans-Bold.eot');
    /* Pour IE9 Compat mode */
    src: url('../font/OpenSans-Bold.eot?#iefix') format('eot'),
        url('../font/OpenSans-Bold.woff') format('woff'),
        url('../font/OpenSans-Bold.svg') format('svg'),
        url('../font/OpenSans-Bold.ttf') format('truetype');
}

.fontOpenBd {
    font-family: "OpenSans-Bold";
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url('../font/OpenSans-Regular.eot');
    /* Pour IE9 Compat mode */
    src: url('../font/OpenSans-Regular.eot?#iefix') format('eot'),
        url('../font/OpenSans-Regular.woff') format('woff'),
        url('../font/OpenSans-Regular.svg') format('svg'),
        url('../font/OpenSans-Regular.ttf') format('truetype');
}

.fontOpenRe {
    font-family: "OpenSans-Regular";
    font-weight: normal;
}

@font-face {
    font-family: "Gobold-Bold";
    src: url('../font/Gobold-Bold.eot');
    /* Pour IE9 Compat mode */
    src: url('../font/Gobold-Bold.eot?#iefix') format('eot'),
        url('../font/Gobold-Bold.woff') format('woff'),
        url('../font/Gobold-Bold.svg') format('svg'),
        url('../font/Gobold-Bold.ttf') format('truetype');
}

.fontGobold {
    font-family: "Gobold-Bold";
    font-weight: normal;
}

.bouton {
    margin-top: 49px;
    float: left;
    width: 100%;
    text-align: center;
}

#form_coord .bouton {
    float: left;
    width: 100%;
    text-align: center;
}

.bouton .load {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -19px;
    margin-left: -19px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1e5d30;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

.bouton-left {
    float: left;
    width: 50%;
    text-align: right;
}

.bouton-right {
    float: right;
    width: 50%;
    text-align: left;
}

@media screen and (max-width: 33.999em) {
    .bouton-left {
        width: 100%;
        text-align: center;
    }

    .bouton-right {
        width: 100%;
        text-align: center;
    }
}

.bouton a {
    display: inline-block;
    width: 187x;
    height: auto;
    margin: 0 35px;
    padding: 4px;
    text-decoration: none;
    background-color: #003ca5;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-radius: 5px;
    margin-bottom: 38px;
}

.bouton a div {
    width: 100%;
    height: auto;
    color: #004d9f;
    font-size: 17px;
    line-height: 43px;
    text-align: center;
    background-color: #ffed00;
    -webkit-transition: all 0.3s;
    /* Chrome, Safari */
    -moz-transition: all 0.3s;
    /* Mozilla */
    -ms-transition: all 0.3s;
    /* IE */
    -o-transition: all 0.3s;
    /* Opéra */
    transition: all 0.3s;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 5px;
}

.bouton .bouton-left a {
    display: inline-block;
    width: 208px;
    height: auto;
    margin: 0 35px;
    padding: 4px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #003ca5;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-radius: 5px;
    margin-bottom: 38px;
}

.bouton .bouton-left a div {
    width: 100%;
    height: auto;
    color: #003ca5;
    font-size: 21px;
    line-height: 43px;
    text-align: center;
    /* background-color:#7e69ac; */
    -webkit-transition: all 0.3s;
    /* Chrome, Safari */
    -moz-transition: all 0.3s;
    /* Mozilla */
    -ms-transition: all 0.3s;
    /* IE */
    -o-transition: all 0.3s;
    /* Opéra */
    transition: all 0.3s;
}

/* .bouton a:hover div{
	color:#003ca5;
	background-color:#e9c571;
}

a.bouton2 div{
	background-color:#003ca5;
} */

.mobile {
    display: none;
}

.ui-autocomplete {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 200px;
    max-height: 300px;
    padding: 0;
    margin: 0 0 10px 25px;
    list-style: none;
    border: 1px solid #9e9e9e;
    background-color: #000000;
    overflow: auto;
}

.ui-menu-item {
    padding: 7px 10px;
    font-size: 12px;
    color: #222;
    cursor: pointer;
}

.ui-menu-item span {
    color: #000;
}

.ui-menu-item:hover {
    background-color: #003ca5;
}

.ui-helper-hidden-accessible {
    display: none;
}


/* HEADER */



#page_home_header {
    position: relative;
    width: 100%;
    height: 450px;
    background: url("../img/bandeau.png") no-repeat;
    background-color: #003ca5;
    background-position: top center;
    background-size: cover;
}

#logo {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -633px;
}

@media screen and (max-width: 1300px) {
    #logo {
        margin-left: -580px;
    }
}


/* CONTENU */

#contenu {
    position: relative;
    background-color: #003ca5;
}

#bl_contenu {
    background-color: #003ca5;
    width: 970px;
    padding: 45px 0 50px 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    overflow: hidden;
}

h1 {
    font-size: 31px;
    line-height: 1.2em;
    text-align: center;
}

h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}

h2 span {
    text-transform: none;
}

.sstitre {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
}

.text1 {
    font-size: 16px;
    line-height: 1.2em;
}

.text2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 27px;
}

.text3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 27px;
}

#mentions {
    float: left;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    color: #ffffff;
}

#ariane {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 22px;
}

.ariane_num {
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #5b538f;
}

.ariane_num p {
    color: #686293;
    font-size: 16px;
    line-height: 26px;
}

.ariane_icon {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: 6px;
}

.ariane_slache {
    width: 30px;
    height: 2px;
    margin-top: 14px;
    background-color: #5b538f;
}

.ariane_slache.ariane_actif {
    background-color: #e9c571;
}

.ariane_actif .ariane_num {
    background-color: #e9c571;
    border: 2px solid #e9c571;
}

.ariane_actif .ariane_num p {
    color: #003ca5;
}

#file_list {
    float: left;
    width: 100%;
    height: auto;
}

.file_ligne {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.file_visuel {
    display: inline-block;
    vertical-align: middle;
}

.file_visuel img {
    float: left;
    width: 320px;
    height: auto;
}

.file_name {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    padding: 0 15px 0 10px;
    word-wrap: break-word;
    font-size: 12px;
}

.file_delete {
    display: inline-block;
    vertical-align: middle;
}

.file_delete img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}


/* PAGE: Accueil */
/* Bloc mention + CTA home */
#bl_mentions_cta {
    background-color: #003ca5;
    text-align: center;
    padding: 18px 20px 30px;
}

.mention_legale {
    display: block;
    font-size: 11px;
    line-height: 1.4em;
    color: #ffffff;
    max-width: 1100px;
    white-space: nowrap;
    margin: 0 auto 24px;
}

.bouton_cta_home {
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bouton_cta_home .btn-home {
    display: inline-block;
    width: 220px;
    padding: 4px;
    text-decoration: none;
    background-color: #ffed00;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
}

.bouton_cta_home .btn-home div {
    width: 100%;
    color: #003ca5;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    transition: all 0.3s;
}

.bouton_cta_home .btn-home:hover div {
    opacity: 0.85;
}

/* Responsive */
@media screen and (max-width: 600px) {
    .bouton_cta_home {
        flex-direction: column;
        align-items: center;
    }

    .bouton_cta_home .btn-home {
        width: 80%;
        max-width: 280px;
    }

    .mention_legale {
        white-space: normal;
        font-size: 10px;
    }
}

#bl_banniere {
    margin: 0 auto;
    position: relative;
    width: 1900px;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#banniere_home {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#page_home #bt_participer {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    line-height: 49px;
    background-color: #003ca5;
    ;
    color: white;
    border-radius: 5px;
    font-weight: 900;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
}

.bouton a {
    display: inline-block;
    width: 208px;
    height: auto;
    margin: 0 35px;
    padding: 4px;
    text-decoration: none;
    background-color: #003ca5;
    ;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-radius: 5px;
    margin-bottom: 38px;
}



#page_home #page_home_header {
    height: 797px;
    width: 100%;
    background: url("../img/bandeau_home_min.png") no-repeat;
    background-color: #f6f4f5;
    background-position: top center;
    background-size: cover;
}

#main-header {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    background-color: #003ca5;
    box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.15);
}

#main-header ul {
    text-align: right;
    padding-right: 150px;
}

#main-header li {
    display: inline;
    list-style: none;
}

#main-header li a {
    margin: 0 15px;
    color: #ebe4e4;
    font-size: 13px;
    line-height: 80px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

/* #page_home header{
	position:relative;
	width:100%;
	min-height:89px;
    padding-top:16px;
	background-color:#fff;
    border-bottom:1px solid #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
} */

#page_home #bt_jouer {
    position: absolute;
    margin-top: 628px;
}

#page_home #bt_jouer a {
    padding: 2px;
    background-color: transparent;
    width: 223px;
}

#page_home #bt_jouer a {
    font-size: 18px;
    line-height: 49px;
    background-color: #003ca5;
    color: white;
    border-radius: 5px;
    font-weight: 900;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 7%;
    margin-left: 48%;
}

#page_coord #bl_contenu1 {
    z-index: +1;
    top: 1px;
    width: 100%;
}

/* #page_home #bt_jouer a:hover div{
	color:#003ca5;
	background-color:#e9c571;
} */

#page_home #contenu {
    min-height: 0 !important;
    height: auto !important;
    background-color: #003ca5;
}

#page_home h1 {
    margin-top: 72px;
}

#page_home #bl_tuto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 54px;
    padding-bottom: 130px;
}

#page_home .tuto_cadre {
    width: 280px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px
}

#page_home .tuto_cadre img {
    width: auto;
    height: 78px;

}

#page_home .tuto_text {
    margin: 0 14px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
}


/* PAGE: Coordonnées */
#page_home #bl_contenu {
    z-index: +1;
    top: 1px;
    width: 100%;
    padding-bottom: 53px;
}

#page_coord #bl_contenu form {
    margin-top: 38px;
    margin-bottom: 22px;
}

#page_coord #bl_middle {
    width: 380px;
    margin: 0 auto;
}

#page_coord #bl_radio {
    float: left;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 10px;
}

#page_coord #bl_radio .check_ligne {
    float: left;
}

#page_coord #bl_radio .check_btn {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/radio_80.png) no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
}

/* Le carré de la checkbox */
.check_btn {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    /* Couleur bordure quand vide */
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    transition: all 0.2s ease;
}

/* Style quand la case est cochée */
.check_btn.checked {
    background-color: #ffed00;
    /* Couleur de fond (rouge) */
    border-color: #ffed00;
}

/* Dessin de la coche (V) en pur CSS */
.check_btn.checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #003ca5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.white_color {
    color: white;
}

label {
    display: inline-block;
    white-space: nowrap;
}

.yellow_color {
    color: #ffed00 !important;
}

#page_coord #bl_radio label {
    width: auto;
    height: 20px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
}

#page_coord input[type=email] {
    text-transform: lowercase;
}

#page_coord #bl_code {
    float: left;
    margin-top: 35px;
    z-index: 99;
    position: relative;
    width: 100%;
}

#page_coord #bl_code label {
    width: 100%;
}

#page_coord #code {
    width: 176px;
    text-align: center;
}

#page_coord .bl_checkbox {
    float: left;
    width: 100%;
}

#page_coord #bl_checkbox1 {
    margin-top: 43px;
}

#page_coord #bl_checkbox2 {
    margin-top: 17px;
}

#page_coord #mentions {
    margin-top: 42px;
    margin-bottom: 42px;
    
}

#page_coord #bt_valider {
    margin-top: 32px;
}

#page_coord #bt_valider div {
    width: 240px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    color: #003ca5;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    transition: all 0.3s;
}

/* ===== PAGE RÉINITIALISATION MOT DE PASSE ===== */

/* #page_pass #bl_contenu.bl_pass {
    background-color: #003ca5;
    text-align: center;
    padding: 50px 20px 70px;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box;
} */

#page_pass .bl_pass h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}

.pass_inner {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.pass_champ {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 22px;
    width: 100%;
    float: none;
}

.pass_label {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    display: block;
    white-space: nowrap;
}

.pass_input {
    width: 100% !important;
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    float: none !important;
    margin: 0 !important;
}

.pass_input::placeholder {
    color: #bbb;
}

.pass_input:focus {
    border: 2px solid #ffed00;
    color: #333;
}

.pass_bouton_wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.pass_bouton_wrap .btn-home {
    width: 220px;
    padding: 4px;
}

#page_pass #bt_valider div {
    width: 240px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    color: #003ca5;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    transition: all 0.3s;
}

/* ===== PAGE CONNEXION ===== */

#page_connexion #bl_contenu {
    background-color: #003ca5;
    text-align: center;
    padding: 50px 40px 70px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

#page_connexion h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 44px;
    margin-top: 0;
    text-align: center;
}

.connexion_grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
}

.connexion_col {
    flex: 1;
    max-width: 380px;
    box-sizing: border-box;
}

.connexion_col_titre {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}

.connexion_champ {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    float: none !important;
    width: 100% !important;
}

.connexion_label {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    display: block;
    white-space: nowrap;
}

.connexion_input {
    width: 100% !important;
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    float: none !important;
    margin: 0 !important;
}

.connexion_input::placeholder {
    color: #bbb;
}

.contact_input::placeholder {
    color: #bbb;
}

.connexion_input:focus {
    border: 2px solid #ffed00;
    color: #333;
}

.connexion_mdp_oublie {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 28px;
}

.mdp_oublie_link {
    color: #ffed00 !important;
    font-size: 14px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;

}

.connexion_col_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 56px;
}

.connexion_inscrire_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    font-family: "OpenSans-Regular", Arial, sans-serif;
    margin-bottom: 0;
}

.connexion_bouton_wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.btn-connexion {
    width: 240px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    cursor: pointer;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: opacity 0.2s;
    box-sizing: border-box;
    float: none !important;
}

.btn-connexion div {
    color: #003ca5 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 1px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    line-height: 1 !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.btn-connexion:hover {
    opacity: 0.88;
}

.connexion_separateur {
    display: none;
}

@media screen and (max-width: 991px) {
    .page_gain h1 {
        font-size: 22px;
        margin-bottom: 32px;
        padding: 0 35px 0 0;
    }

    #page_activ h1 {
        font-size: 22px;
        margin-bottom: 32px;
        padding: 0 20px;
    }

    #page_conf h1 {
        font-size: 22px;
        margin-bottom: 32px;
        padding: 0 20px;
    }

    #page_connexion h1 {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .connexion_grid {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .connexion_col {
        width: 100%;
        max-width: 460px;
        margin-bottom: 36px;
    }

    .connexion_col_right {
        padding-top: 36px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        max-width: 460px;
        box-sizing: border-box;
    }

    .btn-connexion {
        width: 100% !important;
        max-width: 280px !important;
    }
}

/* ===== PAGE VALIDATION EMAIL ===== */
#page_activ #bt_valider {
    margin-top: 32px;
}

#page_activ #bt_valider div {
    width: 240px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    color: #003ca5;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    transition: all 0.3s;
}

#page_activ .text1 {
    text-align: center;
    margin-top: 25px;
}

#page_conf .text1 {
    text-align: center;
    margin-top: 25px;
}

/* ===== PAGE GAIN CARTE CADEAU ===== */
#page_gain #bt_valider {
    margin-top: 32px;
}

#page_gain #bt_valider div {
    width: 240px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    color: #003ca5;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    transition: all 0.3s;
}

#page_gain .text1 {
    text-align: center;
    margin-top: 45px;
}

/* ===== PAGE PERDU ===== */
#page_perdu #bt_valider {
    margin-top: 32px;
}

#page_perdu #bt_valider div {
    width: 240px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    color: #003ca5;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    transition: all 0.3s;
}

#page_perdu .text1 {
    text-align: center;
    margin-top: 45px;
}

.mention_legale_perdu {
    padding: 30px 5px 0 0;
    display: block;
    font-size: 11px;
    line-height: 1.4em;
    color: #ffffff;
    max-width: 1100px;
    white-space: nowrap;
    margin: 0 auto 24px;
    text-align: center;
}


/* ===== PAGE PERDU ===== */
#page_perdu_activ #bt_valider {
    margin-top: 32px;
}

#page_perdu_activ #bt_valider div {
    width: 240px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    color: #003ca5;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    transition: all 0.3s;
}

#page_perdu_activ .text1 {
    text-align: center;
    margin-top: 45px;
}

/* ===== PAGE MON COMPTE ===== */

#page_coord #bl_contenu.bl_compte {
    background-color: #003ca5;
    text-align: center;
    padding: 50px 20px 60px;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box;
}

#page_coord .bl_compte h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 36px;
    margin-top: 0;
    text-align: center;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}

/* Wrapper interne centré — contient tout */
.compte_inner {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

/* Champ individuel */
.compte_champ {
    /* display: flex;
    flex-direction: column;
    gap: 7px; */
    margin-bottom: 20px;
    width: 100%;
    float: none;
}

.compte_label {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    display: block;
    white-space: nowrap;
}

.compte_required {
    color: #ffed00;
}

.compte_input::placeholder {
    color: #bbb;
}

.compte_input {
    width: 100% !important;
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    float: none !important;
    margin: 0 !important;
}

.compte_input:focus {
    border: 2px solid #ffed00;
}

/* Lien mot de passe */
.compte_mdp_wrap {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 30px;
}

.compte_mdp_link {
    color: #ffed00 !important;
    font-size: 15px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

/* Mentions dans le même flux */
/* Mentions */

/* Boutons — même pattern que btn-home */
.compte_boutons_wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    float: none;
}

.btn-compte {
    display: inline-block;
    padding: 4px 25px;
    text-decoration: none;
    background-color: #ffed00;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
}

.btn-compte div {
    color: #003ca5;
    font-size: 17px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    white-space: nowrap;
    transition: all 0.3s;
}

.btn-compte:hover div {
    opacity: 0.85;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .compte_inner {
        width: 100%;
        padding: 0 4%;
    }

    .compte_boutons_wrap {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .btn-compte {
        width: 80%;
        max-width: 280px;
        padding: 4px;
    }

    .btn-compte div {
        font-size: 15px;
    }
}

/* PAGE: Code-barres */

#page_cb #bl_contenu {
    background-color: #003ca5;
    text-align: center;
    padding: 40px 20px 50px;
    border-bottom: none;
}

.bl_section_achat {
    border-bottom: none !important;
}

.separateur_section {
    width: 80%;
    max-width: 700px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
}

#page_cb .sstitre {
    margin-top: 26px;
}

#page_cb #bl_contenu form {
    margin-top: 38px;
}

#page_cb #bl_codebarre {
    width: 380px;
    margin: 30px auto 0;
    text-align: left;
}

.champ_ligne {
    display: flex;
    flex-direction: column;
}

.label_achat {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    white-space: normal;
}

.input_achat {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.titre_aide_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.titre_aide_wrap h1 {
    margin: 0;
}

.select_achat {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

#page_cb .cb_libelle {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 18px;
    font-size: 16px;
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page_cb #labelCb2 {
    margin-top: 17px;
}

#page_cb #bt_continuer {
    margin-top: 45px;
}

#page_cb #icon_aide {
    width: 28px;
    height: 28px;
    margin: 0;
    flex-shrink: 0;
}


/* PAGE: Déclaration */

#page_decla #bl_contenu {
    padding-bottom: 80px;
    text-align: center;
}

#page_decla #bl_sstitre {
    display: inline-block;
    position: relative;
}

#page_decla .sstitre {
    margin-top: 26px;
}

#page_decla #icon_aide {
    position: absolute;
    top: 20px;
    right: -42px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

#page_cb #upload_text1 {
    margin-top: 12px;
}

#page_cb #upload_text2 {
    margin-top: 26px;
    font-size: 12px;
    line-height: 1.2em;
}

#page_cb #zone_upload {
    width: 520px;
    max-width: 100%;
    min-height: 160px;
    margin: 0 auto;
    padding: 32px 24px;
    text-align: center;
    border: 2px dashed #ffed00;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bouton_achat_cta {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px !important;
    float: none !important;
    width: 100% !important;
    padding-bottom: 50px;
}

.btn-achat {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 200px;
    height: 52px;
    text-decoration: none;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border: none !important;
    transition: opacity 0.2s !important;
}

.btn-achat div {
    color: #003ca5 !important;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    line-height: 1;
}

.btn-achat:hover div {
    opacity: 0.88;
}

#page_cb #visuel_upload {
    width: 52px;
    height: auto;
    margin: 0;
}

#page_cb #upload_text3 {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

#page_cb #upload_text3 span {
    color: #ffed00;
    text-decoration: underline;
    cursor: pointer;
}

#page_cb #zoneParcourirMobile {
    display: none;
}

#page_decla #bt_valider {
    margin-top: 50px;
}

#page_decla #form_lapin #upload_text2 {
    margin-top: 13px;
}

#page_decla #form_lapin #bt_valider {
    margin-top: 80px;
}

#page_decla #form_lapin .file_ligne {
    left: 20px;
}

#page_decla #form_lapin .file_visuel img {
    height: auto;
    max-height: 275px;
}

#page_decla #form_lapin .file_name {
    display: none;
}

#page_decla #form_lapin .file_delete {
    vertical-align: top;
    margin-top: 8px;
    margin-left: 10px;
}


/* PAGE: Reveal */

#page_reveal #bl_contenu {
    background-color: #003ca5;
    text-align: center;
    padding: 50px 20px 80px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.reveal_titre {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}

.reveal_sous_titre {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}

/* Cercle jaune avec chiffre */
#decompte {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#decompte_chiffre {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
    background-color: #ffed00;
    border-radius: 50%;
    font-size: 130px;
    font-weight: 900;
    color: #003ca5;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    line-height: 1;
    user-select: none;
}

#page_reveal .text1 {
    font-size: 33px;
}

#page_reveal .sstitre {
    text-transform: none;
}

/* #page_reveal #decompte{
	position:relative;
	margin-top:30px;
} */

#page_reveal #visuel_reveal {
    z-index: -1;
    position: absolute;
    top: 0;
    margin-left: -211px;
}

#page_reveal #decompte p {
    position: absolute;
    top: 25%;
    left: 22%;
    font-size: 175px;
    line-height: 1.65em;
    color: white;
}

#page_reveal #bl_contenu {
    width: 100%;
    /* Changez 970px par 100% */
    max-width: 100%;
    padding-bottom: 0;
    /* Important pour coller l'image au bord bas */
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* Optionnel : force le contenu à prendre toute la hauteur de l'écran */
}

#page_reveal #reveal_img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* ===== RESPONSIVE REVEAL ===== */
@media screen and (max-width: 991px) {
    .reveal_titre {
        font-size: 20px;
        padding: 0 10px;
    }

    .reveal_sous_titre {
        font-size: 15px;
        margin-bottom: 40px;
    }

    #decompte_chiffre {
        width: 160px;
        height: 160px;
        font-size: 90px;
    }
}

/* PAGE: Perdu */

#page_perdu #bl_contenu {
    width: 100%;
    text-align: center;
}

#page_perdu h1 {
    margin-bottom: 3px;
    font-size: 40px;
}

#page_perdu #visuel_montagne {
    margin-top: 40px;
    margin-bottom: 40px;
}

#page_perdu #page_perdu_text {
    margin-top: 18px;
}

#page_perdu #visuel_mvec {
    margin-top: 46px;
}

#page_perdu #bt_back {
    margin-top: 46px;
}

#page_perdu #bt_back a {
    width: 310px;
}


/* PAGE: Gain */

#page_gain #bl_contenu {
    text-align: center;
}

#page_gain h1 {
    margin-bottom: 2px;
    font-size: 40px;
}

#page_gain #page_gain_text1 {
    font-size: 18px;
    margin-top: 16px;
}

#page_gain #visuel_panier {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: auto;
    margin-top: 24px;
    margin-left: 32px;
}

#page_gain #bl_champ {
    display: inline-block;
    vertical-align: top;
    width: 370px;
    margin-top: 23px;
    margin-left: 54px;
}

#page_gain #cp {
    width: 50%;
    margin-right: 50%;
}

#page_gain #page_gain_text2 {
    margin-top: 28px;
}

#page_gain #bt_valider {
    margin-top: 45px;
}

#page_gain #mentions {
    margin-top: 47px;
}


/* PAGE: Confirmation */

#page_conf #bl_contenu {
    width: 100%;
    text-align: center;
}

#page_conf h1 {
    margin-bottom: 3px;
    font-size: 40px;
}

#page_conf #visuel_montagne {
    margin-top: 40px;
    margin-bottom: 40px;
}

#page_conf #page_conf_text {
    margin-top: 18px;
}

#page_conf #visuel_mvec {
    margin-top: 46px;
}

#page_conf #bt_back {
    margin-top: 46px;
}

#page_conf #bt_back a {
    width: 310px;
}


/* PAGE: Mentions légales */

#page_text #bl_text {
    margin-top: 18px;
    text-align: justify;
}

#page_text .table {
    width: 100%;
    border-collapse: inherit;
}

#page_text .table td,
#page_text .table th {
    border: 1px solid #fff;
}

#page_text .bull {
    padding: 0 10px 0 20px;
}

#page_text #bt_back {
    margin-top: 75px;
}

#page_text #bt_back a {
    width: 310px;
}


/* PAGE: Attente et Fin */

#page_out #bl_contenu {
    text-align: center;
}

#page_out h1 {
    margin: 10vh 0;
    font-size: 30px;
    line-height: 1.2em;
}


/* LIGHTBOX */

#lightbox {
    z-index: 99;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
}

#lightbox_bg {
    width: 100%;
    height: 100%;
}

#lightbox_load {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -38px;
    margin-left: -38px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #003ca5;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {

    /* Safari */
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lightbox_content {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 580px;
    height: auto;
    max-height: 90%;
    padding-top: 65px;
    padding-bottom: 40px;
    background-color: #003ca5;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.lightbox_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    background-color: #ffed00;
    border-radius: 50%;
    cursor: pointer;
}

.lightbox_close .bar {
    position: relative;
    top: -11px;
    display: block;
    width: 14px;
    height: 2px;
    margin: 16px auto;
    background: #003ca5;
    border-radius: 0;
}

.lightbox_close .top {
    -webkit-transform: translateY(9px) rotateZ(45deg);
    -moz-transform: translateY(9px) rotateZ(45deg);
    -ms-transform: translateY(9px) rotateZ(45deg);
    -o-transform: translateY(9px) rotateZ(45deg);
    transform: translateY(9px) rotateZ(45deg);
}

.lightbox_close .bottom {
    -webkit-transform: translateY(-9px) rotateZ(-45deg);
    -moz-transform: translateY(-9px) rotateZ(-45deg);
    -ms-transform: translateY(-9px) rotateZ(-45deg);
    -o-transform: translateY(-9px) rotateZ(-45deg);
    transform: translateY(-9px) rotateZ(-45deg);
}

.lightbox_titre {
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.lightbox_text {
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
}

.lightbox_content .bouton {
    margin-top: 40px;
}

#lb_aide {
    width: 770px;
    padding-top: 40px;
    text-align: center;
}

#pourcentage {
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: -10px;
    margin-left: -30px;
}

/* CONTACT*/
/* ===== PAGE CONTACT ===== */

#page_contact #bl_contenu {
    background-color: #003ca5;
    text-align: center;
    padding: 50px 20px 60px;
}

#page_contact h1 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 0;
}

/* Grille 2 colonnes */
.contact_grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 28px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.contact_col {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Champ individuel */
.contact_champ {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.contact_label {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.contact_input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1.5px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.contact_input:focus {
    border-color: #ffed00;
}

/* Select avec flèche custom */
.contact_select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

/* Textarea message — hauteur alignée sur les 4 champs gauche */
.contact_champ_message {
    flex: 1;
}

.contact_textarea {
    width: 100%;
    flex: 1;
    min-height: 198px;
    padding: 14px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1.5px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
    resize: vertical;
    outline: none;
    font-family: "OpenSans-Regular", Arial, sans-serif;
}

.contact_textarea:focus {
    border-color: #ffed00;
}

/* Bouton ENVOYER */
.contact_bouton_wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-envoyer {
    width: 220px !important;
    height: 52px !important;
    background-color: #ffed00 !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: none !important;
    transition: opacity 0.2s;
}

.btn-envoyer div {
    color: #003ca5 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    line-height: 1 !important;
}

.btn-envoyer:hover {
    opacity: 0.88;
}

/* Mentions légales */
.contact_mentions {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ===== RESPONSIVE CONTACT ===== */
@media screen and (max-width: 991px) {
    .contact_grid {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .contact_col {
        width: 100%;
        max-width: 100%;
        gap: 16px;
        margin-bottom: 16px;
    }

    .contact_textarea {
        min-height: 150px;
    }

    .btn-envoyer {
        width: 80% !important;
        max-width: 260px !important;
    }

    .contact_mentions {
        font-size: 10px;
    }
}

/* FOOTER */

#footer_bandeau {
    position: relative;
    width: 100%;
    height: 114px;
    background-color: #003ca5;
    background: url("../img/footer_bandeau.png") no-repeat;
    background-position: bottom center;
}

footer {
    position: relative;
    width: 100%;
    background-color: #003ca5;
    border-top: 1px solid #ffffff;
}

footer ul {
    text-align: center;
}

footer li {
    display: inline;
    list-style: none;
}

footer li a {
    margin: 0 15px;
    color: #fff;
    font-size: 12px;
    line-height: 39px;
    text-decoration: none;
    cursor: pointer;
}


/* TARTEAUCITRON */

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigDebug {
    background: rgba(0, 0, 0, 0.75);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug {
    font-size: 12px;
    font-family: "OpenSans-Regular" !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug a {
    font-size: 12px;
    font-family: "OpenSans-Regular" !important;
}

#tarteaucitronAlertBig #blCTADebug {
    display: inline-block;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2.tarteaucitronPersonalizeDebug,
#tarteaucitronAlertBig #tarteaucitronAllDenied2.tarteaucitronAllDeniedDebug,
#tarteaucitronAlertBig #tarteaucitronCloseAlert.tarteaucitronCloseAlertDebug {
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "OpenSans-Regular" !important;
    color: #1f3e75;
    font-size: 14px !important;
    line-height: 30px;
    background: #fff;
    border-radius: 20px;
}

#tarteaucitronPercentage.tarteaucitronPercentageDebug {
    height: 0;
}

@media screen and (max-width: 991px) {
    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug {
        font-size: 10px;
    }

    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert.tarteaucitronDisclaimerAlertDebug a {
        font-size: 10px;
    }
}

.separateur {
    border: 1px black;
}

/* page gain deezer */

#page_conf #visuel_deezer {
    margin-top: 21px;
    margin-bottom: 40px;
}

#page_conf #visuel_jeux {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 300px;
}

#page_perdu #visuel_jeux {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 300px;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #e00918 !important;
    /* Remplace par ton bleu ou ta couleur */
    border-color: #e00918 !important;
    color: #ffffff !important;
}

/* Changer la couleur du texte des paramètres (bouton contouré) */
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    color: #e00918 !important;
    border-color: #e00918 !important;
}

/* Changer la couleur du lien "politique relative aux Cookies" */
#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
    color: #e00918 !important;
}

#page_coord #bl_contenu {
    background-color: #003ca5;
    text-align: center;
    padding: 50px 20px 60px;
}