* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  font-family: "Inter";
  color: white;
}
.event-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(269deg, rgba(62, 194, 215, 0) 5.65%, #3ec2d7 78.91%),
    linear-gradient(269deg, rgba(27, 27, 27, 0) -34.62%, #1b1b1b 81.05%);
  opacity: 0.85;
  z-index: 2;
}
.content {
  position: relative;
  z-index: 3;
  justify-content: space-between;
  /* width: 100%; */
  /* max-width: 1300px; */
  padding: 2rem;
  flex-wrap: wrap;
  width: auto;
  max-width: 900px; /* ou une valeur selon tes besoins */
  margin: 0 auto;

  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.left {
  margin-bottom: 2rem;
  /* max-width: 600px; */
  margin: 0 auto;
  text-align: center;
}

.left h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.left h1 strong {
  color: #83fb06;
}

.cta-btn {
  background: #83fb06;
  color: black;
  padding: 0.8rem 1.5rem;
  border: none;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  transition: background 0.3s ease;
}
.btn-slide {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  transition: background 0.3s ease;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #fff;
  padding: 1px 1px 1px 45px;
  justify-content: flex-end;
  align-items: center;
  gap: 43px;
}
.btn-vision {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  transition: background 0.3s ease;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #fff;
  padding: 1px 1px 1px 45px;
  justify-content: flex-end;
  align-items: center;
  gap: 43px;
}

.lirePlus-btn {
  border-radius: 100px;
  border: 1px solid #83fb06;
  background: #83fb06;
  display: inline-flex;
  padding: 1px 0.924px 1px 98px;
  justify-content: flex-end;
  align-items: center;
  gap: 95.076px;
  color: #072667;
  text-decoration: none;
  text-align: center;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 85% */
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-top: 15px;
}
.cta-btn:hover {
  background: #a8e600;
}
.lirePlus-btn:hover {
  background: #a8e600;
}
.right {
  flex: 1;
  min-width: 280px;
  color: white;
}
.event-info .small-title {
  font-size: 0.9rem;
  letter-spacing: 1px;
  opacity: 0.9;
  color: white;
}
.event-info h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.date-box {
  border: 1px solid white;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.date-box .day {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 100% */
  letter-spacing: -2px;
  text-transform: uppercase;
}
.date-box .date .label {
  font-size: 1rem;
  text-transform: uppercase;
}
.date-box strong {
  color: #fff;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 100% */
  letter-spacing: -2px;
  text-transform: uppercase;
}
.date-box .time div {
  font-size: 0.8rem;
}
.countdown {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.countdown div {
  text-align: center;
}
.countdown span {
  color: #fff;
  font-family: Oswald;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 75px; /* 60% */
}
.countdown small {
  opacity: 0.8;
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.7px; /* 103.889% */
  text-transform: uppercase;
}
.two-point-hour {
  color: #fff;
  text-align: center;
  font-family: "Krona One";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 100% */
}
.title-footer {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.newsletter-form {
  background: white;
}
.input-news {
  padding: 16px;
  border: 0px solid white;
  width: 225px;
  height: 50px;
}
.news-button {
  position: relative;
  display: inline-block;
  width: 175px;
  background: #e41819;
  border: 0px solid white;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0;
}
.rectangle {
  width: 70%;
  border-bottom: 2px solid #fff;
}
a#href-tel {
  color: white !important;
}
footer.sub-bg {
  padding: 50px 100px 50px 100px;
  background: #072667;
}
.social-icons {
  display: flex;
  gap: 40px; /* margin: 0px 0px 0 15px; */
}
.dropdown-toggle::after {
  border-top: none;
}
.container-lg {
  max-width: 1300px !important;
}
a.menu-link {
  white-space: nowrap;
  color: #072667;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  font-family: "Oswald";
}
.menu-link {
  /* display: flex; */
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
i.bi.bi-search.fs-5 {
  display: flex;
  align-items: center;
}
i.bi.bi-search.fs-5::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 52px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='52' viewBox='0 0 1 52' fill='none'%3E%3Cpath d='M0 0.5H1V51.5H0V0.5Z' fill='url(%23paint0_linear_115_658)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_115_658' x1='0.5' y1='0.5' x2='0.5' y2='51.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C0C0C0' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23828282'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1px 52px;
}
.skewed-button:hover {
  background: #c31617;
} /* START CONTACT US */
.form-control,
.form-select {
  background-color: #f0f1f5;
  border: none;
  padding: 12px;
  font-size: 14px;
  color: #333;
  border-radius: 0;
}
.form-control::placeholder,
.form-select {
  color: #072667;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
  text-transform: uppercase;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
  background-color: #f0f1f5;
}
.form-label {
  font-weight: 500;
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 6px;
}
textarea.form-control {
  height: 140px;
  resize: none;
}
.btn-red {
  position: relative;
  background-color: #e30d13;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn-red::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #e30d13;
  border-left: 12px solid white;
  z-index: 1;
}
.page-wrapper {
  position: relative;
  min-height: 100vh;
}
.background-image {
  background: url("https://cdn.builder.io/api/v1/image/assets%2Fcf1d5d5b5e5a4a85a49e19bc72b814d2%2Fadfd0669784c49088c350d8584ab0b3a")
    center/cover no-repeat;
  height: 300px;
}
.placeholder-text {
  color: red;
  font-size: 18px;
  margin: -45px 0 -15px;
}
.description {
  margin-top: 3%;
  line-height: 25px;
}
.h2-title {
  font-size: 48px;
  font-weight: bold;
  margin: 10px 0;
  font-weight: 700;
}
.subtitle {
  font-size: 14px;
  color: #444;
  font-weight: 400;
}
.contact-section {
  margin-top: 40px;
  text-align: left;
}
.section-title {
  color: #1b2d5d;
  text-align: center;
  font-family: Oswald;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 64.8px; /* 90% */
  letter-spacing: -1px;
  text-transform: uppercase;
  height: 65px;
  flex-shrink: 0;
}
.section-subtitle {
  font-size: 14px;
  color: #444;
  margin-bottom: 30px;
  font-weight: 500;
} /**  END CONTACT US  */ /**/
header {
  text-align: center;
  padding: 40px 20px 10px;
  position: fixed;
  z-index: 99999;
  width: 100%;
}

.divHeader {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 6px 63.4px 0px rgba(0, 0, 0, 0.25);
}
.h1-title {
  color: rgb(0, 0, 0);
  font-size: 40px;
  padding: 60px 0 0px;
  font-weight: 700;
}
.h1-p {
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0px 0 20px;
}
.form-container {
  background: #fff;
  margin: -100px auto 50px;
  padding: 50px;
  width: 85%;
  max-width: 1400px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
h1 span {
  color: white;
  font-weight: 700;
}
nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0;
  list-style: none; /* border-bottom: 1px solid #ccc; */
  margin-bottom: 0;
}
.section1 img {
  max-width: 100%;
  border: 4px solid #e60000;
  clip-path: polygon(10% 0%, 90% 0%, 100% 40%, 100% 100%, 0% 100%, 0% 40%);
}
nav ul li {
  margin: 0;
}
.tab-btn {
  background: none;
  border: none;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
  font-style: italic;
  font-weight: 700;
}
.fabrication-list {
  list-style: none;
}
.tab-btn.active {
  color: #e60000;
  border-color: #e60000;
}
.h2-title {
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
}
.paragraph {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
}
.strong-p {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}
main {
  padding: 40px 10%;
}
.tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in;
}
.tab-content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.image-section {
  flex: 1;
  min-width: 300px;
}
.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.thumbnails img {
  width: 60px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img.active {
  border-color: red;
}
.main-image {
  width: 100%;
  max-width: 350px;
}
.details {
  flex: 1;
  min-width: 300px;
}
h1 {
  font-size: 24px;
}
select {
  padding: 10px;
  font-size: 16px;
}
.cta {
  background-color: red;
  color: white;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.links {
  margin-top: 20px;
}
.links a {
  display: block;
  color: red;
  text-decoration: none;
  margin-bottom: 5px;
}
.badge {
  margin-top: 30px;
}
.badge img {
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
} /* Limit image width to avoid overflow the container */
.image-gallery {
  margin: 0 auto;
  display: table;
}
.image,
.thumbnails {
  display: table-cell;
}
.image {
  width: 300px;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
} /* .thumbnail:hover .thumbnail-image,.selected .thumbnail-image {  opacity: 1;} */
.thumbnail {
  opacity: 0.6;
}
.selected {
  opacity: 1;
}
.thumbnail-image {
  width: 60px;
  height: 100px;
  margin: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
}
.small-img-gallery {
  background: #f5f5f5;
  margin: 5px;
}
.main-contact-us {
  color: white;
}
.h1-title-contact {
  font-size: 90px;
  font-weight: 900;
  color: #ffffff8c;
  margin: 0;
  text-align: center;
}
.h2-title-contact {
  font-size: 48px;
  margin: 10px 0;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.placeholder-text {
  font-size: 18px;
  margin: -45px 0 -15px 0;
  text-align: center;
}
.h3-title {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}
.btn-red {
  position: relative;
  background-color: #e30d13;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn-red::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #e30d13;
  border-left: 12px solid transparent;
  z-index: 1;
}
.btn-contact:hover {
  color: var(--bs-btn-hover-color);
  background-color: #e30d13;
  border-color: #e30d13;
}
.second-section h5 {
  color: #1b2d5d;
  font-family: Oswald;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 64.8px; /* 90% */
  letter-spacing: -1px;
  text-transform: uppercase;
}

.first-section h5 {
  color: #1b2d5d;
  font-family: Oswald;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px; /* 90% */
  letter-spacing: -1px;
  text-transform: uppercase;
}

.title-slide {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 54.6px; /* 130% */
  letter-spacing: -0.42px;
  text-transform: uppercase;
  font-family: "Oswald";
}
.fw-bold {
  color: #002060;
  font-family: "Oswald";
}
.title-card-actualite {
  color: #000;
  font-family: Oswald;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 115.385% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-title {
  font-family: "Oswald";
  text-align: center;
}
.second-section,
.first-section p {
  color: black;
  text-align: justify;
}

.president-section {
  position: relative;
  color: #000;
  overflow: hidden;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to right, #56ccf2cc, #2f80edcc);*/
  z-index: 2;
}
.content-wrapper {
  position: relative;
  z-index: 3;
}

.section-title {
  color: #002060;
}
.btn-cyan {
  background-color: #00cbe7;
  color: white;
  font-weight: bold;
  padding: 0.7rem 2.4rem;
  border-radius: 5px;
  text-decoration: none;
  border-radius: 22px;
}
.text-justify {
  text-align: justify;
}
.quote-left {
  font-size: 4rem;
  color: #b3de00;
  line-height: 0;
  vertical-align: top;
}
.quote-right {
  font-size: 4rem;
  color: #b3de00;
  position: relative;
  left: 100%;
  top: -23px;
}
.text-quote {
  color: #1b1b1b;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
  padding: 20px;
}
.president-section {
  position: relative;
  color: #000;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-wrapper {
  position: relative;
  z-index: 2;
}
.lirePlusActualite {
  color: hsl(221, 87%, 22%);
  text-align: right;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 70.833% */
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #2f80ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

.text-green {
  font-weight: bold;
  font-family: Oswald;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 64.8px; /* 90% */
  letter-spacing: -5px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #3abbbe 0%, #3edc6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-lime {
  background-color: #83fb06;
  color: black;
  font-weight: bold;
  padding: 0.7rem 2.4rem;
  border-radius: 5px;
  text-decoration: none;
  border-radius: 22px;
}
.text-justify {
  text-align: justify;
}
.row-statistic .small {
  color: #1b1b1b;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
} /* section payment*/
.section-bg {
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.full-height {
  height: 100%;
  min-height: 100%;
}
.img-cover {
  object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 5%;
}
.content-box {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.format-btns .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.btn-cta {
  background-color: #c6ff00;
  border: none;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 30px;
}
.payment-icons img {
  height: 28px;
  margin-right: 8px;
}

.title-payment {
  color: #1b2d5d;
  font-family: Oswald;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 64.8px; /* 104.516% */
  letter-spacing: -3px;
  text-transform: uppercase;
}

.p-payment {
  color: #072667;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 116.364% */
}
.btn-outline-info {
  border-radius: 10px;
  border: 1px solid #072667;
  background: #072667;
  color: white;
}
.btn-outline-info.btn-active {
  border-radius: 10px;
  border: 1px solid #072667;
  background: #072667;
  color: white;
} /* section payment*/

.images-info-pratiques {
  background-size: cover;
  background-position: center;
  height: 400px;
}
.btn-info-pratiques {
  padding: 18px 38.512px 18px 27.488px;
  align-items: center;
  border-radius: 22px;
  background: #fff;
  width: 50%;
}
.title-officiel-sections {
  color: #072667;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 54.6px;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  font-family: "Oswald";
}
.row-info-pratiques h5 {
  color: #fff;
  font-family: Oswald;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 54.6px;
  letter-spacing: -0.38px;
  text-transform: uppercase;
}
.description-info-pratiques {
  color: #072667;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.6px; /* 130% */
  text-transform: uppercase;
}
#btnAcheterMaintenant:hover {
  background-color: #afdd0c;
  color: black;
}
#btn21km:hover {
  background: #10285b;
  color: white;
}
#btn42km:hover {
  background: #10285b;
  color: white;
}
.date-info-pratiques {
  color: #3ec2d7;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 100% */
  letter-spacing: -2px;
  text-transform: uppercase;
}
.hours-info-pratiques {
  color: #3ec2d7;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.title-contact {
  color: #072667;
  font-family: Oswald;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 106.667% */
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.btn-lime:hover {
  background: #aad906;
}
.btn-cyan:hover {
  background: #13b3c9;
}
.card-title {
  white-space: nowrap;
}
.title-actualite-marathon {
  color: #fff;
  font-family: Oswald;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 106.667% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.title-banner {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px; /* 100% */
  letter-spacing: -1px;
  text-transform: uppercase;
}
.btn-tabs {
  width: 100%;
}
.btn-outline-km {
  border-radius: 10px;
  border: 1px solid rgba(7, 38, 103, 0.3);
  background: #072667;
  color: white;
  height: 45px;
}
.btn-outline-km.btn-active {
  background-color: #00e676;
  color: white;
} /**/ /* CSS */
.video-section {
  height: 50vh;
  overflow: hidden;
}

.banner-section {
  height: 70vh;
  overflow: hidden;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}
.video-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 38, 84, 0.6); /* semi-transparent blue overlay */
}

.banner-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 15px;
}

/* countdown */
.countdown {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 50px;
  padding: 20px 30px;
  font-family: "Arial", sans-serif;
  color: white;
  gap: 5px;
  margin-bottom: 2%;
  z-index: 999999;
  max-width: 490px;
  width: 100%;
  margin: 15px auto;
}
.fst-title-sec1-pres-even {
  color: #83fb06;
  font-family: Oswald;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 73.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.col-second-nouvelles-ambitions {
  padding: 4%;
}
#nouvelles-ambitions {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.small-title-ul {
  color: #414141;
  text-align: justify;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px; /* 142.222% */
}
.logo {
  margin-left: -10px !important;
}
.paragraph-text {
  color: #1b1b1b;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.second-title-sec1-pres-even {
  color: #1b2d5d;
  font-family: Oswald;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 64.8px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.div-conformement {
  border-radius: 20px;
  background: #1b2d5d;
  padding: 4%;
}

.div-vision {
  border-radius: 20px;
  background: #1b2d5d;
  padding: 4%;
}
.paraghraph-conformement {
  color: #fff;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}
.time-unit {
  text-align: center;
}

.number {
  font-size: 40px;
  font-weight: bold;
  display: block;
}

.label {
  font-size: 14px;
  letter-spacing: 1px;
}

.separator {
  font-size: 30px;
  font-weight: bold;
  padding: 0 2px;
}

.countdown .label {
  color: #fff;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.7px; /* 85% */
  text-transform: uppercase;
}

/* countdown */

.description-slide {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;

  text-transform: uppercase;
}

.small-description-slide {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
/**/
.home-demo .item {
  max-width: 250px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin: 15px;
}

.owl-stage {
  width: 5740px;
  height: 230px;
}
.home-demo {
  max-width: 1000px;
}
.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: #072667;
  font-size: 45px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #072667 !important;
}
.owl-carousel .owl-item img {
    max-width: 180px;
    max-height: 110px;
  width: auto;
  height: auto;
}
#section-actualite {
  background: linear-gradient(302deg, #00285f00 0.7%, rgb(0 40 95 / 6%) 91.12%);
}

.lirePlus-btn:hover {
  transform: scale(1.03);
}

.register-btn-marathon:hover {
  transform: scale(1.03);
}
.btn-slide:hover {
  transform: scale(1.03);
}
.btn-vision:hover {
  transform: scale(1.03);
}

.title-vision {
  color: #83fb06;
  font-family: Oswald;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 73.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-control,
.form-select {
  border-radius: 15px !important;
  padding: 20px !important;
}

.counter-btn.minus,
.counter-btn.plus {
  width: 34.184px;
  height: 34.184px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #b0c6f4;
  color: #072667;
  text-align: center;
  font-family: Oswald;

  font-style: normal;
  font-weight: 700;

  text-transform: uppercase;

  background: #fff;
}
.price-type-marathon {
  color: #072667;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
}
.type-marathon {
  color: #072667;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 246.154% */
}
.div-table-calcul {
  margin: 50px 20px 20px 20px;
}

.div-table-calcul-formulaire {
  margin: 25px 20px 20px 20px;
  padding: 15px 20px 15px 20px;
}

.divQuantity,
.divTotal {
  color: #072667;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px; /* 320% */
}

.row.align-items-center.py-2.border-bottom {
  height: 100px;
}
.register-btn-marathon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center; /* center content by default */
  background-color: white;
  color: black;
  font-family: Oswald;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 330px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
}

.register-btn-marathon span:first-of-type {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none; /* allows click through */
}

.arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  margin-left: auto; /* pushes SVG to the right */
  flex-shrink: 0;
  margin-right: -10px;
}

.register-btn-marathon.btn-green {
  background: #83fb06;
  color: #072667;
}

.title-type-marathon {
  color: #072667;
  font-family: Oswald;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 152.381% */
  letter-spacing: -0.42px;
  text-transform: uppercase;
}
.rd-table-quantity {
  border-radius: 20px;
}

.div-type-marathon-formule {
  padding: 15px 20px 15px 20px;
}
.row-calcul-formulaire {
  padding: 0px 20px 0px 20px;
}
hr.space-row {
  margin: 50px 0px 10px 0px;
}
select {
  color: #072667 !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
}
.form-label {
  color: #072667;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px; /* 160% */
}
.row.g-3.mobile {
  --bs-gutter-y: 0rem !important;
}
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-container img {
  width: 80px;
  height: 80px;
}

.title-coureur {
  color: #072667;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  padding: 5% 0% 3% 0.5%;
  text-transform: uppercase;
  font-family: "Oswald";
}
.is-invalid {
  border-color: #dc3545 !important;
}
.text-danger {
  font-size: 0.875rem;
  margin-bottom: 2px;
}
input[type="checkbox"].is-invalid {
  outline: 2px solid #dc3545;
  outline-offset: 2px;
}

/* Hover sub menu */
.dropdown.desktop:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: Removes small jump effect */
}
.dropdown-menu {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 63.4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
}
.dropdown-item {
  color: #072667;
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #0a2969;
  font-weight: 600;
  background-color: #bdfe03;
}

/* accordion*/
.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.accordion-item {
  border-top: 1px solid #e0e0e0;
}

.accordion-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #003c85;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toggle-icon {
  font-size: 1.2rem;
  width: 1.2rem;
  display: inline-block;
  transition: transform 0.2s;
}

.accordion-content {
  display: none;
  padding: 1rem;
  color: #333;
  background-color: #fcfcfc;
  font-size: 0.95rem;
}

.accordion-item.active .accordion-content {
  display: block;
}

.pd-marathon-relais {
  padding: 1% 5%;
}

.box {
  border: 2px solid #b2ffb2;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #83fb06;
  background: rgba(0, 41, 96, 0.08);
}

.icon-check {
  color: #2ecc71;
  font-size: 1.2rem;
  margin-right: 5px;
}

.first-title-box-infos-techniques {
  color: #072667;
  font-family: Oswald;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 182.857% */
  letter-spacing: -0.35px;
  text-transform: uppercase;
}
.second-title-box-infos-techniques {
  color: #072667;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 182.857% */
  letter-spacing: -0.35px;
  text-transform: uppercase;
}

.boxes-infos-technique li {
  line-height: 32px;
}

.li-parcours-info-pratiques {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
}

.box {
  min-height: 100%;
}
.btn-telecharger-picture {
  position: relative;
  top: 12%;
  left: 2%;
  padding: 15px 28px 15px 30px;
  background: #ffffff00;
  border: 1px solid white;
  color: white;
  border-radius: 30px;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-telecharger-picture:hover {
  background-color: #1d2c5d;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.svg-download-picture {
  margin-top: -8px;
  margin-left: 5px;
}

.title-article-reglement {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.paragraph-article-reglement {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
}
.content {
  padding: 50px 0px;

  text-align: justify;
}
