body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
}



html {
  scroll-behavior: smooth;
}

/* --- Menu Nav --- */
header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 60px;
    background-image: url(/images/stadium.png);
    background-size: 100%;
    background-color: #1a3a52;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.far_logo {
    position: relative;
    right: 360px;
    top: 5px;
    width: 48px;
}

.botola_trophy {
    position: absolute;
    right: 1095px;
    top: 4px;
    width: 50px;
}

.botola_13 {
    position: absolute;
    right: 1143px;
    top: -30px;
    color: white;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
}

.separateur-barre {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #c5bdbd;
    vertical-align: middle;
    margin: 0 15px;
    right: 370px;
    top: 5px;
}

.logo_puma {
    position: absolute;
    left: 1180px;
    bottom: -15px;
    width: 70px;
}

span {
    font-weight: bold;
}

nav ul {
    width: 890px;
    position: relative;
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
}

nav ul li {
    position: relative;
    top: 10px;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 16px;
}

a:hover {
    text-decoration: underline;
}

.nav-link {
    color: white;
}

.active-nav {
    background-color: white;
    border: none;
    border-radius: 5px;
    color: #bf1919 !important;
}

.active-nav:hover {
    color: green !important;
    text-decoration: none;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link:hover {
    color: white;
    text-decoration: none;
}

.active-nav:hover::after {
    width: 0;
}

.autres {
    color: white;
}

i {
    position: relative;
    right: 3px;
}

/* --- Propriétés des Sections --- */
section {
    position: relative;
    margin: 0 auto;
    /* Correction : Retrait du padding horizontal non nécessaire */
    padding: 0 10px; 
    /* Ajustement de l'espace sous le header */
    padding-top: 60px;
}

section h1 {
    text-align: center;
    font-size: 45px;
    letter-spacing: 4px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

section h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: darkred;
    border-radius: 2px;
}




/* --- Grilles Générales (Classement, Événements) --- */


/* --- Grilles Générales (Classement, Événements, Galerie) --- */
.item-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 3rem;
}

.item-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 300px;
    
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    /* Ajout pour que les événements et galerie prennent l'espace */
    
}

.item-container img {
    display: block;
    width: 100%;
    height: 100%;
    
    object-fit: contain;
    transition: transform 0.5s ease;
}

/* Survol de l'élément */
.item-container:hover img {
    /* Différentes échelles selon les besoins (Classement vs autres) */
    transform: scale(1.03); 
}

/* Survol spécifique pour les images de classement (plus grand zoom) */
.classement-grid .item-container:hover img {
    transform: scale(1.11);
}
figcaption {
    position: relative;
    /* left: 169px; */
    display: flex;
    justify-content: center;
    top: 10px;
    border: 2px solid black;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
}
figcaption:hover{
    transform: scale(1.1);
    
}

/* Règle générale des images */
.item-container img {
    /* CORRECTION CLÉ : force l'image à se comporter comme un bloc pour supprimer les espaces blancs */
    display: block; 
    width: 100%;
    height: 100%;
    /* Utilise 'contain' pour la galerie, 'cover' pour les événements/classement */
    object-fit: cover; 
    object-position: center;
    transition: transform 0.5s ease;
}

/* Survol de l'élément */
.item-container:hover img {
    transform: scale(1.03);
}


/* --- Overlay Général (Pour Événements) --- */
.item-overlay {
    position: absolute;
    top: -27px;
    left: -12px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 20px;
    text-align: center;
}

.item-container:hover .item-overlay {
    opacity: 1;
}

.item-overlay h2 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    transition: transform 0.4s ease;
}

.item-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    position: relative;
    text-align: center;
    transition: transform 0.4s ease;
}

/* Règle spécifique pour le classement pour qu'il ne s'étire pas autant que les événements */
#accueil .item-container {
    width: 448px; 
    flex: initial;
}




/* --- Styles Carrousel Galerie (#galerie1) --- */

/* Le conteneur principal qui cache tout ce qui dépasse */
#galerie .gallery-container {
    overflow: hidden; 
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 900px; 
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    /* border-radius: 15px; */
}

/* Le "rail" qui contient toutes les images et que l'on va déplacer */
#galerie .gallery-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out; 
    margin-top: 0; 
    /* IMPORTANT : Supprime le gap des grilles pour le carrousel */
    gap: 0; 
}

