:root {
    --primary-h: 30;
    /* hue */
    --primary-s: 55%;
    /* saturation */
    --primary-l: 91%;
    /* luminosity */
    --accent-h: 30;
    /* hue */
    --accent-s: 100%;
    /* saturation */
    --accent-l: 76%;
    /* luminosity */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 15%;
    /* luminosity */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* luminosity */
    --primary-font: 'Lora', serif;
    --secondary-font: 'Saira Semi Condensed', sans-serif;
    --h1-font-size: 3rem;
    --h2-font-size: 2rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --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');
}

.map-index {
    position: relative;
}

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

#bloc-01 img,
#bloc-02 img,
#bloc-04 img {
    border-radius: 16px 0px 0px 16px;
}

#bloc-03 img {
    border-radius: 0px 16px 16px 0px;
}

.right-align .btn-contact .btn,
.card-content .btn-contact .btn {
    color: #000;
}

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

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

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

#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%);
}

.contact-page .fold {
    display: none;
}

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

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

#encart-prestations .slick-dots li.slick-active button .slick-dot-icon {
    color: #A67443;
    opacity: 1;
}

#encart-prestations .slick-dots li.slick-active button .slick-dot-icon:before {
    border: 0;
    font-size: 17px;
}

#encart-prestations .slick-dots li button .slick-dot-icon:before {
    font-size: 12px;
    border: 0.1px solid #fff;
    border-radius: 50%;
}

footer {
    background: #E2BD98;
    text-align: center;
}

footer address br {
    display: none;
}

div#encart-actualites {
    position: relative;
}

div#encart-actualites:before {
    position: absolute;
    content: "";
    bottom: -53%;
    width: 100%;
    background: #F5E9DD;
    height: 530px;
    z-index: -1;
    left: 0;
}

.map-index a.lien-maps.gtm-global-adresse {
    position: relative;
    margin-bottom: 64px;
    display: block;
}

.map-index a.lien-maps.gtm-global-adresse:before {
    position: absolute;
    content: "";
    background: #CF9154;
    bottom: -32px;
    width: 304px;
    height: 1px;
}

#encart-prestations .slick-dots li button .slick-dot-icon {
    border: 1px solid #fff;
}

#encart-actualites .slick-dots li button .slick-dot-icon,
#encart-prestations .slick-dots li button .slick-dot-icon {
    color: #D9A776;
    opacity: 1;
}

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

.card-title.actualites-card-title a {
    color: #291D11;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    font-family: var(--secondary-font);
}

.card-title.actualites-card-title {
    margin-bottom: 8px;
}

a.btn-actua {
    color: #291D11;
    font-size: 16px;
    line-height: 150%;
}

.map-index address br {
    display: none;
}

.map-index .title-3 {
    margin: 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 5px;
}

.map-index .col.s12.l5 {
    background: #ECD3BB;
}

.name.avis-name.card-name.avis-card-name {
    color: #49565E;
    font-size: 18px;
    font-weight: 700;
    line-height: 175%;
}



.date.avis-date {
    color: #49565E;
    font-size: 12px;
    margin-left: -23px;
}

.card.avis-card {
    background: #fff;
    border: 1px solid #D4E8F3;
    border-radius: 8px;
    padding: 16px;
}

.card-text.avis-card-text.avis-encart-card-text {
    width: 80%;
    margin-left: auto;
    height: 72px;
    overflow: hidden;
    color: #49565E;
    line-height: 150%;
}

div#encart-actualites .container2 {
    max-width: 872px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    margin-left: auto;
    margin-right: auto;
}

.card-text.actualites-card-text {
    max-width: 600px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 150%;
}

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

.encart-btn.actualites-encart-btn .btn,
.actualites-listing-btn .btn {
    border: 0;
    background: #F5E9DD;
    font-weight: 700;
    padding: 12px 8px;
}

#encart-actualites .bloc-actualite {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
}

.card-content.actualites-card-content {
    border: 1px solid #E2EFF7;
    padding: 24px;
}

#bloc-02 a,
#bloc-04 a {
    color: #090909;
}

#encart-prestations img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

a.btn-prest svg {
    margin-left: 5px;
}

#encart-prestations {
    position: relative;
    padding-bottom: 6rem;
}

