/*@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.eot');
    src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Regular.woff2') format('woff2'), url('../fonts/Muli-Regular.woff') format('woff'), url('../fonts/Muli-Regular.svg#futurabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Bold.woff2') format('woff2'), url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.svg#futuralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Black';
    src: url('../fonts/Muli-Black.eot');
    src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Black.woff2') format('woff2'), url('../fonts/Muli-Black.woff') format('woff'), url('../fonts/Muli-Black.svg#futurabook') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900');

/************** 
    GENERAL
 **************/


body,
html {
    margin: 0;
    padding: 0;
}

body {
    color: #2c3c47;
    font-family: Arial, Helvetica,sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3 !important;
}

p, li {
    line-height: 1.3 !important;
    font-size: 16px;
}

a {
    outline: none;
    display: inline-block;
    color: #005fae;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        color: #034276;
    }

button:hover,
button:focus,
button:active {
    outline: none;
    box-shadow: none !important;
}

.max-width {
    max-width: 1180px;
    margin: 0 auto !important;
    float: none !important;
}

img {
    max-width: 100%;
    margin: 0 auto 10px auto;
    /*display: block;*/
}


#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 200;
}

    #back-to-top .fas {
        background-color: #ffdd00;
        color: #383838;
        width: 40px;
        height: 40px;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
    }


@media(min-width:1220px) {
    .padding {
        padding: 0 50px 0 70px;
        margin-right: 0;
    }
}

@media(min-width:1220px) {
    .padding-bis {
        padding: 0 70px 0 50px;
        margin-left: 0;
    }
}


@media(min-width:961px) and (max-width:1219px) {
    .padding {
        padding: 0 15px;
    }
}

@media (min-width:992px) {
    .anchor {
        visibility: hidden;
        height: 179px !important;
        margin-top: -179px !important;
        display: block !important;
    }
}

@media (max-width:991px) {
    .anchor {
        height: 0 !important;
        display: block !important;
    }
}

::selection {
    color: #fff;
    background: #005fae;
}



/******* fonts */
.muli-regular {
    font-weight: 400;
}

.muli-bold {
    font-weight: 700;
}

.muli-black {
    font-weight: 900;
}

/******* colors */

.blue {
    color: #005fae;
}

.yellow {
    color: #ffdd00;
}

.light-grey {
    color: #f8f8f8;
}

.dark-grey {
    color: #383838;
}

.white {
    color: white;
}


/******* background color */

.bg-blue {
    background-color: #005fae !important;
}

.bg-yellow {
    background-color: #ffdd00 !important;
}

.bg-light-grey {
    background-color: #f8f8f8 !important;
}

.bg-dark-grey {
    background-color: #383838 !important;
}

.bg-white {
    background-color: white !important;
}

/******* button */

.button {
    padding: 10px 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    position: relative;
    z-index: 0;
}

    .button:before {
        content: "";
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity .3s ease;
    }

    .button:hover:before {
        opacity: 1;
        transition: opacity 0.3s ease;
    }


    .button:hover,
    .button:focus,
    .button:active {
        outline: none;
        box-shadow: none;
    }

.button-default {
    background-color: #005fae;
    color: white;
}

    .button-default:hover,
    .button-default:active,
    .button-default:focus {
        color: white;
    }

