/*
Theme Name: Galerie Montmartre v3.0.0
Author: TukanGroup
Description: Theme custom créé pour la Galerie Montmartre
Requires at least: 5.3
Tested up to: 8.0
Requires PHP: 8.0
Version: 6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: galeriemontmartretheme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/* -------------------------------------------------------------------------- */
/*	0. Init
/* -------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

#main {
    padding: 0;
    margin: 0;
}

.entry-header {
    display: none;
}

.site-main > * {
    margin-top: 0;
    margin-bottom: 0;
}


/* -------------------------------------------------------------------------- */
/*	2. Header
/* -------------------------------------------------------------------------- */

.site-branding .site-logo .custom-logo {
    height: 4.8rem;
}

#site-navigation {
    margin: 0 auto;
}

#primary-menu-list .menu-item a {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 1rem 2.3rem;
}

#primary-menu-list .menu-item::after {
    content: '';
    background-color: #707070;
    margin: auto 0;
    height: 1.3rem;
    width: 1px;
}

#primary-menu-list .menu-item:last-child::after {
    content: '';
    background-color: transparent;
}

#menu-menu-navigation .current-menu-item > a:first-child,
#menu-menu-navigation .current_page_item > a:first-child,
#menu-menu-navigation-en .current-menu-item > a:first-child,
#menu-menu-navigation-en .current_page_item > a:first-child {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B61B14;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

#primary-menu-list a:focus {
    background-color: #FFF;
    color: #000;
    text-decoration: none;
}

.primary-navigation a:hover {
    text-decoration: none;
}

.page-list-ext .page-list-ext-item {
    clear: both;
    /* your old values -> margin: 10px 0 30px 0;*/
    margin: 0px 0px 30px 0px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.page-list-ext .page-list-ext-image {
    float: left;
    display: inline;
    /* your old values -> margin: 5px 15px 15px 0;*/
    margin: 10px 10px 10px 0px;
    vertical-align: top;
}

/* Menu Client */

#menu-menu-client,
#menu-menu-client-en {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    padding: 0;
}

#menu-menu-client li,
#menu-menu-client-en li {
    margin: 0 1.8rem;
}

.account-icon > a {
    background-image: url('/wp-content/uploads/2021/05/Account_Black.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    display: inherit;
    width: 2rem;
    height: 2rem;
}

#menu-menu-client .account-icon > a:focus,
#menu-menu-client-en .account-icon > a:focus {
    background-image: url('/wp-content/uploads/2021/05/Account_Black.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}

.cart-icon > a {
    background-image: url('/wp-content/uploads/2021/05/Cart_Black.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    display: inherit;
    width: 2rem;
    height: 2rem;
}

#menu-menu-client .cart-icon > a:focus,
#menu-menu-client-en .cart-icon > a:focus {
    background-image: url('/wp-content/uploads/2021/05/Cart_Black.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}

/* -------------------------------------------------------------------------- */
/*	3. Pré-Footer
/* -------------------------------------------------------------------------- */

.openning-hours-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #FAFAFA;
}

.openning-hours-column {
    width: 50%;
}

.openning-hours-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.openning-hours-content {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    margin: 1rem auto;
}

.openning-hours-days {
    display: flex;
    flex-direction: column;
    width: 5.5rem;
    margin-right: 1.2rem;
    padding-left: 1rem;
}

.openning-hours-day {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    color: #707070;
    margin: 0.5rem 0;
}

.openning-hours-lines {
    display: flex;
    flex-direction: column;
    width: calc(100% - 16.4rem);
}

.openning-hours-line {
    position: relative;
    top: -1rem;
    border-bottom: 1px solid #707070;
    color: transparent;
    margin: 0.5rem 0;
}

.openning-hours-times {
    display: flex;
    flex-direction: column;
    width: 8.5rem;
    margin-left: 1.2rem;
    padding-right: 1rem;
}

.openning-hours-time {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    color: #707070;
    margin: 0.5rem 0;
}

.openning-hours-appointment {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #707070;
}

.openning-hours-appointment:hover {
    color: #B61B14;
}

.openning-hours-text a {
    text-decoration: none;
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 4rem auto 4rem;
}

.openning-hours-image img {
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/*	4. Footer
/* -------------------------------------------------------------------------- */

.gm-footer {
    background-color: #B21D08;
    color: #FFF;
    margin: 0;
}

.gm-footer .gm-footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5.6rem 2rem 2rem;
    margin: 0 auto;
    max-width: 1024px;
}

.gm-footer .footer-column-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    color: #FFF;
    margin-bottom: 2.7rem;
}

.gm-footer .footer-column-body {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    color: #FFF;
    margin: 1.3rem 0;
}

.gm-footer #primary-menu-list-footer {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gm-footer #primary-menu-list-footer .menu-item a {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    color: #FFF;
    text-decoration: none;
}

.gm-footer #primary-menu-list-footer .menu-item a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B61B14;
}

.gm-footer .footer-column-contact a {
    text-decoration: none;
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.gm-footer .footer-column-contact-email:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B61B14;
}

.gm-footer .footer-column-contact-phone:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B61B14;
}

.gm-footer .footer-column-contact-appointment:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B61B14;
}

