@charset "UTF-8";
/*
TODO
- test touch so there are no animation blocking navigation
*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/* 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;
}

.browserupgrade {
  position: relative;
  margin: 0;
  padding: 2rem;
  background-color: firebrick;
  color: white;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 3px 15px 0 rgba(50, 0, 0, 0.25);
  z-index: 1000;
}
.browserupgrade a {
  display: inline-block;
  padding: 0.1em 0.35em;
  border: 2px solid white;
  border-radius: 0.25em;
  text-decoration: none;
  background-color: #fff;
  color: firebrick;
  box-shadow: 0 3px 15px 0 rgba(50, 0, 0, 0.25);
}

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

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

img {
  max-width: 100%;
  vertical-align: top;
}

body {
  --color-red: rgb(187, 24, 50);
  --color-green: rgb(153, 178, 107);
  --color-yellow: rgb(233, 173, 38);
  --color-brown: rgb(115, 62, 29);
  --color-purple: rgb(105, 52, 119);
}

body {
  font-family: "Crimson Text", serif;
  color: #3a3a3a;
}

::selection {
  color: rgb(58.22, 70.0533333333, 36.4466666667);
  background-color: rgb(222.36, 230.36, 207.64);
  text-shadow: none;
}

p,
li {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 40rem) {
  p,
  li {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 56rem) {
  p,
  li {
    font-size: 1.5rem;
  }
}
p.note,
li.note {
  font-size: 1em;
  opacity: 0.65;
}
p a,
li a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}
ul li {
  margin-bottom: 0.25em;
  padding-left: 0.65em;
  line-height: 1;
  position: relative;
  color: #3a3a3a;
}
ul li::before {
  content: "•";
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 1.5em;
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: bold;
  color: #5d5d5d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: normal;
  margin-bottom: 0.125em;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0em;
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 40rem) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 56rem) {
  h1 {
    font-size: 3rem;
  }
}
h1:not(.hero_title)::after {
  content: "";
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.65em;
  height: 0.15em;
  width: 1.5em;
  background-color: rgb(187, 24, 50);
}
body.calendar h1::after {
  background-color: rgb(187, 24, 50);
}
body.info h1::after {
  background-color: rgb(233, 173, 38);
}
body.album h1::after {
  background-color: rgb(115, 62, 29);
}
@media screen and (min-width: 40rem) {
  .content-section h1 {
    width: 50%;
  }
}
.section_grid:nth-child(4n+1) h1::after {
  background-color: rgb(187, 24, 50);
}
.section_grid:nth-child(4n+2) h1::after {
  background-color: rgb(153, 178, 107);
}
.section_grid:nth-child(4n+3) h1::after {
  background-color: rgb(233, 173, 38);
}
.section_grid:nth-child(4n+4) h1::after {
  background-color: rgb(115, 62, 29);
}

h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 40rem) {
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 56rem) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Crimson Text", serif;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 40rem) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 56rem) {
  h3 {
    font-size: 1.5rem;
  }
}

.photo-credit {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  z-index: 1;
  transform-origin: 100% 50%;
  transition: all 0.25s;
  opacity: 0.7;
  pointer-events: none;
}
.photo-credit p {
  padding: 0.125em 0.5em 0.35em 0.5em;
  text-align: left;
  font-size: 9px;
  font-family: verdana, sans-serif;
  font-weight: 600;
  color: #3a3a3a;
  transform-origin: 0% 100%;
  transform: translateX(100%) rotate(-90deg);
  background-color: #ffffff;
  pointer-events: auto;
}
@media screen and (min-width: 40rem) {
  .photo-credit p {
    font-size: 10px;
  }
}
@media screen and (min-width: 56rem) {
  .photo-credit p {
    font-size: 11px;
  }
}
.photo-credit p::before {
  content: "Crédit photo :";
  display: block;
  height: 0;
  opacity: 0;
  padding-top: 0.25em;
  font-weight: 400;
  font-size: 0.5em;
  text-transform: uppercase;
  transition: all 0.25s;
}
.photo-credit p a {
  text-decoration: none;
}
.photo-credit:hover {
  transform: scale(1.5);
  opacity: 1;
}
.photo-credit:hover p::before {
  height: 1.75em;
  opacity: 1;
}

.button-wrapper {
  position: relative;
  flex: 1 1 100%;
  align-self: stretch;
  margin-top: 2rem;
  padding: 0 6px 1rem 6px;
}
@media screen and (min-width: 40rem) {
  .button-wrapper {
    flex: 0 0 auto;
    margin-top: 0;
    padding: 6px;
  }
}
.button-wrapper .button {
  display: inline-block;
  background-color: #ffffff;
  border: none;
  color: inherit;
  font-size: 1.25rem;
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: normal;
  outline: double 6px #ffffff;
  transition: 0.35s;
}
@media screen and (min-width: 0) {
  .button-wrapper .button {
    padding-left: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .button-wrapper .button {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .button-wrapper .button {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .button-wrapper .button {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 0) {
  .button-wrapper .button {
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .button-wrapper .button {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .button-wrapper .button {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .button-wrapper .button {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 0) {
  .button-wrapper .button {
    padding-top: 0.1875rem;
  }
}
@media screen and (min-width: 40rem) {
  .button-wrapper .button {
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 56rem) {
  .button-wrapper .button {
    padding-top: 0.375rem;
  }
}
@media screen and (min-width: 76rem) {
  .button-wrapper .button {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 0) {
  .button-wrapper .button {
    padding-bottom: 0.1875rem;
  }
}
@media screen and (min-width: 40rem) {
  .button-wrapper .button {
    padding-bottom: 0.25rem;
  }
}
@media screen and (min-width: 56rem) {
  .button-wrapper .button {
    padding-bottom: 0.375rem;
  }
}
@media screen and (min-width: 76rem) {
  .button-wrapper .button {
    padding-bottom: 0.5rem;
  }
}
.button-wrapper .button:disabled {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(113.98, 137.1466666667, 71.3533333333, 0.45);
  outline: double 6px rgba(113.98, 137.1466666667, 71.3533333333, 0.45);
}
.button-wrapper .button:focus, .button-wrapper .button:hover:not(:disabled) {
  cursor: pointer;
  box-shadow: 0px 6px 20px 6px rgb(85, 123, 19);
  transform: translateY(-3px);
}
.button-wrapper .button.is-green {
  background-color: rgb(153, 178, 107);
  color: #ffffff;
  outline: double 6px rgb(153, 178, 107);
}
.button-wrapper .button.is-green:focus, .button-wrapper .button.is-green:hover:not(:disabled) {
  box-shadow: 0px 6px 20px 6px rgb(200, 200, 200);
  transform: translateY(-3px);
}

section {
  display: block;
}
section .section_grid {
  position: relative;
  display: grid;
  grid-template-rows: minmax(min-content, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: row dense;
  align-items: start;
  margin: 0 auto;
}
@media screen and (min-width: 0) {
  section .section_grid {
    grid-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  section .section_grid {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  section .section_grid {
    grid-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  section .section_grid {
    grid-column-gap: 2rem;
  }
}
@media screen and (min-width: 0) {
  section .section_grid {
    max-width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 40rem) {
  section .section_grid {
    max-width: 38rem;
  }
}
@media screen and (min-width: 56rem) {
  section .section_grid {
    max-width: 53rem;
  }
}
@media screen and (min-width: 76rem) {
  section .section_grid {
    max-width: 72rem;
  }
}

.nav-section {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.35s 0.25s, height 0s 0.75s;
}
.nav-section.nav-open {
  height: 100vh;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.35s;
}
@supports (backdrop-filter: blur(5px)) {
  .nav-section.nav-open {
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.nav-section.nav-open .nav_logo {
  width: 10rem;
  transform: translateX(3.75rem) translateY(1.15rem);
}
.nav-section .section_grid {
  position: static;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 56rem) {
  .nav-section {
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
  }
  @supports (backdrop-filter: blur(5px)) {
    .nav-section {
      backdrop-filter: blur(7px);
      background-color: rgba(255, 255, 255, 0.75);
    }
  }
  .nav-section.nav-open {
    height: auto;
  }
  .nav-section .section_grid {
    justify-content: flex-start;
    background-color: none;
  }
}

.nav_grid {
  transform: translateX(100vw);
  transition: transform 0.35s ease-in;
}
.nav-open .nav_grid {
  transform: translateX(0vw);
  transition: transform 0.35s ease-out;
}
.nav_grid .nav_link {
  display: block;
  position: relative;
  margin: 2vmin;
  padding: 3vmin 0 3vmin 3vmin;
  border-left: 5px solid transparent;
}
.nav_grid .nav_link .nav_text {
  font-size: 7vmin;
  color: #3a3a3a;
  transition: color 0.35s, transform 0.35s;
}
.nav_grid .nav_link.current {
  cursor: default;
  pointer-events: none;
  background-color: #ffffff;
  border-left: 2vmin solid currentColor;
}
.nav_grid .nav_link.current .nav_text {
  color: currentColor;
}
@media screen and (min-width: 56rem) {
  .nav_grid {
    display: flex;
    transform: translateX(0vw);
    transition: transform 0s;
  }
  .nav_grid .nav_link {
    margin: 0;
    padding-top: 1.35em;
    padding-right: 0.25rem;
    padding-bottom: 1.5em;
    padding-left: 0.25rem;
    border-left: none;
    transition: padding 0.35s;
  }
  .nav_grid .nav_link .nav_text {
    text-align: center;
    font-size: 1.45rem;
  }
  .nav_grid .nav_link:hover .nav_text {
    transform: scale(1.1);
  }
  .nav_grid .nav_link:nth-child(4n+1) {
    color: rgb(153, 178, 107);
  }
  .nav_grid .nav_link:nth-child(4n+2) {
    color: rgb(187, 24, 50);
  }
  .nav_grid .nav_link:nth-child(4n+3) {
    color: rgb(233, 173, 38);
  }
  .nav_grid .nav_link:nth-child(4n+4) {
    color: rgb(115, 62, 29);
  }
  .nav_grid .nav_link.current {
    cursor: default;
    pointer-events: none;
    border-left: none;
    background-color: transparent;
  }
  .nav_grid .nav_link.current::after {
    display: block;
    content: "";
    position: absolute;
    width: calc(100% - 0.5rem);
    height: 5px;
    left: 0.25rem;
    background-color: currentColor;
    transform: translateY(100%);
    transition: all 0.85s;
  }
  .nav_grid .nav_link.current .nav_text {
    color: #3a3a3a;
    text-shadow: 0px 0px 0.45px #3a3a3a;
  }
  .nav_grid .nav_link + .nav_link {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_grid .nav_link .nav_text {
    font-size: 1.65rem;
  }
  .nav_grid .nav_link + .nav_link {
    margin-left: 5rem;
  }
}

.nav_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: 100% 0%;
  transition: width 0.85s, transform 0.55s;
  pointer-events: none;
  width: 10rem;
  transform: translateX(3.75rem) translateY(1.15rem);
  z-index: 20;
}
@media screen and (min-width: 56rem) {
  .nav_logo {
    width: 10rem;
    transform: translateX(2rem) translateY(1.5rem);
  }
}
.nav_logo img {
  width: 100%;
}
.accueil .nav_logo {
  width: 50vw;
  transform: translateX(18.5vw) translateY(16.5vw);
}
@media screen and (min-width: 40rem) {
  .accueil .nav_logo {
    width: 20rem;
    transform: translateX(7rem) translateY(5rem);
  }
}
@media screen and (min-width: 56rem) {
  .accueil .nav_logo {
    width: 25rem;
    transform: translateX(8rem) translateY(1.5rem);
  }
}

.nav_icon {
  display: block;
  position: absolute;
  top: 1vw;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.65);
  transition: background-color 0.25s;
}
@supports (backdrop-filter: blur(5px)) {
  .nav_icon {
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.35);
  }
}
@media screen and (min-width: 0) {
  .nav_icon {
    border-top-left-radius: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .nav_icon {
    border-top-left-radius: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .nav_icon {
    border-top-left-radius: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_icon {
    border-top-left-radius: 6rem;
  }
}
@media screen and (min-width: 0) {
  .nav_icon {
    border-bottom-left-radius: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .nav_icon {
    border-bottom-left-radius: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .nav_icon {
    border-bottom-left-radius: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_icon {
    border-bottom-left-radius: 6rem;
  }
}
@media screen and (min-width: 0) {
  .nav_icon {
    width: 4.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .nav_icon {
    width: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .nav_icon {
    width: 9rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_icon {
    width: 12rem;
  }
}
@media screen and (min-width: 0) {
  .nav_icon {
    padding: 0.1875rem;
  }
}
@media screen and (min-width: 40rem) {
  .nav_icon {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 56rem) {
  .nav_icon {
    padding: 0.375rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_icon {
    padding: 0.5rem;
  }
}
.nav_icon .icon_group {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.75s;
}
@media screen and (min-width: 0) {
  .nav_icon .icon_group {
    width: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .nav_icon .icon_group {
    width: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .nav_icon .icon_group {
    width: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_icon .icon_group {
    width: 6rem;
  }
}
@media screen and (min-width: 0) {
  .nav_icon .icon_group {
    height: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .nav_icon .icon_group {
    height: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .nav_icon .icon_group {
    height: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_icon .icon_group {
    height: 6rem;
  }
}
.nav_icon .icon_line {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  background-color: #3a3a3a;
  transition: transform 0.55s, background-color 0.25s;
}
@media screen and (min-width: 0) {
  .nav_icon .icon_line {
    width: 1.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .nav_icon .icon_line {
    width: 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .nav_icon .icon_line {
    width: 3rem;
  }
}
@media screen and (min-width: 76rem) {
  .nav_icon .icon_line {
    width: 4rem;
  }
}
.nav_icon .icon_line:nth-child(1) {
  transform: translateX(-50%) translateY(-250%) rotate(0turn);
}
.nav_icon .icon_line:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) scaleX(1);
}
.nav_icon .icon_line:nth-child(3) {
  transform: translateX(-50%) translateY(150%) rotate(0turn);
}
@media screen and (min-width: 40rem) {
  .nav_icon .icon_line {
    height: 4px;
  }
}
.nav-open .nav_icon {
  background-color: #3a3a3a;
}
.nav-open .nav_icon .icon_group {
  transform: rotate(0.25turn);
}
.nav-open .nav_icon .icon_line {
  background-color: #ffffff;
}
.nav-open .nav_icon .icon_line:nth-child(1) {
  transform: translateX(-50%) translateY(-50%) rotate(0.375turn);
}
.nav-open .nav_icon .icon_line:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(0.25turn) scaleX(0.1);
  transition: transform 0.55s;
}
.nav-open .nav_icon .icon_line:nth-child(3) {
  transform: translateX(-50%) translateY(-50%) rotate(0.125turn);
}
@media screen and (min-width: 56rem) {
  .nav_icon {
    display: none;
  }
}

@media screen and (min-width: 56rem) {
  header:not(.headroom--top):not(:hover) .nav_grid .nav_link {
    padding: 0.1em 0.25rem 0.1em 0.25rem;
    transition: all 0.85s;
  }
  header:not(.headroom--top):not(:hover) .nav_grid .nav_link .nav_text {
    transform: scale(0.75);
  }
  header:not(.headroom--top):not(:hover) .nav_grid .nav_link.current::after {
    left: 0;
    width: 100%;
    transform: translateY(0%);
  }
}

header:not(.headroom--top) .nav_logo {
  width: 15rem;
  transform: translateX(15rem) translateY(1.15rem);
}
@media screen and (min-width: 56rem) {
  header:not(.headroom--top) .nav_logo {
    width: 10rem;
    transform: translateX(3rem) translateY(0.65rem);
  }
}

.footer-section {
  background-color: #B4B4B4;
  background-image: url(/img/gui/bois-de-grange-2.jpg);
  background-size: 750px;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 0) {
  .footer-section {
    padding-top: 5.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section {
    padding-top: 10.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section {
    padding-top: 14rem;
  }
}
.footer-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/img/gui/splash-B.png);
  background-size: auto 102%;
  pointer-events: none;
}
@media screen and (min-width: 0) {
  .footer-section::before {
    height: 4.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section::before {
    height: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section::before {
    height: 9rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section::before {
    height: 12rem;
  }
}
@media screen and (min-width: 0) {
  .footer-section {
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section {
    padding-bottom: 6rem;
  }
}
.footer-section p:not(.form_description):not(.time-stamp):not(.footer_email),
.footer-section h2,
.footer-section h3 {
  color: #3a3a3a;
}
.footer-section .footer_register {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  grid-column-end: span 12;
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_register::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-width: 0.125em;
    border-color: currentColor;
    border-style: dotted;
    pointer-events: none;
  }
}
@media screen and (min-width: 0) {
  .footer-section .footer_register {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section .footer_register {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_register {
    padding: 2.25rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_register {
    padding: 3rem;
  }
}
.footer-section .footer_register > *:first-child {
  margin-top: 0;
}
.footer-section .footer_register > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .footer-section .footer_register {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section .footer_register {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_register {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_register {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_register {
    grid-column-start: 3;
    grid-column-end: span 8;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_register {
    grid-column-start: 3;
    grid-column-end: span 8;
    margin-bottom: 0;
  }
}
.footer-section .footer_register .register_info > *:first-child {
  margin-top: 0;
}
.footer-section .footer_register .register_info > *:last-child {
  margin-bottom: 0;
}
.footer-section .footer_register .register-form {
  width: 100%;
  align-self: flex-end;
}
@media screen and (min-width: 0) {
  .footer-section .footer_register .register-form {
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section .footer_register .register-form {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_register .register-form {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_register .register-form {
    margin-top: 1rem;
  }
}
.footer-section .footer_register .register-form .form_text-input::placeholder {
  color: rgb(153, 178, 107);
}
.footer-section .footer_register .register-form .form_button {
  color: #ffffff;
  background-color: rgb(153, 178, 107);
  outline: double 6px rgb(153, 178, 107);
}
.footer-section .footer_register .register-form .form_button:disabled {
  opacity: 0.5;
}
.footer-section .footer_register .register-form .form_button:focus, .footer-section .footer_register .register-form .form_button:hover:not(:disabled) {
  cursor: pointer;
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}
.footer-section .footer_contact {
  grid-column-end: span 12;
  align-self: end;
  color: rgb(153, 178, 107);
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_contact::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-width: 0.125em;
    border-color: currentColor;
    border-style: dotted;
    pointer-events: none;
  }
}
@media screen and (min-width: 0) {
  .footer-section .footer_contact {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section .footer_contact {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_contact {
    padding: 2.25rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_contact {
    padding: 3rem;
  }
}
.footer-section .footer_contact > *:first-child {
  margin-top: 0;
}
.footer-section .footer_contact > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_contact {
    grid-column-start: auto;
    grid-column-end: span 5;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_contact {
    grid-column-end: span 4;
    margin-bottom: 2rem;
  }
}
.footer-section .footer_contact p {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.footer-section .footer_map {
  grid-column-end: span 12;
  align-self: stretch;
  position: relative;
  background-color: #ffffff;
  border: none;
}
@media screen and (min-width: 0) {
  .footer-section .footer_map {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section .footer_map {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_map {
    padding: 2.25rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_map {
    padding: 3rem;
  }
}
.footer-section .footer_map > *:first-child {
  margin-top: 0;
}
.footer-section .footer_map > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .footer-section .footer_map {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section .footer_map {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_map {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_map {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 40rem) {
  .footer-section .footer_map {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .footer-section .footer_map {
    grid-column-start: auto;
    grid-column-end: span 7;
    padding: 0.495rem;
  }
}
@media screen and (min-width: 76rem) {
  .footer-section .footer_map {
    grid-column-end: span 8;
  }
}
.footer-section .footer_map .map {
  width: 100%;
  min-height: 30vh;
  height: 100%;
}
.footer-section .time-stamp {
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  grid-column-end: span 12;
  text-shadow: 0px 0px 1em black, 0px 0px 2em black;
}
.footer-section .time-stamp {
  font-size: 9px;
}

.hero-section {
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 0) {
  .hero-section {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .hero-section {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section {
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section {
    padding-bottom: 12rem;
  }
}
.hero-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/img/gui/splash-A.png);
  background-size: auto 102%;
  pointer-events: none;
}
@media screen and (min-width: 0) {
  .hero-section::after {
    height: 4.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .hero-section::after {
    height: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section::after {
    height: 9rem;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section::after {
    height: 12rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section {
    background-size: cover;
  }
}
body.accueil .hero-section {
  padding-bottom: 0;
}
body.accueil .hero-section::before {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: 0;
}
@media screen and (min-width: 40rem) {
  body.accueil .hero-section::before {
    display: none;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section + .billboard-section.billboard--white {
    padding-top: 6rem;
  }
}
.hero-section .hero_title {
  grid-column-start: 1;
  grid-column-end: span 12;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 11vw;
  color: #ffffff;
  text-shadow: 0 0 0.125em rgb(0, 20, 0), 0 0 0.35em rgb(0, 20, 0), 0 0 0.85em rgb(0, 20, 0);
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .hero-section .hero_title {
    font-size: 3.85rem;
    grid-column-start: 1;
    grid-column-end: span 7;
    text-shadow: 0 0 0.125em rgb(0, 20, 0), 0 0 0.5em rgb(0, 50, 0), 0 0 1em rgb(0, 50, 0);
  }
}
@media screen and (min-width: 56rem) {
  .hero-section .hero_title {
    grid-column-start: 1;
    grid-column-end: span 7;
    align-self: center;
    margin-top: 20vmin;
    margin-bottom: 20vmin;
    font-size: 4.5rem;
    text-shadow: 0 0 0.125em rgba(0, 20, 0, 0.65), 0 0 1.5em rgb(0, 50, 0), 0 0 4em rgb(0, 50, 0);
  }
}
@media screen and (min-width: 76rem) {
  .hero-section .hero_title {
    margin-top: 30vmin;
    margin-bottom: 25vmin;
    font-size: 5.5rem;
  }
}
.hero-section .hero_title span {
  display: block;
  position: relative;
  font-size: 50%;
}
@media screen and (min-width: 56rem) {
  .hero-section .hero_title span::before, .hero-section .hero_title span::after {
    display: inline-block;
    position: relative;
    content: "";
    width: 2em;
    height: 0.1em;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background-color: currentColor;
    background-image: none;
    transform: none;
  }
  .hero-section .hero_title span::before {
    margin-right: 0.5em;
  }
  .hero-section .hero_title span::after {
    margin-left: 0.5em;
  }
}
.hero-section .hero-card {
  grid-column-start: 2;
  grid-column-end: span 10;
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 56rem) {
  .hero-section .hero-card::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-width: 0.125em;
    border-color: currentColor;
    border-style: dotted;
    pointer-events: none;
  }
}
@media screen and (min-width: 0) {
  .hero-section .hero-card {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 40rem) {
  .hero-section .hero-card {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section .hero-card {
    padding: 2.25rem;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section .hero-card {
    padding: 3rem;
  }
}
.hero-section .hero-card > *:first-child {
  margin-top: 0;
}
.hero-section .hero-card > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .hero-section .hero-card {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .hero-section .hero-card {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section .hero-card {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section .hero-card {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 0) {
  .hero-section .hero-card {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .hero-section .hero-card {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section .hero-card {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section .hero-card {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section .hero-card {
    grid-column-start: 1;
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 56rem) and (min-width: 0) {
  .hero-section .hero-card {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 56rem) and (min-width: 40rem) {
  .hero-section .hero-card {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 56rem) and (min-width: 56rem) {
  .hero-section .hero-card {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 56rem) and (min-width: 76rem) {
  .hero-section .hero-card {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section .hero-card {
    grid-column-start: 2;
    grid-column-end: span 5;
    transform: translateY(22rem);
    z-index: 10;
  }
}
@media screen and (max-width: 639px) {
  .hero-section .hero-card h1 {
    padding-right: 2rem;
  }
}
.hero-section .photo-credit {
  z-index: 101;
}
@media screen and (min-width: 0) {
  .hero-section .photo-credit {
    bottom: 3rem;
  }
}
@media screen and (min-width: 40rem) {
  .hero-section .photo-credit {
    bottom: 4rem;
  }
}
@media screen and (min-width: 56rem) {
  .hero-section .photo-credit {
    bottom: 6rem;
  }
}
@media screen and (min-width: 76rem) {
  .hero-section .photo-credit {
    bottom: 8rem;
  }
}

.intro-section {
  position: relative;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 0) {
  .intro-section {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .intro-section {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .intro-section {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .intro-section {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 0) {
  .intro-section {
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .intro-section {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .intro-section {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .intro-section {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .intro-section {
    background-color: rgba(255, 255, 255, 0);
  }
}
.intro-section .intro_text {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.intro-section .intro_text > *:first-child {
  margin-top: 0;
}
.intro-section .intro_text > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40rem) {
  .intro-section .intro_text {
    grid-row-start: 1;
    grid-column-start: 6;
    grid-column-end: span 7;
  }
}
@media screen and (min-width: 56rem) {
  .intro-section .intro_text {
    grid-row-start: 1;
    grid-column-start: 6;
    grid-column-end: span 6;
  }
  .intro-section .intro_text h1 {
    width: 75%;
  }
}
.intro-section .intro_image {
  position: relative;
  margin-top: 2rem;
  grid-column-start: 3;
  grid-column-end: span 8;
}
@media screen and (min-width: 40rem) {
  .intro-section .intro_image {
    margin-top: 0;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 56rem) {
  .intro-section .intro_image {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: span 3;
  }
}

@media screen and (min-width: 0) {
  .billboard-section {
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 0) {
  .billboard-section {
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section {
    padding-bottom: 6rem;
  }
}
.billboard-section:not(.billboard--white) {
  background-color: #B4B4B4;
  background-image: url(/img/gui/bois-de-grange-2.jpg);
  background-size: 750px;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 0) {
  .billboard-section:not(.billboard--white) {
    padding-top: 5.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section:not(.billboard--white) {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section:not(.billboard--white) {
    padding-top: 10.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section:not(.billboard--white) {
    padding-top: 14rem;
  }
}
.billboard-section:not(.billboard--white)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/img/gui/splash-B.png);
  background-size: auto 102%;
  pointer-events: none;
}
@media screen and (min-width: 0) {
  .billboard-section:not(.billboard--white)::before {
    height: 4.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section:not(.billboard--white)::before {
    height: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section:not(.billboard--white)::before {
    height: 9rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section:not(.billboard--white)::before {
    height: 12rem;
  }
}
.billboard-section.billboard--white {
  background-color: #ffffff;
}
@media screen and (min-width: 0) {
  .billboard-section.billboard--white {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section.billboard--white {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section.billboard--white {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section.billboard--white {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 0) {
  .billboard-section.billboard--white {
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section.billboard--white {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section.billboard--white {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section.billboard--white {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section.billboard--white .post--highlight {
    background-clip: padding-box;
    border: 7px solid rgba(255, 255, 255, 0);
  }
}
.billboard-section .section_grid {
  grid-template-rows: minmax(min-content, 1em);
}
@media screen and (min-width: 0) {
  .billboard-section .section_grid {
    grid-row-gap: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section .section_grid {
    grid-row-gap: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section .section_grid {
    grid-row-gap: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section .section_grid {
    grid-row-gap: 2rem;
  }
}
.billboard-section .billboard_post {
  grid-column-start: 2;
  grid-column-end: span 10;
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 56rem) {
  .billboard-section .billboard_post::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-width: 0.125em;
    border-color: currentColor;
    border-style: dotted;
    pointer-events: none;
  }
}
@media screen and (min-width: 0) {
  .billboard-section .billboard_post {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 40rem) {
  .billboard-section .billboard_post {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section .billboard_post {
    padding: 2.25rem;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section .billboard_post {
    padding: 3rem;
  }
}
.billboard-section .billboard_post > *:first-child {
  margin-top: 0;
}
.billboard-section .billboard_post > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40rem) {
  .billboard-section .billboard_post {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
  .billboard-section .billboard_post:nth-child(2n+3) {
    align-self: end;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section .billboard_post {
    grid-column-end: span 4;
  }
  .billboard-section .billboard_post:nth-child(2n+3) {
    align-self: auto;
  }
  .billboard-section .billboard_post:nth-child(5n+5) {
    align-self: end;
  }
  .billboard-section .billboard_post:nth-child(7n+7) {
    grid-column-end: span 8;
  }
}
.billboard-section .billboard_post:nth-child(5n+1) {
  color: rgb(187, 24, 50);
}
.billboard-section .billboard_post:nth-child(5n+2) {
  color: rgb(153, 178, 107);
}
.billboard-section .billboard_post:nth-child(5n+3) {
  color: rgb(233, 173, 38);
}
.billboard-section .billboard_post:nth-child(5n+4) {
  color: rgb(105, 52, 119);
}
.billboard-section .billboard_post:nth-child(5n+5) {
  color: rgb(115, 62, 29);
}
.billboard-section .billboard_post h2 {
  width: 100%;
}
.billboard-section .billboard_post p,
.billboard-section .billboard_post li,
.billboard-section .billboard_post h3 {
  color: #3a3a3a;
}
.billboard-section .billboard_post p,
.billboard-section .billboard_post li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.billboard-section .billboard_post .post_category {
  margin-top: 0.65em;
  margin-bottom: 1.25em;
  flex: 1 1 33%;
  padding-right: 2em;
}
.billboard-section .billboard_post .post_category > *:first-child {
  margin-top: 0;
}
.billboard-section .billboard_post .post_category > *:last-child {
  margin-bottom: 0;
}
.billboard-section .billboard_post .post_category li {
  white-space: nowrap;
}
.billboard-section .post--fresh-picks {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 76rem) {
  .billboard-section .post--fresh-picks {
    grid-row-end: span 3;
  }
}
.billboard-section .post--warehouse-picks {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 76rem) {
  .billboard-section .post--warehouse-picks {
    grid-column-end: span 8;
  }
}
.billboard-section .post--highlight {
  background-color: currentColor;
}
.billboard-section .post--highlight:not(:nth-child(5n+3)) p,
.billboard-section .post--highlight:not(:nth-child(5n+3)) li,
.billboard-section .post--highlight:not(:nth-child(5n+3)) h2,
.billboard-section .post--highlight:not(:nth-child(5n+3)) h3 {
  color: white;
}
.billboard-section .post--highlight:nth-child(5n+3) p,
.billboard-section .post--highlight:nth-child(5n+3) li,
.billboard-section .post--highlight:nth-child(5n+3) h2,
.billboard-section .post--highlight:nth-child(5n+3) h3 {
  color: #3a3a3a;
}
.billboard-section .post--image {
  align-self: end;
  padding: 0;
}
@media screen and (min-width: 40rem) {
  .billboard-section .post--image {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media screen and (min-width: 56rem) {
  .billboard-section .post--image {
    grid-column-start: auto;
    grid-column-end: span 6;
    padding: 7px;
  }
  .billboard-section .post--image::after {
    display: none;
  }
}
@media screen and (min-width: 76rem) {
  .billboard-section .post--image {
    grid-column-end: span 8;
  }
}

.register-section {
  color: rgb(153, 178, 107);
  background-color: currentColor;
  position: relative;
}
@media screen and (min-width: 0) {
  .register-section {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .register-section {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .register-section {
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 76rem) {
  .register-section {
    padding-bottom: 12rem;
  }
}
.register-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/img/gui/splash-A.png);
  background-size: auto 102%;
  pointer-events: none;
}
@media screen and (min-width: 0) {
  .register-section::after {
    height: 4.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .register-section::after {
    height: 6rem;
  }
}
@media screen and (min-width: 56rem) {
  .register-section::after {
    height: 9rem;
  }
}
@media screen and (min-width: 76rem) {
  .register-section::after {
    height: 12rem;
  }
}
@media screen and (min-width: 0) {
  .register-section {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .register-section {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .register-section {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 76rem) {
  .register-section {
    padding-top: 4rem;
  }
}
.register-section p,
.register-section h2,
.register-section input {
  color: #ffffff;
}
.register-section .register_title {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.register-section .register_info {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.register-section .register_button {
  grid-column-start: 2;
  grid-column-end: span 10;
}
@media screen and (min-width: 56rem) {
  .register-section .register_title {
    grid-column-start: 3;
    grid-column-end: span 8;
  }
  .register-section .register_info {
    grid-column-start: 3;
    grid-column-end: span 8;
  }
  .register-section .register_button {
    grid-column-start: 3;
    grid-column-end: span 8;
  }
}

@media screen and (min-width: 0) {
  .content-section {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .content-section {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .content-section {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 76rem) {
  .content-section {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 0) {
  .content-section {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 40rem) {
  .content-section {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .content-section {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 76rem) {
  .content-section {
    padding-bottom: 4rem;
  }
}
.content-section .content_block .content_image {
  position: relative;
}
@media screen and (min-width: 0) {
  .content-section .content_block .content_image {
    margin-top: 1.125rem;
  }
}
@media screen and (min-width: 40rem) {
  .content-section .content_block .content_image {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .content-section .content_block .content_image {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 76rem) {
  .content-section .content_block .content_image {
    margin-top: 3rem;
  }
}
.content-section .content_block img {
  width: 100%;
}
.content-section .content_block .content_text > *:first-child {
  margin-top: 0;
}
.content-section .content_block .content_text > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .content-section .content_block + .content_block {
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .content-section .content_block + .content_block {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .content-section .content_block + .content_block {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .content-section .content_block + .content_block {
    padding-top: 6rem;
  }
}
.content-section .content_block:nth-of-type(4n+1) .content_text {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.content-section .content_block:nth-of-type(4n+1) .content_image {
  grid-column-start: 1;
  grid-column-end: span 12;
}
@media screen and (min-width: 40rem) {
  .content-section .content_block:nth-of-type(4n+1) .content_text {
    order: 2;
    grid-column-start: 3;
    grid-column-end: span 8;
  }
  .content-section .content_block:nth-of-type(4n+1) .content_image {
    grid-column-start: 1;
    grid-column-end: span 12;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 56rem) {
  .content-section .content_block:nth-of-type(4n+1) .content_text {
    order: initial;
    grid-column-start: 2;
    grid-column-end: span 5;
  }
  .content-section .content_block:nth-of-type(4n+1) .content_image {
    grid-column-start: auto;
    grid-column-end: span 6;
    margin-top: 0;
  }
}
@media screen and (min-width: 76rem) {
  .content-section .content_block:nth-of-type(4n+1) .content_text {
    grid-column-start: 2;
    grid-column-end: span 4;
  }
  .content-section .content_block:nth-of-type(4n+1) .content_image {
    grid-column-end: span 7;
  }
}
.content-section .content_block:nth-of-type(4n+2) .content_text {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.content-section .content_block:nth-of-type(4n+2) .content_image {
  grid-column-start: 1;
  grid-column-end: span 12;
}
@media screen and (min-width: 40rem) {
  .content-section .content_block:nth-of-type(4n+2) .content_text {
    order: 2;
    grid-column-start: auto;
    grid-column-end: span 5;
  }
  .content-section .content_block:nth-of-type(4n+2) .content_image {
    order: 1;
    grid-column-start: auto;
    grid-column-end: span 7;
    margin-top: 0;
  }
}
@media screen and (min-width: 56rem) {
  .content-section .content_block:nth-of-type(4n+2) .content_text {
    grid-column-end: span 6;
    align-self: end;
  }
  .content-section .content_block:nth-of-type(4n+2) .content_image {
    grid-column-end: span 5;
  }
}
@media screen and (min-width: 76rem) {
  .content-section .content_block:nth-of-type(4n+2) .content_text {
    grid-column-end: span 5;
    align-self: end;
  }
  .content-section .content_block:nth-of-type(4n+2) .content_image {
    grid-column-start: 1;
    grid-column-end: span 6;
  }
}
.content-section .content_block:nth-of-type(4n+3) .content_text {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.content-section .content_block:nth-of-type(4n+3) .content_image {
  grid-column-start: 1;
  grid-column-end: span 12;
}
@media screen and (min-width: 40rem) {
  .content-section .content_block:nth-of-type(4n+3) .content_text {
    grid-column-start: 3;
    grid-column-end: span 8;
  }
  .content-section .content_block:nth-of-type(4n+3) .content_image {
    grid-column-start: 3;
    grid-column-end: span 8;
  }
}
.content-section .content_block:nth-of-type(4n+4) .content_text {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.content-section .content_block:nth-of-type(4n+4) .content_image {
  grid-column-start: 1;
  grid-column-end: span 12;
}
@media screen and (min-width: 40rem) {
  .content-section .content_block:nth-of-type(4n+4) .content_text {
    order: 2;
    grid-column-start: auto;
    grid-column-end: span 5;
  }
  .content-section .content_block:nth-of-type(4n+4) .content_image {
    order: 1;
    grid-column-start: auto;
    grid-column-end: span 7;
    margin-top: 0;
  }
}
@media screen and (min-width: 56rem) {
  .content-section .content_block:nth-of-type(4n+4) .content_text {
    order: 2;
    grid-column-end: span 6;
  }
  .content-section .content_block:nth-of-type(4n+4) .content_image {
    order: 1;
    grid-column-start: 1;
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 76rem) {
  .content-section .content_block:nth-of-type(4n+4) .content_text {
    order: 2;
    grid-column-end: span 4;
  }
  .content-section .content_block:nth-of-type(4n+4) .content_image {
    order: 1;
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}

.calendar-section {
  overflow: hidden;
}
@media screen and (min-width: 0) {
  .calendar-section {
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .calendar-section {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .calendar-section {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .calendar-section {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 0) {
  .calendar-section {
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .calendar-section {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .calendar-section {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .calendar-section {
    padding-bottom: 6rem;
  }
}
.calendar-section p {
  line-height: 1;
  font-size: 0.95rem;
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}
@media screen and (min-width: 40rem) {
  .calendar-section p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 56rem) {
  .calendar-section p {
    font-size: 1.5rem;
  }
}

.calendar {
  position: relative;
  grid-column-start: 1;
  grid-column-end: span 12;
}
@media screen and (min-width: 0) {
  .calendar + .calendar {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .calendar + .calendar {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .calendar + .calendar {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .calendar + .calendar {
    margin-top: 6rem;
  }
}

.calendar_image {
  display: none;
}
@media screen and (min-width: 56rem) {
  .calendar_image {
    display: block;
    position: absolute;
    width: 15rem;
    top: 1.5rem;
    right: -8rem;
  }
}
@media screen and (min-width: 76rem) {
  .calendar_image {
    display: block;
    position: absolute;
    width: 20rem;
    top: 1rem;
    right: -8rem;
  }
}

.calendar_grid {
  position: relative;
  display: grid;
  grid-template-rows: minmax(min-content, 1fr);
  grid-template-columns: minmax(min-content, 30%) repeat(16, 1fr);
  row-gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 40rem) {
  .calendar_grid {
    grid-template-columns: minmax(min-content, 28%) repeat(16, 1fr);
  }
}
@media screen and (min-width: 56rem) {
  .calendar_grid {
    grid-template-columns: minmax(min-content, 25%) repeat(16, 1fr);
  }
}
@media screen and (min-width: 76rem) {
  .calendar_grid {
    grid-template-columns: minmax(min-content, 20%) repeat(16, 1fr);
  }
}
.calendar_grid::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 2px dotted currentColor;
  height: 100%;
  opacity: 0.33;
  transform: translateX(50%);
  z-index: -1;
}
.calendar_grid .row_header {
  grid-column-end: span 4;
  align-self: stretch;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-items: stretch;
}
.calendar_grid .row_header p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-items: stretch;
  text-align: right;
  position: relative;
  padding-left: 0.5em;
  padding-bottom: 0.25em;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media screen and (min-width: 40rem) {
  .calendar_grid .row_header p {
    margin-bottom: -0.49rem;
    text-align: right;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
  }
}
@media screen and (min-width: 56rem) {
  .calendar_grid .row_header p {
    font-size: 1.25rem;
  }
}
.calendar_grid .row_header p span {
  color: #3a3a3a;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 40rem) {
  .calendar_grid .row_header p span {
    writing-mode: horizontal-tb;
  }
}
.calendar_grid .row_header p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(-50%);
}
.calendar_grid .row_header p::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid currentColor;
  height: 100%;
  top: 0;
  left: 0px;
  transform: translateX(-50%);
}
@media screen and (min-width: 40rem) {
  .calendar_grid .row_header p::after {
    height: 90%;
  }
}
.calendar_grid .row_header::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px dotted currentColor;
  height: 100%;
  opacity: 0.33;
  transform: translateX(-50%);
}
.calendar_grid .row_header:first-child {
  grid-column-start: 2;
}
.calendar_grid .row_title {
  position: relative;
  grid-column-start: 1;
  grid-column-end: span 1;
  text-align: right;
  padding-right: 1em;
}
.calendar_grid .row_title:nth-child(4n+7)::after {
  content: "";
  display: block;
  background-color: currentColor;
  background: linear-gradient(90deg, transparent, currentColor, currentColor, transparent);
  width: 325%;
  position: absolute;
  height: calc(100% + 0.6em);
  opacity: 0.125;
  top: -0.3em;
  z-index: -1;
}
@media screen and (min-width: 40rem) {
  .calendar_grid .row_title:nth-child(4n+7)::after {
    width: 350%;
  }
}
@media screen and (min-width: 56rem) {
  .calendar_grid .row_title:nth-child(4n+7)::after {
    width: 400%;
  }
}
@media screen and (min-width: 76rem) {
  .calendar_grid .row_title:nth-child(4n+7)::after {
    width: 500%;
  }
}
.calendar_grid .row_highlight {
  height: 1rem;
  background-color: currentColor;
  border-radius: 5px;
}
@media screen and (min-width: 40rem) {
  .calendar_grid .row_highlight {
    height: 1.35rem;
  }
}
@media screen and (min-width: 56rem) {
  .calendar_grid .row_highlight {
    height: 1.65rem;
  }
}
.calendar_grid p {
  margin: 0;
}

@media screen and (min-width: 0) {
  .album-section {
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .album-section {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .album-section {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .album-section {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 0) {
  .album-section {
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 40rem) {
  .album-section {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 56rem) {
  .album-section {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .album-section {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 0) {
  .album-section .section_grid {
    grid-row-gap: 0.75rem;
  }
}
@media screen and (min-width: 40rem) {
  .album-section .section_grid {
    grid-row-gap: 1rem;
  }
}
@media screen and (min-width: 56rem) {
  .album-section .section_grid {
    grid-row-gap: 1.5rem;
  }
}
@media screen and (min-width: 76rem) {
  .album-section .section_grid {
    grid-row-gap: 2rem;
  }
}

.album_photo {
  position: relative;
}
.album_photo img {
  width: 100%;
}
.album_photo:nth-child(5n+1) {
  grid-column-start: 2;
  grid-column-end: span 9;
}
.album_photo:nth-child(5n+2) {
  grid-column-start: 3;
  grid-column-end: span 9;
}
.album_photo:nth-child(5n+3) {
  grid-column-start: auto;
  grid-column-end: span 12;
}
.album_photo:nth-child(5n+4) {
  grid-column-start: 2;
  grid-column-end: span 10;
}
.album_photo:nth-child(5n+5) {
  grid-column-start: 4;
  grid-column-end: span 9;
}
@media screen and (min-width: 40rem) {
  .album_photo:nth-child(5n+1) {
    grid-column-start: auto;
    grid-column-end: span 5;
    align-self: end;
  }
  .album_photo:nth-child(5n+2) {
    grid-column-start: auto;
    grid-column-end: span 7;
    align-self: end;
  }
  .album_photo:nth-child(5n+3) {
    grid-column-start: auto;
    grid-column-end: span 7;
    align-self: start;
  }
  .album_photo:nth-child(5n+4) {
    grid-column-start: auto;
    grid-column-end: span 5;
    align-self: start;
  }
  .album_photo:nth-child(5n+5) {
    grid-column-start: 3;
    grid-column-end: span 8;
    align-self: start;
  }
}
@media screen and (min-width: 56rem) {
  .album_photo:nth-child(10n+1) {
    grid-column-start: auto;
    grid-column-end: span 5;
    align-self: end;
  }
  .album_photo:nth-child(10n+2) {
    grid-column-start: auto;
    grid-column-end: span 6;
    align-self: end;
  }
  .album_photo:nth-child(10n+3) {
    grid-column-start: 2;
    grid-column-end: span 6;
    align-self: start;
  }
  .album_photo:nth-child(10n+4) {
    grid-column-start: auto;
    grid-column-end: span 5;
    align-self: start;
  }
  .album_photo:nth-child(10n+5) {
    grid-column-start: auto;
    grid-column-end: span 5;
    align-self: end;
  }
  .album_photo:nth-child(10n+6) {
    grid-column-start: auto;
    grid-column-end: span 6;
    align-self: end;
  }
  .album_photo:nth-child(10n+7) {
    grid-column-start: 3;
    grid-column-end: span 9;
    align-self: start;
  }
  .album_photo:nth-child(10n+8) {
    grid-column-start: auto;
    grid-column-end: span 6;
    align-self: start;
  }
  .album_photo:nth-child(10n+9) {
    grid-column-start: auto;
    grid-column-end: span 6;
    align-self: end;
  }
  .album_photo:nth-child(10n+10) {
    grid-column-start: 2;
    grid-column-end: span 10;
    align-self: end;
  }
}
@media screen and (min-width: 76rem) {
  .album_photo:nth-child(10n+1) {
    grid-column-start: 1;
    grid-column-end: span 5;
    align-self: end;
  }
  .album_photo:nth-child(10n+2) {
    grid-column-start: auto;
    grid-column-end: span 6;
    align-self: end;
  }
  .album_photo:nth-child(10n+3) {
    grid-column-start: 3;
    grid-column-end: span 8;
    align-self: end;
  }
  .album_photo:nth-child(10n+4) {
    grid-column-start: 2;
    grid-column-end: span 5;
    align-self: start;
  }
  .album_photo:nth-child(10n+5) {
    grid-column-start: auto;
    grid-column-end: span 6;
    align-self: start;
  }
  .album_photo:nth-child(10n+6) {
    grid-column-start: auto;
    grid-column-end: span 4;
    align-self: end;
  }
  .album_photo:nth-child(10n+7) {
    grid-column-start: auto;
    grid-column-end: span 4;
    align-self: end;
  }
  .album_photo:nth-child(10n+8) {
    grid-column-start: auto;
    grid-column-end: span 4;
    align-self: end;
  }
  .album_photo:nth-child(10n+9) {
    grid-column-start: 3;
    grid-column-end: span 4;
    align-self: start;
  }
  .album_photo:nth-child(10n+10) {
    grid-column-start: auto;
    grid-column-end: span 5;
    align-self: start;
  }
}

.super-message {
  position: relative;
  z-index: 0;
  padding: 2rem 2rem 4rem 2rem;
  background-color: rgb(233, 173, 38);
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .super-message {
    padding: 2rem 2rem 6rem 2rem;
  }
}
@media screen and (min-width: 56rem) {
  .super-message {
    padding: 2rem 2rem 8rem 2rem;
  }
}
@media screen and (min-width: 76rem) {
  .super-message {
    padding: 2rem 2rem 10rem 2rem;
  }
}
.super-message h2 {
  padding-bottom: 0.5em;
}
