:root {
    --primary-h: 110;
    /* hue */
    --primary-s: 25%;
    /* saturation */
    --primary-l: 57%;
    /* luminosity */
    --accent-h: 60;
    /* hue */
    --accent-s: 100%;
    /* saturation */
    --accent-l: 40%;
    /* 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: 'Roboto', sans-serif;
    --secondary-font: 'Schibsted Grotesk', 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: 6px;
    --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');
}


/* BRAND */


/* ===== */

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

h1,
.title-1 {
    font-size: 22px;
    font-weight: 600;
}

h2,
.title-2 {
    font-size: 19px;
    font-weight: 600;
}

h3,
.title-3 {
    font-size: 17px;
    font-weight: 600;
}

p {
    font-size: 14px;
}

a {
    transition: .4s;
}

a:hover {
    opacity: .7;
}

.container {
    max-width: 1400px;
    /* width: 94%; */
}

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

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

.menu_opened .sticky-header .sticky.scroll_down {
    transform: translateY(0);
}

.sticky-header .sticky.scroll_up {
    transform: translateY(0);
}

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

.card.prestations-card.prestations-encart-card a {
    display: block;
    transition: .4s;
}

.card-image a {
    display: block;
    transition: .4s;
}

.card-image a:hover {
    opacity: .7;
}

.card-title a {
    transition: .4s;
}


/* .card-title a:hover, .encart-btn-savoir a:hover {
color:hsl(0deg 100% 65.95%) !important;
} */

a.lightbox:hover {
    opacity: .7;
}

.card.prestations-card.prestations-encart-card a:hover {
    opacity: .7;
}

#encart-actualites .card-image a:hover,
.masonry-item-content .card-image a:hover {
    opacity: .7;
}

#contact-footer {
    color: #14181E;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
}

.title-contact {
    font-size: 32px;
    line-height: 39px;
    margin: 56px 0;
}

.contact-bloc span {
    font-size: 20px;
    line-height: 24px;
}

.contact-bloc svg,
.contact-bloc svg path {
    fill: #282F3D;
}

.contact-bloc svg {
    margin-right: 11px;
}

.contact-bloc address a,
.contact-bloc .horaire span {
    font-size: 14px;
    line-height: 18.5px;
    font-weight: 300;
    color: #282F3D;
    padding-top: 8px;
}

#contact-footer {
    padding: 50px 0;
}

footer .section1 .row {
    align-items: flex-start;
}

footer .title-4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: #14181E;
}

.nav-footer nav ul,
footer .contact-box,
.row-nav-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
    flex-direction: column;
    padding-inline-start: 0px;
}


/* 
footer .contact-box {
  row-gap: 16px;
} */

.nav-footer nav ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.nav-footer nav ul {
    padding-inline-start: 0;
}

footer .contact-footer address a,
footer .contact-footer .horaire span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

footer .contact-footer svg,
footer .contact-footer svg path {
    fill: #282F3D;
}

footer .section2 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
}

footer .section2 .row-section2 {
    border-top: 1px solid #C1C8D6;
    align-items: center;
    max-width: max-content;
    margin: auto;
    padding-top: 16px;
}

footer .section1 .row-section1 {
    flex-wrap: nowrap;
}

.nav-footer ul.dropdown {
    display: none;
}

.nav-footer ul li.sous_menu:hover ul.dropdown {
    display: flex;
}

.nav-footer li.firstLi.sous_menu {
    position: relative;
    z-index: 0;
    transition: .4s;
}

.nav-footer ul li.sous_menu>a::after {
    content: '\e313';
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
}

.nav-footer ul li.sous_menu a::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    display: block;
    font-family: var(--icon-font);
    line-height: 0;
}

footer .btn-ordonnance {
    margin-top: 6px;
}

.contact-box {
    color: #282F3D;
    font-weight: 300;
}

footer .horaires .horaire {
    display: flex;
    align-items: center;
}

.nav-footer>ul>li>a {
    font-size: 14px;
    padding: 9px 0.75rem;
    font-weight: 300;
    color: #282F3D !important;
    /* padding-top: 1rem; */
    /* padding-right: 0.75rem; */
    /* padding-bottom: 1rem; */
    /* padding-left: 0.75rem; */
}