.gm-footer .social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}

.gm-footer .social-links img {
    height: 40px;
}

.gm-footer .gm-footer-bottom {
    text-align: center;
}

.gm-footer .copyright {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #FFF;
    padding: 2.6rem 0;
    display: inline-flex;
}

.gm-footer .legal-menu-container-footer,
.gm-footer .legal-menu-container-footer ul,
.gm-footer .legal-menu-container-footer li,
.gm-footer .legal-menu-container-footer a {
    display: inline-flex;
    font-size: 1em;
    color: #FFF;
    padding: 0;
}

.gm-footer .legal-menu-container-footer a {
    padding: 0 2px;
    text-decoration: none;
}

.gm-footer .footer-column-socials {
    font-size: 1.2em;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .gm-footer .gm-footer-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: center;
        padding: 5.6rem 1rem 2rem;
    }

    .gm-footer .gm-footer-top .footer-column-socials {
        width: 100%;
        max-width: 60%;
        border-top: 1px #db5c4a solid;
        padding-top: 1.5rem;
    }

    .gm-footer .copyright {
        padding-bottom: 0;
    }

    .gm-footer .gm-footer-bottom {
        padding-bottom: 2rem;
    }
}

/* -------------------------------------------------------------------------- */
/*	5. Login - Signup
/* -------------------------------------------------------------------------- */

#signup_form {
    display: none;
}

.login-signup-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.login-signup-column {
    width: 50%;
}

.login-signup-column h2 {
    text-align: center;
}

#rememberme {
    height: 1.8rem;
    width: 1.8rem;
    border: 1px solid #9F9F9F;
    border-radius: 0.4rem;
}

#rememberme:after {
    top: 1px;
}

.rememberme-lostpassword-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2.7rem 0 5rem;
}

#custom_signup_button {
    display: none !important;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 4rem auto;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.4rem;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/*	7. Header V2
/* -------------------------------------------------------------------------- */

/* header */

.header {
    background-color: #FFF;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    position: absolute;
    width: 100%;
    top: 8rem;
}

.header #menu-menu-navigation,
.header #menu-menu-navigation-en {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #FFF;
}

.header #menu-menu-navigation li,
.header #menu-menu-navigation-en li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header #menu-menu-navigation li:last-child,
.header #menu-menu-navigation-en li:last-child {
    border-right: none;
}

.header #menu-menu-navigation li a,
.header #menu-menu-navigation-en li a {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
    padding: 01rem 0;
    margin: 1rem 3.3rem;
    display: block;
    position: relative;
    text-decoration: none;
    width: fit-content;
}

.header #menu-menu-navigation li a:focus,
.header #menu-menu-navigation-en li a:focus {
    background-color: transparent;
}

.header #menu-menu-navigation li a:before,
.header #menu-menu-navigation li a:after,
.header #menu-menu-navigation-en li a:before,
.header #menu-menu-navigation-en li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    top: 100%;
    margin-top: -0.5px;
    background: #fff;
}

.header #menu-menu-navigation li a:before,
.header #menu-menu-navigation-en li a:before {
    left: 0;
}

.header #menu-menu-navigation li a:after,
.header #menu-menu-navigation-en li a:after {
    right: 0;
    background: #B61B14;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header #menu-menu-navigation li a:hover:before,
.header #menu-menu-navigation-en li a:hover:before {
    background: #B61B14;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header #menu-menu-navigation li a:hover:after,
.header #menu-menu-navigation-en li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.header .logo-link {
    display: block;
    float: left;
    font-size: 2rem;
    margin: 1rem 2rem;
    text-decoration: none;
    order: 2;
}

.header .logo-link:focus {
    background-color: transparent !important;
}

