:root {
    --primary-h: 105;
    /* hue */
    --primary-s: 45%;
    /* saturation */
    --primary-l: 34%;
    /* luminosity */
    --accent-h: 82;
    /* hue */
    --accent-s: 56%;
    /* saturation */
    --accent-l: 64%;
    /* luminosity */
    --text-h: 90;
    /* hue */
    --text-s: 3%;
    /* saturation */
    --text-l: 43%;
    /* luminosity */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 98%;
    /* luminosity */
    --primary-font: 'Lato', sans-serif;
    --secondary-font: 'Roboto', 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-30);
    --border-radius: 2rem;
    --button-border-radius: 0;
    --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');
}

.text-infos {
    padding: 1rem 0;
    background: #F7FAF4;
}

.points-forts {
    padding: 32px 0;
    background: #F1F7ED;
}

.slider-slick .slick-slider {
    margin-bottom: 0;
}

.encart-points-forts img {
    margin-right: 10px;
    display: inline-block;
}

.encart-points-forts {
    font-weight: 400;
    line-height: 150%;
    color: #2D2A2A;
}


/* BRAND */


/* ===== */

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

.fil-ariane .first {
    display: inline-block;
}

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

.paginationControl a {
    text-decoration: none;
}

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

.fil-ariane,
#fil_ariane {
    margin-bottom: 3rem;
}

.catalogue-detail-images-container .col:not(:first-child) {
    width: 33.333333333333333%;
    flex-grow: inherit;
    flex-basis: inherit;
}

.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
    margin-bottom: 3rem;
}

#encart-contact .col {
    margin-bottom: 1rem;
}

#encart-contact .card {
    border: 1px solid var(--secondary-color);
    padding: 1rem;
    border-radius: 12px;
    height: 100%;
}

#encart-contact .title-5.bold {
    height: 2rem;
}

#encart-contact .card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

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

.contact-page iframe {
    min-height: 350px;
}

.fancy-box-body .brand .row {
    justify-content: center;
}

.plan-site .sitemap-nav ul li a {
    margin-bottom: .5rem;
    display: inline-block;
}

#mess_newsletter {
    color: hsl(0 100% 42% / 1);
    display: block;
    margin-top: 1rem;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
    display: none;
}

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

.contact-page .s-middle {
    flex-wrap: nowrap;
    height: 100%;
}

#input_newsletter,
#input_newsletter::placeholder,
#input_newsletter:focus {
    color: #000;
    opacity: 1;
}

.contact-page .s-stretch {
    flex-wrap: nowrap;
}

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

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

.actualites-listing #fil_ariane {
    margin-bottom: 0rem;
}

.btn-politic-contact {
    margin-top: 1rem;
}

.card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 601px) and (max-width: 992px) {
    .slide-img.slide-01 {
        background-position-x: right!important;
    }
    #bloc-01 img,
    #bloc-02 img,
    #bloc-03 img,
    #bloc-04 img,
    #bloc-05 img,
    #bloc-06 img,
    #bloc-07 img {
        margin: auto;
        width: 40%;
    }
    .sc-content img {
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
        width: 70%;
        object-fit: cover;
    }
    .catalogue-detail a.lightbox,
    .catalogue-detail a.lightbox img {
        display: block;
        width: 70%!important;
        margin: auto;
        height: auto;
    }
    .detail-actu-image a {
        width: 70%!important;
        margin: auto;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    .header-content .nav ul li a.selected {
        color: hsl(105 45% 31% / 1);
    }
    .sticky-header .menu-mobile {
        box-shadow: 0px 4px 4px rgba(40, 47, 61, 0.1);
    }
    .menu-mobile {
        background-color: #FFFFFF;
    }
    .menu_opened .menu-mobile {
        height: 3.5rem;
        background-color: var(--primary-color-darken);
    }
    footer {
        text-align: center;
    }
    .footer-row-contact svg {
        margin-bottom: .5rem;
    }
    .footer-row-contact {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .prestations-card {
        max-width: 448px;
        margin: auto;
    }
    .prestations-card-content {
        padding: 1.5rem;
    }
    .fold-row-tel {
        display: flex;
        align-items: center;
    }
    .fold-row-tel svg {
        margin-right: 10px;
    }
    .slide-content .btn-devis {
        display: none;
    }
    h1.h1-geoloc span,
    .title-1.h1-geoloc span {
        font-size: 19px;
    }
    #mess_newsletter {
        text-align: center;
    }
    footer nav li {
        margin-bottom: .5rem;
    }
    #bloc-01 img,
    #bloc-02 img,
    #bloc-03 img,
    #bloc-04 img,
    #bloc-05 img,
    #bloc-06 img,
    #bloc-07 img {
        display: block;
        margin: auto;
        margin-bottom: 1.5rem!important;
    }
    .header-content .nav ul li a {
        font-size: 16px;
        border-bottom: solid 1px #ebebeb;
    }
    .sous_menu.selected.opened a {
        background-color: transparent!important;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        left: 22px;
    }
    .contact-page .index-contact .tel {
        display: none;
    }
    h1 {
        font-size: 23px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 19px;
    }
    footer .brand .row {
        justify-content: center;
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 100%!important;
    }
    .index-contact {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
}

