:root {
    --primary-color: hsla(206, 6%, 25%, 1);
    --primary-color-lighten: hsla(206, 6%, 35%, 1);
    --primary-color-darken: hsla(206, 6%, 15%, 1);
    --secondary-color: hsla(90, 100%, 80%, 1);
    --secondary-color-lighten: hsla(90, 100%, 90%, 1);
    --secondary-color-darken: hsla(90, 100%, 70%, 1);
    --accent-color: hsla(30, 84%, 56%, 1);
    --accent-color-lighten: hsla(30, 84%, 66%, 1);
    --accent-color-darken: hsla(30, 84%, 46%, 1);
    --background-color: hsla(0, 0%, 98%, 1);
    --text-color: hsla(0, 0%, 8%, 1);
    --text-color-lighten: hsla(0, 0%, 19%, 1);
    --primary-background-color: hsla(206, 6%, 88%, 1);
    --secondary-background-color: hsla(90, 100%, 94%, 1);
    --accent-background-color: hsla(30, 84%, 95%, 1);
    --success-color: hsla(122, 39%, 49%, 1);
    --error-color: hsla(4, 90%, 58%, 1);
    --info-color: hsla(199, 98%, 48%, 1);
    --font-primary: 'Cantarell', sans-serif;
    --font-secondary: 'Cantarell', sans-serif;
    --card-border-radius: 0;
    --button-border-radius: .25rem;
}

.prestation-image img {
    border-top-left-radius: var(--button-border-radius);
    border-top-right-radius: var(--button-border-radius);
}

img.header-only-1 {
    display: none;
}

.sticky img.header-only {
    display: none;
}

body>header .sticky .brand a img.header-only-1 {
    display: block;
}

#fil_ariane a,
.sc-content #relance ul li a,
main p a {
    color: var(--accent-color);
}

#fil_ariane a:hover,
.sc-content #relance ul li a:hover,
main p a:hover {
    color: var(--accent-color-lighten);
}

.index-page #encart-map .title-3 {
    color: #fff;
}

a.actualitesListingLien.bouton_actu_detail {
    margin-top: 15px;
}

.voir-plus {
    margin: 20px auto;
}

.voir-plus .btn-2 {
    margin-top: 15px;
}

.ficheCentre {
    /*display: none;*/
    transition: .3s;
}

.divorce .flex-row>.col {
    margin-bottom: 10px;
}

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

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

.contact-page #fil_ariane {
    color: var(--primary-color);
}


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

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

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

body.fancy-box-body form.generateur p.erreur {
    padding: 2px;
    margin: 0 0 1px;
}

body.fancy-box-body input {
    box-sizing: inherit !important;
}

#nav-meatballs .brand img.footer-only,
body.fancy-box-body .brand img.footer-only {
    display: none;
}

body.fancy-box-body .brand img {
    max-width: 100px !important;
}

body.fancy-box-body input[type=text] {
    margin: 0 2px;
    height: 46px;
}

body.fancy-box-body .btn.primary {
    padding: 10px;
}

body.fancy-box-body .brand>.logo>.flex-row>.col:last-child {
    /*display:none;*/
}

footer div.section {
    /*background-color: #dc99a8;*/
}

body.fancy-box-body .brand .flex-row.s-align-items-center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.fancy-box-body .brand a {
    display: block;
    margin: 3px auto 10px;
}

body.fancy-box-body .brand .bold {
    font-size: 12px;
}

body.fancy-box-body .brand .bold>span {
    font-size: 12px;
}

body.fancy-box-body .brand .uppercase {
    font-size: 12px;
}

body.fancy-box-body h2::before {
    height: 0;
    width: 0;
}

body.fancy-box-body .brand .flex-row .col {
    text-align: center;
    margin-bottom: 0 !important;
    padding: 0;
}

body.fancy-box-body h2 {
    font-size: 14px;
    margin: 7px 0px;
}


/* UTILES */


/* ====== */

@media screen and (min-width: 993px) {
    .flex-row .offset-l1 {
        margin-left: 8.33333%;
    }
    .flex-row.l-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }
}


/* GLOBAL */


