:root {
    --primary-color: hsla(32, 88%, 53%, 1);
    --primary-color-lighten: hsla(32, 88%, 63%, 1);
    --primary-color-darken: hsla(32, 88%, 43%, 1);
    --secondary-color: hsla(32, 100%, 30%, 1);
    --secondary-color-lighten: hsla(32, 100%, 40%, 1);
    --secondary-color-darken: hsla(32, 100%, 20%, 1);
    --accent-color: hsla(199, 75%, 57%, 1);
    --accent-color-lighten: hsla(199, 75%, 67%, 1);
    --accent-color-darken: hsla(199, 75%, 47%, 1);
    --background-color: hsla(0, 100%, 100%, 1);
    --text-color: hsla(0, 0%, 15%, 1);
    --text-color-lighten: hsla(0, 0%, 35%, 1);
    --primary-background-color: hsla(43, 100%, 72%, 1);
    --secondary-background-color: hsla(206, 33%, 89%, 1);
    --accent-background-color: hsla(34, 43%, 83%, 1);
    --success-color: hsla(122, 39%, 49%, 1);
    --error-color: hsla(4, 90%, 58%, 1);
    --info-color: hsla(199, 98%, 48%, 1);
    --font-primary: 'Sora', sans-serif;
    --font-secondary: 'Sora', sans-serif;
    --card-border-radius: 8px;
    --button-border-radius: 8px;
    --border-radius-1: 300px 300px 0px 300px;
    --card-border-radius-1: 0px 100px 100px 100px;
    --card-border-radius-2: 100px 100px 0px 100px;
    --card-border-radius-3: 100px 0px 100px 100px;
    --card-border-radius-4: 100px 100px 100px 0px;
    --img-border-radius: 100px;
}

.barnums-encart.barnums2 .col .card-barnums {
    border: none;
    padding: 0;
}

.card-barnums {
    padding: 25px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto 10px;
}

.image-card {}

.title-card {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.image-card img {}

.barnums-encart {
    margin: 30px auto;
}

.contact-page h1 {
    font-size: 20px;
}

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

.border-radius-1 {
    border-radius: var(--card-border-radius-1)!important;
}

.border-radius-2 {
    border-radius: var(--card-border-radius-2)!important;
}

.border-radius-3 {
    border-radius: var(--card-border-radius-3)!important;
}

.border-radius-4 {
    border-radius: var(--card-border-radius-4)!important;
}

.white {
    background-color: #fff;
}

.img-border-radius {
    border-radius: var(--img-border-radius);
}

.index-page .slick-list {
    overflow: hidden !important;
}


/* TYPOGRAPHIE */


/* =========== */

div[id^="bloc"] ul,
div[id^="bloc"] ol,
.actualitesDetailContenu ul,
.actualitesDetailContenu ol {
    margin-left: 40px;
    margin-bottom: 1rem;
}

ol li {
    padding: .25em 0;
}

@media screen and (min-width: 993px) {
    .barnums-encart.barnums2 .col {
        max-width: 30%;
    }
    .barnums-encart.barnums2 {
        justify-content: flex-start;
    }
    main p,
    div[id^="bloc"] ul,
    div[id^="bloc"] ol,
    .actualitesDetailContenu ul,
    .actualitesDetailContenu ol {
        font-size: .875em;
    }
}

.regular {
    font-weight: 400;
}


/* MEATBALLS */


/* ========= */

#nav-meatballs .brand svg .cls-1 {
    fill: var(--primary-color);
}


/* TOP-BAR */


/* ======= */

.brand {
    font-size: 1rem;
}

.brand .flex-row {
    flex-direction: column;
    align-items: center;
}

.brand a {
    margin: 0 auto;
    display: block;
}

.brand svg {
    /* width: 60px;
height: 60px; */
    margin: 10px 0px;
}

.top-bar .container {
    padding: 15px 0px;
}

.top-bar .main-nav ul li:hover>a {
    opacity: 0.7;
}

@media screen and (min-width: 993px) {
    .top-bar {
        font-size: .75em;
    }
    .brand svg {
        width: 170px;
        margin: 0px;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
        color: var(--primary-color);
    }
    .main-nav {
        font-weight: 700;
    }
    .top-bar .main-nav ul li a.selected,
    .top-bar .main-nav ul li a:hover {
        opacity: 0.7!important;
    }
    /* .brand .flex-row {
  flex-direction: row;
} */
    .top-bar .brand .center-align {
        margin-top: 10px;
        font-size: 0.8em;
    }
    .brand .bold {
        /* font-size: .93em; */
        font-size: .8em;
    }
    .top-bar .main-nav ul li a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: .85em;
    }
    .brand .baseline {
        font-size: .9em;
    }
}


