/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750757615
Updated: 2025-06-24 09:33:35

*/

.home .site-header, #site-footer, .page-id-468 .site-header, .page-id-415 .site-header  {
    display:none;
}
.lang-switcher .lang-fr:hover, .lang-switcher .lang-en:hover,
html[lang="fr"] .lang-switcher .lang-fr,
html[lang="en"] .lang-switcher .lang-en {
  text-decoration: underline;
}

.gtranslate_wrapper a {
      font-family: "Quicksand", Sans-serif;
    font-size: 21px;
    font-weight: 400!important;
    letter-spacing: -1px;
    top:3px;
    position: relative;
    color:#70323b;
	
}

.page-id-415 .gtranslate_wrapper a, .page-id-468 .gtranslate_wrapper a {
color:#fff;
}

.gtranslate_wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* Réinitialise les liens */
.glink {
  display: inline-block;
 
  text-decoration: none;
  color: inherit;
}

/* Ajoute la barre uniquement entre les deux */
.glink:nth-child(2)::after {
    content: "|";
    margin: 0 5px 0 5px;
    color: #70323b;
    font-weight: 400;
}
 .page-id-415 .glink:nth-child(2)::after,  .page-id-468 .glink:nth-child(2)::after  {
  color:#fff;
}

body .gt-current-lang {
  text-decoration: underline!important;

}

@media (min-width: 168px) and (max-width: 1024px) {
.gtranslate_wrapper a {
    font-size: 16px;
}