.wp-block-image.has-webp picture {
    display: contents; 
}
.wp-block-image.has-webp img {
    width: 100%;
    height: auto;
    display: block;
}
a:not(.ab-item, .wp-block-button__link) {
    color: var(--memorial-bronze);
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
a:not(.ab-item, .btn):hover {
    color: var(--memorial-navy);
}
a:not(.ab-item, .btn, .wp-block-button__link)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
    height: 1px;
    background-color: var(--memorial-bronze);
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s;
}
a:not(.ab-item, .btn, .wp-block-button__link)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    height: 1px;
    background-color: var(--memorial-bronze);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
a:not(.ab-item, .btn, .wp-block-button__link):hover::after,
a:not(.ab-item, .btn, .wp-block-button__link):hover::before {
    transform: scaleX(1);
}
header #accessconfig button {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="100.000000pt" height="80.000000pt" viewBox="0 0 100.000000 80.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,80.000000) scale(0.100000,-0.100000)" fill="%231a2332" stroke="none"><path d="M16 785 c-8 -9 -13 -22 -9 -31 5 -15 900 -721 941 -743 16 -9 24 -8 36 5 23 22 10 40 -83 113 -45 35 -81 66 -81 68 0 2 18 25 39 51 22 26 51 70 66 99 l26 52 -31 61 c-43 86 -154 200 -232 238 -140 69 -295 59 -423 -27 l-31 -20 -80 63 c-106 84 -119 90 -138 71z m603 -192 c27 -17 58 -48 76 -77 26 -42 30 -59 30 -115 0 -36 -6 -76 -13 -89 l-13 -23 -29 21 c-26 18 -28 25 -27 79 1 46 -3 66 -19 87 -26 35 -62 60 -96 68 -27 6 -28 5 -28 -37 0 -24 -3 -46 -6 -50 -7 -6 -144 100 -144 112 0 9 55 41 88 52 48 15 131 2 181 -28z"/><path d="M110 513 l-22 -28 29 -22 c15 -13 135 -107 265 -209 l237 -185 37 16 c20 8 35 17 33 19 -3 2 -415 325 -545 428 -8 6 -19 -1 -34 -19z"/><path d="M81 339 c42 -84 163 -206 240 -242 47 -22 167 -51 177 -43 3 4 -426 340 -439 345 -6 2 4 -25 22 -60z"/></g></svg>');
    transition: all .4s;
}
header #accessconfig button:hover {    
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="100.000000pt" height="80.000000pt" viewBox="0 0 100.000000 80.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,80.000000) scale(0.100000,-0.100000)" fill="%23b8860b" stroke="none"><path d="M16 785 c-8 -9 -13 -22 -9 -31 5 -15 900 -721 941 -743 16 -9 24 -8 36 5 23 22 10 40 -83 113 -45 35 -81 66 -81 68 0 2 18 25 39 51 22 26 51 70 66 99 l26 52 -31 61 c-43 86 -154 200 -232 238 -140 69 -295 59 -423 -27 l-31 -20 -80 63 c-106 84 -119 90 -138 71z m603 -192 c27 -17 58 -48 76 -77 26 -42 30 -59 30 -115 0 -36 -6 -76 -13 -89 l-13 -23 -29 21 c-26 18 -28 25 -27 79 1 46 -3 66 -19 87 -26 35 -62 60 -96 68 -27 6 -28 5 -28 -37 0 -24 -3 -46 -6 -50 -7 -6 -144 100 -144 112 0 9 55 41 88 52 48 15 131 2 181 -28z"/><path d="M110 513 l-22 -28 29 -22 c15 -13 135 -107 265 -209 l237 -185 37 16 c20 8 35 17 33 19 -3 2 -415 325 -545 428 -8 6 -19 -1 -34 -19z"/><path d="M81 339 c42 -84 163 -206 240 -242 47 -22 167 -51 177 -43 3 4 -426 340 -439 345 -6 2 4 -25 22 -60z"/></g></svg>');
}
.language-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.secondary-navigation__lang {
    position: relative;
}
.logged-in.admin-bar .secondary-navigation__lang .language-menu .sub-menu {
    top: 30px;
}
.secondary-navigation__lang .language-menu .sub-menu {
    position: absolute;
    right: -50px;
    left: auto;
    min-width: auto;
    width: auto;
    padding: 1rem 2rem;
    top: 30px;
    z-index: 3;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s linear 0.1s;
}
.secondary-navigation__lang:hover .language-menu .sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.language-menu .sub-menu::before,
.menu-item-has-children .sub-menu::before {
    content: "";
    position: absolute;
    top: -20px; /* Adjust this to match the height of the gap */
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
}
.pll-parent-menu-item a {
    font-size: 0;
}
.pll-parent-menu-item .sub-menu a {
    font-size: 1rem;
}
.pll-parent-menu-item .sub-menu a:hover {
    color: #fff;
}
.message {
    background-color: var(--memorial-bronze);
    padding: .5rem 2rem;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
}
.message p {
    color: #fff;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 300;
}
.wp-block-separator {
    border-color: rgba(184, 134, 11, 0.2);
    background-color:rgba(184, 134, 11, 0.2);
    border-width: 1px;
    opacity: 1;
    margin: 2rem 0;
}
.wp-block-column figure {
    margin: 0;
}
.wpcf7-form input,
.wpcf7-form textarea,
footer .sib-form .input {
    background-color: #fff;
    border: 1px solid rgba(184, 134, 11, 0.2);
    color: var(--memorial-navy);
    height: 3rem;
    border-radius: .25rem;
    padding: .25rem 1rem;
    width: 100%;
}
.wpcf7-form input::placeholder,
footer .sib-form .input::placeholder {
    color: var(--memorial-gold);
}
.wpcf7-form input:hover,
footer .sib-form .input:hover {
    background-color: rgba(184, 134, 11, 0.15);
}
.wpcf7-form input:focus,
footer .sib-form .input:focus {
    background-color: rgba(184, 134, 11, 0.15);
    color: var(--memorial-navy);
    border-color: rgba(184, 134, 11, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(184, 134, 11, 0.25);
}
.wpcf7-form input.wpcf7-submit,
footer .sib-form .btn {
    background-color: var(--memorial-bronze); 
    border-color: var(--memorial-bronze);
    color: white; 
    height: 3rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    box-shadow: 0 10px 15px -3px rgba(184, 134, 11, 0.2), 0 4px 6px -4px rgba(184, 134, 11, 0.2);
    transition: all 0.3s ease-in;
}

.wpcf7-form input.wpcf7-submit:hover,
footer .sib-form .btn:hover{
    background-color: var(--memorial-navy); 
    border-color: var(--memorial-navy);
    box-shadow: 0 10px 15px -3px rgba(184, 134, 11, 0.4), 0 4px 6px -4px rgba(184, 134, 11, 0.4); 
}
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
    height: auto;
    width: auto;
}
.rank-math-breadcrumb a {
    font-size: .875rem;
}
.rank-math-breadcrumb span {
    color: #fff;
    font-size: .875rem;
}
.rank-math-breadcrumb a:hover {
    color: #fff;
}
.rank-math-breadcrumb span.separator {
    padding: 0 .25rem;
}
a.btn,
.btn:hover,
.wp-block-buttons .wp-block-button__link:hover {
    color: #fff;
}
a.btn-dark {
    background-color: transparent;
    color: var(--memorial-navy);
    text-transform: none;
}
a.btn-dark:hover svg {
    stroke: #fff;
}
.btn:after,
.wp-block-button__link:after {
    content: "";
    background: var(--memorial-navy);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    border-radius: 6px;
    z-index: -1;
}
.btn:hover:after,
.wp-block-button__link:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}
a.btn-dark:hover {
    color: #fff;
    background: none;
}
.wp-block-buttons .wp-block-button__link {
    position: relative;
    z-index: 1;
}
.wp-block-buttons {
    margin-bottom: 1.5rem;
}
.btn {
    background-color: var(--memorial-bronze);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    z-index: 1;
    position: relative;
}
.btn-glass {
    white-space: nowrap;
    border-radius: 0.375rem;
    padding: 1.5rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease-in-out;
    outline: none;
    cursor: pointer;
    text-transform: none;
}
.btn-gold {
    white-space: nowrap;
    border-radius: 0.375rem;
    padding: 1.5rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: none;
    color: #fff;
}
.btn-glass:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.btn-glass:disabled {
    pointer-events: none;
    opacity: 0.5;
}
a.btn-light {
    background: none;
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: var(--memorial-navy);
}
.top__header {
    width: 100%;
    background-color: var(--memorial-beige);
    padding: .25rem 0;
}
.top__header .btn-dark {
    padding: .25rem .75rem;
}
.top__header .btn::after {
    display: none;
}
.top__header .btn:hover svg path {
    fill: var(--memorial-bronze);
}
.secondary-navigation__lang:hover svg path,
.secondary-navigation__lang:hover svg circle {
    stroke: var(--memorial-bronze);
}
.block__sitename {
    padding: .5rem 0;
}
.block__sitename h1 {
    line-height: 1;
    font-size: 0;
    margin-bottom: 0;
}
.block__sitename a::before,
.block__sitename a::after,
.wp-block-image a::before,
.wp-block-image a::after {
    display: none;
}
.icon-container-gold  {
    background-color: rgba(184, 134, 11, 0.1);
    border-color: rgba(184, 134, 11, 0.2) !important;
    border-radius: .75rem;
    margin-bottom: 1.5rem;
}
.wp-element-caption {
    font-size: .75rem;
}
#main__section {
    background-color: rgb(26 35 50 / 80%);
    padding: 0;
    z-index: 2;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