.nav-footer ul li.sous_menu ul.dropdown {
    position: absolute;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    max-width: 20rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: var(--background-color);
    border: solid 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.nav-footer ul li.sous_menu ul.dropdown>li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.nav-footer ul li.sous_menu ul.dropdown>li a {
    padding: 0.75rem;
    margin: 0;
}

.nav-footer ul li a {
    line-height: 1rem;
    border-bottom: none;
}

.nav-footer ul li a {
    display: block;
}

li.firstLi {
    list-style: none;
}

.nav-footer ul {
    padding-inline-start: 0;
    /* color: #FFF !important; */
}

.nav-footer ul a {
    text-decoration: none;
}

.col.nav-footer ul {
    z-index: 99 !important;
    position: relative;
    margin-bottom: 0;
}

.col.nav-footer ul li {
    list-style: none;
}


/** ARCHIVE **/

div#newsletter_iframe {
    padding: 5px 15px;
}

.paginationControl {
    text-align: center;
}

span#mess_newsletter {
    color: red;
    font-size: 14px;
    text-align: center;
}

.rappel_telephonique .brand .row.s-middle.s-start {
    margin: auto;
}

.plan-site .sitemap-nav ul li.firstLi {
    margin-top: 25px
}

header .politique {
    display: none;
}

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

ul.coordonnees.contact-page-coordonnees.reset {
    margin-bottom: 10px;
    font-size: 13px;
}

.contact-page .horaires {
    font-size: 13px;
}

ul.coordonnees.contact-page-coordonnees.reset .col {
    padding: 0px 8px;
}

.contact-page nav.fil-ariane.gtm-fil-ariane {
    margin-bottom: 15px;
}

ul.coordonnees.contact-page-coordonnees.reset .row.s-middle {
    flex-wrap: nowrap;
}

.contact-page .map-container iframe {
    min-height: 400px;
}

.contact-page .col.s12.l5.offset-l1 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

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

.politique-confidentialite .btn-contact {
    margin-top: 15px;
}

#relance ul {
    padding-inline-start: 0px;
}

.recherche_actu #recherche_actu_submit {
    margin-left: 0 !important;
}

nav#fil_ariane,
nav.fil-ariane {
    margin-bottom: 75px;
}

div#encart-contact .row .col {
    margin-top: 15px;
}

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

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

.catalogue-detail-contenu {
    margin-bottom: 20px;
}

ul.coordonnees.contact-page-coordonnees.reset .row .col:last-child svg {
    display: none;
}

.contact-page .tap-bar .tap-bar-contact a,
.contact-page .tap-bar .tap-bar-contact span {
    opacity: 1 !important;
}

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

.sitemap-nav.row .sousLi {
    margin: 20px 0;
}

#encart-actualites .card-image a,
.masonry-item-content .card-image a {
    display: block;
    transition: .3s;
    height: 100%;
}

#encart-actualites .card-image a:hover,
.masonry-item-content .card-image a:hover {
    opacity: .7;
}


/* #encart-catalogue .slick-track {
column-gap: 15px !important;
display: flex;
} */


/* .slick-partenaire {
display: flex;
justify-content: center;
align-items: center;
} */

.actualites-encart-btn a {
    color: #282F3D;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background: #ECF7EA;
}

.actualites-encart-btn a:hover,
#bloc-01 p a:hover,
#bloc-02 p a:hover,
#bloc-03 p a:hover {
    opacity: .7;
}

.actualites-encart-btn a svg {
    margin-left: 15px;
}

.rappel_telephonique .row {
    margin: auto;
    justify-content: center;
}

.rappel_telephonique {
    padding: 15px;
}

.contact-page header span.lien-maps {
    font-size: 12px;
    font-weight: 700;
    color: #282F3D;
}

.catalogue-listing .catalogue-card-title {
    margin-top: 15px;
}


/* .bloc-text img {
min-height: 500px;
} */


/**ARCHIVE**/

.titre-fournisseur {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    color: #000;
}

#bloc-01,
#bloc-02,
#bloc-03,
#bloc-04,
#bloc-05,
#bloc-06 {
    background-color: #F4F5F8;
}

header .politique,
footer .politique {
    display: none;
}

