/* @media only screen and (max-width: 768px) {
    .gutenberg-content {
        padding-top: 0rem !important;
    }
    .entry-header {
        padding-bottom: 20px;
        background: #fcfcfc;
    }
    .container {
        padding: 0 20px;
    }
    .welcome-homepage .title_h3:nth-child(2) {
        height: 200px;
    }
    .about-homepage h3:nth-child(1) {
        margin-top: 155px;
        font-size: 1.2rem;
    }
    .bloc-contact {
        flex-direction: column;
        align-items: flex-start;
    }
    .bloc-contact-title {
        font-size: 1.2rem;
    }
    .main-header {
        justify-content: space-between;
    }

    .main-header .site-branding {
        margin: 0;
    }
    .raccourcis-page-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .raccourcis_page a {
        width: 100%;
    }
    .entry-header .thumbnail {
        display: none;
    }
    .entry-header .dot_wall {
        display: none;
    }
    .entry-header .entry-header-content {
        width: 100%;
    }
    .entry-header .entry-header-content::before {
        display: none;
    }
    .contact-form {
        flex-direction: column;
    }
    .contact-form .contact-form-col2, .contact-form .contact-form-col1 {
        width: 100%;
    }
    .recrutement-block-content {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .recrutement-block-btn {
        justify-content: center !important;
    }
    .recrutement-block-btn a {
        margin: 0 !important;
    }
    .recrutement-block-text {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer-top-content {
        flex-direction: column;
    }
    .footer-top-content {
        gap: 20px;
    }
    .footer-top-content .dot_wall {
        display: none;
    }
    .welcome-homepage-cols {
        flex-direction: column;
        gap: 0px;
    }
    .numbers-homepage-cols {
        flex-direction: column;
        padding: 0px 0px;
        gap: 70px;
        align-items: center;
    }
    .numbers-homepage-content .numbers-homepage-cols .numbers-cols .legend {
        font-size: 18px !important;
    }
    .numbers-homepage-content .numbers-homepage-cols .numbers-cols {
        max-width: 114px;
    }
    .numbers-homepage {
        padding: 50px 25px !important;
    }
    .imago-btn {
        font-size: 0.8rem !important;
        text-align: center;
        margin-top: 85px;
    }
    .slider-content {
        flex-direction: column !important;
    }
    .geo-homepage-vendee {
        display: none !important;
    }
    .geo-homepage-text {
        width: 100% !important;
    }
    .geo-homepage .geo-homepage-content {
        padding: 22px;
    }
    .geo-homepage .geo-homepage-content::after {
        display: none !important;
    }
    .geo-homepage .geo-homepage-content .geo-homepage-text h2 {
        font-size: 25px;
    }
    .about-homepage-content {
        flex-direction: column;
    }
    .about-homepage-image, .about-homepage-text {
        width: 100% !important;
    }
    .about-homepage .about-homepage-content .about-homepage-text h3 {
        margin-top: 25px;
    }
    .diagimmovendelo {
        display: none;
    }
    .site-header-infos {
        display: none !important;
    }
    .header-home-icon {
        display: none;
    }
    .main-navigation {
        display: none;
    }
    .main-header .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .headerMenu {
        background-color: var(--enzomichaud-color-secondary);
        height: 12px;
        z-index: 0;
    }
    .site-header {
        height: 112px;
    }
    .entry-header-subcontent {
        padding: 40px 0 15px 0;
    }
    .geo-homepage .geo-homepage-content .geo-homepage-text .geo-homepage-links {
        flex-direction: column;
    }
    .geo-homepage-links-list a {
        margin-left: 0;
    }
    .geo-homepage-links-list {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 15px;
    }
    .title_h3 {
        font-size: 1.5rem !important;
    }
    .welcome-homepage-subtitle {
        font-size: 32px !important;
    }
    .welcome-homepage .container {
        padding-top: 0 !important;
    }
    .welcome-homepage-alltitle {
        gap: 30px !important;
    }
    .footer-sc-grid {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .company-homepage-content {
        flex-direction: column-reverse !important;
    }
    .company-homepage-text, .company-homepage-video {
        width: 100% !important;
    }
    .company-homepage-video video {
        clip-path: polygon(0% 1%, 100% 0, 100% 100%, 0% 100%) !important;
    }
    .numbers-homepage {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }
    .welcome-homepage-subtitle {
        padding-left: 0 !important;
        margin-bottom: 45px !important;
        margin-top: 25px !important;
    }
    .footer-sc-title {
        font-size: 1.8rem !important;
    }
    .welcome-card-body::before {
        content: '';
        position: absolute;
        border-width: 360px 320px 0 0 !important;
        border-radius: 8px 8px 0 8px !important;
    }
    .welcome-card-body .welcome-card-body-picto {
        top: 58px !important;
    }
    .banner-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .banner-info-btn {
        flex: 1;
        margin: 22px 0 0 0;
        justify-content: center;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .container {
        padding: 0 1.5rem;
    }
    .entry-header .content {
        width: 100%;
        padding: 100px 24px 0 24px;
    }
    .gutenberg-content {
        padding-top: 0rem !important;
    }
    .entry-header {
        padding-bottom: 20px;
    }
    .container {
        padding: 0 20px;
    }

    .bloc-contact {
        flex-direction: column;
        align-items: flex-start;
    }
    .btnMenu {
        display: none;
    }
    .menu li .sub-menu {
        display: block;
        position: absolute;
        z-index: 21;
        background: #fff;
        box-shadow: 0 6px 5px rgb(0 0 0 / 20%);
    }
    
    .menu li .sub-menu::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 5px;
        background-repeat: repeat-x;
        background-image: linear-gradient(125deg, var(--enzomichaud-color-main), var(--enzomichaud-color-secondary));
    }
    
    .menu li .sub-menu li {
        padding: 0;
        width: 100%;
    }
    
    .menu li .sub-menu li a {
        text-transform: none;
        display: inline-block;
        padding: 8px 15px;
        white-space: nowrap;
        background: rgba(0, 0, 0, 0);
        transition: all .3s ease;
        width: 100%;
        min-width: 200px;
        font-size: 1rem;
        color: #2d2d2d;
        font-weight: normal;
    }
    
    .menu li .sub-menu li a:hover {
        color: var(--enzomichaud-color-dark);
    }
    
    .menu li .sub-menu li a::before {
        display: none;
    }

    .raccourcis-page-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .raccourcis_page a {
        width: 100%;
    }
    .contact-form {
        flex-direction: column;
    }
    .contact-form .contact-form-col2, .contact-form .contact-form-col1 {
        width: 100%;
    }
    .recrutement-block-content {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .recrutement-block-btn {
        justify-content: center !important;
    }
    .recrutement-block-btn a {
        margin: 0 !important;
    }
    .equipe-block {
        padding: 10px 25px;
    }
    .footer-top-content {
        flex-direction: column;
    }
    .footer-top-content {
        gap: 20px;
    }
    .footer-top-content .dot_wall {
        display: none;
    }
    .equipe-block {
        padding: 10px 15px !important;
    }
    .welcome-homepage-cols {
        flex-direction: column;
    }
    .numbers-homepage-cols {
        padding: 0px 0px;
        gap: 15px;
    }
    .numbers-homepage-content .numbers-homepage-cols .numbers-cols .legend {
        font-size: 18px !important;
    }
    .numbers-homepage {
        padding: 50px 25px !important;
    }
    .slider-content {
        flex-direction: column !important;
    }
    .geo-homepage-vendee {
        display: none !important;
    }
    .geo-homepage-text {
        width: 100% !important;
    }
    .geo-homepage .geo-homepage-content {
        padding: 22px;
    }
    .geo-homepage .geo-homepage-content::after {
        display: none !important;
    }
    .geo-homepage .geo-homepage-content .geo-homepage-text h2 {
        font-size: 25px;
    }
    .about-homepage-content {
        flex-direction: column;
    }
    .about-homepage-image, .about-homepage-text {
        width: 100% !important;
    }
    .diagimmovendelo {
        display: none;
    }
    .entry-header-subcontent {
        padding: 40px 0 15px 0;
    }
    .geo-homepage .geo-homepage-content .geo-homepage-text .geo-homepage-links {
        flex-direction: column;
    }
    .geo-homepage-links-list a {
        margin-left: 0;
    }
    .geo-homepage-links-list {
        gap: 15px;
    }
    .company-homepage-content {
        flex-direction: column-reverse !important;
    }
    .company-homepage-text, .company-homepage-video {
        width: 100% !important;
    }
    .company-homepage-video video {
        clip-path: polygon(0% 1%, 100% 0, 100% 100%, 0% 100%) !important;
    }
    .numbers-homepage {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }
    .welcome-homepage-subtitle {
        padding-left: 0 !important;
        margin-bottom: 40px !important;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1215px) {
    .content-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        padding-left: 8px;
        transition: all .3s ease-out;
    }
    .container {
        padding: 0 20px;
    }
    .bloc-contact {
        flex-direction: column;
        align-items: flex-start;
    }
    .btnMenu {
        display: none;
    }
        .menu li .sub-menu {
            display: block;
            position: absolute;
            z-index: 21;
            background: #fff;
            box-shadow: 0 6px 5px rgb(0 0 0 / 20%);
        }
        
        .menu li .sub-menu::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -5px;
            height: 5px;
            background-repeat: repeat-x;
            background-image: linear-gradient(125deg, var(--enzomichaud-color-main), var(--enzomichaud-color-secondary));
        }
        
        .menu li .sub-menu li {
            padding: 0;
            width: 100%;
        }
        
        .menu li .sub-menu li a {
            text-transform: none;
            display: inline-block;
            padding: 8px 15px;
            white-space: nowrap;
            background: rgba(0, 0, 0, 0);
            transition: all .3s ease;
            width: 100%;
            min-width: 200px;
            font-size: 1rem;
            color: #2d2d2d;
            font-weight: normal;
        }
        
        .menu li .sub-menu li a:hover {
            color: var(--enzomichaud-color-dark);
        }
        
        .menu li .sub-menu li a::before {
            display: none;
        }

        .recrutement-block-content {
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
        }
        .recrutement-block-btn {
            justify-content: center !important;
        }
        .recrutement-block-btn a {
            margin: 0 !important;
        }
        .footer-top-content {
            gap: 15px;
        }
        .footer-top-content .dot_wall {
            display: none;
        }
        .numbers-homepage-content .numbers-homepage-cols .numbers-cols .legend {
            font-size: 18px !important;
        }
        .geo-homepage-vendee {
            display: none !important;
        }
        .geo-homepage-text {
            width: 100% !important;
        }
        .about-homepage-content {
            flex-direction: column;
        }
        .about-homepage-image, .about-homepage-text {
            width: 100% !important;
        }
        .diagimmovendelo {
            display: none;
        }
        .company-homepage-content {
            flex-direction: column-reverse !important;
        }
        .company-homepage-text, .company-homepage-video {
            width: 100% !important;
        }

}

@media only screen and (min-width: 1216px) and (max-width: 1407px) {
    .btnMenu {
        display: none;
    }
        .menu li .sub-menu {
            display: block;
            position: absolute;
            z-index: 21;
            background: #fff;
            box-shadow: 0 6px 5px rgb(0 0 0 / 20%);
        }
        
        .menu li .sub-menu::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -5px;
            height: 5px;
            background-repeat: repeat-x;
            background-image: linear-gradient(125deg, var(--enzomichaud-color-main), var(--enzomichaud-color-secondary));
        }
        
        .menu li .sub-menu li {
            padding: 0;
            width: 100%;
        }
        
        .menu li .sub-menu li a {
            text-transform: none;
            display: inline-block;
            padding: 8px 15px;
            white-space: nowrap;
            background: rgba(0, 0, 0, 0);
            transition: all .3s ease;
            width: 100%;
            min-width: 200px;
            font-size: 1rem;
            color: #2d2d2d;
            font-weight: normal;
        }
        
        .menu li .sub-menu li a:hover {
            color: var(--enzomichaud-color-dark);
        }
        
        .menu li .sub-menu li a::before {
            display: none;
        }
        .footer-top-content .dot_wall {
            display: none;
        }
        .geo-homepage-vendee {
            display: none !important;
        }
        .geo-homepage-text {
            width: 100% !important;
        }
        .company-homepage-text, .company-homepage-video {
            width: 50% !important;
        }
        .company-homepage-text {
            padding-top: 80px !important;
        }

}

@media only screen and (min-width: 1408px) {
    .btnMenu {
        display: none;
    }
        .menu li .sub-menu {
            display: block;
            position: absolute;
            z-index: 21;
            background: #fff;
            box-shadow: 0 6px 5px rgb(0 0 0 / 20%);
        }
        
        .menu li .sub-menu::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -5px;
            height: 5px;
            background-repeat: repeat-x;
            background-image: linear-gradient(125deg, var(--enzomichaud-color-main), var(--enzomichaud-color-secondary));
        }
        
        .menu li .sub-menu li {
            padding: 0;
            width: 100%;
        }
        
        .menu li .sub-menu li a {
            text-transform: none;
            display: inline-block;
            padding: 8px 15px;
            white-space: nowrap;
            background: rgba(0, 0, 0, 0);
            transition: all .3s ease;
            width: 100%;
            min-width: 200px;
            font-size: 1rem;
            color: #2d2d2d;
            font-weight: normal;
        }
        
        .menu li .sub-menu li a:hover {
            color: var(--enzomichaud-color-main);
        }
        
        .menu li .sub-menu li a::before {
            display: none;
        }
} */


