#content {
    padding-top: 78px;
}
.is-style-rounded img {
    border-radius: 100%;
}
.wp-block-columns {
    margin: 0 auto;
}
#location {
    background-color: #fff;
    padding: 3rem 0;
}
#location::after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#location .h2,
#location p {
    max-width: 1080px;
}
#location .wp-block-columns {
    gap: 6rem;
    opacity: 1;
}
#location .wp-block-columns p {
    font-size: .875rem;
}
p a {
    text-decoration: none;
    font-weight: 600;
    transition: all .4s;
}
p a:hover {
    color: var(--text);
}
.mav-text-group .btn.ticket {
    padding: .75rem 1.5rem;
}
/*HEADER*/
#masthead {
    position: fixed;
    width: 100%;
    padding: .25rem 2rem;
    z-index: 999;
    background-image: url('/wp-content/themes/versace/theme/images/header_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
#site-navigation #primary-menu {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 3.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}
#site-navigation #primary-menu .btn a {
    color: #000;
    text-shadow: none;
}
#site-navigation #primary-menu .btn:hover a{
    color: var(--text);
}
#site-navigation #primary-menu a {
    text-decoration: none;
    color: var(--text);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-shadow: 3px 1px 2px var(--primary);
    transition: .5s color ease;
}
#site-navigation #primary-menu li:not(.btn) a::after,
#menu-footer-fr a::after,
#menu-footer-en a::after {
    content: "";
    position: absolute;
    bottom: -.3em;
    padding: 0;
    height: .125rem;
    width: 0;
    left: 50%;
    background-color: var(--text);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#site-navigation #primary-menu li:not(.btn) a:hover:after,
