:root {
    --primary-h: 31;
    /* hue */
    --primary-s: 41%;
    /* saturation */
    --primary-l: 33%;
    /* luminosity */
    --secondary-h: 36;
    /* hue */
    --secondary-s: 35%;
    /* saturation */
    --secondary-l: 40%;
    /* luminosity */
    --accent-h: 0;
    /* hue */
    --accent-s: 79%;
    /* saturation */
    --accent-l: 28%;
    /* luminosity */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 0%;
    /* luminosity */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* luminosity */
    --primary-font: 'Barlow Condensed', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
    --tertiary-font: 'Open Sans', sans-serif;
    --h1-font-size: 2.2rem;
    --h2-font-size: 1.8rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 2rem;
    --button-border-radius: 4px;
    --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');
}

.btn-cat .after {
    position: relative;
}

.btn-cat .after::after {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/after-listing.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -19px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
}

.page-interne h1 {
    color: var(--accent-color);
}

#bloc-02,
#bloc-04 {
    background: transparent linear-gradient(360deg, #A78450A8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

#bloc-03 {
    background: transparent linear-gradient(180deg, #A78450A8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

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

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

.container {
    max-width: 1500px;
    margin: auto;
}

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

.bloc-horaire>.row {
    flex-wrap: nowrap;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
    border-color: #000;
}

body:not(.index-page) {
    background: transparent linear-gradient(180deg, #A78450A8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.fancy-box-body .rappel_telephonique,
.page-interne.fancybox-lock {
    background: #f9f9f9!important;
}

.contact-page .section.primary-40 {
    margin-top: 4rem;
}

.contact-page .section.primary-40 .title-2 {
    color: #fff;
    font-size: 35px;
    text-align: left;
    margin-left: 0;
}

h1,
h2,
h3,
.title-1,
.title-2,
.title-3 {
    color: var(--primary-color);
    text-shadow: 3px 3px 6px hsla(0, 0%, 0%, 0.16);
}

.font-1 {
    font-family: var(--primary-font);
}

.font-2 {
    font-family: var(--secondary-font);
}

.font-3 {
    font-family: var(--tertiary-font);
}

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

.prestations-encart-card img {
    border: none;
    box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16);
}

.prestations-encart-card-content,
.catalogue-encart-card-content,
.catalogue-listing-card-content {
    text-align: center;
    box-shadow: 0px 3px 6px hsl(0deg 0% 0% / 16%);
    background-color: #fff;
}

.prestations-encart-card-content .card-title,
.catalogue-encart-card-content .card-title,
.catalogue-listing-card-title {
    height: 100%;
}

.prestations-encart-card-content a.presta {
    text-decoration: none;
    color: hsla(210, 52%, 12%, 1);
    font-size: 30px;
    font-weight: bold;
    display: block;
    height: 100%;
    padding: 1.4rem;
}

.catalogue-encart-card-content .card-title a,
.catalogue-listing .card-title a {
    text-decoration: none;
    color: hsla(210, 52%, 12%, 1);
    font-size: 30px;
    font-weight: bold;
    height: 100%;
    padding: 1.4rem;
}

.catalogue-encart-card-content .card-title a {
    padding: 0rem;
}

.catalogue-encart-card-content .card-title .cat-link {
    text-decoration: none;
    color: hsla(210, 52%, 12%, 1);
    font-size: 30px;
    font-weight: bold;
    display: block;
    height: 100%;
    padding: 1.594rem;
    display: flex;
    flex-direction: column;
}

#encart-catalogue {
    background-image: url(../assets/gifs/bg-bdd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#encart-actualites .card-image img,
.catalogue-listing img,
#encart-prestations .card-image img {
    clip-path: polygon(20% 0%, 80% 0%, 100% 33%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 35%);
}

#encart-prestations .col {
    margin-bottom: .5rem;
}

#bloc-01 {
    z-index: 1;
    position: relative;
}

.encart-before-footer {
    background-image: url(../assets/gifs/bg-actu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6rem;
}

#encart-catalogue img,
#encart-actualites img,
#encart-prestations img {
    display: block;
    width: 100%;
    object-fit: cover;
}

#encart-catalogue .title-2 {
    margin: 3rem auto 0;
}