#site-navigation {
    flex-basis: auto;
    flex-grow: 0;
}
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#site-navigation .menu-item a {
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.opened,
.closed {
    border: 1px solid var(--memorial-navy);
    padding: .25rem .5rem .35rem; 
    border-radius: 5px;
    line-height: 1;
}
.opened::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 100%;
    background: #2C9607;
}
.closed::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 100%;
    background: red;
}
.opened span,
.closed span{
    color: var(--memorial-navy);
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1;
    margin-left: .25rem;
}
#main {
    margin-top: -4.75rem;
}
.entry-header {
    padding: 6rem 0 4rem;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 350px;
}
.white {
    color: #fff;
    position: relative;
    z-index: 1;
}
.content__espace {
    gap: 3rem;
    margin-top: 5rem;
}
.sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
}
.salle {
    background-color: var(--background);
    border: 1px solid var(--memorial-beige);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: none;
    height: 100%;
}
.salle h3 {    
    padding: 0 1.5rem;
}
.salle p  {
    font-size: .875rem;
    font-style: italic;
    padding: 0 1.5rem .5rem;
}
.salle img {
    width: 100%;
    object-fit: cover;
}
.salle figure {
    margin-bottom: .5rem;
}
.capabilities,
.wifi,
.cafe {
    display: flex;
    gap: .25rem;
}
.capabilities::before,
.wifi::before,
.cafe::before  {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    -webkit-mask: var(--svg);
    mask: var(--svg);
    background-color: var(--memorial-bronze);
}
.capabilities::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><path d="M16 3.128a4 4 0 0 1 0 7.744"></path><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><circle cx="9" cy="7" r="4"></circle></svg>');
}
.wifi::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 20h.01"></path><path d="M2 8.82a15 15 0 0 1 20 0"></path><path d="M5 12.859a10 10 0 0 1 14 0"></path><path d="M8.5 16.429a5 5 0 0 1 7 0"></path></svg>');
}
.cafe::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2"></path><path d="M7 2v20"></path><path d="M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7"></path></svg>');
}
.title__white {
    color: #fff;
}
.entry-content img {
    border-radius: 1rem;
}
.entry-content .salle img,
.entry-content .photo__actus img {
    border-radius: 0;
}
.entry-content .wp-block-columns,
.entry-content .accordion {
    margin: 2rem 0;
}
.entry-header p {
    color: #fff;
    max-width: 70%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.size-gallery {
    flex-grow: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.size-gallery img {
    aspect-ratio: 1/1;
}
.wp-block-quote {
    max-width: 80%;
    font-size: 2.25rem;
    line-height: 1.4;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: var(--memorial-bronze);
    margin: 1.5rem auto;
}
.has-background {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(--memorial-beige);
}
.block__sidebar {
    border-radius: 1rem;
}
.type__content {
    background-color: oklab(65.207% .0193768 .130772 / .1);
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 0.5rem 1rem;
    display: inline-block;
    color: var(--memorial-bronze);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
}
.bg-gold-gradient {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.5) 50%, transparent 100%);
}
.item__actus li {
    position: relative;
    list-style: none;
    width: calc(33% - 1rem);
    background-color: #ffffff;
    border: 1px solid #e8e4dd;
    border-radius: 1rem;
    overflow: hidden;
    transition: shadow 0.3s ease, transform 0.3s ease;
}
.list__actus .item__actus li {    
    width: calc(50% - .75rem);
}
.item__actus h3 a {
    position: static;
    color: var(--memorial-navy);
}
.item__actus li:hover h3 a {
    color: var(--memorial-bronze);
}
.item__actus a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    transform: none;
}
.item__actus a::after {
    display: none;
}
.image__actus {
    overflow: hidden;
    position: relative;
}
.image__actus::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(0deg,rgba(26, 35, 50, .25) 0%, rgba(26, 35, 50, .35) 50%, rgba(26, 35, 50, .5) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.image__actus img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s;
}
.item__actus li:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.item__actus li:hover .image__actus img {
    transform: scale(1.05);
}
.item__actus span {
    color: var(--memorial-bronze);
}
.item__actus li span svg {
    transition: transform 0.3s ease;
}
.item__actus li:hover span svg {
    transform: translateX(4px);
}
.item__liste {
    position: relative;
    list-style: none;
    width: calc(50% - 1rem);
    background-color: #ffffff;
    border: 1px solid #e8e4dd;
    border-radius: 1rem;
    overflow: hidden;
    transition: shadow 0.3s ease, transform 0.3s ease;
}
.bg-beige {
    background-color: var(--memorial-cream);
}
.decouvrir__block {
    max-width: 460px;
    /* min-width: 460px; */
    background-color: #ffffff;
    border: 1px solid #e8e4dd;
    border-radius: 1rem;
    overflow: hidden;
    transition: shadow 0.3s ease, transform 0.3s ease;
}
.page-id-300 .entry-content {
    width: 100%;
}
.equipe__block {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #e8e4dd;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.decouvrir__block:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.decouvrir__block:hover .image__actus img {
    transform: scale(1.05);
}
.decouvrir__block a {
    color: var(--memorial-bronze);
}
.decouvrir__block a svg {
    transition: transform 0.3s ease;
}
.decouvrir__block a:hover svg {
    transform: translateX(4px);
}
.information__block .decouvrir__block:hover svg {
    transform: translateX(0);
}
.information__block .decouvrir__block {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.photo__actus {
    background-color: var(--memorial-cream);
    text-align: center;
}
.photo__actus img {
    object-fit: cover;
    width: 100%;
}
.directeur .photo__actus img {
    object-fit: contain;
    width: auto;
}
.equipe__block h3 {
    text-transform: uppercase;
}
.sidebar.presses {
    width: 350px;
}
.presses p {
    margin-bottom: 0;
    font-size: .875rem;
}
.presses .texte {
    width: calc(100% - 40px);
}
.presses h3 {
    font-size: 1rem;
}
.information__block p:last-child {
    margin-bottom: 0;
}
.block__buttons .btn-primary {
    background-color: var(--memorial-navy);
    border: 1px solid var(--memorial-navy);
    color: #fff;
}
.bloc_expo_passe {
    height: 350px;
    background-image:linear-gradient(0deg,rgba(26, 35, 50, 1) 0%, rgba(0, 0, 0, .5) 50%, rgba(26, 35, 50, 1) 100%), url('/wp-content/uploads/2025/12/32d4ffa32505e4a236497e5ae51c6ef3a5881f3f-scaled.webp');
    background-size: cover;
}
.bloc_expo_passe span {
    font-size: 2.25rem;
    line-height: 1;
    padding: 1.25rem;
    display: inline-block;
    color: #fff;
    background: rgba(212, 175, 55, 0.8);
    transition: all .4s;
    text-decoration: none;
    letter-spacing: .5px;
    border-radius: .75rem;
}
.content__partenaires .wp-block-group {
    align-items: stretch;
}
.partenaire {
    width: 20%;
    height: auto;
    position: relative;
}
.logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: 100%;
    object-fit: contain;
    padding: 0 1rem;    
    transform: scale(1);
    transition: all .4s;
}
.partenaire h3 {
    text-transform: none;
}
.partenaire a {
    position: static;
}
.partenaire a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1;
    background: none;
    transform: none;
}
.partenaire a:after {
    display: none;
}
.block__sidebar ol {
    list-style-position: inside;
    padding-left: 0;
}
.block__sidebar ol li::marker {
    content: counter(list-item) " ";
    color: var(--memorial-bronze);
    font-weight: bold;
    background-color: rgba(184, 134, 11, 0.2);
}
.block__sidebar ol{
    counter-reset: custom-counter;
    list-style: none;
    padding: 0;
}
.block__sidebar ol li {
    counter-increment: custom-counter;
    display: flex;
    align-items: flex-start;
    margin-bottom: .75rem;
}
.block__sidebar ol li::before {
    content: counter(custom-counter);
    background-color: var(--memorial-cream);
    color: var(--memorial-bronze);
    font-weight: 600;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 0.9rem;
}
.iframe__carte {
    border-radius: 0.75rem;
    margin: 3rem 0;
    padding: 2rem;
    background-color: var(--memorial-cream);
    border: 1px solid var(--memorial-beige);
    color: var(--memorial-navy);
}
.iframe__carte::before {
    content: '';
    display: inline-block;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="%231a2332" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>');
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3.8rem;
    left: 2rem;
}
.partenaire:hover .logo img {
    filter: grayscale(1);
    transform: scale(.9);
}
.letter__item .image__actus img {
    width: auto;
    object-fit: none;
}
.content__partenaires .wp-block-heading {
    margin-top: 1.5rem;
}
/*HOME*/
.home-slider {
    height: 90vh;
    width: 100%;
}
.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 6s ease-out;
    transform: scale(1);
    z-index: -1;
}
.swiper-slide-active .slide-bg {
    transform: scale(1.15);
}
.home-slider .swiper-slide {
    overflow: hidden;
}
.text-serif {
    font-family: 'Playfair Display', serif;
}
.badge-gold-glass {
    background-color: #1a2332bd;
    border: 1px solid #3f4958;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 4px 16px;
    border-radius: 50px;
}
.btn-gold {
    background-color: #b8860b;
    border: none;
    transition: background 0.3s ease;
}
.btn-gold:hover {
    background-color: #9a7209;
}
.custom-dots.swiper-pagination-bullets {
    bottom: 40px;
}
.custom-dots .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}
.custom-dots .swiper-pagination-bullet-active {
    background: #b8860b !important;
    width: 50px;
}
.swiper-button-next, .swiper-button-prev {
    color: rgba(255,255,255,0.5);
    transform: scale(0.6);
}
.testimonials-block {
    background-color: var(--memorial-navy); /* Dark background from Figma */
}
.text-gold {
    color: var(--memorial-bronze);
}

