:root {
    --primary-color: hsla(184, 100%, 27%, 1);
    --primary-color-lighten: hsla(184, 100%, 37%, 1);
    --primary-color-darken: hsla(184, 100%, 17%, 1);
    --secondary-color: hsla(212, 82%, 15%, 1);
    --secondary-color-lighten: hsla(212, 82%, 25%, 1);
    --secondary-color-darken: hsla(212, 82%, 5%, 1);
    --accent-color: hsla(44, 85%, 48%, 1);
    --accent-color-lighten: hsla(44, 85%, 58%, 1);
    --accent-color-darken: hsla(44, 85%, 38%, 1);
    --background-color: hsla(0, 0%, 94%, 1);
    --text-color: hsl(184, 100%, 9%, 1);
    --text-color-lighten: hsla(184, 100%, 19%, 1);
    --primary-background-color: hsla(184, 100%, 80%, 1);
    --secondary-background-color: hsla(212, 82%, 89%, 1);
    --accent-background-color: hsla(44, 85%, 89%, 1);
    --success-color: hsla(122, 39%, 49%, 1);
    --error-color: hsla(4, 90%, 58%, 1);
    --info-color: hsla(199, 98%, 48%, 1);
    --font-primary: Krub, sans-serif;
    --font-secondary: Krub, sans-serif;
    --card-border-radius: 4px;
    --button-border-radius: 4px;
}

.rappel_telephonique form.generateur p {
    padding: 0 0;
}

.rappel_telephonique input[type=text]:not(.browser-default),
.rappel_telephonique input[type=tel]:not(.browser-default) {
    height: 2rem!important;
}

.rappel_telephonique .btn {
    padding: 6px 20px;
}

img.footer-only {
    display: none;
}

footer img.footer-only {
    display: block;
}


/****************fancy-box-body***************/

h1,
.title-1,
h2,
.title-2,
h3,
.title-3,
h4,
.title-4,
h5,
.title-5,
h6,
.title-6,
.brand {
    font-family: var(--font-secondary);
}

h1,
.title-1 {
    font-size: 1.7rem;
    margin: 2rem 0 2rem 0;
}

h2,
.title-2,
#avis .titre_avis {
    font-size: 1.3rem;
}

h3,
.title-3 {
    font-size: 1.1rem;
}

main p {
    font-size: .85rem;
}

.paginationControl {
    text-align: center;
}

.paginationControl a,
.paginationControl span {
    font-weight: 600;
    font-size: 18px;
    padding: 0 5px;
}

.paginationControl span.disabled {
    color: #ccc;
}

.paginationControl span.selected,
.paginationControl a:hover {
    color: var(--accent-color);
}

.before svg .a {
    fill: var(--primary-color);
}

.bi-primary-color-2 {
    background-image: linear-gradient(transparent 50%, var(--primary-color) 50%);
}

#nav-meatballs {
    z-index: 9;
}

.divider.primary {
    background-color: var(--primary-color);
}

.top-bar .main-nav ul li.sous_menu>a::after {
    font-family: 'Material Icons Outlined';
}

h1 {
    color: var(--primary-color)
}

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 (max-width:601px) {
    .menu-mobile #main-nav {
        padding-bottom: 40px;
    }
}


/* TOP-BAR */


/* ======= */

@media screen and (max-width: 992px) {
    h1.bold {
        margin-top: 0;
    }
    .top-bar .brand .flex-row,
    .page-404 .brand .flex-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .top-bar .brand .flex-row .col>div,
    .page-404 .brand .flex-row .col>div {
        text-align: center;
    }
    .top-bar .brand a {
        display: block;
        margin: 0 auto;
    }
    .top-bar a.tel {
        text-align: center;
        margin: 0.5em 0;
        display: block;
    }
    .sc-content .ac-doubleColonne {
        padding: 0;
    }
    .top-bar>.container>.flex-row {
        flex-direction: column;
    }
    .top-bar>.container>.flex-row>.col {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    div#bloc-03 .flex-row .m12.section {
        padding-top: 0;
    }
    div#bloc-04 .flex-row .m12.section {
        padding-bottom: 0;
    }
    div#bloc-05 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .top-bar .main-nav {
        padding-bottom: 4rem;
    }
    .image-wrapper img {
        max-height: 300px;
        object-fit: cover;
        margin: auto;
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 100%;
    }
    .sc-content img {
        max-height: 300px;
        object-fit: contain;
        width: auto;
    }
}