.catalogue-encart-card-title {
    overflow: visible;
    height: 100%;
}

.row-catalogue,
.row-actu {
    text-decoration: none;
    font-size: 18px;
    color: hsla(0, 0%, 0%, 1);
    font-weight: 500;
    margin: 0 0 3rem;
}

.row-catalogue>div,
.row-actu>div {
    margin-right: 0.3rem;
}

.sticky-header .sticky.scroll_down .brand {
    display: none;
}

.brand a {
    z-index: 2;
    position: relative;
}

.actualites-encart-card-text {
    color: hsla(201, 24%, 14%, 1);
    font-weight: 500;
    font-size: 18px;
    width: 80%;
    margin: 1rem auto;
}

.actualites-encart-card-date {
    font-size: 17px;
    color: hsla(213, 6%, 34%, 1);
}

.actualites-encart-card-content {
    background: #fff;
    padding: 1rem 2rem 1.5rem;
    text-align: center;
}

#bloc-01 img {
    z-index: 1;
    position: relative;
}

.actualites-encart-card-content a.read-more {
    font-size: 20px;
    font-weight: bold;
}

.index-page h1 {
    position: relative;
}

.title-2,
.catalogue-listing h1,
#bloc-02 h2,
#bloc-03 h2,
#bloc-04 h2 {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.catalogue-detail h1 {
    margin-top: 0;
    position: relative;
}


/* BRAND */


/* ===== */

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

.slide-img.slide-01 {
    background-image: var(--img-slide-01);
    background-repeat: no-repeat;
    background-size: cover;
    height: 658px;
    padding-bottom: 37rem;
    padding-top: 13.5rem;
    position: relative;
}

.slide-img.slide-01::after {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/bois-visio.png);
    left: 0;
    bottom: 0;
    height: 187px;
    background-size: contain;
    width: 220px;
    z-index: 0;
}

footer {
    position: relative;
    background-color: #331713;
    color: #fff;
}

footer::before {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/bois-footer.png);
    right: 0;
    top: -187px;
    height: 187px;
    background-size: contain;
    width: 220px;
    z-index: 0;
    mix-blend-mode: luminosity;
}

.row-tel {
    margin-top: -2rem;
}

.slide-img.slide-01>.container {
    height: 100%;
}

.header-nav-2 address .tel {
    font-size: 18px;
    font-family: var(--tertiary-font);
    color: var(--secondary-color);
}

.btn-devis a {
    font-family: var(--secondary-font);
    padding: 0.75rem 1.6rem;
    font-weight: 100;
}

#encart-contact .btn-devis a {
    padding: 0.5rem 1rem;
}

.main-header-content .btn-devis a {
    padding: 0.3rem .75rem;
}

.header-content .nav#main-nav>ul>li>a,
.header-content .nav#topbar-nav>ul>li>a,
.header-content .nav#topbar-nav .dropdown li a {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.header-content .nav ul li.sous_menu ul.dropdown>li a {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-weight: bold;
}

.slide-img .points-forts {
    list-style: none;
    display: flex;
    padding-left: 0;
    justify-content: space-evenly;
    color: hsla(8, 46%, 14%, 1);
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.points-forts li p {
    font-size: 18px;
    font-weight: 500;
    color: hsla(8, 46%, 14%, 1);
}

.slide-content>p {
    font-size: 20px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto 1rem;
    z-index: 1;
    position: relative;
}

.slide-content {
    margin-bottom: -4rem;
}

.slide-img .points-forts li>.center-align {
    display: flex;
    align-items: center;
}

header .bloc.center-item {
    height: 100%!important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

#bloc-01 {
    background: transparent linear-gradient(180deg, hsla(36, 35%, 48%, 0.66) 0%, hsla(0, 0%, 100%, 1) 100%) 0% 0% no-repeat padding-box;
}

.slider-slick {
    display: block;
}

.btn-devis {
    position: relative;
    z-index: 1;
}

.newsleter label {
    float: none!important;
    display: none;
}

.newsleter {
    background-color: hsla(8, 46%, 14%, 1);
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 8px;
}

.newsleter .title {
    color: hsla(55, 94%, 93%, 1);
    margin: -1rem auto 1rem;
    font-weight: 100;
}

.newsleter .title span {
    font-weight: 500;
}

span#mess_newsletter {
    text-align: center;
    margin-top: 0.5rem;
    display: block;
    color: #fff;
}