#menu-footer-fr a:hover::after,
#menu-footer-en a:hover::after {
    width: 100%;
}
.pll-parent-menu-item {
    position: relative;
}
.pll-parent-menu-item .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.pll-parent-menu-item:hover .sub-menu {
    display: block;
}
.pll-parent-menu-item::before {
    content: ">";
    padding-right: .5rem;
    color: var(--text);
}
.current-lang {
    display: none;
}
.menu-toggle {
  background: transparent;
  border: none;
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-icon {
  width: 30px;
  height: 3px;
  background-color: var(--text);
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--text);
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.hamburger-icon::before { top: -10px; }
.hamburger-icon::after { top: 10px; }
.menu-toggle:not(.collapsed) .hamburger-icon {
  background-color: transparent;
}
.menu-toggle:not(.collapsed) .hamburger-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.menu-toggle:not(.collapsed) .hamburger-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#masthead .navbar-collapse {
    flex-grow: 0;
}
/*MAV Video*/
.mav-video-block {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}
.mav-video-bg,
.mav-overlay-layout {
    position: absolute;
    inset: 0;
}
.mav-video-bg {
    z-index: 1;
}
.mav-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mav-overlay-layout {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.6s ease;
}
.mav-content-center {
    text-align: center;
    color: #fff;
}
.sous__title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.data {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.mav-title-main {
    font-size: 1.5rem;
    text-transform: uppercase;
}
/*Infos*/
#exposition,
#createur,
#exhibition {
    background-color: var(--primary);
}
#exposition blockquote,
#exhibition blockquote {
    display: block;
}
#exposition .wp-block-pullquote,
#exhibition .wp-block-pullquote {
    padding: 0;
    margin: 0 0 1.5rem;
}
#exposition blockquote p {

}
#exposition blockquote p,
#exhibition blockquote p {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
}
#exposition blockquote cite,
#exhibition blockquote cite {
    font-size: 1rem;
}
#exposition blockquote p::before,
#exposition blockquote p::after,
#exhibition blockquote p::before,
#exhibition blockquote p::after {
    content: '"';
}
#exposition p,
#exhibition p {
    font-size: .875rem;
}
#createur h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    padding: 0 5rem;
}
#createur h3,
#location h3 {
    font-family: 'Druk';
    font-weight: 600;
}
/*Maps*/
.wp-block-columns.map {
    gap: 0;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid var(--primary);
}
.wp-block-columns.map .has-background {
    padding: 3rem 0 3rem 5rem;
}
strong {
    font-weight: 900;
}
.wp-block-column .wp-block-buttons {
    justify-content: center;
    margin-top: 2rem;
}
.cmplz-placeholder-parent {
    height: 100%;
}
/*Gallery*/
.wp-block-cb-carousel-v2.cb-carousel-block {
    height: 80vh;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
}
.wp-block-cb-carousel-v2 .swiper {
    height: 100%;
    background-color: var(--primary);
}
.wp-block-cb-carousel-v2 .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-cb-carousel-v2.gallery .cb-button-prev, 
.wp-block-cb-carousel-v2.gallery .cb-button-next {
    transform: translateY(-50%);
    cursor: pointer;
    display: block !important;
}
.wp-block-cb-carousel-v2.gallery .cb-button-prev {
    left: 20px;
}
.wp-block-cb-carousel-v2.gallery .cb-button-next {
    right: 20px;
}
.wp-block-cb-carousel-v2 .cb-button-prev::after, 
.wp-block-cb-carousel-v2 .cb-button-next::after {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text);
}
.gallery figure.wp-block-image  {
    position: relative;
    height: 100%;
    width: 100%;
}
.gallery figure.wp-block-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
figure.wp-block-image figcaption  {
    position: absolute;
    bottom: -1px;
    right: 0;
    background-color: rgb(20 20 20 / 70%);
    color: var(--text);
    padding: 1.5rem 2rem;
    max-width: 70%;
    text-align: left;
    font-size: .8rem;
    font-weight: 400;
    margin: 0;
}
figure.wp-block-image figcaption strong {
    font-size: 1.25rem;
    font-weight: 600;;
}
.wp-block-group-is-layout-grid {
    max-width: 100%;
    gap: 0;
    margin-top: 3rem;
}
.wp-block-group.has-background,
#pratique {
    padding: 3rem 5rem;
    margin-bottom: 0;
}
.wp-block-group.has-primary-background-color {
    padding: 3rem 0;
}
.has-bg-black-background-color h2,
.has-bg-black-background-color p {
    color: var(--text);
}
.is-layout-grid .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Presse*/
.block__bg .wp-block-cb-carousel-v2.cb-carousel-block {
    height: auto;
}
.block__bg { 
    /* background: linear-gradient(to bottom, var(--bg_color), var(--bg_color)); */
    padding: 3rem 0 4rem;
    position: relative;
}
.block__bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: var(--primary);
    /* background-image: url('/wp-content/uploads/2026/02/Godzilla-scaled.jpg'); */
    background-size: cover;
    background-position: center center;
}
.block__bg .wp-block-cb-carousel-v2 .swiper-slide {
    height: auto;
}
.block__bg  .wp-block-cb-carousel-v2 .swiper {
    padding: 0 4rem;
}
.block__bg .wp-block-cb-carousel-v2 .cb-button-prev {
    left: 10px;
}
.block__bg .wp-block-cb-carousel-v2 .cb-button-next {
    right: 10px;
}
.block__bg h2 {
    color: var(--text);
}
blockquote {
    display: flex;
    flex-direction: column-reverse;
}
.wp-block-pullquote {
    position: relative;
    padding: 1rem;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote blockquote cite {
    color: var(--text);
}
.wp-block-pullquote blockquote p {
    font-size: 1rem;
}
.image__cirle img {
    overflow: hidden;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    object-position: center;
}
/*IntoDeco*/
.intro__deco {
    background-color: var(--primary);
    padding: 3rem 0;
}
.intro__deco .row {
    padding: 0 5rem;
    margin: 0 auto;
}
.intro__deco h2,
.intro__deco p {
    color: var(--text);
}
.intro__deco p {
    font-size: .875rem;
}
.gallery__deco {
    position: relative;
    z-index: 2;
    align-self: center;
    text-align: center;
    will-change: transform;
}
.intro__deco p {
    text-align: justify;
}
.circle {
    border-radius: 100%;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1); 
    will-change: transform;
}
.circle:nth-child(2) {
    margin: 0 0 4rem 1rem;
}
.circle:nth-child(3) {
    position: absolute;
    left: 0; right: 0; margin: auto;
    bottom: -35px;
    transform: translateX(25%);
    z-index: 1;
}
.circle:nth-child(4) {    
    position: absolute;
    right: 5%;
    bottom: -70px;
}
.circle:nth-child(1) { transition-delay: 0.0s; }
.circle:nth-child(2) { transition-delay: 0.05s; }
.circle:nth-child(3) { transition-delay: 0.1s; }
.circle:nth-child(4) { transition-delay: 0.15s; }

