<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-h: 206;
    /* hue */
    --primary-s: 100%;
    /* saturation */
    --primary-l: 30%;
    /* luminosity */
    --accent-h: 56;
    /* hue */
    --accent-s: 78%;
    /* saturation */
    --accent-l: 60%;
    /* 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: 'M PLUS 1', sans-serif;
    --secondary-font: 'Darker Grotesque', 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.png');
    --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;
}

#blocHorsLigne {
    display: none;
}

h1,
h2,
h3,
.title-1,
.title-2,
.title-3 {
    font-family: var(--secondary-font);
    color: var(--primary-color);
}

h1,
.title-1 {
    font-size: 25px;
}

h1 span {
    font-size: 22px !important;
    font-weight: 400 !important;
}

h2,
.title-2 {
    font-size: 20px;
}

h3,
.title-3 {
    font-size: 18px;
}

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

.pt-fort {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
}

.pt-fort svg path {
    fill: var(--primary-color);
}

a.btn {
    font-weight: 700;
}

#encart-prestations .card {
    position: relative;
    background-image: url('../assets/gifs/bg-prestation2.png');
    background-size: cover;
    z-index: 0;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#encart-prestations .card a {
    color: var(--background-color);
}

#encart-prestations .card::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../assets/gifs/bg-prestation1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#encart-prestations .card-title a {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.34px;
    font-weight: 700;
    text-decoration: none;
}

#encart-prestations .btn-savoir a {
    font-size: 13px;
    line-height: 22px;
}

#encart-prestations .card-title {
    margin-top: 10px;
}

#encart-prestations .btn-savoir {
    margin-top: 20px;
}

#encart-prestations .card-content {
    position: relative;
}

.encart-avis .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #283142;
    border-radius: 3px;
    padding: 20px;
}

.encart-avis .card .name {
    color: #00589B;
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
}

.encart-avis .card .date {
    color: #283142BF;
    font-size: 10px;
    line-height: 28px;
    font-weight: 500;
}

.encart-avis .card .text {
    margin-left: 80px;
    color: #283142;
    font-size: 13px;
    line-height: 20px;
    margin-top: 12px;
}

.encart-avis .card .align-right button {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #00589B;
    text-decoration: underline;
}

.encart-avis .col.s12.m6.l4 {
    padding: 0 5px;
}

#encart-service {
    background-image: url('../assets/gifs/bg-actualite.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
}

#encart-service .title-2 {
    color: white !important;
}

#encart-service .text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 26px;
}

#encart-service .btn-savoir {
    margin-top: 30px;
}

#encart-service .btn-savoir a {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    background-color: var(--background-color);
    font-weight: 700;
}

footer {
    background-color: #283142;
}

footer .mention-lÃ©gale {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.6px;
}

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

.title-catalogue {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #283142BF;
    margin: 45px 0;
}

.h1-listing {
    font-size: 33px;
    line-height: 34px;
    text-align: center;
    color: #00589B;
    margin-bottom: 20px;
}

.paginationControl span.disabled {
    display: none;
}

.paginationControl .selected {
    color: white;
}

.paginationControl span {
    /* background-color: #00589B; */
    padding: 7px 11px;
    background: #00589B 0% 0% no-repeat padding-box;
    border-radius: 3px;
}

.paginationControl a {
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #00589B;
    border-radius: 3px;
    padding: 7px 11px;
}

.paginationControl a:last-child {
    display: none;
}

.cat {
    display: none;
}

.listing-masonry-grid {
    margin-top: 30px;
}

.row-prix hr {
    width: 75%;
    margin-top: 13px
}

.listing-masonry-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000033;
    border-radius: 3px;
    padding: 11px;
}

.row-ref,
.col-detail .row {
    max-width: 100%;
    margin: auto;
}

.prix-date,
.ref {
    font-size: 14px;
    line-height: 20px;
    color: #283142BF;
}

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

.prix {
    font-size: 16px;
    line-height: 15px;
    margin: 4px 0;
}

a.gtm-fiche-catalogue {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 18px; */
    color: #00589B;
}

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

.catalogue-card-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #283142BF;
}

.catalogue-card-savoir {
    display: block;
    text-align: end;
    margin-top: 15px;
}