/* FOLD */


/* ======= */

.fold .reseaux-sociaux {
    padding: 10px 0;
}

.fold .reseaux-sociaux ul {
    justify-content: center;
}

body:not(.index-page) .fold .reseaux-sociaux ul {
    justify-content: center;
}

.fold #infos-header {
    text-align: center;
}

.fold #infos-header span.material-icons {
    display: none;
}

.fold .flow-text {
    margin: 1em 0px;
}

.primary .reseaux-sociaux svg {
    fill: #fff;
}

body:not(.index-page) .fold {
    padding-bottom: 1em;
}

.fold #infos-header {
    margin: 1em 0px;
}

@media screen and (min-width: 601px) {
    .barnums-encart .col {
        flex: 1 0 40%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .barnums-encart.barnums4 .col {
        max-width: 40%;
    }
    .fold .flow-text {
        margin: 0px;
    }
    .contact-page h1 {
        font-size: 1.13rem;
        line-height: 2rem;
    }
}

@media screen and (min-width:993px) {
    .fold .reseaux-sociaux ul {
        justify-content: flex-start;
    }
    .barnums-encart .col {
        flex: 1 0 30%;
    }
    .barnums-encart.barnums4 .col {
        max-width: 30%;
    }
}


/* BLOC 01 */


/* ======= */

#bloc-01.section {
    border-radius: 50px 50px 0 0;
    background-image: linear-gradient(to top, var(--primary-color) 90%, transparent 90%);
}

#bloc-01 .slider-slick,
#bloc-01 .slider-slick .slick-track,
#bloc-01 .slider-slick .slick-track .slide-img {
    border-radius: 50px 50px 0px 0px;
}

#bloc-01,
#bloc-01 .container {
    position: relative;
}

#bloc-01::before {
    position: absolute;
    border-radius: var(--border-radius-1);
    content: ' ';
    width: 264px;
    height: 264px;
    border: 2px solid #fff;
    top: 0;
    right: -7em;
    opacity: 0.15;
}

#bloc-01>.container::after {
    position: absolute;
    border-radius: var(--border-radius-1);
    content: ' ';
    width: 92px;
    height: 92px;
    border: 2px solid #fff;
    top: 5em;
    left: -6em;
    transform: rotate(90deg);
}

#bloc-01 .slider-slick::before {
    position: absolute;
    border-radius: var(--border-radius-1);
    content: ' ';
    width: 166px;
    height: 166px;
    border: 2px solid #fff;
    bottom: -6em;
    right: -5em;
    transform: rotate(-90deg);
}

#bloc-01 .slider-slick::after {
    position: absolute;
    border-radius: var(--border-radius-1);
    content: ' ';
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    bottom: -8em;
    left: -5em;
}

#bloc-01 .slick-slicker .slick-arrow::before {
    color: #fff;
}

#bloc-01 .slick-dots li button:before {
    content: ' ';
    width: 24px;
    height: 4px;
    background-color: #fff;
    border-radius: 25px;
}

#bloc-01 .slick-dots li button,
#bloc-01 .slick-dots li {
    width: 24px;
    height: 4px;
}

#bloc-01 .slick-dots li.slick-active button:before,
#bloc-01 .slick-dots li.slick-active button,
#bloc-01 .slick-dots li.slick-active {
    width: 30px;
    transition: 0.3s;
}

#bloc-01 .slick-dots {
    bottom: 10px;
    z-index: 999;
}

.bloc-01-text {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 601px) {
    #bloc-01.section {
        padding-bottom: 0px;
        margin-bottom: 2em;
    }
}


/* BLOC 02 & 03 */


/* ======= */

.after-bloc02,
.after-bloc03 {
    position: relative;
    height: 100%;
}

@media screen and (min-width: 993px) {
    .after-bloc02::after,
    .after-bloc03::after {
        position: absolute;
        content: ' ';
        height: 260px;
        width: 260px;
        border: 2px solid var(--accent-color);
        border-radius: var(--border-radius-1);
    }
    .after-bloc02::after {
        right: -1.5em;
        bottom: -1.5em;
    }
    .after-bloc03::after {
        left: -1.5em;
        top: -1.5em;
        transform: rotate(180deg);
    }
}