footer {
    background-color: #ECF7EA;
    font-weight: 300;
    color: #282F3D !important;
    font-size: 14px;
    line-height: 18px;
}

a.btn {
    padding: 12px 24px !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.btn-contact a {
    color: #14181E !important;
}

.buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 63px;
}

.paiement {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 16px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.paiement svg {
    margin-right: 12px;
}

#encart-prestations .container {
    position: relative;
    z-index: 0;
}


/* #encart-prestations .container {

} */

#encart-prestations .card-prestation-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 70px;
    /* max-width: 430px !important; */
    min-height: 492px !important;
    width: 58%;
    background-color: #373838;
    color: #FFFFFF;
    padding-left: 130px;
    position: relative;
    z-index: 0;
}

#encart-prestations .card-prestation-content::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    background-image: url('../assets/gifs/after-prestation.png');
    background-size: 95px 286px;
    background-position: left bottom;
}

.card-title-1,
.card-title-2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    text-decoration: none;
    color: #FFF !important;
}

.card-title-1 span,
.card-title-2 span {
    margin: 0 10px 0 20px;
}

.card-title-2 span {
    color: #FFFF00 !important;
}

#encart-prestations .title-2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 0;
}

.actualites-card-title a {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: #14181E !important;
    text-decoration: none;
}

.actualites-card-text {
    font-size: 16px;
    line-height: 24px;
    color: #282F3D;
    font-weight: 300;
    margin: 15px 0 42px 0;
}

.actualites-listing-btn a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #282F3D;
    text-decoration: none;
}

.actualites-card-content {
    background-color: #FFF;
}

.masonry-item-content .actualites-card-title {
    margin-top: 15px;
}

.contact-page footer .map-container {
    display: none;
}

.encart-btn.actualites-encart-btn.align-center {
    margin-top: 40px;
}

header .ordonnance {
    display: none;
}

.tap-bar-item,
.tap-bar-item a.tel,
.tap-bar-item a {
    color: #000 !important;
    opacity: 1 !important;
}

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

.header-content .nav ul li a.selected {
    background-color: var(--accent-color);
}

.header-content .nav ul li a:hover {
    background-color: var(--accent-color);
    opacity: 1 !important;
    border-radius: var(--button-border-radius);
}

div#encart-contact .btn-ordonnance a {
    color: #282F3D !important;
}

.btn-ordonnance a {
    color: #282F3D !important;
}