/* ====== */

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

a[class^="btn"] .material-icons {
    font-size: 1.5rem;
    line-height: 0;
}

input {
    font-family: var(--font-primary);
}

input[type="text"]: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 {
    background-color: #FFFFFF !important;
}

form.generateur label:not(.noFloatingLabel) {
    margin-bottom: 0 !important;
}

.slick-next::before,
.slick-prev::before {
    font-family: 'Material Icons Outlined';
}

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

.slick-dotted .slick-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    top: 100%;
    bottom: auto;
}

.slick-dotted .slick-dots li {
    display: block;
    margin-right: .25rem;
    margin-left: .25rem;
}

.slick-dotted .slick-dots li,
.slick-dotted .slick-dots li button,
.slick-dotted .slick-dots li button::before {
    width: 1.5rem;
    height: 1.5rem;
}

.slick-dotted .slick-dots li button {
    padding: .5rem;
}

.slick-dotted .slick-dots li button::before {
    font-size: .5rem;
    line-height: 1.5rem;
}

.slick-dotted .slick-dots li button,
.slick-dotted .slick-dots li button::before {
    color: currentColor;
}

[class*="slick-"] a {
    outline: none !important;
}

#fil_ariane>strong:first-child {
    font-weight: normal;
}

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

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

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

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

@media screen and (max-width: 992px) {
    .paginationControl {
        text-align: center;
    }
    .paginationControl span,
    .paginationControl a {
        margin: 0 .25rem;
        padding: .75rem;
        line-height: 1.5rem;
    }
    .paginationControl a {
        background-color: #FFFFFF;
    }
}


/* TYPOGRAPHIE */


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

h1,
.title-1,
h2,
.title-2,
h3,
.title-3 {
    font-family: var(--font-secondary);
    font-weight: 700;
}

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 {
        margin: -.25rem;
    }
    .reseaux-sociaux>ul>li {
        padding: .25rem;
    }
    .reseaux-sociaux a {
        padding: .75rem;
    }
    .reseaux-sociaux svg {
        width: 1.5rem;
        height: auto;
    }
}


/* LOGO */


/* ==== */

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

@media screen and (min-width: 993px) {
    .brand a.logo .baseline {
        font-size: .875rem;
    }
}


/* TOP-BAR */


/* ======= */

.menu-mobile {
    background-color: #FFFFFF;
}

.top-bar .lien-maps {
    display: inline-block;
}

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

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

.top-bar .reseaux-sociaux svg {
    fill: currentColor;
}

@media screen and (min-width: 601px) {
    .top-bar .lien-maps {
        padding-top: .75rem;
        padding-bottom: .75rem;
        line-height: 1.5rem;
    }
    .top-bar .lien-maps>span:first-of-type {
        display: inline;
    }
    .top-bar .lien-maps>span:first-of-type::after {
        content: ',';
    }
}

@media screen and (max-width: 992px) {
    .top-bar .lien-maps {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .top-bar .main-nav {
        padding-bottom: 4rem;
    }
}

@media screen and (min-width: 993px) {
    .top-bar {
        font-size: .75em;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
    .top-bar .reseaux-sociaux>ul {
        margin-right: -.375rem;
        margin-left: -.375rem;
    }
    .top-bar .reseaux-sociaux>ul>li {
        padding-right: .375rem;
        padding-left: .375rem;
    }
    .top-bar .reseaux-sociaux svg {
        width: 1.125rem;
        height: 1.125rem;
    }
    .top-bar a.lien-maps:hover {
        color: var(--primary-color);
    }
    .top-bar .main-nav>ul>li>a {
        margin-bottom: -1px;
    }
    .top-bar .main-nav ul li:hover>a,
    .top-bar .main-nav ul li a.selected {
        color: var(--secondary-color);
        /* opacity: .7 !important; */
    }
    .top-bar .main-nav>ul>li.sous_menu>ul.dropdown {
        margin-top: 1px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
        color: var(--text-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>a {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
        font-size: inherit;
    }
    .top-bar .main-nav>ul>li.sous_menu ul>li:hover>a,
    .top-bar .main-nav>ul>li.sous_menu ul>li a.selected {
        color: #FFFFFF;
        background-color: var(--primary-color);
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .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;
    }
}


/* HEADER-CONTENT */


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

#header-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#header-content .numero-telephone a.tel {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
}

#header-content .numero-telephone a.tel::before {
    display: block;
    margin-bottom: .5rem;
    content: 'Num\00e9 ro de t\00e9 l\00e9 phone';
    font-size: .75rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: .024em;
}

@media screen and (max-width: 992px) {
    #header-content .brand {
        margin-bottom: 1.5rem;
    }
    #header-content .numero-telephone a.tel {
        display: inline-block;
        padding: .75rem;
    }
}

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

