html, body {
    min-height: 100%;
}

body {
    min-height: 100vh;
}

.blackContainer {
  background-color: black;
  color : white;
  border-radius: 10px;
  padding: 1%;
}

.topContainer {
  margin-top:5%;
}

body, header, .navbar, main, footer{
    background-color: rgb(77, 19, 39);
    
}

.groupe-img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
}

.groupe-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.groupe-card {
    background: rgba(255, 255, 255, 0.03); /* ajuste selon ton thème sombre */
    padding: 1rem;
    border-radius: 8px;
}