.ast-header-navigation a {
    text-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}

h1 {
    text-shadow: 0px 2px 6px rgba(0,0,0,0.05);
}

/* Réduit la hauteur du header principal */
.ast-primary-header-bar {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Réduit aussi la zone transparente au-dessus */
.ast-above-header-bar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header .ast-primary-header-bar {
    min-height: 55px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Réduit la hauteur interne des éléments du header */
.ast-theme-transparent-header .site-primary-header-wrap,
.ast-theme-transparent-header .ast-builder-grid-row {
    min-height: 30px !important;
    height: 30px !important;
}

/* Menu plus compact */
.ast-theme-transparent-header .main-header-menu > .menu-item > .menu-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 55px !important;
}

/* Logo contenu dans la hauteur du header */
.ast-theme-transparent-header .site-logo-img img {
    max-height: 50px !important;
    width: auto !important;
}

/* Hover */
.site-header .main-header-menu .menu-link:hover {
    color: #D9732B !important;
}

/* Header transparent sur toutes les pages */
.site-header {
    position: absolute;
    width: 100%;
    background: transparent !important;
}

button,
.wp-block-button__link,
.ast-button,
.elementor-button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    font-family: Arial, sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .hero-premices h1 {
        font-size: clamp(54px, 13vw, 78px) !important;
        line-height: .95 !important;
        max-width: 92vw !important;
        width: 92vw !important;
        left: 24px !important;
        top: 150px !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }
}

/* H2 responsive */
h2 {
    font-size: clamp(42px, 4vw, 64px);
    line-height: 1.05;
}

@media (max-width: 768px) {
    h2 {
        font-size: clamp(34px, 8vw, 46px) !important;
        line-height: 1.1 !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: clamp(30px, 7vw, 38px) !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 768px) {
    .wp-block-cover h1 {
        font-size: clamp(38px, 10vw, 60px) !important;
        line-height: 0.95;
        max-width: 100%;
        word-break: normal;
    }
}
.mobile-menu {
  background: #ede5d1;
}

.hero-mobile {
    display: none;
}

@media (max-width: 768px) {

    .hero-desktop {
        display: none;
    }

    .hero-mobile {
        display: block;
    }

}

@media (max-width:768px){

.table-horaires{
    overflow-x:auto;
}

.table-horaires table{
    min-width:600px;
}

}
.mobile-only{
    display:none;
}

@media (max-width:768px){

.desktop-only{
    display:none;
}

.mobile-only{
    display:block;
}

}