/* CSS Document */

/* DÉBUT - HEADER */

@media only screen and (max-width: 992px) {
  html {
    font-size: 20px !important;
  }

  body {
    overflow-x: clip;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }

  h2 {
    font-size: 1.15rem !important;
    line-height: 2.1rem !important;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  p {
    font-size: 0.75rem !important;
    font-weight: 300 !important;
    line-height: 0.9rem !important;
    letter-spacing: -0.007rem !important;
    text-align: center;
  }

  @keyframes marquee {
    from {
      transform: translateX(100%);
    }

    to {
      transform: translateX(-200%);
    }
  }

  .arx_sticky_offer {
    overflow: hidden;
    padding: 12px 10px;
    line-height: 15px;
    font-size: 12px;
  }

  /* .arx_sticky_offer div {
    animation: marquee 15s linear infinite;
  } */

  .arx_sticky_offer a {
    /* text-wrap: nowrap; */
  }

  .arx_navbar {
    display: none;
  }

  .arx_menu_mobile {
    position: fixed;
    width: 100vw;
    display: block !important;
    background-color: #000000b2;
    padding: 24px 12px 24px 28px;
  }

  .arx_navbar_mobile {
    display: flex;
    justify-content: space-between;
  }

  .arx_header_logo_mobile {
    background-image: url("/arx_images/logo_blanc_header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 37px;
    width: 106px;
  }

  .arx_navbar_mobile_buttons {
    display: flex;
    align-items: center;
  }

  .arx_menu_navbar_subscribe_button_mobile {
    text-decoration: none !important;
    background-color: #C10E0F;
    padding: 0px 7px;
    border-radius: 5px;
    border: 1px solid #d50000;
  }

  .arx_menu_navbar_subscribe_button_mobile span {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
  }

  .arx_navbar_mobile_buttons .arx_hamburger {
    margin-left: 12px;
    height: 37px;
    width: 40px;
  }

  .arx_navbar_mobile_buttons .arx_empty_hamburger {
    margin-left: 12px;
    height: 37px;
    width: 40px;
    display: none;
  }

  .arx_navbar_mobile_buttons .arx_empty_hamburger.active {
    margin-left: 12px;
    height: 37px;
    width: 40px;
    display: block;
  }

  .arx_navbar_mobile_buttons .arx_hamburger.active {
    position: fixed;
    top: 30px;
    right: 12px;
    z-index: 5001;
  }

  .arx_navbar_mobile_buttons .arx_hamburger .bar {
    display: block;
    height: 4px;
    width: 40px;
    background: #fff;
    margin: 7px auto;
    transition: all 0.7s ease;
    border-radius: 1px;
  }

  .arx_navbar_mobile_buttons .arx_hamburger.active .bar {
    background: #000000;
  }

  .arx_navbar_mobile_buttons .arx_hamburger.active .top {
    transform: translateY(14px) rotateZ(45deg);
  }

  .arx_navbar_mobile_buttons .arx_hamburger.active .center {
    width: 0;
  }

  .arx_navbar_mobile_buttons .arx_hamburger.active .bottom {
    transform: translateY(-8px) rotateZ(-45deg);
  }

  .arx_navbar_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff url("/arx_images/bg_navmobile.png") left center no-repeat;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50% 100%;
    padding: 170px 12px 40px 170px;
    left: 0px;
    top: 0px;
    z-index: 5000;
    padding-top: 130px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .arx_navbar_container.active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .arx_nav_menu_mobile {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
  }

  .arx_nav_menu_mobile li {
    margin-bottom: 13px;
  }

  .arx_nav_menu_mobile_separator {
    height: 1px;
    width: 23px;
    border-bottom: 1px solid #000000;
    margin: 0 0 0 auto;
  }

  .arx_nav_menu_mobile a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
  }

  .arx_menu_navbar_subscribe_link_mobile {
    display: block;
    text-decoration: none !important;
    margin: 13px 0;
    float: right;
  }

  .arx_menu_navbar_subscribe_link_mobile span {
    /* font-family: Montserrat; */
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.14000000059604645px;
    text-transform: uppercase;
    color: #C10E0F;
  }

  .arx_menu_navbar_social_mobile {
    display: flex;
    position: fixed;
    bottom: 60px;
    right: 17px;
  }

  .arx_menu_navbar_social_mobile .arx_logo_social {
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
  }

  /* Language switcher dropdown */
  .arx_menu_navbar_social_mobile.arx_menu_navbar_social_lang {
    padding: 0;
    border-left: none;
    position: relative;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher {
    position: relative;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 18px;
    padding: 0;
    transition: background-color 0.2s ease;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher__summary::-webkit-details-marker {
    display: none;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher__summary:hover,
  .arx_menu_navbar_social_mobile .onair-language-switcher[open] .onair-language-switcher__summary {
    opacity: 0.8;
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.arx_logo_lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 12px;
    margin-left: 0;
    line-height: 12px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.arx_logo_lang.is-active {
    opacity: 1;
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.arx_logo_lang--fr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Crect width='6' height='12' fill='%230055a4'/%3E%3Crect x='6' width='6' height='12' fill='%23ffffff'/%3E%3Crect x='12' width='6' height='12' fill='%23ef4135'/%3E%3C/svg%3E") !important;
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.arx_logo_lang--nl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Crect width='18' height='4' fill='%23ae1c28'/%3E%3Crect y='4' width='18' height='4' fill='%23ffffff'/%3E%3Crect y='8' width='18' height='4' fill='%2321468b'/%3E%3C/svg%3E") !important;
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.arx_logo_lang--en {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Crect width='18' height='12' fill='%23012169'/%3E%3Crect x='7' width='4' height='12' fill='%23ffffff'/%3E%3Crect y='4' width='18' height='4' fill='%23ffffff'/%3E%3Crect x='8' width='2' height='12' fill='%23c8102e'/%3E%3Crect y='5' width='18' height='2' fill='%23c8102e'/%3E%3C/svg%3E") !important;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: -6px;
    width: max-content;
    padding: 6px 8px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 30;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher[open] .onair-language-switcher__menu {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 18px;
    text-decoration: none;
    color: inherit;
    padding: 0;
    border-radius: 4px;
    filter: unset !important;
  }

  .arx_menu_navbar_social_mobile .onair-language-switcher__code {
    display: none;
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.tiktok {
    background-image: url("/arx_images/logo_noir_tiktok.png");
  }

  .arx_navbar.sticky .arx_menu_navbar_social_mobile .arx_logo_social.tiktok {
    background-image: url("/arx_images/logo_blanc_tiktok.png");
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.instagram {
    background-image: url("/arx_images/logo_noir_instagram.png");
  }

  .arx_navbar.sticky .arx_menu_navbar_social_mobile .arx_logo_social.instagram {
    background-image: url("/arx_images/logo_blanc_instagram.png");
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.facebook {
    background-image: url("/arx_images/logo_noir_facebook.png");
  }

  .arx_navbar.sticky .arx_menu_navbar_social_mobile .arx_logo_social.facebook {
    background-image: url("/arx_images/logo_blanc_facebook.png");
  }

  .arx_menu_navbar_social_mobile .arx_logo_social.youtube {
    background-image: url("/arx_images/logo_yt_black_bg.png");
  }

  .arx_navbar.sticky .arx_menu_navbar_social_mobile .arx_logo_social.youtube {
    background-image: url("/arx_images/logo_yt_white_bg.png");
  }
}

/* FIN - HEADER */

/* CORRECTION DES HAUTEUR DE HEADER SUR LES ÉCRAN NON CONVENTIONNELS */
@media only screen and (max-width: 1600px) {
  .arx_hero {
    height: 96vh;
  }
}

/* DÉBUT - FOOTER */

@media only screen and (max-width: 992px) {
  /* ATTENTION CSS TEMPORAIRE */
  #menu-item-9285 {
    display: none;
  }

  /* FIN - ATTENTION CSS TEMPORAIRE */

  footer {
    display: block;
    position: relative;
    height: 324px;
    background-image: url("/arx_images/logo_transparent.svg");
    background-origin: content-box;
    padding: 5px 0 4px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .arx_footer_left {
    display: none;
  }

  .arx_footer_center {
    padding-top: 30px;
    width: 100%;
    gap: inherit;
  }

  .arx_menu_footer_container_1,
  .arx_menu_footer_container_2,
  .arx_menu_footer_container_3 {
    font-size: 15px;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
  }

  .arx_menu_footer_container_1 {
    margin-left: 20px;
  }

  .arx_menu_footer_container_2 {
    margin-left: 40px;
  }

  .arx_menu_footer_container_3 {
    margin-left: 25px;
    margin-right: 20px;
  }

  .title_footer_menu_1,
  .title_footer_menu_2,
  .title_footer_menu_3 {
    margin-bottom: 20px;
  }

  .arx_menu_footer_container_1 p,
  .arx_menu_footer_container_2 p,
  .arx_menu_footer_container_3 p {
    text-align: left !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
  }

  .arx_footer_center li {
    margin-bottom: 10px;
  }

  .arx_footer_center li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
  }

  .arx_footer_right {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0px;
    /* right: 27px; */
    width: auto;
  }

  .arx_footer_right .arx_logo_social {
    width: 31px;
    height: 31px;
    margin-right: 9px;
  }

  .arx_footer_right .arx_footer_right_logo {
    display: none;
  }

  .menu-menu-footer-1-container ul {
    margin-bottom: 0px;
  }

  
  .arx_reservation_essai_container {
    padding-top: 50px !important;
  }

.arx_reservation_essai_form .form-control#date_naissance {
    display: block !important;
    height: 80px !important;
    max-width: -webkit-fill-available !important;
  }
}

/* FIN - FOOTER */

/* DÉBUT - TEMPLATE - RÉSERVATION LINE */
@media only screen and (max-width: 992px) {
  .arx_inscription_presentation_container {
    display: flex;
    flex-direction: column;

    padding: 40px 20px 115px 20px;

    background-image: url("/arx_images/logo_bg_white_mobile.svg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    gap: 15px;
  }

  .arx_element_line {
    display: grid;
    grid-template-columns: 60px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 15px;
    grid-row-gap: 0px;

    width: auto;
    margin: 10px 0;
    position: relative;
  }

  .arx_element_line_title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1rem;
    letter-spacing: -0.007rem;
    text-align: left;
    margin-bottom: 4px;
  }

  .arx_element_line_subtitle {
    font-size: 16.8px;
    font-weight: 500;
    line-height: 20.48px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
  }

  .arx_element_line_icon {
    z-index: 2;
    position: relative;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 2px solid #545454;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 28px;
    margin-bottom: 0px;
    width: auto;
    height: auto;

    grid-area: 1 / 1 / 3 / 2;
  }

  .arx_inscription_presentation_container::before {
    display: none;
  }

  .arx_element_line_icon::before {
    content: "";
    top: 100%;
    left: 50%;
    position: absolute;
    width: 1.6px;
    height: 165%;
    background-color: #545454;
    z-index: 1;
  }

  .arx_element_line:last-child .arx_element_line_icon::before {
    display: none;
  }

  /* .arx_element_line::after { */
  /* transform: rotate(90deg);
    position: absolute;
    left: -19%;
    bottom: 0px;
    content: "";
    height: 1px;
    background-color: #000000;
    width: 58%; */
  /* } */
  /* .arx_element_line:first-child:after {
    transform: rotate(90deg) translateY(100%);
    position: absolute;
    left: -19%;
    bottom: 0px;
    content: "";
    height: 1px;
    background-color: #000000;
    width: 58%;
  }
  .arx_element_line:last-child::after {
    display: none;
  } */
}

/* FIN - TEMPLATE - RÉSERVATION LINE */

/* DÉBUT - TEMPLATE - RÉSERVATION ESSAI FORM */
@media only screen and (max-width: 992px) {
  .arx_reservation_button_inscription {
    display: none;
  }

  .arx_reservation_essai_container {
    margin: 17px 0;
    border-radius: 5px;
    background-color: #f0f0f0;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-image: none;
    padding: 20px 15px 20px 15px;
    margin-top: 130px !important;
  }

  .arx_reservation_essai_container h2 {
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 30.48px !important;
    letter-spacing: -0.14000000059604645px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .arx_reservation_essai_container h2 br {
    display: none;
  }

  .arx_reservation_essai_container h2 span {
    font-size: 25px;
    font-weight: 800;
    line-height: 30.48px;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
    font-style: normal;
  }

  .arx_reservation_essai_subtitle {
    margin-bottom: 20px !important;
  }

  .arx_reservation_essai_container .arx_black_button {
    margin-bottom: 0;
  }

  .arx_reservation_essai_form .form-control {
    border-radius: 10px !important;
  }

  .arx_reservation_essai_form .form-check {
    padding-left: 2.25rem;
  }

  .arx_reservation_essai_form .form-check-label {
    font-size:10px;
    font-weight: 500;
    line-height: 11.75px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    padding-right: 15px;
  }

  .arx_reservation_essai_form .form-check-input {
    margin-top: 0.1rem;
    margin-left: -1.25rem;
    height: 24px;
    width: 24px;
  }

  .arx_reservation_essai_form .arx_essai_submit {
    margin-top: 25px;
  }

  .arx_reservation_essai_form .arx_essai_submit button {
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
  }

  .arx_is_essai_page {
    padding-top: 20px !important;
    margin-top: 100px;
  }
}

/* FIN - TEMPLATE - RÉSERVATION ESSAI FORM */

/* DÉBUT - TEMPLATE - SLIDE LES CLUBS */
@media only screen and (max-width: 992px) {
  .arx_clubs_onair {
    height: auto;
    padding: 35px 11px 30px 11px;
  }

  .arx_clubs_onair_element {
    margin: inherit;
    height: inherit;
    width: auto;
  }

  .arx_clubs_onair_slide_container {
    display: block;
    overflow: visible;
  }

  .arx_clubs_onair_slide_container .slick-list {
    padding-bottom: 15px;
  }

  .arx_clubs_onair_slide {
    position: relative;
    height: 500px;
    width: 100%;
    border-radius: 10px;
  }

  .arx_clubs_onair_slide_name {
    font-size: 19.6px;
    font-weight: 700;
    line-height: 29.4px;
    letter-spacing: -0.14000000059604645px;
    bottom: -16px;
    width: 100% !important;
    text-align: center !important;
  }
}

/* FIN - TEMPLATE - SLIDE LES CLUBS */

/* DÉBUT - TEMPLATE - SEARCH CLUB */
@media only screen and (max-width: 992px) {
  .arx_search_club_container {
    display: block;
    padding: 5px 11px;
    width: calc(100% - 20px);
    margin: 10px;
    margin-top: -1.5rem;
    border-radius: 3px;
    margin-bottom: 30px;
    position: absolute;
    height: auto;
  }

  .arx_search_club_text {
    margin: 10px auto;
    line-height: initial;
    text-align: center;
  }

  .arx_search_club_text span {
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    text-align: left;
    color: #C10E0F;
    text-wrap: nowrap;
  }

  .arx_search_club_text_link {
    display: none;
  }

  .arx_mobile_geolocation_button {
    display: block !important;
  }

  .arx_mobile_geolocation_button .arx_search_club_text_link {
    display: block !important;
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
    line-height: 28px;
    text-align: center;
    margin-top: 5px;
  }

  .arx_search_club_text_link::before {
    content: none;
  }

  .arx_search_club_bar {
    height: 35px;
    margin-left: 0px;
  }

  .arx_search_club_bar input::placeholder {
    font-size: 0.7rem !important;
  }

  .arx_search_club_bar input {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.19px;
    padding-left: 10px;
    background-size: 22px auto;
    font-size: 0.7rem !important;
  }

  .arx_search_club_bar input::placeholder {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.19px;
  }
}

/* FIN - TEMPLATE - SEARCH CLUB */

/* DÉBUT - TEMPLATE - DANS LA POCHE */
@media only screen and (max-width: 992px) {
  .arx_dans_la_poche_container {
    display: block !important;
    padding: 45px 18px 0 18px;
  }

  .arx_dans_la_poche_container h3 {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
    border-bottom: 2px solid #000000;
    /* margin: 0 17% 30px 17%; */
    padding-bottom: 15px;
  }

  .arx_dans_la_poche_description {
    padding-top: 15px;
    color: #C10E0F;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 0.9rem !important;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
    margin-bottom: 140px;
  }

  .arx_dans_la_poche_download_text {
    width: 40%;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    margin-bottom: 18px;
    padding-left: 35px;
  }

  .arx_dans_la_poche_download_text::before {
    content: "";
    background-image: url("/arx_images/onair_app_logo.png");
    height: 26px;
    width: 31px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: -35px;
    position: absolute;
  }

  .arx_dans_la_poche_download_text span {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    font-weight: 700;
  }

  .arx_dans_la_poche_icon_app {
    display: none;
  }

  .arx_dans_la_poche_icons {
    width: 50%;
    margin-bottom: 120px;
    height: 90px;
    justify-content: space-between;
    flex-direction: column;
  }

  .arx_dans_la_poche_image_phone {
    height: 447.73px;
    bottom: -8%;
    right: -9%;
  }

  .arx_dans_la_poche_icons > div {
    height: 40px !important;
  }
}

@media only screen and (max-width: 321px) {
  .arx_dans_la_poche_image_phone {
    height: 447.73px;
    bottom: -8%;
    right: -26%;
  }
}

/* FIN - TEMPLATE - DANS LA POCHE */

/* DÉBUT - HOME PAGE */

/* LAME HERO */
@media only screen and (max-width: 992px) {
  /* Reset desktop side margins (100px) that must not apply on mobile */
  .arx_hero_inner {
    margin-left: 0;
    margin-right: 0;
    padding: 170px 12px 61px 12px;
  }

  .arx_hero_inner h1 {
    width: 100%;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.14px;
    text-align: left;
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-template-default .arx_hero_inner {
    margin-top: 0px !important;
  }

  .arx_hero {
    margin-top: 39px !important;
    display: block !important;
    height: auto;
    background-position: center;
  }

  .page-template-default.home .arx_hero_inner {
    margin: 0;
    padding: 170px 12px 61px 12px;
    max-width: 100%;
  }

  .arx_hero_volume {
    left: auto;
    right: 160px;
    bottom: 30px;
    height: 51px;
    width: 51px;
    padding: 7.5px;
  }

  body:not(.has-chatbot) .arx_hero_volume {
    right: 30px;
  }

  .arx_hero_volume:hover,
  .arx_hero_volume:focus-within,
  .arx_hero_volume.is-open {
    width: 135px;
  }

  .arx_hero_volume_slider_wrap {
    right: 34px;
  }

  .arx_hero_volume:hover .arx_hero_volume_slider_wrap,
  .arx_hero_volume:focus-within .arx_hero_volume_slider_wrap,
  .arx_hero_volume.is-open .arx_hero_volume_slider_wrap {
    max-width: 90px;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
  }

  .arx_hero_volume_slider {
    width: 64px;
    margin: 0 6px;
  }

  .arx_hero_volume_toggle {
    top: 7.5px;
    right: 7.5px;
    width: 36px;
    height: 36px;
  }

  .page-template-default.home .arx_hero_inner h1 {
    width: 100%;
    font-size: 2rem;
    font-weight: 900;
    line-height: 48.76px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    padding-left: 28px;
    padding-right: 28px;
  }

  /* DEBUT LAME HERO WHITE */
  .content_clubs_search {
    margin: 0px 9px 26px 9px !important;
  }

  .content_clubs_search.on_mobile_only .arx_search_club_container {
    padding: 5px;
    width: 100%;
    margin: 0rem;
  }

  .post-type-archive-club .arx_hero_white {
    min-height: 590px !important;
  }

  .arx_hero_white {
    display: block !important;
    height: auto;
    background-position: center;
  }

  .arx_hero_white::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* couleur de fond noire avec une opacité de 50% */
    pointer-events: none;
    /* pour que le pseudo-élément n'interfère pas avec les clics sur l'image */
  }

  .arx_hero_white .arx_hero_inner {
    margin: 0;
    padding: 130px 12px 121px 12px;
  }

  .arx_hero_white .arx_hero_inner h1 {
    width: 100%;
    font-size: 2rem;
    font-weight: 900;
    line-height: 48.76px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    padding-left: 28px;
    padding-right: 28px;
    color: #fff !important;
    text-shadow: 0 0 60px #000000 !important;
    text-align: center;
  }

  .arx_hero_white .arx_hero_text {
    /* display: none; */
    margin-left: 28px;
    margin-right: 28px;
  }

  .arx_hero_white .arx_hero_text p {
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    padding-bottom: 0px;
    color: #ffffff;
    text-align: center;
  }

  /* FIN LAME HERO WHITE */

  .arx_hero_text {
    /* display: none; */
    margin-left: 28px;
    margin-right: 28px;
  }

  .arx_hero_chiffres p {
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    margin-left: 28px;
    margin-right: 28px;
    padding-bottom: 0px;
  }

  .arx_hero_button_container {
    gap: 6px;
  }

  .arx_hero_button_container a {
    width: auto;
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-left: 28px;
    margin-right: 28px;
    padding: 8px 15px;
    width: 100%;
  }

  .arx_hero_text p {
    padding: 0px;
    margin: 0px;
    text-align: left !important;
  }
}

/* LAME OFFER — square 1080x1080 fond + text overlay on small screens */
@media only screen and (max-width: 992px) {
  .arx_offer {
    display: block !important;
    height: auto;
    aspect-ratio: auto;
    background-position: left center;
  }

  .arx_offer.arx_offer--has-mobile-bg {
    background-image: none;
    background-color: #131614;
  }

  .arx_offer_inner {
    display: block;
    position: relative;
    inset: auto;
  }

  /* Overlay CTAs on the empty right zone of the square offer image */
  .arx_offer_inner_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 11.5%;
    right: auto;
    top: 69.5%;
    z-index: 2;
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
    gap: 20px;
  }

  .arx_offer_inner_right {
    display: block;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    background-image: var(--arx-offer-bg-mobile);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .arx_animation_card_title,
  .arx_animation_card_title p {
    font-size: 1.75rem !important;
    line-height: 1rem !important;
    font-weight: 400 !important;
  }

  .arx_inscription_presentation_container::after {
    display: none;
  }

  .arx_offer_mobile_condition {
    display: block;
    color: #bdbdbd;
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 0.6rem;
    text-align: left;
    margin-bottom: 15px;
    text-wrap: balance;
  }

  .arx_offer_button_subscribe_container,
  .arx_offer_button_free_try_container {
    margin: 0;
    flex: 0 1 auto;
  }

  .arx_offer_button_subscribe_container a,
  .arx_offer_button_free_try_container a {
    width: auto;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.14px;
    text-align: center;
    padding: 8px 12px;
  }

  .arx_offer .arx_offer_infos {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    transform: none;
    z-index: 1;
  }

  .arx_offer .arx_offer_infos.arx_animate {
    transform: none;
  }
}

/* LAME PRÉSENTATION */
@media only screen and (max-width: 992px) {
  .arx_presentation {
    display: block !important;
    height: auto;
  }

  .arx_presentation_inner {
    height: auto;
    flex-direction: column-reverse;
    padding: 45px 0 85px 0;
  }

  .arx_presentation_text_list li {
    padding-bottom: 10px;
    font-size: 70px;
    font-weight: 800;
    line-height: 62px;
    text-align: right;
    letter-spacing: unset;
  }

  .arx_presentation_inner_right {
    margin: 0;
    margin-bottom: 60px;
    width: auto;
  }

  .arx_presentation_inner_left {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }

  .arx_animation_card {
    margin: 0 10px;
  }

  .arx_presentation_inner_left .arx_animation_card {
    /* pointer-events: none; */
    display: flex !important;
    width: auto;
    height: 516px;
  }

  .arx_presentation_inner_left .slick-track {
    height: 100%;
  }

  .slick-dots {
    left: 0;
  }

  .arx_animation_card:hover .arx_animation_card_back {
    transform: translateY(0%);
    transition: all 0.5s ease-out;
  }
}

/* LAME RÉSERVATION */
@media only screen and (max-width: 992px) {
  .arx_reservation {
    display: block !important;
    margin: 0;
  }
}

/* LAME CLUB ONAIR */
@media only screen and (max-width: 992px) {
  .arx_clubs_onair {
    display: block !important;
  }

  .arx_clubs_onair {
    min-height: auto;
  }

  button.arrow-prev {
    left: 15px;
    top: -68px;
  }

  button.arrow-next {
    right: 15px;
    top: -68px;
  }

  .arx_clubs_onair .arx_clubs_onair_title {
    transform: none;
    position: initial;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 36px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .arx_clubs_onair .arx_clubs_onair_title span {
    transform: none;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.48px;
    text-align: left;
  }

  .arx_clubs_onair_slide_content .slick-dots {
    bottom: 0px;
  }
  .arx_clubs_onair_slide_content .slick-list {
    padding-bottom: 40px;
  }
  .arx_center_button {
    margin-top: 0px;
  }
}

/* LAME SEARCH CLUB */
@media only screen and (max-width: 992px) {
  .arx_search_club {
    display: block !important;
    height: auto;
    overflow: visible;
    z-index: 100;
    position: relative;
  }
}

/* LAME SOCIAL */
@media only screen and (max-width: 992px) {
  .arx_social {
    display: block !important;
  }

  .arx_social_offer {
    display: none;
  }

  .arx_social_left {
    padding: 55px 0 41px 15px;
    display: flex;
    flex-direction: column;
  }

  .arx_social_left h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.14000000059604645px;
    margin-bottom: 12px;
  }

  .arx_social_left span {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.14000000059604645px;
    margin-bottom: 10px;
  }

  .arx_social_item {
    order: 2;
    margin: 0;
  }

  .arx_social_tag {
    font-size: 23px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.14000000059604645px;
    margin-bottom: 14px;
  }

  .arx_social_item .arx_logo_social {
    width: 50px;
    height: 50px;
  }

  .arx_social_right {
    padding: 41px 10px 72px 10px;
  }

  .arx_social_right h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 36.57px !important;
    text-align: center !important;
  }

  .arx_social_right h3 span {
    display: none;
  }

  .arx_social_right_description {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;
    margin-bottom: 94px;
  }

  .arx_social_tag_mobile {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 23.8px;
    text-align: center;
    color: #525252;
    text-transform: uppercase;
  }

  .arx_social_profil {
    display: block;
  }

  .arx_social_profil .arx_social_profil_element {
    margin: 0 3px;
    border-radius: 15px;
    height: 170px;
  }
}

/* LAME HP BLOG */
@media only screen and (max-width: 992px) {
  .arx_hp_blog {
    display: block !important;
    padding: 50px 0px 80px 0px;
  }

  .arx_hp_blog .arx_hp_blog_title {
    transform: none;
    position: initial;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 36px;
    margin-left: 36px;
    margin-right: 36px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.48px;
  }

  .arx_hp_blog_container {
    display: block;
    height: auto;
    width: auto;
  }

  .arx_hp_blog_item {
    height: 220px;
    margin: 0 20px 70px 20px;
  }

  .arx_hp_blog_item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    top: 96%;
  }

  .arx_hp_blog_voir_button {
    /* display: none; */
  }
}

/* FIN - HOME PAGE */
/* DEBUT - PAGE SPORT NOS ESPACES*/
@media only screen and (max-width: 992px) {
  .container_espaces {
    display: block;
    height: auto;
    width: auto;
    padding: 0px 20px;
  }

  .arx_espace_card {
    /* padding-top: 10%; */
    margin: 0 0px 0px 0px;
    height: 400px;
    padding: 0px;
  }

  .arx_informations_espaces {
    padding-top: 30px;
    padding-bottom: 60px;

    p {
      font-weight: 600 !important;
      font-size: 0.9rem !important;
      line-height: 1.1rem !important;
      color: #ffffff;
      letter-spacing: 0.007rem !important;
      margin-bottom: 15px;
    }

    span {
      font-weight: 500;
      font-size: 0.75rem;
      line-height: 0.9rem;
      color: #ffffff;
      letter-spacing: 0.007rem;
      text-align: center;
    }
  }

  .container_logos_equipements {
    padding: 10px 0px 0px 0px !important;
    gap: 15px !important;
    max-width: 95%;
    flex-wrap: wrap;
  }

  .arx_black_lame_equipements {
    .container_logos_equipements img {
      max-width: 70px !important;
    }
  }

  .arx_espace_card_title {
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    line-height: 1.7rem !important;
    letter-spacing: 0.007rem !important;
  }

  .arx_espace_open_card_back {
    font-size: 0.8rem !important;
    line-height: 1.2rem !important;
    font-weight: 300 !important;
  }

  .arx_informations_espaces {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* FIN - PAGE SPORT NOS ESPACES*/

/* DEBUT - LAME SPORT MUSIQUE DESIGN */
@media only screen and (max-width: 992px) {
  section.container_dont_stop_music .arx_inner_left {
    max-width: 100%;
  }

  h2.dont_stop_music_title strong {
    font-size: inherit;
    line-height: inherit;
  }

  .arx_animation_card {
    width: 100vw;
  }
}

/* FIN - LAME SPORT MUSIQUE DESIGN */

/* DEBUT - LAME REJOINS NOUS */
@media only screen and (max-width: 992px) {
  .arx_social_left {
    width: 100%;
  }
}

/* FIN - LAME REJOINS NOUS */

/* DEBUT - FORMULAIRE HP */
@media only screen and (max-width: 992px) {
  .form-group.row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* FIN - FORMULAIRE */

/*DEBUT PAGE SPORT*/
/***DEBUT LAME TRAINING COMPLET***/
@media only screen and (max-width: 992px) {
  .arx_lame_training_complet {
    padding: 37px 24px;
  }

  .container_logos_equipements {
    gap: 7px;
    margin-top: 0px;
  }

  .container_logos_equipements img {
    max-width: 60px;
  }
}

/***FIN LAME TRAINING COMPLET***/
/*FIN PAGE SPORT*/

/*DEBUT PAGE MUSIQUE*/
/***DEBUT LAME TRAINING COMPLET***/
@media only screen and (max-width: 992px) {
  section.container_dont_stop_music {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 60px 30px;
    gap: 20px;
  }

  section.container_dont_stop_music h2.dont_stop_music_title,
  section.container_dont_stop_music h2.dont_stop_music_title span {
    font-size: 1.75rem !important;
    line-height: 2.1rem !important;
  }
}

/***FIN LAME TRAINING COMPLET***/
/*FIN PAGE MUSIQUE*/
/*DEBUT LAME MARQUEE*/
@media only screen and (max-width: 992px) {
  .arx_marquee p {
    width: 100vw;
    text-transform: uppercase;
    font-weight: 800 !important;
    font-size: 1rem !important;
  }

  .container_marquee {
    height: 24px;
  }

  .container_lame_playlist section.container_marquee {
    height: 24px;
  }

  .bg_black {
    padding-bottom: 70px !important;
  }
}

/*FIN LAME MARQUEE*/

/*DEBUT DESIGN SECTION DJS ARE IN THE CLUB*/
@media only screen and (max-width: 992px) {
  h2.djs_in_club_title {
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }

  section.container_djs_in_club p {
    font-weight: 500 !important;
  }

  .dj_rs p.instagram {
    font-weight: 600 !important;
    font-size: 1rem !important;
    flex-direction: column !important;
  }

  .dj_rs .instagram::before {
    width: 29px;
    height: 29px;
  }
}

/*FIN DESIGN SECTION DJS ARE IN THE CLUB*/

/*DEBUT DESIGN SECTION LAME PLAYLISTS*/
@media only screen and (max-width: 992px) {
  .bg_lines {
    min-height: 50px;
    margin-bottom: 30px;
  }

  .lame_playlist_description h2 {
    font-size: 1.5rem !important;
    line-height: 2.1rem !important;
  }

  .lame_playlist_description p {
    font-weight: 700 !important;
  }

  .list_playlists {
    gap: 20px;
    padding-bottom: 30px;
  }

  .list_playlists a {
    max-width: 88px;
  }
}

/*FIN DESIGN SECTION LAME PLAYLISTS*/

/** DEBUT - PAGE CONCEPT */
/**** DEBUT - LAME CONCEPT*/
@media only screen and (max-width: 992px) {
  .lame_concept_informations {
    max-width: 100%;
  }

  .lame_concept_bg_img {
    padding: 28px;
    background-position: bottom;
    background-size: contain;
    min-height: 600px;
  }

  /**** FIN - LAME CONCEPT*/
  /**** DEBUT - LAME GALERIE*/
  section.container_galerie_img {
    display: block;
    padding: 28px;
  }

  /**** FIN - LAME GALERIE*/
}

/** FIN - PAGE CONCEPT */

/** DEBUT - PAGE HUB */
/***** DEBUT - LAME DESCRIPTION DU HUB */
@media only screen and (max-width: 992px) {
  .arx_hero_inner.arx_hub_header {
    padding: 40px 12px 230px 12px;
  }
  .single-hub .arx_hero {
    padding-top: 65px !important;
  }
  .content_hub_description {
    padding: 50px 30px;
  }

  .content_hub_description .subtitle {
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    margin-bottom: 40px !important;
  }

  /***** FIN - LAME DESCRIPTION DU HUB */

  .arx_container_hub_list_clubs .arx_hub_list_clubs {
    margin: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .arx_container_hub_list_clubs .single_club_description {
    text-align: left;
  }

  .arx_container_hub_list_clubs .arx_clubs_onair_title {
    transform: inherit !important;
    width: 100%;
    position: relative !important;
    top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #343434;
    display: flex;
    /* height: auto; */
    justify-content: center;
  }

  .arx_container_hub_list_clubs .arx_hub_list_clubs::before,
  .arx_container_hub_list_clubs .arx_hub_list_clubs::after {
    display: none;
  }

  .arx_container_hub_list_clubs {
    flex-direction: column;
    padding: 0px 30px;
  }

  .arx_hub_list_clubs .container_bg_club_img {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .arx_container_hub_list_clubs .arx_clubs_onair_title span {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .single_club .single_content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
    margin-bottom: 40px;
  }

  .single_club .inner_right {
    order: 1;
    width: 100%;
  }

  .single_club .inner_left {
    order: 2;
  }

  .single_club h3.single_club_title {
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    font-weight: 700 !important;
    padding-bottom: 20px;
  }

  .single_club .container_btns {
    flex-direction: column;
    gap: 7px;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  .single_club .container_img img {
    margin-bottom: 0px;
  }

  .lame_informations_single_club .container_btns_activite.on_mobile_only {
    display: flex !important;
  }

  .lame_informations_single_club .container_activites .single_activite img {
    max-height: 47px;
  }

  .single_club .container_img {
    width: 100%;
  }

  .single_club .container_infos_pratiques,
  .single_club .container_contact {
    /* padding: 15px; */
  }

  .single_club p.single_subtitles {
    text-align: left !important;
  }

  .single_club .single_span_icn::before {
    max-width: 17px;
  }

  .arx_faire_partie_onair {
    position: relative;
    margin: 0 20px 0 20px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .arx_faire_partie_onair h2 {
    line-height: 1.5rem !important;
    text-align: left !important;
    padding-bottom: 0px;
  }

  .arx_faire_partie_onair {
    background-image: none;
  }

  .single_point .inner_left {
    position: absolute;
  }

  .arx_faire_partie_onair p.point_title {
    margin-bottom: 14px;
    text-align: left !important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    height: auto;
    margin-left: 36px;
    margin-top: 0px;
    text-wrap: balance;
  }

  .single_point .inner_left img {
    max-height: 20px;
  }

  .arx_faire_partie_onair .container_points {
    padding: 0px;
    gap: 20px;
    padding-top: 40px;
  }

  .container_points p {
    text-align: left !important;
  }

  .arx_hub_list_clubs .single_head {
    display: flex;
    flex-direction: column;
  }

  .arx_hub_list_clubs .single_club p.single_club_description {
    order: 2;
    text-align: left !important;
    padding-bottom: 0px;
  }
}

/** FIN - PAGE HUB */

/** FIN- LAME AUTRES CLUBS*/
@media only screen and (max-width: 992px) {
  section.arx_black_lame_autres_clubs_fitness {
    padding: 36px 20px;
  }

  section.arx_black_lame_autres_clubs_fitness .content {
    max-width: 100%;
  }

  section.arx_black_lame_autres_clubs_fitness h2 {
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    text-wrap: balance;
    text-align: left !important;
  }

  section.arx_black_lame_autres_clubs_fitness h2::after {
    bottom: -14px;
  }

  .arx_black_lame_autres_clubs_fitness .container_listing_autres_clubs {
    display: flex;
    gap: 38px;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .arx_black_lame_autres_clubs_fitness .container_listing_autres_clubs a {
    margin: 0px;
  }
}

/** FIN- LAME AUTRES CLUBS*/

/** DEBUT - LAME AVIS GOOGLE*/
@media only screen and (max-width: 992px) {
  .container_avis_google h2 {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
    font-weight: 800 !important;
  }

  section.container_avis_google {
    padding: 36px 20px;
  }

  .single_avis .text_avis p {
    text-align: left !important;
  }
}

/** FIN - LAME AVIS GOOGLE*/
/** DEBUT - PAGE DEFAULT*/
@media only screen and (max-width: 992px) {
  .arx_hero.default .arx_hero_inner {
    margin-bottom: 61px;
    padding: 90px 12px 0px 12px;
  }
}

/** FIN - PAGE DEFAULT*/
/** DEBUT - PAGE FAQ*/
@media only screen and (max-width: 992px) {
  .arx_hero.faq {
    height: auto;
  }

  .arx_hero.faq .arx_hero_inner {
    padding: 10px 12px 0px 12px;
  }

  .arx_hero.faq .arx_hero_inner h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 38.4px;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
    margin-bottom: 30px;
  }

  .page-template-template-faq .arx_menu_mobile {
    background-color: #000000;
  }

  .arx_hero.faq .arx_hero_inner p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.2px !important;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
    width: 100%;
    margin: 0px auto 25px;
  }

  .arx_hero.faq .arx_hero_inner {
    margin-top: 150px;
  }
  /* 
  .arx_hero.faq .form-search {
    display: none;
  } */

  .faq_container_button {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .faq--card-header > a {
    padding-right: 60px !important;
  }
  .faq--lookup {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
  }
  #container_form h2 {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24.38px !important;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
  }
  #container_form h3 {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 18.29px !important;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
  }
  #container_form .container {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 0;
  }
  #container_form input,
  #container_form select,
  #container_form label {
    font-size: 16.8px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-align: left;
  }
  #container_form input[type="file"] {
    font-size: 16.8px;
  }
  #container_form input[type="submit"] {
    text-align: center;
  }
  #faq--content {
    padding-bottom: 0 !important;
  }
}

/** FIN - PAGE FAQ*/

/** DEBUT - PAGE BLOG*/
@media only screen and (max-width: 992px) {
  .arx_hero.blog {
    height: auto;
  }

  .arx_hero.blog .arx_hero_inner {
    padding: 130px 12px 0px 12px;
  }

  .arx_hero.blog .arx_hero_inner h1 {
    color: #000;
    text-shadow: 0 0 60px transparent;
    font-weight: 700;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.65rem;
    width: 100%;
    margin: 0;
  }

  .blog .arx_menu_mobile {
    background-color: #000000;
  }

  .arx_hero.blog .arx_hero_inner p {
    font-size: 0.9rem !important;
    line-height: 1.35rem !important;
    text-align: left !important;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 3rem;
    text-wrap: balance;
  }
}

/** FIN - PAGE BLOG*/

/** DEBUT - SINGLE CLUB */
@media only screen and (max-width: 992px) {
  .lame_actualite_club div {
    animation: marquee 15s linear infinite;
    text-wrap: nowrap;
  }

  /***** DEBUT - CONTAINER INFOS DU CLUB */
  section.lame_informations_single_club.single_club {
    padding: 40px 30px;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .lame_informations_single_club .container_offre .bg_img_offre {
    min-height: 300px;
  }

  section.lame_informations_single_club.single_club .inner_left {
    order: 2;
  }

  section.lame_informations_single_club.single_club .inner_middle {
    order: 1;
  }

  section.lame_informations_single_club.single_club .inner_right {
    order: 3;
  }

  .lame_informations_single_club p.title_all_activites {
    text-align: left !important;
    font-size: 1rem !important;
    line-height: 1.7rem !important;
    font-weight: 500 !important;
    margin-bottom: 4px;
  }

  .single_club .arx_line_red {
    width: 115px;
  }

  .lame_informations_single_club .container_activites .single_activite {
    padding: 0px 15px;
  }

  .container_see_more {
    position: absolute;
    top: -35px;
    left: 185px;
  }

  .lame_informations_single_club .container_btns_activite {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    text-align: center;
  }

  .lame_informations_single_club .container_visite_virtuel_club {
    padding-top: 52px;
    padding-left: 0px;
  }

  .lame_informations_single_club .container_visite_virtuel_club p {
    font-size: 1rem !important;
    text-align: left !important;
    line-height: 1.2rem !important;
  }

  .lame_informations_single_club .container_visite_virtuel_club a {
    font-size: 1rem !important;
    text-align: left !important;
    line-height: 1.2rem !important;
  }

  .margin_top_negatif {
    margin-top: 1rem !important;
  }

  /***** FIN - CONTAINER INFOS DU CLUB */

  .lame_activites_with_img_single_club .container_espaces:before {
    display: none;
  }

  .lame_activites_with_img_single_club .container_espaces {
    margin: 0px;
    padding: 11px;
  }

  .lame_activites_with_img_single_club .container_espaces::after {
    display: none;
  }

  /***** DEBUT - CONTAINER REPOUSSE TES LIMITES - VISITE VIRTUEL */
  section.lame_activites_with_img_single_club h2 {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
  }

  section.lame_repousse_limites {
    padding: 40px 20px;
  }

  section.lame_repousse_limites p.title_with_double_red_arrows {
    line-height: 1rem !important;
    font-size: 0.9rem !important;
    text-transform: uppercase;
  }

  p.title_with_double_red_arrows::before {
    height: 21px !important;
  }

  section.lame_repousse_limites p.title_with_double_red_arrows {
    gap: 3px;
  }

  .container_single_club_visite_virtuel p {
    text-align: left !important;
  }

  .container_equipements_et_services a.arx_red_button {
    width: 100%;
  }

  section.lame_repousse_limites h2 {
    font-size: 1.15rem !important;
    line-height: 1.4rem !important;
    font-weight: 500 !important;
    color: #ffffff;
  }

  .container_equipements_et_services {
    margin-top: 0px;
  }

  .container_equipements_et_services {
    gap: 20px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .container_equipements_et_services .inner_left {
    order: 2;
    width: 100%;
  }

  .container_equipements_et_services .inner_right {
    order: 1;
    width: 100%;
  }

  /***** FIN - CONTAINER REPOUSSE TES LIMITES - VISITE VIRTUEL */

  .on_mobile_only {
    display: block !important;
  }

  .hide_on_mobile {
    display: none !important;
  }

  /**VERSION MOBILE MAP*/
  section#arx_container_map_clubs {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    height: auto;
  }

  .content_map_clubs #map {
    height: 180px !important;
    display: block;
  }

  a#map--martinique,
  a#map--guadeloupe,
  a#map--reunion {
    width: 50px !important;
    height: 50px !important;
  }

  a#map--martinique {
    top: 20px !important;
  }

  a#map--reunion {
    top: 70px !important;
  }

  a#map--guadeloupe {
    top: 120px !important;
  }

  .marker-red {
    background-size: 19px 27px;
    width: 19px;
    height: 27px;
  }

  section#arx_container_map_clubs {
    background-color: transparent;
  }

  section#arx_container_map_clubs > div {
    margin: 26px 26px 100px 26px;
  }

  .arx_hero.store_locator {
    height: 35rem !important;
  }

  .arx_hero.store_locator .arx_hero_inner {
    margin: 0;
    padding: 170px 12px 61px 12px;
  }

  #arx_container_map_clubs .content_map_clubs {
    margin-top: -3.5rem !important;
  }

  #arx_container_map_clubs .content_map_clubs.expanded {
    margin-top: -14rem !important;
  }

  div#map--legende {
    position: relative;
    margin: 13px 17px;
  }

  #arx_container_map_clubs .single_club_map {
    flex-direction: column;
    gap: 11px;
    border-bottom: 0px;
    padding-bottom: 25px;
    padding-top: 0px;
  }

  .content_map_clubs {
    width: auto;
  }

  .content_liste_clubs_map {
    margin: 55px 11px 11px !important;
    width: auto;
  }

  .content_liste_clubs_map.expanded {
    margin: 11px 11px 11px !important;
  }

  .content_map_clubs.expended .content_liste_clubs_map {
    margin-top: 11px !important;
  }

  section#arx_container_map_clubs .liste_clubs_map {
    padding: 0px;
  }

  #arx_container_map_clubs .container_bg_club_img {
    max-width: 100%;
    min-height: 297px;
  }

  .container_infos {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .single_club_map .container_infos h3,
  .single_club_map .container_infos p {
    color: #2d2d2d !important;
  }

  #arx_container_map_clubs .container_btns .arx_red_button {
    background-color: transparent;
    color: #C10E0F !important;
    border-radius: 8px;
  }

  #arx_container_map_clubs .container_btns .arx_black_button {
    background-color: transparent;
    color: #000000 !important;
    border-radius: 8px;
  }

  .display_map_on_mobile,
  .hide_map_on_mobile {
    color: #ffffff;
    font-weight: 800 !important;
    font-style: italic;
    font-size: 10px !important;
    text-align: left !important;
    margin-bottom: 0px;
    display: flex !important;
    cursor: pointer;
  }

  .content_map_clubs {
    overflow: hidden;
    max-height: 20px;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    /* Ajustez selon votre structure */
  }

  .content_map_clubs.expanded {
    max-height: 1000px;
    /* Vous pouvez ajuster cette valeur selon le contenu */
  }

  .content_map_clubs::before {
    content: "";
    background-color: #ffffff;
  }

  .content_map_clubs.expanded::before {
    background-color: transparent !important;
  }

  .display_map_on_mobile::before,
  .hide_map_on_mobile::before {
    display: block;
    background: url("/arx_images/pseudo.svg");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 20px;
  }
}