.gallery__deco:hover .circle:nth-child(1) { 
  transform: translateY(-8px) scale(1.02); 
}
.gallery__deco:hover .circle:nth-child(2) { 
  transform: translateY(12px) translateX(8px) rotate(2deg); 
}
.gallery__deco:hover .circle:nth-child(3) { 
  transform: translateX(25%) translateY(-10px) scale(1.04) rotate(-1deg); 
}
.gallery__deco:hover .circle:nth-child(4) { 
  transform: translateY(10px) translateX(-6px); 
}
/*FAQ*/
#infos,
#exposition,
#faqs,
#presse,
#location,
#maps,
#createur,
#pratique {
    scroll-margin-top: 80px;
}
.ewd-ufaq-faq-list {
    transition: opacity 0.3s ease;
    max-width: 1480px;
    padding: 0 1.5rem;
}
.faq-hidden {
    display: none;
    opacity: 0;
}
.faq-visible {
    display: block;
    opacity: 1;
}
.ewd-ufaq-faqs {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-category {
    width: 50%;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div {
    border-bottom: 1px dashed #000;
}
.ewd-ufaq-faqs h3,
.ewd-ufaq-faqs h4,
.ewd-ufaq-faqs p {
    color: #000;
}
.ewd-ufaq-faq-list .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 0;
    line-height: 30px;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span::after {
    content: '▲';
    font-family: 'Arial';
    font-size: 1rem;
    color: #000;
    display: inline-block;
    transform: rotate(90deg);
    transition: all .5s;
}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol span::after {
    content: '▼';
    transform: rotate(0);
}
.ewd-ufaq-faq-title h4 {
    margin: 0!important;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-body {
    padding: .75rem 1rem .75rem 2.5rem;
}
.ewd-ufaq-faqs p {
    font-size: .875rem;    
    font-family: 'Arial';
    font-weight: 400;
    margin: 0;
}
/*Contact*/
.wpcf7-form {
    max-width: 900px;
    margin: 2rem auto;
}
.wpcf7-form p {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form label {
    width: 50%;
    padding: 0 .5rem 1rem;
}
.wpcf7-form select,
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
    margin-top: .5rem;
    width: 100%;
    padding: .25rem 1rem;
    border-radius: .5rem;
    border: 1px solid var(--primary);
    background-color: #f8f8f8;
}
.wpcf7-form label.message,
.wpcf7-form label textarea {
    width: 100%;
}
.wpcf7-form label input::placeholder,
.wpcf7-form label textarea::placeholder {
    color: var(--primary);
    opacity: .5;
}
#main {
    background-color: var(--location);
    padding: 3rem 0;
}
#createur .wp-block-columns,
#exposition .wp-block-columns,
#exhibition .wp-block-columns {
    max-width: 100%;
    gap: 3rem;
}
#exposition .btn:before,
#exposition .btn:after,
#exhibition .btn:before,
#exhibition .btn:after {
    background-color: var(--primary);
}
#exposition .btn:hover,
#exhibition .btn:hover {
    color: var(--text);
}
#createur .wp-block-columns {
    padding: 0 5rem;
}
#createur p {
    font-size: .875rem;
}
#createur strong {
    font-size: 1.125rem;
}
.has-secondary-background-color {
    color: var(--primary);
}
.wp-block-columns p {
    text-align: justify;
}

.section__anim.anim-ready {
    opacity: 0;
    transform: translateY(40px) scale(0.985);
    will-change: opacity, transform;
}
.section__anim.anim-ready h2,
.section__anim.anim-ready h3,
.section__anim.anim-ready p,
.section__anim.anim-ready .btn,
.section__anim.anim-ready li,
.section__anim.anim-ready .image-right img,
.section__anim.anim-ready .image-left img {
    opacity: 0;
    will-change: opacity, transform;
}