@media screen and (min-width: 993px) {
    #header-content {
        transition: padding .3s ease-in-out;
    }
    .js-scroll #header-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}


/* STICKY */


/* ====== */

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

.sticky .brand a {
    color: #fff;
}

.sticky .top-bar {
    color: #fff;
}

@media screen and (max-width: 600px) {
    .sticky {
        padding-bottom: 1.5rem;
    }
    .index-page .sticky {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 992px) {
    .sticky {
        display: flex;
        flex-direction: column;
    }
    .top-bar {
        order: 3;
    }
}

@media screen and (min-width: 993px) {
    .sticky {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .04);
    }
}


/* FOLD */


/* ==== */

@media screen and (min-width: 601px) and (max-width: 992px) {
    .slider-slick {
        height: 20rem;
    }
    .slide-img {
        min-height: 20rem;
    }
}


/* ENCART PRESTATIONS */


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

#encart-prestations {
    margin-top: -2.5rem;
}

#encart-prestations .prestation-name {
    padding-top: 1.5rem;
    background-color: var(--secondary-color);
}

.prestation {
    background-color: #FFFFFF;
    border-radius: var(--button-border-radius);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .16);
    position: relative;
}

.prestation::after {
    display: block;
    width: 50%;
    height: 0 !important;
    content: '';
    border-top: solid .125rem var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.prestation-content {
    /* padding: 2rem; */
}

.prestation-image {
    /* margin-bottom: 1.5rem; */
}

.prestation-image>a {
    display: inline-block;
}

.prestation-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: var(--button-border-radius);
}

.prestation-icon svg {
    display: inline-block;
    line-height: 1;
}

.prestation-icon.primary svg {
    fill: #FFFFFF;
}

.prestation-name>a {
    display: inline-block;
    min-height: 3rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: static !important;
}

.prestation-name>a::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

svg[aria-labelledby="droit-du-travail-icon"] {
    width: 2rem;
    height: 2rem;
}

@media screen and (min-width: 601px) {
    #encart-prestations {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 993px) {
    .prestation::after {
        transition: width .3s ease-in-out;
    }
    .prestation:hover::after {
        width: 75%;
    }
}


/* BLOCS */


/* ===== */

@media screen and (max-width: 992px) {
    #bloc-01 h1:first-child {
        margin-top: 0;
    }
}

@media screen and (min-width: 993px) {
    [id^="bloc-"]:not(#bloc-01).section {
        padding-top: 0;
        padding-bottom: 0;
    }
    #bloc-02.section,
    #bloc-03.section,
    #bloc-05.section {
        background-image: linear-gradient(to right, var(--secondary-color) 50%, var(--background-color) 50%);
    }
    #bloc-04.section {
        background-image: linear-gradient(to right, var(--background-color) 50%, var(--primary-color) 50%);
    }
    [id^="bloc-"]:not(#bloc-01)>.container>.flex-row {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-color: var(--background-color);
        position: relative;
    }
    #bloc-04>.container>.flex-row {
        flex-direction: row-reverse;
    }
    [id^="bloc-"]:not(#bloc-01)>.container>.flex-row::before {
        display: block;
        height: 100%;
        content: '';
        background-color: var(--secondary-color);
        position: absolute;
        top: 0;
        bottom: 0;
    }
    #bloc-02>.container>.flex-row::before,
    #bloc-03>.container>.flex-row::before,
    #bloc-05>.container>.flex-row::before {
        width: 33.33333%;
        width: calc(33.33333% - .75rem);
        left: 0;
    }
    #bloc-04>.container>.flex-row::before {
        width: 25%;
        width: calc(25% - .75rem);
        right: 0;
    }
}


