/*******************************************************
FONTS
********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/*******************************************************
COLOR
********************************************************/

.white {
    color: white !important;
}

.orange {
    color: #E95B0B !important;
}

.gris {
    color: #494948 !important;
}

.bg-orange {
    background-color: #E95B0B !important;
}

.bg-light-grey {
    background-color: #EFEFEE !important;
}

.bg-light-orange {
    background-color: #FFE9DC !important;
}


/*******************************************************
GENERAL
********************************************************/


body {
    font-weight: 300;
    color: #494948;
    font-size: 18px;
    font-family: Poppins !important;
}

p, li, label, td {
    font-weight: 300;
    line-height: 1.2;
    font-size: 18px;
}

p {
    line-height: 27px;
}

#back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
    z-index: 200;
    text-align: center;
}

    #back-to-top .far {
        background-color: #E95B0B;
        color: white;
        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: 1400px;
    margin: 0 auto;
}

.max-width-header,
.outer-max-width {
    max-width: 1580px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

footer {
    clear: both;
}

small {
    font-size: 12px;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #494948;
}


    a:hover,
    a:active,
    a:focus,
    button:hover,
    button:active,
    button:focus {
        color: #E95B0B;
        text-decoration: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    a:not(.btn) {
        font-weight: 500;
        text-decoration-line: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: #E95B0B;
        text-underline-offset: 4px;
    }

ul li a {
    text-decoration: none;
    font-weight: 300 !important;
    text-decoration-line: none !important;
    text-decoration-thickness: 0 !important;
    text-decoration-color: none !important;
    text-underline-offset: 0 !important;
}

.white a:not(.btn) {
    color: white;
}

    .white a:not(.btn):hover,
    .white a:not(.btn):active,
    .white a:not(.btn):focus {
        opacity: 0.7;
    }

p {
    margin: 0;
}


.anchor {
    visibility: hidden;
    height: 255px;
    margin-top: -255px;
}

@media(max-width:991px) {
    .anchor {
        visibility: hidden;
        height: 178px;
        margin-top: -178px;
    }
}

.radius-border {
    border-radius: 5px;
}

.shadow-border {
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.30);
}

.bg-perso {
    display: none !important;
}

@media(min-width:992px) {
    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: 14.2857142857%;
    }
}

/*******************************************************
TITLE
********************************************************/

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-top: 0;
    font-family: Poppins;
}

    h2.title {
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 500;
        padding-bottom: 80px;
        position: relative;
        margin: 0;
    }

        h2.title span {
            font-weight: 700;
            color: white;
            background-color: #E95B0B;
            padding: 5px 10px;
        }

        h2.title:before {
            content: "";
            position: absolute;
            background: url(/docs/templates/38/title-underline.svg);
            width: 250px;
            height: 8px;
            background-size: cover;
            background-repeat: no-repeat;
            bottom: 40px;
            left: 0;
        }

    h2.text-center.title:before {
        left: 50%;
        transform: translateX(-50%);
    }

@media(max-width:767px) {

    h2.title {
        font-size: 28px;
        line-height: 1.7;
        padding-bottom: 60px;
    }

        h2.title:before {
            bottom: 30px;
            width: 199px;
            height: 7px;
        }
}


/*******************************************************
BTN
********************************************************/

.btn {
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 18px;
    border-style: solid;
    border-width: 2px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
}


