:root {
    --primary-h: 194;
    /* hue */
    --primary-s: 91%;
    /* saturation */
    --primary-l: 22%;
    /* luminosity */
    --secondary-h: 220;
    /* hue */
    --secondary-s: 70%;
    /* saturation */
    --secondary-l: 50%;
    /* luminosity */
    --accent-h: 45;
    /* hue */
    --accent-s: 84%;
    /* saturation */
    --accent-l: 53%;
    /* luminosity */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 15%;
    /* luminosity */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 98%;
    /* luminosity */
    --primary-font: 'Raleway', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
    --h1-font-size: 2rem;
    --h2-font-size: 1.8rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: #087da1;
    --border-radius: 2rem;
    --button-border-radius: .25rem;
    --img-slide-01: url('../assets/gifs/slider/slide-01.jpg');
    --img-slide-02: url('../assets/gifs/slider/slide-02.jpg');
    --img-slide-03: url('../assets/gifs/slider/slide-03.jpg');
    --img-slide-04: url('../assets/gifs/slider/slide-04.jpg');
}

.right-align .btn-contact .btn {
    margin-top: 20px;
    color: #000;
}

.card-content .btn-rdv .btn {
    color: #000;
}

.card-content .btn-contact .btn {
    background-color: var(--primary-color);
}

h1.h1-geoloc{
    text-align: center;
}

#encart-contact .card .card-content {
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#encart-contact .card {
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.sc-content #relance ul {
    padding-left: 0 !important;
}

.plan-site .sitemap-nav ul li {
    margin-bottom: 10px;
}

.slick-dots li button .slick-dot-icon:before {
    font-size: 12px;
}

.valide {
    color: hsl(120deg 100% 35%);
}

.row-horair {
    flex-wrap: nowrap;
}

.erreur {
    color: hsl(0deg 100% 46%);
}

.horaires tr td:last-child {
    padding-left: 15px;
}

.sc-content .ac-doubleColonne .ac-colonne {
    width: 100%!important;
}

.paginationControl {
    text-align: center;
    font-size: 25px;
    margin-top: 3rem;
}

.paginationControl a {
    text-decoration: none;
}

.paginationControl .selected {
    font-weight: bold;
}

.row-park {
    flex-wrap: nowrap;
}

a.btn-honorair {
    background: #0C3757;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--secondary-font);
    text-decoration: none;
    padding: 14.5px 24.4px;
    margin-top: 40px;
    display: inline-block;
}

.encart-paiement .title-2 {
    margin-top: 16px;
    margin-bottom: 24px;
}

.encart-paiement .container {
    width: 100%;
}

.paie span {
    font-size: 16px;
    line-height: 24px;
}

.paiement p {
    margin-top: -16px;
    margin-bottom: 16px;
}

.paiement .title-3 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 8px;
}

span.rdv {
    color: #323232;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    display: block;
}

.index-page h2 {
    font-weight: 700;
}

.index-page h3 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
}

.bloc-paie {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paie svg {
    min-height: 48px;
}

.paie {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paiement {
    max-width: 76%;
    margin: 0 auto;
}

.paiements p {
    max-width: 64%;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.paiements {
    border: 2px solid #397F93;
    background: #fff;
    text-align: center;
    padding: 56px 0;
}

.tel-footer svg {
    margin-right: 8px;
}

.tel-footer address,
.tel-footer span {
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--secondary-font);
}

.tel-footer address br {
    display: none;
}

.map-index.section {
    position: relative;
}

.index-page iframe {
    height: 250px;
}

.map-index.section:before {
    position: absolute;
    content: "";
    height: 160px;
    width: 100%;
    background: #0C3757;
    bottom: 0;
    z-index: -1;
}

.container {
    max-width: 1440px;
}

#encart-actualites .slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/icon1.png);
}

#encart-actualites .slick-next .slick-next-icon:before {
    content: url(../assets/gifs/icon2.png);
}

#encart-actualites .slick-dots li button .slick-dot-icon,
#encart-actualites .slick-dots li.slick-active button .slick-dot-icon {
    color: #055169;
}

.card.avis-card {
    border: 2px solid #397F93;
    padding: 16px;
}

.encart-btn.actualites-encart-btn {
    text-align: center;
}

.encart-btn.actualites-encart-btn .btn {
    border: 2px solid #055169;
    border-radius: 0;
    background: #CDDCE1;
    color: #055169;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    font-family: var(--secondary-font);
    padding: 10px 22.4px;
}