a.button {
    text-decoration: none;
    background: #00589B 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color: white;
    padding: 5px 12px;
    border: 0;
}

.last-pagination {
    text-align: center;
    margin-top: 40px;
}

.ref div:first-child {
    border: 1px solid #283142;
    border-radius: 3px 3px 0px 1px;
    padding: 10px 13px;
}

.col-detail {
    font-size: 14px;
    color: #505555;
}

.col.s12.formulaire {
    margin-top: 100px;
}

.col.s12.formulaire form {
    margin-top: 25px;
    padding: 0;
}

.col.s12.formulaire form textarea {
    margin-top: 15px;
}

.annonce {
    padding-left: 12px;
}

input.primary.align-right {
    float: right;
    margin-right: 12px;
    padding: 8px 16px;
    color: white;
    font-weight: 700;
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.addresse,
.telephone {
    display: flex;
    column-gap: 8px;
    /* margin-bottom: 10px; */
}

.telephone,
.vente {
    margin-top: 15px;
}

.index-page footer label {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.56px;
    color: #FAFAFA;
    font-family: var(--secondary-font);
    font-weight: 700;
    /* border-bottom: 1px solid #FAFAFA; */
    margin-bottom: 15px;
}

input#input_newsletter {
    border: 1px solid #FAFAFA;
    border-radius: 4px;
    color: white;
    background-color: transparent;
}

input#input_newsletter::placeholder {
    color: white;
}

input#submit_newsletter {
    font-size: 16px;
    color: #283142;
    background-color: var(--accent-color);
    font-weight: 700;
    width: 100%;
    margin-top: 15px;
}

.col.l4.newsletter {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.catalogue-listing .fil-ariane {
    margin-bottom: 0;
}

.catalogue-listing .fold {
    display: none;
}

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

ul.coordonnees.contact-page-coordonnees.reset {
    font-size: 14px;
}

.contact-page .coordonnees .row {
    flex-wrap: nowrap !important;
}

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

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

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

span#mess_newsletter {
    font-size: 14px;
}

.main-header-content a:hover {
    color: var(--accent-color) !important;
}

input#submit_newsletter:hover,
img:not(.catalogue-card img):hover,
a.btn:hover {
    opacity: 0.7;
}

form#menu_recherche {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 50px #28314226;
    border-radius: 3px;
    padding: 20px 40px;
}

.form1,
.form2 {
    display: flex;
    column-gap: 10px;
    align-items: flex-end;
}

input#envoyer {
    padding: 7px 16px;
    color: #FAFAFA;
    background: #00589B 0% 0% no-repeat padding-box;
    border-radius: 3px;
    border: 0;
}

.form1 select {
    border: 0;
    background: transparent;
    color: #00589B;
    font-weight: 500;
}

.select-wrap::after {
    content: '\e5cf';
    color: #00589B;
}

input#recherche_header {
    border: 1px solid #525B6D;
    border-radius: 3px;
}

label {
    color: #283142BF;
    font-size: 14px;
    font-weight: 500;
}

.form3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.input-email {
    display: flex;
    margin-left: 50px;
}

.form3 .svg {
    background: #00589B 0% 0% no-repeat padding-box;
    border-radius: 3px;
    padding: 8px;
    line-height: 10px;
}

.alerte {
    margin-left: 20px;
}

.alerte p {
    margin-top: 0;
    color: #283142BF;
    font-size: 14px;
    font-weight: 600;
}

.title-alerte {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #00589B;
}

.form3 {
    margin-top: 35px;
}

.form3 input#envoyer2 {
    background: #283142BF 0% 0% no-repeat padding-box;
    font-size: 14px;
    color: #FAFAFA;
    font-weight: 600;
    padding: 8px 18px;
    border: 0;
}

input[type="email"]::placeholder {
    color: #283142BF;
    font-weight: 600;
    font-size: 14px;
}

.index-page .form3 {
    display: none;
}

.index-page form#menu_recherche {
    position: relative;
    max-width: 1044px;
    margin: auto;
    z-index: 1;
    margin-top: 81px;
}

