@font-face {
    font-family: 'source-sans-proEL';
    src: url('/Police/SourceSansPro-ExtraLight.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'source-sans-proB';
    src: url('/Police/SourceSansPro-Black.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'source-sans-proL';
    src: url('/Police/SourceSansPro-Light.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'source-sans-proBI';
    src: url('/Police/SourceSansPro-BlackIt.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'source-sans-proR';
    src: url('/Police/SourceSansPro-Regular.woff2') format('woff2');
    font-display: swap;
}


html {
    font-size: 80%;
    height: 100%;
} 

body, html {
    height: 100%;
    margin: 0;
    background: black;
    font-family: 'Source Sans Pro';
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-x: hidden;
}

.content-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
}

.vertical-links {
    text-decoration: none !important;
    position: absolute;
    font-size: 2.5rem;
    left: 6%; 
    transform: translateY(-50%);
    top: 45.75%;
}

.vertical-links a {
    cursor: none;
    font-size: 2.5rem;
    display: block;
    color: #878787;
    text-decoration: none;
    height: 3.3rem;
    font-family: 'source-sans-proEL';
    width: 3rem;
}

.vertical-links p {
    cursor: none;
    font-size: 2.5rem;
    display: block;
    color: white;
    text-decoration: none;
    height: 3.3rem;
    font-family: 'source-sans-proB';
    width: 3rem;

} 

.vertical-links a,
.vertical-links p {
    margin: 0; 
    padding: 0; 
}

.star {
    color:var(--curseurTexte-color) !important;
    margin: 0 2%; 
    cursor: none;
    font-size: 3.6rem;
    display: block;
    text-decoration: none;
    height: 3.3rem;
    font-family: 'source-sans-proB' !important;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    width: 100%;
}

.image-container img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    cursor: none;
    padding: 10px;
}

.frame-container.expanded {
    width: 80vw; 
    height: 80vh; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.frame-container.expanded img {
    max-width: 100%;
    max-height: 80%;
    display: block;
    margin: auto;
}

.frame-container.expanded2 {
    width: 80vw;
    height: 80vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.frame-container.expanded2 img {
    max-width: 100%;
    max-height: 80%;
    display: block;
    margin: auto;
    cursor:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxkZWZzPgogICAgICAgIDxmaWx0ZXIgaWQ9Imdsb3ciPgogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIiByZXN1bHQ9ImNvbG9yZWRCbHVyIi8+CiAgICAgICAgICAgIDxmZU1lcmdlPgogICAgICAgICAgICAgICAgPGZlTWVyZ2VOb2RlIGluPSJjb2xvcmVkQmx1ciIvPgogICAgICAgICAgICAgICAgPGZlTWVyZ2VOb2RlIGluPSJTb3VyY2VHcmFwaGljIi8+CiAgICAgICAgICAgIDwvZmVNZXJnZT4KICAgICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICAgIDxyZWN0IHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgeD0iNSIgeT0iNSIgZmlsbD0id2hpdGUiIGZpbHRlcj0idXJsKCNnbG93KSIvPgo8L3N2Zz4=') 5 5, auto;
}


.cache{
    color:#000000; 
    cursor: default;
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;
    opacity: 0;
}


.hidden {
    opacity: 0;
    pointer-events: none;
}

.linktext {
    margin-top: 3rem;
    color: white;
}

.carousel-controls {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    pointer-events: none; 
    transform: translateY(-50%); 
    display: block;
}

.carousel-control-prev, .carousel-control-next {
    width: 3rem; 
    height: 3rem;
    color: #878787; 
    font-family: 'source-sans-proR';
    cursor: pointer;
    display: block; 
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    pointer-events: all; 
    position: fixed; 
    z-index: 1001; 
    -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none;    
    user-select: none;
}

.carousel-control-prev {
    position: absolute;
    left: 7%;
}

.carousel-control-next {
    position: absolute;
    right: 7%;
}

.carousel-control-prev:hover{
    font-family: 'source-sans-proB';
}

.carousel-control-next:hover{
    font-family: 'source-sans-proB';
}

.carousel-control-prev:active{
    font-family: 'source-sans-proB';
    color: #fff;
}

.carousel-control-next:active{
    font-family: 'source-sans-proB';
    color: #fff;
}

.compteurTexte {
    color: white;
    text-decoration: none !important;
    font-size: 1.5rem;
    font-family: 'source-sans-proB';
}

.compteurTexte2{
    text-decoration: none !important;
    font-size: 1.5rem;
    font-family: 'source-sans-proEL';
}

.fullscreen-counter {
    position: absolute !important;
    bottom: -10% !important;
    left: 50% !important;
    z-index: 10001 !important;
    font-size: 1.5rem !important; 
    color: white; 
}

.compteur {
    font-size: 2.5rem;  
    padding: 10px; 
}

.compteurTexte{
    color: var(--curseurTexte-color);
    font-family: 'source-sans-proB';
}
.compteurTexte2{
    color: var(--compteur-color);
    font-family: 'source-sans-proEL';
}

#curseurTexte {
    position: absolute;
    color: var(--curseurTexte-color);
    font-size: 2rem;
    pointer-events: none;
    will-change: transform;
    z-index: 100000;
    font-family: 'source-sans-proBI';
}

.etoile{
    display: block;
}

.couleurTexteNewYorkGras{
    color: var(--NewYorkGras-color);
    font-family: 'source-sans-proB';
}

.couleurTexteNewYork{

    color: var(--NewYork-color);
    font-family: 'source-sans-proL';
}

.carousel-text {
    width: 30rem;
    font-size: 2rem;
    color: #fff;
    text-align: justify;
    padding: 20px;
    border-radius: 10px;
    display: none; 
    z-index: 100000;
    text-align-last: center;
}

.star-container {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%); /* Centre verticalement */
    z-index: 1000;
    will-change: transform, opacity;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.star-container a {
    color: var(--icone-color);
    text-decoration: none !important;
    font-family: 'source-sans-proB';
    font-size: 3rem;
    cursor: none;
}

.star-container a:hover {
    color: var(--iconehover-color);
}

@media (max-width: 768px) {

    .image-container {
        margin-top: 20vh;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .image-container img {
        width: 30vw;
        height: 30vw;
    }

    html {
        font-size: 70%; 
    }

    .carousel-text{
        font-size: 1.1rem;
    }

    .carousel-controls{
        top: 45%;
    }

    .carousel-control-prev {
        position: absolute;
        left: 5%;
    }
    
    .carousel-control-next {
        position: absolute;
        right: 5%;
    }

    .star-container {
        left: 4%;
    }

    .vertical-links {
        transform: none;
        display: flex;
        width: 90%;
        order: 3; 
        top: 87%; 
        left: 9%;
        position: absolute; 
    }

    .vertical-links a, .vertical-links p {
        margin: 3px 1%; 
        display: inline-block;
    }

    .compteur {
        position: absolute;
        bottom:15%;
    }
    #curseurTexte{
        display: none;
    }
    .image-container {
        margin-bottom: 27%;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    
}