@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Supermercado+One&display=swap&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
/* Commencement du Reset CSS
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  margin: 0;
  padding: 0;
}

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

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  padding: 0;
  width: 100vw;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
ul {
  list-style: none;
}

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;
  text-decoration: none;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

img {
  max-width: 100%;
  display: block;
}

/*Fin du Reset CSS
===========================================================================*/
@-webkit-keyframes question {
  0% {
    transform: rotate(-15deg) scale(0.9);
  }
  50% {
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    transform: rotate(15deg) scale(0.9);
  }
}
@keyframes question {
  0% {
    transform: rotate(-15deg) scale(0.9);
  }
  50% {
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    transform: rotate(15deg) scale(0.9);
  }
}
:root {
  --clr-primary-green: #3F6D54;
  --clr-primary-blue: #F3F2FA;
  --clr-primary-orange: #FF6C38;
  --clr-light-green: #EBF2DB;
  --clr-light-orange: #FFDBCF;
  --clr-secondary-black: #000000;
  --fs-8: 0.75rem;
  --fs-14: 1rem;
  --fs-18: 1.125rem;
  --fs-22: 1.375rem;
  --fs-28: 1.75rem;
  --fs-30: 1.875rem;
  --font-cursive: 'Supermercado One', cursive;
  --font-sans: 'Poppins', sans-serif;
  --font-serif: 'Playfair Display SC', serif;
  --font-thin: 100;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-black: 900;
}
@media (min-width: 64em) {
  :root {
    --fs-8: 1rem;
    --fs-14: 1.5rem;
    --fs-18: 1.625rem;
    --fs-22: 1.625rem;
    --fs-28: 2.375rem;
    --fs-30: 2.5rem;
  }
}
@media (min-width: 48rem) {
  :root {
    --fs-8: 1rem;
  }
}

body {
  font-family: var(--font-sans);
  font-weight: var(--font-regular);
  font-size: var(--fs-14);
  text-align: justify;
  color: white;
}

/*Début de la manipulation des typographies*/
.begin__title,
.begin__subtitle {
  font-family: var(--font-sans);
  font-size: var(--fs-28);
  font-weight: var(--font-black);
  text-align: center;
  color: var(--clr-primary-orange);
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--clr-primary-blue);
}
@media (min-width: 64em) {
  .begin__title,
.begin__subtitle {
    -webkit-text-stroke: 2px var(--clr-primary-blue);
  }
}

.begin__subtitle {
  margin-top: -1rem;
}

.pres__title {
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-black);
  text-align: center;
  color: var(--clr-primary-blue);
}
.pres__text {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-blue);
}

.actu__title {
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-black);
  text-align: center;
  color: var(--clr-primary-orange);
  position: relative;
}

.actu__container__invit__text {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-orange);
  line-height: 1.5rem;
}
.actu__container__invit__button {
  font-family: var(--font-serif);
  font-size: var(--fs-18);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-blue);
}

.projet__title {
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-black);
  text-align: center;
  color: var(--clr-primary-green);
}
.projet__article__title {
  font-family: var(--font-cursive);
  font-size: var(--fs-28);
  font-weight: var(--font-black);
  text-align: left;
  color: var(--clr-primary-green);
}
.projet__article__text {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-green);
}
.projet__button {
  font-family: var(--font-serif);
  font-size: var(--fs-18);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-green);
}

.fav__header__title {
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-black);
  text-align: center;
  color: var(--clr-primary-green);
}
.fav__header__text {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-green);
}

.intro__title {
  position: relative;
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-orange);
  margin-bottom: 3rem;
}
.intro__intro {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-orange);
}

