@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
header {
  height: 78px;
  position: fixed;
  width: 100%;
  background: rgb(45 42 38 / 80%);
  z-index: 999;
}
header .container.d-flex {
  justify-content: space-between;
  align-items: center;
  height: 78px;
}
.menu ul,
.nav-right ul {
  padding-left: 0;
}
.menu ul li,
.nav-right ul li {
  list-style: none;
  display: inline-block;
  margin: 0 16px;
}
.menu ul li a,
.nav-right ul li a {
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
}
.nav-right ul li:last-child a {
  background: #0382c3;
  padding: 8px 16px;
  border-radius: 16px;
}
.banner,
#carouselPrincipal {
  position: relative;
  height: 687px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  overflow: hidden;
  width: 100%;
}

/*.carousel-item {
  position: relative;
  height: 687px;
  display: flex;
  align-items: center;
}
*/
.img-banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 687px;
  width: 100%;
  z-index: 0;
}

.img-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}

.carousel-item .container {
  position: relative;
  z-index: 1;
  height: 687px;
  display: flex;
  align-items: center;
}

.banner h1 {
  font-family: Oswald;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.btn-blue {
  margin-top: 48px;
}
.btn-blue a {
  background: #0382c3;
  padding: 16px 37px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
  transition: background 0.3s ease;
}
.txt-blue {
  color: #0382c3;
}
.txt-blue:hover {
  text-decoration: none;
}
.btn-blue a:hover {
  background: #026a9f;
}
.cG-Locaux .nav-tabs {
  width: 100%;
}
.cG-Locaux .nav-tabs .nav-link {
  text-align: center;
  white-space: nowrap;
}
.cG-Locaux .nav-tabs {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  border-top: 1px solid #fff;
}
.cG-Locaux .nav-tabs .nav-link {
  color: #fff;
  border: none;
  margin: 0;
  height: 100%;
  border-radius: 0;
  background: #191715;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
.cG-Locaux .nav-tabs .nav-link.active {
  background-color: #0382c3;
  color: #000;
  position: relative;
  color: #0382c3 !important;
}
.cG-Locaux .nav-tabs .nav-link span {
  display: block;
  position: relative;
}
.cG-Locaux li.nav-item {
  height: 84px;
  border-right: 1px solid #fff;
}
.cG-Locaux .nav-tabs .nav-link.active:before {
  background: #f2f2f2;
  position: absolute;
  content: "";
  height: calc(100% - 6px);
  width: 100%;
  left: 0;
  top: 8px;
  border-radius: 13px 13px 0 0;
}
.col-6,
.col-5,
.col-7 {
  float: left;
}
.cG-Locaux .tab-content h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.cG-Locaux .tab-content p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
}
.icons {
  display: inline-flex;
  gap: 19px;
}
.cG-Locaux .boxicon .img {
  background: #fff;
  height: 64px;
  width: 64px;
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cG-Locaux .boxicon .img img {
  max-height: 40px;
  max-width: 40px;
}
.boxicon span {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
  display: block;
  margin-top: 7px;
}
.boxicon {
  display: block;
  text-align: center;
}
.cG-Locaux {
  position: relative;
  background: #f2f2f2;
}
.cG-Locaux .tab-content {
  overflow: hidden;
}
.cG-Locaux .carousel-indicators [data-bs-target] {
  width: 11px !important;
  height: 11px !important;
  border-radius: 100%;
  background-color: #d9d9d9 !important;
  margin: 0 6px !important;
  opacity: 1 !important;
}
.cG-Locaux .carousel-indicators .active {
  background-color: #000 !important;
}
.cG-Locaux .carousel-indicators {
  bottom: -50px !important;
}
.cG-Locaux .carousel-inner {
  height: 335px !important;
}
.cG-Locaux .carousel-item {
  height: 100% !important;
}
.cG-Locaux .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.cG-Locaux .carousel.slide {
  margin-bottom: 25px;
  width: 100%;
}
/*********/
.objectifs .custom-carousel-wrapper {
  position: relative;
  background-color: #000;
  min-height: 400px;
  /*overflow: hidden;*/
}
.objectifs .custom-prev,
.objectifs .custom-next {
  width: 45px !important;
  height: 45px !important;
  background-color: transparent !important;
  border-radius: 0;
  opacity: 1 !important;
  top: 50%;
}
.objectifs .custom-prev {
  left: -40px !important;
}
.objectifs .custom-next {
  right: -40px !important;
}
.activity .objectifs .custom-next {
  right: -30px !important;
}
.objectifs .custom-carousel-wrapper .row {
  margin: 0;
  min-height: 400px;
}
.objectifs .carousel-side {
  padding: 0;
  height: 400px;
}
.objectifs .carousel-side img {
  object-fit: cover;
  height: 100%;
}

/* Contenu Central */
.content-center {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 60px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.title-blue {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
  color: #0382c3;
}
.description {
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.objectifs .container-fluid {
  padding: 0;
}
/* ContrÃ´les personnalisÃ©s */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.custom-prev {
  left: 20px;
}

.custom-next {
  right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Indicateurs personnalisÃ©s */
.carousel-indicators-custom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.carousel-indicators-custom button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.carousel-indicators-custom button.active {
  background-color: #00b4d8;
  border-color: #00b4d8;
}
.carousel-control-next-icon:after {
  content: "\F285";
  color: #000000;
  font-size: 26px;
  font-weight: 100;
  position: absolute;
  top: 15px;
  left: 10px;
  height: 45px;
  line-height: 0;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-control-prev-icon:after {
  content: "\F284";
  color: #000000;
  font-size: 26px;
  font-weight: 100;
  position: absolute;
  top: 15px;
  left: 10px;
  height: 45px;
  line-height: 0;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none !important;
}
.carousel-control-next-icon:hover:after,
.carousel-control-prev-icon:hover:after {
  color: #0382c3;
}
section.offres {
  position: relative;
  /* background-image: url("../images/11-5.png");
  background-size: 100% 100%;*/
  min-height: 335px;
  width: 100%;
  background-repeat: no-repeat;
  /* background-attachment: fixed;*/
  display: flex;
  align-items: center;
  aspect-ratio: 1920 / 550;
}
.image-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-bg img {
  height: 100%;
  width: 100%;
}
.title-white {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
section.offres p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}
section.instagram {
  clear: both;
  /* overflow: hidden; 
  height: 100%;*/
  display: block;
  /*margin: 0 auto 150px;*/
}
.icon-insta {
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
}
.instagram-content {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
}
section.exercice {
  position: relative;
  clear: both;
  margin-bottom: 65px;
}
.exercice .container {
  display: flex;
  align-items: center;
}
.img-animate {
  text-align: center;
}
.content-exercice .title-blue {
  text-align: left;
}
.icones-store {
  display: flex;
  gap: 6px;
  margin: 20px auto;
}
section.partenaires ul {
  width: 100%;
  align-items: center;
}
.partenaires {
  position: relative;
  border-top: 1px solid #0000001a;
}
.footer {
  background-color: #1a1a1a;
  color: #fff;
}
.footer-logo {
  max-width: 200px;
  height: auto;
}
.footer-description {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  margin: 25px auto 15px;
}
ul#menu-menu-footer,
#menu-menu-footer-2 {
  list-style: none;
  padding: 0 !important;
}
.footer-slogan {
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer-title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0382c3;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
}
.footer-links a:hover {
  color: #0382c3;
  text-decoration: none;
}
.social-icons {
  display: flex;
  gap: 15px;
}
.social-icon {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.social-icon:hover {
  background-color: #0382c3;
  color: #fff;
  transform: translateY(-3px);
}
.app-badges {
  display: flex;
  gap: 6px;
}
.app-badge {
  max-width: 150px;
  height: auto;
  transition: transform 0.3s;
}
.app-badge:hover {
  transform: scale(1.05);
}
.footer-bottom {
  background-color: #000;
  border-top: 1px solid #333;
}
.footer-bottom p {
  color: #999;
  font-size: 0.85rem;
}
.footer-bottom a {
  color: #0382c3;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
footer
  > div.footer-bottom.bg-black
  > div
  > div
  > div.col-md-6.text-right.text-md-end {
  position: relative;
}
footer > div.footer-bottom.bg-black .col-md-6.text-right.text-md-end:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #ffffff99;
  right: 0;
  top: 5px;
}
footer.footer.bg-dark {
  background: #191715 !important;
  clear: both;
}

.gallery-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 20px;
  /*height: 100%;*/
}

.gallery-row {
  display: flex;
  gap: 15px;
  height: 300px;
  /* align-items: flex-end; */
  /* justify-content: center; */
}

.gallery-col {
  flex: 1;
  /* overflow: hidden; */
  /* border-radius: 8px; */
  height: 100%;
}

.gallery-col-large {
  flex: 1;
  height: calc(100% + 33.999999%);
}

.gallery-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-box {
  background: #0382c3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66.999999%;
  margin-top: 100px;
  overflow: hidden;
}
.boxsInfo {
  padding: 74px 0;
}
.cG-Locaux .nav-tabs .nav-link {
  gap: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cG-Locaux.cg-strength-tab .nav-tabs .nav-link {
  background: #698071;
}
.cG-Locaux.cg-strength-tab .nav-tabs .nav-link.active {
  background-color: #698071;
  color: #698071 !important;
}
.cG-Locaux.cg-strength-tab li.nav-item,
.cG-Locaux.nutritionniste-tab li.nav-item {
  height: 116px;
}
.icon-tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
.cgStrength .titleSport {
  margin: auto;
  text-align: center;
  margin-bottom: 46px !important;
}
.cgStrength p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.cgStrength .d-flex.icons {
  margin: 22px auto 54px !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.cG-Locaux.cg-strength-tab .nav-tabs,
.cG-Locaux.nutritionniste-tab .nav-tabs {
  height: 116px;
  margin-bottom: 44px;
}
.cG-Locaux.cg-strength-tab .tab-pane.active .img,
.cG-Locaux.nutritionniste-tab .tab-pane.active .img {
  margin-right: 57px;
}
.cG-Locaux.cg-strength-tab .tab-content p,
.cG-Locaux.nutritionniste-tab .tab-content p {
  font-size: 14px;
}
.cG-Locaux.cg-strength-tab .tab-pane.active .container,
.cG-Locaux.nutritionniste-tab .tab-pane.active .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cG-Locaux.cg-strength-tab .tab-pane.active .img img,
.cG-Locaux.nutritionniste-tab .tab-pane.active .img img {
  height: 275px;
  width: 100%;
  object-fit: cover;
}
.green-pass-sport .content-interne h3 {
  color: #698071;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.green-pass-sport .content-interne p,
.green-pass-sport .content-interne li {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  list-style: none;
  padding-right: 48px;
}
.green-pass-sport .content-interne li:before {
  background-image: none !important;
  content: "\203a" !important;
  transform: rotate(270deg) !important;
  color: #0382c3;
  font-size: 28px;
  font-weight: 400 !important;
  margin-right: 5px;
}
.green-pass-sport .content-interne p,
.green-pass-sport .content-interne ul {
  margin-bottom: 26px;
}
.green-pass-sport .content-interne {
  padding: 56px 48px 56px 0;
}
.content-form {
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  height: 100%;
}
.workout-section {
  padding: 0 20px;
}
.workout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 71px;
  margin-bottom: 75px;
  overflow: hidden;
}
.workout-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.workout-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.workout-card {
  /*aspect-ratio: 1 / 1;*/
  height: 400px;
}
.workout-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.workout-card:hover img {
  transform: scale(1.1);
}
.workout-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2d2a2680;
  padding: 0 20px;
  transform: translateY(0);
  transition: all 0.3s ease;
  text-align: center;
  height: 60px;
}
.workout-card:hover .workout-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
}
.workout-title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  height: 100%;
  text-align: center;
}
.workout-arrow {
  width: 24px;
  /* height: 24px; */
  position: relative;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.workout-arrow::after {
  content: "\F138";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0382c3;
  font-size: 25px;
  margin-left: 5px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.workout-card:hover .workout-arrow {
  transform: translateX(5px);
}
.workout-description {
  color: white;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}
.workout-card:hover .workout-description {
  opacity: 1;
  transform: translateY(0);
  max-height: 100px;
  margin-top: 15px;
}
/* Badge d'effet lumineux */
.workout-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
  z-index: 1;
}
.workout-card:hover::before {
  left: 100%;
}
p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}
.programme-n .boxsInfo {
  background: transparent !important;
  gap: 9px !important;
  padding-top: 0 !important;
}
.col-20 {
  background: #191715;
  width: 20%;
  height: 208px;
}

.programme-n .boxInfo .boxicon .img,
.compteur .boxInfo .boxicon .img {
  margin-bottom: 15px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programme-n .boxInfo {
  padding-top: 0;
}
.programme-n .boxInfo {
  height: 100% !important;
  display: flex;
}
.programme-n .boxInfo .boxicon {
  /*justify-content: flex-start !important; */
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  justify-content: center;
}
.sec-offres .boxsInfo .col-20 {
  height: 150px;
}
.programme-n .boxsInfo.d-flex.mb-5.mt-5.icons .boxInfo .boxicon {
    justify-content: flex-start;
    height: 100%;
}
.programme-n p.text-center {
  width: 87%;
  margin: 61px auto 0;
}
.avtges.bg-grey p {
  font-size: 14px;
  margin-top: 56px;
  margin-bottom: 29px;
}
.avtges.bg-grey > p.text-center.m-7 {
  width: 85%;
  margin: 56px auto 29px;
}
.box-avtges {
  background: #191715;
}
.boxs-avtges {
  display: flex;
  gap: 16px;
}
.box-avtges > div {
  padding: 41px 47px;
}
.box-avtges h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #0382c3;
  margin-bottom: 45px;
}
.box-avtges li {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
  list-style: none;
  position: relative;
  padding-left: 27px;
}
.box-avtges li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: url("/tn/wp-content/themes/california/images/check.svg");
}
section.avtges.bg-grey p:nth-child(1) {
  font-size: 14px;
  margin-top: 56px;
  margin-bottom: 29px;
}
section.avtges.bg-grey > p.text-center.m-7 {
  width: 85%;
  margin: 56px auto 29px;
}
.col-6.box-avtges {
  background: #191715;
}
.boxs-avtges {
  display: flex;
  gap: 16px;
}
.col-6.box-avtges > div {
  padding: 41px 47px;
}
.col-6.box-avtges h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #0382c3;
  margin-bottom: 45px;
}
.col-6.box-avtges li {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
  list-style: none;
  position: relative;
  padding-left: 40px;
}
.avtges.bg-grey p,
.ese-c.bg-grey p {
  font-size: 14px;
  margin: 15px auto;
}
section.compteur {
  padding-top: 52px;
}
.boxs-cpteur {
  margin-top: 52px;
  display: flex;
}
.box-cpteur {
  text-align: center;
}
.icon-cpteur {
  position: relative;
  height: 184px;
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0382c3;
  border-radius: 100%;
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0 auto;
}
.icon-cpteur:before {
  content: "";
  position: absolute;
  width: 158px;
  height: 158px;
  border: 4px solid #ffff;
  border-radius: 100%;
}
.box-cpteur p {
  font-weight: 600;
  margin-top: 22px;
}
.compteur .boxsInfo .col-20 {
  width: 16.66%;
  min-height: 287px;
  height: auto;
}
.compteur .boxsInfo.d-flex.mb-5.mt-5.mt-5 {
  gap: 9px;
  background: transparent;
}
.compteur .boxInfo .boxicon p {
  padding: 0 30px 25px;
}
.from-inscri {
  /*height: 600px;*/
  overflow: hidden;
  padding: 50px 0 !important;
}

/* Animation d'entrÃ©e */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.workout-card {
  animation: fadeInUp 0.6s ease forwards;
}

.workout-card:nth-child(1) {
  animation-delay: 0.1s;
}

.workout-card:nth-child(2) {
  animation-delay: 0.2s;
}

.workout-card:nth-child(3) {
  animation-delay: 0.3s;
}

/*****************************************************/
.banner-interne {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  z-index: 8;
}
.banner-interne.h-100 {
  height: 100vh;
}
.banner-interne img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
.bannerInterne {
  height: 100%;
  width: 100%;
}
.boxsInfo.d-flex.mb-5.mt-5.icons {
  background: #191715;
  width: 100%;
  gap: 0;
  margin: 45px auto !important;
}
.blue-pass-sport .title-section {
  margin-top: 51px !important;
}
.boxInfo {
  text-align: center;
  padding-top: 20px;
}
.boxInfo .boxicon span {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
  margin: 12px auto 28px;
}
.boxInfo .boxicon p,
.boxInfo .boxicon a {
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  padding: 5px;
  margin-bottom: 0;
}
.boxInfo .boxicon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.boxsInfo.icons .col-lg-3.col-md-3 {
  position: relative;
}
.boxsInfo.icons .col-lg-3.col-md-3:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff33;
}
.infoCG {
  position: relative;
  background-color: #f2f2f2;
}
.blue-pass-sport .icon-tabs {
  position: relative;
  margin-bottom: 16px;
}
.blue-pass-sport .cG-Locaux li.nav-item {
  height: 116px;
}
.from-inscri {
  background: #0382c3;
  margin: 0 auto;
  margin: 0;
  padding: 0 10%;
  overflow: hidden;
}
.from-inscri h3 {
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-left: 10%;
}

/* Container principal */
section.form-interne {
  display: flex;
  align-items: stretch;
}

/* Colonnes */
section.form-interne .col-6 {
  flex: 1;
  min-width: 0; /* Important pour Ã©viter l'overflow */
}

/* Formulaire */
section.form-interne .from-inscri {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
}

/* Maps */
section.form-interne .maps-inscri {
  height: 100%;
  position: relative;
  min-height: 550px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

section.form-interne .maps-inscri iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.title-section {
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.blue-pass-sport .cG-Locaux .carousel-inner {
  height: 400px !important;
}
.blue-pass-sport .cG-Locaux .carousel-inner .row.g-3 {
  height: 100%;
}
.blue-pass-sport .btn-blue {
  text-align: center;
}
#accordionExample {
  width: 90%;
  float: right;
}

.accordion-item,
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border: none !important;
  border-bottom: 1px solid #0382c3 !important;
}

.accordion-header {
  margin-top: 0;
}

h2.accordion-header button {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 35px 0;
}
.accordion-body {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #fff;
}
h2.accordion-header:focus {
  border: none !important;
  outline: none !important;
}
.descriptionAccordion .accordion {
  --bs-accordion-bg: #000 !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.descriptionAccordion .accordion-button:not(.collapsed),
.descriptionAccordion h2.accordion-header button {
  color: #fff !important;
}
.descriptionAccordion .accordion-body {
  color: #fff !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\203a" !important;
  transform: rotate(270deg) !important;
  color: #fff;
  font-size: 40px;
  font-weight: 100 !important;
  margin-right: 15px;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item {
  border-left: none !important;
  border-right: none !important;
}
.accordion-button::after {
  background-image: none !important;
  content: "\203a" !important;
  transform: rotate(90deg);
  font-size: 40px;
  font-weight: 100 !important;
  color: #fff;
}
.accordion-button:focus {
  box-shadow: none;
}
.bg-grey {
  background-color: #f2f2f2;
  position: relative;
}
section.bg-grey p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
h2.titleSport {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  color: #0382c3;
  padding: 0 15px;
}

h2.titleSport span {
  display: block;
}

.bodyattack p {
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
section.infoCG.bodyattack.pt-5 .boxsInfo.d-flex.mb-5.mt-5.icons {
  background: none;
  display: flex;
  align-items: stretch;
  /*gap: 10px;*/
}
.boxInfo {
  margin: 0 5px;
}
section.infoCG.bodyattack .boxInfo {
  background: #191715;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

section.infoCG.bodyattack .boxsInfo.icons .col-lg-3.col-md-3 {
  padding: 0;
}

section.infoCG.bodyattack .boxsInfo.icons .col-lg-3.col-md-3:after {
  display: none;
}

section.infoCG.bodyattack .boxInfo .img {
  height: 45px;
  width: 45px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.green-pass-sport {
  display: flex;
  align-items: stretch;
  background: linear-gradient(
    to right,
    #f2f2f2 58.33333333%,
    #1e88c7 41.66666667%
  );
}
.pricing-container {
  max-width: 100%;
  /* margin: 0 auto; */
  /* background: #e8e8e8; */
  /* border-radius: 8px; */
  overflow: hidden;
  margin-bottom: 56px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.pricing-item {
  /* padding: 20px; */
  text-align: center;
  border-right: 1px solid #00000080;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
}

.pricing-item:last-child {
  border-right: none;
}

.pricing-label {
  font-size: 14px;
  color: #191715;
  margin-bottom: 8px;
  font-weight: 500;
  border-bottom: 1px solid #00000080;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: center;
  padding: 25px 0;
}

.pricing-label.highlight {
  color: #0066cc;
  font-weight: 600;
}

.pricing-value {
  color: #191715;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 25px 0;
}

.activity .bg-grey {
  padding: 86px 0 106px;
}

.activity .nav-link {
  padding: 0 10px;
  border: none !important;
  background-color: transparent !important;
}
.banner-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-tab-banner {
  position: absolute;
  z-index: 9;
  color: #fff;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  height: 100%;
  width: 100%;
  top: 0;
}
.content-tab-banner span,
.content-tab-banner span a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.banner-tab:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000066;
}
/************scroll tab activites*********/
.activity .tabs-scroll-wrapper {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}
.activity .scrollable-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  justify-content: flex-start !important;
}
.activity .scrollable-tabs::-webkit-scrollbar {
  display: none !important;
}
.activity .scrollable-tabs .nav-item {
  flex: 0 0 33.33333333333333% !important;
  min-width: 33.33333333333333% !important;
  max-width: 33.33333333333333% !important;
}
.activity .scroll-tab-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer !important;
  z-index: 10 !important;
  transition: all 0.3s ease !important;
  font-size: 26px !important;
  font-weight: 100 !important;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent !important;
  color: #0000004d;
}
.activity .scroll-tab-btn:hover {
  background: transparent !important;
  color: #0382c3;
}
.activity .scroll-tab-btn:active {
  transform: translateY(-50%) scale(0.95) !important;
}
.activity .scroll-tab-left {
  left: -30px;
}
.activity .scroll-tab-right {
  right: -30px;
}
.activity .scroll-tab-btn.hidden {
  opacity: 0.3 !important;
  pointer-events: none !important;
}
.activity .img-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 377px;
}

.activity .img-carousel:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000066;
}
.activity figcaption {
  position: absolute;
  color: #fff;
  /* background: #00000080;*/
  z-index: 9;
  /*width: calc(100% - 94px);
  height: calc(100% - 94px);*/
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
section.prelevement-top {
  margin-top: 41px;
}

.prelevement-top ul {
  margin-top: 22px;
}
.prelevement-top ul li {
  position: relative;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #0382c3;
  list-style: none;
  position: relative;
  padding-left: 32px;
}
.prelevement-top ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: url(/tn/wp-content/themes/california/images/check.svg);
}
.prelevement-bottom.bg-grey {
  padding: 54px 0;
  margin: 45px auto 69px;
}
.prelevement-bottom.bg-grey p {
  font-size: 14px;
  margin: 18px auto;
}
.prelevement-bottom.bg-grey p:first-child,
.prelevement-bottom.bg-grey p:last-child {
  margin: auto;
}
.cG-Locaux .obj-offres p {
  font-size: 14px;
  margin-bottom: 47px;
}
.bg-blue.conditions {
  background-color: #0382c3;
  padding: 26px 40px 45px 40px;
  color: #fff;
}
.cG-Locaux .obj-offres .conditions p {
  margin-bottom: auto;
  color: #fff;
}
.img-center {
  margin: 0 auto;
  text-align: center;
  padding: 25px 15px;
}
.sec-eleven .d-flex.banner-offres,
.sec-eleven .d-flex.banner-offres .col-6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 452px !important;
  justify-content: center;
}
.sec-eleven .banner-tab img {
  height: 100%;
  object-fit: cover;
}
.sec-eleven .banner-tab {
  height: 100%;
  width: 100%;
}
.cG-Locaux .sec-eleven .carousel.slide,
.cG-Locaux .sec-eleven .carousel-inner {
  margin-bottom: 0;
  height: 100% !important;
}
#yellow > div > div.sec-eleven.mt-5 > div > div.col-6.bg-grey > div > img,
#blue > div > div.sec-eleven.mt-5 > div > div.col-6.bg-grey > div > img,
#green > div > div.sec-eleven.mt-5 > div > div.col-6.bg-grey > div > img {
  max-height: 390px;
  max-width: 100%;
}
.programme-n.sec-offres .boxsInfo {
  flex-wrap: wrap;
}
.programme-n.sec-offres .boxsInfo .col-20 {
  width: 19%;
}
.tab-content > .active .icons {
  flex-wrap: wrap;
}
.blue-pass-sport .title-section h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #191715;
}
.prelevement-bottom.bg-grey img {
  margin-right: 5px;
}
.info-contact .boxInfo .boxicon .img {
  margin-bottom: 25px;
}
.info-contact .btn-blue {
  margin-top: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-contact .btn-blue a:hover {
  transform: none;
}
section.pre-inscri {
  margin-top: 76px;
  margin-bottom: 67px;
}
.btn-blue a {
  position: relative;
  padding-right: 60px;
}

.btn-blue a:after {
  position: absolute;
  content: url("../images/arrow-right.svg");
  right: 20px;
  top: 20px;
  transform: scale(0.9);
}
.form-submit p:after {
  position: absolute;
  content: url("../images/arrow-right-blue.svg");
  right: 22px;
  top: 22px;
}
.form-submit p {
  display: inline-grid;
  position: relative;
}
.green-pass-sport .container-fluid .col-7 {
  background: #f2f2f2;
  padding-left: calc((100% - 1170px) / 2);
}
.green-pass-sport .container-fluid .col-5 {
  background: #0382c3;
  padding-right: calc((100% - 1170px) / 2);
}
.green-pass-sport .container-fluid .col-5 .form-submit {
  padding-left: 0;
}
.green-pass-sport .container-fluid .col-5 .contact-form-wrapper {
  max-width: 100%;
}
.green-pass-sport .container-fluid .col-5 .content-form {
  padding-left: 0;
}
.listeClubs .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.listeClubs.w-100 .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.listeClubs .img-club img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listeClubs .liste-clubs {
  position: absolute;
  background: #0382c3;
  height: 250px;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 9999999999999999999999; */
}
.listeClubs button {
  border: none;
  background-color: #0382c32b;
  padding: 20px 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  transition: 0.2s;
  border: 1px solid #d7d7d7;
}
.listeClubs button i {
  transition: 0.3s ease-in-out;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.listeClubs button:focus {
  pointer-events: none;
}

.listeClubs button:focus ~ .dropdown {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
.listeClubs button:focus i {
  transform: rotate(180deg);
}
.listeClubs .dropdown-container {
  position: relative;
}
.listeClubs .dropdown {
  position: absolute;
  top: calc(100% + 20px);
  width: 100%;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  padding: 5px;
  background: #000;
  border: solid 1px #000;
}
.listeClubs .dropdown a {
  text-decoration: none;
  user-select: none;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #a9a9a9;
  font-weight: 600;
  transition: 0.2s;
}
.listeClubs .dropdown a:hover {
  background-color: #2f2f2f;
  color: #fff;
}
.listeClubs .dropdown {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 100%;
  z-index: 9999; /* Assurez-vous qu'il est au-dessus */
  pointer-events: auto; /* Permet les clics */
}
.listeClubs .dropdown-container:hover .dropdown {
  display: block !important;
}
.gs_logo_single .gs_logo_single--inner > a,
.gs_logo_single > a {
  pointer-events: none;
}

.cG-Locaux.cg-strength-tab .nav-link .img-active {
  display: none;
}
.cG-Locaux.cg-strength-tab .nav-link .img-inactive {
  display: inline-block;
}

.cG-Locaux.cg-strength-tab .nav-link.active .img-active {
  display: inline-block;
}

.cG-Locaux.cg-strength-tab .nav-link.active .img-inactive {
  display: none;
}
.form-submit p:after {
  transition: all 0.3s ease;
}
.form-submit p:hover:after {
  transform: translateX(5px);
  transition: all 0.3s ease;
}
.workout-section.nasm-workout .workout-grid {
  gap: 0;
}
.workout-card.nasm img {
  width: auto;
  object-fit: inherit;
  height: auto;
}

.workout-card.nasm {
  background-color: #123258;
}

.workout-card.nasm h3,
.workout-card.nasm p {
  color: #fff;
}

.workout-card.nasm .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  height: calc(100% - 60px);
}

.workout-card.nasm::before {
  background: transparent;
  transition: none;
}
.workout-card.nasm .content h3 {
  font-weight: 600;
  font-size: 32px;
}
.workout-card.nasm:hover img {
  transform: inherit;
}
section.nasm-cerif,
.img-apropos {
  position: relative;
  overflow: hidden;
  clear: both;
  height: 416px;
  display: flex;
  align-items: center;
}
.formation-nasm .accordion {
  margin-top: 3rem !important;
}
.workout-section.nasm-workout .workout-card.nasm a {
  color: #fff;
  text-decoration: none;
}
section.nasm-cerif .img-section,
.img-apropos .img-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.img-apropos h3 {
  color: #fff;
  font-weight: 600;
}
.date {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #ffffff80;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #191715;
}

.date span {
  display: block;
}

.date .mois {
  font-size: 16px;
  text-transform: uppercase;
}

.date .anne {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

section.nasm-cerif p {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #191715;
}

section.nasm-cerif p span {
  font-weight: bold;
  text-transform: uppercase;
}

section.nasm-cerif .price {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #0382c3;
}
.img-anim {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.img-anim div {
  background: #0382c3;
  position: absolute;
  margin: 0 auto;
  bottom: -15px;
  left: 0;
  right: 0;
  display: table;
  padding: 8px 50px;
  border-radius: 8px 0;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
}
.cgStrength.txt-nasm p {
  width: 91%;
  margin: 0 auto;
}
.img-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.faq {
  background: #f2f2f2;
}
.w-90 {
  width: 90%;
  margin: 0 auto;
}
.formation-nasm .from-inscri h3 {
  text-transform: initial;
  padding: 0 20px;
  font-size: 24px;
  line-height: 24px;
}
.accordion-body {
  padding-left: 0;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  padding: 20px 0;
  border-radius: 0;
}
.accordion-item:first-of-type {
  border: none !important;
}
.content-faq h4 {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  margin-bottom: 15px;
  color: #000;
}
.contact-icone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.contact-icone .fa {
  font-size: 18px;
  color: #0382c3;
  margin-right: 5px;
}

.contact-lib {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-icone a {
  color: #000;
}
.contact-lib p {
  margin-top: 15px;
}
.contact-icone .btn-blue a {
  font-size: 12px;
  color: #fff;
  padding-right: 45px;
}
.contact-icone .btn-blue a:after {
  transform: scale(0.7);
  top: 16px;
}
.content-faq li {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  margin: 40px 0;
  position: relative;
  color: #000;
}
.content-faq {
  padding: 0 120px 50px;
}
.content-faq li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -20px;
  background: #0382c3;
}
.content-faq li:first-child {
  margin-top: 0;
}
.content-faq li::marker {
  margin-left: 50px !important;
}
.content-faq ol {
  padding-left: 0 !important;
}
.content-faq li:last-child:after {
  display: none;
}
.content-faq li:last-child {
  margin-bottom: 0;
}
h2.titleSport span:nth-child(1) {
  font-size: 20px;
}
.infoCG.bodyattack h2.titleSport {
  line-height: 34px;
}
.workout-overlay a:hover {
  text-decoration: none;
}
.activity.test-carousel .img-carousel {
  height: auto;
}
#carouselPrincipal .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 2px;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.banner-interne {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.formation-nasm .accordion-body a {
  color: #0382c3;
}
.cg-academy .icon-tabs img {
  height: 60px;
}
.cg-academy .icon-tabs svg {
  height: 45px;
}
.cG-Locaux.cg-strength-tab.cg-academy .nav-tabs .nav-link {
  background: #0382c3;
}

.cG-Locaux.cg-strength-tab.cg-academy .nav-tabs .nav-link.active {
  color: #0382c3 !important;
  background: #000;
}
.eals-slider-slider.jsx-2855023593,
.eals-slider-slider.jsx-1593270393,
.eals-slider-slider.jsx-1406658911 {
  width: 100%;
}
.gs_logo_single img {
  max-height: 80px;
  object-fit: contain;
}
.blue-pass-sport .cG-Locaux .nav-tabs .nav-link .icon-tabs img {
  width: auto;
  height: 46px;
}
.blue-pass-sport .cG-Locaux .nav-tabs .nav-link .icon-tabs {
  margin-bottom: 5px;
}
.vc_col-md-6.sinaa {
  padding-top: 50px;
  width: 50%;
  margin: 0 auto 50px;
}
.img-active svg,
.img-inactive svg {
  height: 45px;
}
.img-active .st0 {
  fill: #698071 !important;
}
.img-inactive .st0 {
  fill: #fff !important;
}
.programme-n.sec-offres h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: inherit;
}
.programme-n .boxInfo {
  align-items: center;
  justify-content: center;
}
.programme-n.sec-offres .boxicon .img {
  background: none;
  border: 0;
  margin: auto;
}
.programme-n.sec-offres .boxsInfo p {
  margin-bottom: auto;
}
.programme-n.sec-offres .boxInfo .boxicon {
  gap: 5px;
}
#green .boxsInfo.d-flex.mb-5.mt-5.icons {
  justify-content: center;
}
.banner.banner-strength .btn-blue a {
  color: #fff !important;
  cursor: pointer;
}
.bodyattack .content-left p {
  text-align: left;
  margin: 0;
}
#carouselBA .carousel-item {
  height: auto;
}
.faq .title-blue {
  display: block;
}
.pagefound {
  text-align: center;
}
.pagefound .img-center {
  padding: 0 25px 15px;
}
h1.title-404 {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  font-family: montserrat;
}
p.text-404 {
  margin-top: 30px;
}
#primary {
  background-image: url("/tn/wp-content/themes/california/images/bg404.jpg");
  background-repeat: no-repeat;
}
.content-faq {
  padding: 0 15px;
}
.content-faq.content-politique .col-6 {
  padding: 0 30px;
  margin: 0 auto;
}
.content-faq.content-politique h4 {
  color: #00bfff;
  text-transform: uppercase;
}
.content-faq.content-politique li {
  list-style: none;
  margin: inherit;
  color: #333;
}
.content-faq.content-politique p {
  text-align: justify;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}
