/*******************************************************
FONTS
********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*******************************************************
COLOR
********************************************************/
.bleu {
    color: #0052A7;
}

.bleuclair {
    color: #40C0F1;
}

.vert {
    color: #7EBC4A;
}

.vertfonce {
    color: #00A651;
}

.rouge {
    color: #FF0000;
}

.rouge-dark {
    color: #87001D;
}

.blanc {
    color: white;
}


/*******************************************************
GENERAL
********************************************************/
body {
    font-weight: 400;
    color: black;
    font-size: 16px;
    font-family: Montserrat !important;
}

p, li, label {
    font-weight: 400;
    font-size: 16px;
}


#back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
    z-index: 200;
    text-align: center;
}

    #back-to-top .fa-regular {
        background-color: #D15015;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        border-radius: 100%
    }

.container-fluid > .row,
.container-fluid > div > .row {
    padding: 0;
}

.max-width-header {
    max-width: 1700px;
    margin: 0 auto;
}

.max-width {
    max-width: 1600px;
    margin: 0 auto;
}


.max-width-entete {
    max-width: 1920px;
    margin: 0 auto;
}


img {
    max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-top: 0;
}

footer {
    clear: both;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #7EBC4A;
}

    a:hover,
    a:active,
    a:focus,
    button:hover,
    button:active,
    button:focus {
        text-decoration: none !important;
        box-shadow: none !important;
        outline: none !important;
        color: #40C0F1;
    }

p {
    margin: 0;
}



.anchor {
    visibility: hidden;
    height: 255px;
    margin-top: -255px;
}

.bg-perso {
    display: none;
}

@media(max-width:991px) {
    .anchor {
        visibility: hidden;
        height: 178px;
        margin-top: -178px;
    }
}

/*******************************************************
COMMUN
********************************************************/

.ico-circle span:not(.intitle) {
    border-radius: 100%;
    background-color: #004994;
    display: block;
    margin: 0 auto;
    height: 60px;
    text-align: center;
    line-height: 55px;
    width: 60px;
    border: 2px solid white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.ico-circle.promo span:not(.intitle) {
    background-color: #FF0000;
}

.ico-circle.industriel span:not(.intitle) {
    background-color: #00A651;
}

.ico-circle.vert span:not(.intitle) {
    background-color: #51A32B;
}

.ico-circle.vitrage span:not(.intitle) {
    background-color: #40C0F1;
}

.ico-circle span:not(.intitle) img {
    height: 30px;
}

.ico-circle.xs span {
    height: 30px;
    width: 30px;
    line-height: 26px;
    border: 1px solid white;
}

    .ico-circle.xs span img {
        height: 15px;
    }

.ico-circle.sm span:not(.intitle) {
    height: 37px;
    width: 37px;
    line-height: 33px;
    border: 1px solid white;
}

    .ico-circle.sm span:not(.intitle) img {
        height: 19px;
    }

a.ico-circle:hover span:not(.intitle),
a.ico-circle:focus span:not(.intitle),
a.ico-circle:active span:not(.intitle),
a.ico-circle.active span:not(.intitle) {
    background-color: #7EBC4A;
    transition: all .3s ease;
}

.entete-page {
    background-color: #0052A7;
    padding: 30px 0;
}

    .entete-page h1 {
        color: white;
        font-family: Orbitron;
        font-size: 32px;
        margin: 0;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        padding-left: 90px;
    }

        .entete-page h1 span {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
        }

@media(max-width:991px) {
    .entete-page h1 {
        font-size: 20px;
    }
}


/*******************************************************
TITLE
********************************************************/


h1.home,
h1.page,
h2.home,
p.title-section,
h1.title-section,
h2.title-section,
.detail-prestation h2,
.prestation-anchor h1 {
    font-size: 32px;
    font-family: orbitron;
    color: white;
    display: inline-block;
    border-radius: 20px 0 20px 0;
    background-color: #7EBC4A;
    padding: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

@media(max-width:767px) {
    h1.home,
    h1.page,
    h2.home,
    p.title-section,
    h1.title-section,
    h2.title-section,
    .detail-prestation h2,
    .prestation-anchor h1 {
        font-size: 20px;
    }
}




/*******************************************************
BTN
********************************************************/

.btn {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px 0 20px 0;
    font-weight: 700;
}

    .btn i {
        color: white;
        margin-right: 10px;
        font-size: 18px;
    }


    .btn:hover,
    .btn:active,
    .btn:focus {
        transition: all 0.3s ease;
    }

.btn-default,
.btn-secondary {
    color: black;
    background-color: #7EBC4A;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus,
    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        background-color: #004994;
        color: white;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    }

.btn-sl {
    position: relative;
    color: white;
    background-color: #7EBC4A;
    line-height: 1;
    font-weight: 600;
    font-family: orbitron;
    border-radius: 20px 0 20px 0;
    padding: 30px 20px;
    padding-left: 90px;
}

    .btn-sl img {
        position: absolute;
        top: 19px;
        left: 20px;
    }

    .btn-sl:hover {
        background-color: #004994;
        color: white;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    }

.btn.alt {
    display: flex;
    text-align: left;
    line-height: 1;
    border-radius: 10px 0 10px 0;
    height: 60px;
    padding: 10px 20px;
    font-size: 20px;
    align-items: center;
}

    .btn.alt img {
        width: 40px;
        margin-right: 15px;
    }

@media(max-width:991px) {
    .btn.alt {
        height: 50px;
        padding: 5px 15px;
        font-size: 16px;
    }

        .btn.alt img {
            width: 30px;
        }
}

/*******************************************************
HEADER
********************************************************/

header {
    background-color: #0052A7;
    color: white;
    padding: 10px 0;
    position: relative;
    border-bottom: 10px solid #7EBC4A;
}

    header .logo {
        position: relative;
    }

        header .logo p {
            color: #FFF;
            font-family: Orbitron;
            font-size: 12px;
            position: absolute;
            bottom: 27px;
            left: 40px;
        }

            header .logo p i {
                color: #0052A7;
                margin-right: 5px;
            }

        header .logo img {
            max-width: 340px;
        }

@media(max-width:991px) {
    header .logo img {
        max-width: 185px;
    }
}

header.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
}


header .navbar-nav {
    padding: 0;
    margin: 0;
}

    header .navbar-nav li {
        padding: 0 15px;
        text-align: center;
    }

        header .navbar-nav li + li {
            border-left: 1px solid #004082;
        }


    header .navbar-nav a {
        color: white;
        font-size: 16px;
        padding: 0;
        line-height: 1.2;
        font-family: Orbitron;
    }

header .ico-circle span {
    margin-bottom: 10px !important;
}

header .navbar .nav-link.active {
    color: white;
}

header .navbar .nav-link > img {
    display: block !important;
    margin: 0 auto;
}

header .navbar-nav a:hover,
header .navbar-nav a:active,
header .navbar-nav a:focus {
    color: white !important;
}

header .navbar,
header .navbar .dropdown {
    position: inherit;
}

    header .navbar .dropdown-toggle::after {
        content: none;
    }

    header .navbar .dropdown-menu {
        width: 100%;
        border: none;
        background-color: #0052A7;
        color: white;
        border-radius: 0;
        margin-top: 3px;
        padding: 0;
        box-shadow: 0px 10px 10px -10px #00000033;
        text-align: center;
    }

        header .navbar .dropdown-menu a {
            padding: 20px;
        }

            header .navbar .dropdown-menu a span {
                margin-bottom: 10px;
            }


header .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    font-size: 28px;
    width: 65px;
}

    header .navbar-toggler:after {
        content: "";
        position: absolute;
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
        height: 100%;
        width: 100%;
        background-color: #7ebc4a;
        top: 0;
        left: 0;
        z-index: -1;
    }

    header .navbar-toggler .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

