@charset "UTF-8";
.background-color-main {
  background-color: #053253 !important;
}

.text-color-main {
  color: #053253 !important;
}

.border-color-main {
  border: 1px solid #053253 !important;
}

.background-color-primary {
  background-color: #D41E1D !important;
}

.text-color-primary {
  color: #D41E1D !important;
}

.border-color-primary {
  border: 1px solid #D41E1D !important;
}

.background-color-secondary {
  background-color: #2B60A7 !important;
}

.text-color-secondary {
  color: #2B60A7 !important;
}

.border-color-secondary {
  border: 1px solid #2B60A7 !important;
}

.background-color-light-gray {
  background-color: #EDF2FD !important;
}

.text-color-light-gray {
  color: #EDF2FD !important;
}

.border-color-light-gray {
  border: 1px solid #EDF2FD !important;
}

.background-color-white {
  background-color: #FBFEFF !important;
}

.text-color-white {
  color: #FBFEFF !important;
}

.border-color-white {
  border: 1px solid #FBFEFF !important;
}

.background-color-black {
  background-color: #053253 !important;
}

.text-color-black {
  color: #053253 !important;
}

.border-color-black {
  border: 1px solid #053253 !important;
}

.background-color-palette-1 {
  background-color: #1C5AAA !important;
}

.text-color-palette-1 {
  color: #1C5AAA !important;
}

.border-color-palette-1 {
  border: 1px solid #1C5AAA !important;
}

.background-color-palette-2 {
  background-color: #D41E1D !important;
}

.text-color-palette-2 {
  color: #D41E1D !important;
}

.border-color-palette-2 {
  border: 1px solid #D41E1D !important;
}

.palette-default {
  --palette-bg: #ffffff;
  --palette-title: var(--color-black);
  --palette-text: var(--color-black);
  /*padding-top: $padding;
  padding-bottom: $padding;*/
  background-color: var(--palette-bg);
  color: var(--palette-text);
}
.palette-default h1, .palette-default h2, .palette-default h3, .palette-default h4, .palette-default h5, .palette-default h6,
.palette-default .style-h1, .palette-default .style-h2, .palette-default .style-h3, .palette-default .style-h4, .palette-default .style-h5, .palette-default .style-h6 {
  color: var(--palette-title);
}

.palette-dark {
  --palette-bg: var(--color-black);
  --palette-title: #ffffff;
  --palette-text: #c9c9c9;
  /*padding-top: $padding;
  padding-bottom: $padding;*/
  background-color: var(--palette-bg);
  color: var(--palette-text);
}
.palette-dark h1, .palette-dark h2, .palette-dark h3, .palette-dark h4, .palette-dark h5, .palette-dark h6,
.palette-dark .style-h1, .palette-dark .style-h2, .palette-dark .style-h3, .palette-dark .style-h4, .palette-dark .style-h5, .palette-dark .style-h6 {
  color: var(--palette-title);
}

.palette-soft {
  --palette-bg: #D9E5FB;
  --palette-title: var(--color-secondary);
  --palette-text: var(--color-black);
  /*padding-top: $padding;
  padding-bottom: $padding;*/
  background-color: var(--palette-bg);
  color: var(--palette-text);
}
.palette-soft h1, .palette-soft h2, .palette-soft h3, .palette-soft h4, .palette-soft h5, .palette-soft h6,
.palette-soft .style-h1, .palette-soft .style-h2, .palette-soft .style-h3, .palette-soft .style-h4, .palette-soft .style-h5, .palette-soft .style-h6 {
  color: var(--palette-title);
}

.palette-lightRed {
  --palette-bg: #FCD8D9;
  --palette-title: var(--color-primary);
  --palette-text: var(--color-black);
  /*padding-top: $padding;
  padding-bottom: $padding;*/
  background-color: var(--palette-bg);
  color: var(--palette-text);
}
.palette-lightRed h1, .palette-lightRed h2, .palette-lightRed h3, .palette-lightRed h4, .palette-lightRed h5, .palette-lightRed h6,
.palette-lightRed .style-h1, .palette-lightRed .style-h2, .palette-lightRed .style-h3, .palette-lightRed .style-h4, .palette-lightRed .style-h5, .palette-lightRed .style-h6 {
  color: var(--palette-title);
}