.btn-ico i {
    margin-right: 15px;
    height: 33px;
    vertical-align: middle;
    width: 33px;
    line-height: 33px;
    border-radius: 100%;
    font-size: 19px;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.btn:hover,
.btn:active,
.btn:focus {
    transition: all 0.3s ease;
}

@media (max-width:767px) {
    .btn-ico i {
        display: none;
    }
}

@media (min-width:768px) {
    .btn-ico {
        position: relative;
        padding-left: 55px;
    }
}


span.btn:hover,
span.btn:active,
span.btn:focus {
    cursor: default;
}

.btn.btn-default {
    border-color: #494948;
    background-color: #494948;
    color: white;
}

    .btn.btn-default:hover,
    .btn.btn-default:active,
    .btn.btn-default:focus {
        border-color: #494948;
        background-color: transparent;
        color: #494948 !important;
    }

    .btn.btn-default i {
        background-color: white;
        color: #494948;
    }

    .btn.btn-default:hover i,
    .btn.btn-default:active i,
    .btn.btn-default:focus i {
        background-color: #494948;
        color: white !important;
    }


.btn.btn-secondary {
    border-color: #E95B0B;
    background-color: #E95B0B;
    color: white;
}

    .btn.btn-secondary:hover,
    .btn.btn-secondary:active,
    .btn.btn-secondary:focus {
        border-color: #E95B0B;
        background-color: transparent;
        color: #E95B0B;
    }

    .btn.btn-secondary i {
        background-color: white;
        color: #E95B0B;
    }

    .btn.btn-secondary:hover i,
    .btn.btn-secondary:active i,
    .btn.btn-secondary:focus i {
        background-color: #E95B0B;
        color: white !important;
    }

/*******************************************************
HEADER
********************************************************/

header.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
}

header {
    padding: 20px 0;
    background-color: white;
    box-shadow: 0px 2px 19.5px 0px rgba(0, 0, 0, 0.14);
}

    header img {
        max-width: 200px;
    }

@media(max-width:768px) {
    header img {
        max-width: 170px;
    }
}

header .magasin {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

    header .magasin i {
        margin-right: 15px;
        font-size: 20px;
        color: #E95B0B;
    }

@media(min-width:992px) {
    header .info-mag {
        padding-left: 50px;
    }
}

@media(min-width:992px) and (max-width:1280px) {
    header img {
        max-width: 225px;
    }

    header .info-mag {
        padding-left: 23px;
    }
}

header .magasin span.ville {
    color: #E95B0B;
    margin-left: 10px;
    font-weight: 700;
}


header .magasin span:not(.ville) {
    height: 27px;
    display: inline-block;
    transition: all 0.3s ease;
}


@media(max-width:991px) {

    header .info-mag {
        margin: 20px 0;
    }

    header .magasin span.ville {
        display: block;
    }

    header.fixed .magasin span:not(.ville) {
        height: 0;
        display: block;
        opacity: 0;
        transition: all 0.3s ease;
    }
}

header .baseline {
    margin-top: 12px;
}

    header .baseline span {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding: 0 10px;
    }

        header .baseline span + span:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 100%;
            background-color: #E95B0B;
            left: -5px;
            top: 50%;
            transform: translateY(-50%);
        }

        header .baseline span:first-child {
            padding-left: 0;
        }


@media(max-width:768px) {
    header {
        padding-bottom: 20px;
    }

        header .btn {
            font-size: 15px;
            padding: 12px 13px !important;
            margin-bottom: 10px;
        }
}

@media(max-width:767px) {

    header .btn i {
        display: none;
    }
}

/*******************************************************
FOOTER
********************************************************/

footer {
    background-color: #494948;
    color: white;
    padding: 40px 0;
}

    footer .fiche-magasin img {
        max-width: 200px;
    }

    footer .fiche-magasin h2 {
        font-size: 20px;
        position: relative;
        padding-top: 30px;
        font-weight: 600;
    }

        footer .fiche-magasin h2 span {
            font-weight: 800;
            color: #E95B0B;
            text-transform: uppercase;
        }

    footer .fiche-magasin p {
        margin-top: 12px;
        position: relative;
        padding-left: 25px;
    }

        footer .fiche-magasin p i {
            position: absolute;
            left: 0;
            color: #E95B0B;
            top: 5px;
        }

        footer .fiche-magasin p a {
            color: white;
        }

    footer .reseau .fa-brands,
    footer .reseau .fab {
        font-size: 20px;
        color: white;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #E95B0B;
        border-radius: 100%;
        margin-right: 15px;
        transition: all .3s ease;
    }

    footer .reseau a:hover .fa-brands,
    footer .reseau a:hover .fab {
        color: white;
        background-color: rgb(255, 255,255, 0.2);
        transition: all .3s ease;
    }

    footer .navigation ul {
        padding: 0;
        margin: 0;
    }

        footer .navigation ul li {
            list-style: none;
        }

            footer .navigation ul li a {
                color: white;
                padding: 0 20px;
                font-size: 16px;
            }

            footer .navigation ul li:hover {
                opacity: 0.6;
            }

    footer .chalandise {
        padding-top: 30px;
    }

        footer .chalandise h3 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            footer .chalandise h3 + p {
                font-size: 14px;
                text-align: justify;
                line-height: 22px;
                margin-bottom: 30px;
            }

    footer .copyright-footer p {
        font-size: 14px;
    }

        footer .copyright-footer p img {
            font-size: 14px;
            margin: 0 3px 0 5px;
            transform: translateY(-3px);
        }

    footer .copyright {
        display: none;
    }

