body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  background: #699a9a;
  color: #2C1242;
  font-family: "Afacad", serif;
  margin: 5%;
}

header {
  margin: 5rem 0 6rem 0;
}

.grand__titre {
  font-size: clamp(1rem, 1rem + 7vw, 8rem);
  margin: 1rem;
}

p {
  font-size: clamp(1rem, 0.5rem + 5vw, 1.5rem);
}

.groupe {
  background: #2C1242;
  border-radius: 30px;
  padding: clamp(1rem, 0.8765rem + 0.3953vw, 1.25rem);
  margin: 3rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.groupe h1 {
  color: #699a9a;
  font-size: clamp(1rem, 1rem + 5vw, 4rem);
}

ul {
  display: flex;
  padding: 0px;
  list-style: none;
  gap: clamp(1rem, 0.8765rem + 0.3953vw, 1.25rem);
}

li .ph a img {
  width: clamp(1rem, 22vw + 1rem, 22rem);
  height: auto;
  border-radius: 10%;
  transition: transform 0.3s ease;
}

.ph {
  transition: transform 0.3s ease;
}

.ph :hover {
  transform: scale(1.1);
}

.minia {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(45deg);
  border: 5px solid #699a9a;
  margin-top: 2rem;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: #2C1242;
  z-index: 9999;
  transition: width 0.3s ease;
}

/*# sourceMappingURL=app.css.map*/