/*******************************************************
FONTS
********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*******************************************************
COLOR
********************************************************/

.light-grey {
    color: #F3F3F3;
}

.grey {
    color: #58585A;
}

.orange {
    color: #F58220;
}

.white {
    color: white;
}

/*******************************************************
GENERAL
********************************************************/


body {
    font-weight: 300;
    color: #000;
    font-size: 16px;
    font-family: Roboto !important;
}

p, li, label, td {
    font-weight: 300;
}


p {
    line-height: 1.3;
}


#back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
    z-index: 200;
    text-align: center;
}

    #back-to-top .fa-regular {
        background-color: #222;
        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 {
    max-width: 1700px;
    margin: 0 auto;
}


img {
    max-width: 100%;
}

footer {
    clear: both;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #F58220;
}

    a:hover,
    a:active,
    a:focus,
    button:hover,
    button:active,
    button:focus {
        text-decoration: none !important;
        box-shadow: none !important;
        outline: none !important;
        color: #a7a7a7;
    }

p {
    margin: 0;
}



.anchor {
    visibility: hidden;
    height: 255px;
    margin-top: -255px;
}

.bg-perso {
    display: none !important;
}

@media(max-width:991px) {
    .anchor {
        visibility: hidden;
        height: 178px;
        margin-top: -178px;
    }
}

strong, b {
    font-weight: 800;
}

.modal-backdrop,
.offcanvas-backdrop {
    z-index: 105 !important;
    background-color: rgba(0,0,0,0.5) !important;
    backdrop-filter: blur(4px);
}

    .modal-backdrop.show,
    .offcanvas-backdrop.show {
        opacity: 1 !important;
    }



/*******************************************************
TITLE
********************************************************/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-top: 0;
    font-family: Montserrat !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
}

@media(max-width:991px) {
    h1 {
        font-size: 32px;
        text-align: center;
    }
}


h2.home {
    font-size: 48px;
    color: #F58220;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 800;
}

@media(max-width:991px) {
    h2.home {
        font-size: 32px;
        text-align: center;
    }
}

.title-border {
    position: relative;
}

    .title-border:after {
        content: "";
        position: absolute;
        height: 5px;
        width: 50%;
        background-color: #F58220;
        bottom: 0;
        left: 0;
    }

@media(max-width:991px) {
    .title-border:after {
        width: 100%;
    }
}

/*******************************************************
BTN
********************************************************/

.btn:not(.btn-outline-secondary) {
    background-color: #F58220;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 14px;
    border: none;
    text-decoration: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #58585A;
    transition: all .15s;
}

.btn-primary,
.btn-default,
.btn-link {
    color: white;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        color: white;
    }


.btn-primary-alt {
    color: white;
}

    .btn-primary-alt:hover,
    .btn-primary-alt:active,
    .btn-primary-alt:focus {
        background-color: #F58220;
        color: #000;
    }


.btn-secondary {
    color: #000;
}


    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        color: #000;
    }


.btn-grey {
    background-color: #58585A !important;
    color: white;
}

/*******************************************************
HEADER
********************************************************/