/* Chaque item de la galerie devient un slide */
#galerie .item-container {
    /* La largeur doit être égale à 100% du conteneur parent visible */
    min-width: 100%; 
    flex: none; 
    margin: 0; 
    /* La hauteur doit être définie ici ou dans .item-container général */
    height: 450px; 
    box-shadow: none; /* Pas d'ombre individuelle sur chaque slide */
}

/* CORRECTION CLÉ : Les images du carrousel doivent utiliser CONTAIN */
#galerie .item-container img {
    /* Règle qui force l'affichage de l'image entière */
    object-fit: contain; 
    /* Ajoutez la bordure et l'arrondi ici */
    

}


/* Styles des boutons du carrousel */
#galerie .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5rem;
    border-radius: 5px;
    transition: background 0.2s;
}

#galerie .nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: black;
}

#galerie .prev-btn {
    left: 5%; 
}

#galerie .next-btn {
    right: 5%;
    left: auto;
}

/* Section trophes */

.palmares-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 300px;
    
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    /* Ajout pour que les événements et galerie prennent l'espace */
    
}

.palmares-container img {
    display: block;
    width: 100%;
    height: 100%;
    
    object-fit: contain;
    transition: transform 0.5s ease;
}

/* Survol de l'élément */
.palmares-container:hover img {
    transform: scale(1.03);
}



/* --- Footer --- */
footer {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: relative;
    height: 40px;
    background: #c22323;
background: linear-gradient(90deg, rgba(194, 35, 35, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(29, 184, 94, 1) 83%);
    margin: 0 auto;
}

footer p {
    text-align: center;
    padding: 10px;
    color: white;
}

/* Fin footer */

/* Animations au scroll */
.item-container,
.event-item,
.gallery-item,
.palmares-container {
    opacity: 0;
    transition: all 0.8s ease;
}

.from-far-left {
    transform: translateX(-200px);
}

.from-far-right {
    transform: translateX(200px);
}

.from-far-top {
    transform: translateY(-200px);
}

.from-far-bottom {
    transform: translateY(200px);
}

.item-container.visible,
.event-item.visible,
.gallery-item.visible,
.palmares-container.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* From Uiverse.io by nihad-abbasov */ 
/* switch settings 👇 */

.ui-switch {
  /* switch */
  --switch-bg: rgb(135, 150, 165);
  --switch-width: 48px;
  --switch-height: 20px;
  /* circle */
  --circle-diameter: 32px;
  --circle-bg: rgb(232, 89, 15);
  --circle-inset: calc((var(--circle-diameter) - var(--switch-height)) / 2);
}

.ui-switch input {
  display: none;
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--switch-width);
  height: var(--switch-height);
  background: var(--switch-bg);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}

.slider .circle {
  top: calc(var(--circle-inset) * -1);
  left: 0;
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  position: absolute;
  background: var(--circle-bg);
  border-radius: inherit;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiCiAgICAgICAgZD0iTTkuMzA1IDEuNjY3VjMuNzVoMS4zODlWMS42NjdoLTEuMzl6bS00LjcwNyAxLjk1bC0uOTgyLjk4Mkw1LjA5IDYuMDcybC45ODItLjk4Mi0xLjQ3My0xLjQ3M3ptMTAuODAyIDBMMTMuOTI3IDUuMDlsLjk4Mi45ODIgMS40NzMtMS40NzMtLjk4Mi0uOTgyek0xMCA1LjEzOWE0Ljg3MiA0Ljg3MiAwIDAwLTQuODYyIDQuODZBNC44NzIgNC44NzIgMCAwMDEwIDE0Ljg2MiA0Ljg3MiA0Ljg3MiAwIDAwMTQuODYgMTAgNC44NzIgNC44NzIgMCAwMDEwIDUuMTM5em0wIDEuMzg5QTMuNDYyIDMuNDYyIDAgMDExMy40NzEgMTBhMy40NjIgMy40NjIgMCAwMS0zLjQ3MyAzLjQ3MkEzLjQ2MiAzLjQ2MiAwIDAxNi41MjcgMTAgMy40NjIgMy40NjIgMCAwMTEwIDYuNTI4ek0xLjY2NSA5LjMwNXYxLjM5aDIuMDgzdi0xLjM5SDEuNjY2em0xNC41ODMgMHYxLjM5aDIuMDg0di0xLjM5aC0yLjA4NHpNNS4wOSAxMy45MjhMMy42MTYgMTUuNGwuOTgyLjk4MiAxLjQ3My0xLjQ3My0uOTgyLS45ODJ6bTkuODIgMGwtLjk4Mi45ODIgMS40NzMgMS40NzMuOTgyLS45ODItMS40NzMtMS40NzN6TTkuMzA1IDE2LjI1djIuMDgzaDEuMzg5VjE2LjI1aC0xLjM5eiIgLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
  ;
}

