.zhidden {
    display: none;
}

.re_input {
    width: 100%;
    height: 50px;
    padding: 10px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #aa7777;
}

.fl-button {
    cursor: pointer
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    animation: fadeEffect 1s;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.forfait {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    max-width: 500px;
    margin: 20px auto 60px auto;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.6);
}

.forfait h3 {
    margin-top: 0;
}

.forfait .forfait-btn {
    text-align: center;
    margin-top: 1em;
}

.col-3 {
    width: 33.3%;
    float: left;
}

.col-2 {
    width: 49%;
    float: left;
}

.sales-card, .booking-card {
    background: #fafafa;
    margin: 0;
    padding: 30px 90px;
    min-height: 100px;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.sales-card .facture {
    font-family: "Helvetica Neue Bold", Arial;
    font-size: 18px;
}

.datejour {
    font-family: "Helvetica Neue Bold", Arial;
    font-size: 18px;
    color: #b10007;
}

.nav-compte-squash a.panieritems, .nav-mon-compte a.panieritems {
    color: #b10007;
}

.month {
    cursor: pointer;
}

.booking-month {
    display: none;
}

.booking-month.booking-month-show {
    display: block;
}

.titre-salle-squash {
    text-transform: uppercase;
}

@media (min-width: 790px) {
    .sales-card button {
        width: 290px;
    }

    #popup.popup-booking {
        min-height: 600px;
        top: 0;
        left: 0;
    }
}

@media (max-width: 789px) {

    .sales-card .align-right, .booking-card .align-right {
        margin-top: 15px;
        text-align: center;
    }

    .page-template-template-mon-compte .container {
        padding: 0;
    }

    .page-template-template-mon-compte .formulaire-contact.container {
        padding: 0 20px;
    }

    .page-template-template-mon-compte .section-sitemap.container {
        padding: 0 20px;
    }

}

.month {
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica Neue Bold", Arial;
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin-top: 30px
}

a.see-more{
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica Neue Bold", Arial;
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    color: #b10007;
    display: block;
}

a.see-more:hover, a.see-more:focus{
    color: #b10007;
}

/* My forfait */

.styledmeter {
    width: 100%;
    height: 30px;
    margin: 30px 0;
    background: #EEE;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
    border-radius: 3px;
}

/* My bookings */

.tab-reservations {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
}

.tablinks {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    margin: 12px;
    display: block;
    background-color: #f5f5f5;
    flex-grow: 1;
    font-size: 24px;
    font-family: "Helvetica Neue Bold", Arial;
    color: #ccc;
    padding: 30px 0;
}

.tablinks.active {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
    border: 1px solid #ccc;
    position: relative;
}

.tablinks.active:before {
    content: url('../images/arrow-down.png');
    position: absolute;
    width: 31px;
    height: 16px;
    top: -1px;
    left: 50%;
    margin-left: -16px;
    font-size: 0;
}

.tablinks.active:hover:before {
    content: '';
}

.tablinks:hover {
    border: 1px solid #f5f5f5;
}

@media (max-width: 789px) {
    .tablinks {
        font-family: 'Helvetica Neue Cn', Helvetica, Arial, sans-serif;
        font-size: 14px;
        padding: 10px 0;
        margin: 6px;
    }

    .col-bouton-annulation {
        padding-top: 15px;
    }

    .shop-remove-item {
        padding-left: 1.5rem;
    }

}

/* Mon abonnement */

.abonnement-montant {
    font-family: "Helvetica Neue Bold", Arial;
    font-size: 18px;
    color: #b10007;
}

.abonnement-expire {
    font-family: "Helvetica Neue Bold", Arial;
    font-size: 18px;
}

/* WebKit */

.styledmeter > span {
    border-radius: 3px;
    background: #a1c55b;
    display: inline-block;
    height: 30px
}

.styledmeter > span.lowvalue {
    background: #fe370d;
}

/* Coach Planning Page */

.days-container {
    border: 1px solid #ccc;
    float: left;
    width: 14%;
}

.days-container > h3 {
    font-size: 13px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
}