/* ENCART POINTS FORTS */


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

.points-forts-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-style: solid;
    border-width: 1px 0;
    border-color: rgba(0, 0, 0, .08);
}

.point-fort svg {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    fill: var(--primary-color);
}

@media screen and (max-width: 600px) {
    .point-fort {
        margin-bottom: 1.5rem;
    }
    .point-fort svg {
        width: 3rem;
        height: 3rem;
        margin-bottom: .5rem;
    }
}


/* ENCART AVIS */


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

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

#encart_avis .bloc-avis {
    margin-right: .75rem;
    margin-bottom: 1rem;
    margin-left: .75rem;
    border: none;
    border-radius: var(--card-border-radius);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

.js-more .avis::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

@media screen and (max-width: 992px) {
    #avis {
        margin-bottom: 0 !important;
    }
    #avis #encart_avis.slick-initialized {
        margin-bottom: 4rem;
    }
    #avis #encart_avis .slick-prev,
    #avis #encart_avis .slick-next {
        margin-top: .5rem;
        top: 100% !important;
        transform: none;
    }
    #avis #encart_avis .slick-prev {
        margin-right: .25rem;
        right: 50% !important;
        left: auto !important;
    }
    #avis #encart_avis .slick-next {
        margin-left: .25rem;
        right: auto !important;
        left: 50% !important;
    }
}


/* ENCART CONTACT */


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

.bloc-encart-contact {
    padding: 2rem 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
    position: relative;
}

#encart-contact .bloc-encart-contact .flex-row {
    display: block !important;
    text-align: center;
}

#encart-contact .bloc-encart-contact li.col:not(:first-child) {
    margin-top: 1rem;
}

.encart-contact-text {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .064em;
    color: var(--primary-color);
}

@media screen and (min-width: 601px) {
    .bloc-encart-contact {
        padding: 2rem 2.5rem;
    }
}

@media screen and (max-width: 992px) {
    .encart-contact .bloc-encart-contact .flex-row {
        text-align: center;
    }
    .encart-contact .bloc-encart-contact li.col:not(:first-child) {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 993px) {
    #encart-contact.section {
        margin-bottom: 4rem;
        padding-top: 0;
        padding-bottom: 0;
        background-image: linear-gradient(to right, var(--background-color) 50%, var(--primary-color) 50%);
    }
    #encart-contact>.container>.flex-row {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-color: var(--background-color);
        position: relative;
    }
    #encart-contact>.container>.flex-row::before {
        display: block;
        width: 58.33333%;
        width: calc(58.33333% - .75rem);
        height: 100%;
        content: '';
        background-color: var(--primary-color);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
}


/* ENCART FORMULAIRE */


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

#formulaire-accueil,
#bloc-aide-juridictionnelle {
    padding: 2rem 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

.encart-formulaire-left {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 601px) {
    #formulaire-accueil,
    #bloc-aide-juridictionnelle {
        padding: 2rem 2.5rem;
    }
    #bloc-aide-juridictionnelle {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    .encart-formulaire-left .image-wrapper {
        margin-bottom: 1.5rem;
    }
    #bloc-aide-juridictionnelle {
        text-align: center;
    }
}

@media screen and (min-width: 993px) {
    .encart-formulaire-left {
        flex-direction: column-reverse;
        height: 100%;
    }
}


/* ENCART ACTUALITES & NEWSLETTER */


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

#encart-actualites.section,
#encart-actualites-newsletter.section {
    background-image: linear-gradient(to bottom, transparent 50%, var(--primary-color) 50%);
}

#encart-actualites ul,
#encart-actualites-newsletter ul {
    margin-bottom: 0 !important;
}

#encart-actualites-newsletter ul {
    margin: 0 !important;
}

#encart-actualites ul.slick-dotted,
#encart-actualites-newsletter ul.slick-dotted {
    margin-bottom: 2.5rem !important;
}