header .sl-mobile {
    width: 30px;
}

@media(max-width:991px) {
    header {
        position: relative;
        border-bottom: 4px solid #7EBC4A;
    }

        header .navbar {
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 11;
            padding: 20px 0;
            height: 100%;
            overflow: auto;
            align-items: flex-start;
            text-align: left;
            left: -100%;
            background-color: #0052A7;
            transition: left .3s ease;
        }

            header .navbar.open-menu {
                left: 0;
                transition: left .3s ease;
            }

        header .navbar-collapse {
            display: block !important;
        }

            header .navbar-collapse .logo {
                max-width: 280px !important;
            }

        header .navbar .far {
            font-size: 25px;
            color: #0C4DA2;
            text-align: right;
            width: 100%;
        }

        header .navbar .nav-link br {
            display: none;
        }

        header .navbar .navbar-nav {
            align-items: flex-start;
        }

        header .navbar .nav-link {
            text-align: left;
            padding: 15px 0;
        }

        header .navbar .nav-item {
            border-left: none;
            width: 100%;
        }

            header .navbar .nav-item + .nav-item a {
                border-top: 1px solid #004082;
            }

        header .navbar .nav-link span,
        header .navbar .nav-link > img {
            display: inline-block !important;
            margin-bottom: 0 !important;
            margin-right: 10px;
        }

        header .navbar .nav-link > img {
            max-width: 60px;
        }

        header .navbar .close-menu {
            font-size: 25px;
            color: white;
            text-align: right;
            width: 100%;
        }

        header .btn.alt {
            font-size: 14px;
        }
}

header .btn-round {
    height: 37px;
    text-align: center;
    width: 37px;
    line-height: 37px;
    background-color: #7ebc4a;
    border-radius: 100%;
}

    header .btn-round + .btn-round {
        margin-left: 10px;
    }

    header .btn-round img {
        max-width: 22px;
    }

header .btn-default.alt {
    font-size:18px;
}

/*******************************************************
FOOTER
********************************************************/


footer {
}

    footer .nom {
        font-size: 24px;
        font-weight: 700;
        margin-top: 10px;
        line-height: 1;
    }

    footer .nav-footer {
        padding: 50px 0;
        color: white;
        background-color: #0052A7;
    }

        footer .nav-footer .col-lg + .col-lg {
            border-left: 1px solid #004082;
        }

        footer .nav-footer .reseau {
            background-color: #003A77;
            border-radius: 20px 0 20px 0;
            padding: 35px 20px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            footer .nav-footer .reseau a {
                height: 48px;
                width: 48px;
                border-radius: 100%;
                color: white;
                border: 4px solid white;
                text-align: center;
                font-size: 20px;
                text-align: center;
                line-height: 40px;
            }

@media(max-width:991px) {
    footer .nav-footer .reseau {
        padding: 20px;
        flex-direction: row;
    }
}

footer .nav-footer .logo {
    width: 260px;
}

    footer .nav-footer .nom + p {
        font-size: 18px;
        margin: 25px 0;
        font-weight: 300;
    }

footer .nav-footer .title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    background-color: #7EBC4A;
    padding: 10px 15px;
    border-radius: 20px 0 20px 0;
    margin-bottom: 20px;
}