@media(min-width:992px) {
    .button-default:before {
        background: linear-gradient(136deg, #46abff, #005fae, #00294a)
    }
}

.button-secondary {
    background-color: #ffdd00;
    color: #383838;
}

    .button-secondary:hover,
    .button-secondary:active,
    .button-secondary:focus {
        color: #383838;
    }

@media(min-width:992px) {
    .button-secondary:before {
        background: linear-gradient(136deg,#ffed78, #ffdd00, #af8900);
    }
}

.button-secondary-alt {
    background-color: #fff;
    color: #005fae;
}

    .button-secondary-alt:hover,
    .button-secondary-alt:active,
    .button-secondary-alt:focus {
        color: #005fae;
    }

@media(min-width:992px) {
    .button-secondary-alt:before {
        background: linear-gradient(136deg,#fff, #fff, #97b3ca);
    }
}

.partage-facebook {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    color: #005fae;
    border: 2px solid #005fae;
    transition: background-color .3s ease, color .3s ease;
}

    .partage-facebook:hover,
    .partage-facebook:active,
    .partage-facebook:focus {
        background-color: #005fae;
        color: #fff;
        border: 2px solid #005fae;
        transition: background-color .3s ease, color .3s ease;
    }


/******* title */

h1, h2, h3, h4 {
    font-family: Arial, Helvetica,sans-serif !important;
}

    h1.home {
        font-size: 36px;
        font-weight: 900;
        text-transform: uppercase;
        color: #005fae;
    }

        h1.home span {
            font-size: 30px;
            font-weight: 400;
            text-transform: initial;
            display: block;
        }

    h1:not(.home), .h2 {
        font-weight: 700;
        font-size: 36px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 10px 30px;
        border-left: 4px solid #ffdd00;
    }

        h1:not(.home) span {
            display: block;
            text-transform: initial;
            font-weight: 500;
            font-size: 70%;
        }

@media(max-width:767px) {
    h1:not(.home), .h2 {
        font-size: 28px;
    }
}

h2 {
    font-size: 30px;
}

/************** 
    LAYOUT
 **************/

/************* header */


/****************************************************/
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 5;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-color: white;
}

    header.fixed .title p span {
        height: 0;
        opacity: 0;
        transition: height 0.3s ease, opacity 0.3s ease;
    }

/****************************************************/

/*header {
    padding-top:20px;
}*/

header .title a,
header .title p {
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:767px) {
    header .title a,
    header .title p {
        display: block;
    }

    header .title p {
        margin-top: 15px !important;
    }
}

header .title {
    margin-bottom: 15px;
}

    header .title img {
        padding-right: 20px;
        margin: 0;
    }

@media(max-width:767px) {
    header .title img {
        padding-right: 0;
    }
}


header .title p {
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    color: #005fae;
    text-transform: uppercase;
}

    header .title p span {
        font-weight: 700;
        height: 23px;
        opacity: 1;
        display: block;
        font-size: 18px;
        text-transform: initial;
        transition: height 0.3s ease, opacity 0.3s ease;
    }

@media(max-width:767px) {

    header .title p {
        font-size: 24px;
    }


        header .title p span {
            height: auto;
            font-size: 16px;
        }
}

header .contact .fas {
    color: #005fae;
    font-size: 25px;
    margin: 0 15px 10px 15px;
}

header .button {
    margin-right: 5px;
}

header .horaires-day {
    position: relative;
}

    header .horaires-day p,
    header .horaires-day a {
        font-weight: 700;
        color: #005fae;
        margin: 0;
    }

        header .horaires-day p:not(.horaire) span {
            font-weight: 900;
            color: #ffdd00;
            text-transform: uppercase;
            font-size: 22px;
            display: block;
            margin-top: 10px;
            transition: margin 0.3s ease;
        }

header.fixed .horaires-day p:not(.horaire) span {
    margin-top: 0;
    transition: margin 0.3s ease;
}

@media(max-width:767px) {
    header .horaires-day p span {
        margin-top: 0 !important;
    }
}

header .horaires-day .horaire {
    display: block;
    padding: 0 10px;
    border-right: 2px solid #ffdd00;
    border-left: 2px solid #ffdd00;
}

    header .horaires-day .horaire span {
        display: block;
    }

@media(max-width:991px) {

    header .horaires-day {
        margin-top: 20px;
    }

        header .horaires-day .horaire {
            border-right: 2px solid rgba(255, 221, 0, 0.00);
        }
}

@media(max-width:767px) {
    header .horaires-day .horaire {
        border: none;
        font-weight: 900;
    }
}

@media (min-width:992px) {

    header .horaires-day {
        height: 100% !important;
        margin-top: 0;
    }

        header .horaires-day .horaire {
            position: absolute;
            bottom: 0;
            right: 0;
        }
}

@media(min-width:768px) and (max-width:991px) {
    header .horaires-day p {
        display: inline-block !important;
        vertical-align: middle;
    }

        header .horaires-day p span {
            display: inline-block !important;
            margin-left: 5px;
            margin-top: 0 !important;
            vertical-align: middle;
        }

    header .horaires-day .horaire {
        margin-left: 10px;
        margin-top: 0;
    }
}

header .fab {
    height: 38px;
    width: 38px;
    margin-right: 2px;
    line-height: 30px;
    text-align: center;
    border: 3px solid #005fae;
    background-color: transparent;
    color: #005fae;
    transition: background-color .3s ease, color .3s ease;
}

    header .fab:hover {
        background-color: #005fae;
        color: #fff;
        transition: background-color .3s ease, color .3s ease;
    }



/************* navigation */

header .nav-item {
    position: relative;
}


    header .nav-item .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link {
        color: white;
        font-weight: 900;
        font-size: 14px;
        display: inline-block;
        text-transform: uppercase;
        padding: 0 15px;
        transition: opacity .3s ease;
    }

    header .nav-item:not(.active) .nav-link:hover,
    header .nav-item:not(.active).nav-link:active,
    header .nav-item:not(.active) .nav-link:focus {
        opacity: 0.5;
        transition: opacity .3s ease;
    }

    header .nav-item.active .nav-link {
        color: #ffdd00;
    }

    header .nav-item:hover a {
        color: white;
    }

@media(min-width:992px) {
    header .nav-item + .nav-item:after {
        content: "";
        position: absolute;
        height: 12px;
        width: 2px;
        background-color: #ffdd00;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
    }
}

@media(max-width:991px) {
    header .nav-item .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 15px 15px 25px;
    }
}


.bg-perso {
    padding: 0;
    margin-top: 10px;
    background-color: #005fae
}

.navbar-nav {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width:767px) {
    /*.bg-perso {
        background-color: #2c3c47;
    }*/

    .navbar {
        padding: 0;
    }

    /*.navbar-collapse {
        background-color: white;
        margin-top: 0 !important;
    }*/
}

.navbar-perso .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    margin-left: 20px;
    position: relative;
}

    .navbar-perso .navbar-toggler-icon:before {
        position: absolute;
        content: "";
        color: white;
        font-weight: 600;
        left: 40px;
        top: 4px;
    }

