@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.green{color:#28a745;}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titlebox{
  color: #ffffff;
  line-height: 96px !important;
  font-size: 5.5rem;
}

.titlebox2{
  color: #ffffff;
  font-size: 3.5rem;
}

.subtitlebox{
  color: #ffffff;
  font-size: 1.75rem;
}

.bold800{
  font-weight: 800 !important;
}

.bold900{font-weight: 900 !important;}

.allcaps{text-transform: uppercase;}

@media screen and (min-width: 992px) {
  /* Ensure the row stays in a single line */
  .custom-flex-container {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 30px; /* Keeps sections spaced correctly */
  }

  /* Ensure both columns have the same height */
  .custom-col {
      flex: 1;
      display: flex;
      justify-content: flex-start;
  }

  /* Make sure content inside columns is properly aligned */
  .content-wrapper {
      width: 100%;
      text-align: center;
  }

  /* Fix vertical line width issue */
  .vertical-line {
      display: block;
      content: "";
      width: 1px !important; /* Force it to exactly 1px */
      min-width: 1px !important; /* Prevents it from expanding */
      max-width: 1px !important; /* Ensures it stays 1px */
      background-color: #bdbdbd;
      height: auto; /* Adjusts dynamically based on content */
      min-height: 100%; /* Ensures it extends fully */
      align-self: stretch; /* Makes it match section height */
      margin: 0; /* Removes unwanted spacing */
      padding: 0; /* Ensures no extra space */
      flex-shrink: 0; /* Stops it from stretching */
  }
}

/* ABOUT PAGE ALIGN PARAGRAPHS AND IMAGE */
@media (min-width: 768px) { /* Ensure the rule applies only on larger screens */
  .aboutpage .col-sm-6 img {
    margin-top: 69px; /* Adjust this value as needed */
  }
}


/* /////////////////////////////////////// FONTS /////////////////////////////////////// */

.btn-yellow {
  background-color: #e5c242 !important;
  border: #e5c242 !important;
  color: #000000 !important;
  border-radius: 20px !important;
  font-size: 14px !important;
}

.btn-yellow-outline {
  background-color: #ffffff !important;
  border: 2px solid #e5c242 !important;
  color: #000000 !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  /* padding: 12px 18px !important; */

}

.btn-black {
  background-color: #000000 !important;
  border: #000000 !important;
  color: #e4c142 !important;
  border-radius: 20px !important;
  font-size: 14px !important;
}

.text-black {
  color: #000000;
}

.map-screenshot {
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.card-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* @media (min-width: 992px) {
  .border-between > [class*="col-"]:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
  } 
} */

.border-between > [class*="col-"]:first-child:before {
  display: none;
}

#pricingtable > li > a {
  font-size: large;
}

.header-extras {
  padding: 0 15px;
  /* background-color: #0000006b; */
}

#header .header-inner #logo a > img,
#header .header-inner #logo a {
  height: 170px;
}

.graytransparent {
  background-color: #0000006b;
}

.plan-header h1{font-size: 2.6em}


/* /////////////////////////////////////// MAP /////////////////////////////////////// */

.infowindow{
  padding: 15px;
}


/* /////////////////////////////////////// TABS /////////////////////////////////////// */
.tabs .nav-tabs .nav-link {
  font-family: "Montserrat";
  font-weight: 700;
}

.tabs .nav-tabs .nav-link.active{
  color:#000000;
}

.plan-list{
  text-align: center !important;
}