.content-faq.content-politique ul {
  padding-left: 0;
}
.content-faq.content-politique li:after {
  display: none;
}
section.activity .carousel-control-prev-icon:after,
section.activity .carousel-control-next-icon:after,
section.objectifs .carousel-control-prev-icon:after,
section.objectifs .carousel-control-next-icon:after {
  color: #fff;
}
section.activity,
section.objectifs {
  background: #000;
}
section.objectifs.home {
  background: initial;
}
section.objectifs.home .carousel-control-prev-icon:after,
section.objectifs.home .carousel-control-next-icon:after {
  color: #000;
}
.d-flex.formation-nasm .accordion-button:not(.collapsed)::after,
.d-flex.formation-nasm .accordion-button::after {
  color: #0382c3;
}
.modal.fade {
  transition: none !important;
  opacity: 1 !important;
}
section.listeClubs.w-100 .img-club {
  width: 100%;
}
.club-header .form-control {
    font-size: 16px;
}
/* Responsive */
@media (max-width: 1024px) {
  section.infoCG.bodyattack.pt-5 .boxsInfo.d-flex.mb-5.mt-5.icons {
    margin-top: 0 !important;
  }
  section.infoCG.bodyattack.pt-5 {
    padding-top: 0 !important;
  }
  .btn-blue a {
    padding-right: 50px;
  }
  .workout-overlay {
    padding: 10px;
  }

  .workout-title {
    font-size: 16px;
    gap: 5px;
  }

  .workout-card.nasm .content h3 {
    font-size: 26px;
  }
  .menu ul li a,
  .nav-right ul li a {
    font-size: 14px;
  }
  .menu ul li,
  .nav-right ul li {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .workout-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  section.partenaires ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.partenaires ul li {
    width: auto;
    margin: 5px;
  }
  .banner h1 {
    font-size: 38px;
  }
  .menu,
  .nav-right {
    display: none;
  }
  .flex-menu.d-none.visible-xs.visible-sm,
  .logo.d-none.visible-xs.visible-sm {
    display: block !important;
  }
  .logo.d-none.visible-xs.visible-sm {
    position: absolute;
    top: 5px;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
  }
  .logo.d-none.visible-xs.visible-sm img {
    max-height: 70px;
  }
  .nav-right-mobile {
    display: block;
  }
  #menu-toggle span {
    display: block;
    background: #fff;
  }
  #menu-toggle {
    width: 40px;
    height: 32px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    z-index: 9999999;
  }
  #menu-toggle #hamburger {
    position: absolute;
    height: 26px;
    width: 40px;
  }
  #menu-toggle #hamburger span {
    width: 40px;
    height: 2px;
    position: relative;
    margin: 0px auto;
    margin-bottom: 8px;
  }
  #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
  }
  #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
  }
  #menu-toggle #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
    margin-bottom: 0;
  }
  #menu-toggle #cross {
    position: absolute;
    height: 25px;
    width: 25px;
    transform: rotate(45deg);
    /*top: 45px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 12px;
    transition-delay: 0s;
  }
  #menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 11px;
    transition-delay: 0.25s;
  }

  #menu-toggle.open #hamburger span {
    width: 0%;
  }
  #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }
  #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
  }
  #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
  }
  #menu-toggle.open #cross span:nth-child(1) {
    height: 100%;
    transition-delay: 0.625s;
  }
  #menu-toggle.open #cross span:nth-child(2) {
    width: 100%;
    transition-delay: 0.375s;
  }
  .big {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    z-index: 99999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: 20px;
    top: 20px;
  }
  .big::before,
  .big::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 33px;
    left: 5px;
    background: #fff;
  }
  .big::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .big::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .closebtn.big::before,
  .closebtn.big::after {
    content: "";
    height: 2px;
    width: 25px;
    top: 13px;
    left: 20px;
    background: #fff;
  }
  .menuFixed {
    height: auto;
    overflow: auto;
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    align-items: flex-start;
    /* padding-top: 20px; */
  }
  .menu-mobile {
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    -ms-transform: translateX(100%);
    background: #000;
    -webkit-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: auto;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: flex-start;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    overflow: auto;
    padding: 50px;
    flex-direction: column;
    /* background: rgb(212 50 61 / 80%); */
    overflow: auto;
  }
  .menu-open {
    transform: translateX(0vw);
    z-index: 99999;
  }
  header {
    height: 85px;
    max-width: 100%;
    left: 0;
    right: 0;
  }
  header .container.d-flex {
    width: 100% !important;
    padding: 0 15px !important;
    max-width: 100% !important;
    justify-content: flex-start;
  }
  .logo {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
  }
  .cG-Locaux .nav-tabs {
    height: auto;
  }
  .cG-Locaux .nav-item {
    /* Pour 11 onglets : 6 sur ligne 1, 5 sur ligne 2 */
    flex: 1 1 calc(16.666% - 2px); /* 6 onglets par ligne */
    min-width: 120px;
    border-top: 1px solid #fff;
  }
  .cG-Locaux .nav-item:nth-child(n + 7) {
    flex: 1 1 calc(20% - 2px); /* 5 onglets sur ligne 2 */
  }
  .infoCG .container,
  .activity .container,
  .container {
    width: 90% !important;
    max-width: 100% !important;
  }
  .programme-n.sec-offres .boxsInfo .col-20 {
    width: 24%;
  }
  .icon-cpteur {
    transform: scale(0.7);
  }

  .box-cpteur p {
    margin-top: 0;
  }

  .compteur .boxsInfo .col-20 {
    width: 24%;
  }

  .compteur .boxsInfo.d-flex.mb-5.mt-5.mt-5 {
    flex-wrap: wrap;
  }
  .col-20 {
    min-height: 208px;
    height: auto;
  }
  .menu-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-mobile li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
  }
  .menu-mobile li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #ffffff96;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    height: 45px;
    line-height: 45px;
  }
  .menu-mobile ul {
    padding: 0;
    margin-bottom: 0;
  }
  .menu-mobile #menu-nav_right li:last-child a {
    background: #0382c3;
    padding: 3px 10px;
    border-radius: 35px;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    margin-top: 15px;
  }
  .green-pass-sport .container-fluid .col-5 {
    padding-right: 5%;
  }
  .menu-principal {
    width: 100%;
  }
  .menu-mobile #menu-nav_right li:last-child {
    border-bottom: none;
  }

  .green-pass-sport .container-fluid .col-7 {
    padding-left: 5%;
  }
  .workout-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .exercice.formateurs .container {
    flex-direction: column;
  }

  .exercice.formateurs .container .col-8 {
    width: 100%;
    margin-top: 20px;
  }

  section.nasm-cerif .col-5 {
    width: 100%;
  }
  .exercice.formateurs .container .col-4 {
    width: 100%;
  }
  .contact-icone {
    height: auto;
    padding: 30px 0;
  }

  .contact-icone .btn-blue {
    margin-top: 15px;
  }
  .cs-tab-nav.bs-tab-nav.cs-tab-nav-fit li {
    flex: 1 1 calc(20% - 2px);
    min-width: 120px;
    border-top: 1px solid #fff !important;
    padding: 15px 5px !important;
  }
  .cs-tab-nav.bs-tab-nav.cs-tab-nav-fit ul {
    display: flex;
    flex-wrap: wrap;
    background: #191715;
  }
  .footer-widget .col-md-6.text-right.text-md-end,
  aside#block-9 .col-md-6.text-left.text-md-start {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
  }
  footer > div.footer-bottom.bg-black .col-md-6.text-right.text-md-end:after {
    display: none;
  }
  footer .menu,
  footer .nav-right {
    display: block;
  }
}