.index-page .catalogue-card-content {
    color: rgba(92, 92, 92, 1) !important;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: rgba(250, 250, 250, .8) 0% 0% no-repeat padding-box;
    opacity: 0;
    transition: .3s;
}

.index-page .catalogue-card-content:hover {
    opacity: 1;
}

.index-page .catalogue-card-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: -1;
}

.catalogue-card {
    position: relative;
    z-index: 0;
}

.index-page .catalogue-card-content .description {
    font-size: 12px;
}

.index-page .catalogue-card-content .savoir-plus {
    margin-top: 25px;
    color: rgba(92, 92, 92, 1) !important;
    font-size: 14px;
}

.btn-savoir-plus {
    margin-top: 20px;
}

.card-content.actualites-card-content.actualites-listing-card-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}

.actualites-card-content .date {
    margin-top: 10px;
}

.masonry-grid {
    grid-auto-rows: 1.2rem !important;
}

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

.detail-actu-image img,
.gtm-image-detail-catalogue img {
    width: 500px !important;
    margin: auto;
}

#encart-contact a.tel {
    color: var(--primary-color) !important;
}

div#gtm-tap-bar-tel a {
    font-size: 11px !important;
}

.exclusivite {
    position: absolute;
    padding: 5px 15px;
    background-color: red;
    color: white;
}

.statut-actif {
    position: absolute;
    padding: 5px 15px;
    background-color: orange;
    color: white;
}

