@charset "UTF-8";

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.play-regular {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.play-bold {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.monoton-regular {
  font-family: "Monoton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Verandah';
    src: url('fonts/VerandahReverie_PERSONAL_USE_ONLY.otf') format('truetype');
}





@font-face {
    font-family: 'miracle';
    src: url('fonts/Miracle\ History.ttf') format('truetype');
}

@font-face {
    font-family: 'relicta';
    src: url('fonts/Relicta-Light.otf') format('truetype');
}



@keyframes apparition {
  from {
    opacity: 0;              
    transform: translateY(30px); 
  }
  to {
    opacity: 1;              
    transform: translateY(0);
  }
}

:root{
    --header-height:10vh;
    --footer-height:15vh;
}

body{
        color:#FFE57F;
        background-image: url("img/fond_nuit.png");
        background-size: contain;
        background-position: center;
        background-attachment: fixed;
        min-height: 100vh;
        margin: 0;
        display: flex;
        flex-direction: column;
        font-family: 'Verandah', sans-serif;
        padding-bottom: 8vh;
        background-color: #0f062c;
}



footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    background-color: rgba(100, 100,100, 0.4); 
    font-family: 'Relicta', sans-serif;
    margin-top: auto; 

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Pour la compatibilité Safari */

    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 7.5vh;
    animation: apparition 1.5s ease-out forwards;
}

#pres, #prog, #ticket, #investir{
    font-family: 'Relicta',sans-serif;
}


header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}


.logo-group{
    display: flex; 
    align-items: center;
    gap: 15px;
}

.logo-group img{
    height: 40px;
    width: auto;
}

#logo_ens, #logo_aulm, #logo_kfet{
    height: 60px !important; 
}

a{
    color: #FFE57F !important; 
    /*color:#d11464 !important;*/
    font-size: 2rem;
    font-family: 'Relicta', sans-serif !important; 
    text-decoration: none;
}

#logo_ens{
    color: #FFFFFF;
}

.blocgen{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.bloc{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.titre{
    text-align: center;
    font-size: 4rem;
    width: 100%;
}

#titre_nuit{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#titre_nous{
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.texte{
    font-size: 1rem;
    text-align: justify;
    line-height: 1.3rem;
    margin-bottom: 2rem;
    font-family: 'Relicta', sans-serif;
}

.prenom{
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.mecg{
    display: flex;
    margin-bottom: 4rem;
    max-width: 50%;
}

.photo{
    margin-left: 5rem;
    height: 12rem;
    margin-right: 2.5rem;
}

.presbloc{
    display: flex;
}

.poles{
    width: 500px !important;
    margin-right: 40px;
    margin-left: 40px;
    white-space: nowrap;
}


.mecd{
    display: flex;
    margin-bottom: 4rem;
    max-width: 50%;
    padding-left: 4.65rem;
}

.poles_d{
    width: 500px !important;
    margin-right: 40px;
    margin-left: 40px;
    white-space: nowrap;
}

.bandeau {
  overflow: hidden;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.piste {
    display: flex;
    width: max-content;
    animation: defilement 30s linear infinite;

    will-change: transform;
    transform: translateZ(0);
}

.piste img {
    height: 200px;
    width: auto;
    object-fit: cover;
    margin-right: 20px;

    flex-shrink: 0;
    backface-visibility: hidden;

}


@keyframes defilement {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.lightbox.active {
    display: flex;
}

#lightbox-img {
    width: 350px;        
    height: 350px;       
    object-fit: contain;  
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #FFE57F;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}

.textbloc{
    font-family: 'Relicta', sans-serif;
}
.nous{
    margin-bottom: 40px;
    animation: defilement 30s linear infinite;
}

#drapeau{
  height: 25px !important;
}