:root {
    --primary-color: hsla(0, 0%, 17%, 1);
    --primary-color-lighten: hsla(0, 0%, 27%, 1);
    --primary-color-darken: hsla(0, 0%, 7%, 1);
    --secondary-color: hsla(0, 0%, 82%, 1);
    --secondary-color-lighten: hsla(0, 0%, 92%, 1);
    --secondary-color-darken: hsla(0, 0%, 72%, 1);
    --accent-color: hsla(35, 58%, 53%, 1);
    --accent-color-lighten: hsla(35, 58%, 63%, 1);
    --accent-color-darken: hsla(35, 58%, 43%, 1);
    --background-color: hsla(0, 0%, 94%, 1);
    --text-color: hsla(184, 100%, 9%, 1);
    --text-color-lighten: hsla(0, 0%, 44%, 1);
    --primary-background-color: hsla(183, 100%, 96%, 1);
    --secondary-background-color: hsla(212, 82%, 95%, 1);
    --accent-background-color: hsla(44, 85%, 92%, 1);
    --success-color: hsla(122, 39%, 49%, 1);
    --error-color: hsla(4, 90%, 58%, 1);
    --info-color: hsla(199, 98%, 48%, 1);
    --font-primary: Roboto, sans-serif;
    --font-secondary: Roboto, sans-serif;
    --card-border-radius: 0;
    --button-border-radius: 0;
    --text-in-circle-radius: 4.5rem;
}


/* UTILES */


/* ====== */

.rotate {
    width: 100%;
    height: 100%;
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.desktop-only {
    display: none;
}

.slick-initialized.slick-dotted {
    margin-bottom: 3rem !important;
}

.slick-initialized .card {
    margin-top: 0;
    margin-bottom: 0;
}

.slick-dots {
    margin-top: .5rem;
    top: 100%;
    bottom: auto;
}

.paginationControl {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}

.paginationControl span,
.paginationControl a {
    display: inline-block;
    width: auto;
    padding: .25rem;
    font-size: 1.125rem;
    line-height: 1;
}

.paginationControl .disabled,
.paginationControl .selected {
    color: #cccccc;
}

.paginationControl a {
    color: var(--primary-color);
}

.paginationControl a:hover {
    color: var(--primary-color-darken);
}

.fancybox-lock {
    margin: 0 !important;
}

.fancybox-lock .fancybox-overlay {
    overflow-y: unset;
}

@media screen and (min-width: 601px) {
    .flex-row.m-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 479px) {
    .slick-prev,
    .slick-next {
        margin-top: .5rem;
        transform: none;
    }
}

@media screen and (min-width: 993px) {
    .flex-row.l-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }
    .l-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-row .l8 {
        margin: 0;
    }
    .desktop-only {
        display: block;
    }
}


/* TYPOGRAPHIE */


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

.sup {
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .064em;
}

.bigger {
    font-size: 1.125rem;
}

.text-in-circle {
    width: calc(var(--text-in-circle-radius) * 2);
    height: calc(var(--text-in-circle-radius) * 2);
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
}

.text-in-circle [class^="maClass"] {
    display: block;
    height: var(--text-in-circle-radius);
    position: absolute;
    left: 50%;
    transform-origin: bottom center;
}

.secondary .primary-text {
    color: var(--primary-color-lighten);
}

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: 992px) {
    .reseaux-sociaux>ul>li {
        padding: .25rem;
    }
    .reseaux-sociaux a {
        padding: .75rem;
    }
}


/* LOGO */


/* ==== */

@media screen and (max-width: 992px) {
    .brand {
        margin-bottom: .5rem;
    }
}

@media screen and (max-width: 600px) {
    .brand {
        text-align: center;
    }
    .brand .logo>.flex-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .brand .logo>.flex-row>.col:first-child {
        margin-bottom: .5rem;
    }
    .brand .logo>.flex-row>.col:last-child {
        text-align: center;
    }
}


/* PLAN SITE */


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

.plan-site .col-plan ul li a {
    color: var(--primary-color);
}


/* TOP-BAR */


/* ======= */

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

.header-content a.tel {
    font-size: 1.5rem;
    line-height: 1;
}

