/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
/* MARGIN & PADDING HELPERS */
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
/* TEXT HELPERS */
.text-nowrap {
  white-space: nowrap;
}
.word-wrap {
  width: 100%;
  word-wrap: break-word;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-ellipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-xl {
  font-size: 1.2em !important;
}
.font-xxl {
  font-size: 1.6em !important;
}
.font-xxxl {
  font-size: 2em !important;
}
.font-m {
  font-size: 1em !important;
}
.font-xs {
  font-size: .8em !important;
}
.font-xxs {
  font-size: .6em !important;
}
.font-xxxs {
  font-size: .4em !important;
}
.weight-400,
.text-regular {
  font-weight: 400;
}
.weight-500,
.text-medium {
  font-weight: 500;
}
.weight-700,
.text-semibold {
  font-weight: 700;
}
.weight-800,
.text-bold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.initialcase {
  text-transform: initial;
}
.underline {
  text-decoration: underline;
}
/* LAYOUT HELPERS */
.flex,
[class*="flex-"] {
  display: flex;
}
.flex[class*="-start"],
[class*="flex-"][class*="-start"],
.flex[class*="-justify_start"],
[class*="flex-"][class*="-justify_start"] {
  justify-content: flex-start !important;
}
.flex[class*="-end"],
[class*="flex-"][class*="-end"],
.flex[class*="-justify_end"],
[class*="flex-"][class*="-justify_end"] {
  justify-content: flex-end !important;
}
.flex[class*="-center"],
[class*="flex-"][class*="-center"],
.flex[class*="-justify_center"],
[class*="flex-"][class*="-justify_center"] {
  justify-content: center !important;
}
.flex[class*="-space"],
[class*="flex-"][class*="-space"],
.flex[class*="-justify_space"],
[class*="flex-"][class*="-justify_space"] {
  justify-content: space-between !important;
}
.flex[class*="-evenly"],
[class*="flex-"][class*="-evenly"],
.flex[class*="-justify_evenly"],
[class*="flex-"][class*="-justify_evenly"] {
  justify-content: space-evenly !important;
}
.flex[class*="-justify_stretch"],
[class*="flex-"][class*="-justify_stretch"] {
  justify-content: stretch !important;
}
.flex[class*="-justify_stretch"] > *,
[class*="flex-"][class*="-justify_stretch"] > * {
  flex-grow: 1;
}
.flex[class*="-align_start"],
[class*="flex-"][class*="-align_start"] {
  align-items: flex-start !important;
}
.flex[class*="-align_end"],
[class*="flex-"][class*="-align_end"] {
  align-items: flex-end !important;
}
.flex[class*="-middle"],
[class*="flex-"][class*="-middle"],
.flex[class*="-align_center"],
[class*="flex-"][class*="-align_center"] {
  align-items: center !important;
}
.flex[class*="-wrap"],
[class*="flex-"][class*="-wrap"] {
  flex-wrap: wrap !important;
}
.flex[class*="-nowrap"],
[class*="flex-"][class*="-nowrap"] {
  flex-wrap: nowrap !important;
}
.flex[class*="-column"],
[class*="flex-"][class*="-column"] {
  flex-direction: column !important;
}
.flex[class*="-full"],
[class*="flex-"][class*="-full"] {
  width: 100%;
}
.flex[class*="-gap"],
[class*="flex-"][class*="-gap"] {
  gap: 10px;
}
.flex[class*="-gap-2"],
[class*="flex-"][class*="-gap-2"] {
  gap: 2px;
}
.flex[class*="-gap-5"],
[class*="flex-"][class*="-gap-5"] {
  gap: 5px;
}
.flex[class*="-gap-10"],
[class*="flex-"][class*="-gap-10"] {
  gap: 10px;
}
.flex[class*="-gap-15"],
[class*="flex-"][class*="-gap-15"] {
  gap: 15px;
}
.flex[class*="-gap-20"],
[class*="flex-"][class*="-gap-20"] {
  gap: 20px;
}
.flex[class*="-col_2"] > *,
[class*="flex-"][class*="-col_2"] > * {
  flex-basis: 50%;
}
.flexsize[class*="-20"],
[class*="flexsize-"][class*="-20"] {
  flex: 20%;
}
.flexsize[class*="-50"],
[class*="flexsize-"][class*="-50"] {
  flex: 0 1 50%;
}
.flexsize[class*="-100"],
[class*="flexsize-"][class*="-100"] {
  flex: 100%;
}
.block {
  display: block;
}
.min-height[class*="-100"],
[class*="min-height-"][class*="-100"] {
  min-height: 100%;
}
.position[class*="-relative"],
[class*="position-"][class*="-relative"] {
  position: relative;
}
.position[class*="-sticky"],
[class*="position-"][class*="-sticky"] {
  position: sticky;
  z-index: 1;
  top: 0;
}
.position[class*="-absolute"],
[class*="position-"][class*="-absolute"] {
  position: absolute;
  z-index: 1;
}
.position[class*="-fixed"],
[class*="position-"][class*="-fixed"] {
  position: fixed;
  z-index: 1;
}
.position[class*="-z-0"],
[class*="position-"][class*="-z-0"] {
  z-index: 0;
}
.position[class*="-z-1"],
[class*="position-"][class*="-z-1"] {
  z-index: 1;
}
.position[class*="-z-2"],
[class*="position-"][class*="-z-2"] {
  z-index: 2;
}
.position[class*="-z-3"],
[class*="position-"][class*="-z-3"] {
  z-index: 3;
}
.position[class*="-z-4"],
[class*="position-"][class*="-z-4"] {
  z-index: 4;
}
.position[class*="-z-5"],
[class*="position-"][class*="-z-5"] {
  z-index: 5;
}
.position[class*="-z-6"],
[class*="position-"][class*="-z-6"] {
  z-index: 6;
}
.position[class*="-z-7"],
[class*="position-"][class*="-z-7"] {
  z-index: 7;
}
.position[class*="-z-8"],
[class*="position-"][class*="-z-8"] {
  z-index: 8;
}
.position[class*="-z-9"],
[class*="position-"][class*="-z-9"] {
  z-index: 9;
}
.position[class*="-z-10"],
[class*="position-"][class*="-z-10"] {
  z-index: 10;
}
.position[class*="-z-9999"],
[class*="position-"][class*="-z-9999"] {
  z-index: 9999;
}
.position[class*="-bottom"],
[class*="position-"][class*="-bottom"] {
  bottom: 0;
}
.position[class*="-top"],
[class*="position-"][class*="-top"] {
  top: 0;
}
.position[class*="-left"],
[class*="position-"][class*="-left"] {
  left: 0;
}
.position[class*="-right"],
[class*="position-"][class*="-right"] {
  right: 0;
}
/* DISPLAY HELPERS */
.clickable {
  cursor: pointer;
}
.grabbable {
  cursor: grab !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.no-scroll,
.no-overflow {
  overflow: hidden !important;
}
.no-select {
  user-select: none;
}
.no-event {
  pointer-events: none;
}
.scroll-x {
  overflow-x: scroll;
}
.scroll-y {
  overflow-y: scroll;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cover {
  object-fit: cover;
  min-height: 100%;
}
.scrollbar {
  padding-right: 5px;
}
.scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  opacity: .5;
}
.scrollbar::-webkit-scrollbar:hover {
  opacity: 1;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: ;
}
.scrollbar::-webkit-scrollbar-track {
  background: ;
}
/* RESPONSIVE HELPERS */
@media screen and (max-width: 1024px) {
  .hidden-mobile {
    position: fixed;
    z-index: -999;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: local('Outfit Medium'), local('Outfit-Medium'), url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: local('Outfit Regular'), local('Outfit-Regular'), url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  font-family: Montserrat;
}
html *,
body * {
  color: #444444;
}
body {
  padding-top: 100px;
}
section {
  padding: 50px 30px;
}
figure img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  color: #104b4d;
}
h3 {
  line-height: 1.1;
  margin-bottom: 20px;
  color: #91cacc;
}
p + p {
  margin-top: 20px;
}
.subtitle {
  font-size: 16px;
  color: rgba(16, 75, 77, 0.6);
  text-transform: uppercase;
}
.card {
  display: block;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}
.card.lightgreen {
  background: rgba(145, 202, 204, 0.3);
}
.btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.btn {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #91cacc;
  border-radius: 4px;
  transition: background .1s linear;
  background: #104b4d;
}
.btn:hover {
  background: rgba(145, 202, 204, 0.4);
}
.btn i {
  font-size: 20px;
  color: #ffffff;
  transition: color .1s linear;
}
.btn span {
  color: #ffffff;
  transition: color .1s linear;
}
.btn.reverse {
  background: #91cacc;
}
.btn.reverse span {
  color: #104b4d;
}
.btn.reverse:hover {
  background: rgba(145, 202, 204, 0.4);
}
.btn.reverse:hover span {
  color: #ffffff;
}
.btn.dark {
  transition: background 0.1s linear, border-color 0.1s linear;
  border-color: transparent;
}
.btn.dark:hover {
  background: rgba(16, 75, 77, 0.8);
}
.product {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 300px;
  flex: 0 0 300px;
  padding: 10px 10px 20px 10px;
  text-decoration: none;
  border-radius: 30px;
  transition: background .2s linear;
}
.product:hover {
  background: #f6f1eb;
}
.product img {
  display: block;
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
}
.product figcaption {
  margin-top: 10px;
  text-align: center;
}
.product .product-price {
  text-align: center;
  font-family: Outfit;
  font-weight: 500;
  font-size: 18px;
}
.container {
  overflow: hidden;
}
.container.fullsize {
  max-width: 100%;
  width: 100%;
  padding: 0 75px;
}
.disabled {
  pointer-events: none;
  opacity: 0.4;
}
header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #104b4d;
}
header .spacer {
  width: 200px;
}
.site-logo img {
  display: block;
  max-width: 200px;
}
#site-nav {
  display: flex;
  list-style: none;
}
#site-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  font-family: Outfit;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 22px;
  transition: background .1s linear;
}
#site-nav a:hover {
  background: #91cacc;
}
#highlight {
  background: #f6f1eb;
}
#highlight .content {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
#highlight .subtitle {
  color: rgba(16, 75, 77, 0.6);
  text-transform: uppercase;
}
#highlight h1 {
  font-size: 62px;
  color: #104b4d;
  line-height: 1;
}
#highlight em {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}
#highlight a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
#highlight a:hover {
  color: #91cacc;
}
#numbers {
  padding: 50px 0;
  background: #104b4d;
  text-align: center;
}
#numbers em {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
#numbers p {
  color: #91cacc;
}
#news {
  text-align: center;
}
#news-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#edito {
  padding: 200px 30px;
  background: #104b4d;
  text-align: center;
}
#edito .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#edito h2 {
  text-transform: none;
  margin-bottom: 10px;
  color: #ffffff;
}
#edito p {
  color: #f6f1eb;
}
#edito .subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  color: #91cacc;
}
#edito-mouvement {
  padding: 100px 30px;
  background: #f6f1eb;
}
#edito-mouvement .card {
  text-align: center;
}
#edito-mouvement h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.1;
  color: #104b4d;
}
#edito-publication {
  padding: 100px 30px;
}
#edito-besoins {
  padding: 100px 30px;
  background: #91cacc;
}
#edito-besoins h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#edito-besoins .card {
  background: #104b4d;
  text-align: center;
}
#edito-besoins .card h3 {
  font-size: 26px;
  color: #ffffff;
}
#edito-besoins .card p {
  color: #ffffff;
}
#edito-no-publication {
  padding: 100px 30px;
}
#edito-engagements {
  padding: 100px 30px;
  background: #f6f1eb;
}
#edito-engagements h2 {
  font-size: 28px;
  font-weight: 700;
}
#engagements {
  padding: 100px 30px;
}
#engagements .subtitle {
  text-align: center;
}
#engagements h2 {
  text-align: center;
}
#engagements h3 {
  font-size: 26px;
  color: #104b4d;
}
#members {
  padding: 100px 30px;
  background: #f6f1eb;
}
#members .subtitle {
  text-align: center;
}
#members h2 {
  text-align: center;
}
#members h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #104b4d;
}
#members .card {
  text-align: center;
}
#contact {
  background: #f6f1eb;
}
#contact .card {
  background: #104b4d;
}
#contact .card h2 {
  color: #91cacc;
  font-weight: 400;
  font-size: 20px;
}
#contact .card p {
  color: #ffffff;
}
#contact .card a.btn {
  margin: 20px 0 0;
  color: #ffffff;
}
#newsletter {
  background: #f6f1eb;
}
#newsletter ul {
  list-style: none;
  margin-top: 20px;
}
#newsletter ul li + li {
  margin-top: 10px;
}
#newsletter ul i {
  margin-right: 5px;
  color: #91cacc;
}
#newsletter .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#newsletter hr {
  border-top: 1px solid rgba(68, 68, 68, 0.1);
}
#newsletter .year-price {
  font-weight: 500;
}
#newsletter .year-price em {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #104b4d;
}
#newsletter .year-price .mention {
  font-weight: 400;
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
}
#newsletter .month-price {
  margin: 0;
}
#newsletter .month-price em {
  font-style: normal;
  font-weight: 600;
  color: #104b4d;
}
#newsletter .btn:hover i {
  margin-top: -6px;
}
#newsletter .btn:hover i::before {
  content: "\f2b6";
}
#newsletter .mention {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
}
#Ariane {
  background: #f6f1eb;
}
#Ariane h1 {
  text-align: center;
  font-size: 52px;
  color: #104b4d;
  line-height: 1.2;
}
footer {
  background: #104b4d;
  padding: 50px 30px;
}
footer * {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
footer .site-logo {
  margin: 0 auto;
}
footer .footer-infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .rs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .rs a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
footer .rs a:hover {
  color: rgba(255, 255, 255, 0.9);
}
footer .footer-title {
  color: #91cacc;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 40px;
}
footer .footer-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}
footer .footer-list a {
  text-decoration: none;
}
footer .footer-list a:hover {
  color: rgba(255, 255, 255, 0.9);
}
footer .credits {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .credits .mailto {
  text-align: right;
}
footer .credits a {
  color: #91cacc;
  text-decoration: none;
}
#mobile-nav-trigger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  [mobile-nav="true"] #mobile-nav-trigger i::before {
    content: "\f062";
  }
  #mobile-nav-trigger {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    cursor: pointer;
  }
  #mobile-nav-trigger i {
    color: #ffffff;
    font-size: 30px;
  }
  footer * {
    font-size: 16px;
  }
  footer .credits .mailto {
    text-align: center;
  }
  header {
    flex-direction: column;
    height: auto;
    padding: 0 !important;
  }
  header .site-logo {
    margin: 30px 0;
  }
  header nav {
    height: var(--navHeight);
    overflow: hidden;
    transition: height 1s ease;
  }
  #site-nav {
    flex-direction: column;
    gap: 20px;
    padding: 50px 0;
  }
  #site-nav a {
    padding: 30px 40px;
    font-size: 26px;
  }
}
