.nav-links li:has(a[href="#login"]), .nav-links li:has(a#linkToProfile), .gdf-login-required button  {
    display: none;
}
.um-members-edit-btn {
    position: absolute;
    top: 0;
    left: 2px;
    transform: scale(0.85);
    transform-origin: top left;
}
/* ===== VARIABLES ===== */
:root {
    --gdf-color-primary: #00563f;
    --gdf-color-secondary: #b8935f;
    --gdf-color-accent: #c1a875;
    --gdf-color-strong:#896e48;
    --gdf-color-red: #c1272d;
    --gdf-color-dark: #000000;
    --gdf-color-light: #f5f5f5;
    --gdf-color-white: #ffffff;
    --gdf-color-green-light: #9dc183;
    --gdf-font-display: 'Playfair Display', serif;
    --gdf-font-body: 'Roboto', sans-serif;
}
h1.strong, h2.strong, h3.strong{
	color: var(--gdf-color-strong)!important;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    margin: 5px 0 0px 13px;
    font-size: 14px;
    transform: translateY(8px);
    display: inline-flex;
}


select.wpcf7-form-control.wpcf7-select {
    background-color: rgba(184, 147, 95, 0.1) !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: rgba(184, 147, 95, 0.1) !important;
    color: #694e29;
}
.field-with-label {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
}

.field-with-label p {
    display: contents;
}

.field-with-label br {
    display: none;
}

.field-label {
    background: linear-gradient(135deg, #a67c52 0%, #c9a66b 100%);
    color: white;
    font-size: 13px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px;
    white-space: nowrap;
    min-width: 160px;
    justify-content: center;
    align-self: stretch; /* Prend toute la hauteur */
    margin: 0;
    line-height: 1;
}

.field-with-label .wpcf7-form-control-wrap {
    flex: 1;
    display: flex;
}

.field-with-label input,
.field-with-label select {
    border-radius: 0 4px 4px 0 !important;
    border-left: none !important;
    width: 100%;
    min-height: 45px;
    box-sizing: border-box;
    margin: 0;
}

form input:not([type="checkbox"]):not([type="submit"]), form select, form textarea {
	margin-bottom:0!important;
}
.cmplz-placeholder-parent {
    height: 100%!important;
}
.partenaires-footer .grey img{
	/*filter: saturate(0.0) contrast(4) !important;*/
}
.partenaires-footer img:hover{
	filter: none!important;
}

/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body {
    font-family: var(--gdf-font-body);
    color: var(--gdf-color-dark);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}
.page-title-hero {
        font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 700;
    color: #FFF;
    margin: 20px 0 0 0px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.baseline {
    text-shadow: 0px 0px 15px BLACK;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    line-height: 0.9;
    margin-top: 16px;
    opacity: 0.7;
    text-transform:initial;
}
.baseline .light{
	
	    color: #d3b387;
	
}
h1.wp-block-heading {
    font-family: 'Playfair Display';
    color: var(--gdf-color-primary);
    padding: 0 0 23px 0;
    font-size: 40px;
}

section.homemsg{
	padding:20px 0;
}

/* ===== UTILITIES ===== */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header.light .section-tag {
    color: var(--gdf-color-accent);
}

.section-header.light h2 {
    color: var(--gdf-color-white);
}

.section-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gdf-color-secondary);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-header h2 {
    font-family: var(--gdf-font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--gdf-color-primary);
    line-height: 1.2;
}

.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.btn-primary {
    background: var(--gdf-color-secondary);
    color: var(--gdf-color-white);
    border-color: var(--gdf-color-secondary);
	max-width:700px;
}

.btn-primary:hover {
    background: var(--gdf-color-accent);
    border-color: var(--gdf-color-accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 153, 104, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--gdf-color-white);
    border-color: var(--gdf-color-white);
}

.btn-secondary:hover {
    background: var(--gdf-color-white);
    color: var(--gdf-color-primary);
}

.btn.full-width {
    width: 100%;
}

/* ===== NAVIGATION ===== */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.5rem 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 86, 63, 0.1);
    transition: all 0.3s ease;
}

nav.scrolled {
    padding: 0.4rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

nav .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
}

.logo-img {
    height: 100px;
    width: auto;
    transition: height 0.3s ease;
}

nav.scrolled .logo-img {
    height: 70px;
}

.logo-circle {
    width: 45px;
    height: 45px;
    background: var(--gdf-color-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gdf-color-white);
    font-weight: 700;
    font-size: 1.3rem;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    grid-column: 3;
}

.nav-links a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-link {
    color: var(--gdf-color-dark);
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    padding: 0.5rem 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gdf-color-secondary);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--gdf-color-secondary);
}

.nav-link:hover::after {
    width: 100%;
}

.btn-nav {
    padding: 0.7rem 1.8rem !important;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.btn-nav.btn-primary {
    background: var(--gdf-color-secondary);
    color: var(--gdf-color-white);
    border: 2px solid var(--gdf-color-secondary);
}

.btn-nav.btn-primary:hover {
    background: var(--gdf-color-accent);
    border-color: var(--gdf-color-accent);
}

.btn-nav.btn-primary::after {
    display: none;
}

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.nav-icon:hover {
    background: rgba(0, 86, 63, 0.1);
}

.nav-icon svg {
    transition: opacity 0.3s ease;
}

.nav-icon:hover svg path {
    fill: var(--gdf-color-primary);
}

/* ===== HERO ===== */
.hero {
    height: 70vh;
    min-height: 600px;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--gdf-color-primary);
    margin-top: 110px;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 2rem;
}

