:root {
    /*006B2E*/
    /*1474b3*/
    /*539ac8*/
    --centre-1055-bleu:#1474b3;
    --centre-1055-bleu-hover:#0a5587;
    --centre-1055-color: #f29400;
    --centre-1055-color-dark: #e99107;
    --color-primary: var(--centre-1055-color-dark) ;

    --text-color-darkmode: var(--white);

    /*--color-primary: #1474b3;*/
}

html,
body {
    height: 100%;
}
    
body {
    font-family: 'Exo 2';
    font-weight: 500;
    line-height: 1.3;
    background-color: #f8f9fa;
}

body.darkmode {
    background-color: var(--true-gray-300);
    color: var(--text-color-darkmode);
}

body a {
    color: #0f68a2;
}

.bg-primary:not(:disabled) {
    background-color: var(--centre-1055-bleu) !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:not(:disabled):focus,
button.bg-primary:not(:disabled):hover {
    background-color: var(--centre-1055-bleu-hover) !important;;
}

#page {
    max-width: 85rem;
    margin: auto;
}

h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
}

header ul.nav {
    margin-top: auto;
}
header ul.nav.nav-pills .nav-link {
    padding: .5rem .625rem;
}
header ul.nav.nav-pills .nav-link.active, 
header ul.nav.nav-pills.nav-pills .show>.nav-link {
    background: rgba(0,0,0,0.42);
}

@media screen and (max-width: 48em) {
    .lead {
        font-size: 1rem;
        line-height: 1.2;
    }
}

.reservation-sous-titre-ville {
    display: block;
    background: #f29400;
    font-size: 1.125rem;
    line-height: 1rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0.375rem .5rem;
    margin-top: 0.25rem;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap;
}

@media screen and (max-width: 47.99em) {

    h1, .h1 {
        font-size: 1.96rem;
    }

    .header-container .reservation-sous-titre-ville {
        font-size: .75rem;
    }
    .header-container .logo img {
        width: 54px;
    }
    .header-container .logo h1 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 35.99em) {
    form.form-remove-cart {
        position: relative;

        button {
            position: absolute;
            bottom: 0;
        }
    }
}


img.img-thumbnail {
    width: 100%;
    max-width: 98.6%;
    box-shadow: 0 0 3px rgba(33, 33, 42, .9);
    margin: 4px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: .5rem;
}

#page_register #registration_form legend {
    margin-bottom: 0;
}

#registration_form label + ul {
    background-color: #fcc;
    border: 1px solid #c00;
    color: #c00;
    padding-top: 0.375rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    border-radius: 4px;
}

.row.list-formule {
    margin-left: -10px;
    margin-right: -10px;
}

.row.list-formule > div:not(.hide-formule) {
    padding-left: 10px;
    padding-right: 10px;
}

.list-formule .custom-control-label:before,
.list-formule .custom-control-label:after {
    top: 0.4rem;
}

.list-formule .custom-control-label:before {
    border: 1px solid #88949f;
}


.list-formule label {
    cursor: pointer;
}

.list-formule label img {
    transition: all .2s;
}

.list-formule > .custom-radio:hover label img {
    transform: scale(1.04);
}

.list-formule > .custom-radio {
    position: relative;
}

.list-formule > .custom-radio > label + div {
    position: absolute;
    bottom: 1.25rem;
    left: 1.75rem;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 0.4em;
    padding-bottom: 0.2rem;
    padding-right: 0.5rem;
}

.list-forfait div.forfait {
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color: #FFF;
}

button[type="submit"]:disabled {
    color: #fff;
    background-color: #aaa !important;
    border-color: #aaa;
}

.list-forfait div.forfait div.wrapper-forfait {
    /*display: none;*/
}
small.txtinfo,
.forfait .wrapper-forfait,
.navigation_step,
.hide-checkbox,
#creneauxFormule,
#infosAnniversaire,
.activity[data-iscreneauactivity="1"] + .tarifs .row-price,
.activity[data-iscreneauactivity="1"] + .tarifs + .options.options-creneau_activity,
.container-calendar,
button[type="reset"],
.wrapper-forfait .add_activity {
    display: none;
}

.infoactivity small.txtinfo {
    display: block;
}

.custom-radio {
    transition: all 0.6s ease;
    /*overflow: hidden;*/
}