.sidebar-btn {
    position: fixed;
    right: -170px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

    .sidebar-btn.show-sidebar {
        right: 30px;
        transition: all .3s ease;
    }

@media(max-width:991px) {
    .sidebar-btn {
        right: 0;
        bottom: 0;
        top: auto;
        transform: none;
        width: 100%;
    }
}

.sidebar-btn a {
    text-align: center;
    color: white;
    font-weight: 400;
}

@media(min-width:768px) {

    .sidebar-btn a {
        border-radius: 22px;
        background-color: #F58220;
        font-size: 16px;
        padding: 20px 15px;
        line-height: 1.3;
        display: block;
        margin-bottom: 15px;
    }

        .sidebar-btn a:hover {
            background-color: #58585A;
        }

        .sidebar-btn a img {
            display: block;
            margin: 0 auto 14px auto;
            width: 36px;
            height: 46px;
        }

        .sidebar-btn a:last-child img {
            width: 68px;
        }
}

@media(max-width:767px) {

    .sidebar-btn a {
        float: left;
        width: 50%;
        padding: 5px;
        z-index: 0;
        line-height: 1.1;
        background-color: #f58220;
        position: relative;
    }

        .sidebar-btn a:last-child {
            background-color: #58585A;
        }

        .sidebar-btn a img {
            position: absolute;
            height: 90%;
            opacity: .2;
            left: 15px;
            z-index: -1;
        }

        .sidebar-btn a:last-child img {
            right: 15px;
            left: auto;
        }

        .sidebar-btn a span {
            padding: 3px 45px;
            border-radius: 30px;
            margin-top: 5px;
            display: inline-block;
            font-size: 13px;
            background-color: #58585A;
            font-weight: 500;
        }

        .sidebar-btn a:last-child span {
            background-color: #F58220;
        }
}


header {
    box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
    background-color: white;
}

    header.fixed {
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    header .top-header {
        background-color: #58585A;
        color: white;
        padding: 5px;
    }

@media(max-width:991px) {
    header .top-header {
        display: none;
    }
}

header .top-header p {
    font-size: 14px;
}

header .header-content {
    position: relative;
}

    header .header-content .logo p {
        font-size: 18px;
        font-weight: 800;
        margin-top: 5px;
    }

@media(max-width:767px) {
    header .header-content .logo img {
        max-width: 190px;
    }
}

header .header-content .btn-menu {
    padding: 0 30px;
}

@media(max-width:991px) {
    header .header-content .btn-menu img {
        max-width: 35px;
        position: absolute;
        top: 25px;
        left: 10px;
    }
}



@media(min-width:992px) {
    header .header-content .btn-menu,
    header .header-content .nom-centre,
    header .header-content .nom-centre a,
    header .header-content .nom-centre p {
        display: inline-block;
        vertical-align: middle;
    }
}

header .header-content .nom-centre p {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: Montserrat;
    text-transform: uppercase;
    padding-left: 30px;
}

    header .header-content .nom-centre p span {
        display: block;
        font-size: 22px;
        margin-top: 5px;
    }

@media(max-width:991px) {
    header .header-content .nom-centre p {
        font-size: 24px;
        display: block;
        text-align: center;
        margin-top: 50px;
        font-weight: 800;
        padding: 0;
    }

    header .header-content .nom-centre a {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 170px;
    }
}


@media(min-width:992px) {
    header .header-content .btn-container {
        float: right;
    }
}

@media(max-width:991px) {
    header .header-content .btn-container {
        margin-top: 20px;
    }
}


header .header-content .btn-container a {
    text-align: center;
    padding: 35px 15px;
    width: 290px;
    height: 130px;
    font-size: 24px;
    float: left;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: Montserrat;
}

    header .header-content .btn-container a span {
        display: block;
        color: #F58220;
        font-size: 32px;
    }

    header .header-content .btn-container a:hover span {
        color: white;
    }

    header .header-content .btn-container a.appel {
        background-color: #F3F3F3;
    }

        header .header-content .btn-container a.appel:hover {
            background-color: #F58220;
        }


    header .header-content .btn-container a.rdv {
        background-color: #F58220;
    }

        header .header-content .btn-container a.rdv:hover {
            background-color: #58585A;
            color: white;
        }

@media(max-width:991px) {

    header .header-content .btn-container a {
        width: 50%;
        font-size: 16px;
        font-weight: 800;
        height: 72px;
        padding: 15px 0;
    }

        header .header-content .btn-container a span {
            font-size: 20px;
        }
}

header .offcanvas {
    padding: 30px;
    overflow: hidden;
    width: 600px;
    border: none;
}

@media(max-width:991px) {
    header .offcanvas {
        width: 100%
    }
}

header .offcanvas button {
    border: none;
    background-color: #f58220;
    color: white;
    display: inline-block;
    height: 67px;
    position: absolute;
    width: 67px;
    text-align: left;
    border-radius: 100%;
    padding: 13px;
    right: -35px;
    top: 38px;
}

header .offcanvas img {
    max-width: 320px;
    display: block;
    margin: 0 auto;
}

header .offcanvas .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 22px;
    position: relative;
    padding: 10px 10px 10px 25px;
    display: block;
    font-weight: 400;
}

@media(max-width:991px) {

    header .offcanvas .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }

    header .offcanvas img {
        max-width: 200px;
    }

    header .offcanvas button {
        top: 26px;
    }
}


header .offcanvas .navbar-nav .nav-item .nav-link:not(.dropdown-toggle) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

header .offcanvas .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #F58220;
    border-radius: 100%;
    left: 0;
    top: 23px;
}

/*header .offcanvas .navbar-nav .nav-item .nav-link:after {
    content: none;
}*/

@media(max-width:991px) {

    header .offcanvas .navbar-nav .nav-item .nav-link:before {
        height: 7px;
        width: 7px;
        top: 19px;
    }
}

header .offcanvas .navbar-nav .dropdown-menu {
    border: none;
    padding-left: 9px;
}

    header .offcanvas .navbar-nav .dropdown-menu.show,
    header .offcanvas .navbar-nav .dropdown-menu {
        display: block !important;
    }

        header .offcanvas .navbar-nav .dropdown-menu a {
            font-size: 18px;
            font-weight: 500;
        }