.navbar-toggler {
    padding: .50rem .25rem;
}

.navbar-collapse {
    max-width: 1180px;
    margin: 0 auto;
}


/************* footer */

footer {
    background: linear-gradient(136deg, #005fae, #06467b);
    color: white;
    border-top: 8px solid #ffdd00;
    font-size: 14px;
    clear: both;
    padding: 0 15px 15px 15px;
    position: relative;
}

    footer .img-background {
        position: absolute;
        right: 0;
        top: 70px;
    }

    footer ul {
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }

        footer ul li {
            display: inline-block;
            position: relative;
            transition: opacity .3s ease;
        }

            footer ul li:hover a,
            footer ul li:active a,
            footer ul li:focus a {
                opacity: 0.5;
                transition: opacity .3s ease;
            }

@media(max-width:767px) {
    footer ul li {
        margin-bottom: 10px;
    }
}

footer ul li a {
    color: white;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
    transition: opacity .3s ease;
}

footer ul li:hover a {
    color: white;
}

footer ul li + li:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 2px;
    background-color: #ffdd00;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

footer h3 {
    font-size: 26px;
    font-weight: 900;
    color: white !important;
    text-transform: uppercase;
    margin-top: 0;
}

footer .fas {
    color: #ffdd00;
    font-size: 18px !important;
}

@media(min-width:576px) {
    footer .coordonne {
        margin-bottom: 35px;
    }
}

footer h4 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    border-left: 2px solid #ffdd00;
    color: white !important;
    padding-left: 10px;
    margin-bottom: 25px;
}

footer .reseau-ga span {
    font-size: 16px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

footer .reseau-ga img,
footer .reseau-ga a {
    display: inline-block;
    margin: 0 5px;
    max-height: 90px;
}

.copyright {
    margin-top: 30px;
}

/*.copyright {
    background-color: #f8f8f8;
    padding: 0 15px;
}

    .copyright a,
    .copyright span {
        color: #005fae;
        font-size: 14px;
        padding: 10px 0;
    }*/


/************** 
    HOME
 **************/

/************* carousel */

.carousel img {
    display: block;
    margin: auto;
}

.owl-carousel img {
    margin-bottom: 0;
    width: auto !important;
}

.owl-carousel .owl-item a {
    display: block;
}

.owl-carousel-marque {
    padding: 0 70px;
}

    .owl-carousel-marque .fas {
        color: #005fae;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 34px;
        border-radius: 3px;
        font-size: 20px;
        border: 3px solid #005fae;
    }

.owl-carousel-slide .owl-prev,
.owl-carousel-slide .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #eeeff0;
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    line-height: 50px;
    opacity: 0.9;
    font-size: 22px;
    color: #005fae;
}