@media screen and (min-width: 993px) {
    .sc-content .ac-doubleColonne .ac-colonne h2:first-of-type {
        margin-top: 0;
    }
    .sc-content img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .col.second-col-fold .flex-row {
        display: block !important;
        text-align: right;
    }
    .top-bar .main-nav ul li a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: .9em;
    }
    .top-bar {
        font-size: .75em;
        background: inherit;
    }
    .top-bar.js-scroll {
        background-color: var(--background-color);
    }
    .main-nav {
        font-weight: 700;
    }
    .contact-page h1 {
        font-size: 1.5rem;
    }
    .contact-page p {
        font-size: .8rem;
    }
    .contact-page #fil_ariane a {
        color: #fff;
    }
}

@media screen and (min-width: 1281px) {
    .col.second-col-fold .flex-row {
        display: flex !important;
        text-align: right;
        align-items: center;
    }
    .top-bar .main-nav ul li a {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        font-size: 1em;
    }
    .index-page .top-bar .main-nav ul li a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .sc-content img {
        object-fit: cover;
        width: auto;
        height: auto;
    }
}


/* MEATBALLS */


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

#nav-meatballs .brand .flex-row {
    justify-content: center;
    align-items: center;
}

#nav-meatballs .brand .flex-row div {
    text-align: center;
}

#nav-meatballs .horaires tr {
    font-size: 0.9em;
}

@media screen and (min-width: 601px) {
    #nav-meatballs .brand .flex-row div {
        text-align: left!important;
    }
}


/* HEADER */


/* ======= */

.index-page .fold {
    padding: 15px 10px;
    position: relative;
}