/* ---------- Buttons ---------- */
/* ---------- Header ---------- */
/* ---------- Header menu ---------- */
.link-underline {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding-bottom: 1px;
  background: linear-gradient(90deg, #FBFEFF, #FBFEFF);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .link-underline:hover {
    animation-name: underlineHover;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
  }
}

.text-link-icon {
  display: inline-flex;
  align-items: center;
}
.text-link-icon .icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5em;
}
.text-link-icon .icon svg .first-elm {
  transition: all 0.3s ease;
  transform: translateX(-5px);
}
.text-link-icon .icon svg .second-elm {
  transition: all 0.3s ease;
  transform: translateX(0);
}
@media (hover: hover) and (pointer: fine) {
  .text-link-icon:hover .icon svg .first-elm {
    transform: translateX(0);
  }
  .text-link-icon:hover .icon svg .second-elm {
    transform: translateX(5px);
  }
}

.buttons-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--buttons-halign);
  gap: 1.5rem;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.0416666667vw, 20px);
  font-family: var(--font-secondary);
  font-weight: 300;
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--color-black);
  border-radius: 4px;
  background: var(--color-black);
  cursor: pointer;
  padding: 20px 25px;
  transition: all 0.3s ease;
}
.button.small-font {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  padding: 0.625rem 0.875em;
}
.button.opaque-color-main {
  border: 2px solid var(--color-secondary);
  background: var(--color-secondary);
}
@media (hover: hover) and (pointer: fine) {
  .button.opaque-color-main:hover {
    color: var(--color-white);
    border: 2px solid var(--color-main);
    background: var(--color-main);
  }
}
.button.opaque-color-secondary {
  color: var(--color-main);
  border: 2px solid var(--color-secondary);
  background: var(--color-secondary);
}
@media (hover: hover) and (pointer: fine) {
  .button.opaque-color-secondary:hover {
    border: 2px solid var(--color-secondary);
    background: var(--color-secondary);
  }
}
.button.outline-color-black {
  color: var(--color-black);
  border: 2px solid var(--color-black);
  background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .button.outline-color-black:hover {
    border-color: var(--color-black);
    color: var(--color-black);
  }
}
.button.outline-color-black:hover span {
  text-decoration: underline;
}
.button.outline-color-white {
  color: var(--color-white);
  border: 2px solid var(--color-white);
  background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .button.outline-color-white:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-main);
    box-shadow: 0 0 3px 3px var(--color-secondary);
  }
}

/*
Utiliser la fonction map.get($colors, nom-de-la-couleur) pour les variables de couleur dynamique.
Les variables root ne fonctionneront pas vue à cause de l'utilisation de certaines mixins.
*/
.alert-header-content {
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .alert-header-content {
    gap: 1rem;
  }
}

