:root {
    --primary-color: hsla(209, 95%, 32%, 1);
    --primary-color-lighten: hsla(209, 95%, 42%, 1);
    --primary-color-darken: hsla(209, 95%, 22%, 1);
    --secondary-color: hsla(210, 96%, 19%, 1);
    --secondary-color-lighten: hsla(210, 96%, 29%, 1);
    --secondary-color-darken: hsla(210, 96%, 9%, 1);
    --accent-color: hsla(15, 36%, 74%, 1);
    --accent-color-lighten: hsla(15, 36%, 84%, 1);
    --accent-color-darken: hsla(15, 36%, 64%, 1);
    --background-color: hsla(40, 100%, 98%, 1);
    --text-color: hsla(0, 0%, 16%, 1);
    --text-color-lighten: hsla(0, 0%, 36%, 1);
    --primary-background-color: hsla(99, 21%, 88%, 1);
    --secondary-background-color: hsla(155, 42%, 87%, 1);
    --accent-background-color: hsla(40, 59%, 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: Poppins, sans-serif;
    --font-secondary: Poppins, sans-serif;
    --card-border-radius: 0;
    --button-border-radius: 0;
}

.title-x {
    font-size: 1.02rem;
}

.title-x a.tel {
    pointer-events: auto;
    cursor: pointer;
}

.horaire-header {
    font-size: 13px;
    margin-top: 10px;
}

.oval {
    border-radius: 30px;
}

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


/* footer adress p:nth-child(1) a.lien-maps */

.white-text {
    color: var(--background-color);
}

.slide-img.slide-01 {
    background-image: url('../assets/gifs/slider/slide-01.jpg');
}

.slide-img.slide-02 {
    background-image: url('../assets/gifs/slider/slide-02.jpg');
}

.slide-img.slide-03 {
    background-image: url('../assets/gifs/slider/slide-03.jpg');
}

html,
.index-page {
    overflow-x: hidden!important;
}

.flex-row.s-justify-content-center {
    display: flex !important;
    justify-content: center;
}

@media screen and (min-width: 601px) {
    .flex-row.m-justify-content-flex-start {
        display: flex !important;
        justify-content: flex-start;
    }
}


/* FRAMEWORK */


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

#newsletter label {
    display: none;
}

.flex-row>.col {
    margin-left: 0 !important;
    float: none !important;
}

.flex-row .col>.flex-row {
    height: auto !important;
}

#nav-meatballs {
    background-color: var(--background-color);
}

.btn .material-icons.circle,
.btn .material-icons.outlined,
.btn .material-icons.primary,
.btn .material-icons.secondary,
.btn .material-icons.accent,
.btn-1 .material-icons.circle,
.btn-1 .material-icons.outlined,
.btn-1 .material-icons.primary,
.btn-1 .material-icons.secondary,
.btn-1 .material-icons.accent,
.btn-2 .material-icons.circle,
.btn-2 .material-icons.outlined,
.btn-2 .material-icons.primary,
.btn-2 .material-icons.secondary,
.btn-2 .material-icons.accent,
.btn-3 .material-icons.circle,
.btn-3 .material-icons.outlined,
.btn-3 .material-icons.primary,
.btn-3 .material-icons.secondary,
.btn-3 .material-icons.accent {
    margin-top: -.125rem;
    margin-left: 1rem;
    line-height: 1.75em !important;
}

.validation {
    display: none;
}

.form_left {
    height: auto !important;
}

.form_left h2,
.form_right h2 {
    display: none !important;
}

form.generateur .noFloatingLabel {
    height: auto !important;
}

form.generateur p.submit {
    padding-left: 0 !important;
}

textarea {
    background-color: var(--background-color);
}

span.required {
    color: var(--error-color);
}

#input_newsletter {
    margin-bottom: 0 !important;
}


/* PAGE CONTACT */


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

.contact-page li span.material-icons,
.infos-content span.material-icons {
    flex-shrink: 0;
}

.contact-page #infos-pratiques {
    margin-bottom: 2em;
    margin-top: 1em;
    padding: 0 1rem;
}

.contact-page .map-container iframe {
    height: 300px;
}

.contact-page .coordonnees li {
    align-items: center;
    display: flex;
}

.contact-page #clock li {
    align-items: stretch;
    padding: .5rem 0;
}