.index-page .slider-header {
    background-image: url(../assets/gifs/slider/slide-01.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.index-page .slider-header::before {
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: transparent linear-gradient(90deg, #000000 0%, #545454e3 100%) 0% 0% no-repeat padding-box;
    opacity: 0.3;
    z-index: 3;
}

.index-page .fold .container .bloc-fold {
    position: relative;
}

.index-page header .reseaux-sociaux svg {
    fill: #fff;
    position: relative;
    margin-top: 2em;
}

body:not(.index-page) .fold .container>div .col {
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .index-page header .reseaux-sociaux ul {
        display: flex;
        justify-content: center;
    }
    .index-page .fold .container .bloc-fold {
        text-align: center;
    }
    .index-page .fold {
        background-image: url(../assets/gifs/slider/slide-01.jpg);
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .top-bar .main-nav {
        z-index: 9;
    }
    .index-page .fold::before {
        position: absolute;
        content: ' ';
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: transparent linear-gradient(90deg, #000000 0%, #54545433 100%) 0% 0% no-repeat padding-box;
        opacity: 0.3;
        z-index: 0;
    }
    .index-page .fold div {
        position: relative;
        z-index: 1;
    }
    .index-page .wrapper {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .index-page header {
        position: relative;
        height: 717px;
    }
    body:not(.index-page) .top-bar .container {
        padding: 10px 0px;
    }
    .index-page .slider-header {
        position: absolute;
        top: 217px;
        left: 0;
        right: 0;
        height: 500px;
        z-index: 0;
    }
    .index-page .fold {
        padding-top: 9em;
    }
    header .carousel-arrow-prev {
        right: 65px;
        left: inherit;
    }
    header .carousel-arrow {
        border-radius: 0px;
        top: 93%;
    }
    .index-page .wrapper,
    .index-page .wrapper .carousel,
    .index-page .wrapper .carousel img {
        min-height: 500px!important;
    }
    .index-page .wrapper .carousel img {
        object-fit: cover;
    }
    body:not(.index-page) header .top-bar .brand {
        /* transform: translateY(30px); */
    }
}

@media screen and (min-width: 993px) {
    .index-page header {
        position: relative;
        height: 600px;
    }
    .index-page .wrapper,
    .index-page .wrapper .carousel,
    .index-page .wrapper .carousel img {
        height: 600px!important;
    }
    .index-page .slider-header {
        top: 0;
        height: 600px;
    }
    .index-page .top-bar .container>div {
        margin-top: 20px;
        padding: 15px;
        background-color: var(--background-color);
    }
    body:not(.index-page) .slider-header {
        display: none;
    }
    .index-page .fold::before {
        top: 0px;
    }
    .index-page .fold .reseaux-sociaux {
        transform: translateY(90px);
        max-width: 300px;
    }
    .index-page .fold .bloc-fold {
        min-height: 200px;
    }
    .index-page .fold {
        padding-top: 12em;
        margin-top: 0px!important;
    }
    body:not(.index-page) header .top-bar .brand {
        transition: transform .3s ease-in-out;
    }
    body:not(.index-page) header .top-bar.js-scroll .brand {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1280px) {
    header .carousel-arrow-prev {
        right: 13%;
    }
    header .carousel-arrow-next {
        right: 10%;
    }
}


/* BLOCS */


/* ===== */

body:not(.contact-page) h1 {
    text-align: center;
}

.contact-page header .divider {
    height: 0px;
}

.bloc-01-before {
    height: 100%;
    position: relative;
}

.bloc-01-before .before {
    position: absolute;
    right: -23px;
    bottom: -23px;
    content: ' ';
    width: 171px;
    height: 171px;
    z-index: -1;
}

#bloc-03 .bloc-01-before .before {
    top: -23px;
    bottom: inherit;
    transform: rotate(-90deg);
}

#bloc-04 .bloc-01-before .before {
    top: -23px;
    left: -23px;
    right: inherit;
    bottom: inherit;
    transform: rotate(180deg);
}

#bloc-02.section {
    position: relative;
}

#bloc-02 .before svg .a {
    fill: #fff;
}

#bloc-02 .before {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (min-width: 601px) {
    #bloc-01 p {
        /* padding: 3em 0px; */
    }
    #bloc-02.section:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        content: ' ';
        background-color: var(--primary-color);
        width: 50%;
        height: 100%;
        mix-blend-mode: color;
        opacity: 1;
        z-index: 1;
    }
    #bloc-02 .texte-padding {
        padding: 3em 0px;
    }
}


/* POINTS FORTS */


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

#points-forts {
    margin: 3em 0;
}

#points-forts .container {
    position: relative;
    background-color: #fff;
    padding: 25px;
}

#points-forts .container .before {
    position: absolute;
    content: ' ';
    width: 171px;
    height: 171px;
    z-index: -1;
}

#points-forts .container .before:nth-child(1) {
    right: -23px;
    bottom: -23px;
}

#points-forts .container .before-2 .before {
    left: -23px;
    top: -23px;
    transform: rotate(180deg);
}

@media screen and (min-width: 993px) {
    #bloc-02.section {
        padding: 0px;
    }
    #bloc-02 .image-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: calc(50% + .75em);
        width: 50%;
    }
    #points-forts .container {
        padding: 35px 25px;
    }
    #points-forts ul {
        margin-top: 3em;
    }
}


/* ENCARTS AVIS */


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

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

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


/* ENCARTS PRESTATIONS */


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

#encart-prestations img {
    /* max-height: 290px; */
    object-fit: cover;
    height: 100%;
}

#encart-prestations .slick-dots li button::before {
    color: #fff;
}

#encart-prestations .card.full-image .card-image .card-title {
    justify-content: center;
}

