@charset "UTF-8";

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


@font-face {
    font-family: 'Elegant';
    src: url('fonts/ELEGANT\ \ Personal\ use.ttf') format('truetype');
}

@font-face {
    font-family: 'Classy Vogue';
    src: url('fonts/Classyvogueregular.ttf') format('truetype');
}



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

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

body{
        background-image: url("img/couro.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        min-height: 100vh;
        margin: 0;
        display: flex;
        flex-direction: column;
}


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

    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: 'Adelia', 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; 
}

.countdown-container {
    flex: 1;                
    display: flex;
    justify-content: center;     
    align-items: center;   
    text-align: center;
}

.rebours {
    display: flex;
    gap: 40px;                  
}

.time-block {
    display: flex;
    flex-direction: column;    
    align-items: center;
}
#nuits, #heures, #minutes {
    font-size: 12rem;
    font-family: 'Classy Vogue', sans-serif;
    font-weight: normal;
    /* Dégradé doré */
    background: linear-gradient(135deg, #FFE57F 0%, #FFD700 50%, #B8860B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.7));
}

.label, 
#nuits_label, #heures_label, #minutes_label {
    background: none !important;
    -webkit-text-fill-color: initial !important;
    
    font-family: 'Classy Vogue', sans-serif;
    font-size: 2rem;
    color: #FFE57F !important;
    letter-spacing: 2px;
    margin-top: 20px;
    
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

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

#logo_ens{
    color: #FFFFFF;
}

#drapeau{
  height: 25px !important;
}