@charset "UTF-8";
/*
* Feuille de style global, réunissant l'ensemble des appels
* 
*/
/*
* Définitions des variables
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root,
body,
html {
  --background-body: #fffba4;
}

/*
* Remise à zéro des styles
*/
* {
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
  font-size: 1em;
}

:root {
  font-size: 16px;
}

body {
  z-index: 0;
  background-image: radial-gradient();
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #fffba4;
}

main {
  width: 100%;
  overflow-x: hidden;
}

/*
* Définitions des Mixins
*/
/*
* Définitions des fonctions
*/
/*
* Gestion des styles 
*/
body {
  font-family: "Roboto", sans-serif;
}

/*
* Définitions des règles générales pour les élements flex
*/
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: center;
}
.flex--g1 {
  gap: 1em;
}
.flex--gp1 {
  gap: 1em;
  padding: 1em;
}
.flex--g2 {
  gap: 2em;
}
.flex--gp2 {
  gap: 2em;
  padding: 2em;
}
.flex--g3 {
  gap: 3em;
}
.flex--gp3 {
  gap: 3em;
  padding: 3em;
}
.flex--g4 {
  gap: 4em;
}
.flex--gp4 {
  gap: 4em;
  padding: 4em;
}
.flex--spar {
  justify-content: space-around;
}
.flex--center {
  justify-content: center;
}
.flex--spab {
  justify-content: space-between;
}
.flex--start {
  justify-content: flex-start;
}
.flex--end {
  justify-content: flex-end;
}
.flex--col {
  flex-direction: column;
}
.flex--nw {
  flex-wrap: nowrap;
}
.flex--aliStart {
  align-items: flex-start;
}
.flex--aliCenter {
  align-items: center;
}
.flex--aliStretch {
  align-items: stretch;
}
.flex--aliEnd {
  align-items: flex-end;
}

.fl--1 {
  flex: 1;
}
.fl--2 {
  flex: 2;
}
.fl--3 {
  flex: 3;
}
.fl--4 {
  flex: 4;
}
.fl--5 {
  flex: 5;
}
.fl--6 {
  flex: 6;
}
.fl--7 {
  flex: 7;
}
.fl--8 {
  flex: 8;
}
.fl--9 {
  flex: 9;
}
.fl--10 {
  flex: 10;
}
.fl--11 {
  flex: 11;
}
.fl--12 {
  flex: 12;
}
.fl--13 {
  flex: 13;
}
.fl--14 {
  flex: 14;
}
.fl--15 {
  flex: 15;
}
.fl--full {
  min-width: 100%;
}

/*
* Définitions des règles générales pour les sections
*/
.fullH {
  height: calc(100vh - 6.25rem);
}

.minFullH {
  min-height: 100vh;
}