footer .nav-footer ul {
    margin: 0;
    display: inline-block;
    padding: 0;
}

    footer .nav-footer ul li {
        list-style: none;
        position: relative;
        text-align: left;
        padding: 10px 0 10px 42px;
    }

        footer .nav-footer ul li a {
            color: white;
            font-size: 18px;
        }

        footer .nav-footer ul li span {
            position: absolute;
            left: 0;
            top: 8px;
        }

footer .copyright {
    display: none;
}

footer .copyright-footer {
    background-color: #004994;
    color: white;
    padding: 10px;
}


    footer .copyright-footer .max-width-footer {
        max-width: 1920px;
        margin: 0 auto;
    }


    footer .copyright-footer p {
        font-size: 12px;
    }

    footer .copyright-footer a {
        color: white;
        transition: all .3s ease;
    }

        footer .copyright-footer a:hover,
        footer .copyright-footer a:active,
        footer .copyright-footer a:focus {
            opacity: 0.6;
            transition: all .3s ease;
        }

@media(max-width:991px) {
    footer .border-row > div + div {
        border-top: 1px solid #004082;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    footer .border-row > div:nth-child(2) {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    footer .nav-footer .col-lg + .col-lg {
        border-left: 1px solid #004082;
    }
}

footer .gps {
    display: flex !important;
    margin-top: 20px;
    justify-content: center !important;
}

@media(max-width:767px) {
    footer .gps {
        margin: 20px 0;
    }
}

footer .gps a {
    color: #222;
    font-weight: 500;
}


    footer .gps a p {
        display: none;
    }


/*******************************************************
HOME
********************************************************/


.main-carousel {
    max-height: 800px;
    max-width: 1920px;
    margin: 0 auto;
}


    .main-carousel li::marker {
        content: none;
    }

    .main-carousel .carousel-indicators {
        justify-content: end;
        margin-right: 5%;
        margin-left: 5%;
    }

        .main-carousel .carousel-indicators [data-bs-target] {
            width: 25px;
            height: 25px;
            background-color: white;
        }

        .main-carousel .carousel-indicators .active {
            background-color: #0052A7;
        }

.home-centre {
    padding: 40px 0;
    overflow: hidden;
    background: url(/docs/pages/3/fond-info-sl.png);
    background-repeat: no-repeat;
    background-position: 120% center;
}

    .home-centre h1 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
    }

@media(max-width:991px) {
    .home-centre h1 {
        font-size: 26px;
        margin-top: 30px;
    }
}


.home-centre .carousel img {
    border-radius: 120px 0;
}

.home-prestation {
    padding: 50px 0;
}

    .home-prestation:nth-child(even) {
        background-color: #0052A7;
        color: white;
    }

    .home-prestation:nth-child(odd) .row {
        flex-direction: row-reverse;
    }

    .home-prestation .col-lg-6 > img {
        border-radius: 120px 0;
    }

    .home-prestation h2 {
        line-height: 1;
        display: inline-block;
        font-family: orbitron;
        position: relative;
        text-transform: initial;
        margin-bottom: 40px;
        border-radius: 20px 0 20px 0;
        background-color: #7EBC4A;
        padding: 20px;
        font-weight: 500;
        font-size: 32px;
        color: white;
        padding-left: 100px;
    }

    .home-prestation.vitrage h2 {
        padding-left: 20px;
    }

    .home-prestation.vitrage h2 > img{
        margin-right:75px;
    }


        .home-prestation h2 span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
        }

    .home-prestation.vitrage h2 span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 210px;
    }

@media(max-width:991px) {
    .home-prestation h2 {
        font-size: 24px;
    }

        .home-prestation h2 span {
            top: 50%;
            transform: translateY(-50%);
            height: 50px !important;
            line-height: 46px !important;
            width: 50px !important;
        }

            .home-prestation h2 span img {
                height: 20px !important;
            }
}


.home-prestation .btn {
    margin-top: 20px;
}


.home-prestation.vitrage {
    background-color: #40C0F1;
}

    .home-prestation.vitrage h2 {
        background-color: #40C0F1;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .home-prestation.vitrage p,
    .home-prestation.vitrage li {
        color: black;
    }

    .home-prestation.vitrage .btn {
        background-color: #0052A7;
        color: white;
    }




.home-avis-client {
    background-color: #F0F0F0;
    padding: 60px 0;
}

.info-centre {
    padding: 60px 0;
}

    .info-centre h2 {
        font-size: 32px;
        font-weight: 700;
        text-align: center;
    }

        .info-centre h2 + p {
            font-size: 24px;
            line-height: 1.2;
        }

    .info-centre h3 {
        line-height: 1;
        display: inline-block;
        font-family: orbitron;
        text-transform: initial;
        margin-bottom: 40px;
        border-radius: 20px 0 20px 0;
        background-color: #7EBC4A;
        padding: 10px 20px;
        font-weight: 500;
        font-size: 18px;
        color: white;
        text-transform: uppercase;
    }

        .info-centre h3 img {
            margin-right: 15px;
        }

    .info-centre .col-lg-7 img {
        border-radius: 120px 0;
    }

    .info-centre ul {
        margin: 0;
        padding: 0;
    }

        .info-centre ul li {
            font-size: 18px;
            padding: 10px 0;
            list-style: none;
        }

            .info-centre ul li + li {
                border-top: 1px solid #DBDBDB;
            }

            .info-centre ul li .jour {
                font-weight: 700;
            }



/*******************************************************
MENTIONS LEGALES
********************************************************/
.mentions-legales {
    margin-bottom: 40px;
}

    .mentions-legales .title {
        margin-bottom: 0;
        font-weight: 700;
        color: #51a32b;
        font-size: 32px;
    }

    .mentions-legales h2 {
        font-weight: 500;
        color: #51A32B;
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

/*******************************************************
COOKIE BAR 
********************************************************/

.weCookieBar .btn-default {
    font-size: 16px;
    margin: 5px 5px 0 5px;
    padding: 8px 25px;
    font-family: orbitron;
    color: white;
    background-color: #7EBC4A;
}

    .weCookieBar .btn-default:hover,
    .weCookieBar .btn-default:active,
    .weCookieBar .btn-default:focus {
        background-color: #004994;
        color: white;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    }

#cookiesModal .modal-title {
    font-size: 24px;
    font-family: 'Orbitron';
    font-weight: 600;
    color: #0052A7;
}

#cookiesModal h2,
#cookiesModal h3 {
    font-size: 22px;
    font-family: 'Orbitron';
}