.header .logo {
    background-image: url('/wp-content/uploads/2021/05/Logo_Color.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 6rem;
    width: 11rem;
}

/* menu */

.header #menu-menu-navigation,
.header #menu-menu-navigation-en {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .hamburger-menu {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    user-select: none;
    order: 1;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .nav-menu #menu-menu-navigation,
.header .menu-btn:checked ~ .nav-menu #menu-menu-navigation-en {
    max-height: initial;
    height: 100vh;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* Menu client + Sélecteur de langue */

.header .customer-menu-wpml-language-selector {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wpml-language-selector .wpml-ls-legacy-list-horizontal a {
    line-height: unset;
    padding: 0 3px;
    margin: 0 0.3em;
}

.wpml-language-selector span {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}

.wpml-language-selector .wpml-ls-current-language {
    display: none;
}

.wpml-ls-legacy-list-horizontal > ul {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 1200px) {
    .header #menu-menu-navigation li a:before,
    .header #menu-menu-navigation li a:after,
    .header #menu-menu-navigation-en li a:before,
    .header #menu-menu-navigation-en li a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        top: unset;
        bottom: 10px;
        margin-top: -0.5px;
        background: #fff;
    }

    .header {
        position: sticky !important;
        z-index: 999;
        transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    }

    body .header .menu-icon {
        /*position: fixed;*/
        transition: none !important;
    }

    body.scrolling-down .header .menu-icon {
        z-index: 99999;
        background: #9c000b;
        transform: translateY(60px);
        padding: 15px 10px;
    }

    body.scrolling-down .header .menu-icon .navicon,
    body.scrolling-down .header .menu-icon .navicon:before,
    body.scrolling-down .header .menu-icon .navicon:after {
        background: #fff;
    }

    body.scrolling-down .header {
        transform: translateY(-100%);
    }

    body.scrolling-up .header {
        transform: translateY(0);
        box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
    }
}

/* -------------------------------------------------------------------------- */
/*	8. Artistes
/* -------------------------------------------------------------------------- */

.artists-introduction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.artists-introduction-title {
    font-family: 'Lato', sans-serif;
    font-size: 5.4rem;
    color: #000;
    margin-top: 4rem;
}

.artists-introduction-title::after {
    content: "";
    width: 11rem;
    height: 0.3rem;
    margin: 2rem auto 3.7rem;
    background-color: #B61B14;
    display: block;
}

.artists-introduction-header {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
    color: #707070;
    max-width: 60rem;
}

/* Section Filtres */

.sf-field-taxonomy-categorie .sf-input-radio {
    display: none;
}


.sf-field-taxonomy-categorie li:last-child {
    border-right: none;
}

.sf-field-taxonomy-categorie .sf-option-active .sf-label-radio {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B61B14;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

.sf-field-taxonomy-categorie .sf-label-radio:before,
.sf-field-taxonomy-categorie .sf-label-radio:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    top: 100%;
    margin-top: -0.5px;
    background: #fff;
}

.sf-field-taxonomy-categorie .sf-label-radio:before {
    left: 0;
}

.sf-field-taxonomy-categorie .sf-label-radio:after {
    right: 0;
    background: #B61B14;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sf-field-taxonomy-categorie .sf-label-radio:hover:before {
    background: #B61B14;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sf-field-taxonomy-categorie .sf-label-radio:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

/* Section Mosaic */

.artists-mosaic-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 7.5rem;
    max-width: 1280px;
}

.artists-list {
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Liste des prochains évènements */

.futur-events {
    max-width: 1024px;
    margin: 4rem auto;
}

.futur-events .event-items {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.futur-events .event-items .event-items-text {
    width: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.futur-events .event-items .subtitle-event {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #707070;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
}

.futur-events .event-items .title-event {
    font-family: 'Lato', sans-serif;
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #000;
}

.futur-events .event-items a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    color: #FFF;
    background-color: #B61B14;
    border: none;
    padding: 2rem 6rem;
    transition: opacity 0.3s ease-in-out;
    text-decoration: none;
}

.futur-events .event-items a:hover {
    opacity: 0.7;
}

.futur-events .event-items .event-items-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
}

.futur-events .event-items .date-event {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #707070;
}

.futur-events .event-items .date-event.date-event-hour {
    margin-top: 1rem;
}

/* -------------------------------------------------------------------------- */
/*	14. Contact
/* -------------------------------------------------------------------------- */
.gm-contact-page {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gm-contact-page-column {
    width: 50%;
}

.contact-page-form {
    width: 70%;
    margin: 4rem auto;
}

.contact-title-h1 {
    text-align: center;
    margin-bottom: 4.2rem;
}

.contact-page-form input,
.contact-page-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 0.6rem 0 0.5rem;
    color: #000;
    border: none;
    border-bottom: 1px solid #EEE;
    width: 100%;
    margin-bottom: 2.2rem;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus {
    outline: none;
}

.contact-page-form textarea {
    border: 1px solid #EEE;
    padding: 1rem;
    margin-top: 1rem;
}

.page-template-contact-php .contact-page-form .submit-contact-cf input {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: #000 !important;
    color: #FFF !important;
    border: 1px solid #000;
    padding: 1.2rem 5rem;
    margin: 0.7rem auto;
    transition: all 0.3s ease-in-out;
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.page-template-contact-php .contact-page-form .submit-contact-cf input:hover {
    background-color: #B61B14 !important;
    border: 1px solid #B61B14 !important;
}

.grecaptcha-badge {
    display: none;
}

.page-template-contact-php .grecaptcha-badge {
    display: block;
}

.contact-page-team {
    width: 70%;
    margin: 4rem auto;
}

.contact-page-team-title {
    font-family: 'Lato', sans-serif;
    font-size: 5.4rem;
    line-height: 5.4rem;
    text-align: center;
    color: #000;
    margin-bottom: 4.2rem;
}

.contact-page-team-catchline {
    font-family: 'Lato', sans-serif;
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #000;
    text-align: right;
    margin-top: 3rem;
}

.contact-page-team-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contact-page-team-item {
    width: calc(33.33% - 10px);
    margin-left: 1rem;
}

.contact-page-team-photo {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.contact-page-team-name {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.contact-page-team-position {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    color: #707070;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=submit]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
}

.wpcf7-form textarea {
    padding: 10px;
    border: var(--form--border-width) solid var(--form--border-color);
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.custom-form > div:not(:last-child) {
    margin-bottom: 15px;
}

.custom-form input[type=text],
.custom-form input[type=email],
.custom-form input[type=tel],
.custom-form select,
.custom-form textarea {
    color: #495057;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    width: 100%;
    margin: 0;
}

.custom-form input[type=text]:focus,
.custom-form input[type=email]:focus,
.custom-form input[type=tel]:focus,
.custom-form select:focus,
.custom-form textarea:focus {
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
}

.custom-form .field-row {
    display: flex;
    gap: 30px;
}

.custom-form .field-row > div {
    width: calc(50% - 10px);
}

.custom-form input[type=submit] {
    color: #fff !important;
    background-color: #000 !important;
    transition: color, background-color 0.2s;
}

.custom-form input[type=submit]:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.custom-form p:has(input[type=submit]) {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .custom-form .field-row {
        flex-direction: column;
        gap: 0;
    }

    .custom-form .field-row > div {
        width: 100%;
    }
}

/* -------------------------------------------------------------------------- */
/*	15. Blog
/* -------------------------------------------------------------------------- */

/* Couverture */

.gm-featured-post {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: relative;
    margin-bottom: 60px;
}

.gm-featured-post-content {
    width: 1024px;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
}

.gm-featured-post-content a {
    text-decoration: none;
}

.gm-featured-post-cat-tag {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.gm-featured-post-cat a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.gm-featured-post-cat .post-categories {
    list-style: none;
    padding: 0;
    padding-right: 10px;
    border-right: 1px solid #FFF;
}

.gm-featured-post-tag {
    padding-left: 10px;
}

.gm-featured-post-tag a {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.gm-featured-post-tag a::before {
    content: "#";
}

.gm-featured-post-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #FFF;
}


/* Catégories */

.gm-posts-cat {
    max-width: 1024px;
    margin: 0 auto 60px;
}

.gm-posts-cat-title {
    font-family: 'Lato', sans-serif;
    font-size: 5.4rem;
    line-height: 5.4rem;
    color: #000;
}

.gm-posts-cat-title::after {
    content: "";
    width: 11rem;
    height: 3px;
    background-color: #B61B14;
    margin: 2rem 0 3.7rem;
    display: block;
}

.gm-posts-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.gm-post-item:first-child {
    width: 100%;
    border: none;
}

.gm-post-item:first-child img {
    height: 100% !important;
    width: 672px !important;
    max-height: 100%;
    float: right;
}

.gm-post-item:first-child .gm-post-content {
    position: initial;
    width: 322px;
    float: left;
    padding: 0;
    margin-right: 30px;
    align-items: flex-start;
    left: 0;
    transform: none;
    max-height: 400px;
}

.gm-post-item:first-child .gm-post-title {
    font-size: 3.6rem;
    line-height: 4rem;
    text-align: left;
}

.gm-post-item {
    width: 320px;
    height: 400px;
    position: relative;
    border: 1px solid #DDD;
    margin-bottom: 30px;
}

.gm-post-item img {
    object-fit: cover;
    max-height: 200px;
    max-width: 320px;
}

.gm-post-content {
    position: absolute;
    top: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 260px;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    left: 50%;
    transform: translate(-50%);
    min-height: 50px;
    max-height: 200px;
    overflow: hidden;
}

.gm-post-content a {
    text-decoration: none;
}

.gm-post-tag a {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #B61B14;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0 20px;
    display: inline-block;
}

.gm-post-tag a::before {
    content: "#";
}

.gm-post-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #000;
    text-align: center;
}

/* Derniers articles */

.gm-last-posts {
    max-width: 1024px;
    margin: 0 auto 60px;
}

.gm-last-posts-title {
    font-family: 'Lato', sans-serif;
    font-size: 5.4rem;
    line-height: 5.4rem;
    color: #000;
    text-align: center;
}

.gm-last-posts-title::after {
    content: "";
    width: 11rem;
    height: 3px;
    background-color: #B61B14;
    margin: 2rem auto 3.7rem;
    display: block;
}

.gm-last-posts-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.gm-last-post-item {
    width: 320px;
    height: 300px;
    margin-bottom: 30px;
}

.gm-last-post-item img {
    object-fit: cover;
    max-height: 150px;
    max-width: 320px;
}


.gm-last-post-content a {
    text-decoration: none;
}

.gm-last-post-cat-tag {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}

.gm-last-post-cat a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #B61B14;
    text-decoration: none;
    text-transform: uppercase;
}

.gm-last-post-cat .post-categories {
    list-style: none;
    padding: 0;
    padding-right: 10px;
    border-right: 1px solid #707070;
}

.gm-last-post-tag {
    padding-left: 10px;
}

.gm-last-post-tag a {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #707070;
    text-decoration: none;
    text-transform: uppercase;
}

.gm-last-post-tag a::before {
    content: "#";
}

.gm-last-post-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #000;
    text-align: justify;
}

/* Section vidéos */

.gm-video-posts {
    background-color: #202020;
    margin-bottom: 60px;
}

.gm-video-posts-list {
    width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}

.gm-video-posts-title {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #FFF;
    padding: 10px 20px;
    background-color: #B61B14;
    z-index: 99;
    top: -28px;
}

.gm-video-post-item {
    width: 245px;
    height: 415px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gm-video-post-item a {
    text-decoration: none;
}

.gm-video-post-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.gm-video-post-item-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #FFF;
    width: 225px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border: 10px solid #000;
    background-color: #000;
}

.gm-video-post-item:first-of-type {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
}

.gm-video-post-item:first-of-type a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.gm-video-post-item:first-of-type img {
    width: 642px;
}

.gm-video-post-item:first-of-type .gm-video-post-item-title {
    position: initial;
    font-size: 3.6rem;
    line-height: 4rem;
    width: 382px;
    height: inherit;
    transform: none;
    background-color: initial;
    border: 15px solid transparent;
}

/* Catégorie & Tag */

.category .entry-header,
.tag .entry-header {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

.category .page-header,
.tag .page-header {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.blog .page-title, .category .page-title,
.tag .page-title {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 20px;
}

.tag #main {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.tag #main article {
    width: 320px;
    height: 400px;
    position: relative;
    border: 1px solid #DDD;
    margin-bottom: 30px;
}

.tag article .post-thumbnail {
    margin: 0;
    padding: 0;
}

.tag article .post-thumbnail .wp-post-image {
    object-fit: cover;
    max-height: 200px !important;
    max-width: 320px !important;
    height: 200px !important;
    width: 320px !important;
    margin: 0;
    padding: 0;
}

.tag .wp-caption-text {
    display: none;
}

.tag article .entry-title {
    margin: 0;
    padding: 0;
}

.tag article .entry-title a {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    position: absolute;
    top: 170px;
    width: 260px;
    padding: 10px;
    left: 50%;
    transform: translate(-50%);
    min-height: 50px;
    max-height: 200px;
    overflow: hidden;
}

.archive.category .cat-container,
.custom-posts-list .cat-container,
.artwork-filters-global {
    width: 100%;
    margin-bottom: 40px;
}

.archive.category .cat-container,
.custom-posts-list .cat-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.archive.category .cat-container > a,
.custom-posts-list .cat-container > a,
.artwork-filters-global .cat-container > a {
    position: relative;
    padding: 0 10px;
    font-size: 1.3em;
    line-height: 1em;
    text-decoration: none;
}

.archive.category .cat-container > a.current,
.custom-posts-list .cat-container > a.current,
.artwork-filters-global .cat-container > a.current {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B61B14;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-weight: 600;
}

.archive.category .cat-container > a:hover,
.custom-posts-list .cat-container > a:hover,
.artwork-filters-global .cat-container > a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-color: #000000;
}

.custom-posts-list .page-header {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

/*
.custom-posts-list .page-title {
    font-family: 'Lato', sans-serif;
    font-size: 5.4rem;
    line-height: 5.4rem;
    color: #000;
    text-align: center;
}

.custom-posts-list .page-title::after {
    content: "";
    width: 11rem;
    height: 3px;
    background-color: #B61B14;
    margin: 2rem auto 3.7rem;
    display: block;
}
*/
.custom-posts-list .posts-list {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    grid-gap: 30px;
}

.custom-posts-list .posts-list li {
    list-style-type: none;
}

.custom-posts-list .posts-list h4 {
    max-width: 100%;
}

.custom-posts-list .posts-list a {
    text-decoration: none;
}

.custom-posts-list .posts-list a:hover {
    color: #B61B14;
}

.custom-posts-list .posts-list img {
    max-width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    margin-bottom: 10px;
}

.archive.category .posts-pagination .nav-links,
.custom-posts-list .posts-pagination .nav-links {
    margin-top: 0;
}

.archive.category .posts-pagination .nav-links .next,
.archive.category .posts-pagination .nav-links .prev,
.custom-posts-list .posts-pagination .nav-links .next,
.custom-posts-list .posts-pagination .nav-links .prev {
    display: none !important;
}

.archive.category .posts-pagination .nav-links .page-numbers,
.custom-posts-list .posts-pagination .nav-links .page-numbers {
    min-width: unset;
    min-height: unset;
    padding: 0 10px;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.archive.category .posts-pagination .nav-links .page-numbers:hover,
.custom-posts-list .posts-pagination .nav-links .page-numbers:hover,
body.has-background-white .pagination .nav-links a:active,
body.has-background-white .pagination .nav-links a:hover:active,
.posts-pagination .nav-links .page-numbers.current {
    background: #B61B14;
    color: #fff;
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .custom-posts-list .posts-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .archive.category .cat-container > a:not(:first-child),
    .custom-posts-list .cat-container > a:not(:first-child),
    .artwork-filters-global.cat-container .cat-container > a:not(:first-child) {
        border-left: solid 1px #000;
    }

    .archive.category .cat-container > a,
    .custom-posts-list .cat-container > a,
    .artwork-filters-global .cat-container > a {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 767px) {
    .custom-posts-list .posts-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* -------------------------------------------------------------------------- */
/*	16. Article
/* -------------------------------------------------------------------------- */
/*
.single .gm-article-header .gm-article-title {
    font-family: 'Lato', sans-serif;
    font-size: 3.4rem;
    line-height: 4.8rem;
    color: #000;
    margin-top: 0;
}
*/
.single #main .gm-article-breadcrumb {
    margin: 0 auto 15px;
    max-width: 1024px;
    width: 100%;
}

.single #main .gm-article-header {
    margin: 1px auto 1px;
    padding: 0 15px 15px;
    max-width: 1024px;
    width: 100%;
    border-bottom: 2px solid #999999;
}

.single #main .gm-article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single .gm-article-meta .gm-article-meta-left {
    max-width: 70%;
}

.single .gm-article-meta .gm-article-meta-left .gm-article-cat .post-categories {
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
}

.single .gm-article-meta .gm-article-meta-left .gm-article-cat .post-categories > li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999999;
}

.single .gm-article-meta .gm-article-meta-left .gm-article-cat a {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
}

.single .gm-article-meta .gm-article-meta-left .gm-article-cat a:hover {
    color: #B61B14;
}

.single .gm-article-meta .gm-article-meta-left .gm-article-cat a::before {
    content: '#';
}

.single .gm-article-meta .gm-article-meta-right .gm-article-date {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #999999;
    text-align: right;
    text-transform: uppercase;
}

.single .gm-article-content {
    width: 100%;
    max-width: 1024px;
    margin: 30px auto;
    padding: 0 10px;
}

.single .gm-article-content .wp-block-columns {
    width: 100%;
    margin: 40px auto;
}


.single .gm-article-content figure {
    margin: 50px auto;
}

.single .navigation.post-navigation {
    max-width: 1024px;
    padding: 0 10px 20px;
    border-bottom: 2px solid #999999;
    margin-top: 40px;
}

.single .navigation.post-navigation .post-title,
.navigation.post-navigation .nav-links .meta-nav svg {
    display: none;
}

.navigation.post-navigation .nav-links {
    justify-content: space-between;
}

.navigation.post-navigation .nav-links a:hover {
    text-decoration: none;
}

.navigation.post-navigation .nav-links a:hover .meta-nav {
    color: #B61B14;
}

.navigation.post-navigation .nav-links .meta-nav {
    font-size: 1.4rem;
    color: #999999;
    font-weight: 600;
}

.navigation.post-navigation .nav-links .nav-next .meta-nav {
    text-align: right;
}

.navigation.post-navigation .nav-links .nav-previous .meta-nav:before {
    content: '<';
    margin-right: 5px;
    font-size: 1.8rem;
    line-height: normal;
}

.navigation.post-navigation .nav-links .nav-next .meta-nav:after {
    content: '>';
    margin-left: 5px;
    font-size: 1.8rem;
    line-height: normal;
}

.navigation .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.navigation.pagination {
    border-top-width: 1px;
    padding-top: 10px;
}

.navigation .nav-links > div {
    margin: 0;
}


/* -------------------------------------------------------------------------- */
/*	17. Mon Compte
/* -------------------------------------------------------------------------- */

/* Général */

.site-main > article {
    margin: 0;
}

.site-main > article > .entry-content {
    margin: 0;
}

footer.entry-footer {
    display: none;
}

/* -------------------------------------------------------------------------- */
/*	20. Section Instagram
/* -------------------------------------------------------------------------- */

.section-instagram {
    margin: 10rem auto;
}

.section-instagram a {
    text-decoration: none;
}

.section-instagram-title {
    font-family: 'Lato', sans-serif;
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #000;
    text-transform: uppercase;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto 3.2rem;
    transition: color 0.3s ease-in-out;

}

.section-instagram-title:hover {
    color: #B61B14;
}

.section-instagram-header {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    color: #707070;
    text-align: center;
    margin-bottom: 5rem;
}

.section-instagram-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 103.2rem;
    margin: 1rem auto;
}

.section-instagram-grid a:focus {
    background-color: transparent !important;
}

.section-instagram-image {
    width: 33rem;
    margin: 0.7rem;
    transition: opacity 0.3s ease-in-out;
}

.section-instagram-image:hover {
    opacity: 0.7;
}


/* Partage RS todo check if still used */
.sd-content ul {
    display: flex;
    justify-content: center;
}


/* Gallery */
.my-gallery {
    width: 100%;
    float: left;
}

.my-gallery img {
    width: 100%;
    height: auto;
}

.my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 150px;
}

.my-gallery figcaption {
    display: none;
}

/* -------------------------------------------------------------------------- */
/*	RESPONSIVE
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
    .artist-presentation-text,
    .artist-work-text {
        padding: 1rem;
        margin: auto;
        width: 100vw;
    }

    .artist-presentation-column,
    .artist-work-column {
        padding: 1rem;
        margin: auto;
        width: 100vw;
    }

    .artist-presentation-body,
    .artist-work-body {
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        line-height: normal;
        color: #707070;
        margin: 2.2rem 0;
    }

    .artist-quotation {
        background-color: #000;
        padding: 2.6rem;
        margin: 2rem auto;
    }


    .section-instagram-title {
        font-size: 3rem;
        line-height: 3rem;
    }

    .futur-events .event-items .event-items-text {
        width: 100%;
    }

    /*.custom-posts-list .page-title {
        font-size: 3.4rem;
        line-height: 3.4rem;
    }
*/
    .single .gm-article-meta .gm-article-meta-left {
        max-width: 100%;
    }

    .single .gm-article-meta .gm-article-meta-left .gm-article-cat .post-categories {
        border-right: 1px solid #FFF;
    }

    /*
        .single .gm-article-header .gm-article-title {
            font-size: 2.8rem;
            line-height: 3.6rem;
        }
    */

    .single .gm-article-content .wp-block-columns {
        width: calc(100% - 20px);
    }

    .single .gm-article-content h2 {
        font-size: 4.4rem;
        line-height: 4.4rem;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .artists-mosaic-section {
        display: block;
        flex-direction: unset;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        padding: 0;
        max-width: 100vw;
        width: 100vw;
        overflow: hidden;
    }

    .mobile-list a {
        text-decoration: none;
    }
}

@media screen and (min-width: 801px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .gm-featured-post-content {
        width: calc(100% - 20px);
    }

    .gm-last-posts-list {
        width: calc(100% - 20px);
        justify-content: center;
    }

    .gm-last-post-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .gm-video-posts-list {
        width: calc(100% - 20px);
        justify-content: center;
        padding-top: 45px;
    }

    .gm-video-post-item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .gm-video-posts-title {
        left: 0;
    }

    .gm-video-post-item:first-of-type {
        width: 245px;
        height: 415px;
    }

    .gm-video-post-item:first-of-type .gm-video-post-item-title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        width: 225px;
        height: 130px;
        position: absolute;
        transform: translate(-50%);
        border: 10px solid #000;
        background-color: #000;
    }

    .gm-video-post-item:first-of-type img {
        width: 100%;
    }

    .gm-posts-cat {
        width: calc(100% - 20px);
    }

    .gm-post-item:first-child {
        width: 320px;
        border: 1px solid #DDD;
    }

    .gm-post-item:first-child img {
        max-height: 200px !important;
        max-width: 320px !important;
    }

    .gm-post-item:first-child .gm-post-content {
        position: absolute;
        align-items: center;
        width: 260px;
        left: 50%;
        transform: translate(-50%);
        max-height: 200px;
    }

    .gm-post-item:first-child .gm-post-title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        text-align: center;
    }

    .gm-posts-list {
        justify-content: center;
    }

    .gm-post-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

/* 75em = 1200px */
@media (min-width: 75em) {
    .header {
        position: relative;
        padding: 1rem 8rem;
    }

    body.post-type-archive .header {
        position: absolute;
    }

    .header #menu-menu-navigation li,
    .header #menu-menu-navigation-en li {
        float: left;
    }

    .nav-menu {
        position: relative;
        width: initial;
        top: initial;
        order: 2;
    }

    .header #menu-menu-navigation li a,
    .header #menu-menu-navigation-en li a {
        padding: 0;
        margin: 0.1rem 1.9rem;
    }

    body.post-type-archive .header #menu-menu-navigation li a,
    body.post-type-archive .header #menu-menu-navigation-en li a {
        color: #FFF;
    }

    .header #menu-menu-navigation,
    .header #menu-menu-navigation-en {
        clear: none;
        float: right;
        max-height: none;
        background-color: transparent;
    }

    .header .menu-icon {
        display: none;
    }

    .header .logo-link {
        order: 1;
    }

    body.post-type-archive .header .account-icon > a {
        background-image: url('/wp-content/uploads/2021/05/Account_White.png');
    }

    body.post-type-archive .header #menu-menu-client .account-icon > a:focus,
    body.post-type-archive .header #menu-menu-client-en .account-icon > a:focus {
        background-image: url('/wp-content/uploads/2021/05/Account_White.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: transparent;
    }

    body.post-type-archive .header .cart-icon > a {
        background-image: url('/wp-content/uploads/2021/05/Cart_White.png');
    }

    body.post-type-archive .header #menu-menu-client .cart-icon > a:focus,
    body.post-type-archive .header #menu-menu-client-en .cart-icon > a:focus {
        background-image: url('/wp-content/uploads/2021/05/Cart_White.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: transparent;
    }

    body.post-type-archive .header {
        background-color: transparent;
    }

    body.post-type-archive .header #menu-menu-navigation li,
    body.post-type-archive .header #menu-menu-navigation-en li {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }

    body.post-type-archive .header #menu-menu-navigation li:last-child,
    body.post-type-archive .header #menu-menu-navigation-en li:last-child {
        border-right: none;
    }

    body.post-type-archive .header .logo {
        background-image: url('/wp-content/uploads/2021/05/Logo_White.png');
    }

    body.post-type-archive .header .wpml-language-selector span {
        color: #FFF;
    }
}