/*
* Définitions des règles générales pour les espacements entre éléments
*/
.pad--1 {
  padding: 1em;
}
.pad--t1 {
  padding-top: 1em;
}
.pad--r1 {
  padding-right: 1em;
}
.pad--l1 {
  padding-left: 1em;
}
.pad--b1 {
  padding-bottom: 1em;
}
.pad--vert1 {
  padding-bottom: 1em;
  padding-top: 1em;
}
.pad--horiz1 {
  padding-left: 1em;
  padding-right: 1em;
}
.pad--2 {
  padding: 2em;
}
.pad--t2 {
  padding-top: 2em;
}
.pad--r2 {
  padding-right: 2em;
}
.pad--l2 {
  padding-left: 2em;
}
.pad--b2 {
  padding-bottom: 2em;
}
.pad--vert2 {
  padding-bottom: 2em;
  padding-top: 2em;
}
.pad--horiz2 {
  padding-left: 2em;
  padding-right: 2em;
}
.pad--3 {
  padding: 3em;
}
.pad--t3 {
  padding-top: 3em;
}
.pad--r3 {
  padding-right: 3em;
}
.pad--l3 {
  padding-left: 3em;
}
.pad--b3 {
  padding-bottom: 3em;
}
.pad--vert3 {
  padding-bottom: 3em;
  padding-top: 3em;
}
.pad--horiz3 {
  padding-left: 3em;
  padding-right: 3em;
}
.pad--4 {
  padding: 4em;
}
.pad--t4 {
  padding-top: 4em;
}
.pad--r4 {
  padding-right: 4em;
}
.pad--l4 {
  padding-left: 4em;
}
.pad--b4 {
  padding-bottom: 4em;
}
.pad--vert4 {
  padding-bottom: 4em;
  padding-top: 4em;
}
.pad--horiz4 {
  padding-left: 4em;
  padding-right: 4em;
}
.pad--5 {
  padding: 5em;
}
.pad--t5 {
  padding-top: 5em;
}
.pad--r5 {
  padding-right: 5em;
}
.pad--l5 {
  padding-left: 5em;
}
.pad--b5 {
  padding-bottom: 5em;
}
.pad--vert5 {
  padding-bottom: 5em;
  padding-top: 5em;
}
.pad--horiz5 {
  padding-left: 5em;
  padding-right: 5em;
}
.pad--6 {
  padding: 6em;
}
.pad--t6 {
  padding-top: 6em;
}
.pad--r6 {
  padding-right: 6em;
}
.pad--l6 {
  padding-left: 6em;
}
.pad--b6 {
  padding-bottom: 6em;
}
.pad--vert6 {
  padding-bottom: 6em;
  padding-top: 6em;
}
.pad--horiz6 {
  padding-left: 6em;
  padding-right: 6em;
}
.pad--7 {
  padding: 7em;
}
.pad--t7 {
  padding-top: 7em;
}
.pad--r7 {
  padding-right: 7em;
}
.pad--l7 {
  padding-left: 7em;
}
.pad--b7 {
  padding-bottom: 7em;
}
.pad--vert7 {
  padding-bottom: 7em;
  padding-top: 7em;
}
.pad--horiz7 {
  padding-left: 7em;
  padding-right: 7em;
}
.pad--8 {
  padding: 8em;
}
.pad--t8 {
  padding-top: 8em;
}
.pad--r8 {
  padding-right: 8em;
}
.pad--l8 {
  padding-left: 8em;
}
.pad--b8 {
  padding-bottom: 8em;
}
.pad--vert8 {
  padding-bottom: 8em;
  padding-top: 8em;
}
.pad--horiz8 {
  padding-left: 8em;
  padding-right: 8em;
}
.pad--9 {
  padding: 9em;
}
.pad--t9 {
  padding-top: 9em;
}
.pad--r9 {
  padding-right: 9em;
}
.pad--l9 {
  padding-left: 9em;
}
.pad--b9 {
  padding-bottom: 9em;
}
.pad--vert9 {
  padding-bottom: 9em;
  padding-top: 9em;
}
.pad--horiz9 {
  padding-left: 9em;
  padding-right: 9em;
}