a.btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    padding: .75rem 1.5rem;
}

h1,
h2,
h3,
.title-2 {
    font-weight: 700;
    line-height: 120%;
    color: #2D2A2A;
    margin: 0;
}

h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.title-2 {
    margin-bottom: 40px;
}

@media screen and (max-width:1225px) and (min-width: 993px) {
    .header-content .nav ul li a {
        font-size: 12px;
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .header-content .btn-devis a {
        padding: 0.75rem 1rem;
    }
    .header-content address a {
        font-size: 15px;
    }
}

.prestations-card {
    background: #F1F7ED;
}

.prestations-card-content {
    color: #2D2A2A;
    padding-left: 1.5rem;
}

.prestations-card-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2D2A2A;
    text-decoration: none;
}

.prestations-card-title {
    margin-bottom: .5rem;
}

.prestations-card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 1rem;
}

.prestations-card-content li {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 1.5rem;
    position: relative;
    margin-left: 21px;
}

.prestations-card-content li::before {
    position: absolute;
    content: url(../assets/gifs/before-li.png);
    width: 16px;
    height: 17px;
    top: calc(50% - 9px);
    left: -21px;
}

.prestations-card-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2D2A2A;
}

.prestations-card-content ul {
    list-style: none;
    padding-left: 0;
}

.actualites-card-image {
    height: 250px;
}

.actualites-card-image img {
    display: block;
    height: 100%;
    width: 100%;
}

.actualites-card {
    background: #FFFFFF;
}

.actualites-card-content {
    padding: 1.5rem 1.5rem 28px;
}

.actualites-card-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2D2A2A;
    text-decoration: none;
}

.actualites-card-title {
    height: 48px;
    overflow: hidden;
    margin-bottom: .5rem;
}

.actualites-card-text {
    font-weight: 400;
    line-height: 150%;
    color: #2D2A2A;
    margin-bottom: 20px;
}

.actualites-card-link a,
.actualites-listing-btn a {
    font-weight: 400;
    line-height: 150%;
    color: #2D2A2A!important;
    padding: 0!important;
    border: none!important;
    text-decoration: underline!important;
}

footer {
    background: #F1F7ED;
    color: #2D2A2A;
}

.newsletter label {
    display: none;
}

.newsletter {
    padding: 1rem!important;
}

footer {
    font-weight: 400;
    line-height: 130%;
    color: #2D2A2A;
}

footer nav a {
    text-decoration: underline!important;
}

#submit_newsletter:hover {
    background-color: var(--primary-color);
}

.slick-dots li.slick-active button .slick-dot-icon {
    color: #A5BE9D;
}

@media screen and (min-width: 993px) {
    footer {
        margin-top: 86px;
    }
    .encart-avis {
        padding-top: 86px;
    }
    .footer-bloc-2 {
        font-size: 14px;
    }
    .contact-page h1 {
        font-size: 34px;
    }
    .footer-row-contact {
        display: flex;
        align-items: center;
        margin-bottom: .5rem;
    }
    .footer-row-contact svg {
        margin-right: 10px;
    }
    .prestations-card-content {
        width: 60%;
    }
    .prestations-card-image {
        width: 40%;
    }
    #bloc-03 {
        padding-top: 64px;
        padding-bottom: 86px;
    }
    #bloc-01 {
        padding-top: 118px;
        padding-bottom: 118px;
    }
    #bloc-02 {
        padding: 0;
        margin-bottom: 65px;
    }
    #bloc-02 .container {
        width: 100%;
        max-width: 1440px;
        background: #F7FAF4;
    }
    #encart-prestations .container {
        width: 76%;
        max-width: 1096px;
    }
    .prestations-card {
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
    }
    .header-content .nav ul li a {
        font-weight: 400;
        line-height: 150%;
    }
    h1.h1-geoloc span,
    .title-1.h1-geoloc span {
        font-size: 25px;
    }
    h2,
    .title-2 {
        font-size: 40px;
    }
    .header-content {
        padding-top: 4px;
        background: #F1F7ED;
    }
    .header-row-tel {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }
    .header-row-tel svg {
        margin-right: 10px;
    }
    header .devis-link {
        display: none;
    }
    address a:hover,
    header .brand .col:hover,
    footer .brand:hover img,
    footer .footer-bloc-1 a:hover,
    footer .footer-bloc-2 a:hover,
    footer .white-text nav a:hover,
    #fil_ariane a:hover,
    .paginationControl a:hover,
    #encart-prestations .card-image a:hover,
    .catalogue-listing .card-image a:hover,
    .catalogue-listing .card-content a:hover,
    .catalogue-detail-images-container a:hover,
    .catalogue-card-title a:hover,
    .actualites-listing-card-image a:hover,
    .actualites-encart-card-image a:hover,
    .actualites-card-title a:hover,
    .actualites-listing-card-content a:hover,
    .catalogue-card-image a:hover,
    .insta-name a:hover,
    footer .reset a:hover,
    .prestations-card-title a:hover,
    .actualites-card-link a:hover,
    .actualites-listing-btn a:hover,
    .actualites-encart-btn a:hover {
        opacity: .5!important;
    }
    .sc-content img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        object-fit: cover;
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 50%!important;
    }
    .index-contact {
        display: none!important;
    }
}