@media(max-width:991px) {

    header .offcanvas .navbar-nav .dropdown-menu a {
        font-size: 16px;
        white-space: break-spaces;
    }
}


header .offcanvas .navbar-nav .dropdown-menu a:hover {
    background-color: transparent;
    color: #F58220;
}

.mobile-rdv {
    background-color: #F58220;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}


    .mobile-rdv p {
        font-weight: 800;
        margin-bottom: 5px;
    }

    .mobile-rdv img {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.2;
    }

@media(min-width:992px) and (max-width:1690px) {
    header .header-content .btn-menu {
        max-width: 105px;
    }

    header .header-content .nom-centre img {
        max-width: 200px;
    }

    header .header-content .nom-centre p {
        font-size: 32px;
    }

    header .header-content .btn-container a {
        width: 206px;
        padding: 28px 20px;
        font-size: 20px;
        height: 103px;
    }


        header .header-content .btn-container a span {
            font-size: 20px;
        }
}

/*******************************************************
FOOTER
********************************************************/

footer .copyright {
    display: none;
}

footer {
    background-color: #333333;
    overflow: hidden;
}

    footer .back {
        position: relative;
        padding-top: 15px;
        z-index: 1;
        color: white;
    }


        footer .back:before {
            content: "";
            position: absolute;
            height: 101%;
            width: 600px;
            background: url(/docs/templates/4/img-footer-min.jpeg);
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-clip-path: polygon(0 0, 101% 0, 101% 101%, 20% 101%);
            clip-path: polygon(0 0, 101% 0, 101% 101%, 20% 101%);
            top: 0;
            right: -113px;
            z-index: -1;
        }


@media(max-width:991px) {
    footer .back:before {
        height: 500px;
        width: 100%;
        bottom: -65px;
        left: 0;
        top: auto;
        -webkit-clip-path: polygon(0 10%, 101% 0, 101% 101%, 0 101%);
        clip-path: polygon(0 10%, 101% 0, 101% 101%, 0 101%);
    }
}





@media(min-width:1400px) {
    footer .info-footer {
        padding-right: 25px;
        margin-right: 25px;
        border-right: 1px solid rgba(250,250,250,.2);
    }
}

@media(max-width:1399px) {
    footer .info-footer {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}



footer .info-footer img + p {
    font-size: 18px;
    margin-top: 10px;
}

footer .info-footer h2 {
    margin: 20px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: Montserrat;
    text-transform: uppercase;
}


    footer .info-footer h2 span {
        display: block;
    }

footer .btn-tel {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 17px;
    border-radius: 30px;
    color: #000;
    background-color: #f58220;
}

    footer .btn-tel i {
        color: white;
        margin-right: 10px;
    }

footer .lien-footer h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

footer .lien-footer ul {
    padding: 20px 10px 20px 20px;
    margin: 0;
}

    footer .lien-footer ul li {
        display: inline-block;
        list-style: none;
    }

@media(max-width:991px) {

    footer .lien-footer h2 {
        text-align: center;
        margin-bottom: 0;
    }

    footer .lien-footer ul li {
        text-align: center;
        display: block;
    }

    footer .lien-footer ul {
        padding-bottom: 40px;
    }
}


footer .lien-footer ul li a {
    color: white;
    padding: 10px 15px;
}

    footer .lien-footer ul li a:hover {
        color: #F58220;
    }

@media(min-width:992px) {

    footer .mentions {
        padding-bottom: 50px !important;
        position: relative;
    }
}

@media(max-width:991px) {

    footer .mentions {
        padding-bottom: 260px !important;
    }
}


footer .copy {
    background-color: #58585A;
    text-align: center;
    padding: 5px 0;
    color: white;
    margin-top: 15px;
}


/*******************************************************
HOME
********************************************************/

#homeCarousel .carousel-indicators {
    justify-content: end;
    margin-right: 20%;
    margin-bottom: 30px;
    margin-left: 20%;
}

@media(max-width:767px) {
    #homeCarouselMobile .carousel-indicators {
        display: none;
    }
}

#homeCarousel .carousel-indicators li {
    height: 32px;
    opacity: 1;
    margin: 0 5px;
    border: none;
    width: 32px;
    border-radius: 100%;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
}

    #homeCarousel .carousel-indicators li.active {
        background-color: #F58220;
    }

#homeCarousel img {
    margin: 0 auto;
    display: block;
}