@media (max-width: 785px) {
  .programme-n.sec-offres .boxsInfo .col-20,
  .compteur .boxsInfo .col-20,
  .col-20 {
    width: 32%;
  }
  .img-anim div {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px 30px;
  }

  .banner.banner-nasm .col-8 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .scrollable-tabs .nav-item {
    flex: 0 0 80% !important;
    min-width: 80% !important;
    max-width: 80% !important;
  }
  .scroll-tab-btn {
    width: 35px !important;
    height: 35px !important;
    font-size: 22px !important;
  }
  .footer-logo {
    max-width: 150px;
  }

  .footer-title {
    margin-top: 20px;
  }

  .social-icons {
    justify-content: center;
  }

  .app-badges {
    align-items: center;
  }
  .carousel-side {
    display: none;
  }

  .content-center {
    padding: 40px 20px;
  }

  .title-blue {
    font-size: 1.8rem;
  }

  .custom-prev {
    left: 10px;
  }

  .custom-next {
    right: 10px;
  }
  .workout-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .workout-card img {
    height: 350px;
  }
  .gallery-row {
    flex-direction: column;
    height: auto;
  }

  .gallery-col,
  .instagram-box,
  .gallery-col-large {
    height: auto;
    margin-top: 0;
  }
  section.form-interne {
    flex-direction: column;
  }

  section.form-interne .maps-inscri {
    min-height: 300px;
  }
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-item:nth-child(3) {
    border-right: none;
  }

  .pricing-item:nth-child(4),
  .pricing-item:nth-child(5) {
    border-top: 1px solid #999;
  }

  .pricing-item:nth-child(4) {
    grid-column: 1 / 3;
    border-right: 1px solid #999;
  }

  .pricing-item:nth-child(5) {
    grid-column: 3 / 4;
  }
  .banner,
  .img-banner {
    max-height: 100vh;
  }
  .banner .col-6 {
    width: 100%;
  }
  .cG-Locaux .nav-item {
    /* 6 onglets sur ligne 1, 5 sur ligne 2 */
    flex: 1 1 calc(16.666% - 2px);

    min-width: 100px;
  }
  .cG-Locaux .nav-item:nth-child(n + 7) {
    flex: 1 1 calc(20% - 2px);
  }
  .container {
    max-width: 95% !important;
  }
  .banner h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .btn-blue a {
    font-size: 14px;
    padding: 12px 16px;
  }
  .cG-Locaux .tab-content .tab-pane .p-3 {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }

  .cG-Locaux .tab-content .tab-pane .p-3 .col-6 {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .cG-Locaux .tab-content p {
    padding: 15px 0 !important;
  }
  .objectifs .custom-carousel-wrapper .row {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .objectifs .custom-carousel-wrapper .row .col-md-4 {
    width: 100%;
  }
  .objectifs .custom-carousel-wrapper {
    min-height: auto;
    background: transparent;
  }

  .objectifs .carousel-side {
    display: block;
  }

  .exercice .container {
    display: flex;
    flex-direction: column;
  }

  .exercice .container .col-6 {
    width: 100%;
  }

  footer .row.align-items-center {
    flex-direction: column;
  }

  footer
    > div.footer-bottom.bg-black
    > div
    > div
    > div.col-md-6.text-right.text-md-end,
  footer
    > div.footer-bottom.bg-black
    > div
    > div
    > div.col-md-6.text-left.text-md-start {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  footer
    > div.footer-bottom.bg-black
    > div
    > div
    > div.col-md-6.text-right.text-md-end:after {
    display: none;
  }

  section.partenaires ul li {
    list-style: none;
  }
  .boxsInfo.icons .col-lg-3.col-md-3 {
    width: 50%;
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 10px;
  }
  .boxsInfo.d-flex.mb-5.mt-5.icons {
    flex-wrap: wrap;
    padding-bottom: 0 !important;
  }
  .boxsInfo.icons .col-lg-3.col-md-3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    background: #ffffff33;
  }
  .boxsInfo.icons .col-lg-3.col-md-3 .boxInfo {
    padding-bottom: 15px;
  }
  section.form-interne .col-6 {
    width: 100%;
  }
  .blue-pass-sport .title-section h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .blue-pass-sport .cG-Locaux li.nav-item {
    flex: 1 1 calc(33.33% - 2px);
    min-width: 120px;
  }
  .activity .container {
    margin: 0 auto !important;
    /* padding: 0!important; */
  }

  .activity .bg-grey {
    padding: 50px 0 !important;
  }

  .activity .container .tab-content {
    padding: 15px 0 0 !important;
  }
  .activity figcaption {
    font-size: 18px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  .content-tab-banner span {
    font-size: 14px;
  }
  .sec-eleven .d-flex.banner-offres,
  .sec-eleven .d-flex.banner-offres .col-6 {
    width: 100%;
    height: auto !important;
  }
  #blue-tab .icon-tabs,
  #yellow-tab .icon-tabs,
  #green-tab .icon-tabs {
    transform: scale(0.5);
  }
  #blue-tab span,
  #yellow-tab span,
  #green-tab span {
    font-size: 12px;
  }
  .container-fluid.obj-offres.ps-5.pe-5,
  .container-fluid.obj-offres.ps-5.pe-5 .tab-content,
  .container-fluid.obj-offres.ps-5.pe-5,
  .container-fluid.obj-offres.ps-5.pe-5 .tab-content .p-5 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .cG-Locaux.cg-strength-tab .tab-pane.active .container,
  .cG-Locaux.nutritionniste-tab .tab-pane.active .container {
    flex-direction: column;
  }

  .cG-Locaux.cg-strength-tab .tab-pane.active .container .col-6,
  .cG-Locaux.nutritionniste-tab .tab-pane.active .container .col-6 {
    width: 100%;
  }

  .cG-Locaux.cg-strength-tab .tab-pane.active .container .col-6 img,
  .cG-Locaux.nutritionniste-tab .tab-pane.active .container .col-6 img {
    text-align: center;
    margin: 0 auto;
  }

  .cG-Locaux.cg-strength-tab .tab-pane.active .img,
  .cG-Locaux.nutritionniste-tab .tab-pane.active .img {
    margin: 20px auto;
  }

  .workout-card {
    height: 350px;
  }

  section.green-pass-sport .container {
    display: flex;
    flex-direction: column;
  }

  section.green-pass-sport .container .col-7,
  section.green-pass-sport .container .col-5 {
    width: 100%;
  }

  section.green-pass-sport {
    background: rgb(242, 242, 242);
  }
  .boxs-avtges {
    flex-direction: column;
  }

  .boxs-avtges .col-6.box-avtges {
    width: 100%;
  }

  section.avtges.bg-grey p:nth-child(1) {
    margin-top: 0;
  }

  .boxs-cpteur .col-4 {
    width: 100%;
  }

  .boxs-cpteur {
    flex-direction: column;
  }
  .col-6.box-avtges > div {
    padding: 15px;
  }

  .boxs-avtges .col-6.box-avtges ul {
    padding-left: 0;
  }

  .col-6.box-avtges li {
    padding-left: 30px;
  }

  .col-6.box-avtges h4 {
    margin-bottom: 20px;
  }
  section.descriptionAccordion .container {
    display: flex;
    flex-direction: column;
  }

  section.descriptionAccordion .container .col-5,
  section.descriptionAccordion .container .col-7 {
    width: 100%;
    margin: 10px auto;
  }

  #accordionExample {
    width: 100%;
  }
  h2.titleSport {
    font-size: 26px;
    line-height: 34px;
  }
  .contact-form-wrapper .col-6 {
    width: 100%;
  }
  .from-inscri .col-6 .form-submit {
    text-align: center;
  }
  .btn-blue a:after {
    top: 10px;
    transform: scale(0.7);
  }
  .btn-blue a {
    padding-right: 50px;
  }
  .green-pass-sport .container-fluid .col-5 {
    padding-right: 5%;
  }
  .green-pass-sport .container-fluid .col-7 {
    padding-left: 5%;
  }
  .green-pass-sport .container-fluid {
    flex-direction: column;
    display: flex;
  }
  .green-pass-sport .container-fluid .col-7 {
    width: 100%;
    padding: 0 15px;
  }
  .green-pass-sport .content-interne p,
  .green-pass-sport .content-interne li {
    padding-right: initial;
  }
  .green-pass-sport .content-interne {
    padding: 30px 15px 0;
  }
  .green-pass-sport .container-fluid .col-5 {
    width: 100%;
  }
  .content-form {
    padding: 0 !important;
    width: 100%;
  }
  .green-pass-sport .container-fluid .col-5 .content-form .wpcf7 {
    width: 90%;
    margin: 0 auto;
  }
  .from-inscri h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .listeClubs .liste-clubs {
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding: 30px 15px;
  }
  .listeClubs .img-club img {
    height: 300px;
  }
  .listeClubs button {
    font-size: 12px;
    padding: 20px 15px;
  }
  .d-flex.formation-nasm {
    flex-direction: column;
  }

  .formation-nasm .col-5,
  .formation-nasm .col-7 {
    width: 100%;
  }
  .img-formation {
    text-align: center;
  }
  h2.accordion-header button {
    font-size: 15px;
    padding: 20px 0;
  }
  .content-faq {
    padding: 0 60px 30px;
  }
  .content-faq h4 {
    font-size: 15px;
  }
  #digitu_gestion_planning_history .cs-tab.cs-tab-default .cs-tab-nav li {
    min-width: 100px;
  }
  .content-faq.content-politique {
    padding: 0 15px;
  }
  .content-faq.content-politique .col-6 {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .cG-Locaux .nav-item {
    /* MÃªme principe mais texte plus petit */
    flex: 1 1 calc(16.666% - 2px);
    min-width: 80px;
  }
  .tab-item:nth-child(n + 7) {
    flex: 1 1 calc(20% - 2px);
  }
  .banner .col-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner,
  #carouselPrincipal,
  .img-banner {
    /*height: 450px;*/
  }
  .tab-content > .active .icons {
    justify-content: center;
  }
  .objectifs .carousel-side {
    height: 250px;
  }
  .title-blue {
    font-size: 14px;
    display: inline-block;
    margin: 0px !important;
  }
  h2.title-blue.mb-5 {
    margin-bottom: 0 !important;
  }
  .title-blue div {
    display: inline-block;
  }
  .objectifs .custom-carousel-wrapper .row .col-md-4:nth-child(2) {
    padding: 14px;
  }
  section.offres .col-6 {
    width: 100%;
  }
  section.offres {
    background-size: cover;
  }
  .activity .scrollable-tabs .nav-item {
    flex: 0 0 1% !important;
    min-width: 100% !important;
    max-width: 100 !important;
  }
  .programme-n.sec-offres .boxsInfo .col-20,
  .compteur .boxsInfo .col-20,
  .col-20 {
    width: 48%;
  }
  .cgStrength .d-flex.icons {
    flex-direction: column;
    align-items: center;
    margin: 20px auto !important;
    width: 100%;
  }

  .green-pass-sport .content-interne p,
  .green-pass-sport .content-interne li {
    padding-right: initial;
  }

  .green-pass-sport .content-interne {
    padding: 15px 15px 15px 0;
  }

  .green-pass-sport .content-interne h3 {
    font-size: 20px;
  }

  .cG-Locaux.cg-strength-tab .nav-tabs,
  .cG-Locaux.nutritionniste-tab .nav-tabs {
    max-width: 100%;
    height: 84px;
  }

  .cG-Locaux.cg-strength-tab li.nav-item,
  .cG-Locaux.nutritionniste-tab li.nav-item {
    height: 84px;
  }

  .cg-strength-tab button .icon-tabs,
  .nutritionniste-tab button .icon-tabs {
    transform: scale(0.8);
  }

  .cg-strength-tab button span,
  .nutritionniste-tab button span {
    font-size: 12px;
    /* flex-wrap: wrap; */
    /* display: flex!important; */
    white-space: normal;
  }
  .container-fluid.objectifs.ps-5.pe-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cG-Locaux.cg-academy .nav-tabs .nav-link {
    gap: 0;
  }
  .cG-Locaux.cg-academy .col-4,
  .cG-Locaux.cg-academy .col-8 {
    width: 100%;
  }
  .avtges .btn-blue a {
    display: block;
    line-height: 20px;
    white-space: normal;
  }
  #digitu_gestion_planning_history .cs-tab.cs-tab-default .cs-tab-nav li {
    min-width: 25%;
  }
	header {
    position: relative;
    background: #191715 !important;
}
}
@media (max-width: 480px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-item {
    border-right: none;
    border-bottom: 1px solid #999;
    padding: 15px;
  }

  .pricing-item:last-child {
    border-bottom: none;
  }

  .pricing-item:nth-child(4) {
    grid-column: 1;
  }

  .pricing-item:nth-child(5) {
    grid-column: 1;
  }
  .blue-pass-sport .cG-Locaux li.nav-item {
    flex: 1 1 calc(50% - 2px);
  }
  .programme-n.sec-offres .boxsInfo .col-20,
  .compteur .boxsInfo .col-20,
  .col-20 {
    width: 100%;
    height: auto;
  }
  .compteur .boxsInfo .col-20,
  .col-20 {
    min-height: auto;
  }
  .compteur .boxInfo {
    padding-bottom: 20px;
  }
  .pricing-item:nth-child(4) {
    border-right: none;
  }
  .boxsInfo.icons .col-lg-3.col-md-3 {
    width: 100%;
  }

  section.infoCG .boxsInfo.d-flex.mb-5.mt-5.icons {
    padding-top: 0 !important;
  }
  .banner.banner-nasm .container {
    width: 100%;
  }
  .btn-blue {
    white-space: nowrap;
  }
  .btn-blue a::after {
    top: 12px;
  }
  .workout-card.nasm {
    min-height: 420px;
  }
  .workout-card.nasm {
    min-height: 420px;
  }

  section.nasm-cerif p {
    font-size: 28px;
  }

  section.nasm-cerif .price {
    font-size: 30px;
  }
  .content-faq {
    padding: 0;
  }
}
@media (max-width: 470px) {
  #digitu_gestion_planning_history .cs-tab.cs-tab-default .cs-tab-nav li {
    min-width: 50%;
  }
  #digitu_gestion_planning_history
    .cs-tab.cs-tab-default
    .cs-tab-nav
    li:nth-child(3) {
    min-width: 100%;
  }
}
/********/
/* Desktop - 3 colonnes visibles */
@media (min-width: 769px) {
  #carouselactivity1 .col-md-4 {
    flex: 0 0 calc(33.333% - 0.67rem) !important;
    max-width: calc(33.333% - 0.67rem) !important;
  }
}