@media(max-width:767px) {
    .owl-carousel-slide .owl-prev,
    .owl-carousel-slide .owl-next {
        display: none;
    }
}

.owl-carousel-marque .owl-prev,
.owl-carousel-marque .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    background-color: transparent;
    height: 50px;
    border: none;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #005fae;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    opacity: 1;
    background-color: transparent;
}

.bloc-carousel-photos .carousel-control-prev,
.bloc-carousel-photos .carousel-control-next {
    display: none;
}

/************* gamme */
.gamme {
    position: relative;
    margin-top: 30px;
}

@media(min-width:768px) {
    .gamme a:hover img {
        border-left: 0 solid #ffdd00;
        border-right: 10px solid #005fae;
        transition: all 0.3s ease;
    }
}

@media(min-width:576px) {
    .gamme img {
        border-left: 10px solid #ffdd00;
        border-right: 0px solid #005fae;
        transition: all 0.3s ease;
    }
}

@media(max-width:575px) {
    .gamme a {
        display: block;
        background-color: white;
        border-left: 10px solid #ffdd00;
    }
}

.gamme img {
    display: block;
}

.gamme p {
    position: absolute;
    color: #005fae;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    top: 20px;
    left: 50px;
    margin: 0;
}

.gamme {
    display: block;
}


.parallax {
    position: relative;
    background-position-x: 50%;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 3000px 0 0 0 rgba(56, 56, 56, 0.30);
}

@media (max-width:960px) {
    .parallax {
        background-position: 50% 0 !important;
        background-attachment: fixed;
    }
}

.gamme-detail {
    background-color: white;
    height: 100%;
    padding: 20px;
    box-shadow: 2px 1px 12px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid #ffdd00;
}


    .gamme-detail h2 {
        color: #005fae;
        margin: 0;
        font-size: 24px;
        font-weight: bold;
    }

    .gamme-detail p {
        font-style: italic;
        font-size: 16px;
        margin-bottom: 0;
        color: #222222;
    }




/************* actualite/promotion */

.actualite {
    padding: 40px 0 30px 0 !important;
    transition: background-color 0.3s ease;
}

@media(min-width:992px) {
    .actualite.hover:hover {
        background-color: rgba(0, 95, 174, 0.1);
        transition: background-color 0.3s ease;
    }
}

.actualite + .actualite {
    border-top: 1px solid rgba(56, 56, 56, 0.10);
}


.actualite .date,
.promo .date-detail {
    margin-top: 4px;
    position: relative;
    font-weight: 900;
    font-size: 16px;
    color: #005fae;
    padding-left: 35px;
    margin-bottom: 5px;
}

    .actualite .date:before,
    .promo .date-detail:before {
        content: "\f073";
        position: absolute;
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 900;
        color: #ffdd00;
        left: 0;
        top: -4px;
        font-size: 14px;
        text-align: center;
        z-index: 2;
        line-height: 25px;
        width: 25px;
    }

    .actualite .date:after,
    .promo .date-detail:after {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        border: 2px solid #ffdd00;
        border-radius: 2px;
        background-color: #f8f8f8;
        z-index: 1;
        left: 0;
        top: -4px;
    }

.actualite h3, .actualite h2 {
    font-size: 26px;
    color: #005fae;
    font-weight: 400;
}

.actualite p {
    margin-bottom: 20px;
}

.img-hover {
    position: relative;
}

    .img-hover:before {
        content: "";
        position: absolute;
        height: calc(100% - 10px);
        width: 100%;
        background-color: #005fae;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .img-hover:hover:before {
        opacity: 0.3;
        transition: opacity .3s ease;
    }

/************** 
    FORM
 **************/

.form-row label {
    font-weight: 700;
    margin-top: 0;
}

form input.form-control,
form textarea.form-control,
form select.form-control {
    border-radius: 0;
    border: none;
}

form textarea {
    min-height: 110px;
}