@media screen and (max-width:600px) {
    input#envoyer {
        width: 100%;
    }
    div#encart-catalogue ul {
        display: block;
    }
    div#encart-catalogue ul li {
        margin-top: 15px;
    }
    .formulaire input.primary.align-right {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1px) {
    .slide-img,
    .slide-img .container,
    .fold.fold-index {
        min-height: 665px;
    }
    .slide-img .container .bloc,
    .header .slider-slick {
        height: 665px;
    }
    .fold .slick-dots {
        bottom: -70px;
    }
    .fold .slick-dots li button .slick-dot-icon {
        color: white;
    }
    /* .fold .slick-dots li button .slick-dot-icon:before {
        font-size: 50px;
    }
    .fold .slick-dots li {
        margin: 0 2px;
    } */
    .slide-img .bloc.center-item {
        display: flex;
        justify-content: center;
        /*margin-left: 136px;*/
        align-items: center;
        padding-bottom: 245px;
    }
    .slide-img .title {
        font-size: 55px;
        line-height: 30px;
        color: white;
        font-family: var(--secondary-font);
        font-weight: 700;
        text-align: center;
    }
    .slide-img .btn-contact {
        margin-top: 26px;
    }
    .slide-img.slide-01 {
        background: var(--img-slide-01);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .slide-img.slide-02 {
        background: var(--img-slide-02);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .btn-contact a {
        font-size: 12px;
        line-height: 30px;
        color: #17345B !important;
        font-weight: 700;
    }
}

@media screen and (min-width:601px) and (max-width:992px) {
    /* .bloc .btn-contact {
        display: none;
    } */
    .pts-forts {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto;
    }
}

@media screen and (max-width:992px) {
    a.tel:not(header-content a.tel,
    footer a.tel) {
        color: var(--primary-color);
    }
    .form3 {
        display: grid !important;
        grid-template-columns: 53px auto;
        grid-template-rows: auto auto;
    }
    .svg {
        max-width: max-content;
        padding: 20px 16px!important;
    }
    .input-email {
        margin-left: 0;
        grid-area: 2/1/2/4;
        /* width: 100%; */
    }
    input#envoyer {
        width: 100%;
    }
    .select-wrap select {
        padding-left: 0;
    }
    input#envoyer {
        margin-top: 10px;
    }
    .slide-img .title {
        font-size: 35px;
    }
    .fold .container {
        padding: 10px;
    }
    form#menu_recherche,
    .form1,
    .form2,
    .form3 {
        display: block;
    }
    .vente {
        max-width: 170px;
        margin: auto;
        margin-top: 20px;
    }
    .addresse,
    .telephone {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }
    .row-prix {
        /*display: none !important;*/
    }
    footer .brand .row.s-middle.s-start {
        justify-content: center;
    }
    footer .brand {
        text-align: center;
    }
    .index-page img {
        display: block;
        margin: auto;
    }
    .pt-fort {
        margin-top: 10px;
    }
    .avis .title-2 {
        text-align: center;
    }
    div#encart-service .container {
        text-align: center;
    }
    footer .section:first-child .col.m12.l4 div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 15px;
        margin-top: 15px;
    }
    footer .col {
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (min-width:490px) and (max-width:992px) {
    .recherche .row {
        flex-wrap: wrap;
    }
    .form1 {
        display: flex;
    }
    .recherche .form2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .form-group.item1 {
        grid-area: 1/1/2/3;
    }
    .form-group.item2 {
        grid-area: 1/3/2/5;
    }
    .btn-recherche.item8 {
        grid-area: 3/2/4/5;
    }
    .form2 div {
        margin-top: 15px;
    }
    .recherche {
        margin-top: 125px;
    }
}

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:not(.index-page .catalogue-card-image) a:hover,
.insta-name a:hover,
footer .reset a:hover,
.prestations-card-title a:hover {
    opacity: .5!important;
}

input[type=submit]:hover {
    opacity: .7;
}

.sc-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

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

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

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

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

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

iframe {
    min-height: 400px;
}

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

body.plan-site .nav1 ul li,
body.plan-site .nav2 ul li {
    margin-top: 25px;
}

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

.rappel_telephonique .brand .row {
    justify-content: center;
}

header .politique {
    display: none;
}

.page-404 .row.s-middle.s-start {
    justify-content: center;
}

.page-404 footer {
    color: #FFFFFF !important;
}

@media screen and (min-width:993px) {
    .catalogue-listing .container {
        width: 96%;
    }

    #main-nav li.index-page {

        display: none;
    }
    a.selected {
        color: white !important;
        font-weight: 900;
    }
    .index-page form#menu_recherche {
        margin-top: -85px;
    }
    .newsletterInput {
        position: relative;
    }
    footer .mention-lÃ©gale {
        padding: 0;
    }
    footer .addresse address,
    footer .telephone address {
        display: inline-block;
        font-size: 14px;
    }
    .slick-catalogue,
    .slick-prestations {
        box-shadow: 0px 0px 5px #00000033;
        border-radius: 3px;
        padding: 10px 9px 6px 3px;
        background-color: #fff;
    }
    div#encart-catalogue .col,
    div#encart-prestations .col {
        padding: 0 6px;
    }
    .pts-forts {
        display: flex;
        column-gap: 24px;
    }
    .index-page main .container {
        max-width: 1040px;
        margin: auto;
    }
    h1 {
        margin-bottom: 10px;
    }
     .slick-prev .slick-prev-icon:before,
     .slick-prev .slick-next-icon:before,
     .slick-next .slick-prev-icon:before,
     .slick-next .slick-next-icon:before {
        color: white !important;
        opacity: 1 !important;
    }
     .slick-prev .slick-prev-icon,
     .slick-prev .slick-next-icon,
     .slick-next .slick-prev-icon,
     .slick-next .slick-next-icon {
        color: white;
        opacity: 1 !important;
    }
     button.slick-prev.slick-arrow,
     button.slick-next.slick-arrow {
        background-color: var(--primary-color);
    }
    h1,
    .title-1 {
        font-size: 40px;
        line-height: 41px;
    }
    h1 span {
        font-size: 30px !important;
        font-weight: 400 !important;
    }
    h2,
    .title-2 {
        font-size: 33px;
        line-height: 34px;
    }
    h3,
    .title-3 {
        font-size: 25px;
        line-height: 26px;
    }
    .main-header-content a.tel.gtm-global-tel {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: var(--accent-color);
    }
    .main-header-content .col-logo {
        display: none;
    }
    .main-header-content a {
        padding: .5rem 0.7rem !important;
    }
    .main-header-content address {
        display: inline-block;
    }
    .address-tablette {
        display: flex;
        justify-content: center;
        column-gap: 5px;
    }
    .address-tablette address a {
        font-size: 13px;
        line-height: 16px;
    }
    .main-header-content a {
        font-size: 13px;
    }
    .col.col-logo.desktop-only {
        margin-top: -60px;
    }
    .top-bar .col:last-child {
        padding-top: 20px;
    }
    #main-nav .contact {
        display: none;
    }
    .phone span {
        font-size: 13px;
        line-height: 16px;
    }
    .main-header-content address a {
        font-size: 12px;
        line-height: 30px;
    }
    .top-bar address a.tel {
        font-size: 15px;
        line-height: 16px;
        font-weight: 700;
        color: var(--accent-color);
    }
    .header-content .row {
        flex-wrap: nowrap;
    }
    .top-bar .col:last-child {
        display: flex;
        justify-content: center;
        column-gap: 26px;
        align-items: center;
    }
    .header-content {
        background-color: hsla(214, 17%, 24%, 1);
        color: var(--background-color);
    }
    .header-content.row {
        flex-wrap: nowrap;
    }
    .col1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .col1 a {
        font-size: 13px;
        line-height: 30px;
        font-weight: 500;
    }
    .col2 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
    }
    .col2 a {
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
    }
    .top-bar .container,
    .main-header-content .container {
        max-width: 1280px;
        width: 95%;
    }
    .col.tablette {
        max-width: 200px;
    }
}

