@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/*** The new CSS Reset - version 1.4.4 (last updated 22.12.2021) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none; }

/* For images to not be able to exceed their container */
img {
  max-width: 100%; }

/* removes spacing between cells in tables */
table {
  border-collapse: collapse; }

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert; }

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none; }

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space; }

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element; }

svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

a {
  cursor: pointer; }

a:focus {
  outline: 1px dotted !important;
  outline-offset: 4px; }

.ancre-accessibilite {
  position: absolute;
  list-style: none;
  font-size: 1.3rem; }
  .ancre-accessibilite a:focus {
    position: inherit;
    left: auto;
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    width: auto !important;
    margin: auto; }

/* Visibilité */
.visuallyhidden,
.caption,
.lecteur-ecran-seul {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.lecteur-ecran-seul.focusable:active,
.lecteur-ecran-seul.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

#hq-main-header-2022 .non-visible,
.mobile .non-visible {
  opacity: 0 !important;
  z-index: -1; }

#hq-main-header-2022 .visible,
.mobile .visible {
  opacity: 1 !important; }

#hq-main-header-2022 .hidden,
.mobile .hidden {
  display: none !important; }

#hq-main-header-2022 .only-mobile,
.mobile .only-mobile {
  display: block; }

#hq-main-header-2022 .only-desktop,
.mobile .only-desktop {
  display: none; }

#hq-main-header-2022 .fixed, #hq-main-header-2022.fixed,
.mobile .fixed,
.mobile.fixed {
  position: fixed !important; }

#hq-main-header-2022 .disable-scroll,
.mobile .disable-scroll {
  overflow-y: hidden; }

#hq-main-header-2022 .enable-scroll,
.mobile .enable-scroll {
  overflow-y: auto; }

#hq-main-header-2022 .animated,
.mobile .animated {
  transition: .5s; }

/* header */
#hq-outer-wrapper {
  position: inherit; }

.hq-btn-close {
  display: block;
  height: 24px;
  width: 24px; }
  .hq-btn-close::before, .hq-btn-close::after {
    height: 2px;
    background: #1224B8;
    transform: rotate(-45deg);
    transition: .25s; }
  .hq-btn-close::after {
    transform: rotate(45deg);
    transition: .25s; }
  .hq-btn-close:hover::before, .hq-btn-close:hover::after {
    transform: rotate(180deg); }

.hq-btn-close {
  box-sizing: border-box;
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  position: relative;
  top: -8px;
  width: 24px;
  z-index: 5; }
  .hq-btn-close span {
    display: none; }
  .hq-btn-close:before, .hq-btn-close:after {
    background-color: #1224B8;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -12px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transition: all 0.25s ease-out;
    width: 24px; }
  .hq-btn-close:after {
    transform: rotate(-135deg); }
  .hq-btn-close:hover:before, .hq-btn-close:hover:after {
    transform: rotate(0deg); }

