body .border-0 {
  border-width: 0 !important; }
body .limiter-max {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0; }
  body .limiter-max > div {
    position: relative;
    display: block;
    width: 100%; }
body .limiter {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    body .limiter {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (min-width: 1025px) {
    body .limiter {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1280px) {
    body .limiter {
      padding-left: 70px;
      padding-right: 70px; } }
  @media screen and (min-width: 1440px) {
    body .limiter {
      max-width: 1280px;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 1920px) {
    body .limiter {
      max-width: 1600px; } }
  body .limiter > div {
    position: relative;
    display: block;
    width: 100%; }
body .bloc > .limiter-max {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px; }
body .bloc.-has-bg-blanc + .bloc.-has-bg-blanc > .limiter-max {
  padding-top: 0; }
body .bt-head {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  body .bt-head .limiter-inner {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  body .bt-head .bt-head-top {
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media screen and (max-width: 1439px) {
    body .bt-head .bt-head-bottom {
      height: 65px;
      line-height: 1; } }
  body .bt-head .bt-logo {
    position: relative;
    width: 80px;
    margin: -5px 0 0 40px;
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    @media screen and (min-width: 1440px) {
      body .bt-head .bt-logo {
        position: absolute;
        top: inherit;
        bottom: 5px;
        left: 0;
        width: 135px;
        max-width: 100% !important;
        margin: 0;
        transform-origin: left bottom; } }
body.bt-head-scrolling .bt-head .bt-head-top {
  opacity: 0; }
@media screen and (min-width: 1440px) {
  body.bt-head-scrolling .bt-head .bt-logo {
    width: 80px; } }
body.bt-head-scrolling .bt-head:hover .bt-head-top {
  opacity: 1; }
@media screen and (min-width: 1440px) {
  body.bt-head-scrolling .bt-head:hover .bt-logo {
    width: 135px; } }
body .bt-menu .menu-content-ul > li {
  float: left; }
  body .bt-menu .menu-content-ul > li.scroll-item {
    display: inline-block; }
    @media screen and (min-width: 1440px) {
      body .bt-menu .menu-content-ul > li.scroll-item {
        margin: 0; } }
    body .bt-menu .menu-content-ul > li.scroll-item > a {
      color: var(--color-noir); }
      @media screen and (min-width: 1440px) {
        body .bt-menu .menu-content-ul > li.scroll-item > a {
          padding: 0 20px 0 0; }
          body .bt-menu .menu-content-ul > li.scroll-item > a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 1px;
            background: currentColor;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); } }
    body .bt-menu .menu-content-ul > li.scroll-item.-is-scroll-item-current > a::after {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