#encart-prestations:before {
    position: absolute;
    content: "";
    background-color: #E2BD98;
    width: 100%;
    height: 504px;
    bottom: 0;
    z-index: -1;
}

.prestations-card-title.prestations-encart-card-title a {
    color: #090909;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
    text-decoration: none;
    line-height: 120%;
    margin-bottom: 12px;
    display: inline-block;
}

#encart-prestations a.btn-prest {
    color: #090909!important;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: self-end;
}

.prestations-encart-card-content {
    background: #F5E9DD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card.prestations-card.prestations-encart-card {
    max-width: 424px;
    margin: auto;
}

.consultation .title-2,
#encart-prestations .title-2,
#encart-actualites .title-2,
.encart-avis .title-2 {
    font-size: 40px;
    line-height: 120%;
}

.emaill address.coordonnee-mail a {
    color: #291D11;
}

.title-2 {
    font-weight: 700;
    line-height: 120%;
    font-family: var(--secondary-font);
}

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

.emaill svg {
    margin: 0;
    margin-right: 10px;
}

#bloc-01 h1 {
    color: #090909;
    font-weight: 700;
    max-width: 400px;
    font-size: 48px;
    line-height: 57.6px;
    margin: 0;
}

.consultation.section {
    background: #F5E9DD;
}

.consultation .container {
    text-align: center;
}

.emaill {
    display: flex;
    align-items: center;
}

header .btn-contact .btn,
.map-index .btn-contact .btn {
    padding: 12px 25.2px;
    color: #090909;
    font-weight: 700;
    border-radius: 0;
}

.container {
    max-width: 1440px;
}


/* BRAND */


/* ===== */

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

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

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

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

@media screen and (max-width:992px) {
    span.menu-title.col.white-text {
        color: #000;
    }
    div#gtm-tap-bar-contact a,
    div#gtm-tap-bar-contact span {
        color: #000;
    }
    .map-index .btn-contact {
        margin-top: 15px;
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 100%!important;
    }
    .menu_opened .menu-mobile {
        height: 3.5rem;
    }
    .slide-img.slide-01:before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/forme-hero-mobile.png);
        left: 0;
        width: 100%;
        height: 296px;
        bottom: 0;
    }
    #bloc-01 h1 {
        position: absolute;
        bottom: 38px;
        left: 13px;
        font-size: 36px;
        line-height: 40px;
    }
    button#menu-burger {
        background: #F5E9DD;
        color: #bb7835;
    }
    .row-adresse {
        padding-bottom: 10px;
    }
    .menu-mobile {
        background-color: #CF9154;
        height: 5rem;
    }
    .fold {
        background: #CF9154;
    }
    .tel-mobile {
        display: flex;
        align-items: center;
        padding: 20px 0 10px 0;
        justify-content: center;
    }
    .tel-mobile span {
        font-size: 16px;
        margin-right: 8px;
    }
    div#gtm-tap-bar-map {
        background: #000;
    }
    div#gtm-tap-bar-tel {
        background: #000;
    }
    footer .section {
        padding-bottom: 0;
    }
    .section.section2 {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    footer nav a {
        margin: 0.5rem 0;
        display: block;
    }
    .row.row-2 {
        display: flex;
        flex-direction: column;
    }
    .tel-footer svg {
        margin-bottom: 0.5rem;
    }
    footer p {
        margin: 0;
    }
    .tel-footer {
        margin-top: 0.5rem;
    }
    .map-index .col.s12.l5 {
        padding: 20px;
        margin-top: 15px;
    }
    .header-content .nav ul li a.selected {
        color: #000;
        background-color: var(--primary-color-90);
    }
    nav#topbar-nav {
        display: none;
    }
    .header-content .btn-contact {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .consultation p {
        margin: 0;
    }
    .emaill {
        margin: 10px 0;
    }
    .slide-img.slide-01 {
        background-image: url(../assets/gifs/slider/slide-mobile.jpg);
        background-position: top;
    }
    h1,
    .title-1 {
        font-size: 24px;
    }
    h1 span,
    .title-1 span {
        font-size: 22px!important;
    }
    h2,
    .title-2 {
        font-size: 20px;
    }
    h3,
    .title-3 {
        font-size: 18px;
    }
    .row-horair {
        margin-top: 20px;
    }
    .fold .slider-slick {
        display: block;
    }
}