.beginProj__title {
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-green);
  border: 2px solid var(--clr-primary-green);
  padding: 0.5rem 0.75rem;
  width: 85%;
  margin: 1rem auto;
}
.beginProj__article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
}
.beginProj__article__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-cursive);
  font-size: var(--fs-28);
  font-weight: var(--font-regular);
  text-align: left;
  color: var(--clr-primary-green);
}
.beginProj__article__title::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -15%;
  top: -50%;
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
  background-color: var(--clr-primary-orange);
  opacity: 0.2;
}
@media (min-width: 48rem) {
  .beginProj__article__title::before {
    width: 12vw;
    height: 12vw;
  }
}
@media (min-width: 64em) {
  .beginProj__article__title::before {
    width: 8vw;
    height: 8vw;
  }
}
.beginProj__article__intro {
  margin: 2rem 0;
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-green);
}

.filter__element {
  font-family: var(--font-sans);
  font-size: var(--fs-8);
  font-weight: var(--font-semi-bold);
  text-align: center;
  color: var(--clr-primary-blue);
}

.introduction {
  width: 80%;
}
.introduction__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-green);
  margin: 2rem auto;
}
@media (min-width: 64em) {
  .introduction__title {
    margin: 4rem auto;
  }
}
.introduction__title::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -15%;
  top: -25%;
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
  background-color: var(--clr-primary-green);
  opacity: 0.2;
}
@media (min-width: 48rem) {
  .introduction__title::before {
    width: 12vw;
    height: 12vw;
  }
}
@media (min-width: 64em) {
  .introduction__title::before {
    width: 8rem;
    height: 8rem;
  }
}
.introduction__titre {
  position: relative;
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-green);
  margin: 2rem auto;
}
@media (min-width: 64em) {
  .introduction__titre {
    margin: 4rem auto;
  }
}
.introduction__text {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-green);
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.header {
  background-color: var(--clr-light-green);
  position: relative;
  width: 100%;
  height: 3.5rem;
}
@media (min-width: 48rem) {
  .header {
    height: 5rem;
  }
}
.header__social {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 0.6rem 0 0 0.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 48rem) {
  .header__social {
    padding: 1.2rem 0 0 0.4rem;
    width: 10rem;
  }
}
.header__social__link {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 48rem) {
  .header__social__link {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__social__link:last-of-type {
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 48rem) {
  .header__social__link:last-of-type {
    width: 3rem;
    height: 3rem;
  }
}
.header__logo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header__logo__img {
  width: 6rem;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .header__logo__img {
    width: 8rem;
    margin-top: 0.5rem;
  }
}

.burger {
  display: block;
  position: fixed;
  padding: 0.2rem 0 0 0.8rem;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--clr-light-green);
  border-radius: 0 0 0 25px;
}
@media (min-width: 48rem) {
  .burger {
    padding: 0.3rem 0 0 1rem;
    width: 4rem;
    height: 4rem;
  }
}
.burger__hide {
  color: var(--clr-light-green);
  font-size: 0.5rem;
}
.burger__cross {
  display: block;
  width: 2.5rem;
  height: 2rem;
  position: absolute;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  /* Animation pour transformer le bouton burger en croix*/
}
.burger__cross:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: var(--clr-primary-green);
}
.burger__cross:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.burger__cross:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.burger__cross:checked ~ ul {
  transform: none;
}
.burger span {
  display: block;
  width: 2rem;
  height: 0.25rem;
  margin-bottom: 0.27rem;
  position: relative;
  background: var(--clr-primary-orange);
  border-radius: 3px;
  z-index: 3;
  transform-origin: 0.25rem 0rem;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.burger span:first-child {
  transform-origin: 0% 0%;
}
.burger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.burger__ul {
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 0;
  padding-top: 12vw;
  width: 100%;
  height: 100%;
  background: var(--clr-light-green);
  list-style-type: none;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translateX(100%);
}
@media (min-width: 64em) {
  .burger__ul {
    padding-top: 3vw;
  }
}
.burger__ul__item {
  padding: 2rem 0;
  font-size: var(--fs-18);
  text-align: center;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 4px;
  list-style-type: none;
}
.burger__ul__item:first-of-type {
  margin-top: 2rem;
}
.burger__ul__link {
  position: relative;
  text-decoration: none;
  color: var(--clr-primary-orange);
  transition: all 0.3s ease-in-out;
}
.burger__ul__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--clr-primary-green);
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.burger__ul__link:hover {
  color: var(--clr-primary-green);
}
.burger__ul__link:hover::before {
  opacity: 1;
}

