
@font-face {
    font-family: 'SF Pro Display';
    src:url('./fonts/SFPRODISPLAYTHINITALIC.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFPRODISPLAYULTRALIGHTITALIC.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFPRODISPLAYREGULAR.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFPRODISPLAYMEDIUM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFPRODISPLAYBOLD.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFPRODISPLAYSEMIBOLDITALIC.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFPRODISPLAYHEAVYITALIC.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:  url('./fonts/SFPRODISPLAYBLACKITALIC.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFPRODISPLAYLIGHTITALIC.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'gapsans';
    src: url('./fonts/gapsans-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gapsans';
    src: url('./fonts/gapsansbold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gapsans';
    src: url('./fonts/gapsansblack-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'satoshi';
    src: url('./fonts/Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




.large-vid{
    display: block;
}

.mobile-vid{
    display: none;
}


span{
    position: relative;
}

sup{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,5px) scale(0.6);

}

.appl-image{
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-text sup{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,0px) scale(0.6);

}
.candid {
    display: inline-block;
  
    margin: 0 0 0 -20em;
  }

  /* Animate Background Image */
  @-webkit-keyframes aitf {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }




  .invitation-popup{
    padding-top:60px;	
    display: flex;
    justify-content: center;
    position: fixed;
    align-items: top;
    background-color: rgba(0, 0, 0, 0.356);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
  }

  .invitaion-wrapper{
    position: relative;
  }
  .close-invitation
  {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -40px;
  }

  .isvisible{
    display: flex;
  }

  .invitation-popup img{
    width: 80vw;
    min-width: 200px;
    max-width: 600px;box-shadow: 59px -41px 40px rgba(0, 0, 0, 0.5);


  }



.newsletter-popup {
    z-index: 9998;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.356);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
}

.newsletter-popup.enabled{
    display: flex;
}
#mc_embed_shell{

    position: relative;
    min-width: 40vw;
    max-width: 700px;
    min-width: 400px;
    background-color: #000000;
}

#mc_embed_shell img{

    height: 50px;
    margin: 40px;
    margin-bottom: 0px;
}
#mc_embed_signup{
    padding: 20px;
    padding-left: 40px;
    font-family: 'SF Pro Display';
    
}

#mc_embed_signup h1{
    color: #ffffff;
    padding: 20px;
    border-radius: 5px; 
    font-family: 'SF Pro Display';
    text-transform: uppercase;
    font-weight: bold;
    font-size: max(2.6vw, 30px); 
    width: 90%;
    padding-left: 0px;
}

#agree{
    background-color: #000000;
  border-color: #FFFFFF;
  line-height: 0 !important;

}
#agree-wrapper{
    width: 80%;
    display: flex;
    align-items: center;
}
#agree-wrapper label{
    width: 100%;
    display: flex;
    align-items: center;
}
#agree-wrapper p{
    display:block;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 10px;
    line-height: 14px !important;
    width: 100%;
    margin-left: 5px;
    margin-bottom: 0px;

}
#agree-wrapper-2 label{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
#agree-wrapper-2 p{
    display:block;
    color: #000000 !important;
    font-family: 'Roboto';
    font-size: 11px;
    line-height: 12px !important;
    width: 80%;
    margin-left: 5px;
    margin-bottom: 0px;

}
.close-newsletter{
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 10px;
}
.mc-field-group input[type=email] 
{
    border: 1px solid #ffffff;
    background-color: #000000;
    width: 80%;
    margin-bottom: 10px;
    height: 40px;
    color: rgba(255, 255, 255) ;
    padding-left: 20px;
    font-size: 14px;
    font-family: 'SF Pro Display' !important;
    font-weight: 400;
}

.mc-field-group-2 input[type=email] 
{
    border: 1px solid #000000;
    background-color: #ffffff;
    width: 80%;
    margin-bottom: 10px;
    height: 40px;
    color: rgb(0, 0, 0) ;
    padding-left: 20px;
    font-size: 14px;
    font-family: 'SF Pro Display' !important;
    font-weight: 400;
}

.clear input[type=submit] 
{
    
    border: 1px solid #ffffff;
    background-color: #000000;
    font-family: 'SF Pro Display' !important;
    color: white;
    margin-bottom: 10px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px ;
    transition: all 0.4s ease-out;
    margin-top: 20px;
}
.clear input[type=submit].disabled
{
    pointer-events: none;
    opacity: 0.5;
}