.marge--1 {
  margin: 1em;
}
.marge--t1 {
  margin-top: 1em;
}
.marge--r1 {
  margin-right: 1em;
}
.marge--l1 {
  margin-left: 1em;
}
.marge--b1 {
  margin-bottom: 1em;
}
.marge--vert1 {
  margin-bottom: 1em;
  margin-top: 1em;
}
.marge--horiz1 {
  margin-left: 1em;
  margin-right: 1em;
}
.marge--2 {
  margin: 2em;
}
.marge--t2 {
  margin-top: 2em;
}
.marge--r2 {
  margin-right: 2em;
}
.marge--l2 {
  margin-left: 2em;
}
.marge--b2 {
  margin-bottom: 2em;
}
.marge--vert2 {
  margin-bottom: 2em;
  margin-top: 2em;
}
.marge--horiz2 {
  margin-left: 2em;
  margin-right: 2em;
}
.marge--3 {
  margin: 3em;
}
.marge--t3 {
  margin-top: 3em;
}
.marge--r3 {
  margin-right: 3em;
}
.marge--l3 {
  margin-left: 3em;
}
.marge--b3 {
  margin-bottom: 3em;
}
.marge--vert3 {
  margin-bottom: 3em;
  margin-top: 3em;
}
.marge--horiz3 {
  margin-left: 3em;
  margin-right: 3em;
}
.marge--4 {
  margin: 4em;
}
.marge--t4 {
  margin-top: 4em;
}
.marge--r4 {
  margin-right: 4em;
}
.marge--l4 {
  margin-left: 4em;
}
.marge--b4 {
  margin-bottom: 4em;
}
.marge--vert4 {
  margin-bottom: 4em;
  margin-top: 4em;
}
.marge--horiz4 {
  margin-left: 4em;
  margin-right: 4em;
}
.marge--5 {
  margin: 5em;
}
.marge--t5 {
  margin-top: 5em;
}
.marge--r5 {
  margin-right: 5em;
}
.marge--l5 {
  margin-left: 5em;
}
.marge--b5 {
  margin-bottom: 5em;
}
.marge--vert5 {
  margin-bottom: 5em;
  margin-top: 5em;
}
.marge--horiz5 {
  margin-left: 5em;
  margin-right: 5em;
}
.marge--6 {
  margin: 6em;
}
.marge--t6 {
  margin-top: 6em;
}
.marge--r6 {
  margin-right: 6em;
}
.marge--l6 {
  margin-left: 6em;
}
.marge--b6 {
  margin-bottom: 6em;
}
.marge--vert6 {
  margin-bottom: 6em;
  margin-top: 6em;
}
.marge--horiz6 {
  margin-left: 6em;
  margin-right: 6em;
}
.marge--7 {
  margin: 7em;
}
.marge--t7 {
  margin-top: 7em;
}
.marge--r7 {
  margin-right: 7em;
}
.marge--l7 {
  margin-left: 7em;
}
.marge--b7 {
  margin-bottom: 7em;
}
.marge--vert7 {
  margin-bottom: 7em;
  margin-top: 7em;
}
.marge--horiz7 {
  margin-left: 7em;
  margin-right: 7em;
}
.marge--8 {
  margin: 8em;
}
.marge--t8 {
  margin-top: 8em;
}
.marge--r8 {
  margin-right: 8em;
}
.marge--l8 {
  margin-left: 8em;
}
.marge--b8 {
  margin-bottom: 8em;
}
.marge--vert8 {
  margin-bottom: 8em;
  margin-top: 8em;
}
.marge--horiz8 {
  margin-left: 8em;
  margin-right: 8em;
}
.marge--9 {
  margin: 9em;
}
.marge--t9 {
  margin-top: 9em;
}
.marge--r9 {
  margin-right: 9em;
}
.marge--l9 {
  margin-left: 9em;
}
.marge--b9 {
  margin-bottom: 9em;
}
.marge--vert9 {
  margin-bottom: 9em;
  margin-top: 9em;
}
.marge--horiz9 {
  margin-left: 9em;
  margin-right: 9em;
}

