header {
  z-index: 2;
  position: relative;
  width: calc(100vw - (var(--scrollbar-width)));
  left: 50%;
  transform: translate(-50%, 0);
}
header .inner {
  z-index: 99;
  width: 95%;
  height: 100px;
  margin: auto;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .region-header {
  height: 100%;
}
header .region-header div {
  height: 100%;
}
header .region-header a,
header .region-header .logo {
  display: block;
  height: 100%;
}
header .region-header img {
  display: block;
  width: auto;
  height: 100%;
  padding: 15px 0;
}
header .region-primary-menu {
  flex: 1;
}
header .region-primary-menu nav.menu--main {
  font: 400 1em/60px 'Montserrat', sans-serif;
  transition: all 0.3s ease 0s;
}
header .region-primary-menu nav.menu--main ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .region-primary-menu nav.menu--main ul.menu li a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #181818;
  text-decoration: none;
}
header .region-primary-menu nav.menu--main ul.menu li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0;
  content: "";
  background: #181818;
  transition: all 0.3s ease 0s;
}
header .region-primary-menu nav.menu--main ul.menu li a:hover {
  color: #ae8769;
}
header .region-primary-menu nav.menu--main ul.menu li a:hover:after {
  height: 15px;
}
header .region-primary-menu nav.menu--main ul.menu li a[data-drupal-link-system-path="<front>"] {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  padding: 0;
  margin: auto;
}
header .region-primary-menu nav.menu--main ul.menu li a[data-drupal-link-system-path="<front>"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "\e900";
  color: #181818;
  text-align: center;
  font: normal 20px/60px "icomoon";
  transition: all 0.3s ease 0s;
}
header .region-primary-menu nav.menu--main ul.menu li a[data-drupal-link-system-path="<front>"]:after {
  display: none;
}
header .region-primary-menu nav.menu--main ul.menu li a[data-drupal-link-system-path="<front>"]:hover:before {
  color: #ae8769;
}
header .region-primary-menu nav.menu--main ul.menu li.menu-item--active-trail a {
  color: #ae8769;
  font-weight: 600;
}
header .region-primary-menu nav.menu--main ul.menu li.menu-item--active-trail a:after {
  height: 15px;
  background: #ae8769;
}
header .header-connexion {
  justify-content: flex-end;
  font: 300 0.9em/35px 'Montserrat', sans-serif;
  color: #181818;
}
header .header-connexion .region-header-connection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-connexion .block-cosm-user-login-header-block {
  display: flex;
  flex-wrap: wrap;
}
header .header-connexion .block-cosm-user-login-header-block > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 38px;
}
header .header-connexion .block-cosm-user-login-header-block > a:before {
  padding-right: 15px;
  color: #FFF;
  content: "\e903";
  font: 18px/0 "icomoon";
}
header .header-connexion .block-cosm-user-login-header-block > a.logout:before {
  content: "\e901";
}
header .header-connexion .block-cosm-user-login-header-block > a:hover:before {
  color: #3f3f3f;
}
header .header-connexion .header-contact .field--name-field-about-title-teaser {
  display: none;
}
header .header-connexion .header-contact span a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 25px;
  color: #181818;
  text-decoration: none;
}
header .header-connexion .header-contact span a:before {
  padding-right: 7px;
  content: "\e902";
  font: 13px/0 "icomoon";
}
header #burger {
  display: none;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  cursor: pointer;
}
header #burger:after {
  margin: auto;
  content: "\E81F";
  color: #181818;
  font: 2.5em/70px "fontello";
  transition: all 0.3s ease 0s;
}
header #burger:hover:after {
  color: #ae8769;
}
.region-banner {
  position: relative;
}
.region-banner .media--type-image {
  height: 500px;
}
.region-banner .media--type-image:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 100%);
}
.region-banner .media--type-image div {
  height: 100%;
}
.region-banner .media--type-image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.region-banner .banner-content {
  z-index: 1;
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.region-banner .banner-content h1 {
  font: 600 3em/1em 'Montserrat', sans-serif;
  color: #FFF;
  text-transform: uppercase;
}
.breadcrumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
  font: 400 0.95em/1.4em 'Montserrat', sans-serif;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li a {
  position: relative;
  color: #181818;
  text-decoration: none;
}
.breadcrumb li a:after {
  margin: 0 10px;
  content: "\E810";
  font: normal 1.1em/1em "Fontello";
}
.breadcrumb li a:hover {
  color: #ae8769;
}
.breadcrumb li:last-child a {
  text-decoration: underline;
  cursor: default;
}
.breadcrumb li:last-child a:hover {
  color: initial;
}
.breadcrumb li:last-child a:after {
  display: none;
}
.path-user-login .breadcrumb {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .scroll-up header:before,
  .scroll-down header:before {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
  }
  /* ------ Header ------ */
  header .inner {
    height: 70px;
  }
  header .region-header img {
    padding: 5px 0;
  }
  header .region-primary-menu nav.menu--main {
    position: absolute;
    top: 70px;
    right: -150%;
    background: #181818;
  }
  header .region-primary-menu nav.menu--main ul.menu {
    display: block;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  header .region-primary-menu nav.menu--main ul.menu li {
    padding: 0;
    margin: 0 25px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  }
  header .region-primary-menu nav.menu--main ul.menu li a,
  header .region-primary-menu nav.menu--main ul.menu li a[data-drupal-link-system-path="<front>"]:before {
    padding: 0 25px;
    color: #FFF;
  }
  header .header-connexion {
    margin-right: 70px;
  }
  header .header-connexion .block-cosm-user-login-header-block > a {
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 0;
    text-align: center;
    background: none;
    border: 0;
  }
  header .header-connexion .block-cosm-user-login-header-block > a:before {
    padding-right: 0;
    font: 25px/70px "icomoon";
    color: #3f3f3f;
  }
  header .header-connexion .block-cosm-user-login-header-block a.logout {
    background: none;
  }
  header .header-connexion .header-contact {
    display: none;
  }
  header #burger {
    display: block;
  }
  .menu-open header #burger:after {
    color: #ae8769;
  }
  .menu-open .region-primary-menu nav.menu--main {
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  header .region-primary-menu nav.menu--main {
    right: -200%;
  }
}