.graybg{background-color: #e9e9e9 !important;}

/* /////////////////////////////////////// TABS END /////////////////////////////////////// */

@media (max-width: 991.98px) { 
  button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {height: auto !important; line-height: auto !important;}
}

.gold{
  color: #e5c242 !important;
}

.bgblack{background-color: #000000 !important;}
.bggray{background-color: #F6F6F6 !important;}
.textblanco{color:#ffffff !important;}

.inspiro-slider .slide .slide-captions .strong::after {border-top: 3px solid #e5c242 !important;}

.horaire:before{border-left: 2px solid #e5c242 !important;}

.yellow-outline{border: 2px solid #e5c242 !important;}

.flickity-button {display: none;}

.sched-dropdown{
  left: 45% !important;
  right: unset;
}

/* ACCORDION */
.accordion .ac-item .ac-title:before { font-family: "Font Awesome 5 Free"; font-size: 22px; font-weight: 700 !important; content: "\2b"; right: 0; position: absolute; }
.accordion .ac-item.ac-active .ac-title:before {content: "\f068"; font-weight: 600 !important; font-size: 12px;}

.langswitcher{
  color:#ffffff;
  position: absolute;
  top: -8px;
  font-size: 9px;
  opacity: 1;
  right: -4px;
}

.text-left{text-align: left !important;}

.fa-7x{font-size: 70px !important;}

.uniform-button {
  width: 105px; /* Set fixed width */
  font-size: 16px; /* Keep text consistent */
  display: flex; /* Makes sure text is centered */
  justify-content: center;
  align-items: center;
  padding: 10px 0; /* Keep padding uniform */
  white-space: nowrap; /* Prevents text from wrapping */
  text-align: center;
}

/* Force buttons to stack */
.button-container {
  display: flex;
  flex-direction: column; /* Stack vertically */
  align-items: center; /* Keep them centered */
  gap: 10px; /* Add space between buttons */
}

.bggray{background-color: #f6f6f6;}

.training-title::after{
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  background-color: #676DB4;
  bottom: -5px;
  left: 0;
}

/* /////////////////////////////////////// MENU /////////////////////////////////////// */
#mainMenu nav > ul > li .dropdown-menu > li > a{
  text-transform: uppercase;
}


.grid-item img{cursor: pointer;}

.pricing-table { cursor: default; }

/* Hide by default */
.custom-dropdown-icon {
  display: none;
}

/* Show only when mobile menu is open */
body.mainMenu-open .custom-dropdown-icon {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #ffffff;
  pointer-events: none;
}

/* Rotate when dropdown is active */
body.mainMenu-open #mainMenu nav > ul > li.hover-active > a > .custom-dropdown-icon {
  transform: translateY(-50%) rotate(180deg);
}

/* MOBILE VERSION GALLERY */
/* Ensure at least 2 columns on mobile */
@media (max-width: 767.98px) {
  .grid-4-columns .grid-item {
    width: 50% !important;
  }
}

.formations-slide {
  background-position: center 80px !important;
}


/* PRICING TABLE FORCE 2 columns for tablets */
@media (max-width: 991.98px) and (min-width: 513px) {
  .pricing-table > .col {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* PRICING TABLE PHONE */
@media (max-width: 512px) {
  /* .pricing-table > .col {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  } */
  .plan-header h1 {font-size: 1.8em}
  .tabs .nav-tabs .nav-link {font-weight: 400;}
  #pricingtable > li > a {font-size: 12px;}

  /* TEST SCROLL */
  .pricing-table {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 20px;
    margin: 0 -20px; /* pull back container padding */
  }

  .pricing-table > .col {
    flex: 0 0 80%;   /* show ~80% of viewport width */
    max-width: 80%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
  }

  /* Optional: tweak plan inner content for compact look */
  .pricing-table .plan {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  /* Remove unwanted gaps below cards */
  .pricing-table > .col:last-child {
    margin-right: 20px;
  }

  /* Give only the most popular card the gray background */
  .pricing-table > .col.most-popular {
    background: #e9e9e9 !important;
  }

  .pricing-table .plan.featured{box-shadow: none !important; margin-top: 0 !important;}

  .scroll-arrow {
    position: fixed;   /* stick to viewport */
    right: 10px;       /* always at screen edge */
    font-size: 28px;
    color: #e5c242;
    pointer-events: none;
    animation: bounce-right 1s infinite;
    z-index: 9999;     /* always on top */
    opacity: 0.7;
  }

  @keyframes bounce-right {
    0%, 100% {
      transform: translateY(-50%) translateX(0);
    }
    50% {
      transform: translateY(-50%) translateX(5px);
    }
  }

  .scroll-arrow-left {
    position: fixed;
    left: 10px;
    font-size: 28px;
    color: #e5c242;
    pointer-events: none;
    animation: bounce-left 1s infinite;
    z-index: 9999;
    opacity: 0.7;
  }

  @keyframes bounce-left {
    0%, 100% {
      transform: translateY(-50%) translateX(0);
    }
    50% {
      transform: translateY(-50%) translateX(-5px);
    }
  }

}

/*fix for mobile and tablet home page abonnements and services section */
@media (max-width: 991.98px) {
  .servicesblock{
    margin-top: 2rem !important;
  }
}

/* Base Circle Style */
.btn-circle {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    font-size: 16px !important;
    transition: background-color 0.3s ease !important;
}

/* Facebook Button */
.btn-facebook2 {
    color: #1877f2 !important;
    background-color: #ffffff !important;
    border: 1px solid #e4e6ef !important;
}

.btn-facebook2:hover {
    background-color: rgba(24, 119, 242, 0.1) !important;
}

/* Instagram Button */
.btn-instagram2 {
    color: #e1306c !important; /* Instagram pink */
    background-color: #ffffff !important;
    border: 1px solid #e4e6ef !important;
}

.metro{
  font-weight: 400;
  color: #2250fc;
  font-size: 14px;
}