@media (min-width: 576px) {
     /* sm */ 

}
@media (min-width: 768px) {
    /* md */
    .custom-logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .trail-button {
        bottom: -26px;
        left: 16px;
        right: 16px;
        font-size: 1rem;
        padding: 14px;
    }
}
@media (min-width: 992px) { 
    /* lg */ 
    .entry-header {
        padding-top: 160px;
    }
    .entry-header .page-header-title .title_h1 {
        font-size: 3rem;
    }

    .site-footer {
        margin-top: 50px;
    }
    .footer-top .footer-top-text {
        flex-direction: row;
        font-size: 2.5rem;
        line-height: 45px;
    }
    .footer-top .footer-top-text img {
        width: 56px;
        height: auto;
    }
    .footer-menu-list {
        flex-direction: row;
        gap: 25px;
    }
    .countdown-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 35px;
    }
    .discipline-card {
        margin-bottom: 0;
    }
    .album-card {
        border-bottom: none;
    }
    .pagination-wrapper {
        margin-bottom: 0;
    }
    .social-share {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .share-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .title-section {
        font-size: 50px;
        padding-left: 0;
    }
    .title-section::before {
        left: -70px;
    }
    .title-section::after {
        font-size: 80px;
    }
    .title-section-centered {
        font-size: 50px;
    }
    .events-homepage {
        padding: 80px 0;
    }
    .club-section, .photos-section, .actus-section {
        padding: 100px 0;
    }

    /* ================================
        MENU
    ================================= */
    .menu-toggle {
        display: none;
    }
    #header {
        background: #fff;
        transform: none !important;
        height: 100px;
    }
    .header-inner {
        max-width: none;
        height: 100px;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        border-bottom: none;
        background: transparent;
    }
    .logo-container {
        padding: 0 25px 0 calc((100% - 1400px) / 2 + 25px + 15px);
    }
    .custom-logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-right {
        display: flex;
        align-items: stretch;
        gap: 0;
        height: 100%;
    }
    .logo img {
        height: 90px;
        width: auto;
    }
    #header.filled {
      background: #fff;
      background-image: none !important;
      border-bottom: 1px solid #e5e5e5;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }
    #header.filled .header-inner {
      border-bottom: none !important;
    }
    #header.filled .logo img {
        height: 90px;
        width: auto;
        margin-top: 0;
    }
    #nav-main {
        position: static;
        width: auto;
        height: 100%;
        background: none;
        background-image: none;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        gap: 0;
        transition: none;
        z-index: auto;
    }
    #nav-main ul.menu {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        gap: 0;
        margin: 0;
        height: 100%;
    }
    #nav-main ul.menu li {
        position: relative;
        display: flex;
        align-items: stretch;
    }
    #nav-main a {
        display: flex;
        align-items: center;
        color: #2d2d2d;
        font-size: 15px;
        padding: 0 20px;
        text-transform: none;
        font-weight: 500;
    }
    #nav-main a:hover {
        color: var(--enzomichaud-color-main) !important;
        background: none;
    }
    .menu li.current_page_item a {
        background: none;
        color: #2d2d2d;
        font-weight: 500;
        position: relative;
    }
    /* .menu li.current_page_item a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: var(--enzomichaud-color-main);
        border-radius: 4px 4px 0 0;
    } */

    #nav-main .socials {
        display: none;
    }
    .menu-overlay {
        display: none;
    }

    /* ================================
        HEADER CTA DESKTOP
    ================================= */
    .header-cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        white-space: nowrap;
        min-height: 90px;
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
        overflow: hidden;
    }
    .header-cta-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        background: #111;
        padding: 10px 30px 6px 50px;
        flex: 1;
    }
    .header-cta-phone svg {
        flex-shrink: 0;
    }
    .header-cta-phone:hover {
        color: #fff;
        opacity: 0.9;
    }
    .header-cta-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: var(--enzomichaud-color-main);
        padding: 6px 30px 8px 50px;
        height: 50px;
        justify-content: center;
    }
    .header-cta-info span {
        color: #fff;
        font-size: 11px;
        line-height: 1.4;
    }
    /* #header::after {
        content: "";
        display: block;
        height: 4px;
        background: linear-gradient(90deg, var(--enzomichaud-color-main), var(--enzomichaud-color-secondary));
    } */
    .events-homepage::before {
        top: -40px;
    }
    .hero-marquee__inner span {
        font-size: clamp(14px, 2vw, 29px);
    }
}
@media (min-width: 1200px) {
    /* xl */ 

}
@media (min-width: 1400px) {
    /* xxl */ 

}
 

