@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800,900&display=swap');

/*******************************************************
GLOBAL
********************************************************/

body {
    font-size: 16px;
    color: #222;
    font-family: 'Nunito Sans' !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito Sans' !important;
}

a {
    display: inline-block;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
    }

button:hover,
button:focus,
button:active {
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}

.max-width {
    max-width: 1400px;
    margin: 0 auto;
}


img {
    max-width: 100%;
}

.container-fluid > .row, .container-fluid > div > .row {
    padding: 0;
}

.is-boxes {
    min-height: auto;
}

p {
    margin: 0;
}

.is-wrapper > div {
    background-color: transparent !important;
}

#back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
    z-index: 200;
    text-align: center;
}

    #back-to-top .far {
        background-color: #e6257a;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
        border-radius: 100%;
        border: 1px solid white;
    }

/*******************************************************

********************************************************/
.btn {
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 0;
    color: white;
    z-index: 0;
    border: none;
    background-color: transparent;
}


    .btn:hover,
    .btn:focus,
    .btn:active {
        outline: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }

/*******************************************************
LAYOUT 
********************************************************/

header.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(230, 37, 122, 1)' stroke-width='2'  stroke-miterlimit='15' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header {
    padding: 5px 0;
    background-color: white;
}

    header .navbar-toggler {
        position: absolute;
        padding: 0;
        border: none;
        top: 15px;
        left: 15px;
        z-index: 100;
    }


    header .navbar .nav-item {
        padding: 0 10px;
        position: relative;
    }

        header .navbar .nav-item:first-child {
            padding-left: 0;
        }

    header .navbar .nav-link {
        font-size: 16px;
        font-weight: 800;
        text-transform: uppercase;
        color: #222;
        padding: 0;
        transition: color .3s ease;
    }

        header .navbar .nav-link:hover,
        header .navbar .nav-link:focus,
        header .navbar .nav-link:active {
            color: #e6257a;
            transition: color .3s ease;
        }


@media(max-width:991px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 201;
        display: block;
        background-color: #222;
        transition: left .3s ease;
    }

    .close-menu {
        color: white;
    }

    .navbar.open-menu {
        left: 0;
        transition: left .3s ease;
    }

    header .navbar .nav-item {
        padding: 10px 0;
    }

    header .navbar .nav-link {
        color: #fb378d;
    }
}

@media(min-width:992px) {

    .navbar-toggler {
        display: none;
    }

    header .navbar .nav-item + .nav-item:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        border-radius: 100%;
        background-color: #e6257a;
        left: -2px;
        top: 9px;
    }
}

header .contact .tel,
header .contact .reseau {
    display: inline-block;
    vertical-align: middle;
}

header .contact .tel {
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    color: #222;
    position: relative;
}

    header .contact .tel:before {
        content: "";
        position: absolute;
        height: 4px;
        width: 0;
        background-color: #e6257a;
        bottom: -5px;
        left: 0;
        transition: all .3s ease;
    }

    header .contact .tel:hover:before {
        width: 100%;
        transition: all .3s ease;
    }

    header .contact .tel:hover {
        font-size: 30px;
    }

@media(max-width:767px) {

    header .contact {
        padding: 15px 0;
    }

        header .contact .tel {
            font-size: 20px;
        }
}


header .contact .reseau .fab {
    color: white;
    font-size: 17px;
    height: 33px;
    width: 33px;
    text-align: center;
    margin-left: 20px;
    line-height: 33px;
    border-radius: 100%;
    background-color: #e6257a;
    position: relative;
    box-shadow: 0 0 0 5px white,0 0 0 6px #e6257a;
    transition: all .3s ease;
}

header .contact .reseau a:hover .fab,
header .contact .reseau a:focus .fab,
header .contact .reseau a:active .fab {
    box-shadow: 0 0 0 3px white,0 0 0 6px #e6257a;
    transition: all .3s ease;
}

.navbar.bg-dark {
    display: none;
}



footer {
    background-color: #161616;
    color: white;
    padding: 10px 0;
    clear: both;
}

@media(max-width:767px) {
    footer {
        text-align: center;
    }

        footer .footer-nav {
            padding: 15px 0;
        }

        footer .copy {
            margin-top: 15px;
        }
}

footer .footer-nav a {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    margin: 3px 0;
    transition: all .3s ease;
}

    footer .footer-nav a:hover,
    footer .footer-nav a:focus,
    footer .footer-nav a:active {
        opacity: 0.5;
        transition: all .3s ease;
    }

