/* ── Footer ── */


.four_columns.clearfix div {
    margin: 2px 0 !important;
}

.footer_top_holder {
  background: var(--Brand-Dark) !important;
}

.footer_top_holder .footer_top {
  background: var(--Brand-Dark) !important;
}

.footer_top_holder::after {
  content: "";
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  border-bottom: 1px solid white;
}

/* Kill the float-based four_columns, use flex instead */
.footer_top_holder .four_columns {
  display: flex !important;
  align-items: flex-start;
  gap: 48px;
  float: none !important;
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .footer_top_holder .four_columns {
    gap: 125px;
  }

  /* Social icons column — push to far right */
  .footer_top_holder .four_columns .footer_col4 {
    margin: 0 0 0 auto !important;
  }
}

.footer_top_holder .footer_col1,
.footer_top_holder .footer_col2,
.footer_top_holder .footer_col3,
.footer_top_holder .footer_col4 {
  float: none !important;
  width: auto !important;
  flex-shrink: 0;
}

.footer_top_holder .column1.footer_col1 img {
  max-width: 120px;
  max-height: 80px;
}

/* White text throughout */
.footer_top_holder .footer_top,
.footer_top_holder .footer_top p,
.footer_top_holder .footer_top li,
.footer_top_holder .footer_top h5,
.footer_top_holder .footer_top .textwidget {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.footer_top_holder .footer_top h5 {
  display: none;
}

/* Nav links */
.footer_top_holder .footer_top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_top_holder .footer_top ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.footer_top_holder .footer_top .mail-icon {
  margin-right: 10px;
}

.footer_top_holder .footer_top ul li a:hover {
  color: #fff;
}

/* Social icon links */
.footer_top_holder .footer_col4 a {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.footer_top_holder .footer_col4 a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.footer_top_holder .footer_col4 .widget p {
  display: flex;
}

.footer_top_holder .footer_top ul.loc-data {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.footer_bottom {
  padding: 25px 0;
}

.footer-bottom-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom-bar p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  gap: 15px;
}

nav.footer-bottom-links br {
  display: none;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  line-height: 1.2;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.four_columns.clearfix::before,
.four_columns.clearfix::after {
  display: none;
}

.footer_top_holder .img-ctr-two {
  display: flex;
  justify-content: center;
}

.footer_top_holder .img-ctr-two img {
  filter: brightness(0) invert(1);
}

.footer_top_holder .seperator {
  border: 1px solid white;
  opacity: 0.2;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .footer_top_holder .four_columns {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 0px;
  }

  .footer-bottom-bar {
    padding: 10px 24px;
    gap: 20px;
  }
}

/* ── Header ── */

li#nav-menu-item-21426,
li#nav-menu-item-21427 {
  display: none;
}

header.page_header .header_bottom {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

header.page_header .q_logo a {
  height: 60px !important;
}

header.page_header .q_logo {
  position: relative;
}

.emdr-europe-overlay {
  position: absolute !important;
  z-index: 10;
}

header .header_top_bottom_holder {
  position: relative;
  background: white;
}

/* Nav item typography */
nav.main_menu > ul > li > a,
nav.main_menu > ul > li > a > span:not(.plus) {
  color: var(--Brand-Dark, #243e51);
  font-family: "Roboto", sans-serif;
  font-size: var(--Font-size-text-md, 16px);
  font-weight: 700;
  line-height: var(--Line-height-text-md, 24px);
  letter-spacing: 0.8px;
  text-transform: none;
}

nav.main_menu > ul > li > a {
  padding: 0 12px;
}
nav ul#menu-header_menu, 
nav ul#menu-header_menu_fr {
    display: flex;
    align-items: center;
} 

/* Remove seperators */
nav.main_menu > ul > li:not(:first-child):before {
  display: none;
}

/* CTA — Espace membres */
li.member-btn {
  display: flex !important;
  align-items: center;
}

li.member-btn > a {
  display: inline-flex !important;
  padding: 10px var(--spacing-xl, 24px) !important;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: 70px;
  background: var(--Brand-Dark, #243e51) !important;
  color: #fff !important;
  letter-spacing: 0.8px;
  line-height: var(--Line-height-text-md, 24px);
  transition: background 0.2s ease;
}

li.member-btn > a > i,
li.member-btn > a > span.plus {
  display: none !important;
}

li.member-btn > a > span:not(.plus) {
  color: #fff !important;
}

@media(min-width: 769px) {
  li.member-btn > a:hover {
    background: var(--Brand-Light-Blue, #5eacd4) !important;
  }
}

@media (max-width: 768px) {
  header .q_logo img {
    object-fit: contain;
    width: 90% !important;
  }

    .q_logo a.emdr-europe-overlay {
    top: 15px !important;
    left: 15% !important;
    width: 50px !important;
    height: 50px !important;
  }

  li.member-btn > a {
    background: none !important;
    padding: 10px 0 !important;
  }

  li.member-btn > a > span:not(.plus) {
    color: #888 !important;
  }
}

/* Bridge positions the logo absolutely and floats nav.main_menu.right on the
   same row — once both no longer fit side by side they overlap. Stack them. */
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
  header .header_inner_left {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  header .header_inner_right {
    float: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  nav.main_menu.right {
    position: relative !important;
    float: none !important;
    left: auto !important;
    width: 100%;
  }

  nav.main_menu > ul > li > a {
    height: 60px !important;
    display: flex !important;
    align-items: center;
  }
  nav.main_menu > ul > li.member-btn > a {
    height: unset !important;
    display: flex !important;
    align-items: center;
  }
}