body {
  background: var(--clr-primary-blue);
  color: var(--clr-primary-green);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

main {
  min-height: 65vh;
}

section {
  z-index: 1;
  margin: 0 auto;
}

.cookie {
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.cookie__container {
  background-color: var(--clr-primary-orange);
  color: var(--clr-primary-blue);
  padding: 2rem 1rem 1rem 1rem;
  width: 100vw;
}
.cookie__container__button {
  display: inline-block;
  float: right;
  padding: 0.3rem 0.5rem;
  margin: -0.5rem -0.5rem 0rem 1rem;
  border-radius: 10px;
  border: none;
  color: var(--clr-primary-blue);
  border: solid 2px var(--clr-primary-blue);
  background-color: var(--clr-primary-orange);
}
@media (min-width: 64em) {
  .cookie__container__button {
    margin: -0.5rem 1.5rem 0rem 1rem;
  }
}
.cookie__container__button:hover {
  color: var(--clr-primary-orange);
  background-color: var(--clr-primary-blue);
  transition: 0.5s;
}
.cookie__container__title {
  margin-bottom: 1rem;
  font-size: var(--fs-14);
}
.cookie__container__text {
  text-align: justify;
  font-size: var(--fs-8);
}

.begin {
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background-image: url("../assets/deco/building.jpg");
  height: 80vw;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -2rem;
  gap: 1rem;
}
@media (min-width: 64em) {
  .begin {
    margin-bottom: -10rem;
    height: 60vw;
  }
}
.begin__title {
  margin-top: 2rem;
}

.pres {
  position: relative;
  background-color: var(--clr-primary-orange);
  margin-bottom: -8rem;
  padding-bottom: 8rem;
}
.pres__transition {
  position: absolute;
  inset: 0;
  width: 100%;
  top: -39vw;
}
.pres__article {
  position: relative;
  z-index: 2;
}
.pres__question {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  top: -32vw;
  left: 4vw;
  width: 30%;
}
.pres__question__marks {
  -webkit-animation: question 5s ease-in-out infinite alternate;
          animation: question 5s ease-in-out infinite alternate;
  transform-origin: bottom;
  width: 20vw;
}
.pres__question__marks:first-of-type {
  margin-right: -15vw;
  margin-bottom: -8vw;
  width: 15vw;
}
.pres__question__marks:last-of-type {
  margin-left: -15vw;
  margin-bottom: -8vw;
  width: 15vw;
}
.pres__text {
  width: 100%;
  padding: 2rem;
  text-indent: 2rem;
}
@media (min-width: 64em) {
  .pres__text {
    padding: 2rem;
    font-size: var(--fs-18);
  }
}

.actu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  border-radius: 25px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  background: var(--clr-primary-blue);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 64em) {
  .actu {
    width: 80%;
  }
}
.actu__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto;
}
.actu__title::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -8%;
  top: -50%;
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
  background-color: var(--clr-primary-orange);
  opacity: 0.2;
}
@media (min-width: 48rem) {
  .actu__title::before {
    width: 12vw;
    height: 12vw;
  }
}
@media (min-width: 64em) {
  .actu__title::before {
    top: -25%;
    width: 8rem;
    height: 8rem;
  }
}
.actu__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  padding: 1.5rem;
  padding-top: 0;
}
.actu__container__img {
  height: 30vw;
  transform: rotate(15deg);
}
@media (min-width: 64em) {
  .actu__container__img {
    margin-left: 2rem;
    height: 20vw;
  }
}
.actu__container__invit {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.actu__container__invit__text {
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .actu__container__invit__text {
    font-size: var(--fs-22);
    line-height: 150%;
  }
}
.actu__container__invit__button {
  background-color: var(--clr-primary-orange);
  padding: 0.2rem 1rem;
  border-radius: 25px;
  border: 3px solid var(--clr-primary-orange);
  transition: all 0.3s ease-in-out;
}
.actu__container__invit__button:hover {
  background-color: var(--clr-primary-blue);
  color: var(--clr-primary-orange);
}
@media (min-width: 64em) {
  .actu__container__invit__button {
    font-size: var(--fs-28);
  }
}

.projet {
  position: relative;
  margin-top: -9rem;
  padding-top: 11rem;
  padding-bottom: 4rem;
}
.projet__title {
  width: 90%;
  border: 2px solid var(--clr-primary-green);
  padding: 0.5rem 0.75rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .projet__title {
    border: 4px solid var(--clr-primary-green);
  }
}
.projet__article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.projet__article__title {
  margin: 2rem 0;
}
.projet__article__text {
  margin-bottom: 3rem;
}
.projet__button {
  border: 4px solid var(--clr-primary-green);
  padding: 0.2rem 1rem;
  border-radius: 25px;
  margin: 2rem;
  margin-left: 10%;
  transition: all 0.3s ease-in-out;
}
.projet__button:hover {
  background-color: var(--clr-primary-green);
  color: var(--clr-primary-blue);
}
.projet::before {
  content: "";
  position: absolute;
  left: 40vw;
  bottom: 0;
  width: 20vw;
  height: 1rem;
  background-color: var(--clr-light-orange);
}

.fav {
  position: relative;
  background-color: var(--clr-light-orange);
}
.fav__header {
  width: 80%;
  margin: 0 auto;
}
.fav__header__title {
  margin-top: 0;
  padding-top: 2rem;
}
.fav__header__text {
  margin: 2rem 0;
}
.fav__motion {
  margin-right: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.fav__motion__span {
  margin-left: 1vw;
  height: 10vw;
  width: 2rem;
  background: var(--clr-primary-orange);
  border-radius: 25px 25px 0 0;
}
.fav__motion__span:first-of-type {
  height: 5vw;
}
.fav__motion__span:last-of-type {
  height: 15vw;
}
.fav::before {
  content: "";
  position: absolute;
  left: 40vw;
  top: 0;
  width: 20vw;
  height: 1rem;
  background-color: var(--clr-primary-blue);
}

.favoris__container {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .favoris__container {
    width: 80%;
  }
}
.favoris__container__card {
  position: relative;
  padding: 1.5rem;
  background: var(--clr-primary-blue);
  border-radius: 25px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .favoris__container__card {
    margin-bottom: 10rem;
  }
}
.favoris__container__card__student, .favoris__container__card__teacher {
  font-family: var(--font-cursive);
  color: var(--clr-primary-green);
  font-size: var(--fs-22);
}
@media (min-width: 64em) {
  .favoris__container__card__student, .favoris__container__card__teacher {
    font-size: var(--fs-28);
    margin: 1rem;
  }
}
.favoris__container__card__title {
  font-size: var(--fs-18);
  color: var(--clr-primary-orange);
  font-family: var(--font-sans);
  text-align: center;
  margin: 1rem 0;
}
@media (min-width: 48rem) {
  .favoris__container__card__title {
    margin: 0;
  }
}
.favoris__container__card__description {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 48rem) {
  .favoris__container__card__description {
    margin: 1.5rem;
    flex-direction: row;
  }
}
.favoris__container__card__description__constructor {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.favoris__container__card__description__constructor__text {
  font-size: var(--fs-8);
  color: var(--clr-primary-orange);
  font-family: var(--font-sans);
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .favoris__container__card__description__constructor__text {
    padding-left: 2rem;
  }
}
.favoris__container__card__vote {
  width: 100%;
  margin-right: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 64em) {
  .favoris__container__card__vote {
    margin-right: 3rem;
  }
}
.favoris__container__card__vote__number {
  font-size: var(--fs-14);
  color: var(--clr-primary-orange);
  font-family: var(--font-sans);
}
.favoris__container__card__vote__img {
  height: var(--fs-14);
  margin-left: 1rem;
}
.favoris__container__discover {
  position: absolute;
  bottom: -12.5%;
  z-index: 2;
  border-radius: 25px;
  border: 4px solid var(--clr-primary-green);
  background: var(--clr-primary-blue);
  padding: 0.2rem 1rem;
  margin: 2rem;
  font-family: var(--font-serif);
  color: var(--clr-primary-green);
  transition: all 0.3s ease-in-out;
}
.favoris__container__discover:hover {
  background-color: var(--clr-primary-green);
  color: var(--clr-primary-blue);
}

.intro {
  width: 80%;
  margin: 3rem auto;
}
.intro__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.intro__title::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -7%;
  top: -50%;
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
  background-color: var(--clr-primary-orange);
  opacity: 0.2;
}
@media (min-width: 48rem) {
  .intro__title::before {
    width: 12vw;
    height: 12vw;
  }
}
@media (min-width: 64em) {
  .intro__title::before {
    top: -25%;
    width: 8rem;
    height: 8rem;
  }
}

.actuGalerie {
  width: 100%;
  margin: 0 auto;
}

.actuTemp__card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 2rem auto;
  width: 90%;
}
@media (min-width: 48rem) {
  .actuTemp__card {
    width: 80%;
  }
}
.actuTemp__card__title {
  width: 100%;
  padding-left: 2rem;
  margin: 0 0 1rem 0;
  height: 3rem;
  background: var(--clr-light-orange);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-cursive);
  font-size: var(--fs-22);
  font-weight: var(--font-regular);
  text-align: left;
  color: var(--clr-primary-green);
}
@media (min-width: 48rem) {
  .actuTemp__card__title {
    height: 4rem;
  }
}
.actuTemp__card__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  position: relative;
  width: 90%;
  margin: 2rem auto;
}
.actuTemp__card__content__txt {
  font-family: var(--font-sans);
  font-size: var(--fs-8);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-orange);
  padding: 1rem;
}
@media (min-width: 64em) {
  .actuTemp__card__content__txt {
    font-size: var(--fs-14);
  }
}
.actuTemp__card__content__photo {
  max-width: 5rem;
  margin: 1rem;
  max-height: 7rem;
}
@media (min-width: 48rem) {
  .actuTemp__card__content__photo {
    max-width: 10rem;
    margin: 2.5rem;
    max-height: 12rem;
  }
}