.text-serif {
    font-family: 'Playfair Display', serif; /* Or the serif font used in your Figma */
}

.main-testi-img {
    border-radius: 2rem !important; /* Matches image_6a674b.jpg style */
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.testimonial-content ul {
    list-style: none;
    padding-left: 0;
}

.testimonial-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.testimonial-content ul li::before {
    content: "•";
    color: var(--memorial-bronze);
    font-weight: bold;
    position: absolute;
    left: 0;
}
.testimonials-block .btn-glass {
    padding: 0.375rem 0.75rem;
}
span.badge__taxo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    background-color: var(--memorial-navy);
    border: 1px solid var(--memorial-slate);
    color: #fff;
    padding: .25rem .75rem;
    font-size: 0.75rem;
    font-weight: 300;
    border-radius: 6px;
    pointer-events: none;
}
.information__home {
    position: relative;
    background: linear-gradient(
        to bottom,
        var( --memorial-beige),
        var( --memorial-cream)       
    );
}
.information__home::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url('/wp-content/uploads/2026/03/vue-panaromique-2.webp');
    background-size: cover;
    background-position: center center;
}
.information__block > p,
.information__block > div {
    position: relative;
    z-index: 1;
}
.wp-block-column p:last-child {
    margin-bottom: 0;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 1rem;
}
.accordion-item:not(:first-of-type) {
    border: 1px solid var(--memorial-beige);
}
.accordion-item {
    border-radius: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
    transition: box-shadow 0.3s ease; /* transition-shadow */
    cursor: pointer;
}
.accordion-item:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* hover:shadow-md */
}
.accordion-button {
    border-radius: 1rem;
}
.wp-block-accordion:has(.wp-block-accordion) .wp-block-accordion-item {
    padding: 1rem 1.5rem;
    border-radius: 0;
    border: none;
    background-color: var(--memorial-cream);
    margin-bottom: 3rem;
}
.wp-block-accordion-item,
.wp-block-accordion .wp-block-accordion .wp-block-accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);    
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
    padding: 0;
    transition: box-shadow 0.3s ease;
}
.wp-block-accordion-heading {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000;
    text-align: left;
    overflow-anchor: none;
    margin-bottom: 0;
}
.wp-block-accordion-heading button {
    padding: 0;
}
.wp-block-accordion-panel {
    padding: 1rem 1.5rem;
}
.wp-block-accordion-heading__toggle-icon {
    font-size: 0;
    width: auto;
}
.wp-block-accordion-heading__toggle-icon::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: rotate(180deg);
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
    color: var(--memorial-bronze);
}
.testimonial-section {
    padding: 5rem 1.25rem;
    text-align: center;
}