/** FIN - SINGLE CLUB */
/** DEBUT - PAGE CONTACT*/
@media only screen and (max-width: 992px) {
  .arx_hero.default {
    height: 16rem !important;
  }

  .arx_hero.default .arx_hero_inner h1 {
    font-size: 1.5rem !important;
    line-height: 3.35rem !important;
  }

  .arx_hero.default .arx_hero_inner p {
    font-size: 0.75rem !important;
    line-height: 1.35rem !important;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 3rem;
  }

  #contact--reponses_possibles {
    padding: 25px !important;
  }

  #contact--reponses_possibles .container_reponses {
    width: 100% !important;
  }

  #contact--reponses_possibles .container_reponses {
    flex-direction: column;
  }

  .form-group.row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .form-group.row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-group label {
    margin-left: 15px;
    text-align: left;
  }

  section#contact--content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container_reponse_blog .container_articles {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }

  .container_reponse_faq .head a,
  .container_reponse_blog .head a {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .container_reponse_blog .head a {
    bottom: -1rem;
  }

  #contact--reponses_possibles .container_reponses .head {
    position: relative;
    display: block;
  }

  .container_reponse_blog .head {
    margin-bottom: 25px !important;
  }

  .container_reponse_faq h3,
  .container_reponse_blog h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    text-transform: none !important;
    text-align: center;
  }

  .container_reponse_blog h3 {
    padding-bottom: 0.5rem;
  }

  .news--card .news--link {
    box-shadow: none !important;
  }

  section#contact--reponses_possibles {
    gap: 25px !important;
  }

  .page-template-template-abonnements .arx_hero h1 {
    text-align: left;
  }

  .page-template-template-abonnements .arx_hero {
    display: flex !important;
    padding-top: 140px !important;
  }

  .page-template-template-abonnements .arx_hero_inner {
    padding: 0 !important;
  }

  section.lame_selection_abos .container_title {
    margin-top: 40px;
  }

  .lame_selection_abos .container_title p {
    font-weight: 400 !important;
  }

  .lame_selection_abos strong {
    font-weight: 800 !important;
  }

  .lame_selection_abos .container_title h2 {
    font-weight: 400 !important;
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }

  section.lame_selection_abos .single_selection_abos .title p {
    font-size: 1.8rem !important;
    line-height: 2.15rem !important;
  }

  section.lame_selection_abos .single_selection_abos {
    padding: 2.15rem;
  }

  section.lame_selection_abos .single_selection_abos p {
    text-align: left !important;
  }

  .explication_prix p {
    font-size: 0.4rem !important;
    line-height: 0.5rem !important;
    color: #494949;
    font-weight: 500 !important;
  }

  .prix_per_month p {
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    line-height: 0.95rem !important;
    /* color: #000000; */
  }

  section.lame_selection_abos .prix_per_week {
    margin-top: 40px !important;
  }

  section.lame_selection_abos .single_selection_abos {
    background-position-x: 5.5rem !important;
  }

  .container_imgs_equipement_et_services .bg_img {
    height: auto;
  }
}