button.show-more.btn.small {
    display: none;
}

.date.avis-date {
    color: #323232;
    font-size: 12px;
    margin-left: -15px;
    line-height: 14.4px;
    font-family: var(--secondary-font);
}

.card-text.avis-card-text.avis-encart-card-text {
    max-width: 77%;
    margin-left: auto;
    color: #323232;
    line-height: 24px;
    font-size: 16px;
    font-family: var(--secondary-font);
    margin-top: 10px;
}

.name.avis-name {
    color: #323232;
    font-weight: 700!important;
    font-size: 18px;
    line-height: 31.5px;
    font-family: var(--secondary-font);
}

.card.prestations-card {
    border: 1px solid var(--main-color-100, #FCFCFC);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 16px 0px rgba(5, 81, 105, 0.16);
    text-align: center;
    min-height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card.actualites-card {
    border: 1px solid #FCFCFC;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(5, 81, 105, 0.16);
}

.row.slick-prestations.prest-desktop {
    align-items: center;
    position: relative;
}

.card-title.prestations-card-title a {
    color: #323232;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 8px;
    display: block;
}

.points-forts .title-2 {
    margin-bottom: 16px;
}

.pt-fort p {
    color: #646464;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-left: 8px;
}

.pt-fort {
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.index-page .title-2 {
    color: #323232;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.col.date.card-date {
    color: #646464;
    font-family: var(--secondary-font);
    line-height: 24px;
}

.card-title.actualites-card-title a {
    color: #323232;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
}

.card-title.actualites-card-title {
    height: 24px;
    overflow: hidden;
}

.listing-btn.actualites-listing-btn .btn {
    border: 2px solid #055169;
    border-radius: 0;
    background: #CDDCE1;
    color: #055169;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    font-family: var(--secondary-font);
}

;
.card-text.actualites-card-text {
    color: #646464;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--secondary-font);
}

.card.actualites-card {
    max-width: 648px;
    margin: 0 auto;
    background: #fff;
    padding: 88px 48px;
    margin-bottom: 20px;
}

#bloc-03:after {
    position: absolute;
    content: "";
    background: #F4F4F4;
    width: 100%;
    height: 100%;
    right: -50%;
    top: -48px;
    z-index: -1;
}

#bloc-01 p,
#bloc-02 p,
#bloc-03 p,
#bloc-04 p,
#bloc-05 p,
#bloc-04 li,
#bloc-05 li {
    font-family: var(--secondary-font);
    line-height: 24px;
    color: #646464;
}

#bloc-04 li,
#bloc-05 li {
    padding: 10px 0;
}

.introd svg {
    margin-top: -6px;
}

.introd span {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    padding-bottom: 4px;
}

span.slick-pause-icon {
    display: none;
}

.slide-content .btn-rdv .btn {
    margin-top: 24px;
}

.slide-content .btn-rdv .btn,
.top-bar .btn-rdv .btn {
    color: #2F2506;
    font-weight: 700;
    font-family: var(--secondary-font);
    border-radius: 0;
    padding: 12px 24px;
}

.top-bar .btn-rdv .btn {
    margin-left: 32px;
}

.bloc.center-item h1 {
    color: #323232;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    margin: 0;
}

.slide-content p {
    color: #323232;
    margin: 0;
    font-family: var(--secondary-font);
    margin-top: 8px;
}

.introd span {
    color: #323232;
    font-weight: 700;
}

.tel-header {
    display: flex;
    align-items: center;
}

.tel-header .tel {
    color: #646464;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--secondary-font);
    line-height: 31.5px;
}

.tel-header svg {
    margin-right: 16px;
}


/* BRAND */


/* ===== */

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
    display: none;
}

.row-bus {
    flex-wrap: nowrap;
}

