/*******************************************************
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 {
    color: black;
    background-color: #7EBC4A;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        background-color: #004994;
        color: white;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    }

.btn-secondary {
    background: linear-gradient(152deg,#AB2A18,#F8AB2B);
}

    .btn-secondary:before {
        background-color: #F8AB2B;
    }

.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;
        }
    }

    /*******************************************************
FOOTER
********************************************************/


    footer {
    }

        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 .logo + 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
********************************************************/

    .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 h2 span {
                position: absolute;
                top: 7px;
                left: 20px;
            }

            @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: 40px 0;
            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 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 {
        font-size: 16px;
        margin: 5px 5px 0 5px;
        padding: 8px 25px;
    }

        .weCookieBar .btn:hover {
            color: white;
        }


    .weCookieBar #weCookieButton3 {
        background: linear-gradient(152deg,#AB2A18,#F8AB2B);
    }

        .weCookieBar #weCookieButton3:before {
            background-color: #F8AB2B;
        }

    .weCookieBar #weCookieButton2 {
        background: linear-gradient(152deg,#51A32B,#BFD783);
    }

        .weCookieBar #weCookieButton2:before {
            background-color: #51A32B;
        }


    /*******************************************************
FORM
********************************************************/

.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;
        }
    }

    /*******************************************************
FAQ
********************************************************/

    .filtre-module {
        background-color: #7EBC4A;
        padding: 20px 0;
        text-align: center;
    }


        .filtre-module select {
            background-color: white;
            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 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;
    }

        .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;
    }

        .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: 40px;
            position: relative;
            border-radius: 20px 0 20px 0;
            position: relative;
        }

        .rdv-paoute .aside .resume-rdv {
            background-color: white;
            padding: 20px 40px;
        }

            .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 {
                    position: relative;
                    list-style: none;
                    padding-left: 25px;
                }

                    .rdv-paoute .aside .resume-rdv ul li: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 .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;
        right: 40px;
    }

        .rdv-paoute .btn-rdv-next span {
            position: absolute;
            top: 5px;
            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;
            }

