.elementor-33 .elementor-element.elementor-element-3db3b039{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-3db3b039 *//* 1) Hide the current language -> only the switch-to language shows */
.wpml-ls-current-language { display: none !important; }

/* 2) Reset WPML list chrome */
.wpml-ls, .wpml-ls > ul { margin:0; padding:0; border:0; background:none; }
.wpml-ls > ul { display:flex; align-items:center; justify-content:center; }
.wpml-ls-legacy-list-horizontal { padding:0; }
.wpml-ls-item { display:flex; align-items:center; }

/* remove the "|" separator (only one language shows now) */
.wpml-ls-item::after { content:none !important; }

/* 3) The visible (inactive) language link */
.wpml-ls a {
  display:inline-flex; align-items:center; gap:6px;
  text-decoration:none; color:#fff; font-weight:700; font-size:14px; line-height:1; padding:0;
}
.wpml-ls a:hover { color:#e7c178; }
.wpml-ls a span { display:none; }   /* hide WPML's full-name span */

/* 4) Globe icon before the language (white SVG) */
.wpml-ls a::before {
  content:""; width:15px; height:15px; flex:none;
  background:no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18 14 14 0 0 1 0-18'/%3E%3C/svg%3E");
}

/* 5) Short label after the globe */
.wpml-ls-item-en a::after { content:"EN"; font-size:14px; line-height:1; }
.wpml-ls-item-fr a::after { content:"FR"; font-size:14px; line-height:1; }


/* Bigger, clearer language switcher on mobile */
@media (max-width: 600px) {
  .wpml-ls a { font-size: 17px; gap: 8px; }
  .wpml-ls a::before { width: 21px; height: 21px; }       /* globe icon */
  .wpml-ls-item-en a::after,
  .wpml-ls-item-fr a::after { font-size: 17px; }           /* EN / FR label */
}/* End custom CSS */