/** FIN - PAGE CONTACT*/
/** DEBUT - PAGE ABONNEMENTS*/

@media only screen and (max-width: 992px) {
  section.lame_selection_abos .container_banniere_image {
    display: none;
  }

  section.lame_selection_abos .container_banniere_image img {
    /* max-height: inherit;
    width: 100%; */
  }

  section.lame_selection_abos .container_banniere_image_mobile {
    display: block;
  }

  section.lame_selection_abos .container_banniere_image_mobile img {
    width: 100%;
  }

  section.lame_selection_abos .container_selection_abos {
    margin-top: 80px;
    flex-direction: column;
  }

  section.lame_selection_abos .container_choix_section_abos {
    gap: 8px;
    margin-top: 30px;
    padding: 0 12px;
    max-width: 100%;
  }

  section.lame_selection_abos .content_choix_section_abos {
    padding: 12px 8px;
    font-size: 0.62rem;
    line-height: 1rem;
    border-radius: 5px;
    border-width: 2px;
  }

  section.lame_selection_abos {
    padding: 25px 9px 9px 9px;
  }

  section.lame_selection_abos .single_selection_abos {
    margin: 27px !important;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-template-template-abonnements .arx_reservation {
    padding: inherit;
  }

  section.lame_selection_abos
    .single_selection_abos
    .container_link_inscription {
    position: relative;
    padding: 0;
  }

  .container_selection_abos .slick-prev {
    top: 0;
    left: 30px;
    z-index: 10;
  }

  .container_selection_abos .slick-next {
    top: 0;
    right: 25px;
    z-index: 10;
  }

  .container_avis_google .slick-prev {
    top: 100%;
    left: 30px;
    z-index: 10;
    margin-top: 20px;
  }

  .container_avis_google .slick-next {
    top: 100%;
    right: 25px;
    z-index: 10;
    margin-top: 20px;
  }

  .container_selection_avis_google.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 0;
  }

  .container_avis_google .slick-track {
    margin-bottom: 20px;
  }

  .container_avis_google .single_avis {
    box-shadow: 0px 12px 16px 0 #0000001a;
  }

  .iframe_visite_virtuel iframe {
    height: 261px;
  }
}