/* ***** GÉNÉRAL ***** */
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background: #FBFEFF;
  border-bottom: 0.5px solid #DFDFDF;
  transition: all 0.3s ease;
}
.header.scrollUp {
  opacity: 0;
  transform: translateY(-100%) !important;
}
.header.shrink {
  background: #FBFEFF;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}
.header.shrink a,
.header.shrink i {
  color: #053253;
}
.header.shrink a:hover,
.header.shrink i:hover {
  color: #053253;
  text-shadow: 0 0 1px #053253;
}
.header.shrink .hamburger .line {
  background-color: #053253;
}
.header.shrink .menu-principal .menu > li .dropdown-toggle svg path {
  fill: #053253;
}
.header.shrink .menu-principal .menu > li .dropdown-menu {
  background: #FBFEFF;
}
.header.shrink .menu-principal .menu > li .dropdown-menu li a.current-menu-item, .header.shrink .menu-principal .menu > li .dropdown-menu li a.current-menu-parent, .header.shrink .menu-principal .menu > li .dropdown-menu li a.current-page-parent, .header.shrink .menu-principal .menu > li .dropdown-menu li a.current_page_item, .header.shrink .menu-principal .menu > li .dropdown-menu li a:hover {
  color: #053253;
  text-shadow: 0 0 1px #053253;
}
.header {
  /* End Shrink */
  /* Hint Colors */
}
.header a,
.header i {
  color: #053253;
}
.header a:hover,
.header i:hover {
  color: #053253;
  text-shadow: 0 0 1px #053253;
}
.header .button-holder {
  display: none;
}
@media (min-width: 768px) {
  .header .button-holder {
    display: flex;
  }
}
.header .dropdown-menu {
  background: #FBFEFF;
}
.header .dropdown-menu li a.current-menu-item, .header .dropdown-menu li a.current-menu-parent, .header .dropdown-menu li a.current-page-parent, .header .dropdown-menu li a.current_page_item, .header .dropdown-menu li a:hover {
  color: #053253;
  text-shadow: 0 0 1px #053253;
}
.header {
  /* Hint General Elements */
}
.header i {
  font-size: 21px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header .button-holder span {
  white-space: nowrap;
}
.header {
  /* Hint Logo */
}
.header .logo-holder {
  display: inline-flex;
  align-items: center;
}
.header .logo-holder .logo {
  position: relative;
  padding: 14px 0;
  width: 125px;
}
@media (min-width: 1200px) {
  .header .logo-holder .logo {
    width: 230px;
  }
}
.header .logo-holder .logo.desktop.has-mobile-logo {
  display: none;
}
@media (min-width: 1200px) {
  .header .logo-holder .logo.desktop.has-mobile-logo {
    display: flex;
  }
}
.header .logo-holder .logo.mobile {
  display: flex;
}
@media (min-width: 1200px) {
  .header .logo-holder .logo.mobile {
    display: none;
  }
}
.header .logo-holder .logo img {
  width: 125px;
}
@media (min-width: 1200px) {
  .header .logo-holder .logo img {
    width: 230px;
  }
}
.header .logo-holder .logo a, .header .logo-holder .logo img {
  display: block;
}
.header {
  /* Hint Menu */
}
.header .menu-principal {
  height: 100%;
  width: 100%;
  margin-right: auto;
  display: none;
}
@media (min-width: 992px) {
  .header .menu-principal {
    display: flex;
  }
}
.header .menu-principal.align-menu-center {
  justify-content: center;
}
.header .menu-principal.align-menu-start {
  justify-content: flex-start;
}
.header .menu-principal.align-menu-end {
  justify-content: flex-end;
}
.header .menu-principal .menu > li {
  padding: 0;
}
.header .menu-principal .menu > li > a {
  white-space: nowrap;
  border-left: 0.5px solid #DFDFDF;
  text-align: center;
  padding: 30px clamp(20px, 2.4vw, 40px);
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400;
  letter-spacing: -0.05rem;
  background: var(--color-white);
}
.header .menu-principal .menu > li > a:hover {
  background: var(--color-light-gray);
}
.header .menu-principal .menu > li:last-child > a {
  border-right: 0.5px solid #DFDFDF;
}
.header .menu-principal .menu > li.current-menu-item > a {
  background: var(--color-light-gray);
}
.header .menu-principal .menu > li .dropdown-toggle svg {
  height: 14px;
  margin-left: 5px;
  width: auto;
}
.header .menu-principal .menu > li .dropdown-toggle svg path {
  fill: #053253;
  transition: all 0.3s ease;
}
.header {
  /* Hint Socials */
}
.header .medias-sociaux {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
  .header .medias-sociaux {
    display: flex;
  }
}
.header .medias-sociaux li {
  margin: 0 15px;
}
.header .medias-sociaux li:first-child {
  margin-left: 0;
}
.header .medias-sociaux li:last-child {
  margin-right: 0;
}
.header {
  /* Hint Burger */
}
.header .hamburger-holder {
  display: flex;
  justify-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .header .hamburger-holder {
    display: none;
  }
}
.header .hamburger-holder .hamburger {
  transition: all 0.3s ease-in-out;
  padding: 14px 33px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .hamburger-holder .hamburger .line {
  width: 24px;
  height: 2px;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
  background-color: #053253;
  border-radius: 100vh;
}
.header .hamburger-holder .hamburger .line:first-of-type {
  margin-top: 0;
}
.header .hamburger-holder .hamburger .line:last-of-type {
  margin-bottom: 0;
}
.header .hamburger-holder .hamburger:hover {
  cursor: pointer;
}
.header .hamburger-holder .hamburger.is-active {
  animation: smallbig 0.6s forwards;
}
.header .hamburger-holder .hamburger.is-active .line:nth-child(1),
.header .hamburger-holder .hamburger.is-active .line:nth-child(2),
.header .hamburger-holder .hamburger.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}
.header .hamburger-holder .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.header .hamburger-holder .hamburger.is-active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header .hamburger-holder .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

header {
  /* ***** Menu Custom ***** */
}
header.header-custom .header-item {
  display: flex;
  justify-content: space-between;
}
header.header-custom .user-control {
  display: flex;
}
header.header-custom .user-control .header-control .contact-btn {
  white-space: nowrap;
  text-align: center;
  padding: 30px clamp(20px, 2.4vw, 40px);
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400;
  letter-spacing: -0.05rem;
  background: var(--color-light-gray);
  border: 0;
  border-radius: 0;
}
header.header-custom .user-control .header-control .contact-btn svg {
  transition: all 0.3s;
}
header.header-custom .user-control .header-control .contact-btn svg > * {
  fill: var(--color-secondary) !important;
}
header.header-custom .user-control .header-control .contact-btn:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
header.header-custom .user-control .header-control .contact-btn:hover svg {
  transform: scale(1.2);
}
header.header-custom .user-control .header-control .contact-btn:hover svg > * {
  fill: var(--color-white) !important;
}
header.header-custom .user-control .header-control .member-portal-btn {
  height: 100%;
  background: var(--color-main);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
}
header.header-custom .user-control .header-control .member-portal-btn svg {
  transition: all 0.3s;
}
header.header-custom .user-control .header-control .member-portal-btn svg > * {
  fill: var(--color-white) !important;
}
header.header-custom .user-control .header-control .member-portal-btn:hover {
  background: var(--color-secondary);
}
header.header-custom .user-control .header-control .member-portal-btn:hover svg {
  transform: scale(1.2);
}

.menu-principal {
  height: 100%;
  margin-right: auto;
  display: none;
}
@media (min-width: 992px) {
  .menu-principal {
    display: flex;
  }
}

.btn-menu {
  display: flex;
  align-items: center;
}

.header:hover {
  background: var(--color-white);
}
.header nav ul {
  display: flex;
  margin: 0;
  height: 100%;
}
.header nav ul li {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 0 clamp(4px, 0.5208333333vw, 10px);
  align-items: center;
}
.header nav ul li:hover {
  background: var(--color-white);
}
.header nav ul li:hover ul {
  pointer-events: auto;
  opacity: 1;
}
.header nav ul li a {
  font-size: clamp(14px, 0.7291666667vw, 14px);
  text-align: center;
  transition: all 0.3s ease;
}
.header nav ul li ul {
  background: var(--color-white);
  padding: 15px 0;
  pointer-events: none;
  opacity: 0;
  min-width: 320px;
  display: block;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  height: auto !important;
}
.header nav ul li ul li {
  margin: 0;
  position: relative;
  padding: 0 clamp(4px, 0.6944444444vw, 10px);
}
.header nav ul li ul li.menu-item:before {
  content: "";
  display: none !important;
}
.header nav ul li ul li:last-of-type a:after {
  display: none !important;
}
.header nav ul li ul li a {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  padding: 10px 0;
  width: 100%;
  display: block;
  margin: 0 !important;
  text-align: left;
  position: relative;
  text-shadow: 0 0 0 var(--color-main) !important;
}
.header nav ul li ul li a:before {
  display: none;
}
.header nav ul li ul li:hover a {
  text-shadow: 0 0 1px var(--color-main) !important;
}