@charset "UTF-8";
body.path-frontpage header #block-rabane-hamburger {
  color: white;
  position: relative;
  z-index: 2;
}

body.has-no-popup header #block-rabane-hamburger {
  margin-top: 18px;
}
body.has-no-popup header #block-rabane-hamburger.hidden {
  display: none;
}
body.has-no-popup header #block-rabane-site-branding {
  margin-top: 20px;
}

.node-12 #block-rabane-site-branding,
.node-13 #block-rabane-site-branding,
.node-14 #block-rabane-site-branding {
  margin-top: 20px;
}

header {
  height: 100px;
  position: relative;
  z-index: 10;
}
header .region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .block-system-branding-block {
  margin-left: 36px;
  margin-top: 80px;
  position: relative;
  z-index: 11;
}
@media (min-width: 1024px) {
  header .block-system-branding-block {
    margin-left: 50px;
    margin-top: 25px;
  }
}
header .block-system-branding-block img {
  width: 158px;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  header .block-system-branding-block img {
    width: 200px;
  }
}
header .menu--main {
  display: none;
}
@media (min-width: 1280px) {
  header .menu--main {
    padding: 90px 170px;
  }
}
header .menu--main.open {
  display: flex;
  align-items: center;
}
@media (min-width: 1112px) and (max-width: 1194px) and (orientation: landscape) {
  header .menu--main.open {
    align-items: flex-start;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  header .menu--main.open {
    align-items: flex-start;
  }
}
header .menu--main {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #cddbd5;
  background-image: url(../images/back-lines-main-menu.png);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
  padding: 13vh 36px;
}
@media (min-width: 1112px) and (max-width: 1194px) and (orientation: landscape) {
  header .menu--main {
    padding-top: 9vh;
  }
}
header .menu--main .btn-close-menu {
  position: absolute;
  right: 36px;
  top: 34px;
  cursor: pointer;
  color: var(--raphia);
}
@media (min-width: 1280px) {
  header .menu--main .btn-close-menu {
    right: 38px;
    top: 34px;
  }
}
@media (max-width: 720px) {
  header .menu--main > ul.menu {
    transform: translateY(3rem);
  }
}
@media (min-width: 1280px) {
  header .menu--main > ul.menu {
    width: 100%;
  }
  header .menu--main > ul.menu > li:hover > ul.menu {
    display: block;
  }
}
header .menu--main > ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .menu--main > ul.menu > li {
  font-family: "silkSansDisplayRegular";
  color: var(--raphia);
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.08px;
  padding-left: 190px;
  margin-left: -190px;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media (max-width: 720px) {
  header .menu--main > ul.menu > li {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  header .menu--main > ul.menu > li {
    font-size: 6.875rem;
    letter-spacing: -2.2px;
    padding-bottom: 30px;
    padding-right: 0.5rem;
    width: auto;
  }
  header .menu--main > ul.menu > li:nth-child(2) {
    width: 100%;
  }
  header .menu--main > ul.menu > li > a {
    cursor: pointer;
    padding-bottom: 0.15em;
  }
  header .menu--main > ul.menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 0;
    height: 6px;
    background-color: var(--raphia);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s linear;
  }
  header .menu--main > ul.menu > li > a:hover:before {
    width: 100%;
    transform: scaleX(1);
  }
  header .menu--main > ul.menu > li:nth-child(4) > a:before, header .menu--main > ul.menu > li:last-child > a:before {
    bottom: -15px;
  }
  header .menu--main > ul.menu > li:hover > a::before {
    width: 100%;
    transform: scaleX(1);
  }
  header .menu--main > ul.menu > li.menu-item--expanded {
    list-style-type: none;
    list-style-image: none;
    border-bottom: solid 6px transparent;
    width: 100%;
    cursor: pointer;
  }
  header .menu--main > ul.menu > li.menu-item--expanded span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.15em;
  }
  header .menu--main > ul.menu > li.menu-item--expanded span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 0;
    height: 6px;
    background-color: var(--raphia);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s linear;
  }
  header .menu--main > ul.menu > li.menu-item--expanded span:hover:before {
    width: 100%;
    transform: scaleX(1);
  }
}
@media (min-width: 1112px) and (max-width: 1194px) and (orientation: landscape) {
  header .menu--main > ul.menu > li {
    font-size: 4.5rem;
  }
}
header .menu--main > ul.menu > li.lighter {
  opacity: 0.2;
}
header .menu--main > ul.menu > li:last-child {
  font-family: "Instrument Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-top: 50px;
  letter-spacing: -0.8px;
}
@media (min-width: 1024px) {
  header .menu--main > ul.menu > li:last-child {
    font-size: 2.5rem;
  }
}
header .menu--main > ul.menu > li:last-child a {
  color: var(--raphia);
}
header .menu--main > ul.menu > li > span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--raphia);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s linear;
}
header .menu--main > ul.menu > li.selected {
  color: var(--raphia);
}
header .menu--main > ul.menu > li.selected > span::before {
  width: 100%;
  transform: scaleX(1);
}
header .menu--main > ul.menu > li > a {
  text-decoration: none;
  color: inherit;
  border-bottom: solid 6px transparent;
  display: inline-block;
  position: relative;
  padding-left: 190px;
  margin-left: -190px;
}
header .menu--main > ul.menu > li.menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
  border-bottom: solid 6px transparent;
  cursor: pointer;
}
header .menu--main > ul.menu > li.menu-item--expanded span {
  display: inline-block;
  padding-left: 190px;
  margin-left: -190px;
}
header .menu--main > ul.menu > li > * {
  transform: translateY(150%);
  opacity: 0;
}
header .menu--main > ul.menu > li > ul.menu.open {
  display: block;
}
header .menu--main > ul.menu > li > ul.menu {
  display: none;
  font-family: "Instrument Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-top: 30px;
  margin-left: 0;
  letter-spacing: -0.8px;
  color: var(--raphia);
  position: relative;
  z-index: 10;
}
@media (max-width: 720px) {
  header .menu--main > ul.menu > li > ul.menu {
    margin-left: 300px;
    margin-left: 140px;
    top: 0;
  }
}
@media (min-width: 1024px) {
  header .menu--main > ul.menu > li > ul.menu {
    padding: 0;
    display: none;
    position: absolute;
    font-family: "Instrument Sans";
    font-size: 2.5rem;
    top: 155px;
    z-index: 99;
    margin-left: 500px;
    padding-left: 200px;
    margin-top: 0;
    padding-top: 2rem;
  }
  header .menu--main > ul.menu > li > ul.menu:hover {
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1112px) and (max-width: 1194px) and (orientation: landscape) {
  header .menu--main > ul.menu > li > ul.menu {
    margin-top: 0;
    padding-left: 0;
    margin-left: 500px;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  header .menu--main > ul.menu > li > ul.menu {
    margin-top: 100px;
    padding-left: 0;
    margin-left: 600px;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  header .menu--main > ul.menu > li > ul.menu {
    top: 75px;
  }
}
header .menu--main > ul.menu > li > ul.menu > li {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  header .menu--main > ul.menu > li > ul.menu > li {
    margin-bottom: 0;
    padding-bottom: 30px;
    transition: all 0.3s ease-in-out;
  }
  header .menu--main > ul.menu > li > ul.menu > li.lighter {
    opacity: 0.2;
  }
}
header .menu--main > ul.menu > li > ul.menu > li a {
  color: inherit;
  text-decoration: none;
}
header #block-rabane-hamburger {
  margin-right: 18px;
  color: var(--raphia);
  cursor: pointer;
  margin-top: 90px;
}
@media (min-width: 1024px) {
  header #block-rabane-hamburger {
    margin-top: 18px;
  }
}
header #block-rabane-hamburger {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  header #block-rabane-hamburger {
    margin-right: 50px;
  }
}

@media (max-height: 900px) {
  /* Ajustement menu pour petits écrans en hauteur */
  header .menu--main > ul.menu {
    transform: translateY(3rem);
  }
  header .menu--main > ul.menu > li {
    font-size: 3rem;
  }
  header .menu--main > ul.menu > li ul.menu {
    margin-left: 300px;
    margin-left: 140px;
    top: 0;
  }
}