.contact-page #clock li span.material-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    height: auto !important;
}

@media screen and (max-width: 600px) {
    .row .col,
    .flex-row .col {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    h1 {
        margin: 1rem 0 1.5rem;
    }
    .section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.motif {
    display: none;
}

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


/* HEADER */


/* ==== */

@media screen and (max-width: 992px) {
    #nav-meatballs .tel {
        display: inline-block;
        margin-bottom: .5rem;
    }
    #bloc-01 .btn-rdv {
        margin-bottom: 10px;
    }
}


/* MENU */


/* ==== */

.top-bar .main-nav ul li {
    padding: 0 !important;
}

@media screen and (max-width: 992px) {
    .main-nav {
        overflow-y: auto;
    }
    .top-bar .container .main-nav {
        background-color: var(--primary-color-darken);
    }
    .top-bar .container .main-nav ul li a {
        text-align: right;
    }
    .top-bar .container .main-nav ul li a.selected,
    .top-bar .container .main-nav ul li:hover>a {
        color: var(--background-color);
        opacity: .64;
    }
    .contact-page .top-bar a.tel {
        margin: 10px 0px;
        display: block;
    }
}

@media screen and (min-width: 993px) {
    .top-bar .main-nav ul li a {
        color: inherit;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown {
        width: max-content;
        max-width: 320px;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
        text-align: left;
    }
}


/* COORDONNEES */


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

.coordonnees li span span {
    display: inline;
    vertical-align: baseline;
}


/* FORMULAIRES */


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

::placeholder {
    color: var(--text-color);
    opacity: .4;
}

.validation {
    display: none;
}

span.required {
    color: var(--error-color);
}

form.generateur label[for=field_15] {
    display: none;
}

form.generateur label {
    height: auto !important;
    float: left;
    line-height: 22px;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea {
    width: 100%;
    padding: 0 1rem !important;
    color: var(--text-color) !important;
    box-sizing: border-box;
}

form.generateur .submit {
    padding: 0 !important;
}


/* NEWSLETTER */


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

#newsletter label {
    display: none;
}

.newsletterInput #js_submit {
    line-height: 1rem;
}

@media screen and (max-width: 992px) {
    .newsletterInput #js_submit {
        color: #FFFFFF;
        border-color: #FFFFFF;
    }
    .newsletterInput #js_submit:hover {
        color: var(--text-color);
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }
}

@media screen and (min-width: 993px) {
    .newsletterInput {
        display: block;
        width: 100%;
    }
    .newsletterInput #input_newsletter {
        display: block;
        width: 100%;
        padding-right: 148px !important;
    }
    .newsletterInput #js_submit {
        position: absolute;
        top: 0;
        right: 8px;
        transform: none !important;
    }
}


/* PAGES INTERNES */


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

@media screen and (min-width: 601px) {
    .page-interne .ac-colonne img {
        margin-top: 30px;
    }
}


/* SECTIONS */

.sc-content section.ac-doubleColonne {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* RESPONSIVE IMG */

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


/* LIENS DE RELANCE */

#relance {
    margin: 2rem 0 4rem;
    text-align: center;
}

#relance p.titre-relance {
    font-size: 1rem;
    font-weight: 700;
}

#relance ul {
    margin-left: 0 !important;
}

#relance ul li {
    list-style: none !important;
}

#relance ul li a {
    text-decoration: underline;
    color: var(--secondary-color);
}

#relance ul li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 601px) {
    #relance ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 -.75rem;
    }
    #relance ul li {
        margin: 0;
        padding: 0 .75rem;
    }
}


/* PAGE 404 */


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

#img-404 {
    font-size: 8rem;
    text-align: center;
}

.page-404 main .btn-contact {
    margin-top: 1.5rem;
}

@media screen and (min-width: 401px) {
    #img-404 {
        font-size: 10rem;
    }
}

@media screen and (min-width: 601px) {
    #img-404 {
        font-size: 8rem;
    }
}

@media screen and (min-width: 993px) {
    #img-404 {
        font-size: 12rem;
    }
}


/* TYPOGRAPHIE */


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

h1,
h1 span,
h2,
.title-2,
h3,
.title-3 {
    color: var(--secondary-color);
    line-height: 1.333333333333333;
}