@media screen and (min-width:601px) {
    /* .slide-img .bloc {
display: flex;
align-items: center;
justify-content: center;

} */
    .slide-img .bloc {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        /* margin-left: -6%; */
        position: relative;
        background-position: left bottom;
    }
    .slide-img .bloc .slide-content {
        background-image: url('../assets/gifs/BG-info.jpg');
        background-position: center;
        background-size: cover;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        row-gap: 20px;
        background-repeat: no-repeat;
        min-width: 706px;
        min-height: 447px;
        margin-bottom: 50px;
        position: relative;
        padding: 70px;
    }
    .slide-img .bloc .slide-content::before {
        position: absolute;
        content: '';
        background: #000000;
        border-radius: 6px;
        opacity: 0.2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    /* .slide-img .bloc::before {
position: absolute;
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
background-position: left bottom;
background-image: url('../assets/gifs/BG-info.jpg');
background-repeat: no-repeat;
} */
    .slide-img.slide-01 .container {
        background-image: var(--img-slide-01);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        max-width: 1440px !important;
        width: 100% !important;
    }
    .title-slider {
        font-size: 70px;
        line-height: 90px;
        z-index: 0;
        color: #FFFFFF;
    }
    .slide-content .pt-forts {
        font-size: 24px;
        line-height: 29px;
        font-weight: 600;
        color: white;
        z-index: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 37px;
        font-family: var(--secondary-font);
    }
    .slide-content .pt-forts span svg {
        margin-right: 5px;
    }
}

@media screen and (max-width:992px) {
    .row.s-start.s-stretch {
        flex-wrap: nowrap;
    }
    h1 span {
        font-size: 16px;
    }
    .card-title.actualites-card-title.actualites-encart-card-title.line-clamp-1 {
        margin-top: 15px;
    }
    section#relance li {
        margin: 15px 0;
    }
    footer .horaires .horaire {
        flex-direction: column;
    }
    .title-contact.align-center {
        margin-top: 0;
    }
    .siret {
        margin: 15px 0;
    }
    footer .btn-ordonnance {
        margin: 20px 0 !important;
    }
    #encart-prestations .card-prestation-content {
        max-width: 430px !important;
        width: 100%;
        padding-left: 0px;
        margin: auto;
    }
    #encart-prestations .card-prestation-content::before {
        left: 0;
        background-size: 100px;
        background-position: left bottom;
    }
    .card-title-1,
    .card-title-2 {
        font-size: 20px;
        line-height: 25px;
    }
    .card-title-1 span,
    .card-title-2 span {
        margin: 0 5px 0 10px;
    }
    #encart-prestations svg {
        width: 45px;
        height: 45px;
    }
    #encart-prestations .title-2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    .card-prestation-content * {
        max-width: 320px !important;
        margin: 0 auto;
    }
    .paiement {
        flex-direction: column;
        row-gap: 15px;
    }
    .paiement svg {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .buttons {
        display: block;
        max-width: 600px;
        margin: auto;
    }
    .buttons div {
        margin: 10px 0;
    }
    header .brand .row.s-middle.s-start .col img {
        width: 160px !important;
        margin-top: -10px;
    }
    .fold .col {
        margin: 10px 0;
    }
    .titre-fournisseur {
        text-align: center;
        margin: 25px 0;
    }
    .slide-img .bloc {
        display: flex;
        justify-content: flex-start;
        margin-left: -35px;
        position: relative;
    }
    .slide-img .bloc .slide-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-width: max-content;
        min-height: auto;
        margin-bottom: 100px;
        position: relative;
        padding: 30px;
    }
    .title-slider {
        font-size: 50px;
        line-height: 60px;
    }
    .slide-content .pt-forts {
        font-size: 18px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }
    .slide-content .pt-forts span svg {
        margin-right: 10px;
        fill: white !important;
    }
    .bloc-fournisseurs.slick-initialized .slick-slide {
        text-align: center !important;
    }
    .bloc-fournisseurs img {
        width: auto !important;
        display: block;
        margin: auto !important;
    }
    .card-content.actualites-card-content.actualites-encart-card-content {
        max-width: 300px;
        margin: auto;
    }
    .card-image.actualites-card-image.actualites-encart-card-image img {
        width: 100%;
    }
    .col.nav-footer ul {
        max-width: 300px;
        margin: auto;
    }
    footer .btn-ordonnance {
        margin: 20px 0;
    }
    .contact-bloc {
        text-align: center;
    }
    .contact-bloc div {
        margin: 10px 0;
    }
    .contact-bloc svg {
        display: block;
        margin: 10px auto;
    }
    .section.section1 {
        text-align: center;
    }
    .col.contact-footer svg {
        display: block;
        margin: 10px auto;
    }
    .telephone {
        text-align: center;
        margin: auto;
    }
    .section2 {
        text-align: center;
    }
    .row-section1 div {
        margin: auto;
    }
    .row-section2 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 15px;
    }
    .row-section2 {
        padding-top: 25px;
    }
    .col.brand-footer {
        max-width: 230px;
        margin: 20px auto;
    }
    footer .reseaux-sociaux.gtm-reseaux-sociaux {
        margin: 15px 0;
    }
    .pt-fort {
        display: block;
        text-align: center;
    }
    .pt-fort .span-img {
        display: block;
        margin: auto;
    }
    /* .fold svg path {
      fill: #000;
  } */
    .fold svg {
        width: 18px;
        height: 18px;
    }
    header .reseaux-sociaux {
        display: none;
    }
    .bloc .btn-ordonnance {
        display: none;
    }
    header .brand img {
        max-width: 188px;
    }
    .header-content .nav#main-nav li:not(.opened) a.selected {
        border-bottom-color: #FFFFFF !important;
    }
    .header-content .nav ul li a.selected {
        background-color: transparent !important;
    }
    #bloc-01 img,
    #bloc-02 img,
    #bloc-03 img,
    #bloc-04 img,
    #bloc-05 img,
    #bloc-06 img .detail-actu-image img {
        display: block;
        max-width: 500px;
        margin: auto;
    }
    #encart-prestations img {
        width: 100%;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        left: 30px;
    }
    /* .brand .row.s-middle.s-start {
width: 145px;
} */
    .fold .container .row.no-desktop {
        padding: 10px;
    }
    .bloc .btn-ordonnance {
        display: none;
    }
    .contact-page .fold {
        display: none;
    }
    .col.gtm-image-detail-catalogue img {
        display: block;
        max-width: 400px;
        margin: auto;
    }
}

