@charset "UTF-8";
/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
/**
 * Framework - Variables et mixins de base
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Fichier de base sans Bootstrap
 * Forward les variables et mixins pour qu'ils soient disponibles partout
 */
/**
 * Theme Variables
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Custom variables for the theme (without Bootstrap)
 */
/**
 * Framework - Variables et mixins de base
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Fichier de base sans Bootstrap
 * Forward les variables et mixins pour qu'ils soient disponibles partout
 */
/**
 * Custom Maps
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * SCSS maps for colors, spacing, etc.
 */
/**
 * Framework - Variables et mixins de base
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Fichier de base sans Bootstrap
 * Forward les variables et mixins pour qu'ils soient disponibles partout
 */
/**
 * Mixins personnalisés
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Mixins utilitaires pour les media queries et autres
 */
/**
 * Mixin pour les media queries "min-width"
 * 
 * @param {string} $breakpoint - Nom du breakpoint (sm, md, lg, xl, xxl)
 * @example
 *   @include media-breakpoint-up(md) {
 *     color: red;
 *   }
 */
/**
 * Mixin pour les media queries "max-width"
 * 
 * @param {string} $breakpoint - Nom du breakpoint
 */
/**
 * Mixin pour les media queries "between"
 * 
 * @param {string} $min - Breakpoint minimum
 * @param {string} $max - Breakpoint maximum
 */
/**
 * Mixin pour font-size (peut accepter une valeur CSS custom property)
 * 
 * @param {string|number} $size - Taille de police
 */
/**
 * Mixin pour transition
 * 
 * @param {string} $transition - Valeur de transition
 */
/**
 * Framework - Variables et mixins de base
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Fichier de base sans Bootstrap
 * Forward les variables et mixins pour qu'ils soient disponibles partout
 */
/**
 * Container - Variables CSS custom properties
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Génère les variables CSS custom properties pour les largeurs de containers
 * selon les breakpoints définis dans _variables.scss
 */
@media (min-width: 576px) {
  :root {
    --nge-container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --nge-container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --nge-container-width: 960px;
  }
}
@media (min-width: 1024px) {
  :root {
    --nge-container-width: 1040px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nge-container-width: 1140px;
  }
}
@media (min-width: 1280px) {
  :root {
    --nge-container-width: 1200px;
  }
}
@media (min-width: 1400px) {
  :root {
    --nge-container-width: 1200px;
  }
}
@media (min-width: 1600px) {
  :root {
    --nge-container-width: 1400px;
  }
}
@media (min-width: 576px) {
  :root {
    --nge-container-wide-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --nge-container-wide-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --nge-container-wide-width: 960px;
  }
}
@media (min-width: 1024px) {
  :root {
    --nge-container-wide-width: 1040px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nge-container-wide-width: 1140px;
  }
}
@media (min-width: 1280px) {
  :root {
    --nge-container-wide-width: 1280px;
  }
}
@media (min-width: 1400px) {
  :root {
    --nge-container-wide-width: 1400px;
  }
}
@media (min-width: 1600px) {
  :root {
    --nge-container-wide-width: 1640px;
  }
}

/**
 * Fonts Declaration
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Custom fonts declaration via @font-face
 * Font: Montserrat Variable (Google Fonts)
 */
/**
 * Stolzl – Main font
 * Single font-family with multiple weights (no italic).
 * Aligned with theme.json fontFamilies.
 */
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl/Stolzl-Thin.woff2") format("woff2"), url("../fonts/Stolzl/Stolzl-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl/Stolzl-Light.woff2") format("woff2"), url("../fonts/Stolzl/Stolzl-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl/Stolzl-Book.woff2") format("woff2"), url("../fonts/Stolzl/Stolzl-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl/Stolzl-Regular.woff2") format("woff2"), url("../fonts/Stolzl/Stolzl-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl/Stolzl-Medium.woff2") format("woff2"), url("../fonts/Stolzl/Stolzl-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl/Stolzl-Bold.woff2") format("woff2"), url("../fonts/Stolzl/Stolzl-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
/**
 * CSS Reset
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * CSS reset and normalization
 * Includes box-sizing, element resets, and accessibility styles
 */