#encart-actualites-newsletter ul.slick-actualites .slick-list {
    overflow: hidden !important;
}

#encart-actualites ul.slick-dots,
#encart-actualites-newsletter ul.slick-dots {
    top: 100%;
    bottom: auto;
}

#encart-actualites-newsletter>.container>.flex-row>.col [id^="bloc-"] {
    min-height: 100%;
    padding: 2rem 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

#bloc-actualites .btn-3 {
    display: none;
}

#encart-actualites #bloc-actualites ul:not(.slick-dots) li .card {
    margin: 0;
    padding: 2rem 1rem;
    background-color: #FFFFFF !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
}

#encart-actualites-newsletter #bloc-actualites ul:not(.slick-dots) li .card {
    margin: 0;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#bloc-actualites .date-actualite {
    display: none;
}

#bloc-actualites .card-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

#bloc-actualites .card-title>a {
    color: var(--primary-color) !important;
    text-decoration: underline;
}

#bloc-actualites .card-title>a:hover {
    text-decoration: none;
}

#bloc-newsletter p {
    margin-bottom: 1.5rem;
}

#bloc-newsletter label {
    display: none;
}

#bloc-newsletter .newsletterInput {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 520px;
    margin-bottom: 1.5rem;
}

#bloc-newsletter .newsletterInput #input_newsletter {
    height: 52px;
    margin-bottom: .5rem;
    padding-right: 20px;
}

#bloc-newsletter .newsletterInput #js_submit {
    display: block;
    margin: 0;
    color: #FFFFFF !important;
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    position: static;
}

#bloc-newsletter .newsletterInput #js_submit:hover {
    color: #FFFFFF !important;
    border-color: var(--primary-color-darken) !important;
    background-color: var(--primary-color-darken) !important;
}

#mess_newsletter {
    color: var(--error-color);
}

@media screen and (max-width: 600px) {
    #bloc-actualites>div:last-child>div:last-child.center-align {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 601px) {
    #encart-actualites-newsletter>.container>.flex-row>.col:not(:only-child) [id^="bloc-"] {
        padding: 2rem 2.5rem;
    }
    #bloc-actualites .btn-3 {
        margin-top: -1rem;
        display: inline-block;
    }
    #bloc-actualites .btn-3 span[class^="material-icons"] {
        margin-top: -.125rem;
    }
    #encart-actualites #bloc-actualites ul:not(.slick-dots) li .card {
        padding: 2rem 2.5rem;
    }
    #bloc-actualites>div:last-child>div:last-child.center-align {
        display: none;
    }
    #encart-actualites-newsletter>.container>.flex-row>.col:only-child #bloc-newsletter {
        text-align: center;
    }
    #encart-actualites-newsletter>.container>.flex-row>.col:only-child #bloc-newsletter .newsletterInput {
        margin: 0 auto 1.5rem;
    }
    #bloc-newsletter .newsletterInput {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    #bloc-newsletter .newsletterInput #input_newsletter {
        margin-bottom: 0;
    }
    #bloc-newsletter .newsletterInput #js_submit {
        margin-left: 1rem;
    }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
    #encart-actualites-newsletter.section {
        background-image: linear-gradient(to bottom, transparent 25%, var(--primary-color) 25%);
    }
    #bloc-actualites {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 993px) {
    #bloc-newsletter {
        position: relative;
    }
    #bloc-newsletter .newsletterInput {
        margin: 0 auto 1.5rem;
    }
    #encart-actualites-newsletter>.container>.flex-row>.col:not(:only-child) #bloc-newsletter .newsletterInput {
        display: block;
    }
    #encart-actualites-newsletter>.container>.flex-row>.col:not(:only-child) #bloc-newsletter .newsletterInput #input_newsletter {
        margin-bottom: .5rem;
    }
    #encart-actualites-newsletter>.container>.flex-row>.col:not(:only-child) #bloc-newsletter .newsletterInput #js_submit {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    #encart-actualites-newsletter>.container>.flex-row>.col:not(:only-child) #bloc-newsletter .newsletterInput {
        display: flex;
    }
    #encart-actualites-newsletter>.container>.flex-row>.col:not(:only-child) #bloc-newsletter .newsletterInput #input_newsletter {
        margin-bottom: 0;
    }
    #encart-actualites-newsletter>.container>.flex-row>.col:not(:only-child) #bloc-newsletter .newsletterInput #js_submit {
        width: auto;
        margin-left: 1rem;
    }
}