header .btn-ordonnance a {
    font-family: var(--primary-font);
    padding: 14px 24px !important;
}

@media screen and (min-width:993px) {
    h1 span {
        font-size: 22px;
    }
    div#encart-actualites .title-2 {
        font-size: 60px;
        line-height: 72px;
    }
    #bloc-01 h1 {
        margin-top: 0;
    }
    .slide-img.slide-01 .container {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto !important;
    }
    .top-bar {
        padding-top: 12px;
        margin-bottom: 19px;
    }
    .main-header-content {
        padding-bottom: 19px;
    }
    .col-nav-reseau {
        margin-right: 4%;
    }
    .top-bar .container,
    .main-header-content .container {
        width: 96%;
    }
    .slide-img,
    .slide-img .container,
    .fold.fold-index {
        min-height: 787px !important;
    }
    .slide-img .container .bloc,
    .header .slider-slick {
        height: 787px !important;
    }
    .main-header-content .col {
        padding: 0 10px !important;
    }
    .main-header-content .row .col .row .col.desktop-only {
        padding-left: 0 !important;
    }
    #encart-fournisseurs .container {
        width: 98%;
    }
    header .brand {
        max-width: 130px;
    }
    .top-bar nav li a {
        font-size: 12px;
        line-height: 14.5px;
    }
    .header-content address a {
        font-size: 12px !important;
        line-height: 19px;
    }
    .main-header-content a {
        font-size: 11px;
        line-height: 20px;
    }
    .btn-ordonnance a {
        font-size: 12px !important;
        line-height: 24px;
        font-weight: 600;
        font-family: var(--primary-font);
        color: #14181E !important;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 1rem 6px !important;
    }
    .header-content .row {
        flex-wrap: nowrap !important;
    }
    #encart-prestations .card-prestation-content::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: -98px;
        z-index: -1;
        bottom: -104px;
        background-image: url('../assets/gifs/before-bloc.png');
        background-size: 192px 192px;
        background-position: right bottom;
    }
    #encart-prestations .container::before {
        position: absolute;
        content: '';
        background-image: url('../assets/gifs/before-prestation.jpg');
        background-position: right;
        background-size: contain;
        top: 135px;
        z-index: -1;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .card-image.actualites-card-image.actualites-encart-card-image img {
        min-width: 200px;
    }
    .card-text.actualites-card-text.actualites-encart-card-text.line-clamp-3 {
        max-width: 288px;
    }
    .card-content.actualites-card-content.actualites-encart-card-content {
        display: flex;
        column-gap: 24px;
        margin: 20px 0;
    }
    .bloc-left .row .blocs,
    .bloc-right .row .blocs {
        padding: 0 30px;
    }
    .bloc-left .col:nth-of-type(1) span,
    .bloc-right span {
        position: relative;
        z-index: 0;
    }
    .bloc-left span:not(.paiement span,
    h1 span):before {
        position: absolute;
        content: '';
        background-image: url('../assets/gifs/before-bloc.png');
        background-repeat: no-repeat;
        background-size: 73px 73px;
        right: -31px;
        bottom: -26px;
        top: 0;
        z-index: 0;
        left: 0;
        background-position: bottom right;
    }
    .bloc-right span::before {
        position: absolute;
        content: '';
        background-image: url('../assets/gifs/before-bloc.png');
        background-repeat: no-repeat;
        background-size: 73px 73px;
        left: -47px;
        bottom: 0;
        top: -37px;
        right: 0;
        background-position: top left;
    }
    #bloc-01,
    #bloc-02,
    #bloc-03,
    #bloc-04,
    #bloc-05,
    #bloc-06 {
        padding: 78px 0 138px 0;
    }
    /* #encart-fournisseurs {
        padding: 30px 0;
        padding-left: 30px;
    } */
    #encart-fournisseurs .container {
        position: relative;
        padding: 30px 0;
        padding-left: 30px;
    }
    #encart-fournisseurs .row {
        display: flex;
        column-gap: 50px;
    }
    .bloc-fournisseurs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 80px;
    }
    .header-content {
        box-shadow: 0px 4px 4px rgba(76, 172, 188, 0.7);
    }
    .col-coordonnees {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 18px;
    }
    .col-coordonnees svg {
        margin-right: 7px;
    }
    .header-content a {
        /* font-weight: 300; */
        color: #282F3D !important;
        font-family: var(--secondary-font);
    }
    footer iframe {
        min-height: 245px;
    }
    footer .reseaux-sociaux.gtm-reseaux-sociaux {
        margin-top: 20px;
    }
    .nav-footer {
        min-width: 270px;
    }
    footer .contact-footer svg {
        margin-right: 10px;
    }
    footer .header-content .nav#main-nav>ul>li>a {
        padding-top: 0;
        padding-left: 0;
    }
    .contact-bloc {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 76px;
    }
    h1,
    .title-1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
    }
    h2,
    .title-2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }
    h3,
    .title-3 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
    }
    .bloc-left,
    .bloc-right,
    #encart-prestations .container {
        width: 100%;
        max-width: 1440px;
    }
}