@media(min-width:768px) {
    footer .navigation ul li {
        display: inline-block;
        position: relative;
    }

        footer .navigation ul li + li:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 100%;
            background-color: #E95B0B;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }
}

@media(max-width:767px) {
    footer .navigation ul li {
        margin: 5px 0;
    }


    footer .reseau .fa-brands,
    footer .reseau .fab {
        margin: 0 7px !important;
    }

    footer .reseau a {
    }
}



/*******************************************************
CONTENT
********************************************************/

/* SLIDE */

.carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #494948;
    border: none;
    opacity: 1;
    margin: 0 3px;
}

    .carousel .carousel-indicators li::marker {
        content: none;
        font-size:0;
    }

    .carousel .carousel-indicators li.active {
        background-color: #E95B0B !important;
    }

.main-carousel .carousel-control-next,
.main-carousel .carousel-control-prev {
    width: 7%;
    opacity: 1;
    color: #494948;
    font-size: 50px;
}

.main-carousel .carousel {
    max-width: 1920px;
    margin: 0 auto;
}



/* PRESENTATION MAGASIN */
.presentation {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

    .presentation:before {
        content: "";
        position: absolute;
        background: url(/docs/templates/38/color-bar-1.svg);
        width: 475px;
        height: 280px;
        background-repeat: no-repeat;
        top: 25px;
        left: -206px;
        z-index: -1;
    }

    .presentation:after {
        content: "";
        position: absolute;
        background: url(/docs/templates/38/color-bar-2.svg);
        width: 498px;
        height: 295px;
        background-repeat: no-repeat;
        top: -14px;
        right: -214px;
        z-index: -1;
    }

    .presentation .title {
        padding: 40px 0 160px 0;
        text-transform: uppercase;
        text-align: center;
    }

        .presentation .title p {
            font-size: 22px;
            font-weight: 500;
        }

        .presentation .title h1 {
            font-size: 60px;
            margin: 0;
            position: relative;
            font-weight: 800;
        }

            .presentation .title h1 span {
                color: white;
                font-size: 46px;
                font-weight: 700;
                padding: 12px 31px;
                position: absolute;
                white-space: nowrap;
                display: inline-block;
                left: 50%;
                transform: translateX(-50%);
                bottom: -81px;
                z-index: 1;
            }

                .presentation .title h1 span:before {
                    content: "";
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    z-index: -1;
                    -webkit-clip-path: polygon(0 10%, 100% 0, 95% 100%, 5% 100%);
                    clip-path: polygon(0 10%, 100% 0, 95% 100%, 5% 100%);
                    top: 10px;
                    left: 10px;
                    background-color: #494948;
                    z-index: -1;
                }

                .presentation .title h1 span:after {
                    content: "";
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    -webkit-clip-path: polygon(0 10%, 100% 0, 95% 100%, 5% 100%);
                    clip-path: polygon(0 10%, 100% 0, 95% 100%, 5% 100%);
                    top: 0;
                    left: 0;
                    z-index: -1;
                    background-color: #E95B0B;
                }





    .presentation .resume h2 {
        font-weight: 700;
        font-size: 24px;
    }

    .presentation .resume span {
        font-weight: 700;
        display: block;
        margin: 25px 0;
    }


    .presentation .cta {
        padding: 50px 0;
    }

    .presentation .container-horaire {
        padding: 30px;
        border-radius: 5px;
        position: relative;
        background-color: #EFEFEE;
    }

        .presentation .container-horaire .horaires-day p:not(.horaire) {
            font-size: 18px;
            font-weight: 700;
            color: #E95B0B;
            margin-bottom: 10px;
        }

        .presentation .container-horaire .horaires-day p.horaire {
            margin-left: 25px;
        }

.container-horaire a {
    position: absolute;
    top: 67px;
    left: 30px;
    color: #E95B0B;
    text-decoration: none;
    transform: rotate(180deg);
    transition: all .3s ease;
}

    .container-horaire a.collapsed {
        transform: rotate(0deg);
        transition: all .3s ease;
    }


.presentation .container-horaire .card {
    background-color: transparent;
    border: none;
}

.presentation .container-horaire .horaires {
    margin: 0;
    padding-left: 23px;
    margin-top: 10px;
}

    .presentation .container-horaire .horaires li {
        list-style: none;
        line-height: 1.5;
    }

        .presentation .container-horaire .horaires li.today {
            font-weight: 600;
        }

        .presentation .container-horaire .horaires li.closed {
            color: #EA4335;
        }


.presentation .container-horaire .info-supp {
    font-size: 18px;
    margin-top: 10px;
}

    .presentation .container-horaire .info-supp i {
        margin-right: 7px;
        color: #E95B0B;
    }

.presentation .horaires-supp {
    padding: 30px;
    border: 2px solid #E95B0B;
    border-radius: 5px;
    margin-top: 50px;
}

    .presentation .horaires-supp h2 {
        font-size: 18px;
        font-weight: 700;
        color: #E95B0B;
        position: relative;
        padding-left: 55px;
        margin-bottom: 30px;
    }

        .presentation .horaires-supp h2:before {
            content: "\f017";
            position: absolute;
            font-family: 'Font Awesome 6 Pro';
            font-size: 40px;
            font-weight: 300;
            left: 0;
            top: -13px;
        }

.presentation .horaires-supp-liste {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
}

    .presentation .horaires-supp-liste li {
        line-height: 1.5;
        font-weight: 600;
        list-style: none;
    }

        .presentation .horaires-supp-liste li.closed {
            color: #EA4335;
        }

.presentation .carousel {
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.30);
    border-radius: 5px;
}

    .presentation .carousel img {
        border-radius: 5px;
    }