/* ENCART-MAP */


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

#encart-map.section {
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, transparent 75%, var(--secondary-color) 75%);
}

#encart-actualites+#encart-map.section,
#encart-actualites-newsletter+#encart-map.section {
    background-image: linear-gradient(to bottom, var(--primary-color) 75%, var(--secondary-color) 75%);
}


/* FOOTER */


/* ====== */

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

#footer-content .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#footer-content address>.flex-row {
    flex-wrap: nowrap;
}

#footer-content address>.flex-row>.col:first-child {
    flex-shrink: 0;
}

#footer-content .numero-telephone a.tel {
    font-size: 1.5rem;
}

#footer-content .numero-telephone a.tel.accent-text {
    /* color: var(--accent-color-lighten); */
}

#bottom-bar {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

#bottom-bar .siret {
    margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
    #footer-content .flex-row:not([class*="s-align-items-"])>.col:not(:first-child) {
        padding-top: .5rem;
    }
    #footer-content .flex-row:not([class*="s-align-items-"])>.col:not(:last-child) {
        padding-bottom: .5rem;
    }
}

@media screen and (max-width: 992px) {
    #footer-content>.container>.flex-row>.col:not(:first-child) {
        padding-top: .75rem;
    }
    #footer-content>.container>.flex-row>.col:not(:last-child) {
        padding-bottom: .75rem;
    }
    #footer-content .brand {
        margin-bottom: 1rem;
    }
    #footer-content address {
        width: max-content;
        max-width: 100%;
        margin: 1rem auto 0;
    }
}

@media screen and (min-width: 601px) {
    #footer-content address>.flex-row {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }
    #footer-content address>.flex-row>.col {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
}

@media screen and (min-width: 993px) {
    #footer-content .reseaux-sociaux svg {
        width: 1.25rem;
        height: 1.25rem;
    }
    #footer-content>.container>.flex-row>.col:nth-child(3) {
        min-width: 50%;
    }
    #bottom-bar {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-size: .875rem;
        line-height: 1rem;
    }
    #bottom-bar .siret {
        margin-bottom: 0;
    }
    #bottom-bar nav a {
        transition: opacity .3s ease-in-out;
    }
    #bottom-bar nav a:hover {
        opacity: .72;
    }
}


/* PAGE CONTACT */


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

.contact-page h1 {
    margin-bottom: 2rem;
    line-height: 1.42875;
    /* font-size: 28px; */
    color: var(--primary-color);
}

.contact-page #fil_ariane a {
    color: var(--primary-color-lighten);
}

.contact-page p.intro,
.contact-page p.intro span,
.contact-page #clock li table {
    color: var(--primary-color);
}

.contact-page .coordonnees li,
.contact-page #clock li {
    font-size: 1rem;
    color: var(--primary-color);
}

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

.contact-page .contact-double-map .contact-map1 {
    margin-bottom: 2.5rem;
}

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

.contact-page .contact-double-map .infos-pratiques {
    background: var(--primary-background-color);
    padding: 2rem;
    margin-top: 1.5rem;
    border: 1px solid var(--primary-color);
}

.contact-page .contact-double-map .infos-pratiques .infos-content {
    display: flex;
    margin-bottom: 1rem;
}

.contact-page .contact-double-map .infos-pratiques div {
    margin-left: 1rem;
}

.contact-page .contact-double-map .infos-pratiques div p {
    color: var(--text-color);
    margin-bottom: 0;
}

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


/* DEMANDE DE RAPPEL */


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

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

.rappel_telephonique .brand a.logo {
    pointer-events: none;
}

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

@media screen and (min-width: 401px) {
    .rappel_telephonique .brand {
        margin-bottom: 0;
    }
    .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;
    }
}


/* GESTION DE CONTENU */


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

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

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