:root {
  --Noir: #0f0f17;
  --Blanc: #fff6f3;
  --Saumon: #ffb597;
  --Bleu: #1236a2;
  --margin-cote: auto;
  --padding-cote: 10px;
  --max-width: 1000px;
  --border-radius: 9px;
  --border-radius-contact: 11px;
}

@font-face {
  font-family: "Outfit";
  src: url("/fonts/Outfit/Outfit-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Shantell Sans";
  src: url("/fonts/Shantell_Sans/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf")
    format("truetype");
}

body {
  background-color: var(--Noir);
  color: var(--Blanc);
  margin: 0px;
  min-height: 100lvh;
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  scroll-behavior: smooth;
}

#root {
  width: 100%;
  min-height: 100lvh;
  display: flex;
  flex-direction: column;
}

a {
  display: block;
  color: var(--Blanc);
  text-decoration: none;
}

/******* Textes generaux *******/

/* Les weight pour Outfit : regular 400, semibold 600, bold 700, extrabold 800, black 900 */

/* .outfit {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
  } */

h1 {
  font-weight: 900;
  font-size: 54px;
}

h2 {
  font-weight: 900;
  font-size: 30px;
  margin: 0px auto 30px auto;
  padding-top: 30px;
  width: fit-content;
  max-width: 90vw;
}

h3 {
  font-weight: 400;
  font-size: 32px;
}

.shantell-sans {
  font-family: "Shantell Sans", cursive;
  font-weight: 400;
  font-size: 16px;
  width: fit-content;
  text-align: center;
  margin: 0px;
  transition: 0.4s cubic-bezier(0.51, -1.3, 0.59, 2.21);
  opacity: 0;
  transform: scale(0.4);
}

/******* Header *******/