.event-container h3 {
    font-size: 12px;
    font-weight: bold;
    background: #294;
    padding: 3px 5px !important;
    color: #fff;
    text-align: center;
}

.event-container {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.pasttime {
    background: #dddddd85;
}

@media screen and (max-width: 992px) {
    .days-container {
        width: 100%;
    }
}

.loader {
    width: 50%;
    height: 50%;
    border: 1px solid #fff;
    position: fixed;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5) url("../images/loader.gif") no-repeat center center;
}

#shop-link .badge {
    margin-left: 0.5rem;
    margin-bottom: 1.5rem;
}

/* Shop cart */

.nav-account-monpanier {
    cursor: pointer;
}

.nav-account-monpanier .nav-link {
    margin-left: 0.5rem;
}

.col-md-5.shop-product {
    margin-top: 60px;
}

.shop-product, .shop-recap, .payment {
    float: none !important;
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    max-width: 500px;
    margin: 20px auto 60px auto;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.6);
}

.shop-product .shop-remove-item {
    cursor: pointer;
    font-size: 12px
}

.shop-product-titre {
    text-align: center;
    color: #000;
    font-size: 28px;
    display: block;
    font-family: 'Helvetica Neue Bold';
    border-bottom: 1px solid #d9d9d9;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 86%;
    margin: 0 auto;
}

.shop-product-tarif-tarifunitaire {
    text-align: center;
    display: block;
    padding-bottom: 35px;
    color: rgba(80, 80, 80, 0.6);
    border-bottom: 5px double #d9d9d9;
    margin-bottom: 2rem;
}



.shop-product-tarif-prixtotal {
    text-align: center;
    /*color: #b3101e;*/
    font-size: 24px;
    display: block;
    font-family: 'Helvetica Neue Bold';
    padding-top: 25px;
    margin-bottom: 5px;
}

.shop-recap {
    padding: 1em;
}

.shop-recap-product {
    clear: both;
    padding: 1em;
}

.shop-recap-product-total {
    border-top: 1px solid #d9d9d9;
    clear: both;
    margin-top: 1em;
    padding: 1em;
    font-weight: bold;
}

.shop-recap-product-titre {
    float: left;
}

.shop-recap-product-prix {
    float: right;
}

.shop-recap-titre {
    float: right;
}

.shop-recap-total {
    float: left;
}

.shop-add-confirmation {
    text-align: center;
}

.shop-add-confirmation .shop-product-info {
    font-size: 2em;
    font-weight: bold;
    margin: 3rem 0 4rem;
}

.shop-add-confirmation .shop-product {
    margin-bottom: 3rem;
}

.shop-add-confirmation .fl-button {
    margin-top: 50px;
}

.payment-cb {
    margin: 0 auto;
    display: block;
    width: 163px
}

/* Stripe */

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    width: 100% !important; /* important car sinon l'iframe qui est incluse après à un width à 1px */
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.payment {
    padding: 1em;
}

.payment label {
    margin-top: 2.6rem;
}

.payment .form-content {
    margin-bottom: 2.5rem;
}

.message-confirmation {
    margin: 0 auto 1rem;
    float: none !important;
    padding: 1rem;
    position: relative;
    text-align: center;

}

/* Booking Réservation */

.booking-confirmation {
    padding: 3rem;
}

.booking-message {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3rem;
}

.booking-message.danger {
    color: #B3101E;
    font-size: 15px;
}

.booking-titre {
    margin-bottom: 2rem;
}

.booking-infos {
    border: 1px solid #cecece;
    padding: 1rem;
    text-align: left;
    margin-bottom: 2rem;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: #ececec;*/
}

.booking-date {
    font-weight: bold;
}

.booking-duree {
    color: #999;
    margin-bottom: 2px;
}

.booking-lieu {
    color: #B3101E;
}

.booking-confirmation .coach-name {
    color: #B3101E;
    font-weight: bold;
}

.booking-confirmation .nombre-place {
    color: #999;
}

.booking-confirmation .fl-button-wrap {
    margin-top: 43px;
}