@media screen and (min-width:1280px) {
    h1,
    .title-1 {
        font-size: 45px;
        font-weight: 600;
    }
    h2,
    .title-2 {
        font-size: 35px;
        font-weight: 600;
    }
    h3,
    .title-3 {
        font-size: 25px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
    }
    .bloc-left .row .blocs,
    .bloc-right .row .blocs {
        padding: 0 100px;
    }
    /* #encart-fournisseurs {
        padding: 40px 0;
        padding-left: 40px;
    } */
    #encart-fournisseurs .container {
        position: relative;
        padding: 40px 0;
        padding-left: 40px;
    }
    #encart-fournisseurs .container::before {
        position: absolute;
        content: '';
        top: -80px;
        right: 0px;
        bottom: 0px;
        left: 0;
        background-image: url('../assets/gifs/before-fournisseur.png');
        background-position: right;
        background-size: contain;
    }
    #encart-fournisseurs .row {
        display: flex;
        column-gap: 100px;
    }
    .bloc-fournisseurs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 100px;
    }
    .main-header-content .col {
        padding: 0 12px !important;
    }
    .main-header-content .row .col .row .col.desktop-only {
        padding-left: 12px !important;
    }
    .btn-ordonnance a {
        font-size: 16px !important;
    }
    .container {
        width: 96%;
        max-width: 1440px;
    }
    .card-image.actualites-card-image.actualites-encart-card-image img {
        min-width: 288px;
    }
    header .brand {
        max-width: 170px;
    }
    /* header .main-header-content a.btn {
        padding: 12px 6px !important;
        font-size: 14px;
    } */
    .top-bar nav li a {
        font-size: 12px;
        line-height: 14.5px;
    }
    .header-content address a {
        font-size: 12px !important;
        line-height: 19px;
    }
    .main-header-content a {
        font-size: 13px;
        line-height: 20px;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 1rem 7px !important;
    }
    .bloc-left,
    .bloc-right,
    #encart-prestations .container {
        width: 100%;
        max-width: 1440px;
    }
}

@media screen and (min-width:1440px) {
    #encart-prestations .card-prestation-content {
        min-height: 492px !important;
        width: 827px !important;
        padding-left: 200px;
    }
    #encart-prestations .title-2 {
        font-size: 60px;
        line-height: 72px;
    }
    .title-slider {
        font-size: 96px;
        line-height: 115px;
    }
    .container {
        width: 95%;
    }
    .main-header-content a {
        font-size: 14px;
        line-height: 21px;
    }
    header .main-header-content a.btn {
        padding: 12px 24px !important;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }
    header .brand {
        max-width: 230px;
    }
    .header-content address a {
        font-size: 14px !important;
        line-height: 19px;
    }
    #encart-fournisseurs .container {
        position: relative;
        padding: 60px 0 66px 0;
        padding-left: 50px;
    }
    #encart-fournisseurs .row {
        column-gap: 100px;
    }
    .bloc-fournisseurs {
        column-gap: 160px;
    }
}