input#input_newsletter {
    background: #EEE8E8;
    border: 1px solid hsla(0, 15%, 92%, 1);
}

#submit_newsletter {
    background-color: hsla(38, 63%, 49%, 1);
}

#encart-partenaires .col-part {
    display: flex;
    align-items: center;
    max-width: 215px;
    justify-content: center;
    height: 100%;
}

#encart-partenaires .slick-track {
    height: 160px;
}

#encart-partenaires img {
    margin: auto;
    mix-blend-mode: multiply;
    border: none;
}

#encart-partenaires .card.partenaires-card.partenaires-encart-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#encart-partenaires .slick-slide {
    height: 100%;
}

#encart-partenaires .slick-slide>div {
    text-align: center;
    height: 100%;
}

#encart-partenaires .title-2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.row.slick-partenaires {
    justify-content: center;
    align-items: center;
}

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

footer .row-svg svg {
    margin-right: .3rem;
}

body:not(.index-page) footer {
    margin-top: 8rem;
}

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

.paginationControl a {
    text-decoration: none;
}

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

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

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

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

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

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

.catalogue-listing h1 {
    color: var(--accent-color);
}

.all_cat_actu {
    border-bottom: none!important;
}

.catalogue-detail .btn-devis {
    margin-top: 1rem;
}

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

@media screen and (min-width: 1064px) {
    .header-content .nav#main-nav>ul>li>a,
    .header-content .nav#topbar-nav>ul>li>a,
    .header-content .nav#topbar-nav .dropdown li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1063px)and (min-width: 993px) {
    .header-content .nav#main-nav>ul>li>a,
    .header-content .nav#topbar-nav>ul>li>a,
    .header-content .nav#topbar-nav .dropdown li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1250px) {
    .main-header-content .btn-devis a {
        font-size: 16px;
    }
    .title-2,
    .catalogue-listing h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1249px)and (min-width: 993px) {
    .main-header-content .btn-devis a {
        font-size: 11px;
    }
}

@media screen and (max-width: 992px)and (min-width: 601px) {
    .fold-index {
        height: 712px;
    }
}

@media screen and (max-width: 600px) {
    .fold-index {
        height: 808px;
    }
}

#encart-catalogue .card-content .catalogue-hover {
    opacity: 0;
    font-size: 18px;
    color: #000;
    width: fit-content;
    margin: auto;
    transition: .8s;
}

#encart-catalogue .card-content .catalogue-hover,
#encart-prestations img {
    transition: .7s;
}

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

#encart-catalogue .card-content {
    padding-top: 0.5rem;
    padding-bottom: .5rem;
    height: 91px;
}

#encart-catalogue .card-content .catalogue-hover {
    margin-top: 1.5rem;
    transition: 1s;
}

.catalogue-encart-card-content .card-title a {
    margin-top: -0.8rem;
}

.catalogue-encart-card-content .card-title {
    display: block;
}

.contact-page .contact-page-image {
    display: block!important;
}

#encart-actualites .row-actu svg,
#encart-catalogue .card-content .catalogue-hover svg,
#encart-catalogue svg {
    transition: .5s;
}

.card-title.catalogue-card-title.catalogue-listing-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content.catalogue-card-content.catalogue-listing-card-content {
    height: 91px;
}

.card-image img {
    border: none;
}

#encart-actualites .title-2 {
    margin-bottom: 0;
}