/**
 * Use border-box for all elements
 * Makes width calculations include padding and border
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dd,
blockquote, figure, pre {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

input, textarea, select {
  font: inherit;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid #1D2F67;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
/**
 * Typography
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Typography styles using Montserrat font
 * Includes body, headings, paragraphs, links, lists, and text elements
 * Uses framework variables with variable syntax
 */
body,
.editor-styles-wrapper {
  font-family: Stolzl, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #1D2F67;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Stolzl, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  padding-bottom: 1rem;
}

h1 {
  font-size: 2.825rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem !important;
}

a {
  color: #1D2F67;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #F1BD19;
  text-decoration: underline;
}

.wysiwyg-content a:not(.wp-block-button__link),
.entry-content a:not(.wp-block-button__link) {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}

pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 1rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}
pre code {
  background-color: transparent;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
  padding-left: 1rem;
  border-left: 4px solid #1D2F67;
  font-style: italic;
  color: #8FA0BC;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/**
 * Icons Styles
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Icons styles
 */
@font-face {
  font-family: "nge";
  src: url("../icons//nge.eot?kphhae");
  src: url("../icons//nge.eot?kphhae#iefix") format("embedded-opentype"), url("../icons//nge.ttf?kphhae") format("truetype"), url("../icons//nge.woff?kphhae") format("woff"), url("../icons//nge.svg?kphhae#nge") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nge" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e907";
}

.icon-contact:before {
  content: "\e906";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-pin:before {
  content: "\e903";
  color: #002c77;
}

.icon-left-arrow:before {
  content: "\e901";
  color: #0c2c67;
}

.icon-right-arrow:before {
  content: "\e902";
  color: #0c2c67;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-youtube:before {
  content: "\e90d";
}

.icon-linkedin:before {
  content: "\e905";
  color: #fff;
}

.icon-reddit:before {
  content: "\e90b";
  color: #fff;
}

.icon-twitter:before {
  content: "\e90a";
  color: #fff;
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
/**
 * Layout
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Layout styles for containers, wrappers, and grid system
 * Uses framework variables with variable syntax
 */
#main-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/**
 * Container - Responsive max-width container
 * Uses CSS custom properties generated by _container.scss
 * Width adapts to breakpoints defined in _variables.scss
 */
.container {
  width: 100%;
  max-width: var(--nge-container-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-wide {
  max-width: var(--nge-container-wide-width, 1400px);
}

/**
 * Wrapper - Inner content wrapper
 * Used for additional layout structure within containers
 */
.wrapper {
  width: 100%;
}

figure {
  --nge-border-radius: 0.5rem 2rem 0.5rem 0.5rem;
  --nge-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  margin: 0;
  border-radius: var(--nge-border-radius);
}
figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--nge-border-radius);
  overflow: hidden;
  box-shadow: var(--nge-box-shadow);
}

/**
 * Main Styles
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Main styles for the theme
 */
body.no-scroll {
  overflow: hidden;
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
/**
 * Header Template
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Header template styles
 */
#main-header {
  --nge-header-background: var(--header-background, #1D2F67);
  --nge-border-radius-navbar: 0;
  background-color: var(--nge-header-background);
  border-radius: var(--nge-border-radius-navbar);
  position: sticky;
  top: 0;
  z-index: 99;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#main-header .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  #main-header .navbar {
    gap: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
#main-header.scrolled {
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
/**
 * Footer Template
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Footer template styles
 */
#main-footer {
  --nge-footer-background: var(--footer-background, #1D2F67);
  --nge-footer-link-color: var(--footer-link-color, #ffffff);
  --nge-footer-link-hover-color: var(--footer-link-hover-color, #F1BD19);
  --nge-footer-padding: 1rem 0;
  --nge-footer-padding-top: 5rem;
  --nge-footer-padding-top-lg: 3rem;
  background-color: var(--nge-footer-background);
  color: var(--nge-footer-link-color);
  padding: var(--nge-footer-padding);
  padding-top: var(--nge-footer-padding-top);
}
@media (max-width: 991px) {
  #main-footer {
    padding-top: var(--nge-footer-padding-top-lg);
  }
}
#main-footer .navbar-brand {
  --nge-footer-brand-max-width: 10rem;
  width: 100%;
  max-width: var(--nge-footer-brand-max-width);
}
@media (max-width: 991px) {
  #main-footer .navbar-nav-secondary {
    display: flex;
    align-self: flex-start;
  }
}
#main-footer .navbar-nav-secondary .menu-item:not([class*=icon-]) > a {
  --nge-nav-link-color: var(--footer-btn-color, #ffffff);
  --nge-nav-link-hover-color: var(--footer-link-hover-color, #ffffff);
}
#main-footer .navbar-nav-secondary .menu-item:not([class*=icon-]) > a:hover, #main-footer .navbar-nav-secondary .menu-item:not([class*=icon-]) > a:focus {
  --nge-nav-link-color: var(--footer-link-hover-color, #ffffff);
}
#main-footer .footer-nav, #main-footer .footer-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--nge-footer-gap);
}
@media (max-width: 991px) {
  #main-footer .footer-nav, #main-footer .footer-socials {
    align-items: flex-start;
  }
}
#main-footer .footer-top, #main-footer .footer-bottom {
  --nge-footer-gap: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--nge-footer-gap);
}
@media (max-width: 991px) {
  #main-footer .footer-top, #main-footer .footer-bottom {
    --nge-footer-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
#main-footer ul {
  --nge-footer-list-padding: 0;
  --nge-footer-list-margin: 0;
  list-style: none;
  padding: var(--nge-footer-list-padding);
  margin: var(--nge-footer-list-margin);
}
#main-footer li {
  --nge-footer-item-margin-bottom: 0;
  margin-bottom: var(--nge-footer-item-margin-bottom);
}
#main-footer a {
  color: var(--nge-footer-link-color);
  text-decoration: none;
}
#main-footer .navbar-nav-footer.navbar-nav a:hover, #main-footer .navbar-nav-footer.navbar-nav a:focus {
  color: var(--nge-footer-link-hover-color);
}
#main-footer .footer-bottom {
  --nge-footer-bottom-margin-top: 3rem;
  --nge-footer-font-weight: 300;
  margin-top: var(--nge-footer-bottom-margin-top);
  flex-direction: column;
  gap: var(--nge-footer-gap);
}
#main-footer .footer-bottom .navbar-nav {
  gap: var(--nge-footer-gap);
  font-weight: var(--nge-footer-font-weight);
}
#main-footer .footer-bottom .navbar-nav a,
#main-footer .footer-bottom p {
  --nge-nav-link-font-size: 0.8em;
  font-weight: var(--nge-footer-font-weight);
}
#main-footer .footer-bottom .site-info {
  align-self: flex-end;
}
#main-footer .footer-bottom p {
  font-size: var(--nge-nav-link-font-size);
  margin-bottom: var(--nge-footer-item-margin-bottom);
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
/**
 * Gutenberg Styles - Native WordPress blocks only
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * This file handles ONLY styles for native WordPress blocks
 * Custom blocks (Hero, etc.) have their own SCSS files in the plugin
 * 
 * Simplified approach:
 * - Native blocks in .entry-content have automatic max-width
 * - Full-width backgrounds are handled via ::before on parents
 */