.engagement {
    padding: 40px 0;
}

    .engagement .container {
        height: 130px;
    }

    .engagement p {
        padding: 0 20px;
    }

@media(max-width:991px) {
    .engagement img {
        max-height: 60px;
    }


    .engagement p {
        padding: 0;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .engagement .container {
        height: 85px;
    }
}

.home-rdv {
    background-color: #EAEAEA;
    padding: 40px 0;
}

    .home-rdv h2,
    .prendre-rdv h1 {
        font-size: 40px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1;
        font-weight: 700;
    }

        .home-rdv h2 span,
        .prendre-rdv h1 span {
            font-size: 48px;
            display: block;
        }

@media(max-width:991px) {
    .home-rdv h2,
    .prendre-rdv h1 {
        font-size: 32px;
    }

        .home-rdv h2 span,
        .prendre-rdv h1 span {
            font-size: 40px;
            margin-top: 25px;
        }
}

.home-rdv .frise,
.prendre-rdv .frise {
    padding: 30px 0;
    position: relative;
}

@media(max-width:991px) {
    .home-rdv .frise,
    .prendre-rdv .frise {
        display: none;
    }
}

.home-rdv .frise:after,
.prendre-rdv .frise:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: white;
    bottom: 0;
    border-radius: 7px;
}

.home-rdv .frise .etape,
.prendre-rdv .frise .etape {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    position: relative;
}

    .home-rdv .frise .etape:after,
    .prendre-rdv .frise .etape:after {
        content: "";
        position: absolute;
        height: 18px;
        width: 18px;
        border-radius: 100%;
        bottom: -34px;
        left: 0;
        right: 0;
        margin: auto;
        background: linear-gradient(135deg, #F58220, #C65B00 );
        border: 1px solid #F58220;
        z-index: 1;
        box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 32%);
    }

    .home-rdv .frise .etape.active:after,
    .prendre-rdv .frise .etape.active:after {
        background: linear-gradient(135deg, #03A14C, #00681D );
        border: 1px solid #00681D;
    }

    .home-rdv .frise .etape.active,
    .prendre-rdv .frise .etape.active {
        color: #097621;
        font-weight: 700;
    }

    .home-rdv .frise .etape span,
    .prendre-rdv .frise .etape span {
        display: block;
    }

@media(min-width:992px) and (max-width:1300px) {

    .home-rdv .frise .etape,
    .prendre-rdv .frise .etape {
        font-size: 14px;
    }
}

.home-rdv img {
    margin-top: 50px;
}

.home-rdv a {
    font-size: 24px;
    font-weight: 500;
    color: white;
    background-color: #f58220;
    padding: 30px 90px;
    border-radius: 30px;
    margin-top: 60px;
}

    .home-rdv a:hover {
        background-color: #FFB77A;
        color: black;
    }

@media(max-width:991px) {
    .home-rdv a {
        padding: 12px 45px;
    }
}

.detail-map {
    background-color: #F5F5F5;
    position: relative;
}

@media(min-width:992px) {
    .detail-map {
        padding: 60px 0;
        overflow: hidden;
    }
}

@media(max-width:991px) {
    .detail-map {
        background-color: #F58220;
    }
}

.detail-map > img {
    position: absolute;
    z-index: 2;
    max-height: 300px;
    bottom: 0;
    right: 0;
}

.detail-map .weGmap,
.detail-map #plan-acces,
.detail-map .mapContainer {
    height: 100% !important;
}

@media(max-width:991px) {
    .detail-map > img {
        max-height: 193px;
        bottom: -54px;
        right: 12px;
    }
}

@media(min-width:992px) {
    .detail-map .container-map {
        position: absolute;
        width: 50%;
        top: 0;
        height: 100%;
        left: 0;
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    }
}

@media(max-width:991px) {
    .detail-map .container-map {
        height: 300px;
    }
}

@media(min-width:992px) and (max-width:1300px) {
    .detail-map .container-map {
        width: 41%;
    }
}

.detail-map .infowindows {
    font-size: 16px;
    text-align: center;
}

    .detail-map .infowindows div[itemprop="name"] {
        font-size: 18px;
        font-weight: 700;
        display: block;
        margin-bottom: 15px;
    }

    .detail-map .infowindows .map-phone-number {
        margin: 7px;
        font-weight: 600;
        display: inline-block;
        position: relative;
        padding-left: 28px;
        transition: color .3s ease;
    }

        .detail-map .infowindows .map-phone-number:hover {
            color: #F58220;
            transition: color .3s ease;
        }

        .detail-map .infowindows .map-phone-number:before {
            content: "\f095";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            color: #F58220;
            left: 0;
            font-weight: 500;
        }

    .detail-map .infowindows .map-bt-itineraire {
        background-color: #F58220;
        padding: 10px 50px;
        border-radius: 30px;
        font-size: 14px;
        border: none;
        margin-top: 10px;
        color: white;
    }

        .detail-map .infowindows .map-bt-itineraire:hover {
            background-color: #58585A;
            transition: all .15s;
        }


.detail-map .content {
    background-color: #F58220;
}

    .detail-map .content h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 800;
        text-align: left;
        padding: 20px 0 0 10px;
        margin: 0;
    }