h2,
.title-2,
h3,
.title-3 {
    font-weight: 400;
}

main p a,
#fil_ariane a {
    text-decoration: underline;
}

main p a:hover,
#fil_ariane a:hover {
    text-decoration: none;
}

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

ol li {
    padding: .25em 0;
}


/* HEADER */


/* ====== */


/* TOP-BAR */

.top-bar .tel {
    font-size: 1.25em;
    color: #ff7c1f;
}


/* MAIN */


/* ==== */


/* BLOC-01 */

.bloc-h1 {
    background-color: var(--background-color);
}

.bloc-horaires-adresse {
    padding: 1.5rem 2.5rem;
    color: var(--secondary-color-darken);
    line-height: 1.75;
    background-color: var(--primary-color-darken);
}

.bloc-horaires-adresse table.horaires td {
    padding: 0;
}

.bloc-horaires-adresse table.horaires td:not(:last-child) {
    padding-right: 1rem;
}

.bloc-horaires-adresse table.horaires tr:not(.today) {
    display: none;
}

.bloc-horaires-adresse table.horaires tr.today {
    display: flex;
    flex-direction: column;
    font-weight: inherit;
}

.bloc-horaires-adresse table.horaires tr.today td:first-child {
    font-size: 0;
}

.bloc-horaires-adresse table.horaires tr.today td:first-child::after {
    content: 'Aujourd\'hui';
    font-size: 1rem;
}


/* BLOC-01 */

.index-page #bloc-01 h1 span {
    margin: .5rem 0 1.5rem;
}


/* BLOC-02 */

ul.slider-nav {
    margin-top: 1.5rem;
    margin-bottom: 40px;
    position: relative;
}

ul.slider-nav .slick-arrow {
    top: 100%;
    transform: none !important;
}

ul.slider-nav .slick-next {
    right: 0;
}

ul.slider-nav .slick-prev {
    right: 40px;
    left: auto;
}

ul.slider-nav .slick-list {
    overflow: hidden !important;
}

ul.slider-nav li {
    list-style: none !important;
    padding-top: 0;
    padding-bottom: 0;
}

ul.slider-for,
ul.slider-for li {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

ul.slider-for .slick-arrow {
    top: 100%;
    transform: none !important;
}

ul.slider-for .slick-next {
    right: 0;
}

ul.slider-for .slick-prev {
    right: 40px;
    left: auto;
}


/* ENCART PRESTATIONS */

.prestation {
    margin: 24px 0 0;
    box-shadow: 0 8px 16px rgba(104, 104, 104, .16);
    transition: all .3s ease-in-out;
}

.prestation:hover {
    margin-top: 0;
    color: var(--background-color);
    background-color: var(--secondary-color-darken);
}

.prestation .card-image {
    padding-top: 32px;
}

.prestation .card-image>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    overflow: hidden;
    color: var(--background-color);
    background-color: var(--secondary-color-lighten);
    transition: background-color .3s ease-in-out;
}

.prestation:hover .card-image>a {
    background-color: var(--background-color);
    color: var(--secondary-color);
}

.prestation .card-image>a>.material-icons {
    font-size: 3rem;
}

.prestation .decouvrir {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}

.prestation .decouvrir .material-icons {
    margin-top: -.125rem;
}

.prestation:hover .decouvrir {
    height: 24px;
}

.prestation.link-cover .card-title a {
    min-height: 70px;
    display: block;
}


/* ENCART Avis */

#encart_avis.slick-slicker {
    margin-bottom: 64px;
    position: relative;
}

#encart_avis.slick-slicker .slick-arrow {
    top: 100% !important;
    transform: none !important;
}

#encart_avis.slick-slicker .slick-next {
    right: 0 !important;
}

#encart_avis.slick-slicker .slick-prev {
    right: 40px !important;
    left: auto !important;
}


/* ENCART CONTACT */

#encart-contact .card {
    margin: 0;
}


/* ENCART TARIFS ET MOYENS DE PAIEMENT */

#encart-tarifs-paiement>.container>.flex-row>.col {
    margin: 0;
}

#encart-tarifs-paiement>.container>.flex-row>.col:first-child>.center-align {
    margin-bottom: 1.5rem;
    padding-bottom: .05px;
}

