/*------------telephone------------*/
/* @link https://utopia.fyi/type/calculator?c=360,16,1.25,1240,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
/*----------ordinateur------------*/
.nav--index {
  max-width: 40ch;
  margin: auto;
}
@media (min-width: 1025px) {
  .nav--index {
    max-width: 70ch;
  }
}

.nav__ul--index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .nav__ul--index {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.nav__li--index {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  margin-top: clamp(1.5625rem, 1.4027rem + 0.7102vw, 1.9531rem);
}

.nav__li--matin, .nav__li--pigeon {
  background-color: white;
  overflow: hidden;
}

.matin {
  position: relative;
}

.nav__li--matin ::after {
  content: "Le matin";
  background-color: #FFA630;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "richmond-text", sans-serif;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav__li--matin:hover ::after {
  opacity: 1;
  transform: translateY(0);
}

.nav__li--pigeon:hover {
  background-color: #40e083;
}

.pigeon {
  position: relative;
}

.nav__li--pigeon ::after {
  content: "ArIA";
  background-color: #40e083;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "clother", sans-serif;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav__li--pigeon:hover ::after {
  opacity: 1;
  transform: translateY(0);
}

.nav__a--index {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
}
@media (min-width: 1025px) {
  .nav__a--index {
    padding: 10px 20px;
  }
}

.silhouette-frame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
}

.silhouette-frame--active {
  opacity: 1;
}

.frameanimation {
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.frameanimation__scrolldiv {
  z-index: 200;
  background-color: black;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.frameanimation__scrollspan {
  color: white;
  padding: 8px;
  -webkit-animation: flash 1.3s infinite;
          animation: flash 1.3s infinite;
}
@media (min-width: 1025px) {
  .frameanimation__scrollspan {
    padding: 10px;
  }
}

@-webkit-keyframes flash {
  0% {
    color: white;
  }
  35% {
    color: white;
  }
  60% {
    color: #000000;
  }
}

@keyframes flash {
  0% {
    color: white;
  }
  35% {
    color: white;
  }
  60% {
    color: #000000;
  }
}
.index {
  background-color: #000000;
  font-family: new-science, sans-serif;
}

.pin-pacer {
  max-width: 40ch;
}

.contenu--index {
  max-width: 55ch;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 32px;
  color: white;
  background-color: #000000;
  margin-bottom: calc(clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem) * 2);
  font-size: clamp(0.8rem, 0.7182rem + 0.3636vw, 1rem);
}
@media (min-width: 1025px) {
  .contenu--index {
    margin: auto;
    max-width: 70ch;
  }
}

.h1--index {
  font-size: clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem);
  margin-bottom: clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem);
}

.h2--index {
  font-size: clamp(2.4414rem, 2.1917rem + 1.1097vw, 3.0518rem);
  margin-top: clamp(2.4414rem, 2.1917rem + 1.1097vw, 3.0518rem);
}

.footer--index {
  margin-top: calc(clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem) * 2);
  height: 300px;
  position: relative;
}
@media (min-width: 1025px) {
  .footer--index {
    height: 400px;
    margin-top: calc(clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem) * 3);
  }
}

