@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: 'Classy Vogue';
    src: url('fonts/Classyvogueregular.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: 'Relicta', 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; 
}



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

#logo_ens{
    color: #FFFFFF;
}

.ul{
    color: #FFE57F;
}

.container{
    max-width: 60%;
    margin-left: 20%;
    line-height: 1.4rem;
}

#qrcodecont{
    width: 100%;
    display: flex;
    justify-content: center;
}

#qrcode{
    display: block;
    margin: auto;
    width: 100px;
}

#drapeau{
  height: 25px !important;
}