/* Mobile et tablette - 1 colonne visible */
@media (max-width: 768px) {
  #carouselactivity1 .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Masquer les autres Ã©lÃ©ments sur mobile */
  #carouselactivity1 .carousel-item .row {
    overflow: hidden;
  }

  #carouselactivity1 .col-md-4:not(:first-child) {
    display: none !important;
  }
	/*********/
	.banner-interne {
    height: auto;
}
	/**.banner, .img-banner {
    height: auto !important;
    min-height: unset !important;
}

.img-banner img {
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
    max-height: none !important;
}

.carousel-item .container {
    height: auto;
}

.banner, #carouselPrincipal {
    height: auto;
}**/
/******/
}
/*********/
/*******Contact form*******/
.contact-form-wrapper {
  max-width: 90%;
  padding: 40px 0px;
}

.wpcf7-text,
.wpcf7-number,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  padding: 10px 10px 15px 15px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 01);
  background: rgba(255, 255, 255, 0);
  color: #fff;
  transition: all 0.3s ease;
  padding-left: 40px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.wpcf7-text::placeholder,
.wpcf7-number::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder,
.wpcf7-textarea::placeholder {
  color: #fff;
}
.wpcf7-select option {
  background: #0382c3;
}
.wpcf7-text:focus,
.wpcf7-number:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-select:focus,
.wpcf7-textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
}