@media screen and (max-width: 992px) {
    .top-bar .main-nav {
        padding-bottom: 4rem;
    }
    .header-content {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .header-content a.tel {
        display: inline-block;
        padding: .75rem;
    }
}

@media screen and (max-width: 600px) {
    .header-content a.tel {
        margin-bottom: .5rem;
    }
}

@media screen and (min-width: 993px) {
    .sticky {
        background-color: #FFFFFF;
    }
    .top-bar .main-nav {
        color: #FFFFFF;
        background-color: var(--primary-color);
    }
    .top-bar .main-nav>ul {
        justify-content: center;
    }
    .top-bar .main-nav ul li:hover>a,
    .top-bar .main-nav ul li a.selected {
        color: inherit;
        opacity: .72 !important;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown {
        background-color: var(--primary-color);
    }
    .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: var(--primary-color);
        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;
    }
    .header-content {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .header-content .reseaux-sociaux>ul {
        margin-right: -.25rem;
        margin-left: -.25rem;
    }
    .header-content .reseaux-sociaux>ul li {
        padding-right: .25rem;
        padding-left: .25rem;
    }
    .header-content .reseaux-sociaux svg {
        width: 1.125rem;
        height: 1.125rem;
    }
}


/* FOLD */


/* ==== */

.bloc-depannage {
    display: block;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    background-color: #FFFFFF;
}

#encart-prestations ul li {
    padding-top: 0;
    padding-bottom: 0;
}

#encart-prestations .prestation {
    height: auto;
    /* background-color: rgba(255, 255, 255, .64); */
    overflow: hidden;
    position: relative;
    opacity: 0.9;
}

#encart-prestations .prestation::after {
    display: block;
    width: 100%;
    height: 0 !important;
    padding-bottom: 100%;
    content: '';
}

#encart-prestations .prestation>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);
    z-index: -1;
}

#encart-prestations .prestation a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: .5rem;
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
}

#encart-prestations .prestation a::before {
    display: block;
    content: 'Prestation';
    font-size: .625rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .064em;
    /* color: var(--primary-color); */
    color: #fff;
}

@media screen and (max-width: 992px) {
    #encart-prestations ul {
        margin-right: 0;
        margin-left: 0;
    }
    #encart-prestations ul li {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .fold .flex-row .col.s12 {
        padding-top: 0;
        padding-bottom: 0;
    }
    #encart-prestations {
        width: 100%;
        overflow-x: scroll;
    }
    #encart-prestations ul {
        width: 270%;
    }
}

@media screen and (max-width: 309px) {
    .bloc-depannage {
        text-align: center;
    }
    .bloc-depannage>.flex-row {
        flex-direction: column;
    }
}

@media screen and (min-width: 993px) {
    .fold {
        position: relative;
        z-index: 0;
    }
    #fold-depannage {
        width: 100%;
        margin: 0;
        padding-bottom: 3rem;
        position: absolute;
        bottom: 0;
    }
    .bloc-depannage {
        display: inline-block;
    }
    .fold-image-left {
        width: 50%;
        width: calc(50% + .75rem);
        height: 100%;
        position: absolute;
        top: 0;
        right: 50%;
        right: calc(50% - .75rem);
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .fold-image-left::before {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: #FFFFFF;
        opacity: .2;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    #encart-prestations ul {
        height: 37.5rem;
    }
    #encart-prestations .prestation {
        height: 100%;
        transition: background-color .3s ease-in-out;
    }
    #encart-prestations .prestation::after {
        display: none;
        content: none;
    }
    #encart-prestations .prestation:hover {
        background-color: var(--secondary-color);
    }
    #encart-prestations .prestation a {
        width: 100%;
        height: 100%;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: color .3s ease-in-out;
    }
    #encart-prestations .prestation:hover a {
        color: #FFFFFF;
    }
    #encart-prestations .prestation a::before {
        transition: color .3s ease-in-out;
    }
    #encart-prestations .prestation:hover a::before {
        color: var(--primary-color-lighten);
    }
    #encart-prestations .prestation {
        height: 100%;
    }
}


/* BLOC-01 */


/* ======= */

#encart-qualifications {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 2rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    text-align: center;
    background-color: #FFFFFF;
}