.clear input[type=submit]:hover
{
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

body{
    padding: 0;
    margin: 0;
    background-color: #0000FE;
}
.menu-button{
    display: none;
}
.mobile-menu{
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: #000000;
    left: -200%;
    transition: all 0.4s ease-out;
}
.close-menu{
    height: 60px;
    width: 60px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
}
.mobile-nav-links{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;

}

.mobile-nav-links li{
    list-style: none;
    text-transform: uppercase;
    color: white;
    font-family: 'SF Pro Display';
    font-size: 30px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.mobile-nav-links li:hover{
    list-style: none;
    text-transform: uppercase;
    color: white;
    font-family: 'SF Pro Display';
    font-size: 35px;
}


/* ####################### OPENING ANIMATION BANNER ############################### */

.ball {
    /* width: 30px;
    height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    border: 3px solid rgb(53, 53, 53);
    border-radius: 50%;
    pointer-events: none; */
}

.ball {
    position: fixed;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid rgb(255, 255, 255);
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 6px;
    z-index: 10001;
    pointer-events: none;
  }
  .ball:before, .ball:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid rgb(255, 255, 255);
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
  }
  .ball:after {
    transform: rotate(35deg);
  }

#mssload h1{
    text-align: left;
    color: white;
    font-family: 'SF Pro Display';
    opacity: 0;
}

#mssload.letter {
    display: inline-block;
    line-height: 1em;
}
#mssload.afdletter {
    display: inline-block;
    line-height: 1em;
}

.afdletter{
    opacity: 0;
}
#mss{
    color: white;
    font-family: 'SF Pro Display';
    font-size: 50px;
}

#afd{
    color: white;
    font-family: 'SF Pro Display';
    font-weight: 100 !important;
    font-size: 30px;
}

.montresso_loading{
    /* cursor: none; */
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
height: 100dvh;
    min-width: 100vw;
    background-color: black;
    transform-origin: top center;
    transition: all 0.6s ease-out;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    overflow-y: hidden;
    overflow-x: hidden;
    pointer-events : none ;
}

/* ####################### OPENING ANIMATION BANNER ############################### */



/* ##################### Custom NavBar ########################## */


.dropdown-menu li {
    margin: 0 !important;
}
.customnav{
    
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    padding: 50px;
    z-index: 600;

}
.customNav .logo{
    align-items: flex-start;
}

.logo img{
    max-width: 200px ;
    width: 10vw;
    min-width: 100px;
}

.navlinks
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.navlinks li:nth-child(5)
{
    display: none !important;
}

.navlinks a
{
    text-decoration: none ;
}


.navlinks li {
    display: inline-flex;
    list-style: none;
    margin: 2vw;
    padding: 0px;

    line-height: normal;
}

.navlinks a{
    font-family: 'SF Pro Display';
    font-size: 1.3vw;

}

.navlinks li span {
    color: white;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}
.navlinks li span:hover {  
    opacity: 0.8;
    transform: scale(1.2);

    
}
.dropdown button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    padding: 0 !important;
}

.dropdown button:hover{
    background-color: transparent;
    opacity: 0.8;
}
.dropdown button:focus{
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}
.dropdown-menu{
    
    transition: all 0.2s ease-out;
    border-radius: 0px;
    padding: 0px;
}


.dropdown-menu li{
    padding: 5px;
    width: 100%;
    background-color: white;
}


.dropdown-menu li a:hover{
    background-color: transparent;
    color: white;
}
.dropdown-menu li:hover{
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: white;
}


.dropdown-menu li:hover a{
    color: white;
}

.dropdown-toggle::after {
    vertical-align: baseline;
    color: grey;
    margin-left: 15px;
    font-size: 24px;
}


/*###################### End Custom NavBar ###################### */



/* ##################### Sections ###################### */


.carousel-fixed{
    position: fixed;
    top: 0;
}
.carousel-indicators {
    z-index: 400 !important;
    /* margin-bottom: -40px !important; */
  
}
.carousel-indicators button
{
    height: 15px !important;
    width: 15px !important;
    background-color: aliceblue;
    margin: 5px;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s ease-out !important;
    
}

.carousel-indicators button.active
{
    height: 15px !important;
    width: 35px !important;
    border-radius: 0px;
    
}

#homecarousel
{
    width: 100vw;
    height: 100vh;
height: 100dvh;
}

.carousel-inner{
    height: 100vh;
height: 100dvh;
}
.carousel-item{
    height: 100vh;
height: 100dvh;
}

.main-img{
    height: 100vh;
     height: 100dvh;
    width: 100vw;
    background-size: cover;
    background-position: center;
}

.main-img.mobile{
    display: none;
    height: 100vh;
     height: 100dvh;
    width: 100vw;
    background-size: cover;
    background-position: center;
}

.carousel{
    position: fixed;
}
.fade-wrapper{
    /* position: absolute;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.295);
    */
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height:30vh; /* adjust it to your needs */
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,3) 0%, rgba(0,0,0,0) 100%); 
    z-index: 98;
}


.fade-wrapper.top{
    /* position: absolute;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.295);
    */
    position:absolute;
    z-index:2;
    right:0; top:0; left:0;
    height:30vh; /* adjust it to your needs */
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.582) 100%); 
    z-index: 98;
}

/* ##################### end Sections ####################*/



/* ########### about us ################ */
.fullpage{
    position: relative;
    z-index: 400;
    height: auto;
    pointer-events: none;
}

#content {
    overflow: visible;
    width: 100%;
    /* set a height because the contents are position: absolute, thus natively there's no height */
    height: fit-content !important;
    
    }
  
#viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
   
  }
  

.aboutus{
    margin-top: 0vh;
    position: relative;
    height: 100vh;
height: 100dvh;
    width: 100vw;
    background-color: rgb(255, 255, 255);
    display: flex; 
    justify-content: center;
    align-items: center;
    pointer-events: none;
    flex-direction: column;
    opacity: 0;
}
.aboutus{
    font-family: 'SF Pro Display';
}
.aboutus-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}
.aboutus-title{
    font-family: 'gapsans';
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.aboutus-text
{
    font-family: 'satoshi';
    font-weight: 500;
    color: rgb(0, 0, 0) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
}
.aboutus-text a button{
    font-family: 'gapsans';
    text-decoration: none !important; 
}

#waves-svg{
    position: absolute;
    width: 100%;
    height: 100vh;
height: 100dvh;
}

.lines{
    position: absolute;
    fill:none;
    stroke:white;
    stroke-width:1;
  }
.learn-more-rounded{
    position: relative;
    margin-top: 30px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 40px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: 'SF Pro Display';   
    display: block;
    font-size: 25px ;
    overflow: hidden;
    text-decoration: none ;
}
.no-dec{
    text-decoration: none;
}

#more-history{
    opacity: 0;
    margin-top: 60px;
    text-decoration: none;
}

    .learn-more-rounded span {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 40px;
    background-color: #ffffff;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, color 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .learn-more-rounded:hover {
        color: #000000;
    }
    .learn-more-rounded:hover span {
    width: 400px;
    height: 400px;
    }


.enchiffre{
    margin-top: 0vh;
    position: relative;
    width: 100vw;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    padding: 5vw;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.enchiffre h1{
    width: 100%;
    text-align: left;
    font-family: 'SF Pro Display';
    color: white;
    font-weight: 900;
    margin-left: 10vw;
}
.chiffre-wrapper{

    margin-top: 20px;
    width: 100%;
    background-color: white !important;
    
}


.search-container{

    
    padding-top: 150px;
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    

}

.inner-search-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 30vw;
    min-width: 300px;
}

.artist-search{
    height: 50px;
    width: 100%;
    max-width: 500px;
    border: 1px solid grey;
    border-radius: 100px;
    
    padding-left: 30px;
    padding-right: 30px;

}

.search-container img{

    position: absolute;
    width: 20px;
    right: 0;
    transform: translateX(-100%);
}

.chiffre-wrapper.active
{
    
    background-size: 100% auto;
}
.chiffre-wrapper.active .chiffre
{
    
}
.chiffre{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    background-color: white;
    border-top: 6px solid #0000FE;
    border-bottom: 6px solid #0000FE;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    backdrop-filter: blur(1px);
    transition: backdrop-filter cubic-bezier(.07,.32,0,1.05) 15s ;


}
.chiffre-element{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    margin-left: 20px;

}
.chiffre-element h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'SF Pro Display';
    color: #0000FE;
    margin-left: 0px;
}
.bottom-row{
    margin-top: -20% ;
}


.marker{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #0000FE;
    border-radius: 20px;
    transform: translate(-50%, -50%); 
}


.actualite-new{
    min-width: 50vw;
    max-width: 1000px;
    min-width: 800px;
}
.actualite-new img{
    width: 100%;
}

.actualite-new h1{

    font-size: 1.5rem;
    text-align: left !important;
    margin-bottom: 25px !important;  
    margin-top: 0px !important;
}

.actualite-new-text{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #fff ;
    
}

.actualite-new-text p{

color : white !important;
}

.artist-gallery-news h1{
    color: #000 !important;

}


.actualite-new p{

    font-family: 'satoshi';
    font-size: 1.2rem;
    text-align: left !important;
    color: black;
    text-transform: initial !important;

}

.chiffre-element h3 {
    text-align: center;
    font-family: 'gapsans';
    font-weight: 600;
    color: #0000FE;
    margin-top: 20px;
    text-transform: uppercase;
    
}
.enchiffre-title{
    opacity: 0;
    transform: translateX(-100px);
}
/* ########### end about us ################ */

.event{
    position: relative;
    background-color: white;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100px;
    flex-direction: column;
}

.event-title{
    color: #000000;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.line-separator{
    width: 100vw;
    height: 3px;
    background-color: #1d1d1d;
}