/* Status bar inline (dans Hero en position absolute) */
.status-bar-inline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 1.4rem 0;
    z-index: 10;
    transition: padding 0.3s ease;
}

/* Style au scroll (via JS qui ajoute la classe) */
.status-bar-inline.scrolled {
    padding: 0.6rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.6);
}

/* Réduire les icônes en mode scrolled */
.status-bar-inline.scrolled .status-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.status-bar-inline.scrolled .status-label {
    font-size: 0.75rem;
}

.status-bar-inline.scrolled .status-value {
    font-size: 0.95rem;
}

/* ===== STATUS BAR STICKY (copie qui apparait au scroll) ===== */
.status-bar-sticky {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 998;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    overflow: hidden;
    backdrop-filter: blur(10px);
/*border-bottom:3px var(--gdf-color-accent) solid;*/
}

.status-bar-sticky.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Fond 3D derrière */
.status-bar-sticky-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/Photos/terrain3D_v1.png');
    background-size: cover;
    background-position: center;
    opacity: 0.45;
opacity: 0;
        z-index: 3;
}

/* Overlay vert */
.status-bar-sticky-pattern {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 86, 63, 1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 70, 50, 1) 0%, transparent 50%),
        linear-gradient(135deg, rgb(0, 50, 35) 0%, rgb(0, 40, 30) 100%);
    opacity: 0.85;
opacity: 0;
        z-index: 2;
}

/* Pattern losanges */
.status-bar-sticky::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px),
        repeating-linear-gradient(-45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px);
    z-index: 2;
opacity: 0;
    pointer-events: none;
}
.status-bar-sticky-overlay2 {
   background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 4;
}
.status-bar-sticky-overlay {
    background: radial-gradient(circle at 20% 30%, rgba(0, 86, 63, 1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0, 70, 50, 1) 0%, transparent 50%), linear-gradient(135deg, rgb(0, 50, 35) 0%, rgb(0, 40, 30) 100%);
opacity: 0.85;
opacity: 0;
inset: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Contenu par dessus */
.status-bar-sticky .container {
    position: relative;
    z-index: 4;
             background-color: rgba(255, 255, 255, 0.7);
}

/* Style réduit */
.status-bar-sticky .status-grid {
    padding: 0.6rem 0;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.status-bar-sticky .status-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
}

.status-bar-sticky .status-label {
    font-size: 0.7rem;
}

.status-bar-sticky .status-value {
    font-size: 0.9rem;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgb(8 117 83) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgb(2 51 37) 0%, transparent 50%), linear-gradient(135deg, rgb(2 22 15) 0%, rgb(0, 40, 30) 100%);
    opacity: 0.85;
    z-index: 0;
}

.hero-image-3d {
    position: absolute;
    inset: 0;
    background-image: url(../images/Photos/terrain3D_v1.png);
    background-size: 1000px;
    background-position: right calc(50% - 452px) top -10px;
    background-repeat: no-repeat;
    opacity: 0.45;
    z-index: 1;
    transform: scale(1.1);
    will-change: transform;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px),
        repeating-linear-gradient(-45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px);
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 2rem;
}

.hero h1 {
    font-family: var(--gdf-font-display);
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 700;
    color: var(--gdf-color-white);
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.hero p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 3rem;
    font-weight: 300;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}


a.wp-block-button__link.wp-element-button {
	background: var(--gdf-color-secondary);
    color: var(--gdf-color-white);
    border: 2px solid var(--gdf-color-secondary);
    font-size:12.5px;
    font-family:"Roboto", sans-serif;
    font-weight:600px;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:4px;
    transition: all 0.3s ease;
}
a.wp-block-button__link.wp-element-button:hover {
	background: var(--gdf-color-accent);
    border-color: var(--gdf-color-accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 153, 104, 0.3);
    color: var(--gdf-color-white);
}

/* ===== STATUS BAR INLINE (dans Hero) ===== */
.status-bar-inline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 1.4rem 0;
    z-index: 10;
    transition: padding 0.3s ease;
}

/* Réduire le padding en mode sticky */
.hero.sticky .status-bar-inline {
    padding: 0.6rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Réduire aussi les icônes et textes en mode sticky */
.hero.sticky .status-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.hero.sticky .status-label {
    font-size: 0.75rem;
}

.hero.sticky .status-value {
    font-size: 0.95rem;
}

.status-bar-inline .container {
    position: relative;
		user-select: none;
}

.status-bar-inline .status-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.status-bar-inline .status-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 0 1rem;
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.status-bar-inline .status-item:last-child {
    border-right: none;
}

.status-bar-inline .status-item:hover {
    transform: none;
    box-shadow: none;
}

.status-bar-inline .status-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex-shrink: 0;
    filter: none;
}

.status-bar-inline .status-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.status-bar-inline .status-info {
    text-align: left;
    flex: 1;
}

.status-bar-inline .status-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.3rem;

}

.status-bar-inline .status-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gdf-color-white);
}

.status-bar-inline .status-value.open {
    color: var(--gdf-color-white);
}

.status-bar-inline .status-value.closed {
    color: rgba(255, 255, 255, 0.8);
}

/* Message disclaimer - bulle unique qui suit la souris */
.status-disclaimer {
    position: absolute;
    bottom: calc(100% + 2.2rem);
    left: 50%;
    text-align: center;
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-style: italic;
    padding: 0.8rem 1rem;
    line-height: 1.4;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    white-space: normal;
    z-index: 100;
    max-width: 350px;
    min-width: 280px;
    transform: translateX(-50%);
    will-change: left;
}