#hq-main-header-2022 {
  display: block;
  font-family: 'Open Sans', 'Lucida Sans', sans-serif;
  left: 0;
  overflow: hidden;
  padding-bottom: 24px;
  position: fixed;
  top: 0;
  transition: all .5s;
  width: 100%;
  z-index: 1000;
  margin-top: 0;
  /* connexion */
  /* fin connexion */
  /* recherche */
  /* end recherche */
  /* btn connexion */
  /* btn connexion */
  /* end header */
  /* menu */ }
  #hq-main-header-2022.hq-header-out {
    margin-top: -200px;
    transition: all .5s; }
  #hq-main-header-2022.open.hq-header-out {
    margin-top: 0; }
  #hq-main-header-2022 a:focus {
    outline: 1px dotted !important;
    outline-offset: 4px;
    transition: all 0.25s; }
  #hq-main-header-2022 button:focus {
    outline: 2px dotted !important;
    outline-offset: 4px;
    transition: all 0.25s; }
  #hq-main-header-2022 h4 {
    margin: 0; }
  #hq-main-header-2022 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #hq-main-header-2022 li {
    margin: 0;
    padding: 0; }
  #hq-main-header-2022 .hq-nav-desktop {
    display: none; }
  #hq-main-header-2022 .header-titre-page {
    background-color: white;
    border-bottom: 1px solid #D5D5D5;
    position: relative;
    width: 100%; }
    #hq-main-header-2022 .header-titre-page .titre-page {
      padding: 8px 0;
      text-align: center; }
      #hq-main-header-2022 .header-titre-page .titre-page a {
        border-bottom: 1px solid #1F2020;
        color: #1F2020;
        font-size: 16px;
        font-weight: 600; }
  #hq-main-header-2022 .hq-header {
    background-color: white;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.1); }
  #hq-main-header-2022 #hq-brand-bloc {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: flex-start;
    align-content: center;
    margin: 0;
    position: relative; }
    #hq-main-header-2022 #hq-brand-bloc .col-flex {
      border-left: 1px solid #D5D5D5;
      max-width: 60px; }
      #hq-main-header-2022 #hq-brand-bloc .col-flex:first-child, #hq-main-header-2022 #hq-brand-bloc .col-flex .col-logo {
        border-left: none;
        border-right: 1px solid #D5D5D5; }
    #hq-main-header-2022 #hq-brand-bloc .col-logo {
      border: none !important;
      flex-grow: 8;
      max-width: 800px; }
  #hq-main-header-2022 .hq-logo {
    display: block; }
    #hq-main-header-2022 .hq-logo img {
      height: 36px; }
  #hq-main-header-2022 .hq-logo-img {
    padding: 2px 16px 0; }
  #hq-main-header-2022 .hq-btn {
    align-items: center;
    border: 1px solid #0f096c;
    color: #0f096c;
    display: flex;
    font-family: 'Open Sans', 'Lucida Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    padding: 10px;
    position: relative;
    transition: all 0.25s;
    cursor: pointer; }
    #hq-main-header-2022 .hq-btn span, #hq-main-header-2022 .hq-btn p, #hq-main-header-2022 .hq-btn i, #hq-main-header-2022 .hq-btn b, #hq-main-header-2022 .hq-btn strong, #hq-main-header-2022 .hq-btn em {
      font-size: 18px;
      font-weight: 500; }
    #hq-main-header-2022 .hq-btn:hover {
      background-color: #1224B8;
      border: 1px solid #1224B8;
      color: white;
      transition: all 0.25s; }
      #hq-main-header-2022 .hq-btn:hover .menu-texte {
        color: white; }
    #hq-main-header-2022 .hq-btn.hqc-menu-bouton_active {
      background-color: #0f096c;
      border: 1px solid #0f096c;
      color: white;
      transition: all 0.25s; }
      #hq-main-header-2022 .hq-btn.hqc-menu-bouton_active .menu-texte {
        color: white; }
    #hq-main-header-2022 .hq-btn .menu-texte {
      color: #0f096c;
      display: none;
      text-align: right; }
  #hq-main-header-2022 .hq-header .hq-btn {
    border: none; }
  #hq-main-header-2022 #hq-connexion {
    padding: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px; }
    #hq-main-header-2022 #hq-connexion .hq-btn-pannel-connexion {
      background-color: #0f096c;
      color: white;
      justify-content: center;
      margin: 32px 0; }
    #hq-main-header-2022 #hq-connexion h2 {
      font-size: 20px;
      font-weight: 600;
      margin: 16px 0; }
    #hq-main-header-2022 #hq-connexion h3 {
      font-size: 16px;
      font-weight: 600;
      margin: 8px 0; }
    #hq-main-header-2022 #hq-connexion p {
      margin: 8px 0; }
  #hq-main-header-2022 .input-recherche {
    display: none; }
  #hq-main-header-2022 .hq-connexion-recherche-bloc {
    align-items: center;
    display: flex; }
  #hq-main-header-2022 .hq-btn-search {
    width: 54px;
    height: 54px;
    /*&.open {
            svg{ display: none;}
            .close{ 
                display: inline;
                font-size: 20px;
                font-weight: 800;
                padding: 6px;
                line-height: 10px;
            }
        }*/ }
    #hq-main-header-2022 .hq-btn-search svg {
      height: 25px;
      width: 25px; }
  #hq-main-header-2022 #hq-nav-recherche {
    display: block;
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    #hq-main-header-2022 #hq-nav-recherche .container-search {
      margin: 50px auto 0;
      max-width: 600px; }
    #hq-main-header-2022 #hq-nav-recherche .hq-nav-serach-form {
      position: relative; }
      #hq-main-header-2022 #hq-nav-recherche .hq-nav-serach-form label {
        font-size: 16px;
        font-weight: 600; }
      #hq-main-header-2022 #hq-nav-recherche .hq-nav-serach-form input {
        border: 1px solid #1F2020;
        border-radius: 4px;
        margin-top: 8px;
        padding: 8px;
        width: 100%;
        height: 48px; }
    #hq-main-header-2022 #hq-nav-recherche .hq-nav-btn-recherche {
      bottom: 4px;
      position: absolute;
      right: 8px; }
    #hq-main-header-2022 #hq-nav-recherche #suggestions {
      align-items: baseline;
      margin-top: 24px; }
      #hq-main-header-2022 #hq-nav-recherche #suggestions .hq-nav-search-suggestions {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0; }
      #hq-main-header-2022 #hq-nav-recherche #suggestions .hq-nav-search-suggestions li {
        display: block;
        margin: 0 8px 8px 0;
        padding-left: 0; }
  #hq-main-header-2022 #hq-connexion a,
  #hq-main-header-2022 #hq-nav-recherche a {
    color: #1224b8;
    border-bottom: 1px solid transparent;
    transition: all 0.25s; }
    #hq-main-header-2022 #hq-connexion a:hover,
    #hq-main-header-2022 #hq-nav-recherche a:hover {
      border-color: #1224b8;
      transition: all 0.25s; }
  #hq-main-header-2022 #hq-connexion hr,
  #hq-main-header-2022 #hq-nav-recherche hr {
    border-top: 1px solid #dfdfdf;
    margin: 16px 0;
    display: block; }
  #hq-main-header-2022 .hq-btn-connexion {
    width: 54px;
    height: 54px; }
    #hq-main-header-2022 .hq-btn-connexion svg {
      height: 25px;
      width: 25px; }
    #hq-main-header-2022 .hq-btn-connexion span,
    #hq-main-header-2022 .hq-btn-connexion .menu-texte {
      display: none; }
  #hq-main-header-2022 #hq-main-nav-bloc {
    position: relative; }
  #hq-main-header-2022 #hq-header-nav-section-2022 {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    transition-delay: .5s;
    transition: .5s; }
    #hq-main-header-2022 #hq-header-nav-section-2022 a {
      text-decoration: none; }
  #hq-main-header-2022 .item-hidden {
    display: none; }
  #hq-main-header-2022 #menu-sections {
    transition: .5s; }
  #hq-main-header-2022 .hq-menu-wrap {
    padding: 0 16px;
    transition: .5s;
    max-width: 430px;
    margin-top: 16px; }
    #hq-main-header-2022 .hq-menu-wrap li {
      line-height: 24px;
      margin: 0;
      padding: 8px 0;
      width: 100%; }
    #hq-main-header-2022 .hq-menu-wrap .menu-item {
      color: #1F2020; }
  #hq-main-header-2022 #hq-smenu-specialise .root-link::after {
    content: none; }
  #hq-main-header-2022 .menu-section-titre {
    margin: 0;
    padding-right: 8px;
    padding-bottom: 8px;
    position: relative;
    width: 100%; }
    #hq-main-header-2022 .menu-section-titre.only-mobile {
      width: 100%; }
    #hq-main-header-2022 .menu-section-titre a {
      border-top: none !important;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
    #hq-main-header-2022 .menu-section-titre.active a {
      display: inline-block; }
    #hq-main-header-2022 .menu-section-titre .has-childrens::after {
      right: 0 !important; }
  #hq-main-header-2022 .sous-menu-section-titre {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; }
    #hq-main-header-2022 .sous-menu-section-titre a {
      border-bottom: 1px solid #1f2020; }
  #hq-main-header-2022 #menu-sections {
    display: inline-block;
    margin: 0 0 32px;
    position: relative;
    width: 100%;
    height: 100vh; }
    #hq-main-header-2022 #menu-sections.open {
      margin-top: 0px; }
  #hq-main-header-2022 .menu-panneaux {
    background-color: white;
    border-top: none;
    display: block;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    min-height: 300px;
    position: absolute;
    top: 0;
    transition: .5s;
    width: clamp(280px, 100%, 600px);
    z-index: -1; }
  #hq-main-header-2022 .bloc-menu {
    display: block;
    height: 100%;
    list-style: none;
    margin: 0;
    min-height: 300px;
    padding: 0 0 30px;
    position: relative;
    transition: .5s;
    width: clamp(280px, 100%, 600px); }
  #hq-main-header-2022 .nav-mob-header {
    align-items: center;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between; }
    #hq-main-header-2022 .nav-mob-header .hq-logo {
      width: 120px; }
    #hq-main-header-2022 .nav-mob-header .col-flex {
      padding-left: 16px; }
      #hq-main-header-2022 .nav-mob-header .col-flex:last-child {
        border-left: 1px solid #D5D5D5;
        padding-left: 0; }
    #hq-main-header-2022 .nav-mob-header #hq-menu-btn-close {
      margin-left: 0;
      margin-right: -21px; }
    #hq-main-header-2022 .nav-mob-header .hq-btn {
      border: none !important; }
      #hq-main-header-2022 .nav-mob-header .hq-btn.open, #hq-main-header-2022 .nav-mob-header .hq-btn:hover {
        background-color: white; }
  #hq-main-header-2022 .menu-level-0 {
    transition: 1s;
    width: 100%; }
  #hq-main-header-2022 .menu-level-1 {
    display: none;
    padding: 0; }
    #hq-main-header-2022 .menu-level-1 a {
      font-size: 18px; }
    #hq-main-header-2022 .menu-level-1 .item-level-1 > a {
      font-weight: 600; }
  #hq-main-header-2022 .sous-menu-level-1,
  #hq-main-header-2022 .sous-menu-level-2 {
    display: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s; }
    #hq-main-header-2022 .sous-menu-level-1 li a,
    #hq-main-header-2022 .sous-menu-level-2 li a {
      padding: 4px 0; }
      #hq-main-header-2022 .sous-menu-level-1 li a.menu-item,
      #hq-main-header-2022 .sous-menu-level-2 li a.menu-item {
        font-size: 16px; }
  #hq-main-header-2022 .sous-menu-level-1 {
    left: 100%; }
  #hq-main-header-2022 .show-menu-block {
    display: block;
    transition: .5s; }
  #hq-main-header-2022 .bloc-sous-menu {
    padding-top: 0; }
  #hq-main-header-2022 .has-childrens {
    margin: 0 !important; }
  #hq-main-header-2022 .titre-bloc {
    padding-bottom: 16px !important;
    display: inline-flex; }
  #hq-main-header-2022 .menu-item {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    padding: 4px 0;
    position: relative;
    width: 100%; }
    #hq-main-header-2022 .menu-item:active {
      outline: 0;
      border: none; }
  #hq-main-header-2022 .has-childrens::after {
    content: url(/static/images/ico/ico-arrow-right.svg);
    height: 13px;
    position: absolute;
    right: 10px;
    width: 8px; }
  #hq-main-header-2022 .secondary-links {
    margin-top: 32px;
    padding: 16px 0; }
    #hq-main-header-2022 .secondary-links .level-0 {
      color: #1F2020; }
    #hq-main-header-2022 .secondary-links li {
      padding: 16px; }
  #hq-main-header-2022 #nav-btn-back {
    color: #191692;
    font-size: 16px;
    font-weight: 600;
    margin: 24px 16px 24px;
    padding: 0 0 0 16px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: all 0.25s;
    cursor: pointer; }
    #hq-main-header-2022 #nav-btn-back:hover {
      border-color: #101692;
      transition: all 0.25s; }
    #hq-main-header-2022 #nav-btn-back::before {
      content: url(/static/images/ico/ico-full-arrow-left.svg);
      height: 12px;
      position: absolute;
      left: 0;
      width: 14px; }
  #hq-main-header-2022 .a-active {
    color: #101692;
    background-color: #E7F1FC;
    cursor: pointer;
    padding-left: 8px !important;
    margin: 0; }
  #hq-main-header-2022 .a-active::before {
    content: url(/static/images/ico/ico-border-left.svg);
    left: 0;
    position: absolute; }
  #hq-main-header-2022 .has-childrens.a-active::after {
    content: url(/static/images/ico/ico-arrow-right-blue.svg);
    height: 13px;
    position: absolute;
    right: 10px;
    width: 8px; }