#encart-tarifs-paiement .title-2 {
    padding-bottom: 1.25rem;
    font-weight: 400;
    color: inherit;
    border-bottom: solid 1px var(--secondary-color);
}

#encart-tarifs-paiement ul>li {
    margin: 1rem 0;
}

#encart-tarifs-paiement .card {
    box-shadow: 0 8px 16px rgba(104, 104, 104, .16);
}

#encart-tarifs-paiement ul>li .title-5 {
    margin: 0 auto;
}


/* ENCART AVIS */

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

#avis .titre_avis {
    font-weight: 400;
    color: var(--secondary-color);
    text-align: center;
}

.encart-avis .btn-3 {
    color: var(--primary-color-darken);
}

.encart-avis .btn-3:hover {
    color: #FFFFFF;
    border-color: var(--primary-color-darken);
    background-color: var(--primary-color-darken);
}

ul.slick-prestations {
    margin-bottom: 40px;
    position: relative;
}

ul.slick-prestations .slick-arrow {
    top: 100%;
    transform: none !important;
}

ul.slick-prestations .slick-next {
    right: 0;
}

ul.slick-prestations .slick-prev {
    right: 40px;
    left: auto;
}


/* BOUTON */

.btn-rdv a {
    background-color: #ff7c1f;
}

.btn-rdv a:hover {
    background-color: #ce6012;
}


/* BLOC-04 */

#bloc-04 .image-wrapper::after {
    display: block;
    width: 100%;
    height: 0 !important;
    padding-bottom: 56.25%;
    content: '';
}

#bloc-04 .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);
}


/* ENCART ACTUALITÉS */

#encart-actualites ul.slick-actualites {
    display: block !important;
    margin: 0 0 1.5rem;
}

#encart-actualites ul.slick-actualites>li {
    width: auto !important;
    padding: 0;
}

#encart-actualites ul li .card {
    margin: 0;
    background-color: #FFFFFF !important;
    box-shadow: 0 8px 16px rgba(104, 104, 104, .16) !important;
}

#encart-actualites .card>div:last-child {
    padding: 40px 24px 24px;
}

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

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

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


/* FOOTER */


/* ====== */

footer .divider {
    margin: 1.5rem 0;
    background-color: rgba(255, 255, 255, .16);
}

footer address p {
    margin-bottom: 10px;
    ;
}

#input_newsletter {
    width: 100%;
    padding-left: 1rem !important;
    box-sizing: border-box;
}

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