.footer__info {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.footer__a {
  color: white;
}

.footer__a:hover {
  color: #40e083;
}

.eye {
  width: 50px;
  height: 50px;
  background: #000000;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: border 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out;
}

.pupille__container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.eye__container {
  display: block;
  position: absolute;
  background-image: url(../assets/images/eyewhites1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 200;
}

.eye__size--tel {
  width: 100px;
  height: 45px;
}

@media (min-width: 1025px) {
  .eye--1 {
    width: 200px;
    height: 90px;
  }
}

@media (min-width: 1025px) {
  .eye--2 {
    width: 150px;
    height: 67.5px;
  }
}

@media (min-width: 1025px) {
  .eye--3 {
    width: 200px;
    height: 90px;
  }
}

@media (min-width: 1025px) {
  .eye--4 {
    width: 250px;
    height: 112.5px;
  }
}

.position__top--tel {
  top: 40%;
}
@media (min-width: 1025px) {
  .position__top--tel {
    top: 70%;
  }
}

.position__top--1 {
  top: 0%;
}

.position__top--2 {
  top: 20%;
}

.position__top--3 {
  top: 30%;
}

.position__top--4 {
  top: 20%;
}
@media (min-width: 1025px) {
  .position__top--4 {
    top: 70%;
  }
}

.position__top--5 {
  top: 70%;
}
@media (min-width: 1025px) {
  .position__top--5 {
    top: 100%;
  }
}

.position__left--1 {
  left: 10%;
}

.position__left--2 {
  left: 25%;
}

.position__left--3 {
  left: 45%;
}

.position__left--4 {
  left: 70%;
}

.position__left--5 {
  left: 90%;
}

.eye--tel {
  display: none;
}
@media (min-width: 1025px) {
  .eye--tel {
    display: block;
  }
}

body {
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

ul {
  list-style: none;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
}

.nav__a, .h1--journal, .h2--journal, .footer__titre--article {
  font-family: "richmond-text", sans-serif;
}

.h1--journal {
  font-size: clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem);
  color: #000000;
}

.h2--journal {
  font-size: clamp(2.4414rem, 2.1917rem + 1.1097vw, 3.0518rem);
  margin-top: calc(clamp(2.4414rem, 2.1917rem + 1.1097vw, 3.0518rem) * 2);
}

.credit, cite, .chemin__a, figcaption {
  font-size: clamp(0.8rem, 0.7182rem + 0.3636vw, 1rem);
  color: #484848;
}

.h3--journal, .citation {
  font-size: clamp(1.5625rem, 1.4027rem + 0.7102vw, 1.9531rem);
  margin-top: calc(clamp(1.5625rem, 1.4027rem + 0.7102vw, 1.9531rem) * 2);
}

.journal, cite {
  font-family: "Roboto Flex", sans-serif;
  font-size: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
}

.autrelecture__span {
  color: #484848;
}

.chapeau {
  font-size: clamp(1.25rem, 1.1222rem + 0.5682vw, 1.5625rem);
  margin-bottom: calc(clamp(1.25rem, 1.1222rem + 0.5682vw, 1.5625rem) * 2);
}

.lettrine {
  font-size: clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem);
  line-height: 1;
}

.citation {
  color: #5F0022;
}

.footer__titre--article {
  font-size: clamp(1.5625rem, 1.4027rem + 0.7102vw, 1.9531rem);
  font-weight: bold;
}

.footer__a--article, .slogan {
  font-size: clamp(0.8rem, 0.7182rem + 0.3636vw, 1rem);
}

.slogan {
  font-weight: light;
  font-style: italic;
}

.footer__h4--article {
  font-size: clamp(1.25rem, 1.1222rem + 0.5682vw, 1.5625rem);
  margin: 0;
}

@media (min-width: 700px) {
  .journal {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.h1__div--journal {
  display: flex;
  justify-content: center;
  background-color: #FFA630;
  grid-row: 2;
}
@media (min-width: 700px) {
  .h1__div--journal {
    grid-column: 1/6;
  }
}

.h1--journal {
  margin: 0;
}

.nav {
  grid-row: 3;
}
@media (min-width: 700px) {
  .nav {
    grid-column: 1/6;
  }
}

.nav__ul {
  display: flex;
  justify-content: space-between;
}

.chemin {
  margin: 19px;
  grid-row: 4;
}
@media (min-width: 700px) {
  .chemin {
    grid-column: 2/4;
    margin: 0;
  }
}

.chemin__ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.credit {
  margin: 19px;
  grid-row: 5;
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .credit {
    grid-column: 2;
    margin: 0;
  }
}

.miniature {
  width: 100%;
  height: auto;
}

.main--journal {
  margin: 19px;
  grid-row: 6;
}
@media (min-width: 700px) {
  .main--journal {
    margin: 0;
    grid-column: 2/5;
  }
}

.contenu--journal {
  max-width: 50ch;
  margin: auto;
}
@media (min-width: 700px) {
  .contenu--journal {
    max-width: 90ch;
  }
}

.footer--article {
  grid-row: 7;
}
@media (min-width: 700px) {
  .footer--article {
    grid-column: 1/6;
  }
}

figure {
  margin: 0;
}

.eye__div--article {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  position: relative;
  grid-row: 1;
  height: 100px;
}
@media (min-width: 700px) {
  .eye__div--article {
    grid-column: 1/6;
  }
}

.eye__container--article:hover .eye--article {
  width: 55px;
  height: 55px;
}

.eye__container--article {
  width: 150px;
  height: 67.5px;
  left: 50%;
  top: 32px;
  transform: translate(-50%, -25%);
  cursor: pointer;
  overflow: visible;
}
@media (min-width: 1025px) {
  .eye__container--article {
    top: 40px;
  }
}

.pupille__container--article {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

@media (min-width: 1025px) {
  nav {
    grid-row: 2;
    grid-column: 1/5;
  }
}

.nav--article {
  background-color: #000000;
}

.nav--open .nav__ul {
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .nav--open .nav__ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

.menu__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100px;
  right: 20px;
  cursor: pointer;
  background-color: transparent;
  z-index: 20;
  width: 32px;
  height: 32px;
  border-style: none;
}

@media (min-width: 1025px) {
  .menu__button {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.burger-icon {
  width: 32px;
  height: 32px;
}

.line {
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  transform-box: fill-box;
}

.nav--open .line-top {
  transform: translateY(4px) rotate(45deg);
}

.nav--open .line-bottom {
  transform: translateY(-4px) rotate(-45deg);
}

.nav__ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0;
  padding: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .nav__ul {
    display: flex;
    position: static;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0;
    padding: 0;
    background-color: transparent;
    transform: translateX(0%);
  }
}

.nav__li {
  border-bottom: solid 2px #FFA630;
  padding: 11.5px 0;
  margin: 0 16px;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .nav__li {
    border: none;
    padding: 0;
    margin: 0 20px;
  }
}

.nav__li:hover {
  background-color: #FFA630;
}
@media (min-width: 1025px) {
  .nav__li:hover {
    background-color: transparent;
  }
}

.nav__a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 23px;
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .nav__a {
    font-size: 20px;
    border-style: solid;
    border-color: #FFA630;
    border-width: 2px;
    border-radius: 40px;
    padding: 10px 20px;
  }
}

@media (min-width: 1025px) {
  .nav__a:hover {
    background-color: #FFA630;
  }
}

.nav--open .nav__ul {
  transform: translateX(0);
}
.nav--open .burgermenu__closed {
  display: none;
}
.nav--open .burgermenu__open {
  display: block;
}

button span {
  position: absolute;
  opacity: 0;
}

.vrainav {
  margin-top: clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem);
}

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

.vrainav__a:hover {
  color: #5F0022;
}

.vrainav--pigeon {
  border-top: solid 1px #565d5e;
}

.vrainav__div {
  max-width: 55ch;
}

.vrainav__img {
  width: 20%;
  height: auto;
}

.footer--article {
  background-color: #FFA630;
  padding: clamp(1.5625rem, 1.4027rem + 0.7102vw, 1.9531rem);
  margin-top: calc(clamp(3.0518rem, 2.7396rem + 1.3872vw, 3.8147rem) * 2);
}
@media (min-width: 1025px) {
  .footer--article {
    display: flex;
    justify-content: space-around;
  }
}

.footer__journal--article {
  display: flex;
  flex-direction: column;
}

.credits--footer {
  margin-top: auto;
}

.footer__a--article:hover {
  color: #5F0022;
  text-decoration: underline;
}

.footer__abonnement--article {
  display: flex;
  align-items: end;
}

.footer__btn--article {
  background-color: #000000;
  color: white;
  border-radius: 32px;
  font-size: clamp(0.8rem, 0.7182rem + 0.3636vw, 1rem);
  padding: clamp(0.8rem, 0.7182rem + 0.3636vw, 1rem);
  cursor: pointer;
}

.footer__btn--article:hover {
  color: #000000;
  background-color: white;
}

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

.nav__a--messagerie {
  font-family: new-science, sans-serif;
}

.messagerie__body {
  font-family: "articulat-cf", sans-serif;
}

@media (min-width: 1025px) {
  .messagerie {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2);
  }
}

.tab__container {
  display: none;
}
@media (min-width: 1025px) {
  .tab__container {
    display: block;
    background-color: #BAB7D5;
    grid-column: 1/3;
    grid-row: 2;
    height: 100vh;
  }
}

.tab__container--actif {
  display: block;
  background-color: #BAB7D5;
  height: 100svh;
}

.h1--messagerie {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  font-family: "clother", sans-serif;
  color: #33032F;
  padding: 16px;
}
@media (min-width: 1025px) {
  .h1--messagerie {
    padding: 20px;
  }
}

.tab__search {
  background-color: whitesmoke;
  border-radius: 24px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.tab__search > :nth-child(1) {
  padding: 8px 16px;
}

.totype {
  color: #565d5e;
  font-size: clamp(0.8rem, 0.7182rem + 0.3636vw, 1rem);
}

.tab__li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
}
@media (min-width: 1025px) {
  .tab__li {
    padding: 20px;
  }
}

.tab__li:hover {
  background-color: #8fdcaf;
}

@media (min-width: 1025px) {
  .tab__li--actif {
    background-color: #40e083;
  }
}

.profil {
  display: flex;
  align-items: center;
  height: 100%;
}

.photoprofil {
  width: 15%;
  height: 15%;
  border-radius: 50%;
  margin-right: 8px;
}
@media (min-width: 1025px) {
  .photoprofil {
    width: 10%;
    height: 10%;
    margin-right: 10px;
  }
}

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

.profil__nom {
  font-size: clamp(1.25rem, 1.1222rem + 0.5682vw, 1.5625rem);
  font-weight: bold;
}

.profil__lastMessage {
  font-size: clamp(0.8rem, 0.7182rem + 0.3636vw, 1rem);
  font-weight: light;
}

.profil__lastMessage--profil {
  display: block;
  white-space: nowrap;
  max-width: 30ch;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.tab__contenuContainer {
  display: block;
  position: relative;
  height: 100vh;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .tab__contenuContainer {
    grid-column: 3/6;
    grid-row: 2;
  }
}

.tab__contenuContainer--inactif {
  display: none;
}
@media (min-width: 1025px) {
  .tab__contenuContainer--inactif {
    display: block;
  }
}

.tab__contenu {
  display: none;
}

.tab__contenu--actif {
  display: block;
}
@media (min-width: 1025px) {
  .tab__contenu--actif {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.backtotab {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../assets/images/back.svg);
  z-index: 2000;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
  height: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
  margin-right: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
}
@media (min-width: 1025px) {
  .backtotab {
    display: none;
  }
}

.profil--p2 {
  display: flex;
  align-items: center;
  background-color: #40e083;
  border-radius: 4px;
  padding: 8px 16px;
}
@media (min-width: 1025px) {
  .profil--p2 {
    padding: 10px 20px;
    grid-column: 1/4;
    margin: auto;
    width: 50%;
  }
}

.profil--p2 > :nth-child(4) {
  margin-left: auto;
}

.profil__activity--p2 {
  display: flex;
  flex-direction: column;
}

.send {
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .send {
    width: 80%;
  }
}

.send__chat {
  border: solid 1px #565d5e;
  border-radius: 40px;
  padding: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 70%;
  display: flex;
  align-items: center;
  margin-right: 19px;
}
@media (min-width: 1025px) {
  .send__chat {
    padding: 10px 20px;
    margin-right: 24px;
    width: 80%;
  }
}

.send__btn {
  text-indent: 400%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../assets/images/send.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20%;
  height: 20%;
  background-size: 70%;
  color: white;
  margin-left: auto;
  padding: 8px 16px;
}
@media (min-width: 1025px) {
  .send__btn {
    padding: 10px 20px;
    text-indent: 0%;
    background-image: none;
    background-color: #33032F;
    border-radius: 32px;
  }
}

.send__photo {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .send__photo {
    width: 10%;
  }
}

svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 1025px) {
  svg {
    width: 30px;
    height: 30px;
  }
}

.phonecall {
  display: flex;
  align-items: center;
}

.dureeappel {
  display: flex;
  flex-direction: column;
  padding-left: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
}

.nav--messagerie {
  grid-column: 1/6;
  grid-row: 1;
}

.nav__ul--messagerie {
  display: flex;
  justify-content: flex-end;
  background-color: #170312;
  margin: 0;
}

.nav__a--messagerie {
  padding: 32px 16px;
  display: flex;
  color: white;
}
@media (min-width: 1025px) {
  .nav__a--messagerie {
    padding: 40px 20px;
  }
}

.nav__a--messagerie:hover {
  color: #40e083;
}

.eye__container--messagerie {
  width: 100px;
  height: 45px;
  left: 20%;
  top: calc(clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem) * 2);
  cursor: pointer;
  transform: translate(-50%, -25%);
  overflow: visible;
}
@media (min-width: 1025px) {
  .eye__container--messagerie {
    /* top: calc($basefontsize-ordi*2); */
    width: 150px;
    height: 67.5px;
    left: 50%;
  }
}

.eye__container--messagerie:hover .eye--messagerie {
  width: 55px;
  height: 55px;
}

.pupille__container--messagerie {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.eye--messagerie {
  width: 50px;
  height: 50px;
  background-color: #170312;
}

.conversation {
  max-height: 70vh;
  overflow-y: scroll;
  grid-column: 1/4;
  padding: 16px;
}
@media (min-width: 1025px) {
  .conversation {
    padding: 20px;
  }
}

.conversation--01 {
  display: flex;
  flex-direction: column;
}

.jour {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.interlo__lucas {
  margin: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem) 0 clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem) auto;
  background-color: #40e083;
  width: 50%;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 1025px) {
  .interlo__lucas {
    padding: 20px;
  }
}

.interlo__1 {
  background-color: #531253;
  color: white;
  width: 50%;
  border-radius: 16px;
  padding: 16px;
  margin: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem) clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
}
@media (min-width: 1025px) {
  .interlo__1 {
    padding: 20px;
  }
}

.commentaire {
  color: #531253;
  width: 50%;
  border-radius: 16px;
  border: 1px solid #531253;
  padding: 16px;
  margin: 0 clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
}
@media (min-width: 1025px) {
  .commentaire {
    padding: 20px;
  }
}

.unusable__text {
  position: fixed;
  background-color: #000000;
  color: white;
  padding: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
  pointer-events: none;
}

.unusable__text--inactif {
  display: none;
}

.credits__body {
  background-color: #000000;
  color: white;
  font-family: new-science, sans-serif;
}

.main__credits {
  max-width: 60ch;
  margin-left: clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem);
}

.nav--credit {
  background-color: #000000;
}

.h1--credit {
  font-size: clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem);
  padding: calc(clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem) * 2) 0 calc(clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem) * 2.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.h2--credit {
  font-size: clamp(2.8271rem, 2.538rem + 1.2851vw, 3.5339rem);
}

.h3--credit {
  font-size: clamp(1.414rem, 1.2694rem + 0.6427vw, 1.7675rem);
}

.credit__ul {
  list-style: circle;
}

.eye--credit {
  background-color: black;
}

/*# sourceMappingURL=app.css.map*/