.uplineseo, .downlineseo {
    padding: 1rem;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.8em;
    color: #707070;
    max-width: 1024px;
    margin: 4rem auto !important;
}

.uplineseo h2, .downlineseo h2 {
    color: #000;
    text-align: center;
    margin-top: 8rem;
}

.uplineseo h2::after, .downlineseo h2::after {
    content: "";
    width: 11rem;
    border-bottom: 3px solid #B61B14;
    margin: 2rem auto 10rem;
    display: block;
}

h1, h2 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 400;
}

p, ul, li, body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.single-post h2 {
    font-size: 28px;
    font-weight: 600;
}

.single-post p {
    font-size: 18px;
    font-weight: 100;
}

.openning-hours-section {
    clear: both;
}

a .ctabannerhome {
    position: absolute;
    width: 100%;
    bottom: 30rem;
    z-index: 999;
    font-family: 'Lato', sans-serif;
    font-size: 5rem;
    color: #FFF;
}

.error-404-actions {
    gap: 20px;
    display: flex;
}

.error-404-actions a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: var(--button--padding-vertical) var(--button--padding-horizontal);
    text-transform: uppercase;
    text-decoration: none;
    background-color: #980000;
    border: var(--button--border-width) solid transparent;
    border-radius: var(--button--border-radius);
    cursor: pointer;
    font-weight: var(--button--font-weight);
    font-family: var(--button--font-family);
}