/*
* Définitions des règles générales pour les cartes
*/
.card {
  display: inline-block;
  width: 15em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1333333333);
  --elem-color: #34253a;
}
.card--secondary {
  --elem-color: #fffba4;
}
.card--tercary {
  --elem-color: #fed18c;
}
.card--round {
  border-radius: 1em;
  overflow: hidden;
}
.card-visual {
  width: 100%;
  height: 12.5em;
  overflow: hidden;
  background-color: var(--elem-color);
  background-image: radial-gradient(ellipse farthest-corner at 15% 95%, #000, #222 50%, rgba(255, 255, 255, 0.3333333333));
  background-blend-mode: screen;
  position: relative;
}
.card-visual p {
  margin: 20%;
  width: 100%;
  font-family: "Oswald", serif;
  color: var(--elem-color);
  text-align: center;
  font-size: 3em;
  font-weight: 900;
  filter: invert(1);
  mix-blend-mode: difference;
  user-select: none;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s ease-out;
}
.card-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.card-visual img + p {
  transition: 0.3s ease-in-out;
  filter: invert(0);
  color: #fff;
}
.card:hover .card-visual img,
.card:hover .card-visual p {
  transform: translate(-50%, -50%) scale(1.25);
}

/*
* Définitions des règles générales pour les textes
*/
.tac, .tac .text-block, .tac table td, table .tac td,
.tac table th,
table .tac th, .tac ul,
.tac ol, .tac p, .tac h4, .tac h3, .tac h2, .tac h1 {
  text-align: center;
}
.taj, .taj .text-block, .taj table td, table .taj td,
.taj table th,
table .taj th, .taj ul,
.taj ol, .taj p, .taj h4, .taj h3, .taj h2, .taj h1 {
  text-align: justify;
}
.tal, .tal .text-block, .tal table td, table .tal td,
.tal table th,
table .tal th, .tal ul,
.tal ol, .tal p, .tal h4, .tal h3, .tal h2, .tal h1 {
  text-align: left;
}
.tar, .tar .text-block, .tar table td, table .tar td,
.tar table th,
table .tar th, .tar ul,
.tar ol, .tar p, .tar h4, .tar h3, .tar h2, .tar h1 {
  text-align: right;
}
.content-block {
  width: 90%;
  max-width: 60em;
  margin: 1em auto;
}
.content-block--small {
  max-width: 40em;
}

.text-block, table td,
table th, ul,
ol, p, h4, h3, h2, h1 {
  line-height: 1.5;
}

h1 {
  font-size: 2em;
  text-transform: uppercase;
  font-family: "Oswald", serif;
  --elem-color: #34253a;
  color: var(--elem-color);
}
h1--secondary {
  --elem-color: #fffba4;
}
h1--tercary {
  --elem-color: #fed18c;
}
h1:first-of-type {
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "Oswald", serif;
}

h3 {
  font-size: 1.175em;
  font-variant: small-caps;
  font-family: "Oswald", serif;
}

h4 {
  text-decoration: underline;
  --elem-color: #34253a;
  color: var(--elem-color);
}
h4--secondary {
  --elem-color: #fffba4;
}
h4--tercary {
  --elem-color: #fed18c;
}

h5 {
  font-size: 0.8em;
}

ul,
ol {
  padding-left: 1em;
}

small {
  font-size: 0.75em;
}

.c-primary {
  color: #34253a;
}

.c-secondary {
  color: #fffba4;
}

.c-tercary {
  color: #fed18c;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #34253a;
}

/*
* Définitions des règles générales pour le footer
*/
header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

.header-home {
  display: block;
  width: 4em;
  object-fit: contain;
}

/*
* Définitions des règles générales pour les formulaires
*/
form input {
  font-family: inherit;
  font-size: inherit;
}
form input[type=radio], form input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  margin: 0;
  border: solid 0.125em #34253a;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin: 0.25em 0.5em 0.25em 0;
  transition: 0.3s ease-in-out;
}
form input[type=radio] {
  border-radius: 50%;
}
form input[type=radio]:checked {
  background-color: #34253a;
  box-shadow: 0 0 0 0.1em inset #fff;
}
form input[type=checkbox] {
  font-weight: 400;
  font-style: italic;
}
form input[type=checkbox]::before {
  content: "✓";
  color: transparent;
  position: relative;
  top: -0.4em;
}
form input[type=checkbox]:checked {
  background-color: #34253a;
}
form input[type=checkbox]:checked::before {
  color: #fff;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=password],
form select {
  padding: 0.25em;
  border-radius: 0;
  border: none;
  border-bottom: solid 2px #34253a;
  outline: none;
  transition: box-shadow 0.15s ease-in-out;
  background-color: var(--background-body);
}
form input[type=text]:focus, form input[type=text]:active,
form input[type=email]:focus,
form input[type=email]:active,
form input[type=number]:focus,
form input[type=number]:active,
form input[type=tel]:focus,
form input[type=tel]:active,
form input[type=password]:focus,
form input[type=password]:active,
form select:focus,
form select:active {
  box-shadow: 0 -2em inset rgba(52, 37, 58, 0.25);
}
form .fieldBlock {
  padding: 1em 0;
  display: flex;
  flex-flow: row nowrap;
  min-width: min(300px, 100%);
  align-items: center;
  gap: 0.5em;
}
form .fieldBlock > input, form .fieldBlock > select {
  flex: 1;
}
form .fieldBlock > input.btn {
  flex: 0;
  margin: 0 auto;
}
form .fieldBlock--labelOver {
  display: block;
}
form .fieldBlock--labelOver label {
  display: block;
}
form .fieldBlock--labelOver > input, form .fieldBlock--labelOver > select {
  width: 100%;
}
form .fieldBlock--placeholderOver {
  display: block;
  position: relative;
  padding-top: 2em;
}
form .fieldBlock--placeholderOver > input, form .fieldBlock--placeholderOver > select {
  width: 100%;
}
form .fieldBlock--placeholderOver > input, form .fieldBlock--placeholderOver > select {
  transition: color 0.3s ease-in-out, box-shadow 0.15s ease-in-out;
  color: transparent;
}
form .fieldBlock--placeholderOver > input::placeholder, form .fieldBlock--placeholderOver > select::placeholder {
  color: transparent;
  pointer-events: none;
  opacity: 0;
}
form .fieldBlock--placeholderOver > input:-ms-input-placeholder, form .fieldBlock--placeholderOver > select:-ms-input-placeholder {
  color: transparent;
  pointer-events: none;
  opacity: 0;
}
form .fieldBlock--placeholderOver > input::-ms-input-placeholder, form .fieldBlock--placeholderOver > select::-ms-input-placeholder {
  color: transparent;
  pointer-events: none;
  opacity: 0;
}
form .fieldBlock--placeholderOver > input ~ label, form .fieldBlock--placeholderOver > select ~ label {
  display: block;
  position: absolute;
  top: 2.25em;
  left: 0.25em;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0.5;
  transform: skewX(-10deg);
}
form .fieldBlock--placeholderOver > input:focus, form .fieldBlock--placeholderOver > input:active, form .fieldBlock--placeholderOver > select:focus, form .fieldBlock--placeholderOver > select:active {
  color: inherit;
}
form .fieldBlock--placeholderOver > input:focus ~ label, form .fieldBlock--placeholderOver > input:active ~ label, form .fieldBlock--placeholderOver > select:focus ~ label, form .fieldBlock--placeholderOver > select:active ~ label {
  opacity: 1;
  transform: translate(-0.5em, -1.5em);
}
form .fieldBlock--placeholderOver > input:not(:placeholder-shown), form .fieldBlock--placeholderOver > select:not(:placeholder-shown) {
  color: inherit;
}
form .fieldBlock--placeholderOver > input:not(:placeholder-shown) ~ label, form .fieldBlock--placeholderOver > select:not(:placeholder-shown) ~ label {
  opacity: 0;
  pointer-events: none;
}
form .fieldset {
  padding: 1em 0;
  display: block;
  border: none;
}
form .fieldset legend {
  display: block;
  position: relative;
  top: 1em;
  padding: 0.25em;
}
form .fieldset label {
  cursor: pointer;
}
form .fieldset--column .fieldBlock-check {
  display: block;
}

.form-feedback {
  list-style-type: none;
}
.form-feedback--good {
  color: #63883c;
}
.form-feedback--warning {
  color: #ffc65c;
}
.form-feedback--error {
  color: #f06449;
}

/*
* Définitions des règles générales pour les élements structurels
*/
hr {
  display: block;
  width: 80%;
  height: 0.125em;
  background-image: linear-gradient(to right, rgba(52, 37, 58, 0), #34253a, rgba(52, 37, 58, 0));
  border-radius: 50%;
  border: none;
  margin: 2em auto;
  position: relative;
  overflow: visible;
  background-color: inherit;
}
hr::before {
  content: "§";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.5em;
  width: 1.5em;
  font-weight: 900;
  font-family: sans-serif;
  line-height: 1.5em;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(60deg);
  text-align: center;
  color: #34253a;
  border-radius: 50%;
  background-color: var(--background-body);
  box-shadow: 0 0 1em 1em var(--background-body);
}
hr::after {
  content: ". .";
  display: block;
  position: absolute;
  top: calc(50% - 0.22em);
  left: calc(50% - 0.02em);
  width: auto;
  font-weight: 300;
  line-height: 1.5em;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(15deg);
  text-align: center;
  color: #34253a;
  height: 1.5em;
  word-spacing: 0.085em;
  font-family: serif;
  background-color: rgba(0, 0, 0, 0);
}

/*
* Définitions des règles générales pour les img
*/
img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/*
* Définitions des règles générales pour les boutons & CTAs
*/
.btn {
  --elem-color: #34253a;
  --elem-sec-color: #fff;
  display: inline-block;
  margin: 1em 2em;
  background-color: var(--elem-color);
  padding: 0.75em 2em;
  font-weight: bold;
  color: var(--elem-sec-color);
  border: solid 0.2em var(--elem-color);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.btn--secondary {
  --elem-color: #fffba4;
}
.btn--tercary {
  --elem-color: #fed18c;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: var(--elem-sec-color);
  color: var(--elem-color);
}
.btn--red {
  --elem-color:#f06449;
}
.btn--round {
  border-radius: 1em;
}
.btn--shadow {
  box-shadow: 0 1em 2em var(--elem-color);
  transition: box-shadow 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  text-shadow: 0 0 0 var(--elem-sec-color);
}
.btn--shadow:hover, .btn--shadow:focus, .btn--shadow:active {
  text-shadow: 0 0 1.5em var(--elem-sec-color);
  background-color: var(--elem-color);
  color: var(--elem-sec-color);
  box-shadow: 0 0.5em 2em var(--elem-color);
}
.btn--stroke {
  color: var(--elem-color);
  transition: box-shadow 0.3s ease-in-out;
  background-color: transparent;
  box-shadow: 0 0 inset var(--elem-color), 0 0 inset var(--elem-color), 0 0 inset var(--elem-color), 0 0 inset var(--elem-color);
}
.btn--stroke:hover, .btn--stroke:focus, .btn--stroke:active {
  box-shadow: 0.2em 0 inset var(--elem-color), -0.2em 0 inset var(--elem-color), 0 0.2em inset var(--elem-color), 0 -0.2em inset var(--elem-color);
  background-color: transparent;
}
.btn--door {
  width: 12em;
  box-shadow: 6.25em 0 inset var(--elem-color), -6.25em 0 inset var(--elem-color);
  background-color: transparent;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.btn--door:hover, .btn--door:focus, .btn--door:active {
  background-color: transparent;
  box-shadow: 0 0 inset var(--elem-color), 0 0 inset var(--elem-color);
  color: var(--elem-color);
}
.btn:disabled {
  pointer-events: none;
  filter: saturate(0);
}
.btn--validated {
  pointer-events: none;
  --elem-color: #63883c;
}

/*
* Définitions des règles générales pour les liens
*/
.link {
  --elem-color: #34253a;
  --gradient-pos: 0%;
  display: inline-block;
  font-family: "Oswald", serif;
  font-weight: bold;
  color: var(--elem-color);
  transform: skewX(0deg);
  text-decoration: none;
  position: relative;
  height: 1.5em;
  box-shadow: 0 -0.125em inset var(--elem-color);
  padding: 0 0.15em;
  transition: box-shadow 0.15s ease-out, opacity 0.15s ease-out, color 0.15s ease-out;
}
.link--secondary {
  --elem-color: #fffba4;
}
.link--tercary {
  --elem-color: #fed18c;
}
.link:hover {
  opacity: 0.75;
  box-shadow: 0 -1.5em inset var(--elem-color);
  color: var(--background-body);
}
.link--red {
  --elem-color:#f06449;
}
.link--fade {
  white-space: nowrap;
  transition: opacity 0.3s ease-in-out;
  box-shadow: unset;
}
.link--fade::before, .link--fade::after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 1.25em;
  height: 0.125em;
  z-index: -1;
  left: 0;
  width: 100%;
  transition: inherit;
}
.link--fade::before {
  background-image: linear-gradient(to right, var(--elem-color) 0%, transparent 100%);
}
.link--fade::after {
  transition-delay: 0.075s;
  background-image: linear-gradient(to left, var(--elem-color) 0%, transparent 100%);
  opacity: 0;
}
.link--fade:hover {
  color: var(--elem-color);
  opacity: 1;
  box-shadow: unset;
}
.link--fade:hover::before {
  opacity: 0;
  transition-delay: 0.075s;
}
.link--fade:hover::after {
  transition-delay: 0s;
  opacity: 1;
}
.link--shadow {
  display: inline;
  transition: text-shadow 0.3s ease-in-out;
  box-shadow: unset;
  text-shadow: 0 0 0 var(--elem-color);
}
.link--shadow:hover {
  opacity: 1;
  color: var(--elem-color);
  box-shadow: unset;
  text-shadow: 0 0 2em var(--elem-color);
}

/*
* Définitions des règles générales pour le footer
*/
footer {
  background-color: #34253a;
  padding: 2em;
  margin-top: auto;
  justify-self: flex-end;
  color: rgba(255, 255, 255, 0.9);
}
footer #templateForm {
  display: flex;
  column-gap: 2em;
  row-gap: 1em;
  flex-flow: row wrap;
}
footer #templateForm select {
  background-color: transparent;
  color: inherit;
  width: 10em;
  border-bottom: none;
}
footer #templateForm select option {
  background-color: #34253a;
}
footer #templateForm .themeSelector {
  border-bottom: solid 2px #fff;
}
footer #templateForm input[type=checkbox] {
  background-color: #fff;
  border: none;
  position: relative;
  width: 1.5em;
  height: 0.5em;
  border-radius: 0.25em;
  margin: 0.5em;
}
footer #templateForm input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1em;
  width: 1em;
  background-color: #fffba4;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