@media(max-width:767px) {

    .presentation:before {
        width: 197px;
        height: 291px;
        top: 22px;
        left: -89px;
        background-size: 100%;
    }

    .presentation:after {
        width: 177px;
        height: 276px;
        top: -31px;
        right: -79px;
        background-size: 100%;
    }

    .presentation .title {
        padding: 80px 0 100px 0;
    }

        .presentation .title p {
            font-size: 20px;
        }

        .presentation .title h1 {
            font-size: 40px;
        }

            .presentation .title h1 span {
                font-size: 26px;
                bottom: -58px;
            }

    .presentation .cta {
        padding: 30px 0;
        display: inline-block;
    }

        .presentation .cta a + a {
            margin-top: 15px;
        }

    .presentation .container-horaire {
        padding: 18px;
    }

    .container-horaire a {
        left: 20px;
        top: 83px;
    }

    .presentation .container-horaire .horaires-day p:not(.horaire) span {
        display: block;
    }

    .presentation .horaires-supp h2:before {
        top: -5px;
    }
}


@media(min-width:768px) and (max-width:991px) {
    .presentation:before {
        width: 201px;
        background-size: 100%;
    }

    .presentation:after {
        width: 194px;
        top: -31px;
        right: -50px;
        background-size: 100%;
    }

    .presentation .title {
        padding: 80px 0 120px 0;
    }

        .presentation .title h1 {
            font-size: 50px;
        }

            .presentation .title h1 span {
                font-size: 38px;
                bottom: -48px;
            }
}