.testimonialSwiper {
    padding: 0 0 5rem;
    max-width: 900px;
}
.testimonial-card {
    background-color: var(--memorial-navy);
    color: white;
    border-radius: 1.25rem;
    padding: 4rem 2.5rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.stars {
    color: var(--memorial-gold);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.testimonial-text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.author {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
}
.author::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--memorial-gold);
    opacity: .8;
    display: block;
    margin: 0 auto 1rem;
}
.location {
    font-size: .875rem;
    opacity: 0.8;
}
.testimonialSwiper .swiper-button-next, .testimonialSwiper .swiper-button-prev {
    color: #1a2b3c;
    border: 1px solid #1a2b3c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    bottom: 0;
    top: auto;
    z-index: 11;
}
.testimonialSwiper .swiper-button-next {
    right: calc(50% - 100px);
}
.testimonialSwiper .swiper-button-prev {
    left: calc(50% - 100px);
}
.testimonialSwiper .swiper-button-next::after, .testimonialSwiper .swiper-button-prev::after {
    font-size: 1.25rem;
    font-weight: bold;
}
.testimonialSwiper .swiper-pagination {
    bottom: 11px;
}
.testimonialSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}
.testimonialSwiper .swiper-pagination-bullet-active {
    background: var(--memorial-bronze);
    width: 30px;
    border-radius: 5px;
}
.quote-icon-bg {
    top: 2rem;
    left: 2rem;
    opacity: .25;
}
.quote-icon-bg.bottom {
    top: auto;
    bottom: 2rem;
    left: auto;
    right: 2rem;
    transform: rotate(180deg);
}
.item__cle .title {    
    font-family: "Playfair Display, Georgia, serif";
    font-size: 2.25rem;
    color: var(--memorial-bronze);
}
.decouvrir__section {
    background-color: var(--memorial-cream);
    padding: 3rem 0;
}
.access-item {
    background-color: var(--memorial-cream);
    border: 1px solid var(--memorial-beige);
    border-radius: 1rem;
}
.map-info-card {
    width: 95%;
    border-radius: 1rem;
    border: 1px solid var(--memorial-beige);
}
.icon-box {
    background-color: oklab(65.207% .0193768 .130772 / .1);
}
.map-wrapper {
    border: 1px solid var(--memorial-beige);
    border-radius: 1rem;
}
.block__adress p:first-child {
    margin-bottom: .25rem;
}
.block__adress p:last-child {
    margin-bottom: 0;
}
.localisation__section .row {
    position: relative;
    z-index: 1;
}
.map-placeholder {
    height: clamp(280px, 65vh, 520px);
    background-image: url('/wp-content/themes/mam/theme/images/VersionGlobale_mam.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Espace Presse*/
.bg-biege {
    background-color: var(--memorial-cream);
}
.item__presse {
    background-color: #ffffff;
    border: 1px solid #e8e4dd;
    border-left: 6px solid #e8e4dd;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}
.communique {
    border-color: var(--memorial-bronze);
}
.dossier {
    border-color: #2C5282;
}
.visuel {
    border-color: #38A169;
}
.video {
    border-color: #D97706;
}
.communique .badge {
    background-color: var(--memorial-bronze);

}
.dossier .badge {
    background-color: #2C5282;

}
.visuel .badge {
    background-color: #38A169;

}
.video .badge {
    background-color: #D97706;

}
.communique .bg-biege svg .cls-1 {
    stroke: var(--memorial-bronze);
}
.item__presse .date {
    color: var(--memorial-bronze);
}
.item__presse h2 a {
    position: static;
    color: var(--memorial-navy);
}
.item__presse h2 a::before {
    width: 100%;
    height: 100%;
    right: auto;
    background: none;
    transform: none;
}
.item__presse h2 a::after {
    display: none;
}
.item__presse:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.item__presse:hover h2 a {
    color: var(--memorial-bronze);
}
/*END Espace Presse*/
/*AMAM*/
.action__amam .salle {
    height: auto;
}
.action__amam .salle p {
    margin-bottom: 0;
}
.salle .wp-block-list {
    font-size: .875rem;
    padding: 0 2.5rem .5rem;
}
.event-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: .875rem;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid var(--memorial-beige);
    position: relative;
    transition: box-shadow 0.3s ease;
}
.event-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.event-card h3 {
    transition: all .5s;
}
.event-card:hover h3 {
    color: var(--memorial-bronze);
}
.event-card a::before {
    display: none;
}
.event-card a {
    position: static;
}
.event-card a::after {
    left: 0;
    height: 100%;
    width: 100%;
    background: none;
    transform: none;
    transform-origin: unset;
    transition: transform 0.3s;
}
.date-badge {
    background-color: var(--memorial-cream);
    border-radius: .5rem;
    padding: 1rem;
    text-align: center;
    min-width: 80px;
    margin-right: 2rem;
}
.date-badge .month,
.date-badge .year {
    display: block;
    color: var(--memorial-bronze);
    font-weight: 500;
}
.date-badge .day {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    color: var(--memorial-navy);
    padding-bottom: .5rem;
}
.event-content {
    flex-grow: 1;
}
.event-title {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    color: var(--memorial-navy);
}
.event-meta {
    font-size: 0.875rem;
}
.meta-item {
    margin-right: 1.25rem;
}
.meta-item svg {
    vertical-align: top;
}
.btn-subscribe {
    border: 1px solid var(--memorial-beige);
    padding: .5rem 1.25rem;
    border-radius: .5rem;
    text-decoration: none;
    color: var(--memorial-navy);
    font-size: 0.9rem;
    line-height: 1;
    transition: all 0.3s ease;

}
.btn-subscribe:hover {
    background-color: var(--memorial-navy);
    color: #fff!important;
}
.event-card .btn-subscribe {
    position: relative;
    z-index: 1;
}
.btn-subscribe::before {
    display: none;
}
.btn-subscribe::after {
    display: none;
}

.block__group {
    background-color: #fff;
    padding: 1.5rem;    
    border: 1px solid var(--memorial-beige);
    border-radius: .75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.block__group form {
    display: flex;
    flex-wrap: wrap;
}
.block__group form label {
    width: 100%;
}
.block__group form p {
    width: 50%;
    padding: 0 .5rem;
}
.block__group form p:nth-child(4),
.block__group form p:nth-child(11),
.block__group form p:nth-child(12),
.block__group form p:nth-child(13) {
    width: 100%;
}
.block__group .wpcf7-form-control {
    height: auto;
}
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    background: none;
    color: var(--memorial-navy);
    border: none;
}
.block__group .wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox  {
    font-size: .875rem;
}
.letters__list {
    list-style: none;
}
.letter__item {
    background-color: var(--memorial-cream);
    padding: 1rem;
    border-radius: .75rem;
    position: relative;
    transition: all .4s;
}
.letter__item .pdf {
    position: static;
}
.letter__item .pdf::after {
    display: none;
}
.letter__item .pdf::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: none;
    transform: none;
}
.letter__item:hover p {
    color: var(--memorial-bronze);
}
.letter__item .pdf svg {
    transform: translateY(0);
    transition: all .4s;
}
.letter__item:hover .pdf svg  {
    transform: translateY(5px);
}
/*END AMAM*/
/*Services*/
.page__docs {
    overflow: hidden;
}
.services {
    padding: 3rem 0;
    position: relative;
}
.services::after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(rgba(248, 246, 243, 0.9), rgba(255, 255, 255, 0.9)),
                url('/wp-content/uploads/2026/03/belvedere-memorial-alsace-moselle-4-elevation-studio.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.block__bg {
    max-width: 100%;
    padding: 2rem;
    background-color: var(--memorial-cream);
    border-radius: 1rem;
    border: 1px solid var(--memorial-beige);
    display: block!important;
}
.services .wp-block-columns {
    margin: 2rem 0;
}
.services .wp-block-column {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: .75rem;
    border: 1px solid var(--memorial-beige);
}
.services .wp-block-columns:last-child .wp-block-column {
    border-color: var(--memorial-bronze);
}
.services .wp-block-column p:last-child {
    margin-bottom: 0;
}
.contact__page {
    margin: 3rem 0;
}
.contact__page.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}
.contact__page .has-medium-font-size {
    margin-bottom: 0;
}
.contact__page .wp-block-column p:last-child {
    margin-bottom: .75rem;
}
.contact__page .wp-block-column .wp-block-group {
    align-items: flex-start;
}
.wp-block-group .wpcf7 {
    max-width: 100%;
}
.wp-block-group .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-group .wpcf7 p {
    width: calc(50% - 1rem);
    margin: .5rem;
}
.wp-block-group .wpcf7 p:nth-last-child(3) {
    width: 100%;
}
.wp-block-group .wpcf7 p:nth-last-child(2) {
    text-align: center;
    width: auto;
}
.wp-block-group .wpcf7 p:nth-child(8) {
    width: 100%;
}
.wp-block-group .wpcf7 p textarea {
    height: 100px;
}
.wp-block-group .wpcf7 form label {
    width: 100%;
}
/*END Services*/
.letter__item .accordion-item {
    border: none;
    border-bottom: 1px solid var(--memorial-bronze);
    box-shadow: none;
}
.letter__item .accordion-button:not(.collapsed){
    color: var(--memorial-bronze);
}
.letter__item:hover .accordion-item p  {
    color: var(--memorial-navy);
}
.letter__item:hover .accordion-item + .pdf svg {
    transform: none;
}
.letter__item .accordion-item + .pdf:hover svg {
    transform: translateY(5px);
}
.letter__item .accordion-item + .pdf {
    position: relative;
}
.letter__item .accordion-item + .pdf::after{
    display: block;
}
.wp-block-group .wpcf7 .rgpd-info p {
    font-size: .8rem;
    width: 100%;
}
.wp-block-group #wpcf7-f6-p7-o1.wpcf7 p:nth-child(6),
.wp-block-group #wpcf7-f6-p7-o1.wpcf7 p:nth-child(7) {
    width: 100%;
}
.adress__bar,
.call__bar,
.mail__bar,
.time__bar {
    position: relative;
    padding-left: 1.5rem;
}
.adress__bar::before,
.call__bar::before,
.mail__bar::before,
.time__bar::before  {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    -webkit-mask: var(--svg);
    mask: var(--svg);
    background-color: var(--memorial-bronze);
    position: absolute;
    left: 0;
    top: 5px;
}
.call__bar::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"></path></svg>');
}
.mail__bar::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg>');
}
.adress__bar::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>');
}
.time__bar::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock" aria-hidden="true"><path d="M12 6v6l4 2"></path><circle cx="12" cy="12" r="10"></circle></svg>');
}