footer #templateForm input[type=checkbox]:checked::before {
  left: 0%;
}
footer #templateForm label {
  cursor: pointer;
}
footer #templateForm input[type=submit] {
  padding: 0.5em;
  font-family: inherit;
  background-color: #fffba4;
  color: black;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
}
footer #templateForm input[type=submit]:hover {
  background-color: #fff;
}

/*
* Définitions des règles générales pour les scrollBars
*/
* {
  /* Track */
  /* Handle */
}
*::-webkit-scrollbar {
  width: 0.25rem;
}
*::-webkit-scrollbar-track {
  background: --background-body;
  border-radius: 0.5rem;
}
*::-webkit-scrollbar-thumb {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
}
*::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

.quinconce {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 8em;
  margin-bottom: 5em;
}
.quinconce-card {
  display: flex;
  flex-flow: row wrap;
  gap: 4em;
}
.quinconce-card:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.quinconce-card-img {
  min-height: 300px;
  height: 100%;
  flex: 1;
  position: relative;
}
.quinconce-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: unset;
}
.quinconce-card-content {
  flex: 2;
}

.questionBlock {
  display: block;
  background-color: #fff;
  padding: 2em;
  box-shadow: 0 0.5em 1em rgba(102, 102, 102, 0.2666666667);
  margin: 2em;
  width: 20em;
  max-width: 60em;
}
.questionBlock p {
  font-size: 1.25em;
  text-align: center;
}
.questionBlock .btn {
  margin-left: auto;
  margin-top: 4em;
  display: block;
  margin-right: 0;
  font-size: 0.75rem;
  box-shadow: 0 0.5em 1em rgba(52, 37, 58, 0.5);
}