/* INFOS PRATIQUE */

.info-pratique {
    padding: 60px 0;
}

    .info-pratique h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 35px;
    }

    .info-pratique .adresse {
        position: relative;
        padding-left: 45px;
    }

        .info-pratique .adresse i {
            position: absolute;
            left: 0;
            top: 6px;
            color: #E95B0B;
            font-size: 36px;
        }

    .info-pratique .gps {
        display: flex !important;
        margin-top: 20px;
    }

        .info-pratique .gps > .row {
            justify-content: start !important;
        }

        .info-pratique .gps a {
            color: #494948;
            text-decoration-line: none !important;
            text-decoration-thickness: 0 !important;
            text-decoration-color: none !important;
            text-underline-offset: 0 !important;
            transition: all .3s ease;
        }



        .info-pratique .gps i {
            font-size: 34px;
            color: #E95B0B;
            text-align: center;
            width: 62px;
            height: 62px;
            line-height: 62px;
            border-radius: 100%;
            box-shadow: inset 0 0 0 62px #FFE9DC;
            transition: all .3s ease;
        }

        .info-pratique .gps p {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 5px;
            text-align: center;
        }

        .info-pratique .gps a:hover i {
            color: #E95B0B;
            box-shadow: inset 0 0 0 2px #FFE9DC;
            transition: all .3s ease;
        }

@media(max-width:767px) {
    .info-pratique {
        padding: 30px 0;
    }
}

/* UNIVERS */



.univers {
    padding: 60px 0;
}

    .univers .baseline {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 60px;
    }

    .univers img {
        margin-top: 40px;
    }

        .univers img + p {
            font-size: 16px;
            font-weight: 700;
            margin-top: 5px;
        }

@media (min-width: 1200px) {
    .univers .liste .row-cols-md-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}


@media(max-width:767px) {
    .univers {
        padding: 30px 0;
    }

        .univers .cta {
            display: inline-block;
        }

            .univers .cta a + a {
                margin-top: 15px;
            }
}

/* ESTIMATION */

