:root {
  --red: #76303a;
  --dark-red: #532027;
  --beige: #e2dccf;
  --black: #363131;
  --white: #ffffff;
  --grey: #8d8181;
  --night-blue: #101221;
  --warm-grey: #EBEAE4;
  --golden-olive: #A2902A;
  --bright-orange: #FFA400;
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/josefin-sans-v32-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/josefin-sans-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dancing-script-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v25-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bootstrap icons */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'bootstrap-icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bootstrap-icons.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/bootstrap-icons.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@media screen and (min-width: 1171px) {
  .navigation-wrapper {
    display: flex;
    flex-direction: column;
  }
  .menu--main {
    height: 100%;
    font-size: 1.5rem;
    color: var(--white);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .menu--main .menu--root {
    margin: 0;
    padding: 0 20px 0 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .menu--main .menu--root .menu-item--level-1 {
    margin: auto 20px;
    list-style-type: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
    position: relative;
  }
  .menu--main .menu--root .menu-item--level-1 > a,
  .menu--main .menu--root .menu-item--level-1 > span {
    color: inherit;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 0;
    line-height: 1;
    position: relative;
    font-weight: 400;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .menu--main .menu--root .menu-item--level-1 > a:before,
  .menu--main .menu--root .menu-item--level-1 > span:before {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
    background: var(--white);
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .menu--main .menu--root .menu-item--level-1 > a:hover:before,
  .menu--main .menu--root .menu-item--level-1 > span:hover:before,
  .menu--main .menu--root .menu-item--level-1 > a.is-active:before,
  .menu--main .menu--root .menu-item--level-1 > span.is-active:before {
    width: 100%;
  }
  .path-frontpage .menu--main {
    color: var(--white);
  }
}
@media screen and (max-width: 1170px) {
  .hamburger {
    width: 65px;
    height: 60px;
    position: absolute;
    right: 25px;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 15px;
    cursor: pointer;
    z-index: 200;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .hamburger > div {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--white);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .hamburger > div:first-child {
    transform-origin: 8px 9px;
    transform: rotate(0);
  }
  .hamburger > div:nth-child(2) {
    width: 90%;
  }
  .hamburger > div:last-child {
    transform-origin: 8px -7px;
    transform: rotate(0);
  }
  .navigation-wrapper {
    background: var(--red);
    position: absolute;
    top: 0;
    right: -100vw;
    height: 100vh;
    width: 100%;
    padding: 170px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .navigation-wrapper .menu--main {
    order: -1;
  }
  .navigation-wrapper .menu--main .menu--root {
    padding: 0;
    margin: 0;
    color: var(--white);
    list-style-type: none;
    font-size: 2rem;
    text-align: center;
  }
  .navigation-wrapper .menu--main .menu--root a {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
  }
  .navigation-wrapper .menu--main .menu--root a.is-active:before,
  .navigation-wrapper .menu--main .menu--root a.is-active:after {
    content: '';
    height: 1px;
    background: var(--white);
    flex-grow: 1;
    opacity: 0.2;
    margin-top: 4px;
  }
  .block-views-blockadresse-block-7 {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .menu--main-open {
    height: 100vh;
    overflow: hidden;
  }
  .menu--main-open .navigation-wrapper {
    right: 0;
  }
  .menu--main-open .hamburger > div:first-child {
    transform: rotate(45deg);
  }
  .menu--main-open .hamburger > div:nth-child(2) {
    transform: scale(0);
  }
  .menu--main-open .hamburger > div:last-child {
    transform: rotate(-45deg);
  }
}
#footer .block-menu h3 {
  font-size: 1.5rem;
  margin: 27px 0 30px 0;
}
#footer .block-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer .block-menu ul li {
  margin: 0 0 7px 0;
}
#footer .block-menu ul li a {
  color: inherit;
  text-decoration: none;
}
#footer .copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .copy-wrapper .copy-menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 20px 0;
  padding: 0;
}
#footer .copy-wrapper .copy-menu a {
  color: inherit;
  text-decoration: none;
}
#footer .copy-wrapper .copy-menu a:hover {
  text-decoration: underline;
}