@media screen and (max-width:992px) {
    .tel-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bloc-paiement {
        display: flex;
        flex-direction: column-reverse;
    }
    .header-content .nav ul li a.selected {
        background-color: transparent;
    }
    .prest-mobile {
        text-align: center;
    }
    div#gtm-tap-bar-contact a,
    div#gtm-tap-bar-contact span {
        color: #000;
    }
    .encart-paiement .bloc-paiement img {
        display: block;
        width: 100%;
        max-width: none;
        height: 250px;
        object-fit: cover;
        margin-bottom: -125px;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        color: #000;
    }
    button#menu-back {
        color: #000;
        margin-top: -2rem;
    }
    .index-page .title-2 {
        font-size: 25px;
        line-height: 38px;
    }
    .paiements {
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    span.menu-title.col.white-text {
        color: #000;
        margin-top: -2rem;
    }
    .introduction {
        display: flex;
        max-width: 70%;
        margin: auto;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .bloc.center-item h1 {
        margin-top: 32px;
        color: #323232;
        font-weight: 700;
        text-align: center;
        max-width: 78%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }
    .slide-content p {
        max-width: 78%;
        margin: 0 auto;
    }
    .introd {
        background: #CDDCE1;
        display: flex;
        padding: 13px 6px 0px 10px;
    }
    footer .tel-footer .tel {
        margin: 0.4rem 0;
        display: block;
    }
    footer .section.section-1 {
        padding-bottom: 0;
    }
    ul.reset {
        margin-top: 0.5rem;
    }
    footer nav a {
        margin: 0.5rem 0;
        display: block;
    }
    .row.row-1 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tel-footer svg {
        margin-bottom: 0.5rem;
    }
    .section.section2 {
        padding-top: 0;
    }
    footer {
        text-align: center;
    }
    .points-forts .title-2 {
        text-align: center;
    }
    .fold .btn-rdv .btn {
        color: #2F2506;
        margin-bottom: 10px;
        font-weight: 700;
        font-family: var(--secondary-font);
        line-height: 24px;
        margin-top: 8px;
        border-radius: 0;
        padding: 10px 13px;
    }
    .tel-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 12px;
    }
    .tel-mobile .tel {
        color: #323232;
        font-family: var(--secondary-font);
        margin-left: 16px;
    }
    .menu-mobile {
        background: #fff;
        height: 5.5rem;
    }
    button#menu-burger {
        background: #CDDCE1;
        color: #055169;
        margin-top: -2rem;
    }
    .fold {
        background: #fff;
        margin-top: -12px;
    }
    .top-bar {
        display: none;
    }
    .prest-desktop {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .fold .btn-rdv .btn {
        padding: 12px 0;
    }
    .row-horair {
        margin-top: 20px;
    }
    .index-page h2 {
        font-size: 21px;
        line-height: 28px;
    }
    .index-page h3 {
        font-size: 18px;
        line-height: 28.4px;
    }
    img.header-only {
        max-width: 235px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 18px;
    }
    .slide-content p {
        text-align: center;
    }
    .slider-slick .slick-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
    }
    .slide-img .container {
        /* min-height: 940px; */
        width: 100%;
    }
    .slide-img {
        /* min-height: 940px;  */
    }
    .slider-slick {
        /* height: 940px; */
    }
    .paiement .title-3 {
        font-size: 21px;
    }
    span.rdv {
        font-size: 25px;
        line-height: 32px;
    }
    .slide-content .introd span {
        font-size: 16px;
        line-height: 20px;
    }
    .bloc.center-item h1 {
        font-size: 23px;
        line-height: 33px;
    }
    .slider-desktop {
        display: none;
    }
    .slider-mobile {
        display: block;
    }
}

@media screen and (min-width:601px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 18px;
    }
    .slider-desktop {
        display: block;
    }
    .slide-img.slide-01 {
        background-image: var(--img-slide-01);
    }
    .slide-img.slide-02 {
        background-image: var(--img-slide-02);
    }
    .slide-img.slide-03 {
        background-image: var(--img-slide-03);
    }
    .slide-img.slide-04 {
        background-image: var(--img-slide-04);
    }
    .slider-mobile {
        display: none;
    }
    .introd span {
        color: #323232;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
}

@media screen and (min-width:601px) and (max-width:992px) {
    .listing-btn.actualites-listing-btn .btn {
        font-size: 14px;
    }
    button#menu-back {
        margin-left: -10px;
    }
    #bloc-01 img,
    #bloc-02 img,
    #bloc-03 img,
    #bloc-04 img,
    #bloc-05 img,
    .bloc-paiement img {
        display: block;
        max-width: 450px;
        margin: 0 auto;
    }
    .index-page h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .index-page h3 {
        font-size: 28px;
        line-height: 32.4px;
    }
    img.header-only {
        max-width: 255px;
    }
    .card.prestations-card {
        max-width: 70%;
        margin: 0 auto;
    }
    .bloc.center-item h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .slide-img .container .bloc {
        height: 470px;
        padding: 15px;
        background: rgba(255, 255, 255, 0.8);
    }
}