/*Boutique*/
.wc-block-product-categories-list {
    margin: 3rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.wc-block-product-categories-list li {
    width: calc(25% - 1rem);
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid var(--memorial-cream);
    min-height: 110px;
    position: relative;
    cursor: pointer;
    transition: shadow 0.3s ease, transform 0.3s ease;
}
.wc-block-product-categories-list li a::before,
.wc-block-product-categories-list li a::after {
    display: none;
}
.wc-block-product-categories-list li:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.wc-block-product-categories-list li:hover a {
    color: var(--memorial-navy);
}
.wc-block-product-categories-list li:hover::before {
    background-color: var(--memorial-slate);
}
.wc-block-components-product-image a {
    width: 100%;
}
.entry-content img.attachment-woocommerce_thumbnail {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
}
.wc-block-product-template.wc-block-product-template {
    gap: 1rem;
    align-items: stretch;
}
.is-product-collection-layout-carousel .wc-block-product {
    min-width: calc(25% - .75rem);
    border-radius: 1rem;
    border: 1px solid var(--memorial-beige);
    background-color: var(--memorial-cream);
}
.wp-block-button.wc-block-components-product-button {
    align-items: flex-start;
    padding: 1rem;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    background:none;
    border: 1px solid var(--memorial-navy);
    color: var(--memorial-navy);
    z-index: 1;
}
.wp-block-post-title {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    text-align: left;
    padding: 0 1rem;
}
.wp-block-post-title a {
    color: var(--memorial-navy);
}
.wc-block-next-previous-buttons__button svg {
    width: 25px;
    height: 25px;
}
.wc-block-product .wp-block-button__link::before {
    display: none;
}
.wc-block-product .wp-block-button__link::after {
    content: "";
    background: var(--memorial-navy);
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    border-radius: 6px;
    z-index: -1;
    transform:none;
}
.wc-block-product .wp-block-button__link:hover span {
    color: #fff;
}
.wc-block-product .wp-block-button__link:hover::after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}
.wc-block-components-product-image a::after,
.wc-block-components-product-image a::before {
    display: none;
}
.wc-block-components-product-image a  {
    overflow: hidden;
}
.wc-block-components-product-image a img {
    transform: scale(1);
    transition: all 0.3s ease;
}
.wc-block-components-product-image a:hover img {
    transform: scale(1.05);
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    width: 48%;
}
.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.related.products {
    clear: both;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: .75rem;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    background: none;
    transform: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    transform-origin: 0;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}
