html body.bo header {
  height: 8.5vw; }

html body header {
  position: fixed;
  display: block;
  width: 100%;
  height: 143px;
  top: 0;
  z-index: 122;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  html body header .mobile-menu {
    display: none; }
  html body header .supheader {
    width: 100vw;
    height: 60px;
    background-color: #001e6f;
    display: flex;
    flex-direction: row; }
    html body header .supheader .supheader-home {
      background-image: url(/media/image/9b58e4386fd72ca8d2417ebc88593dc5fdd233ed.svg);
      background-repeat: no-repeat;
      background-position: 40px;
      background-size: auto;
      width: 162px;
      height: 60px;
      transition: all 0.3s; }
      html body header .supheader .supheader-home:hover {
        opacity: 0.8; }
    html body header .supheader .supheader-menu ul {
      display: flex;
      flex-direction: row;
      list-style: none;
      font-weight: 400; }
      html body header .supheader .supheader-menu ul li {
        font-size: 18px;
        width: 155px;
        display: flex; }
        html body header .supheader .supheader-menu ul li a {
          padding: 20px 0 16px;
          text-decoration: none;
          vertical-align: middle;
          vertical-align: -webkit-baseline-middle;
          transition: all 0.4s;
          color: #fff;
          border-bottom: 4px #001e6f solid;
          width: 100%;
          text-align: center; }
          html body header .supheader .supheader-menu ul li a.headerProfessionals.active, html body header .supheader .supheader-menu ul li a.headerProfessionels.active {
            background-color: #233475;
            border-bottom-color: #233475;
            cursor: default; }
            html body header .supheader .supheader-menu ul li a.headerProfessionals.active:hover, html body header .supheader .supheader-menu ul li a.headerProfessionels.active:hover {
              border-bottom-color: #233475; }
          html body header .supheader .supheader-menu ul li a.headerConsumers.active, html body header .supheader .supheader-menu ul li a.headerConsommateurs.active {
            background-color: #3d5fc6;
            border-bottom-color: #3d5fc6;
            cursor: default; }
            html body header .supheader .supheader-menu ul li a.headerConsumers.active:hover, html body header .supheader .supheader-menu ul li a.headerConsommateurs.active:hover {
              border-bottom-color: #3d5fc6; }
          html body header .supheader .supheader-menu ul li a:hover {
            border-bottom-color: #fff; }
    html body header .supheader .supheader-email {
      width: 40px;
      height: 60px;
      position: absolute;
      right: 124px;
      transition: all 0.3s; }
      html body header .supheader .supheader-email ul, html body header .supheader .supheader-email li, html body header .supheader .supheader-email .menu-sub {
        width: 100%;
        height: 100%; }
      html body header .supheader .supheader-email .menu-sub {
        display: block; }
      html body header .supheader .supheader-email .menu-sub.has-image {
        text-indent: -9999px; }
      html body header .supheader .supheader-email:hover {
        opacity: 0.5;
        cursor: pointer; }
    html body header .supheader .supheader-lang {
      position: absolute;
      right: 0;
      z-index: 10; }
      html body header .supheader .supheader-lang ul {
        margin: 0;
        padding: 0;
        width: 94px; }
      html body header .supheader .supheader-lang ul li a {
        position: relative;
        display: block;
        padding: 19px 20px 20px 40px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.2s;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        background-color: #1c367c;
        width: 49px;
        background-repeat: no-repeat;
        background-position: 13px center;
        background-size: 15px; }
        html body header .supheader .supheader-lang ul li a:hover {
          background-color: #5e73ac;
          opacity: 1; }
        html body header .supheader .supheader-lang ul li a.selected::after {
          content: url(/media/image/3e859a101e22ab347012c3b3104aa67c5ae0f8ca.svg);
          position: absolute;
          top: 18px;
          right: 16px;
          width: 20px;
          height: 20px; }
        html body header .supheader .supheader-lang ul li a.unselected {
          display: block;
          background-size: 15px; }
  html body header .header.pub {
    display: flex;
    flex-direction: row;
    height: 83px;
    background-image: linear-gradient(90deg, #497bc8, rgba(101, 192, 203, .8));
    backdrop-filter: blur(10px); }
    html body header .header.pub.professionals, html body header .header.pub.professionels {
      background-image: linear-gradient(180deg, #233475, rgba(35, 52, 117, .8)) !important; }
      html body header .header.pub.professionals .container-level3, html body header .header.pub.professionels .container-level3 {
        background-color: rgba(35, 52, 117, .8) !important; }
    html body header .header.pub.consumers, html body header .header.pub.consommateurs {
      background-image: linear-gradient(180deg, #3d5fc6, rgba(61, 95, 198, .8)) !important; }
      html body header .header.pub.consumers .container-level3, html body header .header.pub.consommateurs .container-level3 {
        background-color: rgba(61, 95, 198, .8) !important; }
    html body header .header.pub .header-logo {
      width: 530px;
      display: block;
      background-image: url(/media/image/cee5109fd4672058ae814b170b7823a20849c1f8.svg);
      background-repeat: no-repeat;
      background-position: 162px;
      background-size: 333px;
      transition: all 0.3s; }
      html body header .header.pub .header-logo:hover {
        opacity: 0.7; }
    html body header .header.pub .header-menu {
      margin-left: auto; }
      html body header .header.pub .header-menu ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        font-weight: 400;
        align-items: center;
        align-content: flex-end;
        white-space: nowrap; }
      html body header .header.pub .header-menu ul.container-level2 .menu-sub {
        background-position: left center;
        background-size: 30px; }
      html body header .header.pub .header-menu ul.container-level3 {
        display: block;
        position: absolute;
        background-color: rgba(89, 165, 205, .9);
        top: 83px;
        left: -72px;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 250px; }
        html body header .header.pub .header-menu ul.container-level3 li.item-spacer {
          display: none; }
        html body header .header.pub .header-menu ul.container-level3 li a {
          border-bottom: none !important;
          font-weight: 400;
          transition: all 0.2s;
          text-align: center;
          width: 250px;
          margin: 0 20px;
          opacity: 0.7;
          white-space: normal;
          height: auto;
          white-space: nowrap;
          max-width: 250px;
          overflow-x: hidden;
          text-overflow: ellipsis; }
          html body header .header.pub .header-menu ul.container-level3 li a:hover {
            border-bottom: none !important;
            font-weight: 700;
            opacity: 1; }
      html body header .header.pub .header-menu ul li {
        font-size: 18px;
        display: flex; }
        html body header .header.pub .header-menu ul li.item-level2 {
          position: relative; }
        html body header .header.pub .header-menu ul li a {
          position: relative;
          padding: 12px 0;
          margin: 19px 2vw;
          height: 36px;
          text-decoration: none;
          transition: all 0.3s;
          color: #fff;
          border-bottom: 4px transparent solid; }
        html body header .header.pub .header-menu ul li a:hover {
          border-bottom: 4px #fff solid; }
        html body header .header.pub .header-menu ul li a.search-btn {
          background-image: url(/media/image/db930c1ae898096a97ea10ca26079a34f7e2e82e.svg);
          background-repeat: no-repeat;
          background-position: 9px 23px;
          background-size: auto;
          transition: all 0.4s;
          width: 40px;
          position: relative;
          top: -10px;
          margin-right: 30px; }
          html body header .header.pub .header-menu ul li a.search-btn:hover {
            border-bottom: 4px transparent solid;
            transform: rotate(15deg); }
  html body header .header .outer-header-members {
    position: relative;
    height: 100%; }
    html body header .header .outer-header-members .header-members {
      display: flex;
      width: 220px;
      height: 100%;
      background-color: rgba(255, 255, 255, .2);
      background-image: url(/media/image/ad47079d01e43dc94ad2ebcdfb9b18b5ee23e31c.svg);
      background-position: 25px center;
      background-size: auto;
      transition: all 0.4s; }
    html body header .header .outer-header-members .header-members .txt {
      margin: auto;
      font-size: 20px;
      color: #fff;
      margin-left: 65px; }
    html body header .header .outer-header-members .header-members:hover {
      background-color: #ff6e46;
      cursor: pointer; }
    html body header .header .outer-header-members .members-sub {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 83px; }
    html body header .header .outer-header-members .members-sub:hover {
      background-color: #c7604b; }
      html body header .header .outer-header-members .members-sub:hover .inner-member-sub:first-child {
        background-color: #ff6e46; }
    html body header .header .outer-header-members .members-sub .inner-member-sub {
      display: none;
      height: 83px;
      width: 100%; }
      html body header .header .outer-header-members .members-sub .inner-member-sub a {
        display: table;
        width: 100%;
        height: 100%; }
      html body header .header .outer-header-members .members-sub .inner-member-sub a .txt {
        display: table-cell;
        text-align: center;
        font-size: 20px;
        vertical-align: middle; }
      html body header .header .outer-header-members .members-sub .inner-member-sub a:hover {
        cursor: pointer; }
  html body header .search-block {
    position: absolute;
    opacity: 0;
    top: 140px;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    display: none; }
    html body header .search-block .inner-search {
      position: relative;
      margin: 0 auto;
      width: 490px;
      height: 50px;
      background-color: #fff;
      border-radius: 25px;
      display: flex;
      background-repeat: no-repeat;
      background-position: 450px 16px;
      background-size: auto;
      transition: all 0.3s; }
    html body header .search-block .inner-search .drop-categories {
      position: relative;
      border-radius: 99px;
      display: inline-flex;
      float: left; }
    html body header .search-block .inner-search .drop-categories ul {
      position: relative;
      display: block;
      padding-inline-start: 0px;
      width: 150px;
      display: flow-root;
      background-color: #001e6f;
      border-radius: 25px 0 0 25px;
      height: 50px;
      margin: 0; }
      html body header .search-block .inner-search .drop-categories ul li.selected a {
        opacity: 1 !important; }
      html body header .search-block .inner-search .drop-categories ul li {
        position: absolute;
        display: block;
        top: 0;
        margin: 16px 0 16px 25px; }
      html body header .search-block .inner-search .drop-categories ul li:not(:first-child) {
        height: 0; }
      html body header .search-block .inner-search .drop-categories ul li div {
        position: relative;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        padding-left: 30px;
        transition: all 0.2s; }
        html body header .search-block .inner-search .drop-categories ul li div.first {
          display: block;
          background-image: url(/media/image/d272abe2d33eebf08766ed92bcc2fabcae2d6681.svg);
          background-repeat: no-repeat;
          background-position: 100px 4px;
          background-size: auto;
          cursor: default; }
        html body header .search-block .inner-search .drop-categories ul li div.hid {
          opacity: 0; }
        html body header .search-block .inner-search .drop-categories ul li div.shw:hover {
          opacity: 0.5 !important; }
    html body header .search-block .inner-search .search-txt {
      display: inline-flex;
      position: relative; }
    html body header .search-block .inner-search .search-txt input[type=text] {
      border: 0;
      padding: 15px;
      width: 250px;
      font-weight: 700;
      color: #818898;
      transition: all 0.3s; }
      html body header .search-block .inner-search .search-txt input[type=text]:focus, html body header .search-block .inner-search .search-txt input[type=text]:hover {
        outline: 0; }
    html body header .search-block .inner-search .full-search {
      padding-inline-start: 0px;
      width: 150px;
      height: 50px;
      background-color: #233475;
      border-radius: 0 25px 25px 0;
      display: inline-flex;
      position: relative;
      right: -10px; }
    html body header .search-block .inner-search .full-search a {
      text-decoration: none;
      font-size: 16px;
      color: #fff;
      padding-left: 30px;
      transition: all 0.2s;
      padding-top: 16px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: 115px 16px;
      background-size: auto;
      transition: all 0.3s;
      background-image: url(/media/image/db930c1ae898096a97ea10ca26079a34f7e2e82e.svg); }
      html body header .search-block .inner-search .full-search a:hover {
        opacity: 0.5; }
    html body header .search-block .inner-search .results-container {
      position: absolute;
      width: 80%;
      width: 100%;
      max-height: 25vw;
      margin-top: 49px;
      margin-left: 10%;
      margin-left: 0%;
      background-color: #fff;
      border-top: none;
      overflow: hidden;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px; }
    html body header .search-block .inner-search .results-container .result-records {
      max-height: 24vw;
      overflow-y: scroll;
      padding: 17px; }
      html body header .search-block .inner-search .results-container .result-records a {
        display: block;
        width: 270px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 5px 0; }

@media (max-width: 1750px) {
  html body header .header.pub .header-logo {
    width: 26vw;
    background-position: 2vw center; } }

@media (max-width: 1550px) {
  html body header .header.pub .header-logo {
    width: 150px;
    background-image: url(/media/image/072b7e37276cd53128d636f0c3540dc9fd6fdfb8.svg);
    background-size: 90px; }
    html body header .header.pub .header-menu ul li a {
      margin: 19px; }
      html body header .header.pub .header-menu ul.container-level3 li a {
        text-align: center; }
    html body header .header.pub .header-members {
      width: 70px; }
    html body header .supheader .supheader-lang ul {
      width: 70px; } }

@media (max-width: 960px) {
  html body header {
    height: auto; }
    html body header .supheader, html body header .header.pub {
      display: none; }
    html body header .header-menu {
      margin-left: auto; }
      html body header .header-menu ul {
        display: flex;
        flex-direction: row; }
    html body header .mobile-menu {
      z-index: 120;
      backdrop-filter: blur(10px);
      opacity: 0; }
      html body header .mobile-menu.mobile-bottom-line {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 9.2vh;
        padding-bottom: 20px;
        display: flex !important;
        flex-direction: row;
        background-color: rgba(35, 52, 117, .9); }
        html body header .mobile-menu.mobile-bottom-line .mobile-email {
          background-image: url(/media/image/68cb90c1ddfe38a1f6532bbfb00cd0ef39d3785e.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 36px;
          width: 40px;
          height: 60px;
          margin: 1.7vh auto 20px auto; }
          html body header .mobile-menu.mobile-bottom-line .mobile-email .link {
            display: block;
            width: 100%;
            height: 100%; }
        html body header .mobile-menu.mobile-bottom-line .Login-mobile-btn.activated .cta-container .outer-box-cta {
          box-shadow: 0 0 0 rgba(35, 52, 117, 0) !important; }
          html body header .mobile-menu.mobile-bottom-line .Login-mobile-btn .cta-container .outer-box-cta {
            width: fit-content;
            padding: 21px 35px 45px;
            border-radius: 30px 30px 0 0;
            margin-top: 2vh; }
          html body header .mobile-menu.mobile-bottom-line .Login-mobile-btn .outer-header-members {
            background-color: #6385d2;
            background-image: url();
            color: #fff;
            width: fit-content;
            text-align: center;
            padding: 5px 0;
            margin-top: -40px;
            border: none;
            border-radius: 20px 20px 0 0;
            box-shadow: 0 0 20px rgba(35, 52, 117, 0.7); }
            html body header .mobile-menu.mobile-bottom-line .Login-mobile-btn .outer-header-members .members-sub {
              padding: 0;
              width: 100%; }
              html body header .mobile-menu.mobile-bottom-line .Login-mobile-btn .outer-header-members .members-sub .inner-member-sub {
                padding: 1.5vh 4px; }
                html body header .mobile-menu.mobile-bottom-line .Login-mobile-btn .outer-header-members .members-sub .inner-member-sub:nth-child(even) {
                  background-color: rgba(255, 255, 255, .2); }
        html body header .mobile-menu.mobile-bottom-line .mobile-lang {
          margin: calc(2.6vh + 10px) auto 20px auto; }
          html body header .mobile-menu.mobile-bottom-line .mobile-lang a {
            position: relative;
            display: block;
            width: 30px;
            height: 30px;
            background-size: contain;
            border: 1.5px rgba(255, 255, 255, .7) solid;
            border-radius: 99px; }
      html body header .mobile-menu.level1 {
        overflow: hidden; }
        html body header .mobile-menu.level1 ul {
          width: 100%; }
          html body header .mobile-menu.level1 ul li {
            display: table;
            position: relative; }
            html body header .mobile-menu.level1 ul li .menu-sub {
              display: table-cell;
              vertical-align: middle;
              text-align: center;
              font-size: 18px;
              height: 12vh;
              width: 33.34vw;
              color: #fff; }
              html body header .mobile-menu.level1 ul li .menu-sub.headerProfessionals {
                background-color: rgba(35, 52, 117, .9); }
              html body header .mobile-menu.level1 ul li .menu-sub.headerConsumers {
                background-color: rgba(61, 95, 198, .9); }
              html body header .mobile-menu.level1 ul li .menu-sub.headerHome {
                background-color: rgba(73, 123, 200, .8); }
            html body header .mobile-menu.level1 ul li .bottomLine {
              height: 4px;
              width: calc(100% - 30px);
              margin: 0 auto;
              position: absolute;
              bottom: 0;
              left: 15px;
              background-color: #fff;
              display: none; }
              html body header .mobile-menu.level1 ul li .bottomLine.selected {
                display: block; }
      html body header .mobile-menu.level2 {
        background-color: rgba(35, 52, 117, .9);
        height: calc(66.85vh - 20px);
        overflow-y: auto;
        overflow-x: hidden; }
        html body header .mobile-menu.level2 ul.container-level2 {
          width: 100%;
          display: flex;
          flex-direction: column;
          margin-bottom: 85px; }
          html body header .mobile-menu.level2 ul.container-level2 li.item-level2 {
            position: relative;
            margin: 0 30px;
            transition: all 0.3s;
            border-radius: 30px; }
            html body header .mobile-menu.level2 ul.container-level2 li.item-level2 .menu-sub {
              display: block;
              text-align: center;
              color: #fff;
              padding: 20px 15px;
              width: fit-content;
              font-size: 18px;
              margin: 0 auto; }
            html body header .mobile-menu.level2 ul.container-level2 li.item-level2.opened {
              background-color: rgba(35, 52, 117, .9); }
            html body header .mobile-menu.level2 ul.container-level2 li.item-level2:first-child {
              margin-top: 30px; }
            html body header .mobile-menu.level2 ul.container-level2 li.item-level2:last-child {
              margin-bottom: 30px; }
            html body header .mobile-menu.level2 ul.container-level2 li.item-level2 .item-closer-opener {
              z-index: 1;
              position: absolute;
              right: 8px;
              top: 8px;
              display: block;
              width: 25px;
              height: 25px;
              padding: 10px;
              border-radius: 30px;
              transform: rotate(0deg);
              background-image: url(/media/image/5bd52237e3119d22d10da01430387a1d4e717a8c.svg);
              background-position: center;
              background-repeat: no-repeat;
              background-size: 20px;
              transition: all 0.3s;
              background-color: rgba(35, 52, 117, .9); }
              html body header .mobile-menu.level2 ul.container-level2 li.item-level2 .item-closer-opener.rotated {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                background-color: rgba(35, 52, 117, 0); }
            html body header .mobile-menu.level2 ul.container-level2 li.item-level2 ul.container-level3 {
              position: relative;
              flex-direction: column; }
              html body header .mobile-menu.level2 ul.container-level2 li.item-level2 ul.container-level3 .item-level3 {
                z-index: 0;
                opacity: 0.5; }
      html body header .mobile-menu.login-panel {
        display: none;
        z-index: 120;
        position: absolute;
        top: 100vh;
        width: 100vw;
        height: 65vh;
        background-color: #6385d2; }
        html body header .mobile-header {
          width: 100vw;
          height: 128px;
          height: 12vh;
          background-image: linear-gradient(90deg, #497bc8, rgba(101, 192, 203, .9));
          backdrop-filter: blur(10px); }
      html body header .mobile-header.professionals {
        background-color: rgba(35, 52, 117, .9);
        background-image: none; }
      html body header .mobile-header.consumers {
        background-color: rgba(61, 95, 198, .9);
        background-image: none; }
      html body header .mobile-header.home {
        background-color: rgba(73, 123, 200, .9);
        background-image: none; }
      html body header .mobile-header .burger {
        cursor: pointer;
        display: block;
        padding: 60px 30px 68px 30px;
        padding: calc(6vh - 13px) 30px 68px 30px; }
        html body header .mobile-header .burger .lineup, html body header .mobile-header .burger .linecntr, html body header .mobile-header .burger .linedn {
          position: relative;
          background-color: #fff;
          border-radius: 3px;
          display: block;
          height: 2px;
          width: 26px;
          margin: 4px 0;
          transition: all 0.2s ease-in-out; }
        html body header .mobile-header .burger .lineup {
          top: -3px; }
        html body header .mobile-header .burger .linedn {
          top: 3px; }
      html body header .mobile-header .mobile-logo {
        display: block;
        width: 95px;
        margin: 0 auto;
        background-image: url(/media/image/072b7e37276cd53128d636f0c3540dc9fd6fdfb8.svg);
        background-position: bottom 33px center;
        background-size: 95px;
        background-position: bottom calc(6vh - 20px) center;
        background-size: 90px; }
      html body header .mobile-header .mobile-search {
        font-size: 18px;
        display: flex; }
        html body header .mobile-header .mobile-search.item-level2 {
          position: relative; }
        html body header .mobile-header .mobile-search a {
          position: relative;
          padding: 12px;
          margin: 19px;
          height: 36px;
          text-decoration: none;
          transition: all 0.3s;
          color: #fff;
          border-bottom: 4px transparent solid; }
          html body header .mobile-header .mobile-search a:hover {
            border-bottom: 4px #fff solid; }
          html body header .mobile-header .mobile-search a.search-btn {
            background-image: url(/media/image/db930c1ae898096a97ea10ca26079a34f7e2e82e.svg);
            background-repeat: no-repeat;
            background-position: 23px 23px;
            background-position: center;
            background-size: auto;
            transition: all 0.4s;
            width: 40px;
            position: relative;
            top: 20px;
            top: calc(6vh - 29px);
            right: 12px;
            margin: 0 0 0 17px; }
            html body header .mobile-header .mobile-search a.search-btn:hover {
              border-bottom: 4px transparent solid;
              transform: rotate(15deg); }
    html body header .search-block {
      z-index: 120 !important;
      top: 80px !important;
      backdrop-filter: blur(10px);
      display: none; }
      html body header .search-block .inner-search {
        border-radius: 0 !important;
        position: relative;
        display: block;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: rgba(35, 52, 117, .9);
        padding-top: 30px; }
        html body header .search-block .inner-search .drop-categories {
          z-index: 1;
          border-radius: 30px !important;
          display: none;
          position: absolute;
          left: 10%;
          height: 50px;
          width: 80%;
          float: none; }
          html body header .search-block .inner-search .drop-categories ul {
            width: 100%;
            background-color: #fff;
            border-radius: 30px !important; }
            html body header .search-block .inner-search .drop-categories ul li a {
              color: #233475; }
        html body header .search-block .inner-search .search-txt {
          top: 70px;
          left: 10%;
          width: 80%;
          background-color: transparent;
          border-radius: 30px !important;
          border: thin #fff solid; }
          html body header .search-block .inner-search .search-txt input[type=text] {
            border-radius: 30px !important;
            background-color: transparent; } }