form input.form-control:focus {
    color: #383838;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

form input[type="radio"] {
    display: none;
}

    form input[type="radio"] + label {
        position: relative;
        padding-left: 30px;
        margin-right: 15px;
    }

        form input[type="radio"] + label:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            top: 3px;
            left: 0;
            border-radius: 100%;
            box-shadow: inset 0 0 0 3px #ffdd00, inset 0 0 0 6px #005fae;
            background-color: transparent;
        }

    form input[type="radio"]:checked + label:before {
        background-color: #ffdd00;
    }


form .field-validation-error {
    color: #ffdd00 !important;
}

.validation-summary-errors ul {
    margin: 0;
}

#btnSubmit {
    padding: 10px 17px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    z-index: 0;
    background-color: #ffdd00;
    border-radius: 0;
    color: #383838;
}

@media(min-width:992px) {
    #btnSubmit:before {
        content: "";
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(136deg,#ffed78, #ffdd00, #af8900);
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity .3s ease;
    }

    #btnSubmit:hover:before {
        opacity: 1;
        transition: opacity 0.3s ease;
    }
}

/*cible les flèches*/
.we-style-iw div:nth-child(3) div div {
    height: 0 !important;
}

/*enlever bordure et box-shadow*/
.we-style-iw div:nth-child(2) {
    box-shadow: none !important;
    background-color: transparent !important;
}

/*changer le background-color, ajouter une box-shadow et une bordure*/
.we-style-iw div:nth-child(4) {
    border-radius: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.39) 0px 1px 4px -1px;
}

/*enlever l'ombre des flèches*/
.we-style-iw div:nth-child(1) {
    border: none !important;
}

.gm-style-iw .infowindows {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial,Helvetica,sans-serif !important;
}

.infowindows [itemprop=name] {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
    color: #005fae;
    text-transform: uppercase;
}

.infowindows .map-phone-number,
.infowindows .map-opening-time {
    margin: 15px 0;
    position: relative;
    padding-left: 35px;
}

    .infowindows .map-phone-number:before,
    .infowindows .map-opening-time:before {
        position: absolute;
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 900;
        color: #ffdd00;
        left: 0;
        top: 1px;
        font-size: 14px;
        text-align: center;
        z-index: 2;
        line-height: 25px;
        width: 25px;
    }

    .infowindows .map-phone-number:before {
        content: "\f095";
    }

    .infowindows .map-opening-time:before {
        content: "\f017";
    }

    .infowindows .map-phone-number:after,
    .infowindows .map-opening-time:after {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        border: 2px solid #ffdd00;
        border-radius: 2px;
        background-color: white;
        z-index: 1;
        left: 0;
        top: 0;
    }

.infowindows .map-bt-itineraire {
    padding: 10px 17px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 0;
    position: relative;
    font-weight: 900;
    border: none;
    background-color: #005fae;
    border-radius: 0;
    display: inline-block;
    color: white;
}