.estimation {
    background-color: #EFEFEE;
    padding: 60px 0;
    position: relative;
    z-index: 0;
}

    .estimation:before {
        content: "";
        position: absolute;
        background: url(/docs/templates/38/fond-ico.svg);
        background-size: cover;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .estimation p {
        font-size: 26px;
        color: #E95B0B;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .estimation li + li {
        margin-top: 20px;
    }

    .estimation .title-estimation {
        margin-bottom: 110px;
    }

        .estimation .title-estimation h3 {
            display: inline-block;
            margin: 0;
            position: relative;
        }

@media(min-width:768px) {
    .estimation .title-estimation h3:before {
        content: "";
        width: 195px;
        height: 64px;
        z-index: 2;
        position: absolute;
        background: url(/docs/templates/38/arrow.svg);
        right: -215px;
        top: 90px;
        transform: rotate(30deg);
    }

    .estimation .title-estimation h3:after {
        content: "";
        width: 195px;
        height: 64px;
        z-index: 2;
        position: absolute;
        background: url(/docs/templates/38/arrow.svg);
        left: -215px;
        top: 90px;
        transform: rotate(-30deg) scaleX(-1);
    }
}


.estimation .title-estimation span {
    font-size: 28px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 0;
}

    .estimation .title-estimation span:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .estimation .title-estimation span.title-orange {
        padding: 15px 50px;
    }

        .estimation .title-estimation span.title-orange:before {
            -webkit-clip-path: polygon(0 10%, 100% 0, 97% 100%, 5% 100%);
            clip-path: polygon(0 10%, 100% 0, 97% 100%, 5% 100%);
            background-color: #E95B0B;
        }

    .estimation .title-estimation span.title-grey {
        padding: 15px 30px 20px 30px;
    }

        .estimation .title-estimation span.title-grey:before {
            top: -6px;
            -webkit-clip-path: polygon(0 0, 100% 8%, 94% 100%, 3% 100%);
            clip-path: polygon(0 0, 100% 8%, 94% 100%, 3% 100%);
            background-color: #494948;
        }

.estimation .content {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .estimation {
        padding: 30px 0;
    }
}

/* POINT FORTS */

.info-vide-maison {
    padding: 60px 0;
}

    .info-vide-maison .baseline {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 60px;
    }

    .info-vide-maison .point p {
        text-transform: uppercase;
        font-weight: 700;
        line-height: 26px;
        margin-top: 20px;
    }

    .info-vide-maison .possibilite {
        padding-top: 60px;
    }

        .info-vide-maison .possibilite .baseline {
            margin-bottom: 35px;
        }

        .info-vide-maison .possibilite .arrow {
            margin-bottom: 45px;
        }

        .info-vide-maison .possibilite h3 {
            font-size: 32px;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            color: white;
            font-weight: 700;
            padding: 15px 30px;
        }

            .info-vide-maison .possibilite h3:before {
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                background-color: #E95B0B;
                left: 0;
                top: 0;
                z-index: -1;
                -webkit-clip-path: polygon(0 15%, 100% 0, 95% 100%, 5% 88%);
                clip-path: polygon(0 15%, 100% 0, 95% 100%, 5% 88%);
            }

        .info-vide-maison .possibilite p.info {
            margin-top: 20px;
            font-weight: 500;
            font-size: 20px;
        }

            .info-vide-maison .possibilite p.info span:not(.resp) {
                display: inline-block;
                background-color: #494948;
                color: white;
                padding: 0 5px;
                font-weight: 600;
            }

/* AVIS CLIENT */


.avis-client h2 {
    padding: 0;
}

    .avis-client h2:before {
        content: none;
    }

    .avis-client h2 + p {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        color: #004F9F;
        margin-bottom: 45px;
    }

.avis-client .nom {
    font-size: 24px;
}

.avis-client .total {
    text-align: center;
    line-height: normal;
    display: inline-block;
    padding: 12px 30px;
    color: white;
    position: relative;
}

    .avis-client .total:before,
    .avis-client .total:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 5px;
        left: 0;
        z-index: -1;
        -webkit-clip-path: polygon(0 15%, 100% 0, 95% 100%, 7% 88%);
        clip-path: polygon(0 15%, 100% 0, 95% 100%, 7% 88%);
    }

.stars-inner::before {
    color: #ffffff;
}

.stars-outer {
    color: rgb(255,255, 255, 0.4);
}

.avis-client .total:before {
    transform: rotate(350deg);
    background-color: #F29400;
}

.avis-client .total:after {
    background-color: #E95B0B;
}


.stars-inner::before {
    color: #FFED00;
}

.stars-outer {
    color: white;
}

.avis-client .total span {
    display: block;
}

.avis-client .total .score {
    font-size: 56px;
    margin-bottom: 5px;
    font-weight: 700;
    color: white;
}

.avis-client .total .nb {
    font-size: 14px;
}


.avis-client .avis {
    border-radius: 5px;
    padding: 30px;
    border: 2px solid #E95B0B;
    height: 100%;
}


    .avis-client .avis .name {
        font-weight: 700;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        margin-bottom: 10px;
        padding-left: 60px;
    }

        .avis-client .avis .name img {
            position: absolute;
            left: 0;
            max-width: 50px;
        }

        .avis-client .avis .name span {
            font-weight: 300;
            display: block;
        }

    .avis-client .avis .star {
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
    }

        .avis-client .avis .star .fas {
            font-size: 13px;
            color: #ffc100;
        }

@media(max-width:767px) {
    .avis-client h2 + p {
        margin-bottom: 25px;
    }
}

/*******************************************************
MAPS
********************************************************/

@media(min-width:992px) {
    .info-pratique .mapContainer,
    .info-pratique #plan-acces,
    .info-pratique .weGmap {
        height: 100% !important;
    }
}

.info-pratique .mapContainer {
    border-radius: 5px;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    max-height: 290px !important;
}

.gm-style .gm-style-iw-d {
    max-height: 290px !important;
}


.gm-style .gm-style-iw-t::after {
    height: 0;
}