@media screen and (min-width:993px) {
    .slick-list .slick-track .slick-slide:nth-child(1) .slide-img,
    .slick-list .slick-track .slick-slide:nth-child(4) .slide-img {
        background-position: top;
    }
    #bloc-04 .row {
        padding-top: 24px;
    }
    .tel-footer span {
        margin-left: 3px;
    }
    .tel-footer1 svg {
        margin-left: 0px;
        margin-right: 13px;
    }
    .tel-footer2 svg {
        margin-left: -1px;
        margin-right: 9px;
    }
    .index-page h3 {
        margin-bottom: -5px;
    }
    div#bloc-01 {
        padding-top: 0;
    }
    .card-content .btn-contact .btn:hover {
        background-color: var(--primary-color-40);
    }
    .index-page h2 {
        font-size: 28px;
        line-height: 38px;
    }
    footer ul.reset a:hover {
        opacity: 0.7;
    }
    a.btn-honorair:hover {
        background: #397F93;
    }
    .listing-btn.actualites-listing-btn .btn:hover,
    .encart-btn.actualites-encart-btn .btn:hover {
        background: #fff;
    }
    footer nav a:hover,
    .brand:hover,
    address a:hover {
        opacity: 0.7;
    }
    .card-title.actualites-card-title a:hover {
        color: var(--primary-color);
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 50%!important;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 22px;
    }
    .card.actualites-card:hover {
        border: 1px solid rgba(155, 185, 195, 1);
        box-shadow: 0px 0px 16px 0px rgba(5, 81, 105, 0.24);
        transition: 0.4s;
    }
    .card.prestations-card {
        transition: 0.4s;
    }
    .card.prestations-card:hover {
        border: 1px solid rgba(155, 185, 195, 1);
        box-shadow: 0px 0px 16px 0px rgba(5, 81, 105, 0.24);
        transition: 0.4s;
    }
    .paiements {
        max-width: 59.2%;
    }
    .index-page h2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    #encart-actualites .slick-next {
        right: 5%;
    }
    #encart-actualites .slick-prev {
        left: 5%;
    }
    .bloc-paiement {
        display: flex;
        position: relative;
        max-width: 1096px;
        margin: 0 auto;
    }
    .encart-paiement img {
        position: absolute;
        right: -2%;
        z-index: -1;
        top: -10%;
    }
    .points-forts.section {
        border-bottom: 1px solid #969696;
        padding-bottom: 0rem;
        padding-top: 100px;
    }
    .bloc.center-item {
        /* background: rgba(255, 255, 255, 0.8); */
        padding: 32px;
    }
    .header-content {
        padding-top: 16px;
    }
    .header-content .nav ul {
        display: flex;
        justify-content: space-evenly;
        padding-left: 0.75rem;
    }
    .header-content .nav ul li:hover>a {
        color: #fff;
        background-color: #055169;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        color: #000;
    }
    .encart-paiement {
        /* position: relative; */
        margin-top: 118px;
    }
    .encart-paiement:before {
        position: absolute;
        content: url(../assets/gifs/fond-paiement.jpg);
        right: -68%;
        z-index: -1;
    }
    .tel-footer {
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
    footer .section.section2 {
        border-top: 1px solid #969696;
        padding-top: 0;
        padding-bottom: 0;
    }
    footer nav a {
        color: #2662D7!important;
        font-size: 14px;
        text-decoration: underline!important;
        font-family: var(--secondary-font);
        line-height: 18.2px;
    }
    .siret {
        color: #323232;
        font-size: 14px;
        font-family: var(--secondary-font);
    }
    footer ul.reset {
        margin-top: 24px;
    }
    div#encart-actualites {
        position: relative;
        padding-top: 0;
    }
    div#encart-actualites:before {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: #969696;
        top: 60px;
    }
    #encart-prestations:before {
        position: absolute;
        content: "";
        border-bottom: 1px solid #969696;
        height: 1px;
        width: 100%;
        bottom: calc(50% - 35px);
    }
    #encart-prestations {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -1%;
    }
    .points-forts .title-2 {
        width: 50%;
    }
    .point-fort.slick-point-fort {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .points-forts .container {
        display: flex;
        justify-content: space-between;
    }
    #bloc-03 .col-right {
        padding: 48px 60px;
        position: relative;
        margin-top: -7%;
    }
    div#bloc-03 {
        position: relative;
    }
    div#bloc-03 {
        margin-top: 253px;
    }
    div#bloc-03:before {
        position: absolute;
        content: "";
        background: #055169;
        width: 500%;
        height: 644px;
        z-index: -1;
        top: 83px;
        left: -422%;
    }
    div#bloc-01,
    #bloc-02 {
        position: relative;
        padding-bottom: 0;
        padding-top: 118px;
    }
    div#bloc-01:before {
        position: absolute;
        content: "";
        background: #0C3757;
        right: -475%;
        width: 500%;
        height: 100%;
        z-index: -1;
        top: 0;
    }
    div#bloc-02:before {
        position: absolute;
        content: "";
        background: #0C3757;
        left: -475%;
        width: 500%;
        height: 56%;
        z-index: -1;
        top: 55px;
    }
    .master .introd {
        position: relative;
    }
    .master .introd:before {
        background: #CDDCE1;
        position: absolute;
        content: "";
        bottom: 0;
        left: -5000px;
        width: 950%;
        height: 40px;
        z-index: -1;
    }
    .master {
        position: absolute;
        bottom: 0;
        z-index: 3;
        margin-left: -1.75rem;
    }
    .slider-mobile {
        display: none;
    }
    .slide-img .container {
        display: flex;
        align-items: center;
        min-height: 625px;
    }
    .slide-img {
        min-height: 625px;
    }
    .main-header-content {
        background: #0C3757;
        color: #fff;
        margin-top: 16px;
    }
    .header-content .nav ul li a.selected {
        color: #fff;
        background: #055169;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        font-size: 13px;
    }
    .header-content #nav-container {
        margin: 0;
    }
    .header-content .nav#main-nav>ul>li>a {
        line-height: 24px;
        padding-right: 10px;
        padding-left: 10px;
        font-family: var(--secondary-font);
        font-weight: 400;
        font-size: 14px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .slider-slick {
        height: 625px;
    }
    .slide-img .container .bloc {
        height: 338px;
        display: flex;
        align-items: center;
        max-width: 760px;
        justify-content: center;
    }
    .prest-mobile {
        display: none;
    }
    .row-adresse {
        display: none!important;
    }
}