/*
* Définitions des règles générales pour les tables
*/
table {
  display: inline-block;
  border-collapse: collapse;
}
table caption {
  font-style: italic;
}
table thead {
  --cel-border-color: transparent;
  background-color: rgba(52, 37, 58, 0.75);
  color: #fff;
}
table tbody {
  --cel-border-color: rgba(52, 37, 58, 0.25);
}
table tbody tr:nth-of-type(2n) {
  background-color: rgba(52, 37, 58, 0.15);
}
table tfoot {
  --cel-border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: bold;
  background-color: rgba(52, 37, 58, 0.35);
}
table td,
table th {
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
}
table td::after,
table th::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -0.5px;
  height: 80%;
  width: 1px;
  background-color: var(--cel-border-color);
}
table td:last-of-type::after,
table th:last-of-type::after {
  display: none;
}

.homeTitle {
  overflow: hidden;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  font-size: 10vw;
  word-spacing: 0.1em;
}
.homeTitle-wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.homeTitle-text {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(1em / 2);
  line-height: 1em;
}
.homeTitle-text-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: 1em;
  position: absolute;
  width: 300vw;
  left: 0;
  overflow: hidden;
  color: #34253a;
  animation: decal 10s cubic-bezier(0.95, 0, 0.05, 1) 0s infinite;
}
.homeTitle-text-item {
  width: 25%;
  text-align: center;
}
.homeTitle-text--1 .homeTitle-text-wrapper {
  top: -0.0325em;
  animation-direction: reverse;
}
.homeTitle-text--2 .homeTitle-text-wrapper {
  bottom: 0.0325em;
  animation-direction: normal;
}
.homeTitle-sep {
  height: 0em;
  width: 100%;
  background-color: #fffba4;
}