/* Flèche de la bulle */
.status-disclaimer::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.3);
    filter: blur(1px);
}

/* ===== STATUS BAR (ancienne, à supprimer si non utilisée ailleurs) ===== */
.status-bar {
    background: rgba(0, 50, 35, 0.85);
    padding: 2rem 0;
    border-bottom: 2px solid rgba(0, 86, 63, 0.8);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.status-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.status-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.status-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 0 2rem;
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
}

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

.status-item:hover {
    transform: none;
    box-shadow: none;
}

.status-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex-shrink: 0;
    filter: none;
}

.status-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.status-info {
    text-align: left;
    flex: 1;
}

.status-label {
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.3rem;
}

.status-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
}

.status-value.open {
    color: var(--gdf-color-white);
}

.status-value.closed {
    color: rgba(255, 255, 255, 0.8);
}

/* ===== INFO SECTION (Calendrier + Météo) ===== */
.info-section {
    padding: 5rem 0;
    background: var(--gdf-color-light);
    position: relative;
}

.info-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: 
        linear-gradient(45deg, var(--gdf-color-green-light) 1px, transparent 1px),
        linear-gradient(-45deg, var(--gdf-color-green-light) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.info-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
    position: relative;
}

.info-card {
    background: var(--gdf-color-white);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.card-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid var(--gdf-color-secondary);
    text-align: center;
}

.card-header h3 {
    font-family: var(--gdf-font-display);
    font-size: 1.8rem;
    color: var(--gdf-color-primary);
    font-weight: 700;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 0;
    border-bottom: none;
}