.filter {
  width: 90%;
  background: var(--clr-primary-orange);
  border-radius: 0 0 15px 0;
  padding: 0.5rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}
@media (min-width: 25.57rem) {
  .filter {
    flex-direction: row;
  }
}
.filter__element {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding: 1vw;
}
@media (min-width: 25.57rem) {
  .filter__element {
    padding-left: 6vw;
    border-left: 2px solid var(--clr-primary-blue);
  }
}
.filter__element:first-of-type {
  border: none;
}
.filter__element::before {
  content: "";
  position: absolute;
  left: 6vw;
  right: 0;
  bottom: 0;
  width: calc(100% - 6vw);
  height: 2px;
  background: var(--clr-primary-blue);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.filter__element:hover::before {
  opacity: 1;
}

.projectContainer {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .projectContainer {
    margin-bottom: 20rem;
  }
}

.proj__title {
  width: 100%;
  margin: 0;
  padding-left: 2rem;
  height: 2.5rem;
  background: var(--clr-primary-green);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-cursive);
  font-size: var(--fs-22);
  font-weight: var(--font-regular);
  text-align: left;
  color: var(--clr-primary-blue);
}
@media (min-width: 48rem) {
  .proj__title {
    height: 4rem;
  }
}
.proj__container {
  position: relative;
  margin: 4rem auto;
}
.proj__container__card {
  width: 80%;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.proj__container__card__description {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 48rem) {
  .proj__container__card__description {
    flex-direction: row;
    padding: 2rem;
    margin-top: 1rem;
  }
}
.proj__container__card__description__video {
  width: 8rem;
  height: 4.5rem;
}
@media (min-width: 48rem) {
  .proj__container__card__description__video {
    width: 16rem;
    height: 9rem;
  }
}
@media (min-width: 64em) {
  .proj__container__card__description__video {
    width: 20rem;
    height: 12rem;
  }
}
.proj__container__card__description__text {
  font-family: var(--font-sans);
  font-size: var(--fs-8);
  font-weight: var(--font-regular);
  text-align: justify;
  color: var(--clr-primary-green);
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .proj__container__card__description__text {
    margin-left: 1rem;
    font-size: var(--fs-14);
  }
}
.proj__container__card__bottom {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
.proj__container__card__bottom__button {
  border: 2px solid var(--clr-primary-orange);
  padding: 0.2rem 1rem;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-semi-bold);
  text-align: center;
  color: var(--clr-primary-orange);
}
.proj__container__card__bottom__button:hover {
  background-color: var(--clr-primary-orange);
  color: var(--clr-primary-blue);
}
.proj__container__card__bottom__vote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 0.5rem 0 1rem;
}
.proj__container__card__bottom__vote__number {
  font-size: var(--fs-14);
  color: var(--clr-primary-orange);
  font-family: var(--font-sans);
}
.proj__container__card__bottom__vote__img {
  height: var(--fs-14);
}
.proj__container__discover {
  position: absolute;
  bottom: -5%;
  left: 15%;
  z-index: 2;
  border-radius: 25px;
  border: 2px solid var(--clr-primary-orange);
  padding: 0.2rem 1rem;
  background: var(--clr-primary-blue);
  transition: all 0.3s ease-in-out;
  font-family: var(--font-serif);
  font-size: var(--fs-18);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-orange);
}
.proj__container__discover:hover {
  background: var(--clr-primary-orange);
  color: var(--clr-primary-blue);
}

