html,body {
    height: 100vh;
}

.no-padding {
    padding: 0%;
}

.full-height {
    min-height: 100%;
} 



.login {
    background-color: #f8f8f8; 
    font-family: 'Arial', sans-serif;
    color: #333;
    height: 100vh;
    background-image: url('images/fond.jpg'); /* Arrière-plan GIF de Noël */
    background-size: cover;
    background-position: center;
}

h1 {
    color: #c0392b; /* Rouge Noël */
    font-size: 48px;
    margin-bottom: 20px;
}
input[type="text"], input[type="password"] {
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #e74c3c; /* Rouge Noël */
    border-radius: 5px;
    width: 300px;
}
.validate-btn {
    padding: 10px 15px;
    background-color: #27ae60; /* Vert Noël */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}
.validate-btn:hover {
    background-color: #2ecc71; /* Vert plus clair au survol */
}
.welcome-text {
    font-size: 24px;
    margin-bottom: 20px;
    color: #FFFFFF; /* Bleu festive */
}

/* CALENDRIER */

.calendar-body {
    min-height: 100vh;
    background-color: #f4e9db;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding-top: 10vh;
}


.brown-background {
  background-color: #f4e9db;
}
  
.calendar-body > h1 {
    color: #333;
    font-size: 2em;
}
  
  
  .gift {
    width: 100px;
    height: 100px;
    cursor: pointer; /* Le curseur devient une main au survol de l'image */
    border-radius: 10px; /* Arrondir les coins des images */
    transition: transform 0.3s ease; /* Animation de transition sur le survol */
  }
  
  .gift:hover {
    transform: scale(1.1); /* Agrandir légèrement l'image au survol */
  }
  
  /* Styles pour la pop-up */
  .popup {
    display: none; /* Masquer par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000; /* S'assurer que la pop-up est au-dessus du reste du contenu */
  }
  
  .popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative; 
  }
  
  .popup-content form {
    margin: 10px 0;
  }
  
  .popup-content label {
    display: block; /* Pour chaque option radio sur une nouvelle ligne */
    margin: 5px 0; /* Espace entre les options */
  }
  
  .grid-answer {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 colonnes de taille égale */
    gap: 10px; /* Espacement entre les éléments */
    justify-items: center; /* Centre les images horizontalement */
    margin: 20px;
  }
  
  .clickable-option {
    width: 80px; /* Ajustez la taille des images à votre convenance */
    height: 80px;
    cursor: pointer;
  }
  
  .calendar-body > label {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  
  
  .validate-btn {
    padding: 5px 10px;
    background-color: #4CAF50; /* Couleur verte */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  
    
  }
  .calendar-body > text {
    display: block; 
    margin-top: 10px; 
    font-size: 16px; 
  }
  
  
  .validate-btn2 {
    padding: 5px 10px;
    background-color: #4CAF50; /* Couleur verte */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .close-btn {
    cursor: pointer;
    color: red;
    font-weight: bold;
    margin-top: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 16px;
  }

  
  .form-group .radio {
    list-style-type: none; 
    padding: 0;
    margin: 0;
}

  
.about-img {
  width: 120px;  /* Taille de l'image */
  height: 120px; /* Taille de l'image */
  object-fit: cover; /* Pour s'assurer que l'image est bien recadrée en forme ronde */
}


.bonne-reponse {
  color: green; 
}

.btn-secondary {
  background-color: #0d6efd;
  border-color: #0d6efd;    
  box-shadow: none;          
}

.btn-secondary:hover {
  background-color: #0d6efd;  /* Bleu au survol */
  border-color: #0d6efd;
}

/* État actif (lorsque le bouton est cliqué) */
.btn-secondary:active {
  background-color:#0d6efd;  /* Rouge au clic */
  border-color: #0d6efd;
}

.fs-7 {
  font-size: 0.7rem; 
}
.fs-8 {
  font-size: 0.6rem; 
}
.fs-9 {
  font-size: 0.5rem; 
}
.fs-10 {
  font-size: 0.4rem;
}

.custom-text p {
  margin: 0;
  line-height: 1.4;
}
