.elementor-kit-8{--e-global-color-primary:#FBFCFC;--e-global-color-secondary:#114F76;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}:root { --Primary:#114f76; }
/* Start custom CSS *//* === Tableaux EAEL : style uniforme global === */

/* Base */
.eael-data-table {
    border-collapse: separate;
    border-spacing: 0;
}

/* Coins inférieurs arrondis */
.eael-data-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 40px;
}
.eael-data-table tbody tr:last-child td:last-child {
    border-bottom-right-radius:40px;
}

/* Contour extérieur uniforme tout autour du tableau */
.eael-data-table {
    border: 1.5px solid #000 !important;
    border-radius: 45px;
    overflow: hidden;
}

/* Contour noir de la rangée de titres (bas de l'en-tête) */
.eael-data-table thead tr.table-header {
    border-bottom: 2px solid #000;
}

/* On retire toutes les bordures latérales internes pour repartir propre */
.eael-data-table thead tr.table-header th,
.eael-data-table tbody td {
    border-left: none !important;
    border-right: none !important;
}

/* Séparateur vertical posé du MÊME côté (gauche) à partir de la 2e cellule */
.eael-data-table thead tr.table-header th:not(:first-child) {
    border-left: 2px solid #fff !important;
}
.eael-data-table tbody td:not(:first-child) {
    border-left: 2px solid #000 !important;
}


/* Désactiver le hover sur les tableaux EAEL : couleurs figées */
.eael-data-table tbody tr:hover td,
.eael-data-table tbody tr:hover,
.eael-data-table thead tr:hover th,
.eael-data-table thead tr:hover {
    background-color: inherit !important;
    background: inherit !important;
    color: inherit !important;
}

/* En-tête : garde le bleu foncé au survol */
.eael-data-table thead tr.table-header:hover th {
    color: white !important;
    background-color: #114F76 !important;
}

/* Corps : garde le fond blanc au survol */
.eael-data-table tbody tr:hover td {
    background-color: #fff !important;
}

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

.elementor-popup-modal .dialog-message {
    overflow: hidden;
}

/* Tablette et mobile : on remet le scroll */
@media (max-width: 1024px) {
    .elementor-popup-modal .dialog-message {
        overflow: auto !important;
    }
}

.gpat-banner button.gpat-banner__close {
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: all 0.3s;
  user-select: none;
  white-space: nowrap;
}

.cky-revisit-bottom-left {
    display: none !important;
}/* End custom CSS */