sqfsdfgdhgfj

This commit is contained in:
2026-03-03 20:00:24 +01:00
parent bd9fe12c8b
commit a156fb11b8
2 changed files with 38 additions and 23 deletions
+12 -9
View File
@@ -434,16 +434,19 @@ button.btn-back {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 500px;
background: rgba(18, 18, 18, 0.95); /* Fond sombre semi-transparent */
border: 5px solid #d4af37; /* Bordure dorée */
border-radius: 20px;
padding: 30px;
width: 350px; /* Largeur fixe pour le test */
min-height: 200px;
background-color: #1a1a1a !important; /* Force le fond noir */
border: 4px solid #d4af37;
border-radius: 15px;
padding: 20px;
text-align: center;
z-index: 1000; /* Par-dessus tout */
box-shadow: 0 0 50px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 175, 55, 0.4);
animation: fadeInScale 0.4s ease-out;
/* Priorité maximale */
z-index: 9999 !important;
display: block !important;
box-shadow: 0 0 100px rgba(0,0,0,1);
}
/* Titre du panel */