@media(max-width:991px) {
    .detail-map .content h2 {
        text-align: center;
        padding-left: 0;
    }
}

@media(min-width:992px) and (max-width:1300px) {
    .detail-map .content h2 {
        font-size: 21px;
    }
}


.detail-map .content .fond {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

@media(max-width:991px) {
    .detail-map .content .fond {
        background-color: white;
        padding-bottom: 30px;
    }
}



@media(min-width:992px) {
    .detail-map .content .fond:before {
        content: "";
        position: absolute;
        background: white;
        -webkit-clip-path: polygon(0 0, 85% 0, 101% 101%, 0 101%);
        clip-path: polygon(0 0, 85% 0, 100% 101%, 0 101%);
        top: 0;
        left: 0;
        height: 101%;
        width: 100%;
        z-index: -1;
    }
}

.detail-map .nom {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.detail-map .nom span {
    display: block;
}

.detail-map .adresse {
    padding: 20px 0;
}

.detail-map .btn-tel {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 17px;
    vertical-align: middle;
    border-radius: 30px;
    color: #000;
    background-color: #f58220;
}

    .detail-map .btn-tel i {
        color: white;
        margin-right: 10px;
    }

.detail-map .btn {
    padding: 8px 20px;
    margin-bottom:10px;
}

.detail-map .horaires {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}

@media(max-width:991px) {
    .detail-map .white {
        padding: 20px 20px 160px 20px;
    }

    .detail-map .horaires li {
        font-size: 16px;
    }
}

.detail-map .horaires .jour {
    font-weight: 800;
}

.detail-map .horaires .today {
    font-weight: 400;
}


.detail-map .horaires-supp > p {
    padding-top: 20px;
    padding-left: 32px;
}

.detail-map .horaires-supp li {
    list-style: none;
}

.detail-map .gps {
    margin: 20px 0;
}

.home-prestation {
    background-color: #EEEEEE;
    padding-top: 5px;
}

    .home-prestation .img-container {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

@media(min-width:992px) {
    .home-prestation .img-container {
        -webkit-clip-path: polygon(0 0, 85% 0, 101% 101%, 0 101%);
        clip-path: polygon(0 0, 85% 0, 100% 101%, 0 101%);
    }
}

@media(max-width:991px) {

    .home-prestation {
        padding-top: 60px;
    }

        .home-prestation .img-container {
            height: 400px;
        }
}

.home-prestation .prestation {
    position: relative;
    background-color: white;
    height: 100%;
}


    .home-prestation .prestation .row {
        height: 100%;
    }

.home-prestation .col-lg-6 {
    margin-bottom: 30px;
}


.home-prestation .prestation h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #f58220;
    margin: 0;
    padding: 10px 40px 10px 10px;
    background-color: white;
    position: absolute;
    box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
    left: 10px;
    top: 10px;
}

    .home-prestation .prestation h2 span {
        font-size: 20px;
        color: black;
        display: block;
    }

.home-prestation .prestation h3 {
    padding-top: 110px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.home-prestation .prestation p {
    padding: 0 20px 30px 5px;
}


@media(max-width:991px) {
    .home-prestation .prestation h2 {
        text-align: center;
        font-size: 24px;
        width: calc(100% - 20px);
        padding: 15px;
    }

        .home-prestation .prestation h2 span {
            font-size: 18px;
            margin-top: 10px;
        }

    .home-prestation .prestation h3 {
        padding-top: 30px;
    }

    .home-prestation .prestation p {
        padding: 15px;
        padding-top: 0;
    }
}

/*******************************************************
SECTION ENGAGEMENT
********************************************************/



.pret-prestation p {
    font-size: 40px;
    font-family: pacifico;
    text-align: center;
}


.pret-prestation small {
    float: right;
    margin-top: 30px;
    display: inline-block;
}

@media(max-width:991px) {
    .pret-prestation p {
        font-size: 26px;
    }

    .pret-prestation small {
        float: none;
        margin-bottom: 5px;
    }
}

/************** 
    FAQ
 **************/

.liste-faq {
    margin: 40px 0;
}

    .liste-faq .content {
        position: relative;
    }

@media(min-width:992px) {
    .liste-faq .content:before {
        content: "";
        background-image: url(/docs/pages/2/fond-faq-min.png);
        position: absolute;
        width: 513px;
        height: 800px;
        bottom: 0;
        left: -190px;
    }
}

.liste-faq .accordion-button {
    background-color: #f5f5f5;
    color: black;
    font-size: 18px;
    padding: 12px 15px;
    box-shadow: none;
    padding-left: 60px;
}

.liste-faq .accordion-item {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.liste-faq .accordion-button:after {
    content: none;
}

.liste-faq .accordion-button:before {
    content: "\f068";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    color: white;
    height: 30px;
    width: 30px;
    font-weight: 800;
    left: 15px;
    top: 50%;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #F58220;
    transform: translateY(-50%);
}

.liste-faq .accordion-button.collapsed:before {
    content: "\2b";
    background-color: #00891E;
}

/************** 
    FORM MODAL
 **************/

@media(min-width:992px) {
    .modal.contact:not(#modal-cookie-wall) .modal-content {
        background-image: url(/docs/templates/5/fond-modal-min.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 127% center;
    }
}

.modal .modal-content {
    padding: 25px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

@media(max-width:767px) {
    .modal .modal-content {
        padding: 25px 0;
    }

    .modal .modal-body {
        padding: 16px 0;
    }

    #modal-cookie-wall a {
        margin: 0 3px 7px 3px;
    }

    #modal-cookie-wall #cta-cookie-wall {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(min-width:992px) {
    .modal.contact .row {
        padding-right: 160px;
    }
}

.modal:not(#cookiesModal) h2,
.modal .modal-title {
    font-size: 36px;
    font-weight: 800;
    font-family: Montserrat;
    text-transform: uppercase;
}

.modal .modal-title {
    font-size: 30px;
    line-height: 1.2;
}

@media(max-width:991px) {
    .modal:not(#cookiesModal) h2,
    .modal .modal-title {
        font-size: 26px;
    }
}

.modal .title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

.modal .fa-solid {
    content: "\f068";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    color: white;
    height: 30px;
    width: 30px;
    font-weight: 800;
    top: 15px;
    right: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #F58220;
}

    .modal .fa-solid:hover {
        cursor: pointer;
    }

.form-control {
    color: black;
    font-family: Montserrat;
    border: 1px solid #D8D8D8;
    border-radius: 0;
    font-size: 14px;
}

    .form-control::placeholder {
        color: #B4B4B4;
    }

    .form-control:hover,
    .form-control:active,
    .form-control:focus {
        border-color: #F58220;
        box-shadow: none;
    }

@media(max-width:991px) {

    .form-control {
        margin-bottom: 7px;
    }
}

textarea {
    min-height: 200px !important;
}

.modal small {
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
}


.modal .form-control[type="checkbox"] {
    display: none;
}

    .modal .form-control[type="checkbox"] + label {
        font-weight: 300;
        position: relative;
        padding-left: 30px;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

        .modal .form-control[type="checkbox"] + label:before {
            content: "\f0c8";
            position: absolute;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 900;
            left: 0;
            color: #F58220;
            font-size: 22px;
            top: -3px;
        }

        .modal .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: -3px;
            color: #F58220;
            opacity: 0;
        }

    .modal .form-control[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    .modal .form-control[type="checkbox"]:checked + label:before {
        opacity: 0;
    }

.grecaptcha-badge {
    margin: 0 auto;
}

.modal:not(#modal-cookie-wall):not(#cookiesModal) .btn {
    margin-top: 40px;
}

.modal#cookiesModal .btn {
    padding: 10px 25px;
}

.modal#cookiesModal .notActive {
    background-color: #efefef;
}


.modal#cookiesModal h2,
.modal#cookiesModal h3 {
    font-size: 28px;
}

#cookiesModal .modal-header button {
    border: none;
    background: none;
    color: #F58220;
    font-size: 38px;
}

/*******************************************************
  AVIS CLIENT
********************************************************/

.avis-client {
    padding: 40px 0;
}

    .avis-client h2 {
        font-size: 48px;
        color: #F58220;
        text-transform: uppercase;
        margin: 0;
        font-weight: 800;
    }

@media(max-width:991px) {
    .avis-client h2 {
        font-size: 32px;
    }
}

.allogarage-text-global {
    display: block;
}

#allogarage-commentaires {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.allogarage-recommande {
    width: 100%;
    font-weight: 800;
    margin-bottom: 40px;
    font-size: 22px;
}

.allogarage-avis {
    flex: 0 0 auto;
    width: 31%;
    text-align: left;
    padding: 20px;
    position: relative;
    margin: 15px;
    background-color: white;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
}

    .allogarage-avis:nth-child(4),
    .allogarage-avis:nth-child(5) {
        display: none;
    }

@media(min-width:992px) and (max-width:1399px) {
    .allogarage-avis {
        margin: 10px;
    }
}

@media(max-width:991px) {
    .allogarage-avis {
        flex: 0 0 auto;
        width: 100%;
    }
}


.allogarage-date {
    display: block;
    font-size: 14px;
}

.allogarage-avis-verifie {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #097621;
}

    .allogarage-avis-verifie:after {
        content: "\f00c";
        font-family: 'Font Awesome 6 Pro';
        color: #097621;
        font-weight: 800;
        margin-left: 4px;
    }

.allogarage-reponse {
    display: none;
}


#allogarage-block-avis a {
    background-color: #F58220;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 14px;
    color: white;
    margin-top: 30px;
    border: none;
}

    #allogarage-block-avis a:hover,
    #allogarage-block-avis a:active,
    #allogarage-block-avis a:focus {
        color: white;
        background-color: #58585A;
        transition: all .15s;
    }



/*******************************************************
404
********************************************************/

.page-error {
    text-align: center;
    background: transparent !important;
}

    .page-error h1 {
        font-size: 70px;
        color: #f58220;
    }

        .page-error h1 span {
            display: block;
            color: black;
            font-size: 50px;
            font-weight: 400;
        }

    .page-error a {
        background-color: #F58220;
        padding: 10px 50px;
        border-radius: 30px;
        font-size: 14px;
        color: white;
        margin-top: 30px;
        border: none;
    }

        .page-error a:hover,
        .page-error a:active,
        .page-error a:focus {
            color: white;
            background-color: #58585A;
            transition: all .15s;
        }


/*******************************************************
PRENDRE RDV
********************************************************/

.prendre-rdv {
    padding: 60px 0;
}

    .prendre-rdv h2 {
        font-size: 48px;
        font-weight: 800;
        text-transform: uppercase;
        color: #018A38;
        text-align: center;
    }


    .prendre-rdv h3 {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

@media(max-width:767px) {
    .prendre-rdv {
        padding: 15px 0 30px 0;
    }

        .prendre-rdv h2 {
            font-size: 32px;
        }

        .prendre-rdv h3 {
            font-size: 20px;
        }
}

.prendre-rdv h3 + p {
    text-align: center;
    margin-bottom: 30px;
}

.prendre-rdv.etape-1,
.prendre-rdv.etape-3,
.prendre-rdv.etape-5 {
    background-color: #EAEAEA;
}


.prendre-rdv .btn-etape,
#form-container-10 #btnSubmit {
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: #F58220;
    font-weight: 600;
    padding: 10px 150px;
    border-radius: 30px;
    margin-top: 60px;
}

    .prendre-rdv .btn-etape:hover,
    #form-container-10 #btnSubmit:hover {
        color: black;
        background-color: #FFB77A;
    }