.wpcf7-textarea {
  height: 150px;
  resize: vertical;
}

.form-submit {
  /* text-align: center; */
  margin-top: 50px;
  padding-left: 10%;
}
.btn-blue a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(3, 130, 195, 0.3);
  padding-right: 65px;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
}
.btn-blue a {
  transition: 0.2s;
}
.btn-blue a:hover:after {
  right: 18px;
  transform: scale(0.9) translateX(3px);
}
.wpcf7-submit {
  background: white;
  color: #0382c3;
  border: none;
  padding: 15px 50px 15px 40px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
}
span.wpcf7-not-valid-tip {
  display: none;
}
form.wpcf7-form.invalid .wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #9e0000;
}
.wpcf7-not-valid-tip {
  color: #9e0000;
  font-size: 12px;
  margin-top: 5px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 0;
  background: transparent !important;
  color: #ffb900;
  border: none !important;
  clear: both;
}
.form-row {
  position: relative;
}

.form-row:before {
  position: absolute;
  left: 0;
  top: 35px;
  content: "";
}
.formulaire-E .from-inscri {
  padding: 15px;
}

.from-inscri .form-row {
  width: 80%;
  margin: 0 auto;
}
.from-inscri .col-6 .form-submit {
  padding-left: 10%;
}
.form-row.user:before {
  content: url("../images/user.svg");
}
.form-row.email:before {
  content: url("../images/email.svg");
}
.form-row.phone:before {
  content: url("../images/tel.svg");
}
.form-row.msg:before {
  content: url("../images/msg.svg");
}
.form-row.gvr:before {
  content: url("../images/maps-white.svg");
}
.form-row.nbre-user:before {
  content: url("../images/grp-user.svg");
}
.form-row.paiement:before {
  content: url("../images/carte.svg");
  top: 25px;
}
.form-row.entreprise:before {
  content: url("../images/entreprise.svg");
  top: 25px;
}