/** FIN - PAGE ABONNEMENTS*/
/** DEBUT - PAGE BLOG*/
@media only screen and (max-width: 992px) {
  .arx_hero_inner h1 span {
    font-size: 0.85rem;
    line-height: 2rem;
  }

  .grid__item:nth-child(1) {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .grid__item:nth-child(2) {
    margin-bottom: 0px !important;
  }

  .news--card .news--link > .news--meta {
    p {
      text-align: left !important;
    }
  }

  .grid {
    flex-direction: column;
  }

  .grid__item {
    width: 100% !important;
  }
}

/** FIN - PAGE BLOG*/

/* DÉBUT - SLIDE INSTAGRAM PAGE CLUB */
@media only screen and (max-width: 992px) {
  .arx_container_club_instagram {
    display: block;
  }

  .arx_container_club_instagram_left_part {
    width: 100%;
    padding: 30px 0;
  }

  .arx_container_club_instagram_right_part {
    width: 100%;
  }

  .arx_content_club_instagram_titl {
    display: block;
    width: 100%;
    text-wrap: nowrap;
    position: relative;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    /* text-align: center !important; */
    color: rgba(104, 104, 104, 0.3);
    line-height: 0rem !important;
    transform: translateX(-15%);
  }

  .arx_content_club_instagram_post {
    margin-top: 25px;
  }

  .arx_container_club_instagram .slick-slide {
    margin-right: 20px;
  }

  .sb_instagram_header .sbi_header_text h3 {
    font-size: 14px !important;
  }

  .sbi_feedtheme_header_text .sbi_bio {
    text-align: initial !important;
  }
}

/* FIN - SLIDE INSTAGRAM PAGE CLUB */

/*DEBUT - SINGLE POST*/
@media only screen and (max-width: 992px) {
  body.single .arx_hero {
    max-height: 93vh !important;
  }

  body.single .arx_hero_inner h1 {
    font-size: 1.5rem !important;
  }

  #post--single--content #post--single--date {
    text-align: right !important;
    margin-top: 8px !important;
  }
}