.marquee {
    height: 100px;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }
  
  
  /*.half {
    float: left;
    width: 10%;
  }*/
  .marquee--text {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .marquee--text span{
    height: 100px;
    color: rgb(0, 0, 0);
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    width: max-content !important;
  }
  
.marquee-element{
  left: 0;
  height: 100px;
  display: inline-block;
  width: fit-content;
  position: absolute;
  padding-left: 50px;
  line-height: 100px;
}
.marquee-element a{
    font-family: 'gapsans';
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease-out;
    
}

.marquee-element a:hover {
    text-decoration: none;
    color: #535353 !important;
}

.eventcarousel-wrapper{
    position: relative;
    margin-top: 100px;
   width: 100vw;
   height: fit-content;
   min-height: 70vh;
   display: flex;
   justify-content: center;
   padding-top: 30px;
   padding-bottom: 60px;
   background-color: #0000FE;
   margin-bottom: 30px;
}

#eventcarousel
{
    height: 100%;
    max-height: 70vh;
    width: 80%;
    position: relative;
    
}
#eventcarousel .carousel-inner
{
    
    height: 60vh;
    width: 100%;
    position: relative;
    
}
#eventcarousel .carousel-item
{
    height: 100%;
    position: relative;
    
}



#eventcarousel .main-img{
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

#eventcarousel .carousel-indicators button
{
    background-color: rgb(14, 14, 14);
    margin: 2px;
    border-radius: 0px;
    border: 4px solid #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-out !important;
    
}

.count{
    text-transform: uppercase;
    
}
.event-articles-wrapper{
    margin-bottom: 100px;
}
.event-article{
    border-bottom: 3px solid #1d1d1d;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.event-article-names{
    font-family: 'gapsans';
}
.event-article-names h2{
    text-transform: uppercase;
    font-family: 'gapsans';
    font-weight: 500;
}
.event-article-names h4{
    text-transform: uppercase;
    font-weight: 400;
}
.event-article-names h3{
    font-family: 'satoshi';
    font-weight: 200;
    color: #3b3b3b;
    font-size: 18px;
}

.event-article-description h4{
    font-family: 'satoshi';
    font-weight: 300 !important;
    color: #3f3f3f;
}
.event-article-more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-article-more .learn-more-rounded{
    margin-top: 0;
    border-color: #000000;
    color: #000000;
}
.artist-gallery{
    background-color: #0000FE;
    padding-bottom: 10vh;
    padding-top: 50px;
    margin-top: -100px;
}

.artist-gallery-news{
    background-color: white !important;

}

.artist-gallery .container h1 {
    margin-top: 100px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'gapsans' !important;
    font-weight: 700;
    margin-bottom: 60px;

  }
  
  .cards-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  
  .card {
    position: relative;
    width: 50%;
    height: 60vh;
    flex: 1 0 50%;
    background: rgb(0, 0, 0);
    border: 10px solid rgb(0, 0, 0);
    border-radius: 0px;
    color: white;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


  .splide__slide .dark-overlay{
    position: absolute;
    background-color: #00000000;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.2s ease-out ;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .splide__slide .dark-overlay h1{
    font-family: 'SF Pro Display';
    opacity: 0;
    margin-top: 40px;
    width: 80%;
    transition: all 0.2s ease-out ;
    text-transform: uppercase;
    font-size: 2vw;

  }
  .splide__slide .dark-overlay:hover{
    background-color: #000000ce;

  }

  .splide__slide .dark-overlay:hover h1{
    opacity: 1;
    margin-top: 0px;
    

  }

  .quote-section .container{

   width: 80vw;
  }
  .quote-section{
    background-color: #ffffff;
    height: fit-content;
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
    padding-top: 100px;
    
  }

  
  .quote-section h1{
    text-align: center;
    font-size: 40px;
    color: #35353541;
    font-family: 'satoshi';
    font-weight: 600;
    font-style: italic;
  }

  .quote-section h3{
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-family: 'SF Pro Display';
    font-weight: 500;
  }


  .splide-artists
  {
    width: 100%;
  }
  .splide__slide{

    height: 20vw;
    width: 20vw !important;
    background-color: #ffffff;
    margin: 20px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .splide__pagination {
    transform: translateY(30px);
  }



.footer{
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.footer sup{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,5px) scale(0.6);

}

.footer-container{
    padding-top: 20px;
    width: 100%;
    min-height: 30vh;
    background-color: white;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 10px;
}

.footer-white .footer-container{
    background-color: #000000 ;
}
.footer-white .footer-container *{
    color: white !important;
}

.footer-container .sec-1 img{
    max-width: 300px;
    min-width: 100px;
    width: 20vw;
}
.footer-container .sec-1 h4{
    margin-top: 20px;
    font-size: 1.1rem;
    font-family: 'SF Pro Display';
    font-weight: 400;
}
.footer-container .sec-2 a{
    text-decoration: none;
    
}
.footer-container .sec-2 h2{
    font-family: 'SF Pro Display';
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    
}

.line-separator-small{
    height: 3px;
    background-color: #3b3b3b8a;
    width: 60%;
}
.adress{
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.adress img{
    width: 20px;
}

.adress h4{
    padding-left: 20px;
    font-family: 'SF Pro Display' !important;
    font-weight: 400;
    font-size: 1.1rem;
}

.social{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    padding-left: 30px;
}
.social img{
    margin: 5px;
    width: 30px;
}


.footer-container .sec-3 h2{
    font-family: 'SF Pro Display';
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
}

.copyright{
    margin-top: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: 2px solid #3b3b3b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.copyright p{
    font-family: 'SF Pro Display';
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0;
}



.enresidence{
    min-height: 30vh;
    width: 100vw;
    background-color: black;
    margin-bottom: 10vh;
    margin-top: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.enresidence p{

    text-align: center;
    font-family: 'SF Pro Display';
    font-weight: 400;
    color: #fff;
    max-width: 700px;
}

/* CANDIDATURE PAGE  */



.candidature-header{
    margin-top: 100px;
    background-color: #000000;
    padding-top: 8vh;
    padding-bottom: 8vh;
    width: 100vw;
}

.candidature-header h1{
    
    font-family: 'SF Pro Display';
    font-weight: 900;
    color: white;
    padding-left: 5vw;
    font-size: max(3vw, 30px); ;
    

}
.candidature-section{
    background-color: #ffffff;
    padding: 8vw;
    padding-top: 50px;
}


.customnav.white{

    background-color: white !important;
}

.customnav.white .navlinks span{

    color: #000000;
}
.section-1-text{
    position: relative;
}
.section-1-img{
    padding: 20px;

}

.section-1-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


#section-1 h3{

    margin-top: 20px;
    color: #000000;
    font-family: 'SF Pro Display';
    font-size: max(1.5vw, 12px); ;
}

#section-1 h4{
    position: relative;
    margin-top: 15px;
    color: #4d4d4d;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    margin-left: 100px;
}
#section-1 h4::before{
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 80px;
    background-color: #000000;
    top: 50%;
    transform: translateY(-50%) translateX(-120%);
}


#section-2 h3{

    margin-top: 20px;
    color: #000000;
    font-family: 'SF Pro Display';
    font-size: max(1.5vw, 12px); ;
}

#section-2 h4{
    position: relative;
    margin-top: 15px;
    color: #4d4d4d;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    margin-left: 100px;
}
#section-2 h4::before{
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 80px;
    background-color: #000000;
    top: 50%;
    transform: translateY(-50%) translateX(-120%);
}
#section-4 {
    padding-bottom: 50px !important;
}
#section-4 h3{

    margin-top: 20px;
    color: #000000;
    font-family: 'SF Pro Display';
    font-size: max(1.2vw, 12px); ;
}