/* ENCART CATALOGUE */


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

#encart-catalogue {
    margin-top: var(--text-in-circle-radius);
    background-color: #FFFFFF;
}

#encart-catalogue>.container {
    position: relative;
}

#encart-catalogue .text-in-circle {
    margin-top: -2rem;
    position: absolute;
    left: 8.33333%;
    transform: translateY(-50%);
}

.realisation.card.full-image .card-image .card-title,
.realisation.card.full-image .card-image .card-title a {
    color: var(--text-color) !important;
}

.realisation a::before {
    display: block;
    content: 'R\00E9 alisation';
    font-size: .625rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .064em;
    color: var(--primary-color);
}

.realisation.card.full-image .card-image::before {
    background-image: none;
    background-color: #FFFFFF;
    opacity: .25;
}

@media screen and (max-width: 992px) {
    #encart-catalogue.section>.container {
        padding-top: 4rem;
    }
    #encart-catalogue.section>.container .text-in-circle {
        margin-top: -5rem;
    }
}

@media screen and (min-width: 993px) {
    #encart-catalogue>.container>.row {
        margin-bottom: 1.5rem;
    }
    .realisation.card.full-image .card-image .card-title,
    .realisation.card.full-image .card-image .card-title a {
        transition: color .3s ease-in-out;
    }
    .realisation.card.full-image:hover .card-image .card-title,
    .realisation.card.full-image:hover .card-image .card-title a {
        color: #FFFFFF !important;
    }
    .realisation a::before {
        transition: color .3s ease-in-out;
    }
    .realisation:hover a::before {
        color: var(--primary-color-lighten);
    }
    .realisation.card.full-image .card-image::before {
        transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    }
    .realisation.card.full-image:hover .card-image::before {
        background-color: var(--secondary-color);
        opacity: 1;
    }
}


/* RELANCE */


/* ======= */

.sc-content #relance ul li a {
    color: var(--primary-color-lighten);
}


/* POINTS FORTS */


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

#encart-points-forts.section {
    padding-bottom: 4rem;
    background-color: #FFFFFF;
}

#encart-catalogue+#encart-points-forts.section {
    padding-top: 1rem;
}

#encart-points-forts span.mW200px {
    display: inline-block;
    max-width: 200px;
}

@media screen and (max-width: 284px) {
    #encart-points-forts ul li {
        text-align: center;
    }
    #encart-points-forts ul li>.flex-row {
        flex-direction: column;
    }
}


/* BLOC-02 */


/* ======= */

@media screen and (max-width: 600px) {
    #bloc-02>.container>.flex-row>.col:last-child>.section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 601px) {
    #bloc-02 {
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    #bloc-02.section {
        padding-top: 0;
        padding-bottom: 0;
    }
    #bloc-02>.container {
        position: static !important;
    }
    #bloc-02 .image-wrapper {
        width: calc(50% - .75rem);
        height: 100%;
        position: absolute;
        top: 0;
        right: calc(50% + .75rem);
        bottom: 0;
        left: 0;
    }
}


/* ENCART AVIS */


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

#avis .titre_avis {
    text-align: center;
}

#avis .bloc-avis {
    margin: 0 .75rem;
    border: none;
    border-radius: var(--card-border-radius);
    box-shadow: none;
}

#avis .js-more .avis:after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}


/* ENCART CONTACT */


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

.encart-contact.section {
    background-color: #FFFFFF;
}


/* BLOC-03 */


/* ======= */

#bloc-03>.container>.flex-row>.col:first-child>div {
    position: relative;
}

#bloc-03 .text-in-circle {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

#bloc-03 .image-wrapper {
    position: relative;
}

#bloc-03 .image-wrapper::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #FFFFFF;
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 600px) {
    #bloc-03.section {
        padding-top: 6rem;
    }
}

@media screen and (min-width: 601px) {
    #bloc-03 .image-wrapper {
        height: auto;
        overflow: hidden;
    }
    #bloc-03 .image-wrapper::after {
        display: block;
        width: 100%;
        height: 0 !important;
        padding-bottom: 100%;
        content: '';
    }
    #bloc-03 .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);
        z-index: -1;
    }
}