@media screen and (min-width: 993px) {
    .main-header-content {
        max-width: 1400px;
        margin: auto;
    }
    .header-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .footer-bloc-2 ul a {
        padding: 0 1rem 0 0;
        border-right: 1px solid #fff;
    }
    .footer-bloc-2 ul li:last-of-type a {
        border-right: none;
    }
    .footer-bloc-1 {
        font-size: 20px;
        font-weight: 500;
    }
    .footer-1 {
        border-bottom: 1px solid #fff;
    }
    .catalogue-encart-card-content:hover .card-title .gtm-fiche-catalogue-accueil {
        margin-top: -1.5rem;
    }
    #encart-catalogue .card-content:hover .catalogue-hover {
        opacity: 1;
    }
    .catalogue-detail .fil-ariane {
        margin-bottom: 5rem;
    }
    #encart-catalogue .card-content .catalogue-hover:hover svg,
    #encart-actualites .row-actu:hover svg,
    #encart-catalogue .row-catalogue:hover svg {
        margin-left: 1rem;
    }
    #encart-prestations .card-image {
        overflow: hidden;
        clip-path: polygon(20% 0%, 80% 0%, 100% 33%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 35%);
    }
    #encart-prestations .card-image img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    #encart-prestations .card-image:hover img {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    .actualites-listing-card-content a:hover,
    address a:hover,
    .brand a:hover,
    footer a:hover,
    footer .white-text nav a:hover,
    #fil_ariane a:hover,
    .paginationControl a:hover,
    .actualites-listing-card-image a:hover,
    .actualites-encart-card-image a:hover,
    .actualites-card-title a:hover,
    #encart-prestations .card-content a:hover,
    #encart-catalogue .card-image a:hover img,
    .catalogue-listing .card-image a:hover,
    .catalogue-listing .card-content a:hover,
    .catalogue-detail-images-container a:hover,
    #submit_newsletter:hover {
        opacity: .5;
    }
    .reseaux-sociaux li a:hover {
        opacity: 1;
        display: block;
        transform: scale(1.2);
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 50%!important;
    }
    #encart-catalogue::after {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/rec-ombre.png);
        background-repeat: no-repeat;
        height: 126px;
        top: 0%;
        left: -69px;
        right: 0;
        width: 110%;
        z-index: 0;
        background-size: cover;
        transform: rotate(180deg);
    }
    .brand {
        position: relative;
        margin-top: -0.7rem;
    }
    .brand>a>.row>.col {
        width: 246px!important;
        margin: auto;
    }
    .brand img {
        z-index: 3;
        position: relative;
    }
    header .brand::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-logo-header.png);
        left: -5%;
        right: 0;
        height: 53px;
        width: 246px;
        z-index: 2;
        bottom: -25px;
    }
    footer .brand::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-logo-footer.png);
        left: calc(50% - 121px);
        right: 0;
        height: 87px;
        width: 246px;
        z-index: 1;
        top: -14px;
    }
    footer .row-svg {
        padding: 1rem;
    }
    #encart-catalogue .title-2::before,
    #encart-partenaires .title-2::before,
    .catalogue-listing h1::before,
    #bloc-03 h2::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/next-title.png);
        left: -550px;
        top: 31%;
        z-index: 0;
        height: 27px;
        background-size: contain;
        width: 542px;
        background-repeat: no-repeat;
    }
    #encart-prestations .title-2::after,
    #encart-actualites .title-2::after,
    #bloc-02 h2::after,
    #bloc-04 h2::after {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/after-title.png);
        right: -539px;
        top: 41%;
        z-index: 0;
        height: 24px;
        background-size: contain;
        width: 511px;
        background-repeat: no-repeat;
    }
    .index-page h1::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/next-title.png);
        top: 45%;
        z-index: 0;
        height: 24px;
        background-size: contain;
        width: 400px;
        background-repeat: no-repeat;
        left: -26rem;
    }
    .catalogue-detail h1 {
        width: fit-content;
        font-size: 50px;
    }
    .catalogue-detail h1:before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/after-title.png);
        top: 31%;
        z-index: 0;
        height: 24px;
        background-size: contain;
        width: 493px;
        background-repeat: no-repeat;
        right: -34rem;
    }
    footer .brand {
        margin-top: -4.5rem;
        margin-bottom: 1.3rem;
    }
    .newsleter .title {
        font-size: 40px;
    }
    input#input_newsletter {
        border-radius: 0;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
        margin-right: .3rem;
    }
    #submit_newsletter {
        width: fit-content;
        padding: 0.7rem 3.2rem 0.7rem 2.3rem;
    }
    .newsletterInput {
        display: flex;
    }
    .newsleter {
        width: 764px;
        margin: auto;
    }
    #bloc-01 .col p {
        font-size: 20px;
    }
    #bloc-01 .col p:nth-of-type(2) {
        margin-left: 20%;
    }
    #bloc-01 .col p:nth-of-type(3) {
        margin-left: 30%;
    }
    .header-content .nav#main-nav>ul>li:hover>a,
    .header-content .nav#topbar-nav>ul>li:hover>a,
    .header-content .nav#topbar-nav .dropdown li a:hover,
    .header-content .nav#topbar-nav .dropdown li a:hover .sous_menu>a,
    .header-content .nav#main-nav>ul>li>a.selected,
    .header-content .nav#topbar-nav>ul>li>a.selected,
    .header-content .nav#topbar-nav .dropdown li a.selected {
        border-bottom: 3px solid var(--accent-color);
        padding-bottom: 4px;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a:hover,
    .header-content .nav ul li.sous_menu ul.dropdown>li a.selected {
        border-bottom: 3px solid var(--accent-color);
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        border-bottom: 3px solid #fff;
    }
    header .contact-link {
        margin: 0 1.5rem;
    }
    .header-nav-2 {
        height: 100%;
    }
    .header-nav-2>.col.l4 {
        padding: 0;
    }
    .header-content .nav ul {
        justify-content: space-between;
    }
    .devis-link {
        display: none;
    }
    .index-contact {
        display: none!important;
    }
    .fold-index {
        height: 808px;
    }
    .top-bar {
        padding: 1rem 0 0;
    }
    .main-header-content {
        height: 60px;
    }
    .main-header-content>.container,
    .main-header-content>.container>.row,
    .main-header-content>.container>.row>.col {
        height: 100%;
    }
    .header-content {
        padding-top: 1rem;
        box-shadow: 3px 3px 6px hsla(38, 63%, 49%, 0.5);
    }
}

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