@media(min-width:992px) {
    .infowindows .map-bt-itineraire:before {
        content: "";
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(136deg, #46abff, #005fae, #00294a);
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity .3s ease;
    }

    .infowindows .map-bt-itineraire:hover:before {
        opacity: 1;
        transition: opacity 0.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 {
    color: white;
    background-color: #005fae;
    outline: none;
    box-shadow: none;
}

@media (max-width: 960px) {
    .is-box-img.box-map {
        height: 500px !important;
    }
}

.is-box-img.box-map .weGmap,
.is-box-img.box-map #plan-acces,
.is-box-img.box-map .mapContainer {
    height: 100% !important;
}



/************** 
    PAGINATION
 **************/

.pagination-container {
    float: none !important;
    background-color: #f8f8f8 !important;
}

.pagination {
    justify-content: center !important;
    margin-bottom: 30px;
}

.page-link {
    color: #005fae;
    background-color: transparent;
    border: 1px solid #005fae;
}

    .page-link:hover {
        color: #005fae;
        background-color: rgba(0, 95, 174, 0.10);
        border-color: #005fae;
    }

    .page-link:hover,
    .page-link:active,
    .page-link:focus {
        outline: none;
        box-shadow: none;
    }


.page-item.active .page-link {
    z-index: 1;
    color: #f8f8f8;
    background-color: #005fae;
    border: 1px solid #005fae;
}

.page-item.disabled .page-link {
    color: #005fae;
    opacity: 1;
    border: 1px solid #005fae;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

/************** 
    LE MAGASIN
 **************/

.horaires-magasin .horaires-supp {
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid rgba(0, 95, 174, 0.2);
    background-color: rgba(0, 95, 174, 0.1);
}

    .horaires-magasin .horaires-supp h2 {
        font-size: 20px;
        margin: 0;
        color: #005fae;
        border: none;
        font-weight: 900;
        text-transform: uppercase;
    }

    .horaires-magasin .horaires-supp p {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .horaires-magasin .horaires-supp .horaires-supp-liste {
        margin-bottom: 0;
    }

        .horaires-magasin .horaires-supp .horaires-supp-liste li {
            list-style: none;
        }

            .horaires-magasin .horaires-supp .horaires-supp-liste li.toady {
                color: #005fae;
            }

p.adresse {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}

/*p.adresse:before {
        content: "\f3c5";
        position: absolute;
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 900;
        color: #ffdd00;
        left: 0;
        top:50%;
        transform:translateY(-50%);
        font-size: 26px;
        text-align: center;
        z-index: 2;
        line-height: 25px;
        width: 25px;
    }*/

/*p.adresse:after {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        border: 2px solid #ffdd00;
        border-radius: 2px;
        background-color: #f8f8f8;
        z-index: 1;
        left: 0;
        top: 1px;
    }*/

p.complement {
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    font-size: 16px;
    margin: 0;
}

    p.complement:before {
        position: absolute;
        content: "\f3c5";
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 900;
        left: 0;
        top: 0;
    }


.container-horaires h2 {
    margin-top: 5px;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 3px solid #fd0;
}

.container-horaires .horaires-itineraire h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #005fae;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    margin-bottom: 0;
    margin-top: 30px;
}

    .container-horaires .horaires-itineraire h3:before {
        position: absolute;
        content: "\f017";
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 900;
        left: 0;
        top: 0;
    }

.container-horaires .horaires-itineraire p {
    margin-top: 5px;
}

.container-horaires .horaires-itineraire .horaires-supp-liste {
    margin: 0;
    padding: 0;
}

    .container-horaires .horaires-itineraire .horaires-supp-liste li {
        list-style: none;
    }

        .container-horaires .horaires-itineraire .horaires-supp-liste li.today {
            color: #005fae;
        }




@media(min-width:961px) {

    .col-grey {
        position: relative;
    }

        .col-grey:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 50%;
            top: 0;
            right: 0;
            background-color: #dfe9f1;
        }
}

ul.horaires {
    margin: 0;
    padding: 0;
}

    ul.horaires li {
        margin: 5px 0;
    }

        ul.horaires li.today {
            color: #005fae;
        }

.cta h2, .cta h3 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cta h2 {
    color: #005fae;
    font-size: 30px;
}

.cta h3 {
    color: #fff;
    font-size: 20px;
}


.cta h2 .fal {
    font-size: 70px;
    color: #005fae;
    margin-bottom: 10px;
    opacity: 1;
}

.cta h2 span {
    display: block;
    text-transform: initial;
    font-size: 18px;
    font-weight: 700;
}

.cta > .row {
    display: flex !important;
}

.cta h2 + .gps p {
    margin-top: 0;
    color: #005fae;
    font-weight: 400;
}

.cta h3 + .gps p {
    margin-top: 0;
    color: #fff;
    font-weight: 400;
}


/************** 
    GPS
 **************/

/*.gps p {
    margin-top: 0;
    color: #005fae;
    font-weight: 400;
}*/

/************** 
    SERVICES
 **************/

.liste-service h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

    .liste-service h2 + .fal {
        font-size: 117px;
        opacity: 0.1;
        position: absolute;
        top: -53px;
        left: -33px;
    }

@media(max-width:576px) {
    .liste-service h2 + .fal {
        font-size: 117px;
        opacity: 0.1;
        position: absolute;
        top: -53px;
        left: 11px;
    }
}

/********* essai liste dynamique */

@media(max-width:959px) {
    .liste-service-bis .is-boxes.d-lg-table {
        table-layout: auto !important;
    }
}

.liste-service-bis h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

    .liste-service-bis h2 + .fal {
        font-size: 117px;
        opacity: 0.1;
        position: absolute;
        top: -53px;
        left: -33px;
    }

@media(max-width:576px) {
    .liste-service-bis h2 + .fal {
        font-size: 117px;
        opacity: 0.1;
        position: absolute;
        top: -53px;
        left: 11px;
    }
}

.is-section.liste-service-bis:nth-child(odd) .is-box {
    background-color: white;
}

.is-section.liste-service-bis:nth-child(odd) h2,
.is-section.liste-service-bis:nth-child(odd) .fal {
    color: #005fae;
}

.is-section.liste-service-bis:nth-child(even) .is-box {
    background-color: #005fae;
}

.is-section.liste-service-bis:nth-child(even) h2,
.is-section.liste-service-bis:nth-child(even) .fal,
.is-section.liste-service-bis:nth-child(even) p {
    color: #fff;
}

@media(min-width:960px) {
    .is-section.liste-service-bis:nth-child(even) > div {
        direction: rtl;
    }
}

.is-section.liste-service-bis:last-child {
    margin-bottom: 40px;
}


/************** 
    MODAL
 **************/
.modal#confidentialite {
    color: #2c3c47;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

/************** 
    MENTIONS LEGALES
 **************/

.mention-legale h2 {
    margin-top: 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #005fae;
}

.mention-legale li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 16px;
}

.mention-legale h3 {
    color: #005fae;
    font-size: 18px;
    font-weight: 700;
}


/************** 
    PROMOTIONS
 **************/

a.promo {
    background-color: white;
    position: relative;
}

    a.promo:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2;
        background-color: #005fae;
        transition: opacity .3s ease;
    }

    a.promo:hover:before {
        opacity: 0.1;
        transition: opacity .3s ease;
    }


    a.promo .entete {
        color: white;
        padding: 20px 0;
        background: radial-gradient(circle, #005fae, #00294a);
        position: relative;
        z-index: 0;
    }

        a.promo .entete:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background: radial-gradient(circle, #198dec, #000000);
            z-index: -1;
            opacity: 0;
            transition: opacity .3s ease;
        }

    a.promo:hover .entete:before {
        opacity: 1;
        transition: opacity .3s ease;
    }

    a.promo .entete .date {
        margin: 0;
        font-weight: 700;
        font-size: 18px;
    }

    a.promo .entete .prix {
        margin-bottom: 0;
        font-size: 50px;
        font-weight: 900;
        margin-top: 25px;
    }

    a.promo .entete .ancien-prix,
    .promo .prix-detail .ancien-prix {
        font-size: 70% !important;
        font-weight: 500;
        position: relative;
        margin-right: 20px;
    }

        a.promo .entete .ancien-prix:before,
        .promo .prix-detail .ancien-prix:before {
            content: "";
            position: absolute;
            height: 2px;
            width: 120%;
            top: 50%;
            left: 50%;
            transform: translateX(-50%);
        }

        a.promo .entete .ancien-prix:before {
            background-color: white;
        }

        .promo .prix-detail .ancien-prix:before {
            background-color: #005fae;
        }


    a.promo .entete .prix span,
    .promo .prix-detail span {
        font-size: 50%;
    }

.promo h2 {
    margin: 0;
    font-weight: 700;
    color: #005fae;
    transition: color 0.3s ease;
}

    .promo h2 + span {
        font-size: 18px;
        color: #005fae;
        margin-bottom: 30px;
        display: block;
        transition: color 0.3s ease;
    }


.promo .ref {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.promo ul {
    padding-left: 20px;
}

    .promo ul li {
        color: #383838;
    }

.promo .reference {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 15px;
}

.promo .prix-detail {
    font-size: 43px;
    font-weight: 900;
    color: #005fae;
    margin: 15px 0;
}


/************** 
    S'Y RENDRE
 **************/

.coordonnee h2,
#itineraire h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #005fae;
}

.coordonnee .complement {
    color: #005fae;
}

.cta.special .gps {
    background-color: #005fae;
}

.cta.special h2 {
    color: white;
}

.cta.special .gps p {
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .cta.special .gps {
        margin-top: 30px;
        padding: 30px 15px;
    }
}

#itineraire {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

    #itineraire #start-directions-panel {
        color: #005fae;
    }

    #itineraire .adp-summary {
        margin-bottom: 20px;
    }

    #itineraire #end-directions-panel b {
        color: #005fae;
        text-transform: uppercase;
        font-size: 30px;
        display: block;
        font-weight: 700;
        padding: 5px 0 5px 70px;
        border-left: 4px solid #ffdd00;
    }

    #itineraire #end-directions-panel:not(#nomItineraire) {
        font-size: 18px;
    }

    #itineraire #end-directions-panel:before {
        content: "\f11e";
        top: 25px;
        left: 25px;
        color: #005fae;
        font-weight: 500;
    }