.custom-radio.hide-formule {
    width: 0%; 
    height: 0%;
    opacity: 0;
    flex: 0 0 0%;
    padding: 0;
}

.forfait .forfait-title .price {
    white-space: nowrap;
}

.forfait .forfait-title h5,
.forfait .forfait-title input[type="checkbox"] {
    cursor: pointer;
}
.moreinfo {
    font-size: 13px;
}

input.forfait {
    width: 20px; height: 20px;
}

.square-color {
    min-width: 3em;
    width: 3em;
    height: 3em;
}

.msg-remove_bon_numerique,
.msg-remove_formule {
    width: 0;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    overflow: hidden;
    transition: width 0.2s;
}
.msg-remove_bon_numerique {
    width: 1px;
}

input[name="remove_formule"] + button > * {
    margin: auto;
}

input[name="remove_formule"] + button:hover .msg-remove_formule,
input[name="remove_bon_numerique"] + button:hover .msg-remove_bon_numerique {
    width: 148px;
}

div.country-select {
    display: block;
}

#registration_form_birthday, 
#customer_profil_form_birthday {
    background-color: #fff;
}

.menu-mentions ul {
    padding-left: 0;
}


#page_login #page,
#page_register #page,
#page_account #page,
#page_panier #page {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#page_login #page > div:not(.header-container):not(.footer-container),
#page_register #page > div:not(.header-container):not(.footer-container),
#page_account #page > div:not(.header-container):not(.footer-container),
#page_panier #page > div:not(.header-container):not(.footer-container) {
    flex: 1;
}

#page_login #page > div:not(.header-container):not(.footer-container) {
    display: flex;
}

#page_panier #page > div:not(.header-container):not(.footer-container),
#page_account #page > div:not(.header-container):not(.footer-container) {
    display: flex;
    flex-direction: column;
}

#page_login #page > div:not(.header-container):not(.footer-container) > div {
    margin: auto;
    width: 100%;

    a.btn.btn-secondary img {
        height: 24px;
    }
}

#page_panier h1 .badge {
    font-size: 60%;
} 


/************************************************************************************************/
/************************ Bandeau Promo ************************/
/************************************************************************************************/

.offre img {
    max-width: 100%;
}

/************************************************************************************************/
/************************ Champs tarifs - page forfaits ************************/
/************************************************************************************************/

.promo {
    font-weight: bold;
    color: red;
}
/************************************************************************************************/
/************************ Récap commance - paiement ************************/
/************************************************************************************************/

.recap-commande .card-body > div {
    padding-top: 1.25rem;
}
.recap-commande .card-body > div:not(:first-child):before {
    content: ''; display: block; 
    margin-left: -1.25rem; margin-right: -1.25rem;
    margin-top: -1.25rem; margin-bottom: 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
}

input#confirmation_resa {
    width: 20px;
    height: 20px;
}

label[for="confirmation_resa"] {
    font-size: 1.25rem;
}

/************************************************************************************************/
/************************ Notification ************************/
/************************************************************************************************/

#liveToast {
    border: 2px solid var(--centre-1055-color-dark);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 42%), 0 0 0.125rem rgb(0 0 0 / 69%);
    /*opacity: 1;*/
    position: absolute;
    right: calc( -100% - 360px );
    bottom: 0;
    min-width: 360px;
    transition: opacity 0.6s ease-out, right 0.3s ease-out;
}

#liveToast.show {
    right: 0%;
}

#liveToast.toast {
    background-color: #fff;
}

#liveToast .toast-header {
    border-bottom: none;
    /*padding-left: 0.75rem;*/
}
#liveToast .toast-header .toast-title {
    margin-bottom: 0;
    color: #5f68a2;
}

#liveToast .toast-header button {
    border-style: none;
    padding: 0.25rem 0.375rem 0.375rem;
    font-size: 90%;
}

#liveToast .toast-body {
    padding-top: 0.25rem;
}

#liveToast .toast-footer {
    padding-left: 0.75rem;
    padding-bottom: 0.75rem;
}

#liveToast .toast-footer button,
#liveToast .toast-footer a {
    padding: 0.25rem 0.625rem;
}


/************************************************************************************************/
/************************ CSS CRENEAUX ************************/
/************************************************************************************************/
.creneaux { width:90%; }