@media screen and (min-width: 993px) {
    #bloc-03 .image-wrapper::before {
        background-color: transparent;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
}


/* ENCART FORMULAIRE */


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

#encart-formulaire form label {
    display: inline-block;
    width: auto !important;
    color: #FFFFFF;
}

#encart-formulaire form label input[type="checkbox"] {
    margin-right: 1rem;
    cursor: pointer;
}

#encart-formulaire form> :first-child {
    width: 100%;
}

#encart-formulaire form .divGenerateur label.optional {
    display: none;
}

#encart-formulaire form .divGenerateur label.noFloatingLabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (min-width: 601px) {
    #encart-formulaire form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #encart-formulaire form .divGenerateur ul {
        width: 100%;
        column-count: 2;
        column-gap: 1.5rem;
    }
}

@media screen and (min-width: 993px) {
    #encart-formulaire form .divGenerateur ul {
        column-count: 2;
    }
}


/* ENCART ACTUALITÉS */


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

#encart-actualites .card {
    background-color: #FFFFFF !important;
}

#encart-actualites .card .card-image {
    width: 100%;
}

#encart-actualites .card .card-image a {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#encart-actualites .card .card-image a::after {
    display: block;
    width: 100%;
    height: 0 !important;
    padding-bottom: 56.25%;
    content: '';
}

#encart-actualites .card .card-image a>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);
}

#encart-actualites .card>div:last-child {
    padding: 1.5rem;
    overflow: auto;
}

#encart-actualites .card .date-actualite {
    margin-bottom: .5rem;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .064em;
    color: var(--primary-color);
}

#encart-actualites .card .card-title a:hover {
    border-color: transparent;
}

#encart-actualites .card p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 600px) {
    #encart-actualites .card .card-image {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    #encart-actualites .card {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        min-height: 180px;
    }
    #encart-actualites .card .card-image {
        flex-shrink: 0;
        max-width: 180px;
    }
    #encart-actualites .card .card-image a::after {
        padding-bottom: 100%;
    }
    #encart-actualites .card .card-title a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1;
        border-bottom: solid 2px;
    }
}


/* ENCART PARTENAIRES */


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

#encart-partenaires.section {
    padding-top: 6rem;
    background-color: #FFFFFF;
}

:not(.primary):not(.secondary):not(.accent)+#encart-partenaires.section {
    padding-top: 2rem;
    margin-top: var(--text-in-circle-radius);
}

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

#encart-partenaires .text-in-circle {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}

:not(.primary):not(.secondary):not(.accent)+#encart-partenaires .text-in-circle {
    margin-top: -2rem;
}

#encart-partenaires ul li {
    padding-top: 0;
    padding-bottom: 0;
}

#encart-partenaires ul li img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    #encart-partenaires>.container {
        padding-top: 4rem;
    }
}

@media screen and (min-width: 993px) {
    #encart-partenaires.section {
        padding-top: 4rem;
    }
}


/* ZONE D'INTERVENTION */


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

#encart-zone-intervention>.container>ul {
    column-count: 2;
    column-gap: 1.5rem;
}

@media screen and (min-width: 601px) {
    #encart-zone-intervention>.container>ul {
        column-count: 4;
    }
}

@media screen and (min-width: 993px) {
    #encart-zone-intervention>.container>ul {
        column-count: 6;
    }
}


/* ENCART MAP ZONE D'INTERVENTION */


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

#encart-map-zone-intervention #encart-zone-intervention>.container {
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 601px) {
    #encart-map-zone-intervention.section {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 0;
    }
    #encart-map-zone-intervention .map-container {
        width: 100% !important;
        width: calc(50% - .75rem);
        height: 100%;
        /* position: absolute;
    top: 0;
    right: 50%;
    right: calc(50% + .75rem);
    bottom: 0;
    left: 0; */
    }
    #encart-map-zone-intervention .map-container>iframe {
        height: 100%;
    }
    #encart-map-zone-intervention #encart-zone-intervention>.container>ul {
        column-count: 2;
    }
}

@media screen and (min-width: 993px) {
    #encart-map-zone-intervention #encart-zone-intervention>.container>ul {
        column-count: 3;
    }
}


/* FOOTER */