#popup.popup-booking {
    margin: 2rem auto;
    max-width: 450px;
    /*top: 0;*/
    /*left: 0;*/
    /*min-height: 600px;*/
}

.loader-simple {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 1) url("../images/loading.svg") no-repeat center center;
    display: inline-block;
    background-size: 42px 42px;
}

.planning-day{
    position: relative;
}

.loader-planning{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}


/* Planning global */

.planning-page header {
    padding: 80px 0;
    background-color: #f3ebeb;
}

.planning-titre {
    margin: 0 auto;
}

/*
.planning-line .planning-day.my-reservation-tt{
    border: 3px solid #ac1616;
    padding-bottom: 7px;
}


#home-mobile .sq li.my-reservation-tt{
    border: 3px solid #ac1616;
    padding-bottom: 7px;
}
*/

.my-reservation-tt {
    background-color: #f6f600
}


#planning-global .button-container {
    position: relative;
}

.button-category {
    color: #000;
    border: 1px solid #cecece;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
}

.button-category.active {
    background-color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.button-category.disabled {
    background-color: #cecece;
    font-weight: bold;
    opacity: 0.3;
}

.container-switch-mobile {
    position: relative;
    height: 70px;
}

#page-acheter .container-switch-mobile .button-container {
    position: absolute;
    width: 100%;
    max-width: 520px;
}

 #page-acheter .container-switch-mobile .button-container .button-category {
    border-radius: 30px;
}

#page-acheter .container-switch-mobile .button-container.button-right .button-category {
    padding-left: 50%;
}

#page-acheter .container-switch-mobile .button-container.button-left .button-category {
    padding-right: 50%;
}

#page-acheter .container-switch-mobile .button-container .button-category.active {
    padding-left: 0;
    padding-right: 0;
}

 #page-acheter .container-switch-mobile .button-container.active {
    width: 50%;
    z-index: 1;
}

#page-acheter .container-switch-mobile .button-container.button-right.active {
    right: -10px;
    padding: 0;
}

.button-category:hover, .button-category:focus, .button-category:active {
    color: #000;
    border: 1px solid #cecece;
}

.button-planning-collapse {
    color: #000;
}

@media (min-width: 768px) {

    #planning-global .container-switch-mobile .button-container, .container-switch-mobile .button-container {
        max-width: 660px;
    }

    #planning-global .container-switch-mobile .button-container.button-right.active, .container-switch-mobile .button-container.button-right.active {
        right: 50px;
    }

    .squash-heure.double-creneau {
        min-height: 129px;
    }

}


@media (max-width: 575px) {
    #planning-global .container-switch-mobile .button-container, .container-switch-mobile .button-container {
        max-width: 500px;
    }

    #planning-global .container-switch-mobile .button-container.button-right.active, .container-switch-mobile .button-container.button-right.active {
        right: -5px;
    }
    #planning-global .container-switch-mobile .button-container.button-left.active{
        left: -3px;
    }

    #planning-global .container-switch-mobile >.row{
        background-color: rgba(206,206,206,0.3);
        border-radius:30px;
       border: 1px solid #999;
    }

    #planning-global .container-switch-mobile .button-container .button-category.disabled{
        background:none;
    }



    #planning-global .container-switch-mobile .button-container .button-category {
        font-size: 14px;
        border: none;
    }

    #planning-global  .container-switch-mobile .button-container.button-right .button-category {
        border-radius:0 30px 30px 0;
    }

    #planning-global  .container-switch-mobile .button-container.button-left .button-category {
        border-radius:30px 0 0 30px;
    }

    #planning-global .container-switch-mobile .button-container .button-category.active {
    }

    #planning-global .container-switch-mobile .button-container.active {
        z-index: 1;
    }
    #planning-global .container-switch-mobile .button-container.active .button-category {
        border-radius:30px;
        border: 1px solid #999;
        text-decoration: none;
    }






}

.ajax--confirm-booking-add, .ajax--create-booking-squash {
    cursor: pointer;
}

.icons-div {
    line-height: 40px;
}

.squash-heure.heure-creuse {
    background-color: #B3101E !important;
    color: #fff !important;
}