.mobile #hq-main-header-2022.open {
  height: 100vh;
  max-width: 430px !important; }
  .mobile #hq-main-header-2022.open #hq-main-nav-bloc {
    background-color: white !important;
    height: 100vh;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    transition: all 0.5s; }
    .mobile #hq-main-header-2022.open #hq-main-nav-bloc.limiterWidth {
      max-width: 430px !important; }

.mobile #hq-main-header-2022 #hq-brand-bloc .hq-btn {
  border: none !important; }
  .mobile #hq-main-header-2022 #hq-brand-bloc .hq-btn:hover {
    border: none !important; }

.mobile #hq-main-header-2022 .sous-menu-level-1 {
  left: 100%; }
  .mobile #hq-main-header-2022 .sous-menu-level-1.visible {
    left: 0%;
    padding: 0 16px; }
  .mobile #hq-main-header-2022 .sous-menu-level-1.visited {
    left: -100%;
    margin-left: -16px; }

.mobile #hq-main-header-2022 .sous-menu-level-2 {
  left: 100%;
  margin-left: 16px; }

.mobile #hq-main-header-2022 .menu-bloc-out-1 {
  margin-left: -105%; }

.mobile #hq-main-header-2022 .menu-bloc-out-2 {
  margin-left: -200%; }

.mobile #hq-main-header-2022 #hq-menu-estatic-secions {
  background-color: #f4f4f4;
  /* width: calc(100vw - 32px);*/
  max-width: 430px;
  transition: .5s; }
  .mobile #hq-main-header-2022 #hq-menu-estatic-secions .main-sections {
    margin: 0;
    padding: 0; }
    .mobile #hq-main-header-2022 #hq-menu-estatic-secions .main-sections a {
      color: #1F2020;
      font-size: 18px;
      font-weight: 600; }
      .mobile #hq-main-header-2022 #hq-menu-estatic-secions .main-sections a:first-child svg {
        filter: brightness(0%) contrast(119%); }