@media screen and (min-width:1280px) {
    input#input_newsletter {
        width: 248px;
    }
    input#submit_newsletter {
        position: absolute;
        right: 0;
        top: 0;
        width: 126px;
        margin-top: 0;
    }
    .brand {
        max-height: 90px;
        margin-top: -20px;
    }
    div#nav-container ul {
        margin-left: -50px;
    }
    .tablette,
    .address-tablette {
        display: none;
    }
    .main-header-content .col-logo {
        display: block;
    }
    .btn-contact a {
        font-size: 16px;
    }
    .row-top {
        justify-content: flex-end !important;
    }
}


/* formulaire espace client + bouton connexion espace client top-bar */
.fold-index .nav-client a {
    color: #17345B;
}
.nav-client a {
    color: white;
    text-decoration: none;
    border: 1px solid var(--accent-color);
    border-radius: 4px;
    padding: 0.5rem 1rem 0.8rem 1rem;
    transition-duration: .3s;
}
.nav-client a:hover {
    color: #17345B;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
}
.cont_espace_client {
    margin-bottom: 3rem;
}
.cont_espace_client form #submit {
    display: inline-block;
    background-color: var(--primary-color-40);
    width:  100%;
    height: auto;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-family: inherit;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    line-height: 1.5rem;
    color: white;
    border: none;
    border-radius: var(--button-border-radius);
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

#clients_manager_formulaire {
    margin-bottom: 3rem!important;
}

#clients_manager_formulaire #submit {
    display: inline-block;
    background-color: var(--primary-color-40);
    width:  100%;
    height: auto;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-family: inherit;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    line-height: 1.5rem;
    color: white;
    border: none;
    border-radius: var(--button-border-radius);
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

#clients_manager_formulaire p label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.catalogue-detail .formulaire label {
    margin-top: 10px;
}


@media screen and (min-width:993px) {
    #espace_client #clients_manager_formulaire {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (min-width:601px) and (max-width:992px) {
    #espace_client #clients_manager_formulaire {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (min-width:993px) and (max-width:1124px) {
    .top-bar .col.desktop-only {
        flex-wrap: wrap;
    }
    .top-bar .btn-contact {
        margin-top: 5px;
    }
}
@media screen and (min-width: 601px) {
    .cont_espace_client .bloc-info-connexion {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cont_espace_client .connexion_compte {
        width: 45%;
    }
    .cont_espace_client .creation_compte {
        width: 45%;
    }
    .no-m-l {
        display: none !important;
    }
}

@media screen and (max-width:600px) {
    .cont_espace_client .bloc-info-connexion .creation_compte {
        margin-top: 3rem;
        border-top: 2px solid var(--accent-color-40);
        padding-top: 2rem;
    }

    .fold-index {
        margin-top: 2rem;
    }
    .fold-index .fold-top .col {
        margin-bottom: 1rem;
    }
    .fold-index .nav-client {
        margin-bottom: 2rem;
    }

    .index-page .recherche {
        margin-top: 2rem;
    }
    .index-page form#menu_recherche {
        margin-top: 0;
    }
    .no-s {
        display: none !important;
    }
    .catalogue-listing .row.l-middle.row-catalogue.no-m-l {
        margin-top: 2rem;
    }
}