#end-directions-panel {
    padding: 20px 0;
}

#itineraire .alert-info {
    display: none;
}

.calcul-itineraire .mapContainer {
    height: 500px !important;
}

#itineraire .search button {
    padding: 8.5px 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #005fae;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 0;
}

    #itineraire .search button:before {
        content: "";
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(136deg, #46abff, #005fae, #00294a);
        transition: opacity .3s ease;
    }

    #itineraire .search button:hover:before {
        opacity: 1;
        transition: opacity 0.3s ease;
    }

#end-directions-panel:before {
    color: #005fae;
    top: 9px;
}

#itineraire .adp,
#itineraire .adp table {
    font-family: Arial, Helvetica,sans-serif !important;
}

/************** 
    COOKIE
 **************/
#cookiesModal .modal-header {
    padding-left: 24px;
}

#cookiesModal .modal-title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    color: #005fae;
    padding-left: 10px;
    border-left: 4px solid #ffdd00;
}

#cookiesModal h2 {
    text-transform: uppercase;
    color: #005fae;
    font-weight: 900;
    font-size: 26px;
}

.weCookieBar .btn {
    padding: 10px 17px;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    position: relative;
    border-radius: 0;
    z-index: 0;
}

    .weCookieBar .btn:hover {
        text-decoration: none;
    }

    .weCookieBar .btn:before {
        content: "";
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity .3s ease;
    }

    .weCookieBar .btn:hover:before {
        opacity: 1;
        transition: opacity 0.3s ease;
    }