@media (max-width: 991px) {
  .row-reverse-mobile {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .hero-2026 {
    padding: 92px 0 50px;
  }
  .hero-2026-since {
    font-size: 16px;
  }
  .hero-2026-title {
    font-size: clamp(2.5rem, 12vw, 4rem);
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .hero-2026-desc {
    font-size: clamp(0.95rem, 4vw, 1.15rem);
    line-height: 1.6;
    padding: 0 20px;
    margin: 0 auto 10px;
  }
  .hero-2026-actions {
    gap: 12px;
    /* padding: 0 20px; */
  }
  .hero-2026-btn {
    padding: 12px 28px;
    font-size: 0.95rem;
    width: 65%;
  }

  /* PRESTATIONS 2026 - mobile/tablette */
  .prestations-2026 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .prestations-2026-bg {
    left: 0;
    width: 100%;
    height: 90%;
    border-radius: 0;
  }
  .prestations-2026-inner {
    flex-direction: column;
    padding: 0 15px;
    gap: 0;
  }
  .prestations-2026-title em::after {
        margin-top: 0px;
        margin-left: 10px;
  }
  .prestations-2026-left {
    flex: 0 0 auto;
    padding: 30px 0 10px;
  }
  .prestations-2026-title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 32px;
    text-align: center;
  }
  .prestations-2026-right {
    padding-top: 0;
    padding-bottom: 30px;
    margin-right: -15px;
  }
  .prestations-2026-cards {
    gap: 12px;
    padding-right: 15px;
  }
  .presta-card {
    flex: 0 0 260px;
    height: 360px;
  }
  .presta-card-content h3 {
    font-size: 18px;
  }
  .garantie-2026-right::after {
    width: 165px;
    right: -10px;
  }

  /* GARANTIE 2026 - mobile/tablette */
  .garantie-2026 {
    padding: 60px 0;
  }
  .garantie-2026-inner {
    flex-direction: column;
    gap: 40px;
  }
  .garantie-2026-left {
    flex: 0 0 auto;
  }
  .garantie-2026-atouts {
    flex-direction: column;
    gap: 20px;
  }
  .garantie-2026-list:last-child {
    padding-top: 0;
  }

  /* ACTEURS 2026 - mobile/tablette */
  .acteurs-2026 {
    padding: 60px 0;
  }
  .acteur-card {
    flex: 0 0 260px;
    height: 340px;
  }
  .acteur-card-label {
    font-size: 18px;
  }

  /* CERTIFICATIONS 2026 - mobile/tablette */
  .certif-2026-logos {
    gap: 30px;
  }
  .certif-2026-logos img {
    height: 45px;
  }

  /* STATS 2026 - tablette */
  .stats-2026 {
    padding: 60px 0 100px;
  }
  .stats-2026-grid {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }
  .stats-2026-item {
    flex: 0 0 auto;
  }
  .stats-2026-item::before {
    height: 140px;
    width: 35px;
  }
}

@media (max-width: 576px) {
  /* STATS 2026 - mobile */
  .stats-2026 {
    padding: 40px 0 80px;
  }
  .stats-2026-grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .stats-2026-number {
    font-size: 3rem;
  }
  .stats-2026-item::before {
    height: 120px;
    width: 30px;
  }

  /* PAGE HEADER 2026 - mobile */
  .page-header-2026-bg {
    width: 100%;
    border-radius: 0;
  }
}