#encart-prestations .card.full-image .card-image .card-title::before {
    content: '';
    font-size: 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    text-transform: uppercase;
    letter-spacing: 0.96px;
}

#encart-prestations .card.full-image.secondary .card-image::before {
    background-color: #313131!important;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

#encart-prestations .card.full-image.secondary .card-image:hover::before {
    background-color: var(--primary-color)!important;
}

#encart-prestations .card-title a {
    outline: none!important;
}


/* ENCARTS CONTACT */


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

#encart-contact .container {
    position: relative;
}

#encart-contact .container .before {
    position: absolute;
    left: -25px;
    top: 50px;
    z-index: -1;
    transform: rotate(180deg);
}

#encart-contact .container .before-2 .before {
    position: absolute;
    right: -25px;
    bottom: -10px;
    top: inherit;
    left: inherit;
    transform: rotate(0deg);
}

.encart-contact li .card {
    min-height: 188px;
    margin: 0;
    height: 100%;
}

#img-sparation {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media screen and (min-width: 993px) {
    .flex-row .l-offset-1 {
        margin-left: 8.33%;
    }
}


/* ACTUALITES */


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

.image-actualite {
    height: 100%;
    position: relative;
}

.container-actualite {
    padding: 20px;
}

#encart-actualites .flex-row ul:not(.slick-dots) li .card div:not(.card-title) {
    width: 95%!important;
    position: relative;
    margin-left: 0 !important;
    padding-left: 30px!important;
}

#encart-actualites .flex-row ul:not(.slick-dots) li {
    width: 100%!important;
    margin-left: 0 !important;
    padding-right: 0px;
    padding-left: 0px;
}

#encart-actualites .flex-row ul {
    margin-left: 0px;
}

#encart-actualites .flex-row ul:not(.slick-dots) li .card div:not(.card-title)::before {
    content: ' ';
    left: 0;
    height: 80%;
    width: 1px;
    top: 0!important;
    bottom: 0;
    margin: auto;
    background-color: var(--primary-color);
    position: absolute;
}

.image-actualite .before {
    position: absolute;
    right: 23px;
    bottom: 23px;
    content: ' ';
    width: 171px;
    height: 171px;
    z-index: 1;
}

#encart-actualites ul:not(.slick-dots) {
    margin-bottom: 0px;
}

.container-actualite .before {
    display: none;
}

@media screen and (min-width: 601px) {
    .image-actualite .before {
        position: absolute;
        right: -23px;
        top: -23px;
        content: ' ';
        width: 171px;
        height: 171px;
        transform: rotate(-90deg);
        z-index: -1;
    }
    .container-actualite {
        padding: 25px 0px 25px 25px;
    }
    .container-actualite .center-align {
        text-align: left;
    }
}

@media screen and (min-width: 993px) {
    .container-actualite {
        position: relative;
    }
    .container-actualite .before {
        display: block;
        position: absolute;
        right: 0;
        bottom: 20px;
        opacity: 0.5;
    }
    #encart-actualites .flex-row ul:not(.slick-dots) li .card div:not(.card-title) {
        width: 80%!important;
    }
}


/* ENCART MAP */


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

#encart-map .card {
    margin: 0px;
    padding: 20px;
    min-height: 150px;
}

#encart-map.section {
    padding: 4rem 0px;
}

#encart-map .card li {
    font-style: 14px!important;
}

#encart-map .container {
    position: relative;
}

#encart-map .before {
    position: absolute;
    transform: rotate(180deg);
    content: ' ';
    width: 171px;
    height: 171px;
    z-index: -1;
    top: -23px;
    left: -23px;
}

#encart-map .before-2 .before {
    position: absolute;
    transform: rotate(0deg);
    content: ' ';
    width: 171px;
    height: 171px;
    z-index: -1;
    top: inherit;
    left: inherit;
    right: -23px;
    bottom: -23px;
}

@media screen and (min-width: 601px) {
    #encart-map .map-container,
    #encart-map .map-container iframe {
        height: 100%;
    }
}