.weCookieBar .btn-default {
    background-color: #fff;
    color: #005fae;
}

    .weCookieBar .btn-default:hover,
    .weCookieBar .btn-default:active,
    .weCookieBar .btn-default:focus {
        color: #005fae;
    }

@media(min-width:992px) {
    .weCookieBar .btn-default:before {
        background: linear-gradient(136deg,#fff, #fff, #97b3ca);
    }
}

.weCookieBar .btn-link {
    background-color: #ffdd00;
    color: #383838;
}

    .weCookieBar .btn-link:hover,
    .weCookieBar .btn-link:active,
    .weCookieBar .btn-link:focus {
        color: #383838;
    }

@media(min-width:992px) {
    .weCookieBar .btn-link:before {
        background: linear-gradient(136deg,#ffed78, #ffdd00, #af8900);
    }
}

/************** 
    COPYRIGHT
 **************/
.copyright {
    display: none;
}


.GalleriesContainer h2 {
    color: #005fae;
}

/************** 
PAGE 404
 **************/

.page-error {
    margin: 40px 0 !important;
}

    .page-error .is-container {
        max-width: 1200px !important;
        margin: 0 auto !important;
    }

    .page-error h1 {
        font-size: 100px;
        color: #005fae;
        margin-bottom: 30px;
        line-height: 1;
    }

    .page-error a {
        padding: 10px 17px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
        border: none;
        position: relative;
        z-index: 0;
        background-color: #005fae;
        color: white;
    }

        .page-error a:before {
            content: "";
            position: absolute;
            opacity: 0;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            transition: opacity .3s ease;
        }

        .page-error a:hover:before {
            opacity: 1;
            transition: opacity 0.3s ease;
        }


        .page-error a:hover,
        .page-error a:focus,
        .page-error a:active {
            outline: none;
            box-shadow: none;
        }

        .page-error a:hover,
        .page-error a:active,
        .page-error a:focus {
            color: white;
        }

@media(min-width:992px) {
    .page-error a:before {
        background: linear-gradient(136deg, #46abff, #005fae, #00294a)
    }
}