header {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

nav {
  display: flex;
  justify-content: flex-end;
  padding: 38px 38px 0px 38px;
  gap: 19px;
  pointer-events: none;
}

.liens_header {
  position: fixed;
  inset: 0;
  display: none;
  flex-direction: column;
  gap: 19px;
  pointer-events: none;
  align-items: center;
  background: linear-gradient(#0f0f1796, var(--Noir));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  justify-content: space-evenly;
  padding: 90px 0;
  transition: 1s;
}

.liens_header.menu_open {
  display: flex;
  animation: nowMenu 0.4s forwards;
}

@keyframes nowMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.liens_header.menu_open a {
  animation: nowTextMenu 0.4s forwards;
}

@keyframes nowTextMenu {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.btn_menu_burger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 3px 0px 3px 20px;
  width: 25px;
  height: 39px;
  cursor: pointer;
  pointer-events: all;
  z-index: 11;
}

.btn_menu_burger div {
  background-color: var(--Blanc);
  width: 100%;
  height: 3px;
  border-radius: 5px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.light-bg .btn_menu_burger div {
    background-color: var(--Noir);
}

header .logo {
  transition: 0.2s ease-in-out;
  transform-origin: top left;
}

header .scrolled_link .logo {
  transform: scale(0.7);
}

.logo path {
  fill: var(--Saumon);
}

header > nav > a:first-child {
  margin: 0px auto 0px 0px;
  z-index: 11;
}

header a:first-child:hover .logo {
  transform: translate(10%, 4%) rotate(-2deg);
}

header a {
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: all;
}

header a:hover {
  color: var(--Saumon);
}

.btn_menu_burger:hover div {
  background-color: var(--Saumon);
}

/******* Footer *******/

footer {
  margin: auto 0px 0px;
}

footer > div:first-child {
  background-color: var(--Saumon);
  color: var(--Bleu);
  text-align: center;
  font-weight: 700;
  padding: 3px 0px;
}

footer > p {
  text-align: center;
  font-size: 12px;
}

footer .liens {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 38px;
}

li {
  list-style: none;
}

footer a {
  transition: 0.2s;
}

footer .liens > a:first-child,
footer .liens > .lien_site a {
  color: var(--Saumon);
}

footer .liens > .lien_site a:hover {
  color: var(--Blanc);
}

footer .liens > .lien_rs a:hover,
footer .liens > ul:last-child a:hover {
  color: var(--Saumon);
}

footer .liens > a:first-child .logo,
.btn_page_suivante .fleche-svg {
  transition: 0.4s cubic-bezier(0, 0, 0, 1.25);
}

footer .liens > a:first-child:hover .logo {
  transform: rotate(360deg);
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer ul:last-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.bouton {
  padding: 9px 12px;
  border: solid var(--Blanc) 1px;
  border-radius: 25px;
  width: fit-content;
  box-shadow: inset 0px 44px var(--Noir);
  transition: 0.2s;
}

.bouton:hover {
  border: solid var(--Saumon) 1px;
  background-color: var(--Saumon);
  color: var(--Noir) !important;
  box-shadow: inset 0px 0px var(--Noir);
}

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

.btn_page_suivante .fleche-svg {
  display: grid;
  margin-top: -3px;
}

.btn_page_suivante:hover .fleche-svg {
  transform: translate(8px);
}

.btn_page_suivante .fleche-svg svg {
  grid-area: 1 / 1;
}

.btn_page_suivante svg:first-child path {
  color: #fff6f323;
}

.btn_page_suivante svg:last-child path {
  transition: 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  stroke-dashoffset: 124;
  stroke-dasharray: 140%;
}

.btn_page_suivante:hover svg path {
  stroke-dashoffset: 0 !important;
}

/* Accueil */

/* 3d */

.webgl {
  height: 100lvh !important;
  max-width: 100%;
  margin-top: -86px;
  background-color: var(--Noir);
}

.webgl::after {
  display: block;
  position: absolute;
  content: "";
  height: 20%;
  inset: auto 0 0;
  background: linear-gradient(#0f0f1700, var(--Noir) 90%);
}

.box_logo_img{
  height: 100lvh;
  width: 100vw;
  margin-top: -86px;
  display: flex;
}

.img_logo_centre{
  max-width: 1200px;
  width: 80vw;
  margin: auto;
  z-index: 0;
}

.webgl .img_logo_centre{
  position: absolute;
  inset: 0px;
  transform: translateX(-50%) scale(1);
}

/* Styles de base pour les sections */

.parent {
  background-color: var(--Noir);
  position: relative;
  height: fit-content;
}

.section {
  min-height: 100lvh;
  color: aliceblue;
  margin-top: 0px;
  background-color: var(--Noir);
  height: fit-content;
  position: sticky;
  top: calc(100% - 100lvh);
}

/* Ligne de séparation */
.divider-line {
  position: sticky;
  top: calc(100lvh - 15px);
  bottom: 0px;
  height: 15px;
  background-color: var(--Saumon);
  transform-origin: left;
  transform: scaleX(0);
}

.cale {
  height: 400px;
}

/* context du portfolio */

.presentation {
  overflow-x: hidden;
}

.titre_portfolio {
  margin: 2rem auto;
  transform: translate(-45%, 0);
}

.my_name,
.my_job {
  font-size: 22px;
  font-weight: 900;
}

.my_name {
  margin: 22px auto 22px 10%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10%;
  transform: translate(-10%, 0);
}

.my_job {
  margin: 22px 10% 22px auto;
  transform: translate(10%, 0);
  width: fit-content;
}

/* competances */

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

.titre_comp {
  color: var(--Saumon);
  margin: 0px auto 0px auto;
  padding-top: 80px;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(-60%);
}

.activeTitreComp {
  opacity: 1;
  transform: translateY(0);
}

.competances {
  display: flex;
  justify-content: center;
  margin: auto;
}

.skills {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.skills p {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  width: fit-content;
}

.skill_left {
  transform-origin: left;
  transform: rotate(30deg);
  opacity: 0;
}

.skill_right {
  transform-origin: right;
  transform: rotate(-30deg);
  opacity: 0;
}

/* les flêches */

.hard_skill,
.soft_skill {
  display: flex;
  height: fit-content;
  gap: 0px;
  flex-direction: column-reverse;
  align-items: center;
}

.soft_skill > .big_arrow {
  margin-top: 40px;
  transform: rotate(15deg);
}

.hard_skill {
  margin: auto 0px 20px 0px;
}
.hard_skill > .big_arrow {
  margin-top: 30px;
  transform: rotate(0deg);
}

.active {
  opacity: 1;
  transform: scale(1);
}

.big_arrow {
  display: none;
}

.small_arrow {
  transform: scale(0.6);
}

/* outils */

.white-section {
  background-color: var(--Blanc);
  height: 110lvh;
  position: relative;
}

.bouton_noms_outils {
  position: absolute;
  border: 0px;
  background-color: #ffffff00;
  color: var(--Noir);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  z-index: 9;
}

.bouton_noms_outils > div:first-child {
  background-color: #fff6f3b7;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 7px;
  border-radius: 9px;
  width: 28px;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.bouton_outils_visible {
  background-color: #0f0f172e !important;
}

.bouton_noms_outils > div:first-child > div {
  background-color: var(--Saumon);
  height: 4px;
  width: 100%;
  border-radius: 2px;
}

.bouton_noms_outils > div:first-child > div:last-child {
  width: 60%;
  transition: 0.4s ease-in-out;
}

.bouton_noms_outils:hover > div:first-child {
  transform: scale(1.2);
}

.bouton_noms_outils:hover > div:first-child > div:last-child {
  width: 80%;
}

.noms_outils {
  display: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, #2a293fde, #0f0f17e2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: var(--Blanc);
  z-index: 8;
}

.nom_outils_visible {
  display: flex;
  animation: nowListe 0.4s forwards;
}

@keyframes nowListe {
  0% {
    display: flex;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.noms_outils > div {
  margin: auto;
  padding: 30px 70px;
  max-height: calc(100%);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.noms_outils h3 {
  text-align: center;
}

.noms_outils ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  column-gap: 26px;
  row-gap: 16px;
  max-width: 450px;
}

.contenu_outils {
  height: 100lvh;
  position: sticky;
  top: 0px;
}

.titre_outils {
  color: var(--Noir);
  position: absolute;
  padding: 0;
  margin: 30lvh auto auto 50vw;
  transform: translate(-50%, -50%);
  padding: 15px 50px;
  background: radial-gradient(#fff6f3 25%, #fff6f306 75%, #fff6f300);
  border-radius: 11px;
  text-align: center;
  width: max-content;
  pointer-events: none;
}

.matter_js > canvas {
  height: 100lvh;
  width: 100vw;
}

/* projets */

.titre_projets {
  margin-top: 60px;
  margin-bottom: auto;
}

.titre_projets::after {
  content: attr(data-text);
  position: absolute;
  left: 38px;
  transform: rotate(90deg) translate(-6.3%, -30%);
  transform-origin: left center;
  opacity: 0.03;
}

.big_container {
  height: fit-content;
  position: relative;
}

.cale_bis {
  height: 2000px;
}

.container {
  position: sticky;
  top: 0px;
  height: 100lvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.parent_porjet_rotate {
  position: absolute;
  width: fit-content;
  height: auto;
  max-height: fit-content;
  display: grid;
  margin-top: 98px;
}

.box {
  grid-area: 1 / 1;
  width: 60vw;
  min-width: 300px;
  max-width: 600px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: var(--Noir);
  color: var(--Blanc);
  backface-visibility: hidden;
  transition: z-index 0.3s ease;
  box-shadow: 0px 4px 4px #0000003d;
}

.box1 {
  z-index: 4;
}
.box2 {
  z-index: 3;
}
.box3 {
  z-index: 2;
}

.box > img {
  width: 60vw;
  min-width: 300px;
  max-width: 600px;
  aspect-ratio: 12/7;
  background-color: var(--Bleu);
  object-fit: cover;
  object-position: top;
}

.box > div {
  display: flex;
  gap: 10px;
  height: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 12px 10px;
  box-sizing: border-box;
}

.box > div > img {
  height: 50px;
  width: auto;
  flex-shrink: 0;
}

.info_projet {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  overflow: hidden;
}

.info_projet h3 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_projet h3,
.info_projet p {
  margin: 0;
}

.info_projet > div {
  display: flex;
  gap: 20px;
}

.info_projet > div > div {
  display: flex;
  gap: 13px;
  color: var(--Saumon);
}

.color_projet {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: auto 0px auto auto;
  flex-shrink: 0;
}

.color_projet > div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.pop_trait {
  position: absolute;
  opacity: 0;
}

.pop_visible {
  animation: scaleFromBottomRight 0.6s forwards ease-in-out;
}

@keyframes scaleFromBottomRight {
  0% {
    transform: scale(0.1);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.pop1 {
  top: -40px;
  left: -40px;
  transform-origin: bottom right;
}

.pop2 {
  top: -40px;
  right: -40px;
  transform-origin: bottom left;
}

.pop3 {
  bottom: -40px;
  right: -40px;
  transform-origin: top left;
}

.pop4 {
  bottom: -40px;
  left: -40px;
  transform-origin: top right;
}

/* Styles pour l'SVG */

.wave-line {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
}

.wave-line path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* experience & etude */

.experience_etude {
  background-color: var(--Bleu);
  padding-top: 50px;
  padding-bottom: 120px;
  overflow: hidden;
}

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

.fond_card_glass {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  margin: 60px auto;
}

.fond_card_glass > img {
  max-height: 234px;
  max-width: 460px;
  height: 234px;
  width: auto;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
}

.card_glass {
  display: flex;
  gap: 24px;
  background-color: #1236a2a8;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  width: fit-content;
  height: fit-content;
  max-width: 80vw;
  border-radius: 9px;
  padding: 29px 25px;
  align-items: center;
  margin: auto;
}

.card_glass > img {
  max-height: 82px;
  max-width: 160px;
  height: 82px;
  width: auto;
}

.info_xp {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.info_xp h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.info_xp p {
  margin: 0;
}

.info_xp .date {
  color: var(--Saumon);
}

/******************
  
  **  Page Contact **
  
  *******************/

.titre_contact {
  margin: auto;
  z-index: 8;
}

.block_contact {
  margin-top: -86px;
  display: grid;
  height: fit-content;
}

.block_contact > canvas {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
}

.block_contact > div {
  grid-area: 1/1;
  width: 90vw;
  max-width: 700px;
  margin: 30px auto 90px;
  display: flex;
  flex-direction: column;
  gap: 53px;
  padding-top: 86px;
  pointer-events: none;
}

.block_contact .liens_contact,
.block_contact form {
  padding: 15px 30px;
  background-color: #0f0f17c3;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 11px;
  pointer-events: all;
}

.block_contact h1 {
  padding: 15px 50px;
  background: radial-gradient(#0f0f17 25%, #0f0f1711 75%, #0f0f1700);
  border-radius: 11px;
}

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

.liens_contact .lien_rs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.liens_contact .lien_rs a {
  transition: 0.2s;
}

.liens_contact .lien_rs a:hover {
  color: var(--Saumon);
}

.block_contact form {
  display: grid;
  row-gap: 27px;
  column-gap: 33px;
}

.block_contact form button,
.liens_contact .bouton {
  box-shadow: inset 0px 44px #0f0f1700;
  background-color: #ffb49700;
}

.block_contact form button:hover,
.liens_contact .bouton:hover {
  background-color: var(--Saumon);
  box-shadow: inset 0px 0px #0f0f17d9;
}

.block_contact form button {
  margin: auto;
  color: var(--Blanc);
  font-size: 16px;
  cursor: pointer;
}

.block_contact form button:focus {
  transform: scale(1.1);
}

.block_contact form textarea {
  resize: vertical;
  height: 200px;
}

.block_contact form input,
.block_contact form textarea {
  background-color: var(--Noir) !important;
  color: var(--Blanc) !important;
  border: 0px !important;
  outline: 0px !important;
  font-size: 16px;
  padding: 6px 14px;
  width: 100%;
  box-sizing: border-box;
}

.block_contact form input:-webkit-autofill,
.block_contact form textarea:-webkit-autofill {
  background-color: var(--Noir) !important;
  color: var(--Blanc) !important;
  -webkit-box-shadow: 0 0 0px 1000px var(--Noir) inset !important;
  font-size: 16px !important;
  -webkit-text-fill-color: var(--Blanc) !important;
}

.block_contact form input::placeholder,
.block_contact form textarea::placeholder {
  color: var(--Blanc) !important;
  opacity: 0.8;
}

.block_contact form input:focus ~ .souligne,
.block_contact form textarea:focus ~ .souligne {
  transform: scaleY(1.4);
}

.block_contact form div .souligne {
  background-color: var(--Saumon);
  height: 3px;
  width: 100%;
  transition: 0.6s;
}

.block_contact form .textarea .souligne {
  margin-top: -4px;
}

.block_contact .form_loading .souligne {
  animation: loadform 1.5s infinite;
}

@keyframes loadform {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(2.6);
  }
}

.msg_reponse {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 30px;
  background-color: #1236a296;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 11px;
  text-align: center;
  display: none;
}

@keyframes apparait {
  0% {
    display: none;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  2% {
    display: block;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  20%,
  80% {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
  98% {
    display: block;
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    display: none;
    opacity: 0;
    transform: translate(-50%, 50%);
  }
}

.msg_animated {
  display: block;
  animation: apparait 5s forwards;
}

.onde {
  transform: translate(-50%, -50%);
  display: none;
}

.ondule {
  animation: ondulation 0.4s forwards ease-in-out;
  display: block;
  opacity: 0;
}

@keyframes ondulation {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    display: block;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    display: block;
  }
  100% {
    display: none;
  }
}

/************************
  
  **  Page projet dedier **
  
  ************************/
/* apercu du projet */
.apercu_projet {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin: auto 36px;
  row-gap: 20px;
}

.apercu_projet > h1 {
  font-size: 40px;
  margin: 10px 0;
  text-align: center;
  grid-column: span 2;
}

.apercu_projet > img {
  width: 100%;
  min-width: 250px;
  max-width: 600px;
  aspect-ratio: 12/7;
  background-color: var(--Bleu);
  object-fit: cover;
  object-position: top;
  border-radius: 9px;
  grid-column: span 2;
}

.apercu_projet > .visuel_projet {
  display: flex;
  gap: 15px;
  height: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 12px;
  box-sizing: border-box;
  grid-column: span 2;
}

.apercu_projet .logo_projet {
  height: 50px;
  width: auto;
}

.info_projet {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  overflow: hidden;
}

.info_projet p {
  margin: 0;
}

.info_projet > div {
  display: flex;
  gap: 13px;
  color: var(--Saumon);
}

.color_projet {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: auto 0px auto auto;
  flex-shrink: 0;
}

.color_projet > div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.nb_pers,
.lien_projet {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
}

.nb_pers {
  margin: auto 0px auto auto;
  padding: 0 12px 0 0;
}

.nb_pers p,
.lien_projet p {
  margin: 0;
}

.nb_pers > div {
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
}

.apercu_projet .lien_projet {
  padding: 0 0 0 12px;
}

.lien_projet,
.lien_projet svg,
.fleche_cube {
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.lien_projet:hover {
  color: var(--Saumon);
}

.lien_projet:hover svg {
  transform: scale(1.1);
}

.lien_projet:hover .fleche_cube {
  transform: translate(10%, -10%);
}

.apercu_projet h2 {
  grid-column: span 2;
  margin-bottom: 0px;
}

.apercu_projet > p {
  grid-column: span 2;
}

/* partie liens d'un projet (site et video) */

.test_projet,
.contenu_projet {
  margin: auto 36px;
}

.liens_projet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px;
  margin-bottom: 30px;
}

.liens_projet > div {
  grid-column: span 2;
  min-height: 100px;
  display: flex;
  justify-content: space-around;
}

.btns_choix_site,
.liens_projet .texte_site,
.iframe_site {
  display: none;
}

.iframe_video {
  background-color: #fff;
  border-radius: 9px;
  width: 100%;

  aspect-ratio: 16 / 9;
  height: auto;
  max-height: calc(100lvh - 100px);
  grid-column: span 2;
}

/* partie outils du projet */

.contenu_projet {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
}

.contenu_projet img {
  border-radius: 9px;
  max-width: 100%;
  max-height: calc(100lvh - 150px);
}

.contenu_projet span,
.description_projet span {
  color: var(--Saumon);
}

.outils_projet {
  margin: auto 36px;
}

.outils_projet > p {
  text-align: center;
}

.outils_projet > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
  margin: 36px auto;
}

.outils_projet > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.outils_projet > div img {
  height: 50px;
  width: auto;
}

.saumon {
  color: var(--Saumon);
}