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

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

    /*--color-primary: #1474b3;*/
}
    
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.active, 
header ul.nav.nav-pills.nav-pills .show>.nav-link {
    background: rgba(0,0,0,0.42);
}

.reservation-sous-titre-ville {
    display: block;
    background: var(--centre-1055-color);
    font-size: 1.125rem;
    line-height: 1rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0.375rem 1rem;
    margin-top: 0.25rem;
    text-align: center;
}

img.img-thumbnail {
    width: 100%;
}

#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;
}

.list-formule .custom-control-label:before,
.list-formule .custom-control-label:after {
    top: 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 {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    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;
}

/************************************************************************************************/
/************************ 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 > div {
    padding-right: 0.75em;
}
.creneaux .slick-slide > div .creneau {
    padding-right: 0;
}
.creneaux .creneau {
    min-width:112px;
    width: 6em;
    height: 7em;
    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%;
}

.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: 22px;
    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: 112px;position: absolute;left: -32px;top: 0px;}
.slicker-next{height: 112px;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;
}

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