#form-container-10 #btnSubmit {
    margin-bottom: 50px;
}

@media(max-width:991px) {
    .prendre-rdv .btn-etape,
    #form-container-10 #btnSubmit {
        padding: 10px 70px;
        margin-top: 30px;
    }
}


/* étape 1 */

.prendre-rdv.etape-1 {
    background-color: #EAEAEA;
}

    .prendre-rdv.etape-1 input {
        display: none;
    }

    .prendre-rdv.etape-1 .vitrage label {
        background-color: white;
        width: 100%;
        font-size: 18px;
        text-align: center;
        font-family: Montserrat;
        padding: 15px 40px;
        border: 1px solid #D8D8D8;
        margin-bottom: 30px;
    }

@media(max-width:991px) {

    .prendre-rdv.etape-1 img {
        padding: 0 10px 35px 10px;
    }

    .prendre-rdv.etape-1 .vitrage label {
        margin-bottom: 10px;
    }
}


.prendre-rdv.etape-1 .vitrage .active label {
    cursor: pointer;
    background-color: #FFB77A;
}

@media(min-width:992px) {
    .prendre-rdv.etape-1 .vitrage label:hover {
        cursor: pointer;
        background-color: #FFB77A;
    }
}


.prendre-rdv.etape-1 .impact {
    margin-top: 50px;
}