footer address,
footer .siret {
    margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
    /* HEADER */
    /* ====== */
    /* FOLD */
    /* slider */
    .slider-slick {
        height: 320px;
        background-color: #FFFFFF;
    }
    .slider-slick .slide-img {
        min-height: 320px;
    }
    .slider-slick button.slick-arrow {
        top: 100%;
        bottom: auto;
        transform: none;
    }
    .slider-slick .slick-next {
        right: 0;
        left: auto;
    }
    .slider-slick .slick-prev {
        right: 40px;
        left: auto;
    }
    .fold .container {
        position: relative;
    }
    .fold .motif {
        display: block;
        position: absolute;
        top: 80px;
        left: -96px;
    }
    /* MAIN */
    /* ==== */
    /* BLOC-01 */
    .index-page #bloc-01 h1 {
        margin: 0;
    }
    /* BLOC-02 */
    ul.slider-nav {
        margin-bottom: 0;
    }
    ul.slider-for,
    ul.slider-for .slick-list,
    ul.slider-for .slick-track,
    ul.slider-for li,
    ul.slider-for .image-wrapper {
        display: block;
        height: 100%;
    }
    #bloc-02>.container>.flex-row>.col:last-child {
        position: relative;
    }
    #bloc-02>.container>.flex-row>.col:last-child>.motif {
        display: block;
        position: absolute;
        bottom: 24px;
        right: -96px;
    }
    /* BLOC-04 */
    #bloc-04 .image-wrapper::after {
        padding-bottom: 33.333333333333333%;
    }
    #bloc-04 .pano {
        position: relative;
    }
    #bloc-04 .pano .motif {
        display: block;
        position: absolute;
        top: -16px;
        left: -96px;
    }
    /* ENCART ACTUALITÉS */
    #encart-actualites .card>div.card-image>a::after {
        padding-bottom: 33.333333333333333%;
    }
    #encart-actualites>.container {
        position: relative;
    }
    #encart-actualites>.container .motif {
        display: block;
        position: absolute;
        top: 96px;
        right: -96px;
    }
    /* FOOTER */
    /* ====== */
    .newsletterInput {
        margin-bottom: 0 !important;
    }
    footer>.section>.container>div.center-align:not(:last-child) {
        text-align: left;
    }
    footer .reseaux-sociaux ul {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 992px) {
    /* HEADER */
    /* ====== */
    /* TOP-BAR */
    .top-bar {
        background-color: var(--background-color);
        padding-bottom: 1em;
    }
    .top-bar .container {
        padding-top: 2rem;
        padding-bottom: 0rem;
        position: relative;
        transition: padding .3s ease-in-out, box-shadow 0s ease-in-out;
    }
    .top-bar .container::before,
    .top-bar .container::after {
        display: block;
        width: 99999px;
        height: 100%;
        content: '';
        background-color: var(--background-color);
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .top-bar .container::before {
        right: 100%;
    }
    .top-bar .container::after {
        left: 100%;
    }
    .top-bar.js-scroll .container {
        padding-top: .5rem;
        padding-bottom: .5rem;
        box-shadow: 0 8px 16px rgba(104, 104, 104, .24);
        transition: padding .4s ease-in-out, box-shadow .45s ease-in-out;
    }
    .main-nav {
        font-size: .75em;
        font-weight: 700;
    }
    /* FOLD */
    /* slider */
    .slider-slick {
        height: 600px;
    }
    .slider-slick .slide-img {
        min-height: 600px;
    }
    .slider-slick .slick-list {
        z-index: 0;
    }
    .slider-slick button.slick-arrow {
        width: 4.25%;
        height: 5.5rem;
        background-color: var(--secondary-color);
        top: auto;
        bottom: 0;
        transform: none;
    }
    .slider-slick button.slick-arrow::before {
        color: #FFFFFF !important;
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .slider-slick button.slick-arrow.slick-next {
        right: 0;
        left: auto;
    }
    .slider-slick button.slick-arrow.slick-prev {
        right: 4.25%;
        left: auto;
    }
    .fold .motif {
        top: 160px;
    }
    /* MAIN */
    /* ==== */
    /* BLOC-01 */
    .bloc-h1-horaires-adresse {
        margin-top: -282px;
        position: relative;
        z-index: 1;
    }
    /* .bloc-h1-horaires-adresse .btn-rdv{
    margin-right: 10px;
  } */
    .bloc-h1 {
        margin-left: 10.242%;
        padding: 1.5rem 0 1.5rem 2.5rem;
    }
    .bloc-h1>.flex-row {
        flex-wrap: nowrap;
    }
    .bloc-h1 .btn-rdv {
        min-width: max-content;
    }
    .bloc-h1 h1 {
        margin: 0;
    }
    .bloc-h1 h1>span {
        margin: .5rem 0 0;
    }
    .bloc-horaires-adresse {
        font-size: .875em;
    }
    .bloc-horaires-adresse table.horaires tr {
        display: table-row !important;
    }
    .bloc-horaires-adresse table.horaires tr.today {
        font-weight: 700;
    }
    .bloc-horaires-adresse table.horaires tr.today td:first-child {
        font-size: inherit;
    }
    .bloc-horaires-adresse table.horaires tr.today td:first-child::after {
        display: none;
        content: none;
    }
    /* ENCART PRESTATIONS */
    .prestation {
        margin: 24px 0;
    }
    ul.slick-prestations {
        margin-bottom: 0;
    }
    /* ENCART TARIFS ET MOYENS DE PAIEMENT */
    #encart-tarifs-paiement>.container>.flex-row>.col:first-child>.center-align {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #encart-tarifs-paiement ul.tarifs,
    #encart-tarifs-paiement ul.paiement {
        display: block !important;
    }
    #encart-tarifs-paiement>.container {
        position: relative;
    }
    #encart-tarifs-paiement>.container>.motif {
        display: block;
        position: absolute;
    }
    #encart-tarifs-paiement>.container>.motif:first-child {
        top: 104px;
        left: -96px;
    }
    #encart-tarifs-paiement>.container>.motif:last-child {
        bottom: -24px;
        right: -96px;
        z-index: -1;
    }
    /* BLOC-04 */
    #bloc-04 .image-wrapper::after {
        padding-bottom: 25%;
    }
    /* ENCART ACTUALITÉS */
    #encart-actualites ul li .card {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
    }
    #encart-actualites .card>div {
        width: 50%;
    }
    #encart-actualites .card>div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px 48px;
    }
    #encart-actualites .card>div.card-image>a {
        height: 100%;
    }
    #encart-actualites .card>div.card-image>a::after {
        display: none;
        content: none;
    }
    /* FOOTER */
    /* ====== */
    footer>.section>.container>div.flex-row .col {
        width: auto;
        min-width: max-content;
    }
    #input_newsletter {
        padding-right: 140px;
    }
    #form_newsletter #js_submit {
        position: absolute;
        top: 0;
        right: 8px;
        transform: none !important;
    }
    footer>.section>.container>div.flex-row:last-child {
        text-align: left;
        justify-content: flex-start;
    }
    footer nav a:hover {
        color: var(--primary-color);
    }
    footer address {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1280px) {
    .column-count-2 {
        column-count: 2;
    }
}