.slider-slick .slide-content {

    display: flex;
    flex-direction: column;
    align-items: center;


}


@media screen and (min-width:992px) {

    #encart-prestations {

        position: relative;
        bottom: 100px;
    }

    
}


.logos-footer {
    display: flex;
    height: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.logos-footer img {
    height: 100px;
}



/*  AJOUT  */
#bloc-infos-biens{
    width: 100%;
}
#bloc-infos-biens .main-bloc{
    width: 100%;
}
#bloc-infos-biens .main-bloc .menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
}
#bloc-infos-biens .main-bloc .menu button{
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    background-color: white;
    color: #17345B;
    white-space: nowrap;
    border: 1px solid #17345B;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 0.3s ease-in-out;
}
#bloc-infos-biens .main-bloc .menu button:hover{
    background-color: rgba(23, 52, 91, 0.5);
    color: white;
}
#bloc-infos-biens .main-bloc .menu button.active{
    background-color: #17345B;
    color: white;
}
#bloc-infos-biens .main-bloc .content-bloc{
    width: 100%;
    position: relative;
}
#bloc-infos-biens .main-bloc .content-bloc .infos{
    width: 100%;
    display: none;
    /* position: absolute;
    top: 0;
    left: 0; */
    padding: 10px;
    background-color: white;
    border: 1px solid #17345B;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#bloc-infos-biens .main-bloc .content-bloc .infos.active{
    display: block;
}
#bloc-infos-biens .main-bloc .content-bloc .infos table,
#bloc-infos-biens .main-bloc .content-bloc .infos table tr{
    width: 100%;
}
#bloc-infos-biens .main-bloc .content-bloc .infos table tr td:last-child{
    text-align: right;   
}


@media screen and (max-width:600px){

    .slider-slick {

        display: block;
    }
    

    .slick-prestations .col {
        margin: 5px 0;
    }
}



@media screen and (min-width:993px){
    
.catalogue-detail-images-container {
justify-content: center;

}

}


@media screen and (min-width:1px){
    .catalogue-detail-images-container {
        position: relative !important;
        top: 0 !important;
        padding-top: 20px !important;
    }
}

/* @media screen and (min-width:600px){

    .catalogue-detail
    
} */

/* Ajout encart catalogue location */
#encart-transactions{

}
#encart-transactions .title-3{
    text-align: center;
}
#encart-transactions .slick-locations{

}
@media screen and (min-width: 601px) {
    #encart-transactions .slick-locations.single-slide .col{
        margin: 0 auto;
    }
}
@media screen and (min-width: 993px) {
    #encart-transactions .slick-locations.double-slide .col{
        margin: 0 auto;
    }
}
#encart-transactions .slick-locations .card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000033;
    border-radius: 3px;
    padding: 11px;
}
#encart-transactions .slick-locations .card .card-image{
    width: 100%;
    aspect-ratio: 4/3;
}
#encart-transactions .slick-locations .card .card-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#encart-transactions .slick-locations .card .card-content{
    margin-top: 8px;
}
#encart-transactions .slick-locations .card .card-content .card-title a{
    transition: 0.3s ease-in-out;
}
#encart-transactions .slick-locations .card .card-content .card-title a:hover{
    color: var(--accent-color-40);
}
#encart-transactions .slick-locations .card .card-content .card-surface-city{
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
}
#encart-transactions .slick-locations .card .card-content .card-surface-city .card-surface{
    text-align: left;
}
#encart-transactions .slick-locations .card .card-content .card-surface-city .card-city{
    text-align: right;
}

 .reseaux-sociaux ul {

    display: 
    flex;
}

 .reseaux-sociaux ul li{

    margin: 0 10px;
}

 .reseaux-sociaux ul li svg{

   fill : #fff}


   @media screen and (max-width:600px) {

    header .fold .reseaux-sociaux ul {

        width: 100%;
        justify-content: center;
    } 

    header .fold .reseaux-sociaux ul li svg {

        fill : var(--primary-color)
    } 
    
   


   }
</pre></body></html>