/*FIN - SINGLE POST*/

/* DEBUT - PAGE FRANCHISE*/

@media (max-width: 768px) {
  .club--interessed {
    display: none;
  }

  .club--interessed.mobile {
    display: flex;
  }

  #franchise--inner {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 120px 30px 2rem 40px;
  }

  #franchise--cover h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 43.2px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    margin-right: 40px;
  }

  #franchise--cover blockquote p {
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 21px !important;
    letter-spacing: -0.20000000298023224px !important;
    text-align: left !important;
    margin-right: 40px;
  }

  .arx_directeur_subtitle {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    letter-spacing: -0.20000000298023224px !important;
    text-align: left !important;
    margin-right: 40px;
  }

  .arx_directeur_subtitle strong {
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 21px !important;
    letter-spacing: -0.20000000298023224px !important;
    text-align: left !important;
  }

  .arx_timeline {
    margin-left: 10px;
  }

  .arx_content p {
    text-align: left !important;
  }

  .club--interessed {
    position: absolute;
    top: 130px;
  }

  .arx_container {
    padding: 10px 10px 10px 40px;
  }

  #franchise--chiffres {
    padding: 45px 25px;
  }

  #franchise--chiffres h3 {
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: 64px !important;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
  }

  .franchise--chiffres--item strong {
    font-size: 38px !important;
    font-weight: 900 !important;
    line-height: 48px !important;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
  }

  .franchise--chiffres--item span {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
  }

  .franchise--fff span {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 33px !important;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
  }

  .franchise--fff img.img-fluid {
    margin-top: 10px;
    max-width: 100px;
  }

  #franchise--desc h2 {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 27px !important;
    letter-spacing: -0.20000000298023224px !important;
    text-align: center !important;
  }

  #franchise--desc {
    padding: 3rem 10px;
  }

  .franchise--desc--text li {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
  }

  #franchise--desc .col svg {
    max-width: 160px;
    height: auto;
  }

  #franchise--contact--alexis {
    padding-top: 100%;
  }

  #franchise--contact--bot p {
    text-align: left !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: -0.20000000298023224px;
  }

  #franchise--contact--bot strong {
    font-size: 30px !important;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.20000000298023224px;
  }

  #franchise--contact--form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #franchise--contact--form h3 {
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 24px !important;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
    margin: 0 20px;
    padding-bottom: 0;
  }

  #franchise--contact--form--wrapper p {
    text-align: initial !important;
  }

  #franchise--contact--form--wrapper {
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #franchise--contact--form--wrapper span {
    text-align: left !important;
  }

  #franchise--contact--form--wrapper .form-group.row {
    gap: 0 !important;
  }

  #franchise--contact--form--wrapper .form-group-bottom {
    margin-bottom: 30px;
  }

  #franchise--contact--form--wrapper .form-group label {
    font-size: 18px;
    /* text-align: center; */
  }

  .form-control-radio {
    margin-left: 0;
  }

  #franchise--contact--form--wrapper input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }

  .radio-flex label {
    margin-bottom: 0;
  }

  .radio-flex > p {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .radio-flex br {
    height: 0 !important;
  }

  #franchise--avis h3 {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 27px !important;
    letter-spacing: -0.20000000298023224px !important;
    text-align: center !important;
  }

  #franchise--avis .arx_avis_desc {
    margin-bottom: 30px;
  }

  #franchise--avis {
    padding: 40px 10%;
  }

  #franchise--avis .slick-prev {
    top: 100%;
    left: 30px;
    z-index: 10;
    margin-top: 20px;
  }

  #franchise--avis .slick-next {
    top: 100%;
    right: 25px;
    z-index: 10;
    margin-top: 20px;
  }

  .form-group {
    margin-bottom: 0rem;
  }

  #franchise--pressroom {
    background-color: #131614;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #franchise--pressroom h3 {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 30px !important;
    letter-spacing: -0.14000000059604645px !important;
    text-align: center !important;
    margin: 0 20px !important;
  }

  .arx_pressroom_desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.14000000059604645px;
    text-align: center;
    width: 80%;
  }

  #franchise--pressroom--items {
    margin-top: 1rem;
    margin-bottom: 50px;
  }

  #franchise--pressroom--items h4 {
    font-size: 16px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
  }

  #franchise--pressroom--items span {
    min-width: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
  }

  #franchise--pressroom--btn {
    text-align: center;
    margin-top: 1rem;
  }

  #franchise--pressroom--items .col {
    margin: 0.5rem 0;
  }
}