/* ====== */

body>footer .brand svg,
body>footer .brand svg * {
    fill: #FFFFFF;
}

body>footer .brand .primary-text {
    color: #FFFFFF;
}

.footer-bottom-bar .lien-maps>span:first-of-type {
    display: block;
}

.footer-coordonnees address {
    margin-top: .5rem;
}

.footer-bottom-bar {
    padding-top: .5rem;
}

@media screen and (max-width: 992px) {
    body>footer .brand {
        margin-bottom: 1.5rem;
    }
    body>footer .reseaux-sociaux>ul {
        margin-bottom: .25rem;
        justify-content: center;
    }
    body>footer nav {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 993px) {
    body>footer .flex-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
    }
    .footer-coordonnees.center-align {
        text-align: left;
    }
    body>footer .reseaux-sociaux>ul {
        justify-content: flex-end;
        margin-right: -.25rem;
        margin-left: -.25rem;
    }
    body>footer .reseaux-sociaux>ul>li {
        padding-right: .25rem;
        padding-left: .25rem;
    }
    body>footer .reseaux-sociaux svg {
        width: 1.25rem;
        height: auto;
    }
    .footer-bottom-bar .lien-maps>span:first-of-type {
        display: inline;
    }
    .footer-bottom-bar .lien-maps>span:first-of-type::after {
        content: ', ';
    }
    body>footer nav ul>li {
        padding-top: 0;
        padding-bottom: 0;
    }
}


/* NEWSLETTER */


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

#newsletter label {
    display: none;
}

#newsletter p:first-child {
    margin-bottom: .5rem;
    text-align: center;
}

#newsletter input[type="text"] {
    border: none;
}

@media only screen and (min-width: 601px) {
    .newsletterInput #js_submit {
        color: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
        background-color: transparent !important;
        position: absolute;
        top: 0;
        right: .5rem;
    }
}

@media screen and (min-width: 993px) {
    #newsletter p:first-child {
        text-align: right;
    }
}


/* DEMANDE DE RAPPEL */


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

body.fancy-box-body {
    padding-top: 1.5rem;
}

.rappel_telephonique h2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

@media screen and (min-width: 401px) {
    .rappel_telephonique .brand {
        margin-bottom: 0;
    }
    .rappel_telephonique .brand a.logo {
        pointer-events: none;
    }
    .rappel_telephonique .brand .logo .flex-row {
        flex-direction: row;
    }
    .rappel_telephonique .brand .logo .flex-row>.col:first-child {
        margin-bottom: 0;
    }
    .rappel_telephonique .brand .logo .flex-row>.col:last-child {
        text-align: left;
    }
}


/* 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 .row .flex-row .col:not(:first-child) {
    width: 33.333333333333333%;
}


/* FIL ARIANE */


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

#fil_ariane a {
    color: var(--secondary-color-darken);
}


/* PAGE CONTACT */


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

.contact-page h1 {
    margin-bottom: 2rem;
    line-height: 1.42875;
    /*font-size: 28px;*/
    color: #FFFFFF;
}

.contact-page #fil_ariane a {
    color: var(--secondary-color-darken);
}

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

.contact-page .coordonnees li,
.contact-page #clock li {
    font-size: 1rem;
}

.contact-page .coordonnees li a.tel {
    color: var(--accent-color-lighten);
}

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

@media screen and (min-width: 601px) {
    .contact-page h1 {
        margin-top: 1rem;
        /*font-size: 3rem;*/
    }
}

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


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


/* FANCY BOX BODY */

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

.fancy-box-body .rappel_telephonique .footer-only {
    display: none;
}

.fancy-box-body .rappel_telephonique .brand {
    display: flex;
    justify-content: center;
}

.fancy-box-body .rappel_telephonique .brand .bold,
.fancy-box-body .rappel_telephonique .brand .baseline {
    text-align: center;
}

.fancy-box-body .rappel_telephonique .brand .flex-row {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-content: center;
}

.fancy-box-body .rappel_telephonique h2 {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    font-size: 14px;
}

.fancy-box-body .rappel_telephonique p {
    margin-bottom: 0px;
    padding: 0px;
}

#nav-meatballs .footer-only {
    display: none;
}