.hero .overlay {
  color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-size: 2.5rem;
}

.hero p {
  font-size: 24px;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100vh; /* Adapte la hauteur selon vos besoins */
  overflow: hidden;
  text-align: center;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.content1 {
  position: relative;
  z-index: 1;
  color: white; /* Ajuster selon le contraste avec la vidéo */
  text-align: right; /* Centrer le texte */
  padding: 200px 20px 20px 20px;
  margin: 0 auto; /* 400px auto 0 auto; */
}

.our-values-section {
  background-image: url("../img/vision-2.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  padding: 800px 0;
  position: relative;
}

.our-values-section .container h1 {
  font-size: 3rem;
  color: white;

  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.our-values-section022 {
  background-image: url("../img/002424.png");

  background-size: cover;
  background-position: center;
  height: 90vh;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}

.our-values-section02 {
  background-image: url("../img/002424_fond.png");
  background-color: #2e1866;
  background-size: cover;
  background-position: center;
  height: 90vh;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}

.our-values-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Couleur superposée */
}

.our-values-section02 h3 {
  font-size: 4rem;
  text-align: right;
}

.our-values-section02 li {
  font-size: 1.2rem;
  text-align: justify;
  font-weight: 200;
}

.value-card {
  background: hsla(0, 0%, 9%, 0.3);
  border: 0.5px solid #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.value-icon {
  margin-bottom: 60px;
  color: var(--primary-color);
  transition: all 0.3s ease;
  height: 20px;
  width: 20px;
}

.value-card h3 {
  font-size: 1.75rem;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 40px;
  font-weight: bold;
  text-align: right;
}

.value-description {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  text-align: right;
  margin-right: 40px;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.value-card:hover .value-icon {
  transform: scale(1.1);
}

.value-card:hover .value-description {
  opacity: 1;
  transform: translateY(0);
}

.btn-success {
  margin-top: 20px;
  background-color: #00adaf;

  color: white;
  position: relative;

  border-radius: 40px;
  font-size: 1rem;
  border: 4px solid #76469e;
}

.btn-success:hover {
  background-color: #00adaf;
}