#cookiesModal .form-group {
    margin-top: 20px;
}

/*******************************************************
FORM
********************************************************/

.contact.centre {
    background-color: #F0F0F0;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

@media(max-width:991px) {
    .contact.centre {
        padding-top: 0;
    }
}

.contact.centre .form-control {
    background-color: white;
    border: 1px solid transparent;
    color: #898989;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 0;
}

    .contact.centre .form-control:active,
    .contact.centre .form-control:focus {
        border: 1px solid #0C4DA2;
        background-color: white;
        box-shadow: none;
        outline: none;
    }

.contact .info-groupe {
    background-color: #0052A7;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 30px 40px;
    border-radius: 120px 0 120px 0;
}

@media(max-width:991px) {
    .contact .info-groupe {
        border-radius: 0;
    }
}

.contact .info-groupe h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

  

@media(max-width:991px) {
    .contact .info-groupe h2 {
        text-align: left;
    }
}


.contact .info-groupe p {
    font-size: 18px;
    margin: 30px 0;
}

.contact .info-groupe .btn {
    font-size: 14px;
    margin: 5px;
}

.contact .info-groupe .gps {
    display: flex !important;
    margin-bottom: 30px;
}

    .contact .info-groupe .gps p {
        display: none !important;
    }

    .contact .weGmap {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    @media(max-width:991px) {
        .contact .weGmap {
            display: none;
        }
    }

    .contact #plan-acces,
    .contact .mapContainer {
        height: 100% !important;
    }

    .contact .weGmap .gm-style-iw-t {
        display: none;
    }

    .contact h2.ico-circle {
        display: inline-block;
        background-color: #0052A7;
        color: white;
        font-size: 20px;
        font-weight: 600;
        padding: 20px 50px;
        margin-bottom: 40px;
        position: relative;
        padding-left: 150px;
        border-radius: 20px 0 20px 0;
        position: relative;
    }

        .contact h2.ico-circle span {
            position: absolute;
            top: 7px;
            left: 75px;
            height: 50px;
            line-height: 47px;
            width: 50px;
        }

            .contact h2.ico-circle span img {
                height: 22px;
            }

    .rdv-paoute .contact .form-control {
        background-color: #F0F0F0;
    }

    .contact label {
        color: black !important;
        font-weight: 500;
    }

    .contact .form-control {
        background-color: white;
        border: 1px solid transparent;
        color: #898989;
        font-weight: 500;
        padding: 10px 12px;
        border-radius: 0;
    }

        .contact .form-control:active,
        .contact .form-control:focus {
            border: 1px solid #0C4DA2;
            background-color: white;
            box-shadow: none;
            outline: none;
        }


        .contact .form-control[type="checkbox"] {
            display: none;
        }

            .contact .form-control[type="checkbox"] + label {
                font-weight: 400;
                position: relative;
                padding-left: 30px;
                font-size: 16px;
                line-height: 1.2;
                margin-bottom: 15px;
            }

                .contact .form-control[type="checkbox"] + label:before {
                    content: "\f0c8";
                    position: absolute;
                    font-family: 'Font Awesome 6 Pro';
                    font-weight: 400;
                    left: 0;
                    font-size: 22px;
                    color: #0052A7;
                    top: -2px;
                }

                .contact .form-control[type="checkbox"] + label::after {
                    content: "\f14a";
                    position: absolute;
                    font-family: 'Font Awesome 6 Pro';
                    font-weight: 900;
                    left: 0;
                    font-size: 22px;
                    top: -2px;
                    color: #0052A7;
                    opacity: 0;
                }

            .contact .form-control[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

    .contact textarea {
        min-height: 140px;
    }

    @media(min-width:992px) {
        .contact form {
            padding: 0 40px;
        }
    }

    .form-control.input-validation-error,
    .form-control.input-validation-error:focus,
    .form-control.input-validation-error:active {
        border: 1px solid #FF0000;
        background-color: #F7E2E3;
    }

    .field-validation-error span {
        margin-top: 5px;
        display: inline-block;
        font-size: 13px;
        color: #FF0000;
    }

    .contact .form-captcha > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .contact #btnSubmit {
        background-color: #87001D;
        color: white;
        font-size: 20px;
        padding: 15px 70px;
        margin-top: 40px !important;
    }

    @media(max-width:991px) {
        .contact #btnSubmit {
            padding: 15px 50px;
        }
    }


    @media(max-width:991px) {
        .contact #btnSubmit {
            padding: 15px 50px;
        }
    }

    /*******************************************************
CONFIRMATION FORM
********************************************************/

    .container-confirmation {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .container-confirmation p {
            padding: 40px;
            text-align: center;
            line-height: 1;
            max-width: 395px;
            background-color: white;
        }

        .container-confirmation img {
            position: absolute;
            z-index: -1;
            top: 50%;
            left: -296px;
            opacity: 0.2;
            transform: translateY(-50%);
        }

    /*******************************************************
FAQ
********************************************************/
    .filtre-module {
        background-color: #7EBC4A;
        padding: 20px 0;
        text-align: center;
    }


        .filtre-module select {
            background-color: white;
            width: auto;
            margin: 0 auto;
            display: block;
            padding: 15px 60px 15px 30px;
            border-radius: 0;
            background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2222%22%20viewBox%3D%220%200%2035%2022%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500004%205.66848L6.16667%200.000731183L17.5%2011.0007L28.8333%200.000732174L34.5%205.66848L17.5%2022.0007L0.500004%205.66848Z%22%20fill%3D%22%237EBC4A%22%2F%3E%3C%2Fsvg%3E);
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-repeat: no-repeat;
            background-position: right 15px center;
            background-size: 20px;
            cursor: pointer;
        }

    .faq {
        padding: 40px 0;
    }

        .faq .accordion-item {
            background-color: #F5F5F5;
            border: 1px solid #D4D4D4;
            border-radius: 20px 0 20px 0;
        }

            .faq .accordion-item button {
                background-color: transparent;
                font-size: 20px;
                font-weight: 700;
                color: black !important;
                padding: 35px 18px;
                box-shadow: none;
            }

                .faq .accordion-item button:after {
                    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2222%22%20viewBox%3D%220%200%2035%2022%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500004%205.66848L6.16667%200.000731183L17.5%2011.0007L28.8333%200.000732174L34.5%205.66848L17.5%2022.0007L0.500004%205.66848Z%22%20fill%3D%22%230052A7%22%2F%3E%3C%2Fsvg%3E);
                    height: 22px;
                    width: 34px;
                    background-size: 100%;
                    background-repeat: no-repeat;
                }

                .faq .accordion-item button.collapsed:after {
                    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2222%22%20viewBox%3D%220%200%2035%2022%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500004%205.66848L6.16667%200.000731183L17.5%2011.0007L28.8333%200.000732174L34.5%205.66848L17.5%2022.0007L0.500004%205.66848Z%22%20fill%3D%22%237EBC4A%22%2F%3E%3C%2Fsvg%3E);
                }

        .faq .accordion-body {
            padding-bottom: 35px;
            padding-top: 0;
        }


    /*******************************************************
ACTUALITE
********************************************************/

    .liste-actualite,
    .liste-promo {
        padding: 50px 0;
    }

        .liste-actualite .content,
        .liste-promo .content {
            height: 100%;
            position: relative;
            background-color: #F5F5F5;
            border: 1px solid #D4D4D4;
            padding: 20px 20px 40px 20px;
            border-radius: 20px 0 20px 0;
        }

        .liste-actualite span,
        .liste-promo span,
        .detail-actualite .date,
        .detail-actualite .categorie {
            color: #FFF;
            font-size: 14px;
            padding: 3px 6px;
            background-color: #0052A7;
            font-weight: 600;
            display: inline-block;
        }

        .liste-actualite .date,
        .liste-promo .date {
            margin-top: 20px;
        }

        .liste-actualite .categorie,
        .liste-promo .categorie {
            text-transform: uppercase;
            position: absolute;
            top: 40px;
            right: 40px;
        }

            .liste-actualite .categorie.promo,
            .liste-promo .categorie.promo {
                background-color: #FF0000;
            }

        .liste-actualite h2,
        .liste-promo h2 {
            font-weight: 600;
            font-size: 20px;
            margin-top: 20px;
        }

        .liste-actualite img,
        .liste-promo img {
            border-radius: 20px 0 0 0;
        }

        .liste-promo h2 {
            text-transform: uppercase;
        }

        .liste-actualite .resume,
        .liste-promo .resume {
            margin-top: 20px;
            font-size: 18px;
        }

    .detail-actualite {
        padding: 60px 0;
    }

        .detail-actualite h1 {
            font-size: 32px;
            font-family: orbitron;
            margin-top: 15px;
        }

        .detail-actualite img {
            border-radius: 80px 0 80px 0;
        }

    /*******************************************************
PAGINATION
********************************************************/
    .pagination-container,
    .liste-pager {
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }

        .pagination-container li .page-link,
        .liste-pager li span {
            color: black;
            font-weight: 700;
            background-color: white;
            display: block;
            height: 40px;
            width: 40px;
            line-height: 40px;
        }

        .liste-pager li + li span {
            border-left: 1px solid #D8D8D8;
        }

        .pagination-container li.active .page-link,
        .pagination-container li:hover .page-link,
        .pagination-container li:active .page-link,
        .pagination-container li:focus .page-link,
        .liste-pager li.active span,
        .liste-pager li:hover span,
        .liste-pager li:active span,
        .liste-pager li:focus span {
            background-color: #0052A7;
            color: white;
            cursor: pointer;
        }


    /*******************************************************
RDV
********************************************************/


    .entete-page.rdv {
        color: white;
    }

        .entete-page.rdv .container-img {
            height: 100%;
            border-radius: 60px 0;
            background: url(/docs/pages/3/entete-rdv.webp);
            background-size: cover;
            background-position: center 30%;
        }

    @media(max-width:991px) {
        .entete-page.rdv .container-img {
            height: 150px;
            margin-bottom: 20px;
        }
    }

    .frise-rdv {
        display: flex;
        position: relative;
        padding: 40px 70px;
        justify-content: space-between;
    }

        .frise-rdv:after {
            content: "";
            position: absolute;
            width: calc(100% - 140px);
            height: 2px;
            background-color: #C9C9C9;
            left: 0;
            right: 0;
            margin: auto;
            top: 50%;
            transform: translateY(-50%);
            z-index: -1;
        }

    @media(max-width:991px) {
        .frise-rdv {
            padding: 40px 0;
        }

            .frise-rdv:after {
                width: 100%;
            }
    }

    .frise-rdv .etape {
        background-color: #C9C9C9 !important;
        margin: 0 !important;
    }

        .frise-rdv .etape.active {
            background-color: #7EBC4A !important;
        }

        .frise-rdv .etape.ok {
            background-color: #0052A7 !important;
        }

    .rdv-paoute {
        position: relative;
        overflow: hidden;
    }

        .rdv-paoute h2.ico-circle,
        .rdv-paoute h3.ico-circle {
            display: inline-block;
            background-color: #0052A7;
            color: white;
            font-size: 20px;
            font-weight: 600;
            padding: 20px 40px;
            margin-bottom: 40px;
            position: relative;
            padding-left: 100px;
            border-radius: 20px 0 20px 0;
            position: relative;
        }

            .rdv-paoute h2.ico-circle span,
            .rdv-paoute h3.ico-circle span {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 30px;
                height: 50px;
                line-height: 47px;
                width: 50px;
            }

                .rdv-paoute h2.ico-circle span img,
                .rdv-paoute h3.ico-circle span img {
                    height: 22px;
                }

        .rdv-paoute h3.ico-circle {
            padding: 15px 40px;
            padding-left: 100px;
            position: relative;
            margin-bottom: 20px;
        }

            .rdv-paoute h3.ico-circle .edit {
                position: absolute;
                right: -25px;
                top: 50%;
                transform: translateY(-50%);
            }

        .rdv-paoute .accordion {
            margin-bottom: 60px;
        }

        .rdv-paoute .accordion-item {
            background-color: transparent;
            border: none;
            overflow: hidden;
            border-radius: 20px 0 20px 0;
        }

            .rdv-paoute .accordion-item + .accordion-item {
                margin-top: 15px;
            }

            .rdv-paoute .accordion-item button {
                background-color: #0052A7;
                font-size: 24px;
                font-weight: 700;
                gap: 20px;
                color: white !important;
                padding: 10px 18px;
                box-shadow: none;
                font-family: orbitron;
            }

    @media(max-width:991px) {
        .rdv-paoute .accordion-item button {
            font-size: 18px;
        }
    }

    .rdv-paoute .accordion-item button.collapsed {
        background-color: #C9C9C9;
    }

        .rdv-paoute .accordion-item button.collapsed:hover {
            background-color: #7EBC4A;
        }

    .rdv-paoute .accordion-item button:hover {
        background-color: #0052A7;
    }

    .rdv-paoute .accordion-item button:after {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2233%22%20viewBox%3D%220%200%2034%2033%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2233.088%22%20height%3D%2233%22%20fill%3D%22%237EBC4A%22%2F%3E%3Cpath%20d%3D%22M23.792%2021.54L20.144%2021.54L16.52%2015.3L12.92%2021.54L9.29601%2021.54L15.104%2011.46L17.96%2011.46L23.792%2021.54Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
        height: 33px;
        width: 34px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .rdv-paoute .accordion-item button.collapsed:after {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2233%22%20viewBox%3D%220%200%2035%2033%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2234.8059%22%20height%3D%2233%22%20fill%3D%22%230052A7%22%2F%3E%3Cpath%20d%3D%22M10.3171%2011.2345L13.9633%2011.3493L17.3892%2017.7002L21.1837%2011.5765L24.8059%2011.6905L18.6837%2021.5828L15.8291%2021.493L10.3171%2011.2345Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
    }


    .rdv-paoute .accordion-item button span {
        margin: 0;
        flex-shrink: 0;
    }

    .rdv-paoute .accordion-body {
        padding-bottom: 35px;
        padding-top: 0;
        padding-left: 160px;
        padding-right: 160px;
        background-color: #0052A7;
    }

    @media(max-width:767px) {
        .rdv-paoute .accordion-body {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .rdv-paoute .accordion-body .container-selection {
        background-color: white;
        padding: 20px;
        border-radius: 20px 0;
    }

        .rdv-paoute .accordion-body .container-selection + .container-selection {
            margin-top: 15px;
        }

        .rdv-paoute .accordion-body .container-selection label {
            font-size: 18px;
            position: relative;
            padding-left: 30px;
            display: inline-block;
            margin: 5px 0;
        }


    .rdv-paoute .accordion-body .container-extra-selection {
        background-color: #F0F0F0;
        padding: 20px;
        border-radius: 20px 0;
        margin-bottom: 20px;
    }

        .rdv-paoute .accordion-body .container-extra-selection label {
            margin-right: 15px;
        }

    .rdv-paoute input[type="checkbox"] {
        display: none;
    }


        .rdv-paoute input[type="checkbox"] + label:before {
            content: "\f0c8";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            left: 0;
            color: #B8B8B8;
            font-size: 22px;
            top: -3px;
        }

        .rdv-paoute input[type="checkbox"] + label::after {
            content: "\f00c";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            left: 2px;
            font-size: 22px;
            top: -5px;
            color: #62c231;
            opacity: 0;
        }

        .rdv-paoute input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

    .rdv-paoute .aside {
        background-color: #F0F0F0;
        padding: 20px 0;
        height: 100%;
        padding-bottom: 150px;
        position: relative;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    }

        .rdv-paoute .aside h2 {
            display: inline-block;
            background-color: #7EBC4A;
            color: white;
            font-size: 20px;
            font-weight: 600;
            padding: 20px 40px;
            margin-bottom: 20px;
            position: relative;
            border-radius: 20px 0 20px 0;
            position: relative;
        }

        .rdv-paoute .aside .resume-rdv {
            background-color: white;
            padding: 20px 40px;
        }

    @media(max-width:991px) {
        .rdv-paoute .aside.recap-form > div {
            display: none !important;
        }
    }

    .rdv-paoute .aside .resume-rdv + .resume-rdv {
        margin-top: 10px;
    }

    .rdv-paoute .aside .resume-rdv ul {
        margin: 0;
        padding: 0;
    }

        .rdv-paoute .aside .resume-rdv ul li {
            list-style: none;
        }

            .rdv-paoute .aside .resume-rdv ul li.resume-category {
                font-weight: bold;
                margin-top: 5px;
                color: #000;
            }

            .rdv-paoute .aside .resume-rdv ul li:not(.resume-category) {
                position: relative;
                padding-left: 25px;
            }

                .rdv-paoute .aside .resume-rdv ul li:not(.resume-category):before {
                    content: "\f00c";
                    position: absolute;
                    font-family: 'Font Awesome 5 Pro';
                    font-weight: 900;
                    left: 0;
                    color: #7EBC4A;
                    font-size: 18px;
                    top: 0;
                }

            .rdv-paoute .aside .resume-rdv ul li.message:before {
                content: "\f075";
                font-weight: 400;
            }

    .rdv-paoute .btn-rdv-next {
        display: inline-block;
        background-color: #87001D;
        color: white;
        font-size: 20px;
        font-weight: 600;
        padding: 20px 40px;
        position: absolute;
        padding-left: 100px;
        border-radius: 20px 0 20px 0;
        bottom: 40px;
        text-align: left;
        right: 40px;
    }

        .rdv-paoute .btn-rdv-next span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 30px;
        }

        .rdv-paoute .btn-rdv-next:hover,
        .rdv-paoute .btn-rdv-next:focus,
        .rdv-paoute .btn-rdv-next:active {
            background-color: #7EBC4A;
        }

            .rdv-paoute .btn-rdv-next:hover span,
            .rdv-paoute .btn-rdv-next:focus span,
            .rdv-paoute .btn-rdv-next:active span {
                background-color: #0052A7 !important;
            }

    /*******************************************************
MENTIONS LEGALES
********************************************************/

    .mention-legale {
        padding: 60px 0;
    }

        .mention-legale h2 {
            font-size: 22px;
            font-family: orbitron;
            color: white;
            display: inline-block;
            border-radius: 20px 0 20px 0;
            background-color: #7EBC4A;
            padding: 20px;
            font-weight: 500;
            margin: 20px 0;
            text-transform: uppercase;
        }

        .mention-legale h3 {
            font-weight: 700;
            font-size: 22px;
            margin: 20px 0;
        }

        .mention-legale p {
            margin: 12px 0;
        }



    /*******************************************************
 AVIS CLIENT
********************************************************/

.home-avis-client .fiche-centre h3 {
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.home-avis-client .fiche-centre img {
   max-width:115px;
}

.home-avis-client .fiche-centre .score {
    text-align: center;
    background-color: #0052A7;
    border-radius: 10px 0;
    color: white;
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    font-weight: 700;
    padding: 5px 20px;
    line-height: 1.2;
}

.home-avis-client .fiche-centre .score span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

.home-avis-client .fiche-centre .star {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.home-avis-client .fiche-centre .star img {
    display: block;
}

.home-avis-client .fiche-centre .star .fas {
    font-size: 20px;
    color: #ffc100;
}

.home-avis-client .fiche-centre .btn-container {
    margin-top: 20px;
}

    .home-avis-client .fiche-centre .btn-container a {
        padding:15px;
        font-size: 14px;
        display: inline-block;
        height:auto;
        box-shadow: none !important;
        transition: all 0.3s ease;
    }


.home-avis-client .avis,
.liste-avis .avis {
    background-color: white;
    padding: 30px;
    height: 100%;
    font-family: Montserrat !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

    .home-avis-client .avis .abo,
    .liste-avis .avis .abo {
        font-weight: 700;
        margin-bottom: 15px;
    }


    .home-avis-client .avis .name,
    .liste-avis .avis .name {
        font-weight: 700;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        margin-bottom: 10px;
        padding-left: 60px;
    }

        .home-avis-client .avis .name img,
        .liste-avis .avis .name img {
            position: absolute;
            left: 0;
            max-width: 50px;
        }

        .home-avis-client .avis .name span,
        .liste-avis .avis .name span {
            font-weight: 300;
            display: block;
        }

    .home-avis-client .avis .star,
    .liste-avis .avis .star {
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
    }

        .home-avis-client .avis .star .fas,
        .liste-avis .avis .star .fas {
            font-size: 13px;
            color: #ffc100;
        }

    .home-avis-client .avis .aspect,
    .liste-avis .avis .aspect {
        margin-bottom: 20px;
    }

        .home-avis-client .avis .aspect span,
        .liste-avis .avis .aspect span {
            font-weight: 700;
        }


.entete-avis h3 {
    line-height: 1;
    font-size: 32px;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.entete-avis  img {
    max-width: 115px;
}

.entete-avis  .score {
    text-align: center;
    background-color: #0052A7;
    border-radius: 10px 0;
    color: white;
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    font-weight: 700;
    padding: 5px 20px;
    line-height: 1.2;
}

    .entete-avis  .score span {
        display: block;
        font-size: 12px;
        font-weight: 300;
    }

.entete-avis .star {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

    .entete-avis  .star img {
        display: block;
    }

    .entete-avis  .star .fas {
        font-size: 20px;
        color: #ffc100;
    } 

.entete-avis a {
    margin-top:15px !important;
    padding: 15px !important;
    font-size: 14px !important;
    display: inline-block !important;
    height: auto !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

    /*******************************************************
CALENDAR
********************************************************/


    .elegant-calencar {
        text-align: center;
        position: relative;
        margin-bottom: 50px;
        overflow: hidden;
        border-radius: 5px;
        -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    }

        .elegant-calencar .wrap-header {
            position: relative;
            width: 45%;
            background: #39b54a;
        }

    @media (max-width: 767.98px) {
        .elegant-calencar .wrap-header {
            width: 100%;
            padding: 20px 0;
        }
    }

    .elegant-calencar #header {
        width: 100%;
        position: relative;
    }

        .elegant-calencar #header .pre-button, .elegant-calencar #header .next-button {
            cursor: pointer;
            width: 1em;
            height: 1em;
            line-height: 1em;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 18px;
        }

            .elegant-calencar #header .pre-button i, .elegant-calencar #header .next-button i {
                color: #fff;
            }

    .elegant-calencar .pre-button {
        left: 5px;
    }

    .elegant-calencar .next-button {
        right: 5px;
    }

    .elegant-calencar .head-day {
        font-size: 8em;
        line-height: 1;
        color: #fff;
    }

    .elegant-calencar .head-month {
        font-size: 2em;
        line-height: 1;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
    }

    .elegant-calencar .head-day-name {
        font-size: 2em;
        line-height: 1;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
    }

    .elegant-calencar .calendar-wrap {
        width: 100%;
        background: #fff;
        padding: 0px 20px 20px 20px;
    }

    .elegant-calencar #calendar {
        width: 100%;
    }

        .elegant-calencar #calendar tr {
            height: 3em;
        }

    .elegant-calencar thead tr {
        color: #000;
        font-weight: 700;
    }

    .elegant-calencar tbody tr {
        color: #000;
    }

    .elegant-calencar tbody td {
        width: 14%;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        position: relative;
        z-index: 0;
    }

        .elegant-calencar tbody td:after {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            width: 44px;
            height: 44px;
            margin: 0 auto;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 50%;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: -1;
        }

    @media (prefers-reduced-motion: reduce) {
        .elegant-calencar tbody td:after {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .elegant-calencar tbody td:hover, .elegant-calencar .selected {
        color: #fff;
        border: none;
    }

        .elegant-calencar tbody td:hover:after, .elegant-calencar .selected:after {
            background: #39b54a;
        }

    .elegant-calencar tbody td:active {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .elegant-calencar #today {
        color: #fff;
    }

        .elegant-calencar #today:after {
            background: #034990;
        }

    .elegant-calencar #disabled {
        cursor: default;
        background: #fff;
    }

        .elegant-calencar #disabled:hover {
            background: #fff;
            color: #c9c9c9;
        }

            .elegant-calencar #disabled:hover:after {
                background: transparent;
            }

    .elegant-calencar .unavailable {
        color: #d6dfe7;
    }

        .elegant-calencar .unavailable:hover {
            background: #fff;
            cursor: default;
            color: #d6dfe7;
        }

            .elegant-calencar .unavailable:hover:after {
                background: transparent;
            }

    .elegant-calencar #reset {
        display: block;
        position: absolute;
        right: 0.5em;
        top: 0.5em;
        z-index: 999;
        color: rgba(255, 255, 255, 0.7);
        cursor: pointer;
        padding: 0 0.5em;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 11px;
    }

        .elegant-calencar #reset:hover {
            color: #fff;
            border-color: #fff;
        }

        .elegant-calencar #reset:active {
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
        }

    @media(max-width:767px) {
        .elegant-calencar .calendar-wrap .calendar-month {
            margin-top: 15px;
        }

        .elegant-calencar {
            margin-bottom: 0;
        }
    }