/* ENCART INFOS */


/* ========== */

#encart-infos {
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

#encart-infos .bloc-adresse,
#encart-infos .bloc-horaires {
    display: flex;
    align-items: center;
}

#encart-infos .bloc-adresse a {
    display: inline-block;
    margin-top: .4rem;
}

#encart-infos .bloc-adresse a:hover {
    color: var(--primary-color);
}

#encart-infos .bloc-adresse {
    margin-bottom: 1rem;
}

#encart-infos .material-icons {
    display: none;
}

#encart-infos .card {
    padding: 2em;
    box-shadow: 0px 3px 6px #00000029;
}

#encart-infos .flex-row>.col:nth-child(1)>.bloc-infos>.coordonnees ul li:nth-child(1),
#encart-infos .flex-row>.col>.bloc-infos>.coordonnees ul li:nth-child(3),
#encart-infos .flex-row>.col:nth-child(2)>.bloc-infos>.coordonnees ul li:nth-child(2),
#encart-infos .horaires tr:not(.today) {
    display: none;
}

.index-page #bloc-01 #encart-infos div.accordion.active tr:not(.today) {
    display: table-row;
}

.index-page tr.today {
    cursor: pointer;
}


/* .index-page  tr.today:after{
content: '\e5cf';
font-family: 'Material Icons';
} */


/* .index-page div.accordion.active tr.today:after{
content: '\e5ce';
} */

#encart-infos .bloc-infos {
    position: relative;
    padding-top: 35px;
}

#encart-infos .bloc-infos::before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    border-radius: 300px 300px 0px 300px;
    margin: 0 auto;
}

#encart-infos .coordonnees li {
    justify-content: center;
}

#encart-infos table.horaires .today {
    font-weight: 400;
}

#encart-infos .coordonnees li .tel {
    font-size: 1em!important;
}

@media screen and (min-width: 601px) {
    #encart-infos .card {
        overflow: visible;
    }
    #encart-infos .section {
        position: relative;
    }
    #encart-infos .section::before,
    #encart-infos .card::after,
    #encart-infos .card::before {
        position: absolute;
        border-radius: var(--border-radius-1);
        z-index: -1;
        content: ' ';
    }
    #encart-infos .section::before {
        height: 93px;
        width: 93px;
        border: 2px solid var(--primary-color);
        left: -3em;
        top: 3em;
        transform: rotate(180deg);
    }
    #encart-infos .card::after {
        height: 46px;
        width: 46px;
        background-color: var(--primary-color);
        right: -1.5em;
        top: 0px;
        transform: rotate(-90deg);
    }
    #encart-infos .card::before {
        height: 123px;
        width: 123px;
        border: 2px solid var(--primary-color);
        right: -1.5em;
        bottom: -1.5em;
        transform: rotate(0deg);
    }
}

@media screen and (min-width:601px) and (max-width:992px) {
    #encart-infos {
        display: flex;
        align-items: flex-start;
    }
    #encart-infos .bloc-adresse {
        margin-bottom: 0;
        margin-right: 2rem;
    }
}

@media screen and (min-width:993px) {
    .slider-container {
        position: relative;
    }
    #encart-infos {
        position: absolute;
        bottom: 0;
        padding: 1rem;
        border-radius: 0 8px 0 0;
    }
    #encart-infos table td {
        min-width: 100px;
    }
    #encart-infos .material-icons {
        display: block;
        margin-right: .5rem;
    }
}

@media screen and (min-width:1201px) {
    .barnums-encart.barnums2 .col {
        max-width: 20%;
    }
    .barnums-encart .col {
        flex: 1 0 20%;
    }
    .accordion {
        position: relative;
        cursor: pointer;
    }
    .accordion .horaires {
        padding-right: 2rem;
    }
    #encart-infos .bloc-horaires .accordion .horaires tr:not(.today) {
        display: none;
    }
    #encart-infos .bloc-horaires .accordion.active .horaires tr:not(.today) {
        display: table-row;
    }
    .accordion:after {
        content: '\e5cf';
        position: absolute;
        top: .3rem;
        right: 0;
        font-family: "Material icons";
        font-size: 24px;
        color: #1d1d1b;
        transform: rotate(0) translateY(-20%);
    }
    .accordion.active:after {
        top: auto;
        bottom: .3rem;
        transform: rotate(-180deg) translateY(-20%);
    }
    .accordion:hover,
    .accordion:hover::after {
        color: var(--primary-color);
    }
}