/* DEBUT - PAGE FRANCHISE*/

/* DÉBUT - PAGE SALON LYON */

@media (max-width: 768px) {
  .page-template-template-salon-lyon header {
    display: none;
  }

  .page-template-template-salon-lyon .arx_menu_mobile {
    background-color: #000000;
  }

  .page-template-template-salon-lyon .arx_hero {
    height: 33%;
    margin-top: 0 !important;
  }

  .page-template-template-salon-lyon .arx_reservation_essai_container {
    margin-top: 30px !important;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .arx_salon_lyon_submit {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .page-template-template-salon-lyon
    .arx_reservation_essai_form
    .form-check-label {
    font-size: 10px !important;
    margin-left: 0 !important;
  }

  .page-template-template-salon-lyon .arx_reservation_essai_form .form-control {
    font-size: 1rem !important;
  }
}

/* FIN - PAGE SALON LYON */

/* DÉBUT - PRIX 2025 */
@media only screen and (max-width: 992px) {
  .arx_hero_logo_prix {
    text-align: center;
    margin-top: 30px !important;
  }
  .arx_hero_logo_prix img {
    width: auto;
    max-height: 130px;
    margin-left: 0;
  }
  .arx_hero_logo_prix_reassurance {
    display: none;
  }
  .arx_hero_logo_prix_reassurance_mobile {
    display: block;
  }
  .arx_hero_logo_prix_reassurance_mobile {
    text-align: center;
  }
  .arx_hero_logo_prix_reassurance_mobile img {
    width: 80%;
  }
}
/* FIN - PRIX 2025 */
