/* Smooth Scroll */
.smooth-scroll {
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

/******************************************************/
/* Header - UI */
/******************************************************/
/* Banner To Apply */
header .banner-to-apply {
  display: none;
}

@media screen and (min-width: 992px) {
  header .banner-to-apply {
    padding-left: 65px;
    background: var(--color-pro-dark);
    color: var(--color-web-white);
    height: 37px;
    align-items: center;
    width: 100%;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
  }
  header .banner-to-apply a {
    text-decoration: none;
    color: var(--color-web-white);
    font-family: var(--font-primary-bold);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  header .banner-to-apply .svg-container.-first {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }
  header .banner-to-apply .svg-container.-second {
    padding-left: 4px;
  }
  header .banner-to-apply .svg-container.-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    right: 45px;
  }
}
/* Banner Pro / Part */
header .banner-pro-part {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (hover: hover) {
  header .banner-pro-part a:hover .svg-container {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@media screen and (min-width: 992px) {
  html.pro header .banner-pro-part {
    background: var(--color-pro-orange);
  }
  html.part header .banner-pro-part {
    background: var(--color-web-pink);
  }
  html.pro header .banner-pro-part a.-pro,
  html.part header .banner-pro-part a.-part {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  html.pro header .banner-pro-part a.-part,
  html.part header .banner-pro-part a.-pro {
    display: none !important;
  }
  header .banner-pro-part {
    font-size: 14px;
    font-family: var(--font-primary-bold);
    height: 50px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    align-items: center;
    justify-content: flex-end;
    padding-right: 37px;
  }
  header .banner-pro-part a {
    padding-right: 37px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: end;
  }
  header .banner-pro-part a .svg-container {
    margin-left: 5px;
  }
}
header .btn-particulier {
  display: none;
}


header .btn-particulier {
  display: block!important;
}

@media (hover: hover) {
  header .btn-particulier .btn.-first a:hover {
    border-color: var(--color-web-blue);
    background: var(--color-web-blue);
    color: var(--color-web-white);
  }
  header .btn-particulier .btn.-second a:hover {
    border-color: var(--color-web-pink);
    background: var(--color-web-pink);
    color: var(--color-web-white);
  }
}

@media screen and (min-width: 992px) {
  header .btn-particulier .btn a {
    font-family: var(--font-primary-bold);
    font-size: 13px;
    border-style: solid;
    border-width: var(--border-sm);
    line-height: normal;
    width: fit-content;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
  }
  header .btn-particulier .btn.-first a {
    margin-right: 8px;
    color: var(--color-web-blue);
    border-color: var(--color-web-blue);
  }
  header .btn-particulier .btn.-second a {
    color: var(--color-web-pink);
    border-color: var(--color-web-pink);
  }

  header .btn-particulier .btn a:focus {
    color: var(--color-web-white);
  }
  header .btn-particulier .btn.-first a:focus {
    border-color: var(--color-corporate-blue);
    background: var(--color-corporate-blue);
  }
  header .btn-particulier .btn.-second a:focus {
    border-color: var(--color-web-pink);
    background: var(--color-web-pink);
  }
  html.part header .btn-particulier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 32px;
    top: 4px;
  }
}

@media screen and (max-width: 992px) {
  header .btn-particulier .btn.-first a {
    margin-left: 30px;
    margin-top: 20px;
    border-color: var(--color-web-blue);
    background: var(--color-web-blue);
    color: var(--color-web-white);
  }
  header .btn-particulier .btn.-first a {
    font-family: var(--font-primary-bold);
    font-size: 13px;
    border-style: solid;
    border-width: var(--border-sm);
    line-height: normal;
    width: fit-content;
   padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
  }

}

header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a {
  font-size: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a span.tag-new {
  margin-right: 0;
  margin-left: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: var(--font-primary-bold-italic);
}
html.pro header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a span.tag-new {
  background: var(--color-pro-orange);
}
html.part header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a span.tag-new {
  background: var(--color-web-pink);
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li:last-child a {
  margin-bottom: 30px;
}
html.pro header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-last-child-highlight ul li:last-child a {
  color: var(--color-pro-orange);
}
html.pro header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-last-child-highlight ul li:last-child a span {
  color: var(--color-pro-orange);
  border-color: var(--color-pro-orange);
}
html.part header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-last-child-highlight ul li:last-child a {
  color: var(--color-web-pink);
}
html.part header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-last-child-highlight ul li:last-child a span {
  color: var(--color-web-pink);
  border-color: var(--color-web-pink);
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a span {
  border-color: var(--color-web-white);
  color: var(--color-web-white);
  margin-right: 13px;
  min-width: 45px;
  height: fit-content; 
  display: inline-block;
  line-height: inherit;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a:focus span {
  border-width: var(--border-lg);
}

header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a .svg-container {
  display: none;
}

@media (hover: hover) {
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a:hover {
    background: rgba(255, 255, 255, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a:hover .svg-container {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {

  /* PART / PRO - Financement */
  html.pro header .header-main .hs-menu-wrapper>ul li.hs-mega-menu-3>ul li.hs-menu-depth-2>ul,
  html.part header .header-main .hs-menu-wrapper>ul li.hs-mega-menu-4>ul li.hs-menu-depth-2>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
  }
  html.pro header .header-main .hs-menu-wrapper>ul li.hs-mega-menu-3>ul li.hs-menu-depth-2>ul li,
  html.part header .header-main .hs-menu-wrapper>ul li.hs-mega-menu-4>ul li.hs-menu-depth-2>ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 50%;
  }
  html.pro header .header-main .hs-menu-wrapper>ul li.hs-mega-menu-3>ul li.hs-menu-depth-2>ul li a,
  html.part header .header-main .hs-menu-wrapper>ul li.hs-mega-menu-4>ul li.hs-menu-depth-2>ul li a {
    width: 100%;
  }
  /* PART - Financement */

  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 33px;
    margin-right: 22px;
    align-items: inherit;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li:last-child a {
    margin-bottom: 0;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a span {
    margin-right: 8px;
    border-width: var(--border-lg);
    line-height: normal;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a .svg-container {
    display: block;
    position: absolute;
    right: 0;
    display: block;
    width: 33px;
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: right;
    padding-right: 10px;
    opacity: 0;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a:focus {
    background: rgba(255, 255, 255, .3);
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a:focus .svg-container {
    opacity: 1;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul li a:focus .svg-container svg path {
    fill: var(--color-public-yellow);
  }
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 {
  position: relative;
  width: 100%;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 a {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  color: var(--color-web-white);
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>a {
  padding-top: 26px;
  padding-bottom: 26px;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>a:before {
  content: '';
  position: absolute;
  background: var(--color-web-soft-grey);
  height: 1px;
  opacity: .3;
  bottom: 0;
  left: 30px;
  right: 30px
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1.active > button .indicator.-close,
header .header-main .hs-menu-wrapper ul li.hs-menu-depth-2.active button .indicator.-close{
  opacity: 0;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 button {
  position: absolute;
  top: calc(70px / 2 - 48px /2);
  right: 30px;
  height: 48px;
  width: 48px;
  border: 0;
  background: transparent;
  z-index: -1;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 > button .indicator-container,
header .header-main .hs-menu-wrapper ul li.hs-menu-depth-2 button .indicator-container{
  position: relative;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 > button .indicator,
header .header-main .hs-menu-wrapper ul li.hs-menu-depth-2 button .indicator{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--color-web-white);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 > button .indicator.-close,
header .header-main .hs-menu-wrapper ul li.hs-menu-depth-2 button .indicator.-close{
  height: 10px;
  width: 2px;
}    
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 > button .indicator.-open, 
header .header-main .hs-menu-wrapper ul li.hs-menu-depth-2 button .indicator.-open{
  height: 2px;
  width: 10px;
}

@media (hover: hover) {
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1:hover:not(.active):before {
    height: 2px;
  }
  html.pro header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1:hover button .indicator {
    background: var(--color-pro-orange);
  }
  html.pro header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1:hover:not(.active):before {
    background: var(--color-pro-orange);
  }
  html.part header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1:hover button .indicator {
    background: var(--color-web-pink);
  }
  html.part header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1:hover:not(.active):before {
    background: var(--color-web-pink);
  }
}

@media screen and (min-width: 992px) {
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 {
    width: auto;
    padding-right: 15px;
    margin-right: 14px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1:nth-last-child(1) {
    margin-right: 30px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>a {
    font-family: var(--font-primary-bold);
    color: var(--color-pro-dark);
    font-size: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 button {
    top: -2px;
    bottom: 0;
    right: -18px;
    margin-top: auto;
    margin-bottom: auto;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 button .indicator {
    background: var(--color-pro-dark);
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 button .indicator.-close {
    height: 8px;
  }    
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 button .indicator.-open {
    width: 8px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>a:before {
    display: none;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1.active:before {
    height: 8px;
  }
  html.pro header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1.active:before {
    background: var(--color-pro-orange);
  }
  html.part header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1.active:before {
    background: var(--color-web-pink);
  }
}

@media screen and (min-width: 1240px) {
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1 {
    margin-right: 50px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>a {
    font-size: 13px;
  }
}
header .header-top-menu .hs-menu-wrapper>ul li a {
  position: relative;
  font-size: 12px;
  display: inline-block;
  padding-top: 17px;
  padding-bottom: 18px;
  color: var(--color-corporate-dark);
}
header .header-top-menu .hs-menu-wrapper>ul li a span.top-item {
  font-size: 10px;
  display: block;
  color: var(--color-pro-dark);
}
header .header-top-menu .hs-menu-wrapper>ul li a span.item {
  opacity: .5;
}
header .header-top-menu .hs-menu-wrapper>ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -8px;
  margin-left: auto;
  margin-right: auto;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.pro header .header-top-menu .hs-menu-wrapper>ul li a#header-select-pro span.item,
html.part header .header-top-menu .hs-menu-wrapper>ul li a#header-select-part span.item {
  opacity: 1;
}
html.pro header .header-top-menu .hs-menu-wrapper>ul li a:before {
  background: var(--color-pro-dark);
}
html.part header .header-top-menu .hs-menu-wrapper>ul li a:before {
  background: var(--color-corporate-dark);
}
html.part header .header-top-menu .hs-menu-wrapper>ul li a#header-select-pro:before,
html.pro header .header-top-menu .hs-menu-wrapper>ul li a#header-select-part:before {
  display: none;
}

@media (hover: hover) {
  header .header-top-menu .hs-menu-wrapper>ul li a:hover {
    color: var(--color-web-white);
  }
  header .header-top-menu .hs-menu-wrapper>ul li:first-child a:hover {
    background: var(--color-pro-dark);
  }
  header .header-top-menu .hs-menu-wrapper>ul li:last-child a:hover {
    background: var(--color-web-blue);
  }
}

@media screen and (min-width: 992px) {
  header .header-top-menu .hs-menu-wrapper>ul li {
    height: 100%;
  }
  header .header-top-menu .hs-menu-wrapper>ul li a {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 200px;
    width: auto;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-right-style: solid;
    border-right-width: var(--border-sm);
    border-right-color: #B1B1B1;
  }
  header .header-top-menu .hs-menu-wrapper>ul li a span.item {
    opacity: 1;
    width: 100%;
  }
  header .header-top-menu .hs-menu-wrapper>ul li a span.top-item {
    display: none;
  }
  header .header-top-menu .hs-menu-wrapper>ul li a:before {
    display: none;
  }
  html.pro header .header-top-menu .hs-menu-wrapper>ul li a#header-select-pro {
    background: var(--color-pro-dark);
    color: var(--color-web-white);
  }
  html.part header .header-top-menu .hs-menu-wrapper>ul li a#header-select-part {
    background: var(--color-web-blue);
    color: var(--color-web-white);
  }
}
header .header-main .hs-search-field .closer {
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: right;
  padding: 10px;
}
header .header-main .hs-search-field form {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
header .header-main .hs-search-field form input {
  background: transparent;
  border-color: var(--color-web-white);
  color: var(--color-web-white);
}
header .header-main .hs-search-field form ::placeholder {
  color: var(--color-web-white);
  opacity: .4;
}
header .header-main .hs-search-field form :-ms-input-placeholder {
  color: var(--color-web-white);
  opacity: .4;
}
header .header-main .hs-search-field form ::-ms-input-placeholder {
  color: var(--color-web-white);
  opacity: .4;
}
header .header-main .hs-search-field form svg {
  position: absolute;
  right: calc(30px + 12px);
}
header .header-main .hs-search-field ul.hs-search-field__suggestions {
  color: var(--color-web-white);
  padding-left: 30px;
  padding-right: 30px;
}
header .header-main .hs-search-field ul.hs-search-field__suggestions li {
  padding-bottom: 16px;
}
header .header-main .hs-search-field ul.hs-search-field__suggestions li:first-child {
  font-family: var(--font-primary-bold);
}
header .header-main .hs-search-field ul.hs-search-field__suggestions li a {
  color: var(--color-web-white);
  text-decoration: underline;
  font-size: 12px;
}
/*
html.pro header .header-main .hs-search-field {
  background: var(--color-pro-dark);
}
html.part header .header-main .hs-search-field {
  background: var(--color-corporate-dark);
}
*/

@media (hover: hover) {
  header .header-main .hs-search-field form input:hover {
    border-color: var(--color-web-grey);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  html.search-selected header .header-main .hs-search-field:hover form svg path {
    fill: var(--color-web-blue);
    -webkit-transition: fill .2s ease;
    -moz-transition: fill .2s ease;
    -ms-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease;
  }
}

@media screen and (min-width: 992px) {
  html.pro header .header-main .hs-search-field {
    right: 32px;
  }
  html.part header .header-main .hs-search-field {
    left: calc(200px * 2 + 35px + 18px);
  }
  header .header-main .hs-search-field {
    position: absolute;
    top: 4px;
    background: transparent !important; 
  }
  header .header-main .hs-search-field form {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  header .header-main .hs-search-field form input {
    border-color: #b1b1b1;
    color: inherit;
    height: 27px;
    min-width: 400px;
    font-size: 13px;
  }
  header .header-main .hs-search-field form ::placeholder {
    color: var(--color-corporate-dark);
  }
  header .header-main .hs-search-field form :-ms-input-placeholder {
    color: var(--color-corporate-dark);
  }
  header .header-main .hs-search-field form ::-ms-input-placeholder {
    color: var(--color-corporate-dark);
  }
  header .header-main .hs-search-field form svg {
    right: 12px;
  }
  header .header-main .hs-search-field form svg path {
    fill: #B1B1B1;
  }
  html.search-selected header .header-main .hs-search-field form input {
    border-color: var(--color-web-blue);
  }
  html.search-selected header .header-main .hs-search-field form svg path {
    fill: var(--color-pro-dark);
  }
  header .header-main .hs-search-field ul.hs-search-field__suggestions {
    background: var(--color-pro-dark);
    z-index: 1;
    position: relative;
  }
  header .header-main .hs-search-field ul.hs-search-field__suggestions li:first-child {
    padding-top: 16px;
  }
}

/******************************************************/
/* Header - Global Mobile */
/******************************************************/
header {
  height: 54px;
  background: var(--color-web-white);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 6px var(--color-shadow);
  -moz-box-shadow: 0 3px 6px var(--color-shadow);
  -ms-box-shadow: 0 3px 6px var(--color-shadow);
  -o-box-shadow: 0 3px 6px var(--color-shadow);
  box-shadow: 0 3px 6px var(--color-shadow);
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/******************************************************/
/* Header - Logo Mobile */
/******************************************************/
header .logo {
  margin-left: 30px;
}
header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  align-items: center;
}
header .logo .img-contain {
  height: 100%;
}

/******************************************************/
/* Header - Button Mobile */
/******************************************************/
header #btn-burger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  width: 48px;
  height: 48px;
  padding: 8px;
  margin-right: 15px;
  outline: 0;
}
header #btn-burger svg {
  height: auto;
}
header #btn-burger .line { stroke: var(--color-corporate-dark); }
header #btn-burger .line { fill: none; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
header #btn-burger .line1 { stroke-dasharray: 60 207; stroke-width: 6; }
header #btn-burger .line2 { stroke-dasharray: 60 60; stroke-width: 6; }
header #btn-burger .line3 { stroke-dasharray: 60 207; stroke-width: 6; }
header #btn-burger.active .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
header #btn-burger.active .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 6; }
header #btn-burger.active .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }

/******************************************************/
/* Header - Wrapper Mobile Only */
/******************************************************/
@media screen and (max-width: 991px) {
  html.pro header .header-wrapper {
    background: var(--color-pro-dark);
  }
  html.part header .header-wrapper {
    background: var(--color-corporate-dark);
  }
  header .header-wrapper {
    width: 100%;
    min-height: calc(100vh - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    overflow-x: hidden;
    overflow-y: overlay;
    height: 100%;
    position: fixed;
    top: calc( 54px + 73px);
    left: -100%;
    right: 0;
    padding-bottom: 160px;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 6px var(--color-shadow);
    -moz-box-shadow: 0 0 6px var(--color-shadow);
    -ms-box-shadow: 0 0 6px var(--color-shadow);
    -o-box-shadow: 0 0 6px var(--color-shadow);
    box-shadow: 0 0 6px var(--color-shadow);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  header.fixed .header-wrapper {
    min-height: 100vh;
  }
  header .header-wrapper.is-open .hs-menu-wrapper>ul {
    display: block;
  }

  /******************************************************/
  /* Header - Wrapper Mobile Animation */
  /******************************************************/
  .is-fade-in-left { 
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .is-fade-in-right {
    -webkit-transition: transform: translateX(-100%);
    -moz-transition: transform: translateX(-100%); 
    -ms-transition: transform: translateX(-100%);
    -o-transition: transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/******************************************************/
/* Header - Top Menu Mobile */
/******************************************************/
header .header-top-menu {
  position: fixed;
  top: 54px;
  left: -100%;
  width: 100%;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
header .header-top-menu .hs-menu-wrapper>ul {
  background: var(--color-web-white);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

/******************************************************/
/* Header - Main Menu Mobile */
/******************************************************/
/* Menu depth 1 */
header .header-main .hs-menu-wrapper>ul {
  flex-flow: column;
  align-items: end;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul {
  position: relative;
  display: none;
}
/*
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1.active>ul {
opacity: 1;
visibility: visible;
}
*/

/* Menu depth 2 */
html.pro header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2>a:before {
  background: var(--color-pro-orange);
}
html.part header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2>a:before {
  background: var(--color-web-pink);
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-image {
  border-left-style: solid;
  border-left-width: var(--border-sm);
  border-left-color: var(--color-web-soft-grey);;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-image img {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  align-items: baseline;
  justify-content: end;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 {
  position: relative;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2>a {
  font-family: var(--font-primary-bold);
  padding-top: 22px;
  padding-bottom: 22px;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2>a:before {
  content: '';
  position: absolute;
  bottom: 17px;
  height: 3px;
  width: 22px;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2>a .h6-style {
  color: var(--color-white);
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul {
  position: relative;
  right: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
}
header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.active ul {
  opacity: 1;
  visibility: visible;
}
/******************************************************/
/* Header - CTA Mobile */
/******************************************************/
html.pro header .cta-container.-part,
html.part header .cta-container.-pro {
  display: none;
  opacity: 0;
  visibility: hidden;
}
header .cta-container {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  padding-top: 20px;
}

/*************************************************************************************************************/
/************************************************** DESKTOP **************************************************/
/*************************************************************************************************************/

@media screen and (min-width: 992px) {

  /******************************************************/
  /* Header - Global Desktop */
  /******************************************************/
  header {
    align-items: center;
    flex-flow: row;
    height: 89px;
  }

  /******************************************************/
  /* Header - Logo Desktop */
  /******************************************************/
  header .logo {
    margin-top: 35px;
    margin-left: 60px;
  }
  header .logo a img { 
    min-width: 80px;
    max-width: 80px;
  }

  /******************************************************/
  /* Header - Button Burger Desktop */
  /******************************************************/
  header #btn-burger {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-indicator-depth2 {
    display:none;
  }
  /******************************************************/
  /* Header - Wrapper Desktop */
  /******************************************************/
  header .header-wrapper {
    height: 89px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  /******************************************************/
  /* Header - Main Menu */
  /******************************************************/
  
  header .header-main:before {
    content: '';
    min-height: 35px;
    display: table;
  }
  /******************************************************/
  /* Header - Top Menu Desktop */
  /******************************************************/
  header .header-top-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  header .header-top-menu .hs-menu-wrapper>ul {
    padding-left: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 35px;
    background: var(--color-web-soft-grey);
  }

  /******************************************************/
  /* Header - Main Menu Desktop */
  /******************************************************/
  header .header-main .hs_cos_wrapper_type_menu,
  header .header-main .hs-menu-wrapper {
    width: 100%;
  }

  header .header-main .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul {
    left: 0;
    top: 89px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1.active>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 93px;
    padding-right: 32px;
    padding-left: 32px;
    background: var(--color-pro-dark);
    width: 100%;
    position: fixed;
  }

  /* Menu depth 2 */
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2.has-image {
    padding-left: 20px;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 {
    width: 100%;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2 ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2>a {
    padding-top: 0;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right:22px;
    margin-bottom: 5px;
    cursor: default;
  }
  header .header-main .hs-menu-wrapper>ul li.hs-menu-depth-1>ul li.hs-menu-depth-2>a:before {
    bottom: 0;
  }

  /******************************************************/
  /* Header - CTA Desktop */
  /******************************************************/
  header .cta-container {
    align-self: end;
    height: 54px;
    padding-top: 0;
    padding-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
  }
  html.pro header .cta-container {
    min-width: 240px;
  }
  html.part header .cta-container {
    min-width: 309px;
  }
}





@media screen and (min-width: 991px) {
  .has-only-one-ul{
    flex: 0 0 70%;
  }
  .has-only-one-ul ul{
    display: flex!important;
    flex-wrap: wrap;
  }
  .has-only-one-ul ul li{
    flex: 0 0 50%;
  }

}


/* PARTICULIER */
@media (min-width:992px) {
  .body-container--particulier {

    .hs-menu-children-wrapper {

      li.agence-1 { order: 1; }
      li.agence-2 { order: 3; }
      li.agence-3 { order: 5; }
      li.agence-4 { order: 7; }
      li.agence-5 { order: 9; }
      li.agence-TOUTES { order: 11; }

      li.agence-6 { order: 2; }
      li.agence-7 { order: 4; }
      li.agence-8 { order: 6; }
      li.agence-9 { order: 8; }
      li.agence-10 { order: 10; }


    }
  }
}