ul {
  list-style: none;
  padding: 0px;
}
.slide-texte {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 3rem;
  color: white;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 73%;
}

.div_texte {
  color: #fff;
  font-weight: 400;
  text-align: left;
  border-radius: 10px;
  padding-left: 10px;
}

.div_texte p {
  margin: 0px;
  font-size: var(--body-font-size);
}
.banner .btn_banner {
  padding: 0 150px;
}
.banner {
  position: relative;
  background-image: url("../img/ambassadeur.png");
  background-size: cover;
  background-position: top;
  padding: 0px 0;
  text-align: center;
  color: white;
  height: 400px;
  border-radius: 8px;
}

.banner h2 {
  font-size: var(--headlineh-font-size);
  font-weight: 500;
  text-align: left;
  padding-top: 2px;
}

.banner img {
  width: 8%;
}

.banner-text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 20px;
  border-radius: 8px;
}

.bg_gris {
  background-color: #e3f7ff;
  width: 850px;
  height: 420px;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  right: -5%;
  top: 7%;
}
.card-video {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
}
.card-video .card-image {
  position: relative;
}
.card-video .card-image .btn-play {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 101px;
  width: 101px;
  margin: auto;
  background: url(../img/cta/cta-1/play.png) no-repeat center;
  background-size: cover;
}
.card-video .card-image img {
  display: block;
  width: 100%;
}
.card-video.card-video-small .card-image .btn-play {
  height: 60px;
  width: 60px;
}
.card-video.card-video-type-2 {
  border-radius: 8px;
}

.btn.btn-signin {
  padding: 11px 18px;
  background-color: transparent;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}
.btn.btn-signin:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
  background-color: var(--bs-brand-2-darken) !important;
  color: var(--bs-neutral-900) !important;
}
.btn.btn-signin:hover svg path {
  fill: var(--bs-neutral-900);
}
.list-ticks-green {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-ticks-green li {
  margin-bottom: 18px;
  padding: 2px 6px 3px 27px;
  background-image: url(../img/icons/tick-list.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 15px;
  line-height: 15px;
  color: #222;
  font-weight: 600;
}
.list-ticks-green.list-ticks-green-2 li {
  background-image: url(../img/icons/tick-list-2.svg);
}
.image-section {
  flex: 1;
  display: flex;
  justify-content: center;
}
.image-section img {
  width: 100%;
  max-width: 590px;
  border-radius: 8px;
  /* border: 5px solid rgba(255, 255, 255, 0.1); */
}
.content-section {
  flex: 1;
  /* padding-left: 30px; */
}
.content-section h1 {
  font-size: var(--headlineh-font-size);
  margin-bottom: 20px;
  color: #73c9e7;
}
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.step-number {
  font-size: 15px;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}
.step-content {
  flex: 1;
}
.step-content h2 {
  font-size: var(--subheadline-font-size);
  margin-bottom: 5px;
  color: #73c9e7;
}
.step-content p {
  font-size: var(--body-font-size);
  color: #ddd;
}

.why-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
}
.why-section h1 {
  font-size: var(--headlineh-font-size);
  color: #e63946;
  margin-bottom: 30px;
}
.why-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.why-card {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  flex: 1;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  border: 1px solid #73c9e7;
}
.why-card img {
  width: 60px;
  height: 60px;
  margin: 25px 0;
}
.why-card h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.why-card p {
  font-size: var(--body-font-size);
  color: #555;
}
.large_colored_wrapper {
  background: #290054;
  padding: 59px 0;
}

form {
  background: #f5f4f4;
  /* margin-top: 20px; */
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid #73c9e7;
  color: #222;
}
.btn-secondary:hover {
  background-color: #290054;
  border: 1px solid #290054;
  color: #fff;
}
form label .bloc_conditions {
  width: 100%;
  padding: 11px;
  background-color: #daf6ff;
  border-radius: 8px;
}
form label .text_conditions {
  width: auto;
  margin-left: 15px;
  float: left;
}
form label {
  font-weight: bold;
  display: inline-flex;
  margin-top: 15px;
  width: auto;
}
form input[type="text"],
form input[type="date"],
form input[type="email"],
form input[type="file"],
form textarea,
form button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}
form button {
  background-color: #0073e6;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
form button:hover {
  background-color: #005bb5;
}

label {
  font-weight: 500;
}

.radio-group {
  display: flex;
  justify-content: start;
  gap: 10px;
  position: relative;
}

.radio-group label {
  display: block;
  padding: 10px 10px;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 150px;
  text-align: center;
  color: #bcbcbc;
  position: relative;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group input[type="radio"]:checked + label {
  background-color: #fff;
  color: #290054;
  font-weight: 600;
  border-color: #73c9e7;
}

.radio-group input[type="radio"]:checked + label::before {
  content: url(../img/icons/check.svg); /* with class ModalCarrot ??*/
  position: absolute; /*or absolute*/
  left: 10px;
  top: 10px;
  border: 2px solid #73c9e7;
  border-radius: 50%;
  padding: 0 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .slide-texte {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1rem;
    color: white;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 100%;
  }
  .banner h2 {
    font-size: 18px;
    font-weight: 500;
  }
  .banner .btn_banner {
    padding: 0px;
  }
  .div_texte {
    display: block;
  }
  .banner {
    background-position: right;
  }

  .list-ticks-green li {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }

  .titre__header h2 {
    font-size: 22px;
  }
  .content-section h1 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #73c9e7;
    margin-top: 20px;
  }
  .why-cards {
    display: block;
  }
  .why-cards .why-card {
    margin-top: 15px;
  }
}

/* nav#navbar .container .navbar-brand img {
  width: auto !important;
}
nav#navbar .navbar-brand img {
  height: 35px !important;
} */