.actualites-encart-btn a {
    background-color: #EDF2EB!important;
    color: #2D2A2A!important;
}

@media screen and (max-width: 600px) {
    .index-page h1 {
        font-size: 40px;
        margin-top: -14rem
    }
    #submit_newsletter {
        margin-top: 1rem;
    }
    .fold-row-tel {
        justify-content: center;
        margin-bottom: 12px;
    }
    .slide-img.slide-01 {
        background-image: url(../assets/gifs/slider/slide-mobile.jpg);
    }
    .sc-content #relance ul li {
        margin-bottom: .5rem;
    }
    .bloc-horaires {
        margin-top: 1rem;
    }
    .fancy-box-body h2 {
        font-size: 18px;
    }
    .index-contact .tel {
        text-align: center;
        display: block;
        margin: auto;
    }
}

.slide-img,
.slide-img .container .bloc {
    height: 625px;
}

.slide-img .container .bloc {
    display: flex;
    align-items: flex-end;
}

.fold-index,
.slider-slick {
    height: auto;
}

.slide-content .btn-devis {
    margin-top: 1.5rem;
}

.slider-slick {
    display: block;
}

.footer-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2D2A2A;
    margin-bottom: 20px;
}

.newsletter .footer-title {
    margin-bottom: 1.5rem;
}

.newsletter {
    background: #EDF2EB;
}

.newsletter .label {
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    color: #2D2A2A;
    margin-bottom: 1.5rem;
}

#submit_newsletter {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

@media screen and (min-width: 601px) {
    .index-page h1 {
        font-size: 48px;
    }
    #input_newsletter {
        border: none;
        height: 34px;
    }
    .newsletter {
        max-width: 500px;
        margin: auto!important;
    }
    #submit_newsletter {
        width: 110px;
    }
    .newsletterInput {
        display: flex;
        align-items: center;
        background-color: #fff;
    }
    .slide-img .container .bloc {
        align-items: center;
    }
    .slide-img.slide-01 {
        background-image: var(--img-slide-01);
    }
    .recherche_actu #input_recherche_actu {
        width: calc(100% - 10.25rem)!important;
    }
    .btn:not(.fluid) {
        width: auto;
    }
}

.contact-page h1,
.contact-page p.intro {
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s;
    z-index: 100;
}

.sticky-header .sticky.scroll_down {
    transform: translateY(-100%);
}

.avis-card .avis-card-text {
    width: 80%;
    margin-left: auto;
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2D2A2A;
}

.avis-encart-card .row {
    flex-wrap: nowrap;
}

.avis-encart-card-date {
    font-size: 12px;
    color: #2D2A2A;
}

.avis-encart-card {
    background: #F9FCF8;
    /* Main Color/200 */
    border: 1px solid #F7FAF4;
    border-radius: 5px;
    padding: 1rem;
    margin: auto;
}

.avis-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 175%;
    color: #2D2A2A;
    opacity: 0.8;
    margin-top: .5rem;
}

.encart-avis .show-more {
    display: none;
}

.encart-avis div.slick-slide.slick-active>div>div>div>div>div.row.s-top.s-start>div:nth-child(1)>img {
    margin-top: -.15rem;
}

encart-avis .show-more {
    display: none;
}

.encart-avis div.slick-slide.slick-active>div>div>div>div>div.row.s-top.s-start>div:nth-child(1)>img {
    margin-top: -.15rem;
}


footer .coordonnee-mail a, header .coordonnee-mail a{

    color: inherit;
    text-decoration: none;
}

footer .material-icons , header .material-icons {

    color: #91948E;
}
body.catalogue-listing main .tri-realisations{
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  body.catalogue-listing main .tri-realisations a{
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  body.catalogue-listing main .tri-realisations a:not(:last-child){
    margin-right: 10px;
  }
  @media screen and (max-width: 600px) {
    body.catalogue-listing main .tri-realisations a:not(:last-child){
      margin-right: 0;
    }
  }