.mobile #hq-main-header-2022 .root-link {
  font-size: 16px;
  font-weight: 600; }

.mobile #hq-main-header-2022 #m-i-residentiel {
  line-height: 100%;
  padding-left: 24px; }
  .mobile #hq-main-header-2022 #m-i-residentiel::before {
    content: url(/static/images/ico/ico-home.svg);
    filter: brightness(0%) contrast(119%);
    left: 0;
    position: absolute; }
  .mobile #hq-main-header-2022 #m-i-residentiel svg {
    width: 24px; }
  .mobile #hq-main-header-2022 #m-i-residentiel.a-active {
    padding-left: 24px !important; }
    .mobile #hq-main-header-2022 #m-i-residentiel.a-active::before {
      content: url(/static/images/ico/ico-home.svg);
      filter: none;
      width: 24px;
      left: 0;
      position: absolute; }

.mobile #hq-main-header-2022 h3 .has-childrens.a-active::after {
  content: none;
  position: absolute;
  right: 10px; }

/* end menu */
.menu2022 .smartbanner {
  top: 64px !important; }

.menu2022 #hq-outer-mask {
  margin-top: 90px; }

.menu2022 #mm-0 #hq-outer-mask {
  margin-top: 0; }

.menu2022 #hq-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999; }

/* fil d'Ariane */
.menu2022 #hq-breadcrumb {
  font-family: 'Open sans', sans-serif;
  margin-top: 0; }
  .menu2022 #hq-breadcrumb a {
    color: #1224B8;
    display: inline-block;
    line-height: 150%; }
    .menu2022 #hq-breadcrumb a:hover {
      text-decoration: none; }
      .menu2022 #hq-breadcrumb a:hover span {
        text-decoration: none; }
  .menu2022 #hq-breadcrumb.color-blanc a {
    color: white; }
  .menu2022 #hq-breadcrumb.color-blanc span {
    background: none;
    display: inline-block;
    margin-right: 0;
    padding-right: 0; }
  .menu2022 #hq-breadcrumb.color-blanc span:not(:last-child) a::after {
    background: none;
    content: url(/static/images/ico/ico-arrow-right-white.svg);
    display: inline-block;
    margin-left: 12px;
    transform: none;
    height: 10px;
    width: 7px; }
  .menu2022 #hq-breadcrumb.color-blanc .breadcrumb-root-item::before {
    content: url(/static/images/ico/ico-home.svg);
    filter: brightness(100);
    width: 24px;
    left: 0;
    position: absolute;
    top: 0; }
  .menu2022 #hq-breadcrumb span {
    background: none;
    display: inline-block;
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    line-height: 150%;
    margin-right: 0;
    position: relative;
    padding: 0;
    text-decoration: underline; }
  .menu2022 #hq-breadcrumb span:not(:last-child) a::after {
    background: none;
    content: url(/static/images/ico/ico-arrow-right-blue.svg);
    display: inline-block;
    margin-left: 12px;
    transform: none;
    height: 10px;
    width: 7px; }
  .menu2022 #hq-breadcrumb .breadcrumb-root-item {
    line-height: 100%;
    padding-left: 24px; }
    .menu2022 #hq-breadcrumb .breadcrumb-root-item::before {
      content: url(/static/images/ico/ico-home.svg);
      filter: none;
      width: 24px;
      left: 0;
      position: absolute;
      top: 0; }

