* {
  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;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  padding: 2rem;
  flex-wrap: wrap;
}

.left {
  flex: 1.5;
  min-width: 280px;
  margin-bottom: 2rem;
}
.left p {
  color: white;
}

.left h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.left h1 strong {
  color: #c2f716;
}

.left p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.cta-btn {
  background: #c2f716;
  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;
}

.lirePlus-btn {
  color: black;
  border-radius: 22px;
  background: #c2f716;
  padding: 0.8rem 5rem;
  border-radius: 22px;
  border: none;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  transition: background 0.3s ease;
}

.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 {
  display: block;
  color: #fff;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 140% */
}

.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-style: italic;
  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: 1400px !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;
  margin-bottom: 6px;
  font-style: italic;
}

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-style: italic;
  font-size: 14px;
  color: #444;
  font-weight: 400;
}

.contact-section {
  margin-top: 40px;
  text-align: left;
}

.section-title {
  font-weight: 700;
  font-size: 40px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

.section-subtitle {
  font-style: italic;
  font-size: 14px;
  color: #444;
  margin-bottom: 30px;
  font-weight: 500;
}
/**  END CONTACT US  */

/**/

header {
  text-align: center;
  padding: 40px 20px 10px;
}

.h1-title {
  color: rgb(0, 0, 0);
  font-size: 40px;
  padding: 60px 0 0px;
  font-weight: 700;
  font-style: italic;
}

.h1-p {
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0px 0 20px;
  font-style: italic;
}

.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;
}

.fst-section h5 {
  color: #072667;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 54.6px; /* 130% */
  letter-spacing: -0.42px;
  text-transform: uppercase;
  font-family: "Oswald";
}

.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";
  text-align: center;
}
.section-title {
  font-family: "Oswald";
  text-align: center;
}

.fst-section p {
  color: black;
  text-align: justify;
}
.president-section {
  position: relative;
  color: #000;
  padding: 4rem 0;
  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;
}

.white-box {
  background-color: white;
  border-radius: 8px;
  max-width: 1000px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.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);
}

.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 {
  font-size: 15px;
}

.president-section {
  position: relative;
  color: #000;
  padding: 4rem 0;
  overflow: hidden;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/front/images/bg-third-section.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.content-wrapper {
  position: relative;
  z-index: 2;
}

.white-box {
  background-color: white;
  border-radius: 8px;
  max-width: 1000px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.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);
}

.section-title {
  color: #002060;
}

.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: #c2f716;
  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-image: url("your-background.jpg"); /* 🔁 Replace with your background image */
  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%;
  height: 100%;
  display: block;
}

.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 {
  border-radius: 20px;
  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;
}

.info-payment {
  background: #3bc2d6;
}
.btn-outline-info {
  background-color: white;
  color: rgb(0, 0, 0);
}

.btn-outline-info.btn-active {
  background-color: #00e676;
  color: white;
}

/* section payment*/

/* carousel*/
.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.partner-box {
  background: white;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  flex: 1;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-box img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.carousel-controls button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #002b5e;
  cursor: pointer;
}

.carousel-dots {
  text-align: center;
  margin-top: 1rem;
}

.carousel-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots .active {
  background: #002b5e;
}
.row-actualite-marathon h5 {
  color: black;
}
/* carousel*/
.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: 45px;
  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: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.6px; /* 130% */
  text-transform: uppercase;
}
.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: -0.6px;
  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;
}

.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 */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
