/* ligtbox */
.glightbox-clean .gslide-title{
    font-family: "Inknut Antiqua", serif !important;
}
/* preloader */
.svg-preloader{
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: opacity 0.8s;
    transition-delay: 2.1s;
}

.svg-draw{
    height: 0rem;
    width: 0rem;
    transition: opacity 0.6s !important;
    transition-delay: 1.5s !important;
    opacity: 0.9;
}

.svg-draw-hidden{
    width: 8.35rem;
    height: 7.05rem;
    opacity: 0;
}

.main-preloader-hidden{
    opacity: 0;
}

h1{
    margin: 0;
}

h2{
    margin: 0;
}
h3{
    margin: 0;
}

.visually-hidden { 
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
    clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
    clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
    white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.mh{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9000;
    height: 2rem;
    width: 2rem;
    top: 1.6rem;
    right: 1rem;
    display: none;
}

.menu-hamburger{
        display: flex;
        flex-direction: column;
        background-color: #ebebeb;
        z-index: 800;
        position: fixed;
        top: 0;
        right: 0;
        width: 60vw;
        height: 100vh;
        transform: translateX(103vw);
        transition: all 0.4s;
}
.ham-4-box{
    display: flex;
    flex-direction: column;
    gap: 0.88rem;
    justify-content: flex-start;
    align-items: end;
    color: rgb(38, 38, 38) !important;
    padding-right: 2rem;
    padding-top: 4rem;
}

.ham-4{
    font-weight: 700;
    font-size: 0.8rem;
}

.clicked{
    transform: translateX(0vw) !important;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgb(38, 38, 38);
    scrollbar-width: 0;
    font-family: "Montserrat", serif;
    font-size: 0.8rem;
}

html::-webkit-scrollbar {
    display: none;
}
  
html {
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.sculptures-main-blocs-infinite::-webkit-scrollbar {
    display: none;
}

.sculptures-main-blocs-infinite {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

a{
    color: black;
    text-decoration: none;
}

.onetlt{
    font-size: 1rem !important;
    font-family: "Inknut Antiqua", serif !important;
    font-weight: bold !important;
    line-height: 1rem;
    margin-top: 0.5rem;
}

.vg-header{
    height: 11rem;
    padding: 2.9rem 1rem 0rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.vg-title{
    display: block;
    height: 7.05rem;
    width: 8.35rem;
    opacity: 0.9;
}


.vg-navbar{
    display: flex;
    flex-direction: column;
    gap: 0.88rem;
    justify-content: center;
    align-items: end;
    color: rgb(38, 38, 38) !important;
    font-weight: 700;
    font-size: 0.8rem;
    position: absolute;
    top: 3.05rem;
    right: 2.8rem;
}

.sculptures-main{
    display: flex;
    flex-direction: column;
    padding: 0rem 0rem 0rem 2.8rem;
    max-height: 26rem;
    overflow: hidden;
    transition: all 0.6s;
    position: relative;
}

.frise-opacite-end{
    max-height: inherit;
    height: 100%;
    width: 3.5rem;
    /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%); */
    position: absolute;
    right: 0.8rem;
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
}

.arrow-scroll{
    cursor: pointer;
    line-height: 0.9rem;
    margin-top: 0.5rem;
}

.sculptures-main-title{
    /* font-weight: 500; */
    font-family: "Inknut Antiqua", serif !important;
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    line-height: 1rem;
    gap: 1rem;
    padding-left: 0rem;
    /* padding-bottom: 1rem; */
}

.sculptures-main-blocs-infinite{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    text-align: start;
    gap: 1.5rem;
}

.sculpture-main-bloc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 17.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.end-space-frise{
    display: inline;
    height: 0rem;
    width: 1rem;
}

.sculpture-main-img{
    transition: all 0.3s;
    height: inherit;
    max-width: fit-content;
}

.sculpture-main-img:hover{
    transform: scale(1.015);
}

.sculpture-main-img-title{
    padding-top: 0.5rem;
    max-height: 1rem;
    max-width: 10rem;
}

.sculpture-closed{
    max-height: 1rem;
}

.secondary-group-fresco{
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 5rem;
}

.vg-plus{
    font-size: 1.2rem;
    padding: 1rem 0rem 0.5rem 2.8rem;
    font-weight: 500;
}

.deplieur{
    pointer-events: none;
    transform: scaleX(150%);
    font-weight: 600;
    line-height: 1.15rem;
    font-family: 'Courier New', Courier, monospace;
}

.title-second{
    pointer-events: none;
    font-size: 0.8rem;
    font-weight: 400;
}

.pied-de-page{
    font-family: Inknut Antiqua;
    font-size: 0.65rem;
    padding: 0rem 0rem 1.3rem 1.3rem;
    line-height: 1.3;
}

/* QUERIES */
/* @media screen and (max-width: 1200px) {
}

@media screen and (min-width: 1024px) and (max-height: 655px) {
} */
@media screen and (max-height: 720px) {
    .sculpture-main-bloc{
        height: 15rem;
    }
}

@media screen and (max-width: 1080px) {
/* tablet */
.sculptures-main{
    padding: 0rem 0rem 0rem 2rem;
}
.vg-plus{
    padding: 1rem 0rem 0.5rem 2rem;
}
.vg-navbar{
    right: 2rem;
}
}

/* @media screen and (max-width: 992px){
} */

@media screen and (max-width: 650px) {
/* debut du menu hamburger */
.vg-navbar{
    display: none;
}
.mh{
    display: block;
}
.vg-header {
    height: 11rem;
    padding: 1.3rem 1rem 0rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .frise-opacite-end{
    width: 3rem;
    /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255)90%); */
    right: 0;
  }
  .sculpture-main-bloc {
    height: 13rem;
  }
  .sculptures-main-blocs-infinite {
    gap: 1rem;
  }
  .sculptures-main {
    padding: 0rem 0rem 0rem 1rem;
  }
  .vg-plus {
    padding: 2rem 0rem 0.5rem 1rem;
  }
  .end-space-frise {
    width: 0.8rem;
  }
  .title-second {
    font-size: 0.85rem;
  }
  .vg-title {
    height: 6.05rem;
    width: 7.35rem;
  }
}

@media screen and (max-width: 600px) {
/* mobile */
}

/* mobile landscape special */
@media screen and (max-width: 992px ) and (max-height: 450px ) {
    
}