.woocommerce-ordering {
    float: right;
    clear: both;
}
.woocommerce-ordering select {
    border: 1px solid rgba(184, 134, 11, 0.2);
    color: var(--memorial-navy);
    height: 3rem;
    border-radius: .25rem;
    padding: .25rem 1rem;
    margin-bottom: 1.5rem;
}
.cat__product .products {
    clear: both;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
li.product {
    width: calc(25% - 1.25rem);
    border-radius: 1rem;
    border: 1px solid var(--memorial-beige);
    background-color: var(--memorial-cream);
    overflow: hidden;
}
li.product img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.3s ease;
}
li.product a::after,
li.product a::before {
    display: none;
}
li.product h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.25rem!important;
    padding: 1rem!important;
    color: var(--memorial-navy);
    position: relative;
    z-index: 1;
    background-color: var(--memorial-cream);
    transition: all .3s ease;
}
a.product_type_simple {
    background:none;
    border: 1px solid var(--memorial-navy);
    color: var(--memorial-navy);
    border-radius: .5rem;
    z-index: 1;
    margin: 1rem!important;
    padding: .25rem 1.5rem;
    transition: all .3s ease;
}
li.product a:hover img {
    transform: scale(1.05);
}
li.product:hover a.product_type_simple,
.woocommerce ul.products li.product:hover .button {
    background-color: var(--memorial-navy);
    color: #fff;
}
li.product a:hover h2 {
    color: var(--memorial-bronze);
}
.up-sells.products {
    width: 100%;
}
/*END Boutique*/

/*Calendrier*/
.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.fc-theme-standard .fc-list { border: none !important; }
.fc-list-day-cushion { 
    background: none!important;
    color: white !important;
    padding: 0 !important;
    margin: 1rem 0;
}
.fc-list-day-cushion .fc-list-day-text {
    background-color: var(--memorial-slate);
    color: #fff;
    font-weight: 600;
    padding: .5rem 1.5rem;
    border-radius: 0.5rem;
}
.fc-list-event {
    cursor: pointer;
    border: none;
}
.fc-list-event-dot,
.fc-list-day-cushion  .fc-list-day-side-text {
    display: none;
}
.fc-list-event td,
.fc-list-day th {
    border: none;
}
.fc-list-item-custom {
    display: flex;
    align-items: center;
    width: 100%;    
    border: 1px solid var(--memorial-beige);
    border-radius: .5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
.fc-list-item-custom > div {
    border-right: 1px solid var(--memorial-beige);
}
.fc-list-item-custom > div:last-child {
    border-right: none;
}
.fc-list-item-custom .fc-event-type { 
    width: 15%; 
    color: #000;
    padding: 1.5rem 0;
}
.fc-event-main-info { 
    width: 50%;
    padding-left: 1.5rem;
}
.fc-event-title-custom {
    font-size: 1.25rem;
}
.fc-event-subtitle {
    font-size: .875rem;
    color: #000;
}
.fc-event-time-custom {
    width: 20%;
    font-size: .875rem;
    text-align: center;
    border-right: 1px solid var(--memorial-beige);
    margin-bottom: 0;
    padding: 1.5rem 0;
}
.fc-event-ticket {
    width: 15%;
    text-align: center;
}
.fc .fc-list-event-title a.btn {
    color: #fff;
}
.fc .fc-list-event-title a.btn:hover {
    text-decoration: none;
}
.fc-list-event-title { padding: 0 !important; }
.fc-list-event-graphic { display: none; }
.fc .fc-list-event:hover td {
    background: none;
}
.fc-list-day.fc-day-today {
   scroll-margin-top: 80px;
}
/*END Calendrier*/

.wp-block-file {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: .875rem;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--memorial-beige);
    position: relative;
    transition: box-shadow 0.3s ease;
}