/* ENCART PRESTATIONS */


/* ================== */

#encart-prestations .card.full-image .card-image .card-title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.1em;
}

.card .card-image img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}


/* ENCART CATALOGUE */


/* ================ */

#encart-catalogue .card.full-image .card-image .card-title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.1em;
}

#encart-catalogue nav.section {
    color: var(--background-color);
}

#encart-catalogue nav.section p {
    font-size: 1em;
    font-weight: 700;
}

#encart-catalogue nav.section li {
    text-decoration: underline;
}

#encart-catalogue nav.section li:hover {
    text-decoration: none;
}

#encart-catalogue {
    position: relative;
    margin: 4em 0px;
}

#encart-catalogue::after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#encart-catalogue .slick-dots li.slick-active button:before,
#encart-catalogue .slick-dots li button:before {
    color: #fff;
}

@media screen and (min-width:963px) {
    #encart-catalogue::before {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        top: 0;
        left: 0;
        right: 0;
        z-index: -3;
    }
    #encart-catalogue::after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        background-color: var(--primary-color);
        top: 0;
        left: -40%;
        right: 0;
        z-index: -1;
        border-radius: 0px 300px 300px 0px;
    }
    #encart-catalogue .center-align {
        text-align: right;
    }
}


/* POINTS FORTS */


/* ========== */

#points-forts {
    margin-bottom: 50px;
}

#points-forts p {
    font-size: 1em;
    margin-top: 5px;
}

#points-forts ul.points-forts .slick-track {
    display: flex;
}

.points-forts ul.slick-dots {
    justify-content: center;
    /* margin-bottom: 50px; */
}

.slick-slide img {
    display: block;
    margin: auto;
}

#points-forts .slick-slide img {
    max-width: 100px;
    max-height: 100px;
    fill: var(--secondary-color);
}


/* #points-forts .slick-slide svg */

@media screen and (min-width: 993px) {
    #points-forts ul li {
        height: 210px;
        max-width: 210px;
        border: 2px solid var(--primary-color);
        border-radius: var(--border-radius-1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px auto;
    }
    #points-forts ul li:nth-child(1),
    #points-forts ul li:nth-child(3) {
        border-radius: 0px 300px 300px 300px;
    }
}

@media screen and (min-width: 1180px) {
    #points-forts ul li {
        height: 260px;
        max-width: 260px;
        width: 260px!important;
    }
}


/* ENCART AVIS */


/* ========== */

#encart_avis .slick-prev:before,
#encart_avis .slick-next:before {
    color: #fff!important;
}

#avis .titre_avis {
    font-weight: 400;
}


/* .encart-avis #encart_avis .slick-prev, .encart-avis #encart_avis .slick-next {
top: 110%!important;
} */

@media screen and (min-width: 601px) {
    .encart-avis #encart_avis .slick-prev,
    .encart-avis #encart_avis .slick-next {
        top: 50%!important;
    }
}


/* ENCART CONTACT */


/* ============== */

#encart-contact .card,
.encart-contact .card {
    border-radius: var(--border-radius-1);
}

#encart-contact .col:nth-child(1) .card,
#encart-contact .col:nth-child(3) .card,
.encart-contact .col:nth-child(1) .card,
.encart-contact .col:nth-child(3) {
    border-radius: 0 300px 300px 300px;
}

#encart-contact .card .card-content,
.encart-contact .card .card-content {
    padding: 40px 24px;
}

#encart-contact .title-4,
.encart-contact .title-4 {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#encart-contact .flow-text,
.encart-contact .flow-text {
    min-height: 52px;
}

#contact-page-interne {
    position: relative;
}

#contact-page-interne::before {
    position: absolute;
    content: ' ';
    left: -50%;
    right: -50%;
    height: 100%;
    width: 200%;
    background-color: var(--primary-color);
    top: 0;
    z-index: 0;
}


/* ENCART HORAIRES */


/* =============== */

#encart-horaires img {
    border-radius: 30px;
}

#encart-horaires .card-horaires {
    padding: 40px 30px;
    border-radius: 30px;
    margin: 0px;
}

#encart-horaires .card-horaires .title-4 {
    margin-bottom: 2em;
    position: relative;
}

