.elementor-kit-10{--e-global-color-primary:#003152;--e-global-color-secondary:#FDFFF1;--e-global-color-text:#1D1D1D;--e-global-color-accent:#296D3C;--e-global-color-74dec65:#529B4C;--e-global-color-f7efd35:#FF7900;--e-global-color-207fa49:#85DD7D;--e-global-color-b97d4c2:#00253D;--e-global-typography-primary-font-family:"Satoshi";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Satoshi";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Satoshi";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Satoshi";--e-global-typography-accent-font-weight:bold;--e-global-typography-cf36db2-text-transform:uppercase;font-family:"Satoshi", Sans-serif;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-secondary );font-family:"Satoshi", Sans-serif;font-weight:600;}.elementor-kit-10 h1{font-family:"Satoshi", Sans-serif;}.elementor-kit-10 h2{font-family:"Satoshi", Sans-serif;}.elementor-kit-10 h3{font-family:"Satoshi", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.lba-tarifs-front,
.lba-interclubs-front {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    color: #1D1D1D;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    overflow: hidden;
}

.lba-tarifs-front thead,
.lba-interclubs-front thead {
    background: #003152;
    color: #F4F6F8;
}

.lba-tarifs-front th,
.lba-interclubs-front th {
    padding: 16px 18px;
    text-align: left;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing: 0.3px;
}

.lba-tarifs-front td,
.lba-interclubs-front td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}



.lba-tarifs-front tbody tr:nth-child(even),
.lba-interclubs-front tbody tr:nth-child(even) {
    background: #F4F6F8;
}

.lba-tarifs-front tbody tr:hover,
.lba-interclubs-front tbody tr:hover {
    background: #E6F1EB;
}

.lba-tarifs-front td:first-child,
.lba-interclubs-front td:first-child {
    font-weight: 500;
    color: #003152;
    text-transform:uppercase;
}

.lba-price {
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.lba-tarifs-front th:nth-child(2),
.lba-tarifs-front th:nth-child(3),
.lba-tarifs-front th:nth-child(4),
.lba-tarifs-front td:nth-child(2),
.lba-tarifs-front td:nth-child(3),
.lba-tarifs-front td:nth-child(4){
    text-align: right;
}


@media (max-width: 900px) {
    .lba-tarifs-front,
    .lba-interclubs-front {
        font-size: 15px;
    }

    .lba-tarifs-front th,
    .lba-interclubs-front th,
    .lba-tarifs-front td,
    .lba-interclubs-front td {
        padding: 12px 14px;
    }
}

@media (max-width: 600px) {
    .lba-tarifs-front,
    .lba-interclubs-front,
    .lba-tarifs-front thead,
    .lba-interclubs-front thead,
    .lba-tarifs-front tbody,
    .lba-interclubs-front tbody,
    .lba-tarifs-front th,
    .lba-interclubs-front th,
    .lba-tarifs-front td,
    .lba-interclubs-front td,
    .lba-tarifs-front tr,
    .lba-interclubs-front tr {
        display: block;
        width: 100%;
    }

    .lba-tarifs-front thead,
    .lba-interclubs-front thead {
        display: none;
    }

    .lba-tarifs-front tr,
    .lba-interclubs-front tr {
        margin-bottom: 18px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 6px;
        background: #ffffff;
    }

    .lba-tarifs-front td,
    .lba-interclubs-front td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 12px 14px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        white-space: normal;
    }

    .lba-tarifs-front td:last-child,
    .lba-interclubs-front td:last-child {
        border-bottom: none;
    }
    

    .lba-tarifs-front td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #003152;
        padding-right: 12px;
        flex: 1;
    }

    .lba-interclubs-front td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #003152;
        padding-right: 12px;
        flex: 1;
    }

    .lba-price {
        text-align: right;
        flex: 1;
    }
}

.btn-round{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:46px;
  border-radius:999px;
  background:#296d3c;
  text-decoration:none;
}

.btn-round .arrow{
  font-size:22px;
  line-height:1;
  color:#ffffff;
  transform:translateX(1px);
}

.btn-round:hover {
    filter: brightness(1.1);
}

.arrow {
    display: block;
}


.lba-separator-row td {
    color:#ffffff;
    text-align:center;
    font-weight:600;
    padding:14px 10px;
    letter-spacing:0.5px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://cpamg09.likuid.com/~golfstem/wp-content/uploads/2025/12/Satoshi-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('http://cpamg09.likuid.com/~golfstem/wp-content/uploads/2025/12/Satoshi-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('http://cpamg09.likuid.com/~golfstem/wp-content/uploads/2025/12/Satoshi-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('http://cpamg09.likuid.com/~golfstem/wp-content/uploads/2025/12/Satoshi-Light.woff2') format('woff2');
}
/* End Custom Fonts CSS */