/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
.btn, .wp-block-button .wp-block-button__link, .menu-item:has([class*=icon-]), .menu-item[class*=icon-] {
  --webkit-appearance: none;
  --moz-appearance: none;
  appearance: none;
  --nge-btn-padding: 1em;
  --nge-btn-border-radius: 0.5rem;
  --nge-btn-border: 2px solid var(--nge-btn-bg, #1D2F67);
  --nge-btn-font-family: Stolzl, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --nge-btn-line-height: 1.2;
  --nge-btn-font-size: 1rem;
  --nge-btn-font-weight: 500;
  --nge-btn-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  font-family: var(--nge-btn-font-family);
  line-height: var(--nge-btn-line-height);
  font-size: var(--nge-btn-font-size);
  font-weight: var(--nge-btn-font-weight);
  color: var(--nge-btn-color);
  text-decoration: none;
  transition: var(--nge-btn-transition);
  outline: none;
  cursor: pointer;
  background-color: var(--nge-btn-bg);
  padding: var(--nge-btn-padding);
  border-radius: var(--nge-btn-border-radius);
  position: relative;
  overflow: hidden;
}
.btn span, .wp-block-button .wp-block-button__link span, .menu-item:has([class*=icon-]) span, .menu-item[class*=icon-] span {
  font-family: var(--nge-btn-font-family);
  line-height: var(--nge-btn-line-height);
  color: var(--nge-btn-color);
  font-weight: var(--nge-btn-font-weight);
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.btn:hover, .wp-block-button .wp-block-button__link:hover, .menu-item:hover:has([class*=icon-]), .menu-item[class*=icon-]:hover, .btn:focus, .wp-block-button .wp-block-button__link:focus, .menu-item:focus:has([class*=icon-]), .menu-item[class*=icon-]:focus {
  color: var(--hover-color, initial) !important;
}
.btn:hover:after, .wp-block-button .wp-block-button__link:hover:after, .menu-item:hover:has([class*=icon-]):after, .menu-item[class*=icon-]:hover:after, .btn:focus:after, .wp-block-button .wp-block-button__link:focus:after, .menu-item:focus:has([class*=icon-]):after, .menu-item[class*=icon-]:focus:after {
  transform: translate3d(100%, 0, 0);
}
.btn:after, .wp-block-button .wp-block-button__link:after, .menu-item:has([class*=icon-]):after, .menu-item[class*=icon-]:after {
  content: "";
  width: 125%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  position: absolute;
  top: 0;
  left: -140%;
  height: calc(100% + 4px);
  z-index: 1;
  background-color: var(--hover-bg, #1D2F67);
}

.menu-item:has([class*=icon-]), .menu-item[class*=icon-] {
  --nge-btn-color: var(--nav-btn-color, #1D2F67);
  --nge-btn-bg: var(--nav-btn-bg, #ffffff);
  --nge-btn-font-weight: 700;
  overflow: hidden;
}
.menu-item:has([class*=icon-]):before, .menu-item[class*=icon-]:before {
  display: inline-block;
  color: var(--nge-btn-color);
  font-size: 1.25em;
  transform-origin: center center;
}
.menu-item:has([class*=icon-]):after, .menu-item[class*=icon-]:after {
  display: none;
}
.menu-item:has([class*=icon-]):before, .menu-item:has([class*=icon-]) span, .menu-item[class*=icon-]:before, .menu-item[class*=icon-] span {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.menu-item:has([class*=icon-]):hover, .menu-item[class*=icon-]:hover {
  --nge-btn-color: var(--nav-btn-color, #1D2F67);
  --nge-btn-bg: var(--nav-btn-bg, #ffffff);
}
.menu-item:has([class*=icon-]):hover span, .menu-item[class*=icon-]:hover span {
  text-decoration: none;
  transform: translateX(150%);
}
.menu-item:has([class*=icon-]):hover:before, .menu-item[class*=icon-]:hover:before {
  transform: translateX(2em) rotate(45deg) scale(1.2);
}
.menu-item:has([class*=icon-]) span, .menu-item[class*=icon-] span {
  display: inline-block;
  font-family: var(--nge-btn-font-family);
  transition: var(--nge-btn-transition);
}

/**
 * All blocks directly in .entry-content are limited in width
 * Except those in a custom block (Hero, etc.)
 */
.entry-content {
  max-width: 100vw;
  overflow-x: hidden;
}
.entry-content > * {
  max-width: var(--nge-container-width, 1200px);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.entry-content > *:has(.container-wide) {
  --nge-container-width: var(--nge-container-wide-width, 1400px);
}

/**
 * For elements with a background (Group blocks, sections, etc.)
 */
.entry-content > *[class*=has-background],
.entry-content > *[style*=background],
.wp-block-group[class*=has-background],
.wp-block-group[style*=background] {
  position: relative;
  overflow: visible;
}
.entry-content > *[class*=has-background]::before,
.entry-content > *[style*=background]::before,
.wp-block-group[class*=has-background]::before,
.wp-block-group[style*=background]::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: inherit;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
}
.entry-content > *[class*=has-background].has-blue-light-background-color:before,
.entry-content > *[style*=background].has-blue-light-background-color:before,
.wp-block-group[class*=has-background].has-blue-light-background-color:before,
.wp-block-group[style*=background].has-blue-light-background-color:before {
  background-color: var(--wp--preset--color--blue-light);
}
.entry-content > *[class*=has-background].has-primary-background-color:before,
.entry-content > *[style*=background].has-primary-background-color:before,
.wp-block-group[class*=has-background].has-primary-background-color:before,
.wp-block-group[style*=background].has-primary-background-color:before {
  background-color: var(--wp--preset--color--primary);
}
.entry-content > *[class*=has-background].has-secondary-background-color:before,
.entry-content > *[style*=background].has-secondary-background-color:before,
.wp-block-group[class*=has-background].has-secondary-background-color:before,
.wp-block-group[style*=background].has-secondary-background-color:before {
  background-color: var(--wp--preset--color--secondary);
}
.entry-content > *[class*=has-background].has-white-background-color:before,
.entry-content > *[style*=background].has-white-background-color:before,
.wp-block-group[class*=has-background].has-white-background-color:before,
.wp-block-group[style*=background].has-white-background-color:before {
  background-color: var(--wp--preset--color--white);
}

.wp-block-group[class*=has-background] > .wp-block-group__inner-container,
.wp-block-group[style*=background] > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

.entry-content .wp-block-heading {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .entry-content .has-60-font-size {
    font-size: 2.8125rem !important;
  }
  .entry-content .has-35-font-size {
    font-size: 1.875rem !important;
  }
  .entry-content .has-30-font-size {
    font-size: 1.5625rem !important;
  }
  .entry-content .has-25-font-size {
    font-size: 1.375rem !important;
  }
  .entry-content .has-22-font-size {
    font-size: 1.25rem !important;
  }
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
.navbar {
  --nge-navbar-brand-width: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .navbar {
    --nge-navbar-brand-width: 6rem;
  }
}

.navbar-branding {
  --nge-navbar-gap-branding: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--nge-navbar-gap-branding);
}
@media (max-width: 991px) {
  .navbar-branding {
    flex: 1 1 auto;
    justify-content: space-between;
  }
}

.navbar-brand {
  width: var(--nge-navbar-brand-width);
  z-index: 1;
}

.language-switcher {
  --nge-navbar-language-switcher-gap: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--nge-navbar-language-switcher-gap);
}
.language-switcher .lang-item {
  --nge-navbar-language-switcher-size: 2.5rem;
  --nge-navbar-language-switcher-font-size: 0.875rem;
  --nge-navbar-language-switcher-font-weight: 700;
  --nge-navbar-language-switcher-color: var(--lang-btn-color, #1D2F67);
  --nge-navbar-language-switcher-color-hover: var(--lang-btn-color-hover, #1D2F67);
  --nge-navbar-language-switcher-color-current: var(--lang-btn-color-active, #ffffff);
  --nge-navbar-language-switcher-color-current-hover: var(--lang-btn-color-active, #ffffff);
  --nge-navbar-language-switcher-background-color: var(--lang-btn-bg, #ffffff) ;
  --nge-navbar-language-switcher-background-color-hover: var(--lang-btn-bg-hover, #F1BD19);
  --nge-navbar-language-switcher-background-color-current: var(--lang-btn-bg-active, #8FA0BC);
  --nge-navbar-language-switcher-background-color-current-hover: var(--lang-btn-bg-active, #8FA0BC);
  width: var(--nge-navbar-language-switcher-size);
  height: var(--nge-navbar-language-switcher-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--nge-navbar-language-switcher-background-color);
  padding: 0.5rem;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.language-switcher .lang-item.current-lang {
  background-color: var(--nge-navbar-language-switcher-background-color-current);
}
.language-switcher .lang-item.current-lang a {
  color: var(--nge-navbar-language-switcher-color-current);
  cursor: default;
}
.language-switcher .lang-item.current-lang:hover {
  background-color: var(--nge-navbar-language-switcher-background-color-current-hover);
}
.language-switcher .lang-item.current-lang:hover a {
  color: var(--nge-navbar-language-switcher-color-current-hover);
}
.language-switcher .lang-item:hover {
  background-color: var(--nge-navbar-language-switcher-background-color-hover);
}
.language-switcher .lang-item:hover a {
  color: var(--nge-navbar-language-switcher-color-hover);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.language-switcher .lang-item a {
  font-size: var(--nge-navbar-language-switcher-font-size);
  font-weight: var(--nge-navbar-language-switcher-font-weight);
  color: var(--nge-navbar-language-switcher-color);
}
.language-switcher .lang-item a:hover {
  color: var(--nge-navbar-language-switcher-color-hover);
}

.navbar-nav {
  --nge-navbar-gap-navs: 2rem;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: var(--nge-navbar-gap-navs);
}
@media (max-width: 991px) {
  .navbar-nav {
    --nge-navbar-gap-navs: 1.5rem;
  }
}
.navbar-nav ul {
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-nav {
    flex-direction: row;
  }
}
.navbar-nav-secondary {
  min-width: var(--nge-navbar-brand-width);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: var(--nge-navbar-gap-navs);
}
@media (max-width: 991px) {
  .navbar-nav-secondary {
    display: none;
  }
}

#main-navbar .navbar-collapse .navbar-nav-mobile {
  display: none;
}
@media (max-width: 991px) {
  #main-navbar .navbar-collapse {
    position: fixed;
    background: var(--nge-header-background);
    padding: 3rem 5rem;
    opacity: 0;
    display: flex;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    justify-content: center;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #main-navbar .navbar-collapse .navbar-nav-secondary {
    display: flex;
    opacity: 0;
    transform: translateX(-1rem);
    transition: all 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-top: 1.5rem !important;
    padding-bottom: 1.5rem;
  }
  #main-navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    display: flex;
    margin-top: var(--nge-header-height);
  }
  #main-navbar .navbar-collapse .navbar-nav .menu-item {
    opacity: 0;
    transform: translateX(-1rem);
    transition: all 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #main-navbar .navbar-collapse.collapsed {
    opacity: 1;
    visibility: visible;
    background: var(--nge-header-background);
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #main-navbar .navbar-collapse.collapsed .navbar-nav-secondary {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
  }
  #main-navbar .navbar-collapse.collapsed .menu-item {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #main-navbar .navbar-collapse.collapsed .menu-item:nth-of-type(1) {
    transition-delay: 0.15s;
  }
  #main-navbar .navbar-collapse.collapsed .menu-item:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  #main-navbar .navbar-collapse.collapsed .menu-item:nth-of-type(3) {
    transition-delay: 0.45s;
  }
  #main-navbar .navbar-collapse.collapsed .menu-item:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  #main-navbar .navbar-collapse.collapsed .menu-item:nth-of-type(5) {
    transition-delay: 0.75s;
  }
  #main-navbar .navbar-collapse.collapsed .menu-item:nth-of-type(6) {
    transition-delay: 0.9s;
  }
  #main-navbar .navbar-collapse.collapsed .menu-item:nth-of-type(7) {
    transition-delay: 1.05s;
  }
}
@media (min-width: 992px) {
  #main-navbar .navbar-collapse > .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #main-navbar .navbar-collapse > .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 6.5rem;
    padding-bottom: 3rem;
  }
}

.navbar-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

.navbar-toggler {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  z-index: 1;
  flex: 0 0 auto;
  padding: 0.375rem;
}
.navbar-toggler .icons {
  width: 1.625rem;
  height: 1.625rem;
  padding: 0;
  position: relative;
}
.navbar-toggler .icons .icon-bar {
  display: block;
  width: 1.625rem;
  height: 0.05rem;
  border-radius: 5px;
  background-color: var(--nav-link-color, #ffffff);
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0);
  transition: var(--sb-navbar-toggler-transition), width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navbar-toggler .icons .icon-bar:before {
  content: none;
}
.navbar-toggler .icons .icon-bar:nth-of-type(2) {
  right: inherit;
  left: 0;
}
.navbar-toggler .icons .icon-bar:first-of-type, .navbar-toggler .icons .icon-bar:last-of-type {
  opacity: 1;
}
.navbar-toggler .icons .icon-bar:first-of-type {
  top: calc(50% - 7.5px);
  opacity: 1;
  transform: translateY(-50%) rotate(0);
}
.navbar-toggler .icons .icon-bar:last-of-type {
  top: calc(50% + 7.5px);
  opacity: 1;
  transform: translateY(-50%) rotate(0);
}
.navbar-toggler:not(.collapsed) .icon-bar {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(2) {
  transform: translateY(-50%) translateX(-5px);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(3) {
  transform: translateY(-50%) translateX(5px);
}
.navbar-toggler:not(.collapsed) .icon-bar:first-of-type, .navbar-toggler:not(.collapsed) .icon-bar:last-of-type {
  opacity: 1;
  top: 50%;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navbar-toggler:not(.collapsed) .icon-bar:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .icon-bar:last-of-type {
  transform: translateY(-50%) rotate(-45deg);
}
.navbar-toggler .visually-hidden-focusable {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
.menu-item {
  margin-bottom: 0;
}
.menu-item:not([class*=icon-]) > a {
  --nge-nav-link-color: var(--nav-link-color, #ffffff);
  --nge-nav-link-hover-color: var(--nav-link-hover-color, #F1BD19);
  --nge-nav-link-font-size: 1rem;
  --nge-nav-link-font-weight: 400;
  --nge-nav-link-letter-spacing: 0;
  --nge-nav-link-text-transform: none;
  --nge-nav-link-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  letter-spacing: var(--nge-nav-link-letter-spacing);
  font-size: var(--nge-nav-link-font-size);
  font-weight: var(--nge-nav-link-font-weight);
  color: var(--nge-nav-link-color);
  text-decoration: none;
  transition: var(--nge-nav-link-transition);
  outline: none;
  text-transform: var(--nge-nav-link-text-transform);
  cursor: pointer;
}
.menu-item:not([class*=icon-]) > a:hover, .menu-item:not([class*=icon-]) > a:focus {
  color: var(--nge-nav-link-hover-color);
  text-decoration: none;
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
.social-item {
  list-style: none;
}
.social-item [class^=icon-], .social-item [class*=" icon-"] {
  --nge-social-item-size: 3rem;
  --nge-social-item-background-color: var(--footer-social-bg, #8FA0BC);
  --nge-social-item-color: var(--footer-social-color, #ffffff);
  --nge-social-item-font-size: 1.25rem;
  --nge-social-item-border-radius: 0.5rem;
  --nge-social-item-text-align: center;
  --nge-social-item-background-color-hover: #F1BD19;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--nge-social-item-size);
  height: var(--nge-social-item-size);
  background-color: var(--nge-social-item-background-color) !important;
  border-radius: var(--nge-social-item-border-radius);
  color: var(--nge-social-item-color) !important;
  font-size: var(--nge-social-item-font-size);
  text-align: var(--nge-social-item-text-align);
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.social-item [class^=icon-]::before, .social-item [class*=" icon-"]::before {
  color: var(--nge-social-item-color) !important;
}
.social-item [class^=icon-]:hover, .social-item [class^=icon-]:focus, .social-item [class*=" icon-"]:hover, .social-item [class*=" icon-"]:focus {
  --nge-social-item-background-color: var(--footer-social-bg-hover, #F1BD19);
  --nge-social-item-color: var(--footer-social-color-hover, #ffffff);
}

/**
 * Main Stylesheet (Front-end)
 * 
 * Project: NGE Internationnal
 * Author: ORIGAMA
 * 
 * Styles pour le front-end uniquement
 * Inclut les polices et les styles de base
 */
.events-swiper__button {
  background-color: #1D2F67;
  border: none;
  outline: none;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50% 50% 5% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 992px) {
  .events-swiper__button {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8em;
  }
}
.events-swiper__button:hover {
  background-color: #F1BD19;
}
.events-swiper__button:hover:after {
  color: #ffffff;
}
.events-swiper__button:after {
  font-size: 1.25em;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.events-swiper__button--prev {
  left: -1.5em;
}
@media screen and (max-width: 992px) {
  .events-swiper__button--prev {
    left: -1em;
  }
}
.events-swiper__button--next {
  right: -1.5em;
  border-radius: 50% 50% 50% 5%;
}
@media screen and (max-width: 992px) {
  .events-swiper__button--next {
    right: -1em;
  }
}
/*# sourceMappingURL=styles.css.map */