/*================================================ SOMMAIRE */

html {
    scroll-behavior: smooth;
}

.sommaire {
    background-color: var(--primary-background-color);
    position: relative;
    padding: 40px 0px;
    z-index: 1;
}

.sommaire:before {
    background-color: var(--primary-background-color);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -70%;
    top: 0;
    content: '';
    z-index: -1;
}

.sommaire:after {
    background-color: var(--primary-background-color);
    position: absolute;
    width: 100%;
    height: 100%;
    right: -70%;
    top: 0;
    content: '';
    z-index: -1;
}

.sommaire ol li {
    padding: 15px 0px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
}

.sommaire ol {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 20px;
}

.sommaire ol li a {
    margin-left: 10px;
}

.sommaire ol li::marker {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width:902px) {
    .sommaire ol {
        max-height: 250px;
    }
    .sommaire {
        padding: 48px 0px;
    }
}


/*PLAN DU SITE*/

.plan-site li {
    color: inherit;
    list-style: unset;
}

.plan-site .col-plan>ul {
    margin-left: 0;
}

.plan-site .col-plan>ul>li.firstLi {
    list-style: none;
}

.plan-site .col-plan>ul>li>a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.plan-site .col-plan>ul>li>a:hover {
    text-decoration: none;
}

.plan-site .col-plan>ul>li.firstLi>a[href='#'] {
    color: inherit !important;
    text-decoration: none !important;
    opacity: .4;
    pointer-events: none !important;
}

.plan-site .col-plan>ul>li.firstLi>a[href='#']::after {
    content: '\00A0 :';
}


/* LOGO */


/* ==== */

img.footer-only {
    display: none;
}

body>footer .logo img.footer-only {
    display: block;
}

body>footer .logo img.header-only {
    display: none;
}


/* PAGE 404 */


/* ==== */

.page-404 header .container {
    display: flex;
    flex-direction: column-reverse;
}

.page-404 img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.page-404 header {
    padding: 25px 5px;
}

.page-404 {
    padding-top: 0px;
    background: var(--background-color);
}

.intro-404 {
    font-size: 1.3em;
}

.page-404 .top-bar .col {
    margin-top: 10px;
}

.page-404 .section ul {
    list-style: none;
    margin: 30px 0px 30px 30px;
}

.page-404 .section ul li {
    position: relative;
}

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

.page-404 .right-404 {
    background: #fff;
    padding: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin: 50px 0px;
}

.page-404 .title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0px;
}

.page-404 .btn-accueil svg .a {
    fill: transparent;
}

.page-404 .btn-accueil svg .b {
    fill: #fff;
}

.page-404 .btn-accueil svg {
    transform: translate3d(-5px, 2px, 0px);
}

.page-404 .container .flex-content {
    flex-direction: column-reverse;
}

.page-404 .col.m12 span.material-icons {
    transform: translate3d(-10px, -4px, 0px);
}

.page-404 .divider {
    opacity: 0.2;
}

@media screen and (min-width:602px) {
    .page-404 .container .flex-content {
        flex-direction: row-reverse;
    }
    .borderSeparation {
        border-left: 1px solid white;
    }
}