@media screen and (min-width:601px) {
    .slide-img.slide-01 {
        background-image: url(../assets/gifs/slider/slide-01.jpg);
    }
    .recherche_actu #recherche_actu_submit {
        margin-left: 0!important;
    }
    h1,
    .title-1 {
        font-size: 26px;
    }
    h1 span,
    .title-1 span {
        font-size: 24px!important;
    }
    h2,
    .title-2 {
        font-size: 22px;
    }
    h3,
    .title-3 {
        font-size: 20px;
    }
    .bloc-sociaux {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width:601px) and (max-width:992px) {
    #bloc-03 .bloc-img,
    #bloc-02 .bloc-img,
    #bloc-04 .bloc-img {
        position: relative;
        max-width: 424px;
        margin: auto;
    }
    #bloc-03 .bloc-img:before {
        bottom: 0;
        position: absolute;
        content: "";
        width: 100%;
        right: -26px;
        height: 100%;
        background-image: url(../assets/gifs/formes-img-2.png);
    }
    #bloc-02 .bloc-img:before,
    #bloc-04 .bloc-img:before {
        bottom: 0;
        position: absolute;
        content: "";
        width: 424px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #bloc-02 .bloc-img:before {
        height: 100%;
        background-image: url(../assets/gifs/formes-img-1.png);
        border-radius: 16px 0px 0px 16px;
    }
    #bloc-04 .bloc-img:before {
        background-image: url(../assets/gifs/formes-img-3.png);
        height: 100%;
    }
    #bloc-02 .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .sc-content img {
        display: block;
        margin: 0 auto;
        width: 70%;
        object-fit: cover;
    }
    #bloc-01 img,
    #bloc-02 img,
    #bloc-03 img,
    #bloc-04 img {
        max-width: 450px;
        margin: auto;
        display: block;
    }
}

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

.paginationControl a {
    text-decoration: none;
}

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

.sc-content #relance ul li a {
    text-decoration: underline;
    color: hsl(30deg 72.37% 38.91%)!important;
}