/*FOOTER*/
footer {
    padding-top: 4rem;
    text-align: center;
}
.partners {
    padding: 3rem 0;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap!important;
}
footer .widget_nav_menu ul {
    list-style: none;
    padding: 2rem 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.5rem;
}
footer .widget_nav_menu ul a {
    color: var(--text);
    font-size: .875rem;
    text-decoration: none;
    position: relative;
    transition: .5s color ease;
}
footer .widget_nav_menu ul .link__bottom {
    flex-basis: 100%;
    margin-top: 1rem;
}
footer .widget_nav_menu ul .link__bottom a {
    font-size: .675rem;
}
.size-logo img {
    max-width: 150px;
}
footer .wp-block-social-links .wp-social-link svg {
    height: 1.5em;
    width: 1.5em;
}
footer .wp-block-social-links .wp-block-social-link.wp-social-link {
    background: none;
}
.size-logo {
    padding: 0 1rem;
}
@media (min-width: 1920px) {
    .container-fluid {
        max-width: 1480px;
    }
}
@media (max-width: 1680px){       
    #maps .wp-block-column {
        flex-basis: 58%!important;
    }
}
@media (max-width: 1200px) {
    .gallery__deco {
        align-self: center;
    }
    .circle:nth-child(1) {
        margin-bottom: 6rem;
    }
    .circle:nth-child(2) {
        position: absolute;
        bottom: 35px;
        right: 0;
        margin: 0;
    }
    .circle:nth-child(3) {
        right: auto;
        margin: auto;
        bottom: 0;
        transform: none;
    }
    .circle:nth-child(4) {
        right: 30%;
        bottom: -50px;
    }
    .ewd-ufaq-faq-list {
        max-width: 100%;
        padding: 2rem 1.5rem;
    }
    #site-navigation #primary-menu {
        gap: 1.5rem;
    }
    #createur .wp-block-columns {
        max-width: 100%;
        padding: 0 2.5rem;
    }
    #pratique .wp-block-column {
        padding: 0 .75rem;
    }
    #block-5 .wp-block-group {
        flex-wrap: wrap;
    }
    .wp-block-group.has-background, #pratique {
        padding: 3.5rem 2.5rem;
    }
    .wp-block-group.has-primary-background-color {
        padding: 3.5rem 0;
    }
    .intro__deco .row {
        padding: 0 2.5rem;
    }
}
@media (max-width: 991px) {
    #site-navigation #primary-menu {
        flex-direction: column;
        padding: 1rem 0 2rem;
    }
}
@media (max-width: 768px) {
    .wp-block-column {
        text-align: center;
    }
    .wp-block-column p,
    .wp-block-column ul {
        text-align: left;
    }
    .mav-content-center img {
        max-width: 100%;
    }
    figure.wp-block-image figcaption {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
    }
    .wp-block-cb-carousel-v2.cb-carousel-block {
        height: auto;
    }
    .gallery figure.wp-block-image img {
        height: 100%;
    }
    .intro__deco .ps-5 {
        padding-left: 0!important;
    }
    .intro__deco {
        padding: 2rem 1.5rem;
    }
    .wp-block-columns.map .has-background {
        padding: 3.5rem 1.5rem 1rem;
    }
    .wp-block-group.has-background {
        padding: 3rem 1.5rem;
    }
    .partners {
        gap: 1rem;
        padding: 3rem 1.5rem;
    }
    .wp-block-cb-carousel-v2 .swiper {
        background-color: var(--primary);
    }
    .wp-block-cb-carousel-v2 .cb-button-prev::after,
    .wp-block-cb-carousel-v2 .cb-button-next::after {
        font-size: 1.5rem;;
    }
    .map iframe {
        height: 50vh;
    }
    .has-background .wp-container-core-group-is-layout-4d858cb8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ewd-ufaq-faqs {
        flex-direction: column;
        gap: 0;
    }
    .ewd-ufaq-faqs .ewd-ufaq-faq-category {
        width: 100%;
    }
    .mav-content-center {
        padding: 0 1.5rem;
    }
    .wpcf7-form {
        max-width: 100%;
    }
    .wpcf7-form label {
        width: 100%;
    }
    .intro__deco .btn {
        margin: 1rem auto !important;
        display: block;
        width: 40%;
    }
    .image__cirle img {
        width: 100%;
        height: 100%;
    }
    #location .h2,
    #location p {
        max-width: 100%;
        padding: 0 1.5rem;
    }
    #location .wp-block-columns {
        padding: 0 1.5rem;
    }
    .mav-title-main {
        font-size: 1.125rem;
    }
    footer .wp-block-image.size-full {
        padding: 0 1.5rem;
    }
    footer .wp-block-image.size-full img {
        max-width: 80%;
        height: auto;
    }
    .wp-block-group.has-background, #pratique {
        padding: 2.5rem 1.5rem;
    }
    .wp-block-group.has-primary-background-color {
        padding: 2.5rem 0;
    }
    .intro__deco .row {
        padding: 0;
    }
    #maps .wp-block-column {
        flex-basis: 100%!important;
    }
    .entry-content {
        overflow-x: hidden;
    }
    .intro__deco img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 370px) {
    .gallery__deco {
        overflow: hidden;
    }
}