#vote {
  position: relative;
  margin-top: 10rem;
}
@media (min-width: 48rem) {
  #vote {
    margin-top: 10rem;
  }
}
@media (min-width: 64em) {
  #vote {
    margin-top: 20rem;
  }
}

.vote__text {
  text-align: center;
}
.vote__transition {
  position: absolute;
  inset: 0;
  top: -20vh;
  width: 100vw;
  z-index: -21;
}
@media (min-width: 48rem) {
  .vote__transition {
    top: -130%;
  }
}
.vote__container {
  position: relative;
  z-index: 2;
  background: var(--clr-primary-green);
  padding-bottom: 2rem;
}
.vote__container__title {
  font-family: var(--font-cursive);
  font-size: var(--fs-28);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-blue);
  margin-bottom: 1rem;
}
.vote__container__selectors {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}
.vote__container__selectors__select {
  margin-bottom: 1rem;
}
.vote__container__selectors__select::-moz-placeholder {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: left;
  color: var(--clr-primary-green);
}
.vote__container__selectors__select:-ms-input-placeholder {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: left;
  color: var(--clr-primary-green);
}
.vote__container__selectors__select::placeholder {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-regular);
  text-align: left;
  color: var(--clr-primary-green);
}

.depot {
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}
.depot__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto;
  font-family: var(--font-cursive);
  font-size: var(--fs-30);
  font-weight: var(--font-regular);
  text-align: center;
  color: var(--clr-primary-green);
}
.depot__title::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -10%;
  top: -50%;
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
  background-color: var(--clr-primary-green);
  opacity: 0.2;
}
@media (min-width: 48rem) {
  .depot__title::before {
    width: 12vw;
    height: 12vw;
  }
}
@media (min-width: 64em) {
  .depot__title::before {
    top: -25%;
    width: 8rem;
    height: 8rem;
  }
}
.depot__subtitle {
  font-family: var(--font-sans);
  font-size: var(--fs-22);
  font-weight: var(--font-semi-bold);
  text-align: left;
  color: var(--clr-primary-green);
}
.depot__text {
  background: var(--clr-primary-green);
  color: var(--clr-primary-blue);
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 25px;
}
@media (min-width: 64em) {
  .depot__text {
    font-size: var(--fs-14);
  }
}
.depot__form {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .depot__form {
    width: 35rem;
  }
}
@media (min-width: 64em) {
  .depot__form {
    width: 45rem;
  }
}
.depot__form__input {
  width: 100%;
  width: 100%;
  border: solid 3px var(--clr-primary-green);
  padding: 0.2rem;
  border-radius: 5px;
}
.depot__form__text {
  font-size: var(--fs-14);
  margin-top: 1rem;
}
.depot__form__submit {
  margin: auto;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  border: solid 4px var(--clr-primary-green);
  color: var(--clr-primary-green);
  background-color: var(--clr-primary-blue);
}
.depot__form__submit:hover {
  color: var(--clr-primary-blue);
  background-color: var(--clr-primary-green);
  transition: 0.5s;
}