.squash-heure {
    min-height: 65px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}


.squash-heure.double-creneau.squash-initiation {
   background-color: #dadada !important;
    color: #000 !important;
}


.squash-heure.double-creneau.squash-training {
   background-color: #9d9d9c !important;
    color: #000 !important;
}

.squash-initiation {
   background-color: #808080 !important;
    color: #fff;
}


.squash-training {
   background-color: #B70005 !important;
    color: #fff;
}

/*
.squash-heure.not-available:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-color: #4a4a4a;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
*/

.squash-heure.not-available {
    color: #ccc !important;
    background-color: #fff !important;
}

.schduler.hidden-mobile .nav-arrow, .week .nav-arrow {
    margin-top: -7px;
}

.schduler.hidden-mobile .panel-collapse ul:last-child {
    margin-bottom: 0;
}

.schduler.hidden-mobile .panel-collapse ul li:last-child {
    border-bottom: none;
}

.schduler.hidden-mobile .panel-collapse ul:first-child {
    border-left: 1px solid #d9d9d9
}

/*.schduler.hidden-mobile #evening.panel-collapse ul li:last-child {*/
.schduler.hidden-mobile .last-element.panel-collapse ul li:last-child {
    border-bottom: 1px solid #d9d9d9
}

.schduler.hidden-mobile #home-mobile ul li {

    border-bottom: 1px solid #d9d9d9;
    min-height: 65px;
}

.schduler .button-planning-collapse {
    border: 1px solid #d9d9d9;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.button-planning-collapse[href="#evening"] {
    border-top: none;
}

.schduler .button-planning-collapse.collapsed[href="#evening"], .schduler .button-planning-collapse.collapsed[href="#mob-evening"] {
    border-bottom: 1px solid #d9d9d9;

}

.schduler .button-planning-collapse.collapsed[href="#squash-evening"], .schduler .button-planning-collapse.collapsed[href="#mob-squash-evening"] {
    border-bottom: 1px solid #d9d9d9;

}

.planning-squash .button-planning-collapse {
    border: 1px solid #d9d9d9;
}

/*.schduler.hidden-mobile .list-days li.op {*/
.schduler.hidden-mobile .list-days.op {
    color: #c9c9c9;
}

.schduler.hidden-mobile .coach-name {
    /*color: #4290c0;*/
    color: #000;
}

#home-mobile .select-team-training img.active {
    border: 5px solid #B3101E;
}

.list-days {
    /*text-transform: uppercase;*/
}

.btn-refresh, .btn-refresh:focus {
    width: 100%;
    background-color: #000;
    color: #fff;
    display: inline;
}

.btn-refresh:hover {
    background-color: #B3101E;
    color: #fff;
}

#planning-global .button-container img, #page-acheter .button-container img {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
}

#home-mobile .nav-arrow, .squash-schduler.hidden-desktop .nav-arrow {
    vertical-align: bottom;
    height: 40px;
    display: inline-block;
}

/*#planning-global select.filter, #planning-global select.filter-mobile {*/
#planning-global select, #planning-filter .filter {
    border-radius: 4px;
    border: 1px solid #cecece;
    font-size: 14px;
    height: 34px;
    padding: 6px 20px 6px 5px;
    width: 100%;
}

#planning-filter .filter i {
    line-height: 24px;
}

#planning-global select.filter-mobile {
    margin: 10px 0;
}

.loader-simple {
    height: 40px;
    width: 40px;
}

.loader-simple.loader-planning {
    height: 100%;
    width: 100%;
}


#planning-filter .loader-simple {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    /*right: 25px;*/
    border: none;
    background-color: transparent;
    margin-left: 10px;
}

#planning-filter .btn-refresh:hover {
    background-color: #000;
}

#planning-filter-mobile .loader-simple {
    display: block;
    margin: 15px auto;
}

#planning-filter-mobile .img-responsive.center-block {
    max-width: 100px
}

.desktop-select-content {
    border: 1px solid #d9d9d9;
}

.desktop-select-content img {
    width: 150px;
}

.desktop-select-content label {
    font-weight: normal;
    cursor: pointer;
}