.borderSeparationLeft {
    border-left: 1px solid white;
}

.page-404 .right-404 {
    padding: 25px;
}

.page-404 .top-bar .col:nth-child(2) {
    text-align: center;
}

@media screen and (min-width:993px) {
    .page-404 .right-404 {
        padding: 48px;
    }
    .page-404 .top-bar {
        padding: 0px;
    }
    .page-404 .top-bar .col:nth-child(2) {
        text-align: right;
    }
    .page-404 header {
        padding: 7px 5px;
    }
}


/* GdC */


/* === */

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

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


/* PAGE PAIEMENT */


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

.paiement_form input[type=submit] {
    background-color: var(--primary-color);
    box-shadow: none;
    border: none;
    padding: 15px 50px;
    color: white;
    /* width: 100%; */
    font-family: var(--font-primary);
    max-width: 460px;
    width: 100%;
}

#paiement_form form {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    /* border: 1px solid var(--primary-color); */
}


/* RECAPITULATIF PAIEMENT */


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

.recapReference {
    max-width: 500px;
    margin: auto;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.recapReference p,
.recapReference h2 {
    padding: 10px 20px;
    color: #fff;
    display: block;
    margin: 0;
}

.recapReference h2 {
    text-align: center;
    font-size: 1.5em;
}

.recapReference label {
    color: white;
}

.recapReference p:nth-child(2n) {
    background-color: var(--primary-color-darken);
}

.recapReference p:last-child {
    display: none;
}

#paiement_form p:last-child {
    max-width: 500px;
}

#paiement_form {
    max-width: 500px;
    margin: auto;
}

#paiement_form h1 {
    font-size: 2em;
    text-align: center;
    line-height: 2em;
    margin-bottom: .5em;
}

#paiement_form input[type=image] {
    margin-left: -20px;
    margin-top: -33px;
    display: block;
}

.contact-page p.intro,
.contact-page #fil_ariane a {
    color: var(--background-color);
}


/* FORMULAIRE DE PAIEMENT */

#paiement_form p input#submit {
    border: 1px solid var(--primary-color);
    padding: 13px 19px;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

#paiement_form p input#submit:hover {
    border: 1px solid var(--primary-color-darken);
    background-color: var(--primary-color-darken);
}


/*#paiement_form form img{
  display: none;
} */


/* RAPPEL TELEPHONIQUE */


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

@media screen and (max-width:601px) {
    .rappel_telephonique h2 {
        margin: .8em;
        font-size: 18px;
    }
    .fancy-box-body {
        padding-top: 10px;
    }
    .rappel_telephonique form.generateur p {
        padding: 0px 0;
        margin: 0;
    }
}

.rappel_telephonique .brand svg {
    max-width: 125px;
    height: auto;
}

.rappel_telephonique .baseline {
    display: block;
    width: 100%;
}

.rappel_telephonique a {
    width: 100%;
}

.rappel_telephonique .brand div.flex-row {
    flex-direction: column;
}

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

div.reseaux-sociaux li:nth-child(2) svg {
    fill: var(--primary-color);
}

footer div.reseaux-sociaux li:nth-child(2) svg {
    fill: var(--background-color);
}

@media screen and (max-width:660px) {
    .baseline {
        font-size: 0.8em;
    }
    .bloc-h1 .btn-rdv {
        display: none;
    }
}

input,
textarea {
    font-family: var(--font-primary);
    font-size: 1.5em;
}


/* BRAND */

@media screen and (max-width:992px) {
    .brand {
        display: flex;
        justify-content: center;
    }
    .brand .flex-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .brand .baseline,
    .brand .bold {
        text-align: center;
    }
}


/* CONSULTATION MARTINIQUE */

.p-martinique {
    font-weight: 600;
    color: var(--secondary-color);
}

@media screen and (max-width:992px) {
    .section-martinique {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

#encart-tarifs-paiement .title-5 {
    color: #ff7c1f;
}

#encart-tarifs-paiement ul li div.bold span {
    font-size: 0.7em;
    line-height: 10px;
}

#encart-tarifs-paiement ul li div.bold {
    line-height: 25px
}
/* HORAIRE MARSEILLE CLOCK */
.contact-page #clock li span.span-marseille {
    line-height: 1.75em;
}