footer .reseau .fab {
    color: white;
    font-size: 17px;
    height: 33px;
    width: 33px;
    text-align: center;
    margin-left: 20px;
    line-height: 33px;
    border-radius: 100%;
    background-color: #e6257a;
    position: relative;
    box-shadow: 0 0 0 5px #161616,0 0 0 6px #e6257a;
    transition: all .3s ease;
}

footer .reseau a:hover .fab,
footer .reseau a:focus .fab,
footer .reseau a:active .fab {
    box-shadow: 0 0 0 3px #161616,0 0 0 6px #e6257a;
    transition: all .3s ease;
}

footer .copy {
    font-style: italic;
}

.copyright {
    display: none;
}

/*******************************************************
PRESENTATION 
********************************************************/

.presentation {
    background: linear-gradient(160deg, #222222 10%, #e6257a);
    color: white;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

    .presentation .vague {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .presentation .resume {
        padding: 0 40px 0 150px;
    }

@media(max-width:991px) {
    .presentation .resume {
        padding: 0 20px;
    }
}

.presentation .picto {
    position: absolute;
    left: -50px;
    top: -80px;
    opacity: 0.1;
}


.presentation h1 {
    font-size: 40px;
    font-weight: 800;
    color: #e6257a;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}

    .presentation h1 span {
        font-size: 28px;
        font-weight: 800;
        color: white;
        display: block;
        text-transform: initial;
    }

@media(max-width:767px) {
    .presentation h1 {
        font-size: 32px;
    }

        .presentation h1 span {
            font-size: 24px;
        }
}

.presentation h1 + p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
}

.presentation .info .title {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

    .presentation .info .title span {
        background-color: #e6257a;
        padding: 0 10px;
    }

.presentation .info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .presentation .info ul li + li {
        margin-top: 5px;
    }

    .presentation .info ul li span {
        position: relative;
    }

    .presentation .info ul span:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        border-radius: 100%;
        background-color: #e6257a;
        left: -16px;
        top: 8px;
    }

.presentation .cabines {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 10px;
    padding: 45px;
}

@media(max-width:767px) {
    .presentation .cabines {
        margin-top: 30px;
    }
}

.presentation .cabines h2 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-left: 105px;
}

    .presentation .cabines h2 .num {
        position: absolute;
        font-size: 34px;
        height: 75px;
        width: 75px;
        background-color: #e6257a;
        border-radius: 100%;
        text-align: center;
        left: 0;
        top: -4px;
        line-height: 80px;
    }

        .presentation .cabines h2 .num:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            border: 1px solid #e6257a;
            transform: scale(1.2);
            left: 0;
            top: 0px;
            border-radius: 100%;
            background-color: transparent;
        }

@media(max-width:991px) {
    .presentation .cabines h2 {
        text-align: center;
        padding-left: 0;
        padding-top: 90px;
    }

        .presentation .cabines h2 .num {
            left: 50%;
            transform: translateX(-50%);
            top: 0;
        }
}


.presentation .cabines h2 span:not(.num) {
    display: block;
    color: #e6257a;
    text-transform: uppercase;
}

.presentation .cabines ul {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

    .presentation .cabines ul li {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.7;
    }

.presentation .owl-cabine img {
    max-height: 130px;
    width: auto !important;
    margin: 0 auto;
}

.presentation .owl-cabine .owl-nav .owl-prev,
.presentation .owl-cabine .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    font-size: 18px;
    border: none;
}

.presentation .owl-cabine .owl-nav .owl-next {
    right: 0;
}

.presentation .owl-cabine .owl-nav .fas {
    color: white;
}

.presentation .versaspa {
    margin-top: 100px;
}


@media(max-width:767px) {
    .presentation .versaspa img {
        max-width: 200px;
    }
}




.presentation .versaspa h2 {
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

    .presentation .versaspa h2 span {
        display: block;
        color: black;
    }

    .presentation .versaspa h2 + p {
        font-size: 26px;
        color: black;
        font-style: italic;
        margin-bottom: 50px;
    }

@media(max-width:767px) {
    .presentation .versaspa h2 {
        font-size: 32px;
        margin-top: 30px;
    }

        .presentation .versaspa h2 + p {
            font-size: 22px;
        }
}

.presentation .versaspa .embed-responsive {
    border: 10px solid #f9f9f9;
}

.tarifs-versaspa {
    background-color: #f9f9f9;
    padding-bottom: 30px;
}

    .tarifs-versaspa .tarifs h2 {
        margin-top: 0;
        display: inline-block;
        background-color: #e6257a;
        color: white;
        padding: 5px 10px;
        font-weight: 700;
        font-size: 32px;
    }

    .tarifs-versaspa .abonnement {
        background-color: white;
        border-radius: 10px;
        padding: 40px;
        box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
    }

        .tarifs-versaspa .abonnement h2 {
            margin-top: 0;
            line-height: 1;
            font-weight: 600;
        }

    .tarifs-versaspa .tarifs p {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.8;
    }

    .tarifs-versaspa .abonnement p {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.8;
    }


        .tarifs-versaspa .tarifs p span,
        .tarifs-versaspa .abonnement p span {
            color: #e6257a;
            text-transform: uppercase;
            font-weight: 900;
        }

    .tarifs-versaspa .tarifs .far {
        padding: 0 10px;
        color: #e6257a;
    }

    .tarifs-versaspa .abonnement .far {
        padding: 0 10px;
    }

/*******************************************************
TARIFS
********************************************************/
.grille-tarifs {
    background-color: #f9f9f9;
    padding: 40px 0;
    margin-bottom: 0;
}


    .grille-tarifs h2 {
        font-size: 46px;
        color: #e6257a;
        margin: 0;
        font-weight: 900;
        text-transform: uppercase;
    }

    .grille-tarifs .jour {
        font-size: 30px;
        font-style: italic;
    }

@media(max-width:767px) {
    .grille-tarifs h2 {
        font-size: 36px;
    }

    .grille-tarifs .jour {
        font-size: 22px;
    }
}

.grille-tarifs .tarif {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
    padding: 30px;
    padding-top: 70px;
    position: relative;
}

    .grille-tarifs .tarif .col-auto {
        padding: 0;
    }


    .grille-tarifs .tarif .num {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 38px;
        color: white;
        font-weight: 700;
        display: inline-block;
        height: 100px;
        width: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 100%;
        background-color: #e6257a;
        box-shadow: 0 0 0 8px #f8d1e2;
    }

@media(max-width:767px) {
    .grille-tarifs .tarif .num {
        top: -40px;
        font-size: 30px;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .grille-tarifs .tarif {
        padding-top: 45px !important;
        padding: 15px;
        margin-bottom: 65px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .grille-tarifs .tarif {
        margin-bottom: 80px;
    }
}

.grille-tarifs .tarif h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #e6257a;
}

.grille-tarifs .tarif span:not(.num) {
    display: inline-block;
    line-height: 1.8;
    font-weight: 600;
    font-size: 18px;
}

.grille-tarifs .tarif .fa-long-arrow-right {
    color: #e6257a;
}

.grille-tarifs .abonnement {
    margin-top: 60px;
}

    .grille-tarifs .abonnement h2 {
        font-size: 36px;
    }

@media(max-width:768px) {
    .grille-tarifs .abonnement {
        margin-top: 20px;
    }

        .grille-tarifs .abonnement h2 {
            margin-bottom: 40px;
        }
}

@media(max-width:991px) {
    .grille-tarifs .abonnement .carte {
        margin-bottom: 40px;
    }
}

.grille-tarifs .abonnement .carte h3 {
    margin-top: 0;
    font-weight: 800;
    font-size: 24px;
    padding-left: 45px;
    position: relative;
}

    .grille-tarifs .abonnement .carte h3 span {
        position: absolute;
        top: -2px;
        color: white;
        font-weight: 600;
        font-size: 17px;
        height: 33px;
        width: 33px;
        text-align: center;
        left: 0;
        line-height: 33px;
        border-radius: 100%;
        box-shadow: 0 0 0 5px #f8d1e2;
        background-color: #e6257a;
    }

.grille-tarifs .abonnement span:not(.upper) {
    display: inline-block;
    line-height: 1.8;
    font-weight: 600;
    font-size: 18px;
}

.grille-tarifs .abonnement .far {
    color: #e6257a;
}

.grille-tarifs .abonnement .gain {
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
}

.grille-tarifs .important {
    font-size: 20px;
    font-weight: 600;
    background-color: #fcdee5;
    border: 1px solid #d87d93;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

@media(min-width:992px) {
    .grille-tarifs .important {
        margin-top: 60px;
    }
}



/*******************************************************
INFOS PRATIQUE
********************************************************/

.info-pratique {
    background: linear-gradient(0deg, #222222, #e6257a);
}

    .info-pratique .contact-tel a {
        display: inline-block;
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 50px 0;
        line-height: 1;
        color: #222;
        box-shadow: 0 0 0 0px rgba(255,255,255,0.2);
        transition: all .3s ease;
    }

        .info-pratique .contact-tel a:hover {
            box-shadow: 0 0 0 8px rgba(255,255,255,0.2);
            transition: all .3s ease;
        }

    .info-pratique .contact-tel span {
        color: #e6257a;
        font-weight: 700;
        margin-left: 10px;
        display: inline-block;
    }

    .info-pratique .direction {
        margin-bottom: 40px;
    }

        .info-pratique .direction h2 {
            color: white;
            display: inline-block;
            font-weight: 600;
            margin-top: 0;
            margin-bottom: 40px;
            font-size: 26px;
        }

        .info-pratique .direction .gps {
            display: flex !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

            .info-pratique .direction .gps a {
                color: white;
            }

                .info-pratique .direction .gps a p {
                    font-weight: 500;
                }

                .info-pratique .direction .gps a img {
                    margin-bottom: 5px;
                }

            .info-pratique .direction .gps .col {
                flex: 0 0 auto;
                width: auto;
                max-width: 100%;
            }

    .info-pratique .info {
        background-color: white;
        padding: 35px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
        position: relative;
        overflow: hidden;
    }

        .info-pratique .info .horaires {
            padding: 0;
            margin: 0;
        }

            .info-pratique .info .horaires li {
                font-size: 18px;
                font-weight: 600;
            }

                .info-pratique .info .horaires li.today {
                    color: #e6257a;
                }

        .info-pratique .info .horaires-supp p,
        .info-pratique .info .horaires-supp li {
            font-size: 18px;
            font-weight: 600;
        }

        .info-pratique .info .horaires-supp-liste {
            list-style: none;
        }

            .info-pratique .info .horaires-supp-liste li span:first-child {
                position: relative;
            }

                .info-pratique .info .horaires-supp-liste li span:first-child:before {
                    content: "";
                    position: absolute;
                    height: 5px;
                    width: 5px;
                    border-radius: 100%;
                    background-color: #e6257a;
                    left: -16px;
                    top: 8px;
                }

        .info-pratique .info .horaires {
            padding: 0;
            margin: 0;
        }


        .info-pratique .info .picto {
            position: absolute;
            left: -50px;
            bottom: -80px;
            opacity: 0.1;
        }


        .info-pratique .info .complement {
            font-size: 26px;
            font-weight: 600;
            margin: 0;
        }

@media(max-width:767px) {
    .info-pratique .info .complement {
        font-size: 18px;
    }
}

.info-pratique .info h2 {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    color: #e6257a;
    margin: 30px 0;
}

.map-container {
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

@media(max-width:991px) {
    .map-container {
        padding-bottom: 0;
    }
}

@media(min-width:992px) {
    .map-container .weGmap {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }

    .map-container #plan-acces,
    .map-container .mapContainer {
        height: 100% !important;
    }
}

.gm-ui-hover-effect img {
    display: none !important;
}

.infowindows {
    text-align: center;
}


    .infowindows div[itemprop="name"] {
        color: #e6257a;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900 !important;
        display: block;
        margin-bottom: 15px;
    }

    .infowindows div[itemprop="streetAddress"],
    .infowindows span[itemprop="postalCode"],
    .infowindows span[itemprop="addressLocality"] {
        font-size: 18px;
        font-weight: 400;
    }


    .infowindows .map-phone-number,
    .infowindows .map-opening-time,
    .infowindows .map-bt-itineraire {
        display: none;
    }

.gm-style .gm-style-iw-c {
    padding: 20px !important;
    z-index: 400;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
    padding: 0;
}

/*******************************************************
MENTIONS LEGALES
********************************************************/

.mentions-legales {
    padding-bottom: 40px;
}

    .mentions-legales h1 {
        margin-top: 40px;
        color: #e6257a;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 36px;
    }

    .mentions-legales h2 {
        font-size: 26px;
        font-weight: 700;
        margin-top: 30px;
    }

    .mentions-legales a {
        color: #e6257a;
    }


/*******************************************************
Cookies
********************************************************/

.weCookieBar {
    background-color: rgba(0, 0, 0, 0.92) !important;
}

    .weCookieBar .btn-default {
        background-color: #e6257a;
        color: white;
        font-weight: 800;
        margin: 0 5px 0 5px;
        padding: 10px 25px;
        border-radius: 0;
        margin-top: 20px;
    }


        .weCookieBar .btn-default:hover {
            background-color: white;
            color: #e6257a;
        }

    .weCookieBar .btn-link {
        color: #e6257a;
        font-weight: 800;
        margin-top: 20px;
    }


.radioCookieBtn .btn-danger:hover {
    color: #fff !important;
    background-color: #d53746 !important;
    border-color: #d53746 !important;
}

.radioCookieBtn .btn-success:hover {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

#cookiesModalLabel {
    font-size: 30px;
}

#cookiesModal small a, #cookiesModal .modal-footer a {
    color: #e6257a;
}

    #cookiesModal small a:hover, #cookiesModal .modal-footer a:hover {
        color: #900442;
    }