.slider .circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  border-radius: inherit;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
}

/* actions */

.ui-switch input:checked+.slider .circle {
  left: calc(100% - var(--circle-diameter));
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiCiAgICAgICAgZD0iTTQuMiAyLjVsLS43IDEuOC0xLjguNyAxLjguNy43IDEuOC42LTEuOEw2LjcgNWwtMS45LS43LS42LTEuOHptMTUgOC4zYTYuNyA2LjcgMCAxMS02LjYtNi42IDUuOCA1LjggMCAwMDYuNiA2LjZ6IiAvPgo8L3N2Zz4=");
  background-color: rgb(0, 56, 146);
}

.ui-switch input:active+.slider .circle::before {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 1;
  width: 0;
  height: 0;
}

.dark-mode {
    background: #1a1a1a;
    color: #eaeaea;
}
.main {
  background-color: white;
  
  border-radius: 15px;
  display: grid;
  place-items: center; 
  position: relative;
 top: 44px;
}

.dark-mode .main {
  background-color: #1a1a1a;
}

.dark-mode .heading {
  color: white;
}

.dark-mode .song {
  color: white;
}

.dark-mode .artist {
  color: rgba(255, 255, 255, 0.7);
}

.dark-mode .play {
  background-color: white;
}

/* Pour l'effet hover du loader en mode sombre */
.dark-mode .loader:hover {
  background-color: #2a2a2a;
}

.dark-mode .button {
  background-color: darkgrey;
}
.dark-mode .button:hover{
  background-color: darkgrey;
}

.loader {
  display: flex;
  flex-direction: row;
  height: 4em;
  width: 300px;
  padding-left: 1em;
  padding-right: 1em;
  transform: rotate(180deg);
  justify-content: right;
  border-radius: 10px;
  transition: .4s ease-in-out;
}

.loader:hover {
  cursor: pointer;
  background-color: lightgray;
}

.currentplaying {
  display: flex;
  margin: 1em;
}

.spotify {
  width: 50px;
  height: 50px;
  margin-right: 0.6em;
}

.heading {
  color: black;
  font-size: 1.1em;
  font-weight: bold;
  align-self: center;
}

.loading {
  display: flex;
  margin-top: 1em;
  margin-left: 0.3em;
}

.load {
  width: 2px;
  height: 33px;
  background-color: limegreen;
  animation: 1s move6 infinite;
  border-radius: 5px;
  margin: 0.1em;
}

.load:nth-child(1) {
  animation-delay: 0.2s;
}

.load:nth-child(2) {
  animation-delay: 0.4s;
}

.load:nth-child(3) {
  animation-delay: 0.6s;
}

.play {
  position: relative;
  left: 0.35em;
  height: 1.6em;
  width: 1.6em;
  clip-path: polygon(50% 50%, 100% 50%, 75% 6.6%);
  background-color: black;
  transform: rotate(-90deg);
  align-self: center;
  margin-top: 0.7em;
  justify-self: center;
}

.albumcover {
  position: relative;
  margin-right: 1em;
  height: 40px;
  width: 40px;
  background-color: rgb(233, 232, 232);
  background-image: url(/images/cover.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  align-self: center;
  border-radius: 5px;
}

.song {
  position: relative;
  transform: rotate(180deg);
  margin-right: 1em;
  color: black;
  align-self: center;
}

.artist {
  font-size: 0.8em;
  position: relative;
  bottom: 5px;
}

@keyframes move6 {
  0% {
    height: 0.2em;
  }

  25% {
    height: 0.7em;
  }

  50% {
    height: 1.5em;
  }

  100% {
    height: 0.2em;
  }
}

/* Bouton retour en haut */
/* From Uiverse.io by vinodjangid07 */ 
.button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 2px red;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: green;
}

.button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: black;
  align-items: center;
}

.button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: green;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}
.button.show {
  opacity: 1;
  visibility: visible;
}

/* Section Joueurs */

/* From Uiverse.io by joe-watson-sbf */ 