.gm-style-iw .infowindows {
    font-size: 16px;
    padding: 15px 15px 5px 15px;
    font-weight: 300;
    line-height: 1.3;
    font-family: Poppins !important;
}

.infowindows [itemprop=name] {
    margin-bottom: 10px;
    font-size: 18px;
    color: #1D1D1B;
}


    .infowindows [itemprop=name] b {
        font-weight: 700 !important;
        color: #E95B0B;
    }

.infowindows .map-phone-number,
.infowindows .map-opening-time {
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

    .infowindows .map-phone-number:before,
    .infowindows .map-opening-time:before {
        position: absolute;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 400;
        color: #1D1D1B;
        left: 0;
        top: 1px;
    }

    .infowindows .map-phone-number:before {
        content: "\f095";
        color: #E95B0B;
        font-size: 15px;
    }

    .infowindows .map-opening-time:before {
        content: "\f017";
        color: #E95B0B;
        font-size: 15px;
    }


.infowindows .map-phone-number {
    color: #494948;
    font-weight: 700;
    font-size: 18px;
}

.infowindows .map-opening-time {
    color: #494948;
    font-weight: 600;
    font-size: 15px;
}


.infowindows .map-bt-itineraire {
    border: 1px solid #494948;
    color: white;
    font-size: 16px;
    margin-top: 7px;
    background-color: #494948;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 500;
    border-radius: 25px;
    transition: background-color .3s ease, color .3s ease;
}

    .infowindows .map-bt-itineraire:hover,
    .infowindows .map-bt-itineraire:active,
    .infowindows .map-bt-itineraire:focus {
        border: 1px solid #494948;
        color: #494948;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled).active:focus,
    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled).active,
    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled):active {
        border-color: #004F9F;
        color: white;
        background-color: #004F9F;
        outline: none;
        box-shadow: none;
    }

/*******************************************************
FORM
********************************************************/

.contact {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}


.form-container {
    padding: 60px 110px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.30);
    background-color: white;
    position: relative;
}

    .form-container h2 {
        padding-bottom: 0;
    }

        .form-container h2 + p {
            margin: 50px 0 40px 0;
        }

        .form-container h2:before {
            content: none;
        }

.contact .form-group label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 32px;
    background: #F1F1F1;
    border: 1px dashed transparent;
    padding: 10px 15px;
}

textarea.form-control {
    border-radius: 15px !important;
    min-height: 180px;
}

.form-control:focus,
.form-control:active {
    background-color: #FFE9DC;
    border-color: #E95B0B;
    box-shadow: none;
}

.input-validation-error {
    background: #FFDCDF;
    border-color: #DB737D;
}


.form-control:-webkit-autofill {
    box-shadow: inset 0px 4px 0 0px #F1F1F1, inset 0 0px 0 40px #F1F1F1 !important;
    transition: none;
}

.contact .form-control[type="checkbox"] {
    display: none;
}

    .contact .form-control[type="checkbox"] + label {
        font-weight: 400;
        position: relative;
        padding-left: 30px;
        font-size: 18px;
        line-height: 1.2;
        margin: 10px 0 20px 0;
    }

        .contact .form-control[type="checkbox"] + label:before {
            content: "\f0c8";
            position: absolute;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 500;
            left: 0;
            color: #1D1D1B;
            font-size: 19px;
            top: 1px;
        }

        .contact .form-control[type="checkbox"] + label::after {
            content: "\f14a";
            position: absolute;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 900;
            left: 0px;
            font-size: 19px;
            top: 1px;
            color: #E95B0B;
            opacity: 0;
        }

    .contact .form-control[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    .contact .form-control[type="checkbox"]:checked + label:before {
        opacity: 0;
    }

.grecaptcha-badge {
    margin: 0 auto;
}

@media(max-width:991px) {

    .contact {
        padding: 50px 0;
    }


    .form-container {
        padding: 40px 25px;
    }
}

@media(min-width:992px) {
    .form-container:before {
        content: "";
        position: absolute;
        background: url(/docs/templates/38/color-bar-3.svg);
        width: 690px;
        height: 503px;
        background-repeat: no-repeat;
        top: 137px;
        left: -344px;
        z-index: -1;
    }

    .form-container:after {
        content: "";
        position: absolute;
        background: url(/docs/templates/38/color-bar-4.svg);
        width: 709px;
        height: 1172px;
        background-repeat: no-repeat;
        bottom: 45px;
        right: -335px;
        z-index: -1;
    }
}

/*******************************************************
MODAL
********************************************************/

.modal .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #E95B0B;
    line-height: 1.2;
}