@media(max-width:991px) {
    .prendre-rdv.etape-1 .impact {
        margin-top: 30px;
    }
}

.prendre-rdv.etape-1 .impact label {
    display: block;
    font-size: 18px;
    text-align: center;
    font-family: Montserrat;
}

@media(max-width:991px) {
    .prendre-rdv.etape-1 .impact label {
        margin-bottom: 20px;
    }
}

.prendre-rdv.etape-1 .impact span {
    display: block;
    margin-bottom: 10px;
}

.prendre-rdv.etape-1 .impact img {
    background-color: #DAEAEE;
    border: 1px solid #D8D8D8;
}

.prendre-rdv.etape-1 .impact label:hover {
    cursor: pointer;
}

.prendre-rdv.etape-1 .impact .active img {
    background-color: #FFB77A;
}

@media(min-width:992px){
    .prendre-rdv.etape-1 .impact label:hover img {
        background-color: #FFB77A;
    }
}

  

/* étape 2 */

.prendre-rdv .immat {
    position: relative;
}

    .prendre-rdv .immat img {
        position: absolute;
        left: 12px;
        top: 0;
    }

    .prendre-rdv .immat input {
        padding-left: 25px;
    }

.prendre-rdv .fileuploader {
    background: none;
}

.prendre-rdv .fileuploader-items-list {
    text-align: center;
}