@media screen and (min-width:993px) {
    .map-index p {
        margin: 0;
    }
    .map-index.section>div>div>div.col.s12.l5>div:nth-child(5) {
        margin: 24px 0;
    }
    .map-index .btn-contact {
        margin-top: 8px;
    }
    #bloc-02 h2,
    #bloc-03 h2,
    #bloc-04 h2 {
        margin-bottom: -8px;
    }
    .header-content .nav#main-nav>ul>li>a:hover {
        background-color: #F5E9DD;
        color: #291D11;
    }
    .map-index.section {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    #bloc-02 {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }
    .sc-content .ac-doubleColonne {
        align-items: center!important;
    }
    .map-index a.lien-maps.gtm-global-adresse:hover {
        opacity: 0.7;
    }
    .prestations-card-image a {
        display: block;
    }
    .prestations-card-image a:hover {
        border: 1px solid var(--accent-color);
        border-radius: 8px;
        transition: 0.4s;
    }
    .prestations-card-title.prestations-encart-card-title a:hover {
        color: var(--accent-color);
    }
    #encart-prestations .slick-dots {
        bottom: -5rem;
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 50%!important;
    }
    #bloc-01 h1 {
        max-width: 536px;
    }
    #bloc-01 h1 {
        position: relative;
    }
    h1,
    .title-1 {
        font-size: 28px;
    }
    h1 span,
    .title-1 span {
        font-size: 26px!important;
    }
    h2,
    .title-2 {
        font-size: 24px;
    }
    h3,
    .title-3 {
        font-size: 22px;
    }
    .contact-page iframe {
        height: 350px;
    }
    .brand:hover,
    footer a:hover {
        opacity: 0.7;
    }
    .card-title.actualites-card-title a:hover {
        color: var(--accent-color);
    }
    .encart-btn.actualites-encart-btn .btn:hover,
    .actualites-listing-btn .btn:hover {
        color: var(--accent-color);
    }
    .tel-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 20px;
    }
    .bloc-img {
        position: relative;
    }
    footer .brand {
        margin-bottom: 22px;
    }
    footer .section2 {
        padding-bottom: 1rem;
    }
    footer .row-3 {
        max-width: 978px;
        margin: auto;
        border-top: 1px solid #A67443;
    }
    .siret {
        font-size: 14px;
    }
    footer nav a {
        font-size: 14px;
        text-decoration: underline!important;
    }
    .row.row-2 {
        max-width: 908px;
        margin: auto;
        text-align: center;
        justify-content: center;
    }
    .tel-footer svg {
        margin-right: 8px;
    }
    .map-index .col.s12.l5 {
        max-width: 424px;
        height: 448px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px;
    }
    .map-index .col.s12.l7 {
        max-width: 648px;
        height: 448px;
        padding-right: 24px;
    }
    .map-index .container {
        height: 448px;
        position: relative;
        max-width: 1096px;
        margin: auto;
    }
    .map-index iframe {
        height: 448px;
    }
    .map-index:before {
        position: absolute;
        content: "";
        border-radius: 0px 16px 16px 0px;
        background: #F5E9DD;
        width: 708px;
        height: 544px;
        left: -172px;
        z-index: -1;
        top: 10px;
    }
    div#encart-actualites {
        margin-top: 5rem;
    }
    .consultation .title-2 {
        margin: 0;
        margin-bottom: -12px;
    }
    .slider-slick {
        position: relative;
    }
    .slide-img.slide-01:before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/bg-slide.png);
        left: 0;
        width: 100%;
        height: 100%;
    }
    div#bloc-01.section {
        padding: 0;
    }
    .slide-img .container {
        min-height: 526px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .consultation .container {
        max-width: 648px;
        margin: auto;
    }
    .slide-img {
        min-height: 526px;
    }
    .slider-slick {
        height: 526px;
    }
    .header-content .nav ul li a.selected {
        background-color: #F5E9DD;
        color: #291D11;
    }
    header li#contact {
        display: none;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding-right: 6px;
        font-size: 12.5px;
        padding-left: 7px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    div#nav-container {
        display: flex;
        align-items: center;
    }
    .header-content .container {
        width: 97%;
    }
    .header-content {
        background: #ECD3BB;
        padding: 0.5rem 0;
    }
    .fold .row-adresse {
        display: none;
    }
    header .top-bar {
        display: none;
    }
}

@media screen and (min-width:1280px) {
    #bloc-02 .bloc-img,
    #bloc-04 .bloc-img {
        max-width: 708px;
        /* margin-left: 63px; */
        /* display: block; */
    }
    #bloc-03 img,
    #bloc-03 .bloc-img {
        max-width: 596px;
        margin-left: -36px;
    }
    div#bloc-02 img,
    #bloc-04 img {
        max-width: 708px;
        margin-left: 73px;
    }
    .header-content .container {
        width: 95%;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding-right: 8px;
        font-size: 14px;
        padding-left: 8px;
    }
}

@media screen and (min-width:993px) and (max-width:1380px) {
    header .brand img{
        width: 75px;
    }
    .header-content .nav#main-nav>ul>li>a{
        padding-left: 2px;
        padding-right: 2px;
        font-size: 12px;
    }
    header .btn-contact .btn{
        padding: 12px;
        font-size: 12px;
    }
}
@media screen and (min-width:1440px) {
    #bloc-03 .bloc-img:before {
        bottom: 0;
        position: absolute;
        content: "";
        width: 100%;
        right: -136px;
        height: 100%;
        background-image: url(../assets/gifs/formes-img-2.png);
    }
    #bloc-02 .bloc-img:before,
    #bloc-04 .bloc-img:before {
        bottom: 0;
        position: absolute;
        content: "";
        width: 100%;
        left: 73px;
    }
    #bloc-02 .bloc-img:before {
        height: 100%;
        background-image: url(../assets/gifs/formes-img-1.png);
    }
    #bloc-04 .bloc-img:before {
        background-image: url(../assets/gifs/formes-img-3.png);
        height: 536px;
    }
}

@media screen and (min-width:1920px) {
    .slide-img.slide-01:before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/bg-slide-dektop.png);
        left: 0;
        width: 100%;
        height: 100%;
    }
}