/********/
/****Animation*******/

[data-animate-in] {
  opacity: 0;
  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
}

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0);
}

[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0);
}

[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0);
}

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0);
}

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0);
}
[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
}
.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}
/*************/
/**********début planning***********/
table.tt_timetable .event .event_header {
  font-weight: 700 !important;
}
table.tt_timetable .event .top_hour:after {
  content: "" !important;
}
table.tt_timetable .event_container {
  padding: 3px 0px !important;
}

.tt_timetable th {
  padding: 7px 15px !important;
}
table.tt_timetable th {
  height: inherit !important;
  text-transform: none !important;
}
.cs-toggle-title {
  font-weight: 700;
  text-transform: none !important;
}
table.tt_timetable td {
  height: 74px !important;
}
.tt_timetable tr td {
  padding: 0px 6px !important;
}

table.tt_timetable .event .event_header {
  font-size: 12px !important;
  line-height: unset !important;
}
table.tt_timetable .event_container {
  /*  padding: 8px 0px!important; */
}
.tt_timetable tr.row_bleu th,
.tt_timetable tr.row_bleu th strong {
  color: #fff !important;
}
table.tt_timetable .event .top_hour {
  display: contents !important;
}
.cs-tab .cs-tab-nav:before,
.cs-tab .cs-tab-nav:after,
.cs-tab .cs-tab-nav li.active a:after {
  content: "";
  position: absolute;
}
.cs-tab .cs-tab-content {
  display: none;
}
.cs-tab .cs-tab-content.active {
  display: block;
}
/**
 * ---------------------------------------------------------
 * 02. TAB
 * ---------------------------------------------------------
 */