.prendre-rdv .fileuploader-thumbnails-input {
    height: 40px !important;
    width: 40px !important;
    background-image: url(/docs/templates/4/uploader.svg);
    padding: 0;
    margin: 0;
}

    .prendre-rdv .fileuploader-thumbnails-input i {
        display: none;
    }

.prendre-rdv .fileuploader-thumbnails-input-inner {
    color: white;
    background: none;
    border: none;
    opacity: 1;
}

/* étape 3 */

.prendre-rdv.etape-3 input[type="radio"] {
    display: none;
}

.prendre-rdv.etape-3 .date input {
    padding: 12px 15px;
}

.prendre-rdv.etape-3 .date label {
    color: #B4B4B4;
    background-color: white;
    padding: 10px 25px;
    border: 1px solid #D8D8D8;
    margin-top: 7px;
    width: 100%;
    text-align: center;
}

    .prendre-rdv.etape-3 .date label:hover,
    .prendre-rdv.etape-3 .date .active label {
        background-color: #FFB77A;
        color: black;
        cursor: pointer;
    }

.prendre-rdv.etape-3 .pret label {
    position: relative;
    padding-left: 22px;
    margin: 0 30px;
}

    .prendre-rdv.etape-3 .pret label:before {
        content: "";
        position: absolute;
        height: 17px;
        width: 17px;
        border-radius: 100%;
        background-color: #FF0000;
        left: 0;
        top: 4px;
    }


.prendre-rdv.etape-3 .pret input:checked + label:before {
    background-color: #018A38;
}

.prendre-rdv .form-control[type="checkbox"] {
    display: none;
}

    .prendre-rdv .form-control[type="checkbox"] + label {
        font-weight: 300;
        position: relative;
        text-align: left;
        padding-left: 30px;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

        .prendre-rdv .form-control[type="checkbox"] + label:before {
            content: "\f0c8";
            position: absolute;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 300;
            left: 0;
            color: #F58220;
            font-size: 22px;
            top: -3px;
        }

        .prendre-rdv .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: -3px;
            color: #F58220;
            opacity: 0;
        }

    .prendre-rdv .form-control[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    .prendre-rdv .form-control[type="checkbox"]:checked + label:before {
        opacity: 0;
    }

/* étape 5 */

.prendre-rdv.etape-5 {
    position: relative;
}

@media(min-width:992px) {
    .prendre-rdv.etape-5:before {
        content: "";
        background-image: url(/docs/pages/2/fond-confirmation-rdv-min.png);
        position: absolute;
        width: 398px;
        background-size: cover;
        height: 100%;
        top: 0;
        left: 150px;
    }
}

@media(max-width:991px) {
    .prendre-rdv.etape-5:before {
        content: "";
        background-image: url(/docs/pages/2/fond-confirmation-rdv-min.png);
        position: absolute;
        width: 207px;
        background-size: cover;
        height: 287px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
}


.prendre-rdv.etape-5 p {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat;
    padding: 70px 0 240px;
}

@media(max-width:991px) {
    .prendre-rdv.etape-5 p {
        padding: 17px 0 240px;
        font-size: 18px;
    }
}

/*******************************************************
MENTIONS LEGALES
********************************************************/

.mentions-legales p {
    margin-bottom: 10px;
}

.mentions-legales h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 50px;
}

.mentions-legales h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}


.mentions-legales strong {
    font-weight: 400;
    font-style: italic;
}