#planning-squash .squash-schduler.hidden-mobile .label-horaire {
    display: inline-block;
    line-height: 34px;
}

#planning-squash .label-horaire::before {
    content: " ";
    margin-right: 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

#planning-squash .label-horaire.heure-creuse::before {
    border: 1px solid #B3101E;
    background-color: #B3101E;
}

#planning-squash .label-horaire.heure-creuse {
    color: #B3101E;
}

#planning-squash .label-horaire.heure-pleine::before {
    border: 1px solid #999;
    background-color: #fff;
}

#planning-squash .label-horaire.heure-pleine {
    color: #999;
}

#planning-squash .label-horaire.ma-reservation::before {
    border: 1px solid #f6f600;
    background-color: #f6f600;
}

#planning-squash .label-horaire.ma-reservation {
    color: #c3c300;
}

#planning-squash .squash-heure.my-reservation {
    background-color: #f6f600 !important;
    color: #feb309 !important;
}

.input-group-addon.datepicker-icon {
    background-color: transparent;
    border: none;
    display: inline;
}

#datetimepicker-planning-mob,#datetimepicker-planning-mob-team-training,#datetimepicker-planning-mob-personal-training,#datetimepicker-planning-mob-open-gym,#datetimepicker-planning-mob-other, #datetimepicker-squash-mob {
    display: inline;
}

#popup.home-popup img, #popup.home-popup a {
    margin: 0;
    padding: 0;
}

#popup.home-popup {
    padding: 0;
    overflow: hidden;
}

form .input-error {
    border: 1px solid #B3101E !important;
    /*margin-bottom: 1rem !important;*/
}

form .text-error {
    color: #B3101E;
}



.button-white-text-red{
    background-color: transparent;
    border: 2px solid #b10007 !important;
    color: #b10007;
    border-radius: 30px !important;
    font-family: 'Helvetica Neue Bold', Arial, sans-serif;
    padding: 12px 36px;
    font-size: 18px;
    transition: all 0.3s;
    text-decoration: none;
}



.button-white-text-red:hover, .button-white-text-red:focus{
    background-color: #b10007;
    color: #fff;
}

#page-acheter .fond-texte-gris {
    background-color: #f5f5f5;
    padding: 40px 65px;
}

#page-acheter .sous-titre h2 {
    font-size: 1.5em;
    color: #555;
}

.fds-produit-prefere {
    background-color: #B3101E;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    font-weight: bold;
}

.fds-produit-normal {
    min-height: 50px;
}

#page-acheter .bouton-rouge {
    background-color: #B3101E;
    border: 2px solid #b10007;
}

#page-acheter .bouton-rouge span {
    color: #fff;
}

.inscription-descriptif .tarif {
    text-align: center;
    color: #c21515;
    font-size: 48px;
    margin-bottom: 5px;
}

.inscription-descriptif .tarif strong {
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
}

.inscription-descriptif .description {
    font-size: 22px;
    text-align: center;
}

.inscription-descriptif .row {
    align-items: center;
}

.inscription-descriptif .liste-options {
    border-left: 1px solid #999999;
    padding-left: 70px;
    font-size: 16px;
}

.inscription-descriptif .liste-options strong {
    display: block;
}

.inscription-descriptif .liste-options li {
    margin-bottom: 25px;
    list-style-type: none;
    white-space: nowrap;
}

.inscription-descriptif .liste-options li:before {
    font-family: dashicons;
    text-align: center;
    width: 44px;
    height: 44px;
    font-size: 30px;
    border: 1px solid #cdcdcd;
    border-radius: 22px;
    content: "\f147";
    float: left;
    margin: 5px 20px 0 0;
}

@media (max-width: 991px) {
    .inscription-descriptif .liste-options {
        border-left: none;
        padding-left: 0;
    }

    .inscription-descriptif .tarif-description {
        margin-bottom: 70px;
    }

}

.fds-titre-texte-image .fds-titre h3 {
    color: #c21515;
    text-align: center;
}