.cs-tab {
  position: relative;
  float: left;
  width: 100%;
  font-size: 13px;
}
.cs-tab .cs-tab-nav {
  position: relative;
}
.cs-tab .cs-tab-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cs-tab .cs-tab-nav ul li {
  position: relative;
}
.cs-tab .cs-tab-nav ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  color: #333;
}
.cs-tab .cs-tab-nav ul li a:hover {
  color: #428bca;
}
.cs-tab .cs-tab-nav ul li.active a {
  color: #428bca;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.cs-tab .cs-tab-nav ul li.active a:after {
  background-color: #428bca;
}
.cs-tab .cs-tab-nav .cs-in {
  margin-right: 5px;
}

.cs-tab.cs-tab-default .cs-tab-nav {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0 -1px 0 #e8e8e8 inset;
  box-shadow: 0 -1px 0 #e8e8e8 inset;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0%, #f5f5f5),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(bottom, #f5f5f5 0%, #ffffff 8px);
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, #ffffff 8px);
  background-image: linear-gradient(to top, #f5f5f5 0%, #ffffff 8px);
}
.cs-tab.cs-tab-default .cs-tab-nav:before,
.cs-tab.cs-tab-default .cs-tab-nav:after {
  /*height: 100%;*/
  width: 30px;
  bottom: 0;
}
.cs-tab.cs-tab-default .cs-tab-nav:before {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0%, #ffffff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(
    left,
    #ffffff,
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.cs-tab.cs-tab-default .cs-tab-nav:after {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    100% 50%,
    0% 50%,
    color-stop(0%, #ffffff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(
    right,
    #ffffff,
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    right,
    #ffffff,
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.cs-tab.cs-tab-default .cs-tab-nav li {
  display: inline-block;
  /*
  display: table-cell;
  width: 1%;
  text-align: center;
  */
}
.cs-tab.cs-tab-default .cs-tab-nav li.active a {
  border-bottom-color: transparent;
}
.cs-tab.cs-tab-default .cs-tab-nav li.active a:after {
  height: 2px;
  top: -1px;
  left: -1px;
  right: -1px;
}
.cs-tab.cs-tab-default .cs-tab-contents {
  clear: both;
  float: left;
  width: 100%;
}
.cs-tab.cs-tab-default .cs-tab-contents .cs-tab-content {
  padding: 20px 0;
}
.cs-tab.cs-tab-left .cs-tab-nav {
  float: left;
  width: 15%;
  padding: 30px 0;
  -webkit-box-shadow: -1px 0 0 #e8e8e8 inset;
  box-shadow: -1px 0 0 #e8e8e8 inset;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    100% 50%,
    0% 50%,
    color-stop(0%, #f5f5f5),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(right, #f5f5f5 0%, #ffffff 8px);
  background-image: -webkit-linear-gradient(right, #f5f5f5 0%, #ffffff 8px);
  background-image: linear-gradient(to left, #f5f5f5 0%, #ffffff 8px);
}
.cs-tab.cs-tab-left .cs-tab-nav:before,
.cs-tab.cs-tab-left .cs-tab-nav:after {
  height: 30px;
  width: 100%;
  right: 0;
}
.cs-tab.cs-tab-left .cs-tab-nav:before {
  top: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.cs-tab.cs-tab-left .cs-tab-nav:after {
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.cs-tab.cs-tab-left .cs-tab-nav a {
  margin: 4px 0;
}
.cs-tab.cs-tab-left .cs-tab-nav li.active a {
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
  border-right-color: transparent;
}
.cs-tab.cs-tab-left .cs-tab-nav li.active a:after {
  width: 2px;
  top: -1px;
  bottom: -1px;
  left: -1px;
}
.cs-tab.cs-tab-left .cs-tab-contents {
  float: right;
  width: 85%;
}
.cs-tab.cs-tab-left .cs-tab-contents .cs-tab-content {
  padding: 20px;
}
.cs-tab.cs-tab-right .cs-tab-nav {
  float: right;
  width: 15%;
  padding: 30px 0;
  -webkit-box-shadow: 1px 0 0 #e8e8e8 inset;
  box-shadow: 1px 0 0 #e8e8e8 inset;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    0% 50%,
    8 50%,
    color-stop(0%, #f5f5f5),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(left, #f5f5f5 0%, #ffffff 8px);
  background-image: -webkit-linear-gradient(left, #f5f5f5 0%, #ffffff 8px);
  background-image: linear-gradient(to right, #f5f5f5 0%, #ffffff 8px);
}
.cs-tab.cs-tab-right .cs-tab-nav:before,
.cs-tab.cs-tab-right .cs-tab-nav:after {
  height: 30px;
  width: 100%;
  right: 0;
}
.cs-tab.cs-tab-right .cs-tab-nav:before {
  top: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.cs-tab.cs-tab-right .cs-tab-nav:after {
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.cs-tab.cs-tab-right .cs-tab-nav a {
  margin: 4px 0;
}
.cs-tab.cs-tab-right .cs-tab-nav li.active a {
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  border-left-color: transparent;
}
.cs-tab.cs-tab-right .cs-tab-nav li.active a:after {
  width: 2px;
  top: -1px;
  bottom: -1px;
  right: -1px;
}
.cs-tab.cs-tab-right .cs-tab-contents {
  float: left;
  width: 85%;
}
.cs-tab.cs-tab-right .cs-tab-contents .cs-tab-content {
  padding: 20px;
}
.cs-tab.cs-tab-nav-center .cs-tab-nav {
  text-align: center;
}
.cs-tab.cs-tab-nav-right .cs-tab-nav {
  text-align: right;
}
.cs-tab .cs-tab-nav-fit li {
  display: table-cell !important;
  width: 1% !important;
  text-align: center;
}

/**
 * ---------------------------------------------------------
 * 03. ACCORDION
 * ---------------------------------------------------------
 */
.cs-accordions {
  margin-bottom: 10px;
}

.cs-accordion {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cs-accordion:last-child {
  border-bottom: none;
}

.cs-accordion-title {
  margin: 0;
  cursor: pointer;
  font-size: inherit;
}
.cs-accordion-title .cs-in {
  width: 1.5em;
  color: #428bca;
}

.cs-anim-icon:before {
  content: "\f054";
  display: inline-block;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.selected .cs-anim-icon:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cs-accordion-content {
  display: none;
  padding-top: 15px;
}

/**
 * ---------------------------------------------------------
 * 04. TOGGLE
 * ---------------------------------------------------------
 */
.cs-toggle {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cs-toggle.cs-no-border {
  border: none;
}

.cs-toggle-title {
  margin: 0;
  font-size: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-toggle-title .cs-in {
  width: 1.5em;
  color: #428bca;
}

.cs-toggle-content {
  display: none;
  padding-top: 15px;
}

.cube {
  position: relative;
  margin-top: -20px;
}

.cube:hover .cube-titre {
  opacity: 1;
  min-height: 35px;
}

.cube-titre {
  opacity: 0;
  position: relative;
  bottom: 0px;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
  color: #000;
  margin-left: 10px;
  margin-top: 15px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/**********Fin planning************/

@media (min-width: 1920px) {
  .banner-interne {
    height: 550px;
  }
}