@keyframes decal {
  0% {
    transform: translateX(5.5555555556%) translateX(0%);
  }
  25% {
    transform: translateX(5.5555555556%) translateX(0%);
  }
  75% {
    transform: translateX(5.5555555556%) translateX(-25%);
  }
  100% {
    transform: translateX(5.5555555556%) translateX(-25%);
  }
}
/*
* Définitions des règles initial pour les HTMLelements <mb-details>
*/
mb-details {
  box-sizing: content-box;
  display: block;
}
mb-details summary {
  position: relative;
  cursor: pointer;
  padding-left: 2em;
}
mb-details summary::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 1em;
  transform: translate(-50%, -50%);
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent;
  border-left-color: inherit;
  transform-origin: 50% 50%;
  transition: 0.3s ease-in-out;
}
mb-details .mb-details-content {
  padding-left: 2em;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: MB_Details_Anim_Close;
}
mb-details[open] > summary::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
mb-details[open] > .mb-details-content {
  animation-name: MB_Details_Anim_Open;
}
mb-details[opening] * {
  pointer-events: none !important;
  transition: 0s !important;
}

@keyframes MB_Details_Anim_Open {
  0% {
    opacity: 0;
    font-size: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.5);
    opacity: 0;
    font-size: 1em;
  }
  100% {
    transform: scale(1);
    font-size: 1em;
    opacity: 1;
  }
}
@keyframes MB_Details_Anim_Close {
  0% {
    opacity: 1;
    font-size: 1em;
  }
  20% {
    font-size: 1em;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    font-size: 0;
  }
}
/*
* Définitions des règles initial pour les HTMLelements <mb-navbar>
*/
.mb-navbar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mb-navbar-part {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  padding: 0 1em;
}
.mb-navbar-part--right {
  justify-content: flex-end;
}
.mb-navbar-logo {
  height: 5em;
  width: auto;
}
.mb-navbar-logo img,
.mb-navbar-logo svg {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.mb-navbar-toggler {
  display: none;
  height: 1em;
  width: 1em;
  font-size: 3em;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.mb-navbar-toggler div {
  background-color: black;
  font-size: 0.1em;
  height: 1em;
  width: 1em;
  position: absolute;
  border-radius: 1em;
}
.mb-navbar-toggler div:nth-of-type(1) {
  top: calc(20% - 0.5em);
  left: calc(50% - 0.5em);
}
.mb-navbar-toggler div:nth-of-type(2), .mb-navbar-toggler div:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transition: height 0.15s ease-in-out, width 0.15s ease-in-out, transform 0.3s ease-in-out;
  transform-origin: center center;
}
.mb-navbar-toggler div:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
.mb-navbar-toggler div:nth-of-type(3) {
  transform: translate(-50%, -50%);
}
.mb-navbar-toggler div:nth-of-type(4) {
  top: calc(80% - 0.5em);
  left: calc(50% - 0.5em);
}
.mb-navbar-toggler:hover div:nth-of-type(2),
.mb-navbar-toggler:hover div:nth-of-type(3) {
  width: 5em;
  height: 0.5em;
}
.mb-navbar-toggler--cross div:nth-of-type(2),
.mb-navbar-toggler--cross div:nth-of-type(3) {
  width: 10em;
  height: 0.5em;
}
.mb-navbar-toggler--cross div:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mb-navbar-toggler--cross div:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mb-navbar--scrolled {
  background-color: #fff;
  box-shadow: 0 0em 1em 1em rgba(52, 37, 58, 0.05);
}
.mb-navbar--placeHolder {
  z-index: -10;
  opacity: 0 !important;
  pointer-events: none;
  position: fixed;
  top: -100vh;
  width: auto;
}
.mb-navbar--placeHolder,
.mb-navbar--placeHolder * {
  flex-shrink: 0;
  white-space: nowrap;
}
.mb-navbar--small {
  position: sticky;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  max-height: 5em;
  gap: 2em;
  transition: max-height 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
.mb-navbar--small .mb-navbar-logo {
  order: 1;
}
.mb-navbar--small .mb-navbar-part {
  order: 2;
  flex-direction: column;
}
.mb-navbar--small .mb-navbar-toggler {
  display: block;
}
.mb-navbar--small.mb-navbar--opened {
  max-height: 100vh;
  padding-bottom: 2em;
}

mb-emojifollow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  pointer-events: none;
  overflow: hidden;
  z-index: 100;
}

.overEmojifollow {
  position: relative;
  z-index: 101;
}

.mb-emojifollow {
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  font-size: 2em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  animation: emojiFollowMove 1s ease-out 0s 1 normal forwards;
}

@keyframes emojiFollowMove {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) translate(var(--mb-ef-movX), var(--mb-ef-movY));
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(var(--mb-ef-movX), var(--mb-ef-movY));
  }
}
.mesquestions {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  padding-bottom: 4em;
}
.mesquestions-item {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  background-color: #fafafa;
  box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.1333333333);
  border-radius: 0.25em;
  padding: 1em;
}
.mesquestions-text {
  font-size: 1.25em;
  font-weight: 500;
  color: #34253a;
}
.mesquestions-tags {
  font-size: 0.75em;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5em 0 0.75em;
}
.mesquestions-tags > div {
  display: block;
  border-radius: 0.25em;
  background-color: var(--elem-color);
  color: #fff;
  font-weight: bold;
  padding: 0.125em 0.5em;
}
.mesquestions-content {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
.mesquestions-sub {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 0.75em;
}

@media only screen and (min-width: 768px) {
  .mesquestions {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .mesquestions-item {
    max-width: 350px;
    width: auto;
  }
}
#mesQuestionForm {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4em;
}
#mesQuestionForm .fieldBlock {
  padding-top: 2em;
}
#mesQuestionForm label {
  font-weight: bold;
  color: #34253a;
  font-size: 1.25em;
}/*# sourceMappingURL=main.css.map */