.error-404-actions a:hover {
    border-color: currentColor !important;
    background-color: transparent !important;
    color: inherit !important;
}

.opening-hours-cta {
    max-width: 1024px;
    width: 100%;
    margin: 50px auto !important;
    padding: 0 15px;
}

.opening-hours-cta .cta-container {
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.opening-hours-cta .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding: 20px 5px;
}

.opening-hours-cta .content p {
    font-size: 16px;
}

.opening-hours-cta a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    background: #000;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s;
}

.opening-hours-cta a:hover {
    background: rgb(156, 0, 11);
}

@media only screen and (max-width: 768px) {
    .opening-hours-cta .cta-container {
        flex-direction: column;
    }

    .opening-hours-cta .cta-container .content,
    .opening-hours-cta .cta-container > a {
        width: 100%;
    }

    .opening-hours-cta .cta-container > a {
        min-height: 50px;
    }

    h1, h2, .blog .page-title, .category .page-title,
    .tag .page-title {
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
    }

    p, ul, li, body {
        font-size: 16px;
    }
}

.latest-posts {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.latest-posts.centered {
    justify-content: center;
    flex-wrap: wrap;
}

.latest-posts > li {
    list-style-type: none;
    width: 33%;
}

.latest-posts > li .title {
    font-family: 'Lato', sans-serif;
    font-weight: 700 !important;
    font-size: 1.2em;
}

.latest-posts > li img {
    height: 250px !important;
    object-fit: cover;
}

.latest-posts > li .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: #999999;
    margin: 10px 0;
    border-bottom: 2px solid #999999;
    font-size: 11px;
}