.fds-liste-etapes {
    border-left: 4px solid #b10007;
    position: relative;
    z-index: 0;
    padding-left: 75px;
    margin: -20px auto -20px;
    width: 65%;
    padding-bottom: 70px;
    text-align: justify;
}

.fds-liste-etapes .puce {
    border: 1px solid;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -27px;
    z-index: 2;
    background-color: white;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
}

.fds-liste-etapes .titre strong {
    font-size: 22px;
}

.fds-liste-couleur {
    position: relative;
    z-index: 0;
    padding-left: 75px;
    margin: -20px auto -20px;
    padding-bottom: 70px;
    text-align: justify;
}

.fds-liste-couleur .puce {
    border: 1px solid;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 47px;
    text-align: center;
}

.fds-liste-couleur .titre p {
    margin: 0;
}

.conteneur-scroll-vertical .votre-entrainement-experience {
    display: inline-block;
    width: 340px;
}

.conteneur-scroll-vertical {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.image-map-container {
    position: relative;
    max-width: 795px;
    margin: 0 auto;
}

.image-map-container img {
    border: 1px solid #777;
    /*margin: 0 auto;*/
    /*display: block;*/
}

.image-map-container a.lien-image-map {
    position: absolute;
    display: block;
    width: 70px;
    height: 35px;
    /*background-color: rgba(255, 14, 0, 0.5);*/
}

.image-map {
    width: 100%;
}

.image-map-container.image-map-container-sm {
    max-width: 500px;
}

.image-map-container.image-map-container-xs {
    max-width: 300px;
}

.image-map-container.image-map-container-sm a.lien-image-map {
    /*background-color: rgba(79, 255, 91, 0.5);*/
}

.image-map-container.image-map-container-xs a.lien-image-map {
    /*background-color: rgba(55, 124, 255, 0.5);*/
}


/* Panier abonnement */

.shop-abo{
    display: block;
}

.shop-abo .fds-grand-tarif{
    max-width: 340px;
    margin:30px auto;
    position: relative;
}


.shop-abo .shop-remove-abo-confirmation{
    position: absolute;
    top:10px;
    left: 10px;
}

.recap-abo .indication{
    font-weight: bold;
    margin: 1rem 0;

}

/* 30-10-2019 */
.hidden-squash-heure, .hidden-squash-dispo {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px ) {

    .home-parallaxe {
        max-width: 100%;
    }

    .home-parallaxe .fl-row-content-wrap {
        background-size: 1024px auto;
    }

}
/**/

/* large */
@media (min-width: 789px) {
    .image-map-container.image-map-container-sm, .image-map-container.image-map-container-xs {
        display: none;
    }
}

/* medium */
@media (min-width: 490px) and (max-width: 788px ) {
    .image-map-container.image-map-container-md, .image-map-container.image-map-container-xs {
        display: none;
    }

    .image-map-container a.lien-image-map {
        width: 50px;
        height: 25px;
    }

}

/* small */
@media (max-width: 489px) {
    .image-map-container.image-map-container-md, .image-map-container.image-map-container-sm {
        display: none;
    }

    .image-map-container a.lien-image-map {
        width: 42px;
        height: 23px;
    }

    .conteneur-scroll-vertical .votre-entrainement-experience {
        width: 250px;
    }

    #planning-global.container {
        margin: 0 auto;
        padding: 0 15px;
    }

    #popup.popup-booking {
        margin-top: 0;
    }

}




/* Front de Seine TRAINING / Viméo */

.page-fds-training h1{
    font-size: 3em;
    margin: 30px 0 70px;
}
.page-fds-training h2{
    margin-bottom: 40px;
}


.page-fds-training .text-content{
    margin: 0 auto;
    max-width: 70%;
    font-size: 18px;
}

.page-fds-training a{

    margin-bottom: 40px;
    display: inline-block;
}


.squash-heure.tournoi {
    background-color: #eee;
    color:#000;
}

.squash-heure.tournoi-tableau {
    background-color: #000;
    color:#fff;
}

.squash-heure.tournoi-plateau {
    background-color: #666;
    color:#fff;
}

.squash-heure.exhibition {
    background-color: #731611;
    color:#fff;
}