/* end fil d'Ariane  */
@media only screen and (min-width: calc($tablet-width + 1)) {
  #hq-header-nav-section-2022 .col-flex {
    padding: 12px 0 !important; } }

@media only screen and (min-width: 1024px) {
  .only-mobile {
    display: none !important; }
  .only-desktop {
    display: block; }
  .menu2022 #hq-outer-mask {
    margin-top: 145px; }
  #hq-main-header-2022 {
    /*************/
    /****************/
    /*&.old-container {
            #menu-sections {
                padding: 16px 0;
            }
            .main-sections {
                li { margin: 0 8px 0 0!important; }
            }
            .secondary-links {
                li {
                    margin: 8px 16px 8px 0;
                    &:last-child { margin-right: 0;}
                }
            }
            .menu-level-1 {
                margin: 48px 16px 0;
                .menu-item { 
                    padding-left: 0; 
                }
            }
            .menu-level-1, .sous-menu-level-1, .sous-menu-level-2  {
                width: clamp(260px, 30%, $tablet-width)!important;
            }
            .menu-section-titre {
                a { padding-left: 16px; }
            }
            .sous-menu-level-1,
            .sous-menu-level-2 { padding-left: 16px; }
        } */ }
    #hq-main-header-2022 .row {
      padding: 0 16px;
      /**/
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
    #hq-main-header-2022.search-open #hq-nav-recherche {
      left: 15%;
      width: 85%; }
      #hq-main-header-2022.search-open #hq-nav-recherche .container-search {
        margin: 24px !important;
        max-width: 100%; }
      #hq-main-header-2022.search-open #hq-nav-recherche #suggestions {
        display: block; }
        #hq-main-header-2022.search-open #hq-nav-recherche #suggestions .hq-nav-search-suggestions {
          list-style: none;
          display: block;
          margin: 0;
          padding: 0; }
        #hq-main-header-2022.search-open #hq-nav-recherche #suggestions .hq-nav-search-suggestions li {
          display: inline-block;
          margin-right: 16px;
          padding-left: 0; }
    #hq-main-header-2022.search-open #panneau-2 {
      height: 230px !important;
      left: 15% !important;
      min-height: 200px !important;
      width: 85% !important; }
    #hq-main-header-2022.connexion-open #hq-nav-connexion {
      display: block;
      float: right;
      padding: 0 16px 32px;
      width: clamp(280px, 33%, 430px); }
      #hq-main-header-2022.connexion-open #hq-nav-connexion .hq-btn-pannel-connexion {
        max-width: 300px; }
    #hq-main-header-2022.connexion-open #panneau-3.active {
      right: 0; }
    #hq-main-header-2022 .hq-nav-desktop .active {
      background-color: #1224b8; }
      #hq-main-header-2022 .hq-nav-desktop .active a {
        border-bottom: 1px solid white; }
    #hq-main-header-2022 .hq-logo-mobile {
      display: none; }
    #hq-main-header-2022 .hq-logo-desktop {
      display: block; }
    #hq-main-header-2022 .hq-nav-utils-desktop {
      align-items: center;
      display: flex;
      margin: 0;
      justify-content: space-between;
      overflow: hidden; }
    #hq-main-header-2022 .hq-header .hq-btn {
      border: 1px solid #0f096c; }
    #hq-main-header-2022 #hq-brand-bloc {
      justify-content: space-between;
      margin: 0; }
      #hq-main-header-2022 #hq-brand-bloc .col-flex {
        border: none !important;
        max-width: 200px; }
      #hq-main-header-2022 #hq-brand-bloc .col-hamburger {
        margin-left: 0; }
      #hq-main-header-2022 #hq-brand-bloc .col-logo {
        border: none !important;
        flex-grow: 7;
        margin: 0;
        max-width: 1000px;
        text-align: center;
        text-align: -moz-center;
        text-align: -webkit-center; }
      #hq-main-header-2022 #hq-brand-bloc .col-connexion {
        margin-right: 16px;
        max-width: 250px; }
        #hq-main-header-2022 #hq-brand-bloc .col-connexion .icon-arrow-head {
          height: 10px;
          margin-left: 8px; }
      #hq-main-header-2022 #hq-brand-bloc .col-recherche .hq-btn-search {
        padding: 10px; }
    #hq-main-header-2022 .hq-logo-img {
      width: 160px; }
    #hq-main-header-2022 .menu-panneaux {
      border: 1px solid grey; }
    #hq-main-header-2022 .main-sections {
      display: inline-block;
      margin: 0 !important;
      padding: 0; }
      #hq-main-header-2022 .main-sections li {
        display: inline-flex;
        margin: 0 24px 0 0 !important;
        overflow: hidden;
        padding: 20px 8px 14px; }
      #hq-main-header-2022 .main-sections a {
        border-bottom: 1px solid #0f096c;
        color: white;
        font-size: 18px;
        text-decoration: none;
        padding: 0 1px; }
        #hq-main-header-2022 .main-sections a:hover {
          border-bottom: 1px solid white; }
    #hq-main-header-2022 .secondary-links {
      border-top: none;
      display: inline-block;
      margin: 0;
      overflow: hidden;
      padding: 0; }
      #hq-main-header-2022 .secondary-links li {
        display: inline-block;
        margin: 8px 8px 0 0;
        overflow: hidden;
        padding: 8px; }
        #hq-main-header-2022 .secondary-links li:last-child {
          margin-right: 0; }
      #hq-main-header-2022 .secondary-links a {
        color: white;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none; }
        #hq-main-header-2022 .secondary-links a:hover {
          border-bottom: 1px solid white; }
      #hq-main-header-2022 .secondary-links:first-child {
        padding-left: 0 !important; }
      #hq-main-header-2022 .secondary-links:last-child {
        padding-right: 0 !important; }
    #hq-main-header-2022 .hq-btn-connexion {
      text-decoration: none; }
      #hq-main-header-2022 .hq-btn-connexion span {
        margin-left: 10px;
        display: inline; }
    #hq-main-header-2022 .m-titre-long {
      margin-top: 90px !important; }
    #hq-main-header-2022 .menu-section-titre {
      margin: 0;
      padding-bottom: 20px;
      z-index: 100;
      width: clamp(280px, 33.3%, 430px); }
      #hq-main-header-2022 .menu-section-titre a {
        padding-left: 24px; }
    #hq-main-header-2022 #hq-header-nav-section-2022 {
      margin: 8px 0 0;
      min-height: 300px;
      overflow: hidden; }
    #hq-main-header-2022 .hq-menu-wrap {
      left: 0;
      margin: 16px 0;
      min-height: 268px;
      max-height: 100vh;
      padding: 0;
      position: absolute;
      top: 0;
      width: 66%;
      max-width: none; }
      #hq-main-header-2022 .hq-menu-wrap li {
        padding: 0; }
        #hq-main-header-2022 .hq-menu-wrap li li {
          padding: 4px 0; }
        #hq-main-header-2022 .hq-menu-wrap li:first-child {
          padding-top: 0; }
    #hq-main-header-2022 #menu-sections {
      margin: 0;
      padding: 21px 0;
      width: 68%;
      height: auto; }
    #hq-main-header-2022 .bloc-menu {
      padding: 0; }
    #hq-main-header-2022 .menu-panneaux {
      border-radius: 8px;
      left: 0;
      position: absolute;
      top: 0;
      width: clamp(280px, 33.3%, 430px); }
    #hq-main-header-2022 #panneau-1.l2Active {
      width: clamp(300px, 68%, 900px); }
    #hq-main-header-2022 #panneau-1.l3Active {
      width: 100%; }
    #hq-main-header-2022 #panneau-3 {
      left: 33.3%; }
    #hq-main-header-2022 #panneau-2.active {
      left: 33.3%; }
    #hq-main-header-2022 #panneau-3.active {
      left: 66.6%; }
    #hq-main-header-2022 .local-menu .active {
      display: inline-block !important; }
    #hq-main-header-2022 .menu-bloc-menu,
    #hq-main-header-2022 .menu-level-0,
    #hq-main-header-2022 .menu-level-1 {
      width: clamp(280px, 30%, 430px); }
    #hq-main-header-2022 .menu-level-0 {
      padding: 0; }
      #hq-main-header-2022 .menu-level-0 .menu-section-titre a {
        border-bottom: none; }
        #hq-main-header-2022 .menu-level-0 .menu-section-titre a::after {
          content: '';
          position: relative; }
    #hq-main-header-2022 .menu-level-1 {
      margin: 0px 24px 16px; }
      #hq-main-header-2022 .menu-level-1 a {
        font-size: 16px; }
      #hq-main-header-2022 .menu-level-1 .item-level-1 > a {
        font-weight: 600; }
    #hq-main-header-2022 .show-menu-block {
      top: 0; }
    #hq-main-header-2022 .sous-menu-section-titre {
      padding-bottom: 12px; }
      #hq-main-header-2022 .sous-menu-section-titre a {
        padding-left: 0; }
    #hq-main-header-2022 .sous-menu-level-1 {
      left: calc(68% + 10px);
      width: clamp(300px, 50%, 325px); }
    #hq-main-header-2022 .sous-menu-level-2 {
      left: calc(100% + 12px);
      width: clamp(300px, 32%, 325px); }
    #hq-main-header-2022 .sous-menu-level-1,
    #hq-main-header-2022 .sous-menu-level-2 {
      border-left: 1px solid #D5D5D5;
      margin-right: 16px;
      padding-left: 24px; }
      #hq-main-header-2022 .sous-menu-level-1 .menu-item,
      #hq-main-header-2022 .sous-menu-level-2 .menu-item {
        padding-left: 0; }
    #hq-main-header-2022 .sous-menu-level-1.show-menu-block,
    #hq-main-header-2022 .sous-menu-level-2.show-menu-block {
      transition-delay: .5s;
      z-index: 100; }
    #hq-main-header-2022 .titre-bloc {
      display: inline-flex; } }