.modal button.close {
    background-color: transparent;
    float: right;
    line-height: 1;
}

    .modal button.close span {
        font-size: 29px;
    }

.modal .modal-body p {
    padding-top: 25px;
}


.modal#cookiesModal {
    font-size: 16px;
}


    .modal#cookiesModal .form-group + .form-group {
        margin-top: 15px;
    }

    .modal#cookiesModal .btn {
        padding: 12px 13px !important;
        font-size: 15px;
        border: 1px solid white;
    }

    .modal#cookiesModal .notActive {
        background-color: #efefef;
    }

    .modal#cookiesModal h2,
    .modal#cookiesModal h3 {
        font-size: 24px;
        margin-top: 20px;
        font-weight: 500;
        color: #494948;
    }

.modal-footer {
    border: none;
}

.weCookieBar #weCookieButton1 {
    color: white;
}


    .weCookieBar #weCookieButton1:hover {
        color: #E95B0B;
    }

.weCookieBar .btn {
    padding: 12px 13px !important;
    font-size: 15px;
    margin-top: 5px;
}

    .weCookieBar .btn:hover {
        border: 2px solid #E95B0B;
        background-color: #E95B0B;
        color: white !important;
    }

/*******************************************************
404
********************************************************/
.page-error {
    text-align: center;
}

    .page-error h1 {
        text-align: center;
        font-size: 116px;
        color: #494948;
        position: relative;
        font-weight: 600;
        line-height: 1;
        margin-top: 60px;
        margin-bottom: 80px;
    }

        .page-error h1 span {
            color: white;
            font-size: 46px;
            font-weight: 700;
            padding: 12px 31px;
            position: absolute;
            white-space: nowrap;
            display: inline-block;
            left: 50%;
            transform: translateX(-50%);
            bottom: -81px;
            z-index: 1;
        }

            .page-error h1 span:before {
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                z-index: -1;
                -webkit-clip-path: polygon(0 10%, 100% 0, 95% 100%, 10% 100%);
                clip-path: polygon(0 10%, 100% 0, 95% 100%, 10% 100%);
                top: 10px;
                left: 10px;
                background-color: #494948;
                z-index: -1;
            }

            .page-error h1 span:after {
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                -webkit-clip-path: polygon(0 10%, 100% 0, 95% 100%, 10% 100%);
                clip-path: polygon(0 10%, 100% 0, 95% 100%, 10% 100%);
                top: 0;
                left: 0;
                z-index: -1;
                background-color: #E95B0B;
            }

    .page-error p {
        padding: 30px;
    }

    .page-error a {
        border: 2px solid #494948;
        color: white;
        font-size: 18px;
        margin-top: 7px;
        background-color: #494948;
        display: inline-block;
        padding: 15px 25px;
        font-weight: 500;
        line-height: 1;
        text-decoration-line: none !important;
        text-decoration-thickness: 0 !important;
        text-underline-offset: 0 !important;
        margin-bottom: 70px;
        border-radius: 25px;
        transition: background-color .3s ease, color .3s ease;
    }

        .page-error a:hover,
        .page-error a:active,
        .page-error a:focus {
            border: 2px solid #494948;
            color: #494948;
            background-color: transparent;
            transition: background-color .3s ease, color .3s ease;
        }

/*******************************************************
FORM
********************************************************/

.mention-legale h1 {
    font-weight: 700;
    margin-top: 30px;
}

.mention-legale h2 {
    font-size: 28px;
    font-weight: 500;
}
