*, :after, :before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  display: inherit;
}

ul {
  list-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 10, 2021 */
@font-face {
  font-family: "tofino_personallight";
  src: url("../font/tofinopersonal-light-webfont.woff2") format("woff2"), url("../font/tofinopersonal-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalbook";
  src: url("../font/tofinopersonal-book-webfont.woff2") format("woff2"), url("../font/tofinopersonal-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalregular";
  src: url("../font/tofinopersonal-regular-webfont.woff2") format("woff2"), url("../font/tofinopersonal-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalmedium";
  src: url("../font/tofinopersonal-medium-webfont.woff2") format("woff2"), url("../font/tofinopersonal-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalsemibold";
  src: url("../font/tofinopersonal-semibold-webfont.woff2") format("woff2"), url("../font/tofinopersonal-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalbold";
  src: url("../font/tofinopersonal-bold-webfont.woff2") format("woff2"), url("../font/tofinopersonal-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalblack";
  src: url("../font/tofinopersonal-black-webfont.woff2") format("woff2"), url("../font/tofinopersonal-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
.light {
  font-family: "tofino_personallight";
}

.book, .partners-title, .hero .hero-content h1 {
  font-family: "tofino_personalbook";
}

.regular, p {
  font-family: "tofino_personalregular";
}

.medium {
  font-family: "tofino_personalmedium";
}

.semibold, .hero .hero-content h2 {
  font-family: "tofino_personalsemibold";
}

.bold {
  font-family: "tofino_personalbold";
}

.black {
  font-family: "tofino_personalblack";
}

/*

@font-face {
    font-family: 'tofino_personalSBdIt';
    src: url('../font/tofinopersonal-semibolditalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tofino_personalitalic';
    src: url('../font/tofinopersonal-regularitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'tofino_personalmedium_italic';
    src: url('../font/tofinopersonal-mediumitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personalthin';
    src: url('../font/tofinopersonal-thin-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tofino_personalthin_italic';
    src: url('../font/tofinopersonal-thinitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tofino_personalultra';
    src: url('../font/tofinopersonal-ultra-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tofino_personalultra_italic';
    src: url('../font/tofinopersonal-ultraitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-ultraitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*/
/*

@font-face {
    font-family: 'tofino_personalblack_italic';
    src: url('../font/tofinopersonal-blackitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personalbold_italic';
    src: url('../font/tofinopersonal-bolditalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personalbook_italic';
    src: url('../font/tofinopersonal-bookitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personallight_italic';
    src: url('../font/tofinopersonal-lightitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
.top-bar {
  position: fixed;
  width: 100%;
  height: 3rem;
  padding: 0.6rem;
  background-color: #282e4a;
  z-index: 1000;
  color: #fff;
  text-align: center;
}
.top-bar .icon-cantine {
  display: inline-block;
  width: 2rem;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 0.6rem;
}

.hamburger {
  display: none;
}

.top-bar + nav {
  padding-top: 3rem;
}
.top-bar + nav + .banner {
  padding-top: 11rem;
}

.scrolled nav {
  transform: translateY(0);
  color: #38A962;
}
.scrolled nav .nav-logo {
  display: block;
  width: 8rem;
  margin-left: 2rem;
}
.scrolled nav .nav-logo * {
  fill: #38A962;
}

.scrolled nav {
  background-color: #fff;
  box-shadow: -1px 6px 25px -12px rgba(0, 0, 0, 0.15);
}
.hamburger {
  display: none;
}

nav {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  transform: translateY(40px);
  z-index: 1100;
  transition: background-color 0.3s, transform 0.3s;
}
nav svg path, nav svg polygon {
  fill: #fff;
  transition: fill 0.3s;
}
nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
}
nav ul li {
  display: inline-block;
  position: relative;
  height: 100%;
}
nav ul li a:not(.nav-logo) {
  padding: 2rem 2rem;
}
nav ul li a {
  display: inline-block;
  height: 100%;
  transition: color 0.3s;
}
nav .nav-logo {
  width: 12rem;
  margin-right: 2rem;
  transition: width 0.3s, margin 0.3s;
}
nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .fullscreen-menu--opened .lang-choice {
    position: fixed;
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 2rem;
  }

  nav {
    transform: translateY(0);
  }

  nav .nav-content ul.links {
    position: fixed;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 2rem 0;
    background-color: #00632E;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 1.1rem;
  }
  nav .nav-content ul.links li {
    transform: translateX(-10rem);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: auto;
  }
  nav .nav-content ul.links li:after {
    content: "";
    margin: auto;
    display: block;
  }
  nav .nav-content ul.links:before, nav .nav-content ul.links:after {
    content: "";
    /* Insert pseudo-element */
    margin: auto;
    /* Make it push flex items to the center */
  }
  nav .nav-content ul.links li:nth-of-type(10n + 1) {
    transition-delay: 0.025s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 2) {
    transition-delay: 0.05s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 3) {
    transition-delay: 0.075s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 4) {
    transition-delay: 0.1s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 5) {
    transition-delay: 0.125s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 6) {
    transition-delay: 0.15s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 7) {
    transition-delay: 0.175s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 8) {
    transition-delay: 0.2s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 9) {
    transition-delay: 0.225s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 10) {
    transition-delay: 0.25s;
  }
  .fullscreen-menu--opened nav .nav-content ul.links {
    transform: translateX(0);
  }
  .fullscreen-menu--opened nav .nav-content ul.links .nav-logo {
    display: none;
  }
  .fullscreen-menu--opened nav .nav-content ul.links:before, .fullscreen-menu--opened nav .nav-content ul.links:after {
    content: "";
    /* Insert pseudo-element */
    margin: auto;
    /* Make it push flex items to the center */
  }
  .fullscreen-menu--opened nav .nav-content ul.links li {
    transform: translateX(0);
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #d5dbea;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #00632E;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html {
  font-size: 100%;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #00632E;
  font-family: "tofino_personalregular", sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  overflow-x: hidden;
}
body.wait {
  cursor: wait;
}
body.fixed {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}

.obf:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.guard {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "tofino_personalsemibold", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 130%;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.15rem;
}

h2 + h4 {
  color: #38A962;
}

p {
  font-size: 1.2rem;
  line-height: 150%;
}

.white {
  color: #fff;
}

.talign-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
  justify-content: center;
}
.flex > div {
  flex-shrink: 0;
  flex: 1;
}
.flex.centered-both {
  align-items: center;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  display: inline-block;
  background-color: #38A962;
  padding: 1em 1.8em;
  font-size: 0.9em;
  color: #fff;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background-color: #00632E;
}

.lang-choice {
  position: absolute;
  display: inline-block;
  right: 6rem;
  top: 2.25rem;
  z-index: 2000;
  color: #fff;
}
.lang-choice a {
  display: inline-block;
}

.french-flag {
  max-width: 16rem;
}

.hero {
  position: relative;
  background-color: #38A962;
  min-height: 100vh;
  color: #fff;
  background: url("../img/background.jpg");
  background-size: cover;
  background-position: center;
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  z-index: 200;
}
.hero .hero-content h1, .hero .hero-content h2 {
  text-align: left;
  margin: 0;
}
.hero .hero-content h1 {
  margin-top: -10rem;
}
.hero .hero-content h2 {
  margin-top: 0.4rem;
}
.hero .hero-content .french-flag {
  margin-top: 2rem;
}
.hero .hero-content .rolls {
  width: 40rem;
  margin-top: 4rem;
  bottom: -20%;
  margin-left: -7rem;
  z-index: 10;
}
.hero .hero-content .rolls .rolls-inner {
  position: relative;
}
.hero .hero-content .rolls .rolls-inner .roll {
  position: absolute;
}
.hero .hero-content .rollpic-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero .hero-content .rollpic-container .rollpic {
  position: absolute;
  width: 40rem;
  height: 40rem;
  right: -5rem;
  bottom: -5rem;
  border-radius: 100rem;
  background: url("../img/rollpic.jpg");
  background-position: center;
  background-size: cover;
  border: 6px solid #d1c7bf;
}
.hero .illustration {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.hero .illustration.sky {
  bottom: 42%;
  z-index: 10;
}
.hero .illustration.ground {
  bottom: 0;
  z-index: 20;
}
.hero .back-ground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background-color: #38A962;
  z-index: 0;
}

.green-bg {
  background-color: #38A962;
}

.palegreen-bg {
  background-color: #E9F4EC;
}

.blue-bg {
  background-color: #D0EBF6;
}

.vege-wrap {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vege {
  display: block;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}
.vege:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid red;
}

.flex.applications {
  gap: 1rem;
}

.applications {
  max-width: 40rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.applications > div {
  flex: 1;
}
.applications svg + p {
  margin-top: 0.2rem;
}
.applications + .applications {
  margin-top: 0.8rem;
}

iframe {
  display: block;
  width: 100%;
  margin-top: 4rem;
  border-radius: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}

.partner-logo {
  background-color: #fff;
  margin: 0.3rem;
  flex: none !important;
  border-radius: 0.3rem;
  width: 15rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo img {
  padding: 1rem;
}

.timeline {
  position: relative;
  padding-bottom: 4rem;
  margin-top: 5rem;
}
.timeline .card img {
  border-radius: 1rem;
  max-width: 24rem;
}
.timeline .text p {
  padding: 4rem;
  font-size: 1.2rem;
  max-width: 30rem;
}
.timeline:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #38A962;
}

.timeline-section {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 0.6rem;
}
.timeline-section:before {
  content: attr(data-step);
  text-align: center;
  font-size: 1.4em;
  padding-top: 15px;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  margin-left: calc(60px/-2);
  margin-top: calc(60px/-2);
  border-radius: 10rem;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border: 2px solid #38A962;
  color: #38A962;
}
.timeline-section > div {
  display: flex;
  align-items: center;
  width: 100%;
}
.timeline-section:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline-section:nth-child(even) .text {
  justify-content: flex-end;
  text-align: right;
}
.timeline-section:nth-child(odd) .card img {
  margin-left: auto;
}

.partners-title {
  margin-right: 1rem;
}

.faq {
  margin-top: 4rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.faq .topic {
  margin-bottom: 1rem;
}
.faq .topic.opened .answer-container {
  max-height: 400px;
}
.faq .topic.opened .question {
  border-radius: 0.4rem 0.4rem 0 0;
  background-color: #fff;
}
.faq .topic.opened .answer {
  border-radius: 0 0 0.4rem 0.4rem;
}
.faq .question {
  background-color: #ECF7EB;
  padding: 1.6rem;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: border-radius 0.3s, background-color 0.3s;
}
.faq .question:hover {
  background-color: #fff;
}
.faq .answer-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq .answer {
  background-color: #ECF7EB;
  padding: 2rem 3rem;
  border-radius: 0.4rem;
  transition: border-radius 0.3s;
}
.faq .answer p {
  margin-top: 0;
}

.leaf {
  top: 0;
  left: 0;
  position: absolute;
  width: 78px;
  height: 167px;
  background: url("../assets/leaf.svg");
  background-size: cover;
  z-index: 0;
}

.map-section {
  display: flex;
  align-items: center;
  text-align: left;
}
.map-section > div {
  flex: inherit;
}
.map-section h2 {
  text-align: left;
}

.map img {
  width: 100%;
  max-width: 30rem;
}

footer {
  background-color: #00632E;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}
footer .mentions {
  padding: 1rem 0 2rem;
  color: #9fc1af;
}
footer .mentions a {
  display: inline-block;
}

#mentions .guard {
  max-width: 50rem;
}
#mentions h5 {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 2rem;
}
#mentions p {
  font-size: 1rem;
}
#mentions ul li {
  list-style: disc;
}
#mentions .mentions {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mobile-logo {
  display: none;
  width: 100%;
  max-width: 8rem;
}

nav {
  height: 6rem;
}

@media screen and (max-width: calc(1200px + 100px)) {
  .guard {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-menu--opened .mobile-logo {
    z-index: 100;
  }
  .fullscreen-menu--opened .mobile-logo * {
    fill: #fff !important;
  }

  nav .nav-content {
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .mobile-logo {
    display: block;
  }

  .scrolled nav .mobile-logo * {
    fill: #00632E;
  }

  .guard {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rollpic-container {
    display: none;
  }

  .hero .hero-content .rolls {
    width: 100%;
    margin-left: 0;
  }

  .hero .hero-content h1, .hero .hero-content h2 {
    width: 100%;
    text-align: center;
  }

  .hero .hero-content .french-flag {
    margin-left: auto;
    margin-right: auto;
  }

  section {
    padding: 3rem 0;
  }

  .timeline:before {
    display: none;
  }

  .timeline-section {
    margin-top: 2rem;
    flex-direction: column !important;
  }
  .timeline-section > div {
    padding: 0.5rem !important;
  }
  .timeline-section p {
    padding: 0 !important;
  }
  .timeline-section .step {
    top: -10px;
    margin-left: -46px;
  }
  .timeline-section .text {
    text-align: left !important;
  }
  .timeline-section:before {
    position: relative;
  }

  .applications {
    flex-direction: column;
  }

  .partners {
    flex-direction: column;
  }

  .map-section {
    flex-direction: column;
  }
}