/*  animated burger  */
#hq-main-header-2022[data-site="specialise"] #hq-nav-connexion,
#hq-main-header-2022[data-site="specialise"] #hq-nav-recherche,
#hq-main-header-2022[data-site="specialise"] #hq-nav-btn-connexion,
#hq-main-header-2022[data-site="specialise"] #hq-nav-btn-search,
#hq-main-header-2022[data-site="specialise"] .col-connexion,
#hq-main-header-2022[data-site="specialise"] .col-recherche {
  display: none !important; }

#hq-main-header-2022[data-site="specialise"] #hq-menu-btn-close {
  margin-left: 0;
  margin-right: 0px !important; }

#hq-main-header-2022[data-site="specialise"] .menu-level-1 {
  display: block; }

#hq-main-header-2022 .hq-btn-menu {
  height: 54px;
  width: 54px;
  overflow: hidden;
  padding: 0;
  justify-content: center;
  border-radius: 0; }
  #hq-main-header-2022 .hq-btn-menu:hover .hamburger-lines .line {
    background: #fff;
    transition: all 0.25s; }
  #hq-main-header-2022 .hq-btn-menu .hamburger-lines {
    height: 14px;
    margin: 0;
    overflow: hidden;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 20px; }
    #hq-main-header-2022 .hq-btn-menu .hamburger-lines .line {
      background: #0f096c;
      border-radius: 2px;
      display: block;
      height: 2px;
      left: 0;
      opacity: 1;
      position: absolute;
      transform: rotate(0deg);
      transition: .25s ease-in-out;
      width: 26px; }
    #hq-main-header-2022 .hq-btn-menu .hamburger-lines .l1 {
      top: 0px;
      transform-origin: left center; }
    #hq-main-header-2022 .hq-btn-menu .hamburger-lines .l2 {
      top: 6px;
      transform-origin: left center; }
    #hq-main-header-2022 .hq-btn-menu .hamburger-lines .l3 {
      top: 12px;
      transform-origin: left center; }
  #hq-main-header-2022 .hq-btn-menu.open .hamburger-lines .l1 {
    left: 1px;
    top: -2px;
    transform: rotate(45deg); }
  #hq-main-header-2022 .hq-btn-menu.open .hamburger-lines .l2 {
    opacity: 0;
    width: 0%; }
  #hq-main-header-2022 .hq-btn-menu.open .hamburger-lines .l3 {
    left: -3px;
    top: 18px;
    transform: rotate(-45deg); }