.validation {
  display: flex;
  justify-content: center;
  text-align: center;
}
.validation__container {
  background-color: white;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 5px 10px 20px grey;
  margin-bottom: 2rem;
  width: 70%;
}
.validation__title {
  margin: 1.5rem;
}
.validation__description {
  margin-bottom: 1rem;
}
.validation__delete {
  padding: 0.5rem;
  background-color: white;
  border: 2px solid var(--clr-primary-orange);
  border-radius: 5px;
  color: var(--clr-primary-green);
}
.validation__delete:hover {
  background-color: var(--clr-primary-orange);
  color: white;
  transition: 0.5s;
}
.validation__validation {
  padding: 0.5rem;
  background-color: white;
  border: 2px solid var(--clr-primary-orange);
  border-radius: 5px;
  color: var(--clr-primary-green);
}
.validation__validation:hover {
  background-color: var(--clr-primary-orange);
  color: white;
  transition: 0.5s;
}
.validation__modify {
  padding: 0.5rem;
  background-color: white;
  border: 2px solid var(--clr-primary-orange);
  border-radius: 5px;
  color: var(--clr-primary-green);
}
.validation__modify:hover {
  background-color: var(--clr-primary-orange);
  color: white;
  transition: 0.5s;
}

.login {
  width: 80%;
  margin: 1rem auto;
}
.login__form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 7rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .login__form {
    width: 35rem;
  }
}
@media (min-width: 64em) {
  .login__form {
    width: 45rem;
  }
}
.login__form__name, .login__form__firstname, .login__form__status, .login__form__mail {
  margin-bottom: 2rem;
  width: 100%;
  border: solid 3px var(--clr-primary-green);
  padding: 0.2rem;
  border-radius: 5px;
}
.login__form__submit {
  margin: auto;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  border: solid 4px var(--clr-primary-green);
  color: var(--clr-primary-green);
  background-color: var(--clr-primary-blue);
}
.login__form__submit:hover {
  color: var(--clr-primary-blue);
  background-color: var(--clr-primary-green);
  transition: 0.5s;
}