.latest-posts > li .excerpt {
    font-style: italic;
}

.latest-posts > li a {
    text-decoration: none;
}

.latest-posts > li a:hover {
    color: #B61B14;
}

body.home a > img,
body.single-oeuvre a > img,
body.single-artiste a > img {
    display: block;
    -webkit-tap-highlight-color: transparent;
    transition: transform 120ms ease-out, opacity 120ms ease-out;
}

body.home a > img.is-pressed,
body.single-oeuvre a > img.is-pressed,
body.single-artiste a > img.is-pressed {
    transform: scale(0.97);
    opacity: 0.85;
}

/* sticky catalog button */
.fixed-catalog-btn {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: calc(50vh - 39px);
}

.fixed-catalog-btn a {
    text-decoration: none;
    color: #fff;
    line-height: normal;
    background: #9c000b;
    padding: 5px 10px;
    border: 1px #9c000b solid;
    border-radius: 15px 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: color, background 0.3s;
}

.fixed-catalog-btn svg {
    max-width: 35px;
    fill: #fff;
    transition: fill 0.3s;
}

.fixed-catalog-btn a:hover {
    color: #9c000b;
    background: #fff;
}

.fixed-catalog-btn a:hover svg {
    fill: #9c000b;
}

#breadcrumbs {
    font-size: 14px;
}