.header-2{
    margin-top: 0px;
}


.black-line{
    position: absolute;
    height: 4px;
    width: 40%;
    top: 0;
    background-color: #000000;
}

.separator{
    height: 2px;
    background-color: #535353;
    width: 80%;
    margin-left: 10%;
}

.candidature-header-white{
    
    margin-top: 0px;
    background-color: #ffffff;
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.candidature-header-white h1{
    color: #000000;
}
.candidature-header-white h1{
    
    font-family: 'SF Pro Display';
    font-weight: 900;
    color: rgb(0, 0, 0);
    padding-left: 5vw;
    font-size: max(3vw, 30px); ;
    

}
#section-3{
    background-color: black;
    padding-top: 5vh;
    padding-bottom: 2vh;
}
#section-3 h3{

    margin-top: 20px;
    color: #ffffff;
    font-family: 'SF Pro Display';
    font-size: max(1.5vw, 12px); ;
}

.section-3-img{
    position: relative;
}

.section-3-img img{
    transform: translateY(-25%)
}


.section-4-text ul{

    margin-top: 20px;
}

.aboutus-header{
    margin-top: 100px;
    background-color: #000000;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.aboutus-header h5{
    color: white;
    font-family: 'Roboto';
    font-weight: 300;
}
.aboutus-header h1{
    color: white;
    font-family: 'SF Pro Display';
    font-weight: 700;
}

/* END CANDIDATURE PAGE  */


.svg-container{
    position: relative;
    width: 100%;
    top: 40%;
    background-color: rgba(127, 255, 212, 0.274);
}

.mt-stroke{
    position: absolute;
    width: 100%;
    top: 80%;
    left: 50%;
    color: #000;
    stroke: #000;
    transform: translateX(-50%) scale(1.5);
}

.mt-stroke g {
    width: 100%;
    transform: translateX(-215%);
}
.cls-1{
}