.wp-block-file:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.wp-block-file::before {
    content: "";
    width: 35px;
    height: 35px;
    margin-right: 1rem;
    background-color: var(--memorial-navy);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask: var(--svg);
    mask: var(--svg);
    --svg: url('data:image/svg+xml, <svg width="35" height="35" viewBox="0 0 48 48" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" fill="black"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:black;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M10.35,4.5a2,2,0,0,0-1.95,2v35.1a2,2,0,0,0,1.95,2h27.3a2,2,0,0,0,2-2V14.49h-8a2,2,0,0,1-1.95-2v-8Z"></path><line class="cls-1" x1="29.61" y1="4.5" x2="39.6" y2="14.49"></line><line class="cls-1" x1="15.84" y1="22.97" x2="32.16" y2="22.97"></line><line class="cls-1" x1="15.84" y1="35.07" x2="32.16" y2="35.07"></line><line class="cls-1" x1="15.84" y1="29.02" x2="32.16" y2="29.02"></line></g></svg>');
}
.wp-block-file a::after,
.wp-block-file a::before {
    display: none;
}
.wp-block-file a:not(.wp-block-file__button) {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--memorial-navy);
    text-decoration: none;
    flex-grow: 1;
}

.wp-block-file a:not(.wp-block-file__button):hover {
    color: var(--memorial-bronze);
}
.wp-block-file__button {
    background-color: transparent !important;
    color: var(--memorial-bronze)!important;
    border: 1px solid var(--memorial-bronze) !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
}
.wp-block-file a.wp-block-file__button::after {
    content: "↓";
    display: block;
    color: var(--memorial-bronze);
    font-size: 1.25rem;
    position: static;
    bottom: auto;
    right: auto;
    left: auto;
    height: auto;
    background: none;
    transform: none;
    transform-origin: 0;
    transition: all 0.3s;
}
.wp-block-file a.wp-block-file__button::before {
    display: none;
}
.wp-block-file__button:hover {
    background-color: var(--memorial-bronze) !important;
}
.wp-block-file a.wp-block-file__button:hover::after {    
    color: #fff;
}
/*Footer*/
footer form {
    display: flex;
    align-items: center;
    gap: .875rem;
    margin-bottom: 2rem;
}
footer h2,
footer h3 {
    font-size: clamp(1.125rem, 3.5vw + 1rem, 1.5rem);
}
footer form p {
    margin: 0;
}
footer form br {
    display: none;
}
.wpcf7-spinner {
    display: none;
}
footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 2rem 0;    
    border-top: 1px solid rgba(184, 134, 11, 0.2);
    padding-top: 2rem;
}
footer #menu-reseaux-sociaux {
    justify-content: flex-start;
    margin: .875rem 0;
    padding-top: 0;
    border: none;
}
#menu-liens-rapides .menu-item a {
    font-weight: 500;
    color: var(--memorial-navy);
    text-decoration: none;
}
#menu-reseaux-sociaux a {
    font-size: 0;
    padding: 0.75rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #475569;
    text-decoration: none;    
    /* Shadow */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
                0px 1px 2px -1px rgba(0, 0, 0, 0.1);                
    /* Transition */
    transition: all 0.2s ease-in-out;
}
#menu-reseaux-sociaux a:hover {
    border-color: rgba(184, 134, 11, 0.8);
}
#menu-reseaux-sociaux a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--memorial-slate);
    -webkit-mask: var(--svg);
    mask: var(--svg);
    position: static;
    transform-origin: 0;
    transform: none;
}
#menu-reseaux-sociaux a:hover::before {
    background-color: var(--memorial-bronze);
}
#menu-reseaux-sociaux a::after {
    display: none;
}
.facebook::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg>');
}
.instagram::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line></svg>');
}
.linkedin::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect width="4" height="12" x="2" y="9"></rect><circle cx="4" cy="4" r="2"></circle></svg>');
}
.youtube::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17"></path><path d="m10 15 5-3-5-3z"></path></svg>');
}
.adress,
.call,
.mail {
    display: flex;
    gap: .25rem;
    align-items: flex-start;
}
.adress::before,
.call::before,
.mail::before  {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    -webkit-mask: var(--svg);
    mask: var(--svg);
    background-color: var(--memorial-bronze);
}
.adress::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>');
}
.call::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"></path></svg>');
}
.mail::before {
    --svg: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg>');
}
.partenaires {
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(184, 134, 11, 0.1);
    margin: 2rem 0;
}
.partenaires .wp-block-group {
    gap: 1.5rem;
    margin-top: 2rem;
}
#colophon {
    position: relative;
    padding: 6rem 6rem 2rem;
    background: linear-gradient(
        to bottom, 
        var( --memorial-cream), 
        var( --memorial-beige)
    );
}
#colophon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url('/wp-content/uploads/2026/03/histoire-tumultueuse-2.webp');
    background-size: cover;
    background-position: center center;
}
#colophon > div {
    position: relative;
    z-index: 1;
}
#page footer p a {
    color: var(--memorial-navy);
    text-decoration: none;
    font-weight: 500;
}
#menu-footer,
#menu-footer-en,
#menu-footer-de {
    justify-content: flex-end;
}
#menu-footer .first-element,
#menu-footer-en .first-element,
#menu-footer-de .first-element {
    position: absolute;
    left: 0;
}
#menu-footer a,
#menu-footer-en a,
#menu-footer-de a {
    font-size: .875rem;
    color: var(--memorial-navy);
}
#colophon #block-3 .wp-block-group {
    flex-wrap: wrap;
}
#menu-footer .first-element a::after,
#menu-footer-en .first-element a::after,
#menu-footer-de .first-element a::after,
#menu-footer .first-element a::before,
#menu-footer-en .first-element a::before,
#menu-footer-de .first-element a::before {
    display: none;
}
footer #sib-container {
    background: none;
    padding: 0;
}
footer .sib-form-block,
footer .sib-form {
    padding: 0;
}
footer .sib-form .entry__field {
    border: none;
}
/*Menu*/
.menu-item-has-children {
    position: relative;
}
#site-navigation .menu-item .sub-menu a {
    text-transform: none;
    font-size: 1rem;
    margin-bottom: .5rem;
}
/*Animation*/
@media (min-width: 1024px) {
    .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}