.creneaux .slick-slide {
    padding: 2px;
}

.creneaux .slick-slide > div {
    padding-right: 0.5em;
}
.creneaux .slick-slide > div .creneau {
    padding-right: 0;
}
.creneaux .creneau {
    min-width:82px;
    width: 6em;
    height: 7.2em;
    margin-bottom: 14px;
    padding-right: 0.75em;
}
.creneaux .slick-slide > div .creneau {
    /*margin-right: 0;*/
}

.creneaux .data-session.available.promo,
#resa_date .data-session.available.promo {
    background-color: cadetblue !important;
}

.creneaux .data-session.available,
#resa_date .data-session.available {
    background-color: #b1d701;
}

#resa_date .data-session,
.creneaux .data-session {
    color: #FFF;
    overflow: hidden;
    height:100%;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,.9);
}

.creneaux .data-session {margin-bottom: 15px;}
.data-session {position: relative;}
.creneaux a {cursor:pointer;}

.creneaux a.active > .data-session {
    outline: 2px solid #07608a;
    outline-offset: -2px;
    background-color: #c1e614;
}

.creneaux a.active > .data-session.available .heure {
    background-color: #a3c503;
}

.creneaux .data-session.available.promo .heure,
#resa_date .data-session.available.promo .heure {
    background-color: darkcyan !important;
}

.creneaux .data-session.available .heure,
#resa_date .data-session.available .heure {
    background-color: #97b701;
}
.creneaux .data-session .heure,
#resa_date .data-session .heure {
    color: white;
    font-family: 'Exo 2';
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    padding: 8px 3px;
}

input[id^="checkbox_creneau-"] {
    margin-right: 0.5rem;
}

.creneaux .data-session.available div.jour,
.creneaux .data-session.available-no div.jour,
.creneaux .data-session.available-last div.jour,
#resa_date .data-session.available div.jour {
    /* border-bottom: 1px solid #a3c601; */
    font-size:32px;
    line-height: 37px;
    text-align: center;
}

.creneaux .nb-places,
#resa_date .nb-places {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

.creneaux .tarif {font-size: 30px;}
.creneaux .places-dispos {font-size: 13px;font-weight:400;}
.creneaux .col-irs a {color: #FFF;}
.creneaux .col-irs a:hover {text-decoration:none;}

.ruban-resa {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    background-color: #fc0;
    background-image: linear-gradient(-35deg, #07608a 0%, #023f66 100%);
    box-shadow: 0.9px 0.4px 5px rgba(41, 38, 38, 0.3);
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 124%;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    left: -12px;
}

.slicker-prev{height: 118px;position: absolute;left: -32px;top: 0px;}
.slicker-next{height: 118px;position: absolute;right: -22px;top: 0px;}
div.offre {
    display: block!important;
}
.offre button {
    padding: 0;
    border: none;
}
.offre button,
.offre a {
    display: block;
    position: relative;
}
.offre:hover img{
    opacity: 0.3;
}
.offre button:after, .offre a:after {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc( 50% - 5rem);
    left: calc( 50% - 5rem);
    width: 10rem;
    height: 10rem;
    font-size: 5rem;
    color: #052032;
    opacity: 0;
    transition: all 0.5s;
    border: solid 0.5rem #052032;
    border-radius: 50%;
    font-weight: 900;
    padding-bottom: 2.5%;
}

.offre button:hover:after,
.offre a:hover:after{
    opacity: 1;
}

#offres_container{
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
}

#offres_container img {
    display: block;
    transition: 0.5s;
    width: 100%;
}

div#offres_nav span {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 3rem;
    font-size: 3rem;
    font-weight: 900;
    font-family: monospace;
    padding-bottom: 0.3rem;
    background: #052032;
    color: #fff;
    margin: 0 0.9rem;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.5s;
}

div#offres_nav .next{
    right: 0;
}
div#offres_nav .prev{
    left: 0;
}
div#offres_nav span:hover{
    opacity: 1;
}

@media(max-width: 767px){

    div#offres_nav span {
        opacity: 1;
        font-size: 2rem;
        width: 2rem;
        padding-bottom: 0.1rem;
        margin: 0 0.9rem;
    }
}

span.input-group-text {
    white-space: normal !important;
}

/* ############################################################################################## */
/* ############################################################################################## */
/* ############################################################################################## */