.calendar-header h3 {
    font-family: var(--gdf-font-display);
    font-size: 2rem;
    color: var(--gdf-color-primary);
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.calendar-nav {
    background: var(--gdf-color-light);
    border: none;
    color: var(--gdf-color-primary);
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.calendar-nav:hover {
    background: var(--gdf-color-primary);
    color: var(--gdf-color-white);
    transform: scale(1.05);
}

.calendar-filters {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: var(--gdf-color-light);
    border-radius: 12px;
}

.filter-btn {
    padding: 0.65rem 1.5rem;
    border: none;
    background: var(--gdf-color-white);
    color: var(--gdf-color-primary);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.filter-btn.active {
    background: linear-gradient(135deg, var(--gdf-color-secondary) 0%, var(--gdf-color-accent) 100%);
    color: var(--gdf-color-white);
    box-shadow: 0 4px 16px rgba(184, 147, 95, 0.4);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(245, 245, 245, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 16px;
}

.calendar-day-name {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(0, 86, 63, 0.6);
    padding: 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: var(--gdf-color-white);
}

.calendar-day:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.calendar-day.other-month {
    color: rgba(0, 0, 0, 0.2);
    background: transparent;
}

.calendar-day.other-month:hover {
    transform: none;
    box-shadow: none;
}

.calendar-day.today {
    background: var(--gdf-color-primary);
    color: var(--gdf-color-white);
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0, 86, 63, 0.3);
}

.calendar-day.today:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 86, 63, 0.4);
}

.calendar-day.selected {
    background: linear-gradient(135deg, var(--gdf-color-secondary) 0%, var(--gdf-color-accent) 100%);
    color: var(--gdf-color-white);
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(184, 147, 95, 0.4);
    transform: scale(1.1);
}

/* Couleurs pour les jours avec événements */
.calendar-day.has-event.ligue {
    background: linear-gradient(135deg, rgba(184, 147, 95, 0.15) 0%, rgba(193, 168, 117, 0.15) 100%);
    color: var(--gdf-color-primary);
    font-weight: 700;
}

.calendar-day.has-event.ligue:hover {
    background: linear-gradient(135deg, rgba(184, 147, 95, 0.25) 0%, rgba(193, 168, 117, 0.25) 100%);
}

.calendar-day.has-event.competition {
    background: linear-gradient(135deg, rgba(193, 39, 45, 0.15) 0%, rgba(220, 60, 66, 0.15) 100%);
    color: var(--gdf-color-red);
    font-weight: 700;
}

.calendar-day.has-event.competition:hover {
    background: linear-gradient(135deg, rgba(193, 39, 45, 0.25) 0%, rgba(220, 60, 66, 0.25) 100%);
}

.calendar-day.has-event.course {
    background: linear-gradient(135deg, rgba(102, 102, 102, 0.15) 0%, rgba(128, 128, 128, 0.15) 100%);
    color: #444;
    font-weight: 700;
}

.calendar-day.has-event.course:hover {
    background: linear-gradient(135deg, rgba(102, 102, 102, 0.25) 0%, rgba(128, 128, 128, 0.25) 100%);
}

/* Les jours sélectionnés ou aujourd'hui gardent leur style */
.calendar-day.selected.has-event,
.calendar-day.today.has-event {
    /* Garde le style selected/today */
}

/* Supprimer les petits dots, remplacés par la couleur de fond */
.calendar-day.has-event::after {
    display: none;
}

.calendar-events {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid var(--gdf-color-light);
}

.calendar-events h4 {
    font-family: var(--gdf-font-display);
    font-size: 1.4rem;
    color: var(--gdf-color-primary);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.events-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.events-list::-webkit-scrollbar {
    width: 6px;
}

.events-list::-webkit-scrollbar-track {
    background: var(--gdf-color-light);
    border-radius: 10px;
}

.events-list::-webkit-scrollbar-thumb {
    background: var(--gdf-color-secondary);
    border-radius: 10px;
}

.event {
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 5px solid;
    background: var(--gdf-color-white);
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.event:hover {
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.event.ligue {
    border-left-color: var(--gdf-color-secondary);
    background: linear-gradient(135deg, rgba(184, 147, 95, 0.03) 0%, rgba(255, 255, 255, 1) 100%);
}

.event.competition {
    border-left-color: var(--gdf-color-red);
    background: linear-gradient(135deg, rgba(193, 39, 45, 0.03) 0%, rgba(255, 255, 255, 1) 100%);
}

.event.course {
    border-left-color: #666;
    background: linear-gradient(135deg, rgba(102, 102, 102, 0.03) 0%, rgba(255, 255, 255, 1) 100%);
}

.event-date {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.event-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gdf-color-primary);
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

.event-subtitle {
    font-size: 0.95rem;
    color: var(--gdf-color-secondary);
    font-style: italic;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.event-time {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.calendar-legend {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 86, 63, 0.1);
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
}

.legend-dot {
    width: 20px;
    height: 5px;
    border-radius: 3px;
}

.legend-dot.ligue {
    background: var(--gdf-color-secondary);
}

.legend-dot.competition {
    background: var(--gdf-color-red);
}

.legend-dot.course {
    background: #666;
}

/* Météo */
.weather-current {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
}

.weather-current iframe {
    display: block;
    border: none;
    width: 100%;
}

/* Club Info */
.club-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.club-section {
    padding: 1.5rem;
    background: var(--gdf-color-light);
    border-radius: 8px;
}







/* Section principale */
.homemsg {
    padding: 40px 0;
    background: #f8f9fa;
}

.homemsg .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    gap: 20px;
}

/* Mobile et Tablette : toujours 1 colonne */
@media (max-width: 1023px) {
    .homemsg .container {
        grid-template-columns: 1fr;
    }
}

/* Desktop : par défaut 3 colonnes, s'adapte automatiquement */
@media (min-width: 1024px) {
    .homemsg .container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

/* Style des blocs */
.home_msg {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.home_msg > * { flex: 1; }
/* Egalisation hauteur grille homemsg */
.homemsg .container { align-items: stretch; }
.homemsg .container > * { display: flex; flex-direction: column; }
.golf-message-banner { flex: 1; box-sizing: border-box; margin-bottom: 0 !important; }

.club-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.club-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.club-section h4 img.emoji {
    width: 20px;
    height: 20px;
}

.club-section h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.badge-info {
    flex: 1;
}

.badge-info p {
    margin: 0 0 10px 0;
    line-height: 1.6;
    color: #555;
}

.badge-info p:last-child {
    margin-bottom: 0;
}

.badge-color {
    font-weight: 700;
    color: #f39c12;
}

.club-section.accent {
    border-left: 4px solid #3498db;
}

.club-section.eventClose {
    border-left: 4px solid #ff9800;
    background: #fff8f0;
}

.club-section.eventClose h4 {
    color: #e65100;
}

@media (max-width: 767px) {
    .club-section {
        padding: 20px;
    }
    
    .club-section h3 {
        font-size: 18px;
    }
    
    .club-section h4 {
        font-size: 14px;
    }
}
















.club-section.accent {
    background: linear-gradient(135deg, rgba(193, 39, 45, 0.05) 0%, rgba(193, 39, 45, 0.02) 100%);
    border-left-color: var(--gdf-color-red);
}
.club-section.eventClose {
    background: linear-gradient(135deg, rgba(193, 39, 45, 1) 0%, rgba(193, 39, 45, 0.8) 100%);
    border-left-color: var(--gdf-color-red);
    color:#FFF;
}
.club-section.eventClose h3, .club-section.eventClose h4, .club-section.eventClose strong, .club-section.eventClose p{
	    color:#FFF!important;
}



.club-section h4 {
    font-family: var(--gdf-font-display);
    font-size: 1.1rem;
    color: var(--gdf-color-primary);
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.club-section.accent h4 {
    color: var(--gdf-color-red);
}

.info-subtitle {
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    margin-bottom: 1rem;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    padding: 0.5rem 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
}

.info-list li strong {
    color: var(--gdf-color-primary);
    font-weight: 600;
}

.badge-info {
    padding: 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.7;
background: none;
}

.badge-info p {
    margin-bottom: 0.8rem;
    color: rgba(0, 0, 0, 0.8);
}

.badge-info p:last-child {
    margin-bottom: 0;
}

.badge-info strong {
    color: var(--gdf-color-primary);
    font-weight: 600;
}

.badge-color {
    background: #FFD700;
    color: #000;
    padding: 0.1rem 0.4rem;
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.85rem;
}

/* ===== ABOUT SECTION ===== */
.about-section {
    padding: 6rem 0;
    background: var(--gdf-color-white);
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: 
        linear-gradient(45deg, var(--gdf-color-green-light) 1px, transparent 1px),
        linear-gradient(-45deg, var(--gdf-color-green-light) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 1.5rem;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.stat {
    text-align: center;
    padding: 2rem;
    background: var(--gdf-color-light);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.stat:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-family: var(--gdf-font-display);
    font-size: 3rem;
    font-weight: 700;
    color: var(--gdf-color-secondary);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--gdf-color-dark);
    font-weight: 500;
}

.about-image {
    height: 600px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== INSTALLATIONS ===== */
.installations-section {
    padding: 6rem 0;
    background: var(--gdf-color-light);
    position: relative;
}

.installations-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: 
        linear-gradient(45deg, var(--gdf-color-green-light) 1px, transparent 1px),
        linear-gradient(-45deg, var(--gdf-color-green-light) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.installations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    position: relative;
}

.installation-card {
    background: var(--gdf-color-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.installation-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.installation-image {
    height: 250px;
    overflow: hidden;
}

.installation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.installation-card:hover .installation-image img {
    transform: scale(1.1);
}

.installation-content {
    padding: 2rem;
}

.installation-content h3 {
    font-family: var(--gdf-font-display);
    font-size: 1.5rem;
    color: var(--gdf-color-primary);
    margin-bottom: 1rem;
    font-weight: 600;
}

.installation-content p {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.7;
}

/* ===== TARIFS ===== */
.tarifs-section {
    padding: 6rem 0;
    background: var(--gdf-color-white);
    position: relative;
}

.tarifs-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: 
        linear-gradient(45deg, var(--gdf-color-green-light) 1px, transparent 1px),
        linear-gradient(-45deg, var(--gdf-color-green-light) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.tarifs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
}

.tarif-card {
    background: var(--gdf-color-light);
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.tarif-card:hover {
    transform: translateY(-8px);
    border-color: var(--gdf-color-secondary);
}

.tarif-card.featured {
    background: linear-gradient(135deg, var(--gdf-color-secondary) 0%, var(--gdf-color-accent) 100%);
    color: var(--gdf-color-white);
}

.tarif-card.premium {
    background: var(--gdf-color-primary);
    color: var(--gdf-color-white);
    position: relative;
    overflow: hidden;
}

.tarif-card.premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px),
        repeating-linear-gradient(-45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px);
    z-index: 0;
    pointer-events: none;
}

.tarif-card.premium > * {
    position: relative;
    z-index: 1;
}

.tarif-card .badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--gdf-color-red);
    color: var(--gdf-color-white);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tarif-name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.tarif-price {
    font-family: var(--gdf-font-display);
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.tarif-desc {
    font-size: 0.95rem;
    margin-bottom: 2rem;
    opacity: 0.85;
}

.tarif-features {
    list-style: none;
    margin-bottom: 2.5rem;
    text-align: left;
}

.tarif-features li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.tarif-card.featured .tarif-features li,
.tarif-card.premium .tarif-features li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.tarif-features li:last-child {
    border-bottom: none;
}

.tarif-card.featured .btn,
.tarif-card.premium .btn {
    background: var(--gdf-color-white);
    color: var(--gdf-color-primary);
    border-color: var(--gdf-color-white);
}

.tarif-card .btn-secondary {
    background: var(--gdf-color-primary);
    color: var(--gdf-color-white);
    border-color: var(--gdf-color-primary);
}

.tarif-card .btn-secondary:hover {
    background: var(--gdf-color-dark);
    border-color: var(--gdf-color-dark);
}

/* ===== INSTAGRAM ===== */
.instagram-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.instagram-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, var(--gdf-color-green-light) 1px, transparent 1px),
        linear-gradient(-45deg, var(--gdf-color-green-light) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.instagram-section .section-header {
    margin-bottom: 2rem;
}

.instagram-section .section-header h2 {
    color: var(--gdf-color-primary);
    font-family: var(--gdf-font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
}

.instagram-feed {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#curator-feed-default-feed-layout {
    margin-bottom: 1.5rem;
}

#curator-feed-default-feed-layout img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.instagram-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0 0.5rem;
    flex-wrap: wrap;
}

.instagram-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    min-width: 240px;
    color: var(--gdf-color-white);
    text-decoration: none;
}

.btn-instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 6px 20px rgba(225, 48, 108, 0.3);
}

.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(225, 48, 108, 0.4);
    color: var(--gdf-color-white);
}

.btn-facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d65d9 50%, #0a58ca 100%);
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.3);
}

.btn-facebook:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(24, 119, 242, 0.4);
    background: linear-gradient(135deg, #0d65d9 0%, #0a58ca 50%, #084298 100%);
    color: var(--gdf-color-white);
}

.instagram-cta .btn svg {
    flex-shrink: 0;
}

/* ===== CONTACT ===== */
.contact-section {
    padding: 6rem 0;
    background: var(--gdf-color-primary);
    color: var(--gdf-color-white);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px),
        repeating-linear-gradient(-45deg, transparent, transparent 49px, rgba(255, 255, 255, 0.06) 49px, rgba(255, 255, 255, 0.06) 50px);
    z-index: 0;
    pointer-events: none;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-compact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item-compact {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.info-item-compact:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.info-item-compact .info-icon {
    font-size: 1.5rem;
    min-width: 35px;
    text-align: center;
}

.info-item-compact .info-text h4 {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: var(--gdf-color-accent);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.info-item-compact .info-text p {
    opacity: 0.95;
    line-height: 1.4;
    font-size: 0.95rem;
}

.map-container {
    flex: 1;
    min-height: 350px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.contact-form {
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-family: var(--gdf-font-body);
    font-size: 1rem;
    color: var(--gdf-color-white);
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gdf-color-accent);
    background: rgba(255, 255, 255, 0.15);
}

/* ===== FOOTER ===== */
.footer {
    background: var(--gdf-color-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 3rem 0 2rem;
}

.partners-section {
    padding: 2rem 0 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.partners-section h4 {
    text-align: center;
    color: var(--gdf-color-accent);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.partners-grid img {
height: 76px !important;
    width: auto !important;
    max-width: unset !important;
    /* object-fit: contain; */
    /* filter: brightness(0) invert(1); */
    /* opacity: 0.7; */
    transition: opacity 0.3s ease;
}

.partners-grid img:hover {
    opacity: 1;
}

.footer-content {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo-img {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.footer-links.footer-legal {
    gap: 1.5rem;
    margin-left: auto;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.footer-links.footer-legal a {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-links a:hover {
    color: var(--gdf-color-accent);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}

/* ===== PAGES LEGALES ===== */
.legal-page {
    padding: 8rem 0 4rem;
    background: var(--gdf-color-white);
    min-height: 80vh;
}

.legal-page h1 {
    font-family: var(--gdf-font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--gdf-color-primary);
    margin-bottom: 3rem;
    text-align: center;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background: var(--gdf-color-light);
    border-radius: 12px;
}

.legal-content h2 {
    font-family: var(--gdf-font-display);
    font-size: 1.8rem;
    color: var(--gdf-color-primary);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-size: 1.3rem;
    color: var(--gdf-color-secondary);
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-content p {
    line-height: 1.8;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.8);
}

.legal-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-content li {
    line-height: 1.8;
    margin-bottom: 0.5rem;
    color: rgba(0, 0, 0, 0.8);
}

.legal-content a {
    color: var(--gdf-color-secondary);
    text-decoration: underline;
}

.legal-content a:hover {
    color: var(--gdf-color-accent);
}

.cookies-table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
}

.cookies-table th,
.cookies-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(0, 86, 63, 0.1);
}

.cookies-table th {
    background: var(--gdf-color-primary);
    color: var(--gdf-color-white);
    font-weight: 600;
}

.cookies-table tr:hover {
    background: rgba(0, 86, 63, 0.05);
}

.back-link {
    text-align: center;
    margin-top: 3rem;
}

.back-link .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 968px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .container {
        padding: 0 1rem;
        max-width: 100%;
    }

    .hero {
        margin-top: 90px;
        height: 80vh;
        min-height: 650px;
        max-height: none;
    }

    .hero-content {
        padding: 1rem;
        margin-bottom: 180px;
    }

    .status-bar-inline {
        padding: 1.5rem 0;
    }

    .status-bar-inline .status-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        border-left: none;
        border-right: none;
    }

    .status-bar-inline .status-item {
        gap: 1rem;
        padding: 1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* Club House : pleine largeur sur mobile */
    .status-bar-inline .status-item:nth-child(1) {
        grid-column: 1 / -1;
        border-left: none;
        border-right: none;
        justify-content: flex-start;
        padding: 1rem 1.5rem;
    }

    /* Ligne 1 : Parcours | Practice */
    .status-bar-inline .status-item:nth-child(2) {
        border-left: none;
    }

    .status-bar-inline .status-item:nth-child(3) {
        border-right: none;
    }

    /* Ligne 2 : Green | Chariots */
    .status-bar-inline .status-item:nth-child(4) {
        border-left: none;
        border-bottom: none;
    }

    .status-bar-inline .status-item:nth-child(5) {
        border-right: none;
        border-bottom: none;
    }

    .status-bar-inline .status-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .status-bar-inline .status-label {
        font-size: 0.7rem;
    }

    .status-bar-inline .status-value {
        font-size: 0.95rem;
    }

    .nav-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }

    .burger-menu {
        order: 1;
        flex-shrink: 0;
    }

    .logo {
        order: 2;
        flex: 1;
        justify-content: center;
    }

    .nav-links {
        order: 3;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5rem;
        flex-shrink: 0;
    }

    #btn-reservation {
        display: none !important;
    }

    #linkToProfile {
        display: flex !important;
    }

    .btn-nav {
        padding: 0.6rem 1.2rem !important;
        font-size: 0.8rem;
    }

    .logo-img {
        height: 70px !important;
    }

    nav {
        padding: 0.5rem 0;
    }

    nav.scrolled {
        padding: 0.5rem 0;
    }

    .hero-content {
        padding: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .info-grid,
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .installations-grid,
    .tarifs-grid {
        grid-template-columns: 1fr;
    }

    .status-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
    }

    .status-item {
        gap: 1rem;
    }

    .status-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .status-label {
        font-size: 0.75rem;
    }

    .status-value {
        font-size: 1rem;
    }

    .logo-img {
        height: 45px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .footer-links.footer-legal {
        margin-left: 0;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .section-header {
        margin-bottom: 2rem;
    }

    .info-card {
        padding: 1.5rem;
    }

    .event {
        padding: 1rem 1.2rem;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .partners-grid img {
        height: 40px;
        max-width: 100px;
    }

    .hero-image-3d {
        background-size: 180%;
        background-position: -5% 0%;
        opacity: 0.45;
    }
}
#linkToProfile img{
	width:40px!important;
	height:unset!important;
border-radius:20px;
}
.um-own-profile .page-header-white,.um-own-profile .page-hero-mini{
display:none;
}
.gvm_volunteer-default{
max-width: unset!important;
}
input::placeholder, textarea::placeholder {
  color: #777!important;
}
section#contact input::placeholder,section#contact textarea::placeholder {
  color: rgba(255,255,255,0.7)!important;
}
form input:not([type="checkbox"]):not([type="submit"]), 
form select,
form textarea
{
    width: 100%;
    max-width: 700px;
    padding: 1rem;
    margin-bottom: 25px;
    background: rgba(184, 147, 95, 0.1) !important;
    border: none;
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 6px;
    font-family: var(--gdf-font-body);
    font-size: 1rem;
    color: #694e29;
    transition: all 0.3s ease;
}
.contact-section form input:not([type="checkbox"]):not([type="submit"]), 
form select,
form textarea
{
	background: rgba(255, 255, 255, 0.1)!important;
}
section#contact form input:not([type="checkbox"]):not([type="submit"]), 
section#contact form select,
section#contact form textarea
{
    border: 2px solid rgba(255, 255, 255, 0.2)!important;
	color: #FFF;
    background: rgba(255, 255, 255, 0.1) !important;
}

.wp-block-image.fullpage {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.wp-block-image.fullpage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



 #map {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        height: 700px;
    }
    .legend {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(30, 30, 30, 0.5);
        color: white;
        padding: 15px;
        border-radius: 8px;
        font-size: 12px;
        max-width: 160px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        z-index: 1;
 -moz-user-select: none; /* Firefox */
 -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
 -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
 user-select: none; /* Propriété standard */
    }
    .legend h3 {
        margin: 0 0 10px 0;
        color: #4CAF50;
        font-size: 13px;
    }
    .legend-item {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
    }
    .legend-color {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid white;
        flex-shrink: 0;
    }
    .legend-color.square {
        border-radius: 3px;
    }
    .controls {
        position: absolute;
        top: 10px;
        left: 10px;
        background: rgba(30, 30, 30, 0.9);
        color: white;
        padding: 12px;
        border-radius: 8px;
        font-size: 12px;
        z-index: 1;
    }
    .controls h2 {
        margin: 0 0 8px 0;
        font-size: 14px;
    }
    .controls label {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 4px;
        cursor: pointer;
    }
    .mapboxgl-popup-content {
        padding: 10px 12px;
        font-size: 12px;
        border-radius: 6px;
    }
    .mapboxgl-popup-content h4 {
        margin: 0 0 4px 0;
        color: #2E7D32;
    }
    .mapboxgl-popup-content p {
        margin: 2px 0;
    }


#hole-navigation {

}

.hole-btn {
    padding: 5px 12px;
    margin: 0 0 3px 0;
    text-align: left;
    width: 100%;
    border-radius: 4px;
	border:none!important;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    color:  #FFF;
	background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    outline: none;
}

.hole-btn:hover {
background: var(--gdf-color-accent);
    border-color: var(--gdf-color-accent);
transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 153, 104, 0.3);
    outline: none;
}

.hole-btn.active {
background: var(--gdf-color-accent);
    border-color: var(--gdf-color-accent);
    outline: none;
}

#camera-config {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  font-family: monospace;
  font-size: 13px;
  min-width: 280px;
	display:none;
}

#camera-config h4 {
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
	display:none;
}

.config-row {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.config-row label {
  font-weight: bold;
  color: #555;
}

.config-row span {
  color: #2E7D32;
}

#cfg-output {
  width: 100%;
  font-family: monospace;
  font-size: 11px;
  margin-top: 5px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

#copy-config {
  margin-top: 8px;
  width: 100%;
  padding: 8px;
  background: #2E7D32;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

#copy-config:hover {
  background: #1B5E20;
}

#copy-config.copied {
  background: #666;
}
/* Ajouter au CSS existant */
#point-capture {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #2E7D32;
}

#point-capture h4 {
  margin: 0 0 10px 0;
}

.capture-controls {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.capture-btn {
  flex: 1;
  padding: 8px 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.capture-btn:not(.secondary) {
  background: #1976D2;
  color: white;
}

.capture-btn:not(.secondary):hover {
  background: #1565C0;
}

.capture-btn.secondary {
  background: #eee;
  color: #333;
}

.capture-btn.secondary:hover {
  background: #ddd;
}

.capture-btn.active {
  background: #E53935;
}

.capture-btn.active:hover {
  background: #C62828;
}

#points-output {
  width: 100%;
  font-family: monospace;
  font-size: 10px;
  margin-top: 5px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

#copy-points {
  margin-top: 8px;
  width: 100%;
  padding: 8px;
  background: #1976D2;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

#copy-points:hover {
  background: #1565C0;
}

/* Curseur crosshair quand capture active */
#map.capture-mode {
  cursor: crosshair !important;
}


.hole-info-panel {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    min-width: 280px;
    max-width: 280px;
    display: none;
    z-index: 1000;
font-size: 12px;
}

.hole-info-panel.active {
    display: block;
}

.hole-info-panel h3 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    color: #FFF !important;
    font-size: 32px !important;
    margin: 0 0 15px 0;
    position: relative;
    color: #00563f;
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-top: 90px !important;
    z-index: 2 !important;

}


.info-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
z-index:2;
}
#info-img {
position:absolute;
top:0;
	left:0;