@media (max-width: 1023px) {
    .menu-item .sub-menu {
        position: static;
        width: 100%;
    }
    
    .sub-menu.is-open {
        display: block !important;
    }
}
/* --- DESKTOP BEHAVIOR --- */
@media (max-width: 1415px) {
    .collapse:not(.show) {
        display: none!important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .sub-menu {
        display: none;
        list-style: none;
        padding-left: 1.5rem;
        padding-top: 1rem;
        background-color: rgba(26 35 50, 0.05);
    }
    .sub-menu.show-mobile {
        display: block !important;
    }

    .menu-item-has-children > a::after {
        content: ' ▾';
        font-size: 0.8em;
    }
    #site-navigation.show {
        position: absolute;
        top: 100%;
        right: 0;
        background: var(--memorial-navy);
        padding: 1rem 1.5rem;
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .logged-in.admin-bar .menu-item-has-children .sub-menu {
        top: 180px;
    }
    .menu-item-has-children .sub-menu { 
        position: fixed;
        top: 145px;
        left: 0;
        z-index: 1;
        width: 100vw;
        background: var(--memorial-navy);
        padding: 2rem 18rem;
        list-style: none;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0s linear 0.1s;
    }
    .fixed-header .menu-item-has-children .sub-menu {
        top: 75px;
    }
}
/*END Menu*/
@media(max-width:1500px ) {
    .block__tickets .btn__primary {
        font-size: 0;
    }
    .block__tickets .btn__primary svg {
        width: 22px;
        height: 22px;
    }
    .opened span {
        font-size: .65rem;
    }
}
@media(max-width:1280px ) {
    .iframe__carte h2,
    .iframe__carte p {
        margin-left: 3rem!important;
    }
}
@media(max-width:1000px ) {
    .item__actus li {
        width: calc(50% - 1rem);
    }    
    .content__partenaires .wp-block-group {
        flex-wrap: wrap;
    }
    .partenaire {
        width: 30%;
    }
    #menu-footer .first-element, 
    #menu-footer-en .first-element,
    #menu-footer-de .first-element {
        position: static;
    }
}
@media(max-width:900px ) {
    li.product {
        width: calc(33% - 1.25rem)!important;
    }
}
@media(max-width:800px ) {
    .w-50 {
        width: 100%!important;
    }
    .item__actus li {
        width: 100%;
    }
    footer form {
        flex-direction: column;
        gap: 0;
    }
    #colophon {
        padding: 2rem 1.5rem;
    }
    .decouvrir__block {
        min-width: 100%;
    }
    .item__presse,
    .sidebar.presses {
        width: 90%;
        margin: 0 1.5rem
    }
    .entry-header p {
        max-width: 100%;
    }
    .content__partenaires .wp-block-group {
        flex-wrap: wrap;
    }
    .partenaire {
        width: 48%;
    }
    .content__espace {
        margin-top: 2rem;
    }
    .list__actus .item__actus li {
        width: 100%;
    }
    .meta-item {
        display: block;
        margin: .25rem 0;
    }
    .is-product-collection-layout-carousel .wc-block-product {
        min-width: calc(33% - .75rem);
    }
    .wc-block-product-categories-list li {
        width: calc(33% - 1rem);
    }
    li.product {
        width: calc(50% - 1.25rem)!important;
    }
    .wp-block-woocommerce-product-collection:has(.is-product-collection-layout-carousel) {
        display: block;
    }
    .woocommerce #content div.product .woocommerce-tabs,
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page #content div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
        width: 100%;
    }
    .fc-list-item-custom {
        position: relative;
        flex-wrap: wrap;
        padding: .5rem 1rem;
    }
    .fc-list-item-custom > div{
        padding: .25rem 0;        
        border-right: none;
    }
    .fc-list-item-custom .fc-event-type {
        position: absolute;
        bottom: 1.75rem;
        width: 50%;
        font-size: .875rem;
        text-align: center;
        padding: 0;
    }
    .fc-event-main-info {
        width: 100%;
        border-bottom: 1px solid var(--memorial-beige);
        border-right: none;
    }
    .fc-event-time-custom {
        width: 60%;
        padding: .25rem 0;
        margin-top: 1rem;
    }
    .fc-event-ticket {
        width: 40%;
        padding: .25rem 0;
        margin-top: 1rem;
    }
    .fc-event-time-custom {
        padding-top: 1.25rem;
        font-size: .75rem;
    }
    .fc .fc-list-event-title a.btn {
        font-size: .675rem;
    }
    .fc-event-subtitle {
        display: none;
    }
    .sidebar {
        position: static;
    }
    .sib-form div,
    footer .sib-form .btn {
        width: 100%;
        margin: 0;
    }
}
@media(max-width:600px ) {
    .time__opened {
        display: none;
    } 
    .sidebar {
        width: 100%;
    }
    #menu-footer .first-element,
    #menu-footer-en .first-element,
    #menu-footer-de .first-element {
        position: static;

    }
    #menu-footer,
    #menu-footer-en,
    #menu-footer-de,
    #menu-liens-rapides {
        flex-direction: column;
        gap: .5rem;
    }
    .entry-header{
        padding: 6rem 0 2rem;
        min-height: 250px;
    }
    .event-card {
        flex-direction: column;
        gap: 1rem;
    }
    .block__group form p,
    .wp-block-group .wpcf7 p {
        width: 100%;
    }
    .entry-header .sous__titre {
        font-size: 1rem!important;
    }
    .lead {
        padding: 0 1.5rem;
    }
    .is-product-collection-layout-carousel .wc-block-product {
        min-width: calc(50% - .75rem);
    }
    .wc-block-product-categories-list li {
        width: calc(50% - 1rem);
    }
    .opened,
    .block__tickets .mx-3 {
        margin: 0 .5rem!important;
    }
    .opened span {
        font-size: .5rem;
    }
    footer .menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .partenaires {
        padding: 2rem 1rem;
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
        width: 100%;
    }
}