@media screen and (min-width: 991px) {
    #encart-map ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 200px;
        padding: 0px 0px 20px;
    }
    #encart-map .zone-intervention-seule ul {
        max-height: 100px!important;
        float: row;
    }
    #encart-map .card {
        height: 100%;
        max-height: 300px;
        padding: 30px;
    }
}


/* NEWSLETTER */


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

#newsletter label {
    display: none;
}

#newsletter .flex-row>.col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#newsletter .container .col img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

#newsletter .no-padding {
    padding: 0px;
}

@media screen and (min-width: 601px) {
    #components-newsletter {
        padding: 15px 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
}


/* FOOTER */


/* ======= */

.secondary.darken {
    background-color: var(--secondary-color-darken);
}

footer .siret {
    margin: 0.5em auto;
}

footer address a.tel {
    display: block;
    margin-bottom: 0.5em;
}

footer .footer-2 {
    padding: 0.5em 0px;
}

footer .reseaux-sociaux ul {
    justify-content: center;
    display: flex;
    margin-bottom: 0.5em;
    align-items: center;
}

footer .section#footer {
    padding-bottom: 0px;
}

footer .brand svg {
    fill: #fff;
}

@media screen and (max-width: 601px) {
    footer .brand .flex-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .brand a {
        margin: 0 auto;
        display: block;
    }
    footer .brand a div,
    footer address {
        text-align: center;
    }
    footer .brand .bold {
        margin-top: 0.5em;
    }
    footer .siret {
        display: block;
        text-align: center;
    }
    footer nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    footer nav a {
        display: block;
        margin-bottom: 0.5em;
    }
}

@media screen and (min-width: 601px) {
    footer address {
        text-align: right;
    }
    footer nav a {
        margin-left: 0.5em;
    }
}


/* ENCART CATALOGUE  */


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

.top-bi-primary-color {
    background-image: linear-gradient(var(--primary-color) 40%, transparent 40%);
}

#encart-catalogue .card img {
    height: 290px;
    object-fit: cover;
}

.card-image {
    height: 290px;
}

#encart-catalogue .card {
    background-color: transparent;
}

#encart-catalogue .card-content .card-title {
    font-weight: 400;
}

#encart-catalogue .card-image {
    position: relative;
}

#encart-catalogue .card .card-image::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    content: ' ';
    top: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

#encart-catalogue .card:hover .card-image::after {
    opacity: 0.5;
}

#encart-catalogue .card-image::before {
    position: absolute;
    content: ' ';
    left: 0px;
    bottom: -70px;
    height: 20px;
    width: 1px;
    height: 50px;
    background-color: var(--text-color);
}

#encart-catalogue .card:hover .card-image::before {
    background-color: var(--primary-color);
}

#encart-catalogue .card:hover .card-title {
    color: var(--primary-color);
}

.btn-slick {
    margin-top: 45px;
}

@media screen and (min-width: 993px) {
    #encart-catalogue .btn-slick {
        text-align: left;
        margin-top: 10px;
    }
    #encart-catalogue .container {
        position: relative;
    }
    #encart-catalogue .slick-prev,
    #encart-catalogue .slick-next {
        top: 105% !important;
        width: 50px;
        height: 50px;
        border: 1px solid var(--text-color);
    }
    #encart-catalogue .slick-prev {
        left: inherit;
        right: 75px;
    }
    #encart-catalogue .slick-next {
        right: 10px;
    }
    #encart-catalogue .slick-next::before,
    #encart-catalogue .slick-prev::before {
        font-size: 18px;
    }
}


/* CATALOGUE DÃ‰TAIL */


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

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

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

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


/* CATALOGUE LISTING */


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

#catalogue_contenu .card .card-image,
#catalogue_contenu .card .card-image img {
    height: 297px;
}

#catalogue_contenu .card .card-image img {
    object-fit: cover;
}