#encart-horaires .card-horaires .title-4::before {
    position: absolute;
    content: ' ';
    left: -50%;
    right: -50%;
    width: 200%;
    height: 1px;
    background-color: var(--primary-color);
    bottom: -20px;
}

#encart-horaires img {
    max-width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 601px) {
    #encart-horaires img {
        height: 100%;
        max-height: 382px;
        width: 100%;
    }
}


/* NEWSLETTER */


/* ========== */

#newsletter label {
    display: none;
}

#newsletter .newsletterInput {
    max-width: 600px;
    margin: 25px auto;
}

#newsletter #mess_newsletter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#newsletter,
.box-newsletter {
    position: relative;
}

@media screen and (min-width: 750px) {
    #newsletter .section {
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .box-newsletter::after,
    .box-newsletter::before,
    #newsletter::before,
    #newsletter::after {
        position: absolute;
        content: ' ';
    }
    .box-newsletter::before {
        height: 174px;
        width: 174px;
        border: 2px solid var(--primary-color);
        border-radius: var(--card-border-radius-1);
        left: -7em;
        top: 2em;
    }
    .box-newsletter::after {
        height: 67px;
        width: 67px;
        background-color: var(--primary-color);
        border-radius: var(--card-border-radius-4);
        bottom: 3em;
        left: 0;
    }
    #newsletter::before {
        height: 67px;
        width: 67px;
        background-color: var(--primary-color);
        border-radius: var(--card-border-radius-3);
        right: 0;
        top: 2em;
    }
    #newsletter::after {
        height: 175px;
        width: 175px;
        border: 2px solid var(--primary-color);
        border-radius: var(--card-border-radius-2);
        right: -7em;
        bottom: 2em;
    }
}

@media screen and (min-width: 1050px) {
    .box-newsletter::before {
        left: 2em;
    }
    .box-newsletter::after {
        left: 2em;
    }
    #newsletter::after {
        right: 2em;
    }
    #newsletter::before {
        right: 7em;
    }
}

@media screen and (min-width: 1600px) {
    .box-newsletter::before {
        left: 16em;
    }
    .box-newsletter::after {
        left: 16em;
    }
    #newsletter::after {
        right: 16em;
    }
    #newsletter::before {
        right: 16em;
    }
}


/* ENCART ACTUALITES */


/* ================= */

#encart-actualites ul li {
    background-color: #fff;
    border-radius: 30px;
    margin: 10px;
    height: 140px;
}

#encart-actualites ul.slick-dots li {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    margin: 0px;
    height: 5px;
}

#encart-actualites ul.slick-actualites li .card {
    padding: 15px;
}

#encart-actualites ul li .card-title {
    font-size: 1em;
}

#encart-actualites ul li .card-title a {
    color: var(--primary-color);
}

#encart-actualites .date-actualite {
    color: #85939A;
}

#encart-actualites .center-align .btn.primary.outlined {
    color: #fff;
    border-color: #fff;
    margin-top: 10px;
}

#encart-actualites .center-align .btn.primary.outlined:hover {
    color: var(--primary-color);
    background-color: #fff;
}

#encart-actualites .slick-dots li.slick-active button:before,
#encart-actualites .slick-dots li button:before {
    color: #fff;
}


/* ENCART MAP */


/* ========== */

#encart-map .card.infos-maps {
    padding: 40px 30px;
    border-radius: 30px;
    margin: 0px;
}

#encart-map .map-container iframe {
    border-radius: 30px;
}

#encart-map .title-4 {
    margin-bottom: 2em;
    position: relative;
}

#encart-map .title-4::before {
    position: absolute;
    content: ' ';
    left: -50%;
    right: -50%;
    width: 200%;
    height: 1px;
    background-color: var(--primary-color);
    bottom: -20px;
}

#encart-map .reseaux-sociaux {
    margin-top: 10px;
}

#encart-map .reseaux-sociaux svg {
    fill: #000;
}

#encart-map .coordonnees li {
    margin-top: 10px;
}

@media screen and (min-width: 601px) {
    #encart-map .map-container iframe {
        min-height: 350px;
    }
    #encart-map .card.infos-maps {
        min-height: 350px;
    }
    #encart-map .container {
        position: relative;
    }
    #encart-map .container::before {
        position: absolute;
        content: ' ';
        width: 220px;
        height: 220px;
        background-color: var(--primary-color);
        border-radius: var(--card-border-radius-4);
        z-index: -1;
        left: -2em;
        bottom: -2em;
    }
    #encart-map .container::after {
        position: absolute;
        content: ' ';
        width: 220px;
        height: 220px;
        border: 2px solid var(--primary-color);
        border-radius: var(--card-border-radius-3);
        z-index: -1;
        right: -2em;
        top: -2em;
    }
    #encart-map.section {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}