@media only screen and (min-width: 1024px) {
  #hq-main-header-2022 .hq-logo img {
    height: 48px; }
  #hq-main-header-2022 .hq-header {
    padding: 16px 0; }
  #hq-main-header-2022 .hq-btn {
    border-radius: 48px;
    height: 48px;
    width: 48px; }
  #hq-main-header-2022 .hq-btn-menu {
    height: 48px;
    padding: 5px 20px;
    width: 130px; }
    #hq-main-header-2022 .hq-btn-menu .menu-texte {
      display: inline; }
    #hq-main-header-2022 .hq-btn-menu:hover .hamburger-lines .line {
      background: white; }
    #hq-main-header-2022 .hq-btn-menu.open {
      background-color: #0f096c; }
      #hq-main-header-2022 .hq-btn-menu.open .menu-texte {
        color: white; }
      #hq-main-header-2022 .hq-btn-menu.open .line {
        background: white; }
      #hq-main-header-2022 .hq-btn-menu.open .hamburger-lines .l1 {
        left: 5px;
        top: -1px; }
      #hq-main-header-2022 .hq-btn-menu.open .hamburger-lines .l2 {
        opacity: 0;
        width: 0%; }
      #hq-main-header-2022 .hq-btn-menu.open .hamburger-lines .l3 {
        left: 2px;
        top: 16px; }
  #hq-main-header-2022 .hamburger-lines {
    height: 30px;
    margin: 8px 5px 0 0;
    width: 20px; }
  #hq-main-header-2022 .menu-texte {
    margin-left: 8px;
    font-weight: 600 !important; }
  #hq-main-header-2022 .hq-nav-desktop {
    background-color: #0f096c; }
    #hq-main-header-2022 .hq-nav-desktop a {
      color: white !important; }
    #hq-main-header-2022 .hq-nav-desktop .icon {
      display: inline-block;
      height: 18px;
      width: 18px; }
  #hq-main-header-2022[data-site="specialise"] .hq-nav-utils-desktop {
    height: 48px; }
  #hq-main-header-2022[data-site="specialise"] .main-sections {
    height: 48px;
    display: flex;
    align-content: center; }
    #hq-main-header-2022[data-site="specialise"] .main-sections li {
      background: #fff;
      padding: 0;
      padding-left: 16px;
      padding-right: 16px;
      height: 100%;
      display: flex;
      align-items: center; }
      #hq-main-header-2022[data-site="specialise"] .main-sections li a {
        border-bottom: 1px solid transparent;
        font-size: 16px !important;
        font-weight: 600;
        transition: all 0.25s; }
        #hq-main-header-2022[data-site="specialise"] .main-sections li a:hover {
          border-bottom: 1px solid #161616 !important;
          transition: all 0.25s; }
        #hq-main-header-2022[data-site="specialise"] .main-sections li a:focus {
          outline: 2px dotted #1224B8 !important;
          outline-offset: 4px;
          transition: all 0.25s; }
  #hq-main-header-2022[data-site="specialise"] .hq-nav-desktop {
    display: block;
    height: 48px;
    background-color: #d5d5d5; }
    #hq-main-header-2022[data-site="specialise"] .hq-nav-desktop a {
      color: #161616 !important; }
  #hq-main-header-2022[data-site="specialise"] .secondary-links {
    display: flex;
    margin: 0;
    padding: 0; }
    #hq-main-header-2022[data-site="specialise"] .secondary-links li {
      margin: 0;
      height: 100%;
      align-items: center;
      padding-left: 16px;
      position: relative; }
      #hq-main-header-2022[data-site="specialise"] .secondary-links li:first-child {
        padding-right: 16px; }
        #hq-main-header-2022[data-site="specialise"] .secondary-links li:first-child a {
          position: relative;
          padding-left: 28px;
          transition: all 0.25s; }
          #hq-main-header-2022[data-site="specialise"] .secondary-links li:first-child a::before {
            content: " ";
            background: url("/images2022/hqc-icone-accueil.svg");
            background-position: left center;
            background-repeat: no-repeat;
            width: 20px;
            height: 17px;
            display: block;
            position: absolute;
            left: 0px; }
      #hq-main-header-2022[data-site="specialise"] .secondary-links li a {
        border-bottom: 1px solid transparent;
        font-size: 16px !important;
        font-weight: 600;
        transition: all 0.25s; }
        #hq-main-header-2022[data-site="specialise"] .secondary-links li a:hover {
          border-bottom: 1px solid #161616 !important;
          transition: all 0.25s; }
        #hq-main-header-2022[data-site="specialise"] .secondary-links li a:focus {
          outline: 2px dotted #1224B8 !important;
          outline-offset: 4px;
          transition: all 0.25s; } }

/* end animated burger  */