.players {
    display: flex;
    justify-content: center;
    gap: 20px;
    
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 400px;
  perspective: 1000px;
  font-family: sans-serif;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 48px;
}
.poste{
    position: relative;
    top: 40px;
}

.num {
    font-size: 50px;
    letter-spacing: 3px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid red;
  border-radius: 1rem;
  overflow: hidden;
}

.flip-card-front img {
  width: 100%;

  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  object-fit: cover;
  border-radius: calc(1rem - 4px);
  
}

.flip-card-front {
  background-color: black;
}

.flip-card-front {
  /* 1. Définir la largeur de la bordure transparente */
  border: 4px solid transparent;
  border-radius: 1rem; /* On garde l'arrondi */

  /* 2. L'astuce magique : deux background superposés */
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  
  /* 3. Définition des couleurs (Ordre : Fond de la carte, puis Bordure) */
  background-image: 
    /* Votre fond d'origine (face avant) */
    linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%, rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%),
    
    /* VOTRE dégradé de bordure personnalisé */
    linear-gradient(90deg, rgba(194, 35, 35, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(29, 184, 94, 1) 83%);

  /* Styles conservés */
  color: coral;
  /* Assurez-vous d'avoir retiré ou ajusté les box-shadow si cela crée un conflit visuel, 
     mais généralement cela passe bien. */
}

.flip-card-back {
  background-color: black;
  transform: rotateY(180deg);
}

.flip-card-back {
  /* 1. Bordure transparente */
  border: 4px solid transparent;
  border-radius: 1rem;

  /* 2. Configuration des couches */
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;

  /* 3. Couleurs */
  background-image: 
    /* Votre fond d'origine (face arrière) */
    linear-gradient(black,black),
    
    /* Le même dégradé de bordure */
    linear-gradient(90deg, rgba(194, 35, 35, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(29, 184, 94, 1) 83%);

  /* Styles conservés */
  color: white;
  transform: rotateY(180deg);
}

/* Les etiquettes */ 
.container {
  width: 400px;
  padding: 1rem;
  margin: 0 auto;
}

.alert {
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-left: 4px solid;
  margin-bottom: 0.5rem;
}

.alert:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.alert svg {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  stroke: currentColor;
}

.alert p {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
}

/* Success Alert */
.alert-success {
  background-color: #d1fae5;
  border-color: #10b981;
  color: #064e3b;
}

.alert-success:hover {
  background-color: #a7f3d0;
}

.alert-success svg {
  color: #059669;
}


/* Error Alert */
.alert-error {
  background-color: #fee2e2;
  border-color: #ef4444;
  color: #7f1d1d;
}

.alert-error:hover {
  background-color: #fecaca;
}

.alert-error svg {
  color: #dc2626;
}

.alert-dark {
  background-color: #1a1a1a;
  border-color: #404040;
  color: #f0f0f0;
}

.alert-dark:hover {
  background-color: #2a2a2a;
}

.alert-dark svg {
  color: #cccccc;
}

.dark-mode .alert-dark {
  background-color: #161616;   /* noir profond mais lisible */
  border-left: 4px solid #2f2f2f; /* structure visuelle */
  color: #f2f2f2;
}

.dark-mode .alert-dark:hover {
  background-color: #1f1f1f; /* léger éclaircissement */
}

.dark-mode .alert-dark svg {
  color: #bfbfbf;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .alert-success {
    background-color: #064e3b;
    border-color: #047857;
    color: #d1fae5;
  }

  .alert-success:hover {
    background-color: #065f46;
  }

  .alert-info {
    background-color: #1e3a8a;
    border-color: #1d4ed8;
    color: #dbeafe;
  }

  .alert-info:hover {
    background-color: #1e40af;
  }

  .alert-warning {
    background-color: #78350f;
    border-color: #b45309;
    color: #fef3c7;
  }

  .alert-warning:hover {
    background-color: #92400e;
  }

  .alert-error {
    background-color: #7f1d1d;
    border-color: #b91c1c;
    color: #fee2e2;
  }

  .alert-error:hover {
    background-color: #991b1b;
  }
}

/* Gestion des photos */
.alert img {
  width: 20px;
  position: relative;
  top: 2px;
}

.text {
  position: relative;
  top: -4px;
}
.container { width: 600px; }
.alert { padding: 1rem; }
.alert p { font-size: 1rem; }
.alert img { width: 28px; }