/*******************************************************
404
********************************************************/

.page-error {
    text-align: center;
    padding-bottom:80px;
}

    .page-error h1 {
        font-size: 130px;
        margin-top: 50px;
        font-weight: 600;
        display: inline-block;
    }

        .page-error h1 span {
            color: white;
            background-color: #7EBC4A;
            line-height: 1;
            font-size: 70px;
            font-weight: 600;
            display: block;
            font-family: orbitron;
            border-radius: 20px 0 20px 0;
            padding: 30px 20px;
        }

    .page-error p {
        margin: 30px 0 40px 0;
    }


    .page-error a {
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 600;
        color: black;
        background-color: #7EBC4A;
        border-radius: 20px 0 20px 0;
        transition: all 0.3s ease;
    }

        .page-error a:hover,
        .page-error a:focus,
        .page-error a:active {
            background-color: #004994;
            color: white;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
            transition: all 0.3s ease;
        }

/*******************************************************
MODAL COOKIE
********************************************************/


#modal-cookie-wall img {
    max-width: 250px;
}

#modal-cookie-wall .btn-primary {
    background-color: #0052A7;
    border: none;
}

    #modal-cookie-wall .btn-primary:hover,
    #modal-cookie-wall .btn-primary:active,
    #modal-cookie-wall .btn-primary:focus {
        background-color: #40C0F1;
        color: white;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    }

.modal-backdrop {
    background-color: #0052A7;
}