right:0;
height:150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;

}

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

.info-label {
    font-weight: bold;
    color: #555;
z-index:2;
}

.info-value {
    color: #00563f;
    font-weight: 600;
z-index:2;
}

.close-info {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
z-index:2;
}

.close-info:hover {
    color: #333;
}

/* Modale de réservation */
.reservation-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.reservation-modal.active {
    display: flex;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 85vh;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
}

.close-modal:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: rotate(90deg);
}

#reservation-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Animation d'ouverture */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reservation-modal.active .modal-content {
    animation: modalFadeIn 0.3s ease;
}

*:focus {
    outline: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        height: 90vh;
    }
}

/* ============================================
   ACCORDEON PDF
   ============================================ */

.pdf-accordion {
    margin: 1.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    
}

.pdf-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, var(--gdf-color-primary, #00563f) 0%, #004530 100%);
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.pdf-accordion-header:hover {
    background: linear-gradient(135deg, #004530 0%, #003525 100%);
}

.pdf-accordion-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.pdf-accordion-title svg {
    flex-shrink: 0;
    opacity: 0.8;
}

.pdf-accordion-arrow {
    width: 24px;
    height: 24px;
    color: #ffffff;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.pdf-accordion.open .pdf-accordion-arrow {
    transform: rotate(90deg);
}

.pdf-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    background: #f9f9f9;
}

.pdf-accordion.open .pdf-accordion-content {
    max-height: 2000px; /* Assez grand pour toutes les hauteurs */
    transition: max-height 0.8s ease-in-out;
}

.pdf-accordion-content iframe {
    display: block;
    width: 100%;
    height: 1000px; /* Hauteur par défaut, surchargée par le JS */
    border: none;
}

/* Variante claire */
.pdf-accordion.light .pdf-accordion-header {
    background: #f5f5f5;
    border-bottom: 2px solid var(--gdf-color-primary, #00563f);
}

.pdf-accordion.light .pdf-accordion-title {
    color: var(--gdf-color-primary, #00563f);
}

.pdf-accordion.light .pdf-accordion-arrow {
    color: var(--gdf-color-primary, #00563f);
}

.pdf-accordion.light .pdf-accordion-header:hover {
    background: #eeeeee;
}

/* Variante accent (doré) */
.pdf-accordion.accent .pdf-accordion-header {
    background: linear-gradient(131deg, rgba(184, 147, 95, 0.15) 0%, rgba(184, 147, 95, 0.3) 100%);
    position: relative;
    overflow: hidden;
}

/* Overlay pour transition smooth du hover */
.pdf-accordion.accent .pdf-accordion-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(131deg, rgba(184, 147, 95, 0.3) 0%, rgba(184, 147, 95, 0.45) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pdf-accordion.accent .pdf-accordion-header:hover::before {
    opacity: 1;
}

.pdf-accordion.accent .pdf-accordion-header h3,
.pdf-accordion.accent .pdf-accordion-header svg {
    position: relative;
    z-index: 1;
}

.pdf-accordion.accent .pdf-accordion-header h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: var(--gdf-color-secondary);
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-weight: 600;
}

.pdf-accordion.accent .pdf-accordion-arrow {
    color: var(--gdf-color-secondary);
}

/* Responsive */
@media (max-width: 768px) {
    .pdf-accordion-header {
        padding: 1rem 1.25rem;
    }
    
    .pdf-accordion-title {
        font-size: 0.95rem;
        letter-spacing: 0.05em;
    }
    
    .pdf-accordion-content iframe {
        height: 600px;
    }
    
    .pdf-accordion.open .pdf-accordion-content {
        max-height: 700px;
    }
}
.footer-right-group {
    display: flex;
    gap: 2rem;
    margin-left: auto;
}
/* Sticky bar : masquée partout par défaut */
#statusBarSticky {
    display: none !important;
}
/* Sticky bar : visible sur desktop uniquement */
@media (min-width: 969px) {
    body.home #statusBarSticky {
        display: block !important;
    }
}

/* Status bar inline : masquée sur mobile/tablette hors accueil */
@media (max-width: 968px) {
    body:not(.home) .status-bar-inline {
        display: none !important;
    }
}
.status-label:after {
    display: inline-block;
    content: " ";
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 10px;
    margin-left: 7px;
}
.status-icon {
    border: 0px solid green;
    border-radius: 100%;
	
}
.status_ouvert .status-label:after, .status_ete .status-label:after, .status_autorises .status-label:after {
    background-color: green;
}
.status_hivers .status-label:after, .status_tolerate .status-label:after{
    background-color: orange;
}

/* ---- Espace Membres homepage ---- */
.espace-membres-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a2a3a 0%, #3a4a5a 100%);
}

/* Cartes zoom au survol */
.gvm-hp-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    cursor: pointer;
}
.gvm-hp-card:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 40px rgba(0,0,0,0.22);
}
.espace-membres-section .section-header {
    margin-bottom: 40px;
}
.espace-membres-section .section-header h2 {
    color: #fff;
}
.espace-membres-section .section-tag {
    color: rgba(255,255,255,0.6);
}
.mm-widget__wrap.mm-widget__color-dark.mm-widget__bg-light.mm-widget__vertical, .mm-widget__bg-dark, .mm-widget__vertical {
    color: #FFF;
    border-radius: 10px !important;
    width: 100% !important;
    background: linear-gradient(135deg, var(--gdf-color-secondary) 0%, var(--gdf-color-accent) 100%);
}
.mm-widget__temp-vertical-wrap {
border-color: #FFF!important;
}
.mm-widget__copyright {
    text-align: center;
    font-size: 8.48px;
    line-height: 12px;
    --tw-text-opacity: 1;
    color: rgb(209 223 219 / var(--tw-text-opacity));
}
.mm-widget__copyright, .mm-widget__copyright a  {

    color: rgba(255,255,255,0.7)!important;
}