@media screen and (min-width:1200px) {
    div#bloc-05:before {
        position: absolute;
        content: "";
        background: #055169;
        left: -475%;
        width: 500%;
        height: 75%;
        z-index: -1;
        top: 0;
    }
    div#bloc-04,
    #bloc-05 {
        position: relative;
    }
    div#bloc-04:before {
        position: absolute;
        content: "";
        background: #055169;
        right: -475%;
        width: 500%;
        height: 51%;
        z-index: -1;
        top: 185px;
    }
    #bloc-02 img {
        max-width: 536px;
    }
    .index-page h2 {
        font-size: 40px;
        line-height: 48px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    #encart-actualites .slick-next {
        right: 12%;
    }
    #encart-actualites .slick-prev {
        left: 12%;
    }
    .paiements {
        max-width: 59.2%;
    }
    #encart-prestations {
        margin-top: -2%;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        font-size: 14px;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding-right: 18px;
        padding-left: 18px;
        font-size: 15px;
    }
}

.left-align .btn {
    color: #000;
}

@media screen and (min-width:1440px) {
    div#bloc-05:before {
        height: 100%;
    }
    div#bloc-04:before {
        height: 74%;
    }
    #bloc-05 img {
        margin-left: -4.75rem;
    }
    #bloc-04 img,
    #bloc-05 img {
        max-width: 708px;
    }
    div#bloc-02:before {
        top: 7%;
        height: 100%;
    }
    #encart-actualites .slick-next {
        right: 19%;
    }
    #encart-actualites .slick-prev {
        left: 19%;
    }
    #encart-prestations {
        margin-top: -8.5%;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        font-size: 15px;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding-right: 22px;
        padding-left: 22px;
        font-size: 16px;
    }
}

.tel-header .btn-rdv {
    margin-left: 15px;
}

.bloc .btn-rdv {
    margin-top: 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#encart-prestations {

    margin-top: 80px;
    margin-bottom: 80px;
}


.slide-img.slide-01 {
    background-image: var(--img-slide-01);
}
.slide-img.slide-02 {
    background-image: var(--img-slide-02);
}
.slide-img.slide-03 {
    background-image: var(--img-slide-03);
}
.slide-img.slide-04 {
    background-image: var(--img-slide-04);
}