.introduction__text {
  margin: 1rem;
}

.disconnect {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}

.connexion {
  width: 80%;
  margin: 0 auto;
}

.formConnexion {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 3rem;
}
.formConnexion input {
  margin: 0.2rem;
  width: 100%;
}

.submenu {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.submenu__list {
  padding: 0;
  width: 80%;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 5px 10px 20px grey;
  justify-content: space-around;
}
@media (min-width: 64em) {
  .submenu__list {
    gap: 1rem;
    flex-direction: row;
  }
}
.submenu__list__item {
  list-style-type: none;
  cursor: pointer;
  font-family: var(--font-regular);
  font-size: var(--fs-14);
  font-weight: var(--font-medium);
  text-align: center;
  color: var(--clr-primary-green);
  margin: 1rem 0;
}
@media (min-width: 64em) {
  .submenu__list__item {
    font-size: var(--fs-8);
  }
}

.content {
  padding: 1rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.content p:first-of-type {
  font-family: var(--font-cursive);
  font-size: var(--fs-18);
  font-weight: var(--font-regular);
  text-align: left;
  color: var(--clr-primary-green);
}

.content p {
  margin-top: 1.5rem;
}

.formActu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 0.3rem;
  margin: 1rem;
}

.formActu input {
  width: 14rem;
}

.content form {
  background-color: white;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 5px 10px 20px grey;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.content form p {
  margin-top: 1rem;
}

.content form input {
  margin-top: 0.5rem;
}

.actu__Container,
.project__Container,
.jury__Container,
.clearTable__Container,
.clearTable__Warning__Content {
  background-color: white;
  padding: 1.5rem;
  border-radius: 20px;
  margin: 1.5rem 0;
  box-shadow: 5px 10px 20px grey;
  width: 80vw;
}

.clearTable__Container li {
  cursor: pointer;
}

#player {
  width: 7rem;
  height: 5rem;
}

.actu__Container p,
.jury__Container p {
  text-align: justify;
  margin-top: 1rem;
}

.actu__Container img {
  margin: auto;
  margin-top: 1rem;
  max-width: 8rem;
  max-height: 8rem;
}

.actu__Container button,
.projet__Container button,
.jury__Container button,
.clearTable__Warning__Content button {
  margin-top: 1rem;
  width: 3rem;
}

.clearTable__Container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.formAddUser {
  display: flex;
  flex-direction: column;
}

.project__title {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.mention {
  margin: 3rem 3rem 2rem 2rem;
}
.mention__title {
  font-size: var(--fs-14);
  margin: 2rem 0;
}
.mention__text {
  font-size: var(--fs-8);
  margin: 1rem;
}
.mention__weight {
  font-weight: var(--font-bold);
}
.mention__list {
  font-size: var(--fs-8);
  list-style: inside;
  margin: 0 1rem;
}

.mention a {
  color: var(--clr-primary-orange);
}

.footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: 0;
  padding: 1rem 0;
  background: var(--clr-light-green);
}
.footer__trees {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
.footer__trees__legal {
  margin: 0.5rem auto;
}
.footer__trees__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}
.footer__trees__list__items {
  padding: 0 0.5rem;
  list-style: none;
}
.footer__trees__link {
  position: relative;
}
.footer__trees__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10%;
  right: 0;
  bottom: 0;
  background-color: var(--clr-primary-orange);
  width: 80%;
  height: 2px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__trees__link:hover::before {
  opacity: 1;
}
.footer__link {
  width: 100%;
  display: inline-block;
}
.footer__link__logo {
  width: 6rem;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .footer__link__logo {
    width: 8rem;
  }
}
.footer__authors {
  width: 90%;
  margin: 0 auto;
}
.footer__authors__title {
  font-family: var(--font-sans);
  font-size: var(--fs-14);
  font-weight: var(--font-semi-bold);
  text-align: left;
  color: var(--clr-primary-green);
  text-align: center;
  margin: 1rem auto;
}
.footer__authors__text {
  font-family: var(--font-sans);
  font-size: var(--fs-8);
  font-weight: var(--font-regulard);
  text-align: justify;
  color: var(--clr-secondary-black);
  margin-bottom: 0.5rem;
  text-align: center;
}
.footer__authors__link {
  position: relative;
}
.footer__authors__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0%;
  right: 0;
  bottom: 0;
  background-color: var(--clr-primary-orange);
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__authors__link:hover::before {
  opacity: 1;
}

.footer__trees__link,
.footer__link,
.footer__authors__link {
  font-size: var(--fs-8);
  font-family: var(--font-sans);
  color: var(--clr-primary-orange);
}

.footer__trees__legal .footer__trees__link {
  font-size: var(--fs-18);
}/*# sourceMappingURL=styles.css.map */