.apropos-bg{
    width: 100vw;
    height: 35vh;
    min-height: 300px;
    background-color: #3b3b3b;
    background-image: url(../assets/img/1.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.apropos-content{
    padding-left: 4%;
    padding-right: 4vw;
}
.apropos-content-img .img-wrapper
{
    position: relative;
}

.apropos-content .about-1{
    transform: translateY(-15%);
 
}


.apropos-content .about-1 img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}
.apropos-content .about-2{
    right: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(20%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
   
}

.apropos-content .about-2 img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}

.apropos-content-txt {
    padding-top: 40px;
    padding-bottom: 100px;
}
.apropos-content-txt h3 {
    padding-top: 40px;
    font-family: 'SF Pro Display';
    font-weight: 500;
}
.apropos-content-txt h1 {
    padding-top: 40px;
    font-family: 'SF Pro Display';
    font-weight: 500;
}


.artists-list{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.artist-item{
    width: 15vw;
    height: 15vw;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.6s ease-in-out;
    margin-bottom: 100px;
}

.artist-item.hide{
    opacity: 0;
}

.artist-item h6{
    font-family: 'SF Pro Display';
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;

}

.news{
    background-image: url(../assets/img/background-pattern.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.news h1{

    margin-bottom: 50px;
}

.visite-wrapper{

    margin: 10px;
    padding-top: 10px;
}

.visite
{

    color: #000000;
    text-align: center;
    font-family: 'SF Pro Display';
    margin: 0;
}


/* -------------=================EVENT PAGE ============================= */

.fullpage-event{
    margin-top: 100vh;
    background-color: white !important;
    overflow-x: hidden;
}
.fullpage-event .fullpage{
    padding:  0 5vw ;
    background-color: white !important;
}

.fullpage-event .line-separator{
    width:  100% !important;
    margin-bottom: 30px;
    margin-top: 30px;
}


.event-line-separator{
    display: block;
    width:  100% !important;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 3px !important;
    background-color: #1d1d1d;
}
.archived-events-list p {
    color: black;
    font-family: 'SF Pro Display';
    font-size: 1.2rem;
}
.archived-events-list img{}

.event-tab{
    height: 0;
    opacity: 0;
    transform: translateX(-200%);
    transition: all 0.6s ease-in-out;
}

.event-tab.active{
    opacity: 1;
    transform: translateX(0);
    height: auto;
}


.text-left{
    text-align: start !important;
    margin-bottom: 0px;
}

.left-event-image{
    position: relative;
}

.left-event-image img{
    /* opacity: 0; */
    transform-origin: left;
}

.right-event-image img{
    transform-origin: right;
}
.fixed-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.right-event-image{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.right-event-image img{
    margin-left: -50%;
    width: 140%;
    
    object-fit: cover;
    transform-origin: left;
}
  
  .reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 50vw;
    overflow: hidden;
  }

  .vreveal{
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 50vw;
    overflow: hidden;
  }

  .reveal-full{
    
    max-width: 100vw;
  }
  .reveal-custom{
    visibility: hidden;
    position: relative;
    overflow: hidden;
  }

  .reveal-custom img{
    margin-top: 100px;
  }
  .reveal-custom-nomargin img{
    
    margin-top: 0px;
  }

.reversed img{

    margin-left: 50%;
    z-index: 10;
}

.relative{
    position: relative;
}
.dark-overlay{
    position: absolute;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.dark-overlay h1{
    color: white;
}


.fake-gif {
    /* transform: translateY(-8vw); */
    display: inline-block; /* Ensures the parent resizes to fit its content */
  
    width: 80%; /* Set slider width */
    height: fit-content; /* Set slider height */
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
    align-items: end;
    float: right;
  }

  .fake-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 0.01s ease-in-out;
  }

  .fake-gif img.active {
    opacity: 1;
    position: relative;
  }





@media screen and (max-width: 768px) {

    


    .large-vid{
        display: none;
    }

    .mobile-vid{
        display: block;
    }

    .fake-gif {
        float: none !important;
        width: 100%;
    }
    .right-event-image img{
        margin-left: 0%;
        width:100%;
    }

    .actualite-new{
        min-width: 90vw;
    }
    .actualite-new-text{
        padding-top: 40px;
    }
}
/* -------------============================================== */

.events-hist{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.event-select{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.event-select h1{
    color: #00000073;
    font-weight: bold;
    font-family: 'SF Pro Display';
    margin-left: 30px;
    pointer-events: all;
    font-size: max(1.5vw, 16px); 
    cursor: pointer;
}

.event-select h1.active{
    color: #000000;
    pointer-events: all;
    cursor: pointer;
    border-bottom: 6px solid #498ed7;
    z-index: 10;
}

.event-line {
    height: 0px;
    width: 100%;
    background-color: #000000;
    margin-top: -12px;
}

.event-element {
    padding: 0px;
}
.events-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.events-banner img{
    width: 60vw;
    min-width: 400px;
}

.active-element{
    padding: 5vw;
}



.return{
    color: #000000;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: 'SF Pro Display';
    font-weight: 600;
}
.return img{
    width: 30px;
    margin-right: 20px;
}

.event-banner{
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: right;
}

.event-date{
    font-weight: bold;
}
.fullpage{
    padding: 0px !important;
}
.fullpage-events{
    padding: 5vw;
}
.banner-one{
    padding: 0;
}
.banner-one img{
    width: 100%;
}

.event-content{
    padding: 3vw;
}

.event-content p{
    color: #000000;
    font-family: 'SF Pro Display';
    
    font-size: max(.5vw, 18px); 
}

.image-event-1{
    transform: translateY(-20%);
}

.bordered{
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.image-event-3{
    z-index: 20;
    transform: translateY(-20%);
}

.image-event-2{
    z-index: 0;
    transform: translateX(20%) translateY(10%); 

}
/* -------------============================================== */



/* -------------============================================== */


  @media screen and (max-width: 768px) {

    .event-content img{
        transform: none !important;
    }
    .image-event-1{
        transform: translateY(10%);
    }

    .events-banner img{
        min-width: auto !important;
    }
    
    .main-img.desk{
        display: none;
    }
    .main-img.mobile{
        display: block !important;
    }


    .splide__slide .dark-overlay h1{
        font-family: 'SF Pro Display';
        opacity: 0;
        margin-top: 40px;
        width: 80%;
        transition: all 0.2s ease-out ;
        text-transform: uppercase;
        font-size: 4vw;
    
      }
    

    .news img{

        width: 30vw;
        min-width: 80vw;
    }

    .sec-2 , .sec-3{
        margin-top: 40px;
    }

    .apropos-bg{
        background-image: url(../assets/img/1-m.jpg);
        background-size: cover;
        background-position: left;
        background-attachment: fixed;
    }
.apropos-content .about-2{
    right: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(5%);
   
}
    .mt-stroke{
        position: absolute;
        width: 100%;
        top: 80%;
        left: 50%;
    
        transform: translateX(-50%) scale(1);
    }


    #section-1 h3{

        color: #000000;
        font-family: 'SF Pro Display';
        font-size: max(1.5vw, 16px); 
    }
    #section-2 h3{

        color: #000000;
        font-family: 'SF Pro Display';
        font-size: max(1.5vw, 16px); ;
    }
    #section-3 h3{

        color: #ffffff;
        font-family: 'SF Pro Display';
        font-size: max(1.5vw, 16px); ;
    }
    #section-4 h3{

        font-family: 'SF Pro Display';
        font-size: max(1.5vw, 16px); ;
    }
    #section-2 h4{
        margin-left: 60px;
        font-size: 14px;
    }

    #section-1 h4{
        margin-left: 60px;
        font-size: 14px;
    }

    #section-1 h4::before{
        width: 40px;
        transform: translateY(-50%) translateX(-120%);
    }
    #section-2 h4::before{
        width: 50px;
        transform: translateY(-50%) translateX(-120%);
    }
    
    .section-3-img img{
        margin-top: 30px;
        transform: translateY(0%)
    }

    .splide__slide{

        height: 50vw !important;
        width: 50vw !important;
        background-color: #ffffff;
        margin: 20px;
      }

    body{
        background-color: #0000FE !important;
    }

    .artist-gallery .container{
        min-height: fit-content;
        height: fit-content !important;
    }
    .cards-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        height: fit-content !important; 
    }

 #viewport {
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
       
      }
    .down-arrow {
        position: absolute;
        top: calc(100vh - 60px);
        left: calc(50% - 14px);
        width: 0;
        height: 30px;
        border: 2px solid;
        border-radius: 2px;
      }
      
      .down-arrow:after {
        content: " ";
        position: absolute;
        top: 12px;
        left: -10px;
        width: 16px;
        height: 16px;
        border-bottom: 4px solid;
        border-right: 4px solid;
        border-radius: 4px;
        transform: rotateZ(45deg);
      }

    .ball{
        display: none;
    }
    .aboutus-text{
        font-size: 20px;
        display: block;
        padding: 10vw;
        text-decoration: none;
    }

    #more-history{
        margin-top: 0px;
    }

    .aboutus-text span{
        font-size: 20px;
    }

    .chiffre-element{
        flex-wrap: wrap;
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
    
    }
    .chiffre-wrapper{
        background-repeat: no-repeat;
        margin-top: 20px;
        width: 100%;
        background-image: url(../assets/img/ESPACE_ART.jpg);
        background-position: center;
        background-size: auto 150%  !important;
        transition: background-size cubic-bezier(.07,.32,0,1.05) 3s ;
        
    }
    .chiffre-wrapper.active
    {
        background-size:auto 100%  !important; 
    }
    .chiffre-wrapper.active .chiffre
    {
        
        backdrop-filter: none;
    }

    .chiffre{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .chiffre-element h1 {
        font-size: 30px;
    }
    
    
    .chiffre-element h3 {
        font-size: 20px;
        margin-top: 20px;
        
    }

    
    .event-title{
        font-size: 30px;
    }

    .marquee-element{
        font-size: 20px !important;
    }
    .marquee--text{
        height: 60px;
    }
    .marquee--text span{
        font-size: medium !important;
        height: 60px ;
    }
    .marquee--text span sup{
        font-size: medium !important;
    
            top: 0;
            right: 0;
            transform: translate(70%,0%) scale(0.7);
        
        
    }
    #eventcarousel{
        width: 95%;
    }


    .event-article-more {
        justify-content: flex-end;
        padding: 5vw !important;
    }
    
    .event-article-more .learn-more-rounded{
       
        margin-top: 30px;
        align-self: flex-end;
    }

    
    .artist-gallery{
        background-color: #0000FE;
        min-height: fit-content;
        min-height: -webkit-fill-available !important;
    }

    .artist-gallery  {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .artist-gallery .container h1 {
        width: 100%;
        text-align: center;
        color: white;
        font-family: 'gapsans' !important;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 100px;

    }
    
    .cards-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .card {
        position: relative;
        width: 80% !important;
        height: 20vh !important;
        flex: none;
        background: rgb(0, 0, 0);
        border: 10px solid rgb(0, 0, 0);
        border-radius: 0px;
        color: white;
        font-size: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .quote-img{
        max-width: 100px;
    }
    .quote-section .container {
        width: 90vw;
    }
    .quote h1{
        font-size: 25px;
    }

    .navlinks{
        display: none;
    }
    .menu-button{
        display: block;
        height: 50px;
        width: 50px;
        right: 0;
        top: 20px;
        cursor: pointer;
    }
    .customnav{
        padding: 5vw;
        justify-content: space-between;
    }
    .logo img{
        
        height: 30px;
    }
    .mobile-menu {
        display: block;
    }

    
    .mobile-nav-links a
    {
        color: white;
        text-decoration: none  !important;
        padding: 20px;
    }
    .dropdown-toggle a{
        text-transform: uppercase;
        color: white;
        font-family: 'SF Pro Display';
        font-size: 30px;

    }
    .dropdown-item{
        color: #000 !important;
    }

    .dropdown-menu li:hover {
        border: 0px !important;
        background-color: white !important;
    }
    .dropdown-menu li a{
        border: 0px !important;
        padding: 10px;
    }
    .dropdown-item:hover{
        color: #000 !important;
        background-color: white !important;
        border: 0px !important;
    }

    .mobile-nav-links .dropdown li {
        color: #000000;
        font-size: 20px !important;
    }
    .mobile-menu.active{
        left: 0;
    }
    .card.last {
        display: none;
    }

  }


  /* Fullscreen video */
    video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;   /* crop/scale video to fill screen */
      z-index: -1;         /* keep behind content */
    }


    /* MAP SECTION */

    .map-section{
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
        width: 100vw;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .map{
        width: 50vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

    .map img{
        width: 80%;
    }

    .map-a{
        transform: translateY(-10%);
    }
    
    .map-b{
        margin-top: 20%;
        display: flex;
        justify-content: end;
    }

    .marker {
        position: absolute;
        background-color: #028137;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        cursor: pointer;
        z-index: 2;
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.267), 0 2px 6px rgba(0, 0, 0, 0.6);
    }

    .marker-animated {
        position: absolute;
        background-color: #028137;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        cursor: pointer;
        z-index: 2;
        animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    @keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }


    .marker-vertical {
        position: absolute;
        bottom: 50%;
        left: 50%;
        width: 3px;
        height: 0;
        background-color: #028137;
        transform: translateX(-50%);
        transform-origin: bottom;
        transition: height 0.3s ease;
    }

    .marker-horizontal {
        position: absolute;
        bottom: calc(50% + 100px);
        left: 50%;
        width: 0;
        height: auto;
        background-color: #028137;
        color: white;
        padding: 8px 10px;
        border-radius: 4px;
        transform: translateX(-50%);
        transform-origin: left;
        opacity: 0;
        overflow: hidden;
        transition: width 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
        transition-delay: 0.3s;
        text-align: center;
        font-family: 'SF Pro Display';
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        pointer-events: none;
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.267), 0 2px 6px rgba(0, 0, 0, 0.6);
    }

    .marker:hover .marker-vertical {
        height: 100px;
    }

    .marker:hover .marker-horizontal {
        width: 300px;
        opacity: 1;
    }
    
    /* LOCATIONS */
    .boutique{
        right: 40%;
        top: 35% ;
    }

    .galerie{
        top: 30%;
        left: 25%;
    }

    .lagora{
        top: 55%;
        left: 45%;
    }

    .espacedart{
        top: 70%;
        left: 42%;
    }

    .gal1{
        top: 52%;
        left: 57%;
    }
    
    .gal2{
        top: 56%;
        left: 52%;
    }

    /* END LOCATIONS */


    
@media screen and (max-width: 768px) {

    .map-section{
        padding-left: 10vw;
        flex-direction: column-reverse;
    }
    .map{
        width: fit-content;
        
    }
    .map-b{
        margin: 0;
    }
}

/* ===== Artists page grid & uniform card heights ===== */
#artists.artists-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 30px;
    align-items: start;
}

#artists .artist-item{
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: grid;
    grid-template-rows: auto minmax(2.6em, auto); /* image, then 2-line title area */
    row-gap: 10px;
}

#artists .artist-item a{
    display: block;
    width: 100%;
}

#artists .artist-item img{
    width: 100%;
    aspect-ratio: 1 / 1; /* consistent image height */
    object-fit: cover;
    display: block;
}

#artists .artist-item h6{
    margin: 8px 0 0;
    min-height: 2.6em; /* roughly two lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #artists.artists-list{
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 20px;
    }
}