/* Expo posts */
.expo-posts {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    gap: 20px;
    max-width: 1200px;
}

.expo-posts .row,
.expo-posts .post-item {
    display: contents;
}

.expo-posts li {
    list-style-type: none;
    background: #fff;
    overflow: hidden;
}

.expo-posts .featured-img img {
    height: auto !important;
    width: 100%;
	aspect-ratio: 4 / 5;
    object-fit: cover;
}

.expo-posts .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: #999999;
    margin: 10px 0;
    border-bottom: 2px solid #999999;
    font-size: 11px;
    font-family: Lato, sans-serif;
}

.expo-posts .post-publish-date {
    font-size: 11px;
}

.expo-posts .title {
    font-family: Lato, sans-serif;
    font-weight: 700 !important;
    font-size: 1.2em;
    display: block;
}

.expo-posts a {
    text-decoration: none;
    color: inherit;
}

.expo-posts a:hover {
    color: #B61B14;
}



@media only screen and (max-width: 768px) {
	.expo-posts {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
	
    .latest-posts {
        flex-direction: column;
    }

    .latest-posts > li {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .latest-posts > li:not(:last-child) {
        border-bottom: 2px solid #999999;
        padding-bottom: 20px;
    }

    .latest-posts > li .title {
        width: 66%;
    }

    .latest-posts > li .featured-img {
        width: 33%;
    }

    .latest-posts > li .post-meta,
    .latest-posts > li .excerpt {
        display: none;
    }

    .latest-posts > li img {
        height: auto !important;
    }

    #breadcrumbs {
        font-size: 12px;
    }
}