#catalogue_contenu .card .card-image::before {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: -70px;
    height: 20px;
    width: 1px;
    height: 50px;
    background-color: var(--text-color);
}

#catalogue_contenu .card:hover .card-image::before {
    background-color: var(--primary-color);
}

#catalogue_contenu .card .card-image {
    position: relative;
}

#catalogue_contenu .card .card-image::after {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    opacity: 0;
    transition: 0.3s ease-in-out;
    position: absolute;
}

#catalogue_contenu .card:hover .card-image::after {
    opacity: 0.5;
}

#catalogue_contenu .card:hover .card-title {
    color: var(--primary-color);
}


/* PAGE DEVIS */


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

.devis-page .section .container>.row {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.devis-page .section .container>.row .col {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.container-devis {
    padding: 10px;
}

.devis-page .section .container>.row .before {
    position: absolute;
    content: ' ';
    left: -20px;
    top: -25px;
    transform: rotate(180deg);
    z-index: 0;
}

.devis-page .section .container>.row .before-2 .before {
    top: inherit;
    bottom: -25px;
    right: -20px;
    left: inherit;
    transform: rotate(0);
}

.devis-page .intro {
    margin-bottom: 50px;
    display: block;
}

@media screen and (min-width:601px) {
    .container-devis {
        padding: 20px;
    }
    .devis-page .section .container>.row .before {
        left: -25px;
        top: -30px;
    }
    .devis-page .section .container>.row .before-2 .before {
        right: -25px;
        bottom: -30px;
    }
}


/* RAPPEL */


/* ====== */

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

.rappel_telephonique .brand .flex-row>.col>div {
    text-align: center;
}

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

.rappel_telephonique .brand .flex-row>.col>div.baseline {
    font-size: 0.8em;
}

.rappel_telephonique h4 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
}

@media screen and (min-width: 470px) {
    body.fancy-box-body {
        padding-top: 20px;
    }
    .rappel_telephonique .brand .flex-row>.col>div {
        text-align: left!important;
    }
    .rappel_telephonique .brand a {
        display: block;
        margin: 0 auto;
    }
}


/* 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;
}

.page-404 ul li {
    position: relative;
    padding-left: 25px;
}

.page-404 main ul li::before {
    position: absolute;
    content: ' ';
    width: 16px;
    height: 16px;
    background-image: url(../assets/gifs/icons/cancel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
}

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


/* CAROUSEL */

.wrapper {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    max-height: 600px;
}

.carousel {
    position: relative;
    width: 100%;
    height: 0;
    background: #ddd;
}


/* Images */

.carousel-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
}

.carousel-img-displayed {
    display: block;
    opacity: 1;
    z-index: 2;
}

.carousel-img-hidden {
    display: block;
    opacity: 0;
    z-index: 1;
}

.carousel-img-noDisplay {
    display: none;
}


/* FlÃ¨ches de dÃ©filement */

.carousel-arrow {
    z-index: 5;
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -18px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    background-image: url(../assets/gifs/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
    background-color: var(--secondary-background-color);
}

.carousel-arrow-next {
    right: 20px;
}

.carousel-arrow-prev {
    left: 20px;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}


/* MENU A 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: space-between;
        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;
    }
    .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;
    }
}


/* PAGE CONTACT */


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

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

@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);
    }
}

@media screen and (min-width: 1201px) {
    h1,
    .title-1 {
        font-size: 2rem;
        margin: 2rem 0 2rem 0;
    }
    h2,
    .title-2,
    #avis .titre_avis {
        font-size: 1.6rem;
    }
    h3,
    .title-3 {
        font-size: 1.4rem;
    }
    main p {
        font-size: 1rem;
    }
}

#encart-actualites ul:not(.slick-dots)>li .card .card-title a:hover {
    color: var(--accent-color);
}

footer .white-text a:hover {
    color: var(--accent-color);
}

.card.link-cover .card-title a::after {
    z-index: 1;
}

.encart-contact li {
    margin: 0.5rem 0 1rem 0;
}