:root {
    --primary-color: hsla(0, 0%, 0%, 1);
    --primary-color-lighten: hsla(0, 0%, 10%, 1);
    --primary-color-darken: hsla(0, 0%, 0%, 1);
    --secondary-color: hsla(0, 0%, 0%, 1);
    --secondary-color-lighten: hsla(0, 0%, 10%, 1);
    --secondary-color-darken: hsla(0, 0%, 0%, 1);
    --accent-color: hsla(43, 42%, 38%, 1);
    --accent-color-lighten: hsla(43, 42%, 48%, 1);
    --accent-color-darken: hsla(43, 42%, 28%, 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(0, 0%, 80%, 1);
    --secondary-background-color: hsla(0, 0%, 90%, 1);
    --accent-background-color: hsla(43, 42%, 85%, 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: 'Source Serif Pro', serif;
    --font-accent: 'EB Garamond', serif;
    --card-border-radius: 0;
    --button-border-radius: .25rem;
}

main p a {
    font-weight: bold!important;
    color: var(--accent-color)!important;
}
main p a:hover {
    color: var(--accent-color-lighten)!important;
}
main p a span {
    font-weight: bold!important;
}

.message-top {
    font-family: var(--font-accent);
    text-align: center;
    font-size: 1.2em;
    max-width: 300px;
    margin: 20px auto;
    line-height: 33px;
}

.sc-content #relance ul li a {
    font-weight: bold!important;
    color: var(--accent-color)!important;
}


/* UTILES */

a.tel-important {
    line-height: 50px;
}

.reseaux-sociaux ul {
    display: flex;
    align-items: flex-start;
}

.top-bar .blanc,
.top-bar .bleu {
    display: none;
}

div#nav-meatballs .blanc,
div#nav-meatballs .noir {
    display: none;
}

div#footer-content .noir,
div#footer-content .bleu {
    display: none;
}

#bloc-01,
.encart-avis {
    padding-top: 0;
}

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

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

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

input#js_submit:hover,
.btn-2:hover,
.btn.primary:hover {
    opacity: 0.72;
}

.top-bar .main-nav ul li:hover>a {
    color: var(--accent-color);
}

#footer-content a:hover {
    opacity: 0.72;
}

section.ac-doubleColonne img {
    width: 100%;
    height: auto;
}

.sc-content .ac-doubleColonne .ac-colonne {
    object-fit: cover;
}

#avis .month {
    color: var(--text-color);
}

#avis .show-more:hover {
    text-decoration: none;
}

#avis .account-title {
    color: var(--primary-color-darken);
}

h1,
.title-1,
.contact-page h1 {
    font-size: 1.4rem;
}

h2,
.title-2 {
    font-size: 1.2rem;
}

h3,
.title-3 {
    font-size: 1.14rem;
    line-height: 150%;
}

a.logo img+img {
    display: none;
}

footer a.logo img+img {
    display: block;
}

div#footer-content .brand:hover,
div#header-content .brand:hover {
    opacity: 0.72;
}


/* ====== */

@media screen and (min-width: 993px) {
    #bloc-02 .image-wrapper.l-fit-content img {
        min-width: 100%!important;
    }
    h1 span {
        margin: 1rem 0 0;
        line-height: 1.375;
        font-size: 1.4rem;
    }
    h1,
    .title-1,
    .contact-page h1 {
        font-size: 1.7rem;
    }
    h2,
    .title-2,
    #avis .titre_avis {
        font-size: 1.4rem;
        line-height: 130%;
    }
    h3,
    .title-3 {
        font-size: 1.2rem;
        line-height: 150%;
    }
    .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;
    text-align: center;
}

.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) {
    main p {
        font-size: 14px;
    }
    .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: ',';
    }
    .message-top {
        display: block;
        max-width: 300px;
        text-align: center;
        margin: 20px auto;
        position: relative;
        color: #000;
        font-size: 1.6em;
    }
}

@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) {
    .message-top {
        max-width: 179px;
        font-size: 1.1em;
    }
    .message-top {
        top: 20%;
    }
    .top-bar {
        font-size: .75em;
        border-bottom: solid 1px rgba(0, 0, 0, .08);
    }
    .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,
    .top-bar .reseaux-sociaux .noir {
        width: 1.125rem;
        height: 1.125rem;
    }
    .top-bar a.lien-maps:hover {
        opacity: 0.72;
    }
    .top-bar .main-nav>ul>li>a {
        margin-bottom: -1px;
    }
    .top-bar .main-nav>ul>li.sous_menu>ul.dropdown {
        margin-top: 1px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
    }
    .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.dropdown>li:hover>a {
        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: var(--text-color-lighten);
    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: #FFFFFF;
}

@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: 1280px) {
    .message-top {
        max-width: 300px;
        font-size: 1.6em;
        line-height: 33px;
    }
}

@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) {
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 100%;
    }
    section.ac-colonne.ac-colonne_2.ui-sortable img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .votre-avocat- section.ac-colonne.ac-colonne_2.ui-sortable img {
        width: auto;
        height: 300px;
        object-fit: cover;
    }
    section.ac-colonne.ac-colonne_1.ui-sortable img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .slider-slick {
        height: 20rem;
    }
    .slide-img {
        min-height: 20rem;
    }
}


/* ENCART PRESTATIONS */


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

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

.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;
    min-height: 202px;
}

.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 svg {
    width: 2rem;
    height: 2rem;
    fill: var(--accent-color);
}

.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: -5rem;
    }
}

@media screen and (min-width: 993px) {
    .votre-avocat- section.ac-colonne.ac-colonne_2.ui-sortable img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top-bar .main-nav ul li a.selected {
        color: var(--accent-color);
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 50%;
    }
    section.ac-colonne.ac-colonne_2.ui-sortable img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    section.ac-colonne.ac-colonne_1.ui-sortable img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .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-05.section {
        background-image: linear-gradient(to right, var(--primary-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(--primary-color);
        position: absolute;
        top: 0;
        bottom: 0;
    }
    #bloc-02>.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;
    }
}

@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) {
    .index-page .image-wrapper img {
        width: auto;
        margin: auto;
        max-height: 400px;
        display: block;
    }
    #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-color: var(--primary-background-color);
}


/* 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 .reseaux-sociaux .blanc {
        width: 1.4rem;
        height: 1.4rem;
    }
    #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 */


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

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

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

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

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

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

.contact-page .coordonnees li a.tel {
    color: #fff;
}

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

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

.contact-page .bloc-deux-photos {
    margin-top: 2rem;
}

.contact-page .title-2 {
    margin: 1.33333rem 0 1rem 0;
}

.contact-page .contact-double-map .infos-pratiques {
    background: var(--primary-background-color);
    padding: 1rem;
    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;
    }
}

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