main img {
    border: 1px solid hsla(0, 0%, 44%, 1);
}

.btn-cat a {
    text-decoration: none;
    color: hsla(0, 5%, 12%, 1);
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .header-content .nav>ul>.sous_menu.opened>a {
        color: #fff!important;
    }
    .catalogue-detail .fil-ariane {
        margin-bottom: 2rem;
    }
    .header-content .nav ul li a {
        font-size: 16px;
    }
    .MenuLevel2Opened .header-content .nav ul li.sous_menu>a.selected {
        background: transparent;
        color: #fff!important;
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 100%!important;
    }
    .bloc-main img {
        display: block;
        margin: auto;
    }
    .footer-bloc-2,
    .footer-bloc-1 {
        flex-direction: column;
        align-items: center;
    }
    footer .brand {
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }
    .footer-bloc-2 .col,
    .footer-bloc-1 .col {
        margin-bottom: .5rem;
    }
    .footer-bloc-2 {
        padding-bottom: 1rem;
    }
    .newsleter .title {
        font-size: 20px;
    }
    input#input_newsletter {
        margin-bottom: .5rem;
    }
    .slide-img.slide-01 {
        margin-top: -10rem;
    }
    header .index-contact {
        display: flex;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .devis-link {
        display: block;
    }
}

@media screen and (min-width: 601px) {
    .btn-cat {
        text-align: center;
        width: 45%;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto 3rem;
    }
    .sc-content img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        object-fit: cover;
        min-height: 100%;
    }
    .points-forts li p {
        margin: 1.5rem 0 1.5rem .2rem;
    }
}

@media screen and (max-width: 600px) {
    .fancy-box-body h2 {
        font-size: 20px;
    }
    .points-forts li p {
        margin: 1rem 0 1rem .2rem;
    }
    .btn-cat {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto 3rem;
    }
    .bloc-horaire {
        margin-top: 1rem;
    }
    .index-contact address {
        text-align: center;
        margin-bottom: 0.5rem;
    }
    header .bloc.center-item {
        margin-top: 4rem;
    }
    .slide-img .points-forts {
        flex-direction: column;
        align-items: center;
    }
    .slide-img.slide-01 {
        height: 860px;
    }
}

#encart-contact .btn-rappel a {
    border-color: #000!important;
}
#encart-contact .btn-rappel a:hover {
    opacity: 0.5;
}

.page-404 main img {
    border: none;
}