/* ENCART MARQUES */


/* ============== */

#encart-marques ul li img {
    max-width: 100%;
    height: auto;
}

#encart-marques ul li {
    margin: 0px 15px;
}

#encart-marques ul.slick-dots li {
    margin: 0px;
}


/* FOOTER */


/* ====== */

footer .siret {
    display: flex;
    margin-bottom: 0.5em;
    justify-content: center;
    margin-top: 0.5em;
}

footer .num-siret {
    margin-left: 0.5em;
}

footer nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

footer .infos-footer {
    flex-direction: column;
}

footer .brand svg .cls-1 {
    fill: var(--primary-color);
}

@media screen and (min-width: 993px) {
    footer .brand a {
        margin: 0px;
    }
    footer .brand .center-align {
        margin-top: 10px;
        font-size: .8em;
    }
    footer nav a {
        margin-left: 1.5em;
    }
    footer nav {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        text-align: center;
    }
    footer .siret {
        justify-content: flex-end;
    }
}


/* CONTACT */


/* ======= */

.contact-page .image-wrapper {
    display: none;
}

.contact-page #fil_ariane a {
    color: #fff;
}

@media screen and (min-width: 993px) {
    .contact-page .image-wrapper {
        display: block;
        height: 710px;
    }
    .contact-page .image-wrapper>img {
        display: block;
        width: auto !important;
        max-width: none !important;
        min-width: 1000%;
        height: auto;
        min-height: 1000%;
        margin: auto;
        position: absolute;
        top: -10000%;
        right: -10000%;
        bottom: -10000%;
        left: -10000%;
        transform: scale(.1);
    }
}


/* CATALOGUE LISTING */


/* ================ */

.catalogue-listing .card.full-image .card-image .card-title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.1em;
}


/* CATALOGUE DÃƒâ€°TAIL */


/* ================ */

.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0px 100px 100px 100px;
}

.catalogue-detail a.lightbox {
    margin-bottom: 1.5rem;
}

.catalogue-detail .row .flex-row .col:not(:first-child) {
    width: 33.333333333333333%;
}

.catalogue-detail .row .flex-row .col:not(:first-child) a.lightbox img {
    border-radius: 0px 50px 50px 50px;
}

.catalogue-detail .btn-3 {
    margin-bottom: 15px;
}


/* PAGE 404 */


/* ======== */

body.page-404 {
    padding-top: 0;
}

.page-404 .right-404 {
    margin: 2.5rem 0 1.5rem;
    padding: 2rem 1rem;
    border-radius: var(--card-border-radius);
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .04);
}

.page-404 .right-404 ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 601px) {
    body.page-404>main>.section>.container>.flex-row {
        flex-direction: row-reverse;
    }
    .page-404 .right-404 {
        margin: 3rem 0;
        padding: 2rem 2.5rem;
    }
}


/* GESTION DE CONTENU */


/* ================== */

input[class*="mce-"] {
    width: 320px;
    max-width: 100%;
    box-sizing: border-box;
}

.mce-label {
    position: static !important;
}


/* MENU 3 NIVEAUX */


/* ============== */

@media screen and (min-width: 993px) {
    .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu {
        position: relative;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu a {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: baseline;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu>a::after {
        margin-top: 0;
        content: '\e5cc ';
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu ul.ssdropdown {
        display: none;
        width: max-content;
        max-width: 400px;
        background-color: rgba(255, 255, 255, 1);
        position: absolute;
        top: 0;
        left: 100%;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .08);
        z-index: 2;
        border-radius: 8px;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown {
        display: block;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown a {
        font-weight: normal;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown {
        border-radius: 8px;
    }
}


/* .index-page .bloc-adresse address{
margin-bottom: 15px;
} */


/* DEMANDE DE RAPPEL */


/* ================= */

body.fancy-box-body {
    padding-top: 0px;
}

@media screen and (max-width:480px) {
    .encart-avis #encart_avis .slick-prev,
    .encart-avis #encart_avis .slick-next {
        top: 110%!important;
    }
}


/* CATEGORIES BDD */

.catalogue-listing .tri-realisations a {
    margin-right: 20px;
    margin-bottom: 15px;
}