@font-face {
  font-family: "Inter";
  src:
    local("Inter"),
    url("Inter-VariableFont_slnt,wght.ttf")
}

@font-face {
  font-family: "Terminal";
  src:
    local("Terminal"),
    url("terminal-grotesque.ttf")
}

@font-face {
  font-family: "VG5000";
  src:
    local("VG5000"),
    url("VG5000-Regular.otf")
}

body {
  /* Texte */
  background-color: #000000;
  margin: 0;
  max-width: 100vw;
}

.apparition {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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


p {
  line-height: 1.5;
  font-family: "Inter";
}

h1 {
  font-family: "VG5000";
  font-size: 4rem;
  margin: 0;
}

h2 {
  font-family: "Terminal";
  font-size: 3rem;
  margin: 0;
}

h3 {
  font-family: "Terminal";
  font-size: 2rem;
  margin: 0;
}

h4 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}

h5 {
  font-family: "VG5000";
  font-size: 2rem;
  margin: 0;
}

header {
  top: 0;
  position: fixed;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  max-width: 100vw;
}

.nav {
  pointer-events: auto;
  max-width: 100vw;
}

#nav-l {
  margin-bottom: 1rem;
  padding: 1rem;
  padding-top: 2rem;
  background: #f6f6f6;
  border-bottom: solid 0.13rem rgb(0, 0, 0);
  border-left: solid 0.13rem rgb(0, 0, 0);
  border-right: solid 0.13rem rgb(0, 0, 0);
}

.bouton-burger {
  margin-bottom: 1rem;
  padding: 1rem;
  padding-top: 2rem;
  width: 10rem;
  /* Rotation de 90 degrés */
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.bouton-burger:hover {
  cursor: pointer;
  transform: rotate(-180deg);
  /* Rotation de 90 degrés */
  transform-origin: center;
  /* Animation de la rotation */
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  /* 6 colonnes */
  grid-template-rows: 2 auto;
  /* 2 lignes de 100px */
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  /* Empêche le texte de s'étendre sur plusieurs lignes */
}

.item-icon {
  display: flex;
  justify-content: center;
}

.icon-menu {
  width: auto;
  height: 3.7rem;
}

.column-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
}

.column-container:hover .bouton-menu {
  background-color: #c6c6c5;
  color: #1d1d1b;
  cursor: pointer;
}

.column-container:hover #menu-fill-nav,
.column-container:hover .bar-fill-nav {
  fill: #c6c6c5;
}

.column-container:active .bouton-menu {
  background-color: #1d1d1b;
  color: #f6f6f6;
}

.column-container:active #menu-fill-nav,
.column-container:active .bar-fill-nav {
  fill: #1d1d1b;
}

button {
  cursor: pointer;
}

.bouton-green,
.bouton-border-grey {
  white-space: nowrap;
}

.bouton-menu {
  color: #1d1d1b;
  justify-content: center;
  align-items: center;
  display: inline;
  margin: 0.5rem;
  padding: 0.3rem;
  font-size: 1rem;
  font-family: "Terminal";
}

.bouton-menu:active {
  background-color: #1d1d1b;
  color: #f6f6f6;
}

#menu-fill,
.bar-fill {
  fill: #c6c6c5;
}

#menu-fill:hover .bar-fill {
  fill: #f6f6f6;
}

#menu-fill-nav,
.bar-fill-nav {
  fill: #1d1d1b;
}

#menu-fill-nav:hover .bar-fill-nav {
  fill: #c6c6c5;
}

#blue-fill,
.bar-blue-fill {
  fill: #000057;
}

#black-fill,
.bar-black-fill {
  fill: #1d1d1b;
}

#grey-fill,
.bar-grey-fill {
  fill: #f6f6f6;
}

#grey-fill:hover,
.bar-grey-fill {
  fill: #1d1d1b;
}

#grey-fill:active,
.bar-grey-fill {
  fill: #1d1d1b;
}

#green-fill,
.bar-green-fill {
  fill: #1d1d1b;
}

.bouton-green:hover #green-fill,
.bouton-green:hover .bar-green-fill {
  fill: #00e677;
}

.bouton-green:active #green-fill,
.bouton-green:active .bar-green-fill {
  fill: #1d1d1b;
}

#grey-fill,
.bar-grey-fill {
  fill: #f6f6f6;
}

.bouton-border-grey:hover #grey-fill,
.bouton-border-grey:hover .bar-grey-fill {
  fill: #1d1d1b;
}

.bouton-border-grey:active #grey-fill,
.bouton-border-grey:active .bar-grey-fill {
  fill: #1d1d1b;
}

.icon-section {
  width: auto;
  height: 7rem;
}

.icon-section-s {
  width: auto;
  height: 5rem
}

.buttonnone {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.pink {
  background: #ff52e2;
}

.light-pink {
  background: #ffccf6;
}

.purple {
  background: #6600a6;
}

.blue {
  background: #63eaff;
}

.light-blue {
  background: #a8f3ff;
}

.dark-blue {
  background: #000057;
}

.green {
  background: #00e677;
}

.light-green {
  background: #94f7c9;
}

.dark-green {
  background: #013000;
}

.yellow {
  background: #ffd200;
}

.light-yellow {
  background: #ffe980;
}

.red {
  background: #590000;
}

.grey,
.gray {
  background: #f6f6f6;
}

.dark-grey,
.dark-gray {
  background: #c6c6c5;
}

.black {
  background: #1d1d1b;
}

.pink-text {
  color: #ff52e2;
}

.light-pink-text {
  color: #ffccf6;
}

.purple-text {
  color: #6600a6;
}

.blue-text {
  color: #63eaff;
}

.light-blue-text {
  color: #a8f3ff;
}

.dark-blue-text {
  color: #000057;
}

.green-text {
  color: #00e677;
}

.light-green-text {
  color: #94f7c9;
}

.dark-green-text {
  color: #013000;
}

.yellow-text {
  color: #ffd200;
}

.light-yellow-text {
  color: #ffe980;
}

.red-text {
  color: #590000;
}

.grey-text,
.gray-text {
  color: #f6f6f6;
}

.dark-grey-text,
.dark-gray-text {
  color: #c6c6c5;
}

.black-text {
  color: #1d1d1b;
}

.pink-border {
  border: solid 0.13rem #ff52e2;
}

.light-pink-border {
  border: solid 0.13rem #ffccf6;
}

.purple-border {
  border: solid 0.13rem #6600a6;
}

.blue-border {
  border: solid 0.13rem #63eaff;
}

.light-blue-border {
  border: solid 0.13rem #a8f3ff;
}

.dark-blue-border {
  border: solid 0.13rem #000057;
}

.green-border {
  border: solid 0.13rem #00e677;
}

.light-green-border {
  border: solid 0.13rem #94f7c9;
}

.dark-green-border {
  border: solid 0.13rem #013000;
}

.yellow-border {
  border: solid 0.13rem #ffd200;
}

.light-yellow-border {
  border: solid 0.13rem #ffe980;
}

.red-border {
  border: solid 0.13rem #590000;
}

.grey-border,
.gray-border {
  border: solid 0.13rem #f6f6f6;
}

.dark-grey-border,
.dark-gray-border {
  border: solid 0.13rem #c6c6c5;
}

.black-border {
  border: solid 0.13rem #1d1d1b;
}

.pink-fill {
  fill: #ff52e2;
}

.light-pink-fill {
  fill: #ffccf6;
}

.purple-fill {
  fill: #6600a6;
}

.blue-fill {
  fill: #63eaff;
}

.light-blue-fill {
  fill: #a8f3ff;
}

.dark-blue-fill {
  fill: #000057;
}

.green-fill {
  fill: #00e677;
}

.light-green-fill {
  fill: #94f7c9;
}

.dark-green-fill {
  fill: #013000;
}

.yellow-fill {
  fill: #ffd200;
}

.light-yellow-fill {
  fill: #ffe980;
}

.red-fill {
  fill: #590000;
}

.grey-fill,
.gray-fill {
  fill: #f6f6f6;
}

.dark-grey-fill,
.dark-gray-fill {
  fill: #c6c6c5;
}

.black-fill {
  fill: #1d1d1b;
}

.black-fill:hover {
  fill: #00e677;
}

.black-fill:active {
  fill: #590000;
}

.barre {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  max-width: 100vw;
}

.profil {
  width: auto;
  height: 6vw;
}

a {
  color: inherit;
  text-decoration: none;
}


.nom {
  font-size: 3rem;
  font-family: "VG5000";
  margin: 0rem;
  color: white;
  white-space: nowrap;
}

.statut {
  color: #00e677;
  white-space: nowrap;
  margin: 0.5rem;
}

.accueil {
  margin-bottom: 1rem;
  margin-top: 0;
}

.accueil-texte {
  display: flex;
  gap: 1rem;
}

.video_profil {
  width: 100%;
  height: 80vh;
  margin: 0;
  object-fit: cover;
}

.media {
  color: white;
  margin-right: 1rem;
  margin-top: 0;
}

.scale:hover {
  transform: scale(123%);
  transition: transform 0.2s ease;
  cursor: pointer;
}

.social-links {
  display: inline-flex;
  margin: 0;
  width: 100%;
  gap: 2rem;
}

.boutons-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.up {
  transform: translateY(0);
}

.up:hover {
  cursor: grab;
  transform: translateY(-0.5rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.up_link {
  transform: translateY(0);
}

.up_link:hover {
  cursor: pointer;
  transform: translateY(-0.5rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Boutons de couleur */
.bouton-pink {
  background-color: #ff52e2;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #ff52e2;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-pink:hover {
  color: #ff52e2;
  /* Texte en rose sur hover */
  background-color: #1d1d1b;
}

.bouton-pink:active {
  background-color: #ff52e2;
  /* Fond rose sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Light Pink */
.bouton-light-pink {
  background-color: #ffccf6;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #ffccf6;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-light-pink:hover {
  color: #ffccf6;
  /* Texte en rose clair sur hover */
  background-color: #1d1d1b;
}

.bouton-light-pink:active {
  background-color: #1d1d1b;
}

/* Bouton Purple */
.bouton-purple {
  background-color: #6600a6;
  color: #f6f6f6;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #6600a6;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-purple:hover {
  color: #6600a6;
  /* Texte en violet sur hover */
  background-color: #ffccf6;
}

.bouton-purple:active {
  background-color: #6600a6;
  /* Fond violet sur active */
  color: #f6f6f6;
}

/* Bouton Blue */
.bouton-blue {
  background-color: #63eaff;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #63eaff;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-blue:hover {
  color: #63eaff;
  /* Texte en bleu sur hover */
  background-color: #1d1d1b;
}

.bouton-blue:active {
  background-color: #63eaff;
  /* Fond bleu sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Light Blue */
.bouton-light-blue {
  background-color: #a8f3ff;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #a8f3ff;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-light-blue:hover {
  color: #a8f3ff;
  /* Texte en bleu clair sur hover */
  background-color: #1d1d1b;
}

.bouton-light-blue:active {
  background-color: #a8f3ff;
  /* Fond bleu clair sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Dark Blue */
.bouton-dark-blue {
  background-color: #000057;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #000057;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-dark-blue:hover {
  color: #000057;
  /* Texte en bleu foncé sur hover */
  background-color: #1d1d1b;
}

.bouton-dark-blue:active {
  background-color: #000057;
  /* Fond bleu foncé sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Green */
.bouton-green {
  background-color: #00e677;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #00e677;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-green:hover {
  color: #00e677;
  /* Texte en vert sur hover */
  background-color: #1d1d1b;
}

.bouton-green:active {
  background-color: #94f7c9;
  /* Fond vert sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Light Green */
.bouton-light-green {
  background-color: #94f7c9;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #94f7c9;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-light-green:hover {
  color: #94f7c9;
  /* Texte en vert clair sur hover */
  background-color: #1d1d1b;
}

.bouton-light-green:active {
  background-color: #94f7c9;
  /* Fond vert clair sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Dark Green */
.bouton-dark-green {
  background-color: #013000;
  color: #00e677;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #013000;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
  height: fit-content;
}

.bouton-dark-green:hover {
  color: #013000;
  /* Texte en vert foncé sur hover */
  background-color: #00e677;
}

.bouton-dark-green:active {
  background-color: #94f7c9;
  /* Fond vert foncé sur active */
  color: #013000;
  ;
}

/* Bouton Yellow */
.bouton-yellow {
  background-color: #ffd200;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #ffd200;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-yellow:hover {
  color: #ffd200;
  /* Texte en jaune sur hover */
  background-color: #1d1d1b;
}

.bouton-yellow:active {
  background-color: #ffd200;
  /* Fond jaune sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Light Yellow */
.bouton-light-yellow {
  background-color: #ffe980;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #ffe980;
  /* Couleur de la bordure mod */
}

.bouton-light-yellow:hover {
  color: #ffe980;
  /* Texte en jaune clair sur hover */
  background-color: #1d1d1b;
}

.bouton-light-yellow:active {
  background-color: #ffe980;
  /* Fond jaune clair sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Red */
.bouton-red {
  background-color: #590000;
  color: #ffe980;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #590000;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-red:hover {
  color: #590000;
  /* Texte en rouge sur hover */
  background-color: #ffe980;
}

.bouton-red:active {
  background-color: #ffd200;
  ;
  /* Fond rouge sur active */
  color: #590000;
}

/* Bouton Grey */
.bouton-grey {
  background-color: #f6f6f6;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #f6f6f6;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-grey:hover {
  color: #f6f6f6;
  /* Texte en gris clair sur hover */
  background-color: #1d1d1b;
}

.bouton-grey:active {
  background-color: #f6f6f6;
  /* Fond gris clair sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Dark Grey */
.bouton-dark-grey {
  background-color: #c6c6c5;
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #c6c6c5;
  /* Couleur de la bordure modifiée */
  display: flex;
  gap: 0.8rem;
}

.bouton-dark-grey:hover {
  color: #c6c6c5;
  /* Texte en gris foncé sur hover */
  background-color: #1d1d1b;
}

.bouton-dark-grey:active {
  background-color: #c6c6c5;
  /* Fond gris foncé sur active */
  color: rgb(0, 0, 0);
}

/* Bouton Black */
.bouton-black {
  background-color: #1d1d1b;
  color: rgb(246, 246, 246);
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  border: solid 0.13rem #1d1d1b;
  display: flex;
  gap: 0.8rem;
}

.bouton-black:hover {
  color: #1d1d1b;
  /* Texte en noir sur hover */
  background-color: rgb(246, 246, 246);
}

.bouton-black:active {
  background-color: #c6c6c5;
  color: #1d1d1b;
}

/* Bouton Border Pink */
.bouton-border-pink {
  color: #ff52e2;
  border: solid 0.13rem #ff52e2;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-pink:hover {
  background-color: #ff52e2;
  color: #1d1d1b;
}

.bouton-border-pink:active {
  background-color: #1d1d1b;
  color: #ff52e2;
}

/* Bouton Border Light Pink */
.bouton-border-light-pink {
  color: #ffccf6;
  border: solid 0.13rem #ffccf6;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-light-pink:hover {
  background-color: #ffccf6;
  color: #1d1d1b;
}

.bouton-border-light-pink:active {
  background-color: #1d1d1b;
  color: #ffccf6;
}

/* Bouton Border Purple */
.bouton-border-purple {
  color: #6600a6;
  border: solid 0.13rem #6600a6;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-purple:hover {
  background-color: #6600a6;
  color: #f6f6f6;
}

.bouton-border-purple:active {
  background-color: #ffccf6;
  color: #6600a6;
}

/* Bouton Border Blue */
.bouton-border-blue {
  color: #63eaff;
  border: solid 0.13rem #63eaff;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-blue:hover {
  background-color: #63eaff;
  color: #1d1d1b;
}

.bouton-border-blue:active {
  background-color: #1d1d1b;
  color: #63eaff;
}

/* Bouton Border Light Blue */
.bouton-border-light-blue {
  color: #a8f3ff;
  border: solid 0.13rem #a8f3ff;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-light-blue:hover {
  background-color: #a8f3ff;
  color: #1d1d1b;
}

.bouton-border-light-blue:active {
  background-color: transparent;
  color: #a8f3ff;
}

/* Bouton Border Dark Blue */
.bouton-border-dark-blue {
  color: #000057;
  border: solid 0.13rem #000057;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-dark-blue:hover {
  background-color: #000057;
  color: #1d1d1b;
}

.bouton-border-dark-blue:active {
  background-color: #1d1d1b;
  color: #000057;
}

/* Bouton Border Green */
.bouton-border-green {
  color: #00e677;
  border: solid 0.13rem #00e677;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-green:hover {
  background-color: #00e677;
  color: #1d1d1b;
}

.bouton-border-green:active {
  background-color: #1d1d1b;
  color: #00e677;
}

/* Bouton Border Light Green */
.bouton-border-light-green {
  color: #94f7c9;
  border: solid 0.13rem #94f7c9;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-light-green:hover {
  background-color: #94f7c9;
  color: #1d1d1b;
}

.bouton-border-light-green:active {
  background-color: #1d1d1b;
  color: #94f7c9;
}

/* Bouton Border Dark Green */
.bouton-border-dark-green {
  color: #013000;
  border: solid 0.13rem #013000;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-dark-green:hover {
  background-color: #013000;
  color: #1d1d1b;
}

.bouton-border-dark-green:active {
  background-color: #1d1d1b;
  color: #013000;
}

/* Bouton Border Yellow */
.bouton-border-yellow {
  color: #ffd200;
  border: solid 0.13rem #ffd200;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-yellow:hover {
  background-color: #ffd200;
  color: #1d1d1b;
}

.bouton-border-yellow:active {
  background-color: #1d1d1b;
  color: #ffd200;
}

/* Bouton Border Light Yellow */
.bouton-border-light-yellow {
  color: #ffe980;
  border: solid 0.13rem #ffe980;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-light-yellow:hover {
  background-color: #ffe980;
  color: #1d1d1b;
}

.bouton-border-light-yellow:active {
  background-color: #1d1d1b;
  color: #ffe980;
}

/* Bouton Border Red */
.bouton-border-red {
  color: #590000;
  border: solid 0.13rem #590000;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-red:hover {
  background-color: #590000;
  color: #1d1d1b;
}

.bouton-border-red:active {
  background-color: #1d1d1b;
  color: #590000;
}

/* Bouton Border Grey */
.bouton-border-grey {
  color: #f6f6f6;
  border: solid 0.13rem #f6f6f6;
  background-color: #1d1d1b;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-grey:hover {
  background-color: #f6f6f6;
  color: #1d1d1b;
}

.bouton-border-grey:active {
  background-color: #c6c6c5;
  color: #1d1d1b;
}

/* Bouton Border Dark Grey */
.bouton-border-dark-grey {
  color: #c6c6c5;
  border: solid 0.13rem #c6c6c5;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-dark-grey:hover {
  background-color: #c6c6c5;
  color: #1d1d1b;
}

.bouton-border-dark-grey:active {
  background-color: #1d1d1b;
  color: #c6c6c5;
}

/* Bouton Border Black */
.bouton-border-black {
  color: #1d1d1b;
  background-color: transparent;
  border: solid 0.13rem #1d1d1b;
  font-size: 1.1rem;
  padding: 0.5rem 1.3rem;
  justify-content: center;
  align-items: center;
  font-family: "Terminal";
  display: flex;
  gap: 0.8rem;
}

.bouton-border-black:hover {
  background-color: #1d1d1b;
  color: rgb(246, 246, 246);
}

.bouton-border-black:active {
  background-color: #c6c6c5;
  color: #1d1d1b;
}

.icon-bouton {
  width: 1.1rem;
  height: auto;
}

.barre-triple {
  display: flex;
  margin: 0;
  height: 5vw;
}

.barre-tiers {
  width: 34%;
}

.container-parcours {
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  height: max-content;
}

.container-ligne {
  display: flex;
  width: 100%;
  margin: 0;
  height: fit-content;
  gap: 2rem;
}

.container-liste {
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-flow: row;
  width: 70%;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  gap: 2rem;
  padding: 0;
}

.container-info {
  padding: 1.8rem;
}

.flex {
  display: flex;
}

.flexend {
  display: flex;
  justify-content: flex-end;
}

.width30 {
  width: 30%;
}

.widthfit {
  width: fit-content;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}

.heightfit {
  height: fit-content;
}

.alignc {
  align-items: center;
}

.alignb {
  align-items: baseline;
}

.titre-section {
  font-size: 5.5rem;
}

.titre-section-s {
  font-size: 3rem;
}

.nowrap {
  white-space: nowrap;
}

.section {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}

.flexb {
  display: flex;
}

.flexnav {
  display: flex;
}

.container-title {
  text-align: left;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 1fr;
}

.container-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto;
  text-align: left;
  gap: 2rem;
  padding: 2rem;
  justify-content: center;
  margin-right: 2rem;
  margin-left: 2rem;
}

.row {
  grid-auto-flow: row;
}

.container-image {
  object-fit: cover;
  width: 100%;
  height: 13rem;
}

.container-image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-image-home {
  object-fit: cover;
  width: 100%;
  height: 80vh;
  cursor: pointer;
}

.titre-content {
  font-size: 1.8rem;
}

.sous-titre-content {
  font-size: 1.4rem;
}

.maj {
  text-transform: uppercase;
}

.mb {
  margin-bottom: 1rem;
}

.mt {
  margin-top: 1rem;
}

.mt0 {
  margin-top: 0;
}

.mt2 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 5rem;
}

.mrl,
.mlr {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mr {
  margin-right: 1rem;
}

.mr2 {
  margin-right: 2rem;
}

.ml {
  margin-left: 1rem;
}

.mlsmart {
  margin-left: 1rem;
}

.ml2 {
  margin-left: 2rem;
}

.mn {
  margin: 0;
}

.p {
  padding: 2rem;
}

.pp {
  padding: 5rem;
}

.barre-l {
  display: flex;
  height: auto;
  align-items: center;
  max-width: 100vw;
}

.spaceb {
  justify-content: space-between;
}

.h30 {
  height: 30%;
}

.container-recherche {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 2rem;
}

.resume {
  margin-top: 0;
  margin-bottom: 1rem;
}

.logiciel {
  margin-top: 0.5rem;
  width: auto;
  height: 36px;
}

* {
  box-sizing: border-box;
}


/* Formulaire Contact */

.container-form {
  display: grid;
  grid-template-columns: 50% 40%;
  grid-auto-flow: row;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  gap: 2rem;
  padding: 0;
}

.champs-nom {
  display: flex;
  justify-content: center;
}

.ic1 {
  margin-right: 0.5rem;
}

.sous-titre-form {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 2rem;
}

.input-container {
  height: 3.125rem;
  position: relative;
  width: 100%;
}

.ic1,
.ic2,
.ic3,
.ic4 {
  margin-top: 1.25rem;
}

input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

.input {
  border: 0;
  box-sizing: border-box;
  font-size: 1rem;
  height: 100%;
  outline: 0;
  padding: 0.25rem 1.25rem 0;
  width: 100%;
}

textarea {
  resize: none;
}

.input-message {
  border: 0;
  box-sizing: border-box;
  font-size: 1rem;
  outline: 0;
  padding: 0.8rem 1.25rem 0;
  width: 100%;
}

.input-message::placeholder {
  color: #1d1d1b;
}

.label {
  background-color: #94f7c9;
  height: 1.25rem;
  left: 1.25rem;
  position: absolute;
  top: -1.25rem;
  transform: translateY(0);
  transition: transform 200ms;
  width: 3.938rem;
}

.label-court1 {
  width: 3.125rem;
}

.label-court {
  width: 2.813rem;
}

.input:focus~.label,
.input:not(:placeholder-shown)~.label {
  transform: translateY(8px);
}

.placeholder {
  color: #1d1d1b;
  font-family: sans-serif;
  left: 1.25rem;
  line-height: 0.9rem;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 1.25rem;
  font-size: 1rem;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
  transform: translateY(-1.875rem) translateX(0.625rem) scale(0.75);
}

.input:focus~.placeholder {
  color: rgb(0, 0, 0);
}

.input:not(:placeholder-shown)~.placeholder {
  font-weight: bold;
}

.input:focus {
  border: 0.2rem solid #013000;
}

.input-message:focus {
  border: 0.2rem solid #013000;
}

.input:not(:placeholder-shown)~.placeholder {
  color: #013000;
}

.boutons-form {
  margin-top: 5rem;
  justify-content: space-between;
}

.link:hover {
  text-decoration: underline;
  text-underline-offset: 0.313rem;
  cursor: pointer;
  transform: translateY(-0.13rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.link_site {
  text-decoration: underline;
  text-underline-offset: 0.183rem;
  cursor: pointer;
  transform: translateY(-0.13rem);
}

.link_site:hover {
  color: #6600a6;
  cursor: pointer;
  transition-property: color, left, top, height;
  transition-duration: 0.2s, 0.5s, 0.2s, 0.5s;
}

.gap_projet {
  gap: 0.3rem;
  display: flex;
  flex-direction: column;
}

.gallerie_container {
  background-color: #ffccf6;
  display: flex;
  flex-wrap: wrap;
  flex: row;
  gap: 30px;
  padding: 30px 5vw 30px 5vw;
}

.flex_1 {
  flex: 1;
  flex-basis: 31%;
}

.flex_2 {
  flex: 2;
  flex-basis: 64%;
}

.flex_3 {
  flex: 1;
  flex-basis: 100%;
}

/* .gallerie_image {}*/

.fit_cover {
  object-fit: cover;
}

/* Styles CSS Footer */

footer {
  text-align: left;
  padding: 3rem 5rem 3rem 5rem;
  color: #f6f6f6;
  position: relative;
  background-color: #000000;
  max-width: 100vw;
}

.container-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 40%;
  margin-right: 2rem;
  margin-left: 2rem;
  text-align: left;
  gap: 1rem;
  padding: 0;
}

.label-menu,
#toggle {
  display: none;
}

/*Styles CSS de la page "Qui-suis-je ?" (about.html)*/

.image50 {
  object-fit: cover;
  width: 50vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

/* Media Queries pour les affichages sur les différents supports
Styles pour les écrans plus petits (ex. mobile) */
@media only screen and (max-width: 767px) {
  header {
    top: 0;
    position: fixed;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
  }

  .nav {
    pointer-events: auto;
  }

  #nav-l {
    margin-bottom: 1rem;
    padding: 0.2rem;
    padding-top: 1rem;
    background: #f6f6f6;
    border-bottom: solid 0.13rem rgb(0, 0, 0);
    border-left: solid 0.13rem rgb(0, 0, 0);
    border-right: solid 0.13rem rgb(0, 0, 0);
  }

  .column-container {
    padding: 0.3rem;
  }

  .bouton-burger {
    translate: 1.5rem;
  }

  .bouton-menu {
    margin: 0.3rem;
    padding: 0.1rem;
    font-size: 0.7rem;
  }

  .icon-menu {
    height: 2rem;
  }

  .grid-container,
  .container-grid,
  .container-form,
  .container-parcours,
  .container-ligne,
  .barre-l {
    display: flex;
    flex-direction: column;
    grid-template-columns: auto;
    grid-auto-flow: column;
    grid-template-rows: auto;
  }

  .container-recherche {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    row-gap: 0;
    scale: 90%;
  }

  .titre-content {
    font-size: 1.3rem;
    /* Réduction d'environ 28% */
  }

  .sous-titre-content {
    font-size: 1.1rem;
    /* Réduction d'environ 21% */
  }

  .titre-section {
    font-size: 2.1rem;
    /* Réduction d'environ 36% */
  }

  .titre-section-s {
    font-size: 2rem;
    /* Réduction d'environ 33% */
  }

  .nom {
    font-size: 2rem;
    /* Réduction d'environ 33% */
  }

  .statut {
    font-size: 1.2rem;
    /* Ajustement pour correspondre à l'échelle générale */
    margin: 0.3rem;
    /* Légère réduction de la marge */
  }

  .accueil {
    margin-bottom: 0.6rem;
  }

  .accueil-texte,
  .barre,
  .barre-l {
    display: flex;
    flex-flow: column;
    height: fit-content;
    gap: 0.1rem;
  }

  .accueil-texte {
    margin-bottom: 0.5rem;
  }

  .profil {
    height: 7vh;
  }

  .social-links {
    justify-content: center;
  }

  .container-grid {
    padding: 0;
    gap: 0;
  }

  .container-liste {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    gap: 0.8rem;
    justify-content: center;
  }

  .container-info {
    width: 100%;
  }

  .container-footer {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .video_profil {
    height: 55.5vh;
  }

  .icon-section {
    height: 5rem;
  }

  .icon-section-s {
    height: 2rem
  }

  .container-ligne {
    margin: 0;
    gap: 0;
  }

  .container-title {
    margin-bottom: 0;
  }

  .bouton-border-black,
  .bouton-black {
    white-space: nowrap;
  }

  .width30 {
    width: auto;
  }

  .image50 {
    width: 100vw;
    height: 30vh;
  }

  .width50 {
    width: auto;
  }

  .flexb {
    display: block;
  }

  .flexnav {
    display: grid;
    justify-items: center;
  }

  .pp {
    padding: 3rem;
  }

  .champs-nom {
    display: block;
  }

  .boutons-menu {
    display: grid;
    justify-items: center
  }

  h1 {
    font-size: 2.5rem;
    /* Réduction d'environ 37.5% */
  }

  h2 {
    font-size: 2rem;
    /* Réduction d'environ 33% */
  }

  h3 {
    font-size: 1.5rem;
    /* Réduction de 25% */
  }

  h4 {
    font-size: 1rem;
    /* Réduction de 9% */
  }

  h5 {
    font-size: 1.5rem;
    /* Réduction de 25% */
  }

  .ml {
    margin-left: 0;
  }

  iframe {
    width: auto;
    height: initial;
  }

  .container-image-home {
    width: 100%;
    height: 100%;
  }

  .flex_1, .flex_2, .flex_3 {
    flex: 1;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  /* Styles pour les tablettes */
  header {
    top: 0;
    position: fixed;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
  }

  .nav {
    pointer-events: auto;
  }

  #nav-l {
    margin-bottom: 1rem;
    padding: 0.2rem;
    padding-top: 1rem;
    background: #f6f6f6;
    border-bottom: solid 0.13rem rgb(0, 0, 0);
    border-left: solid 0.13rem rgb(0, 0, 0);
    border-right: solid 0.13rem rgb(0, 0, 0);
  }

  .column-container {
    padding: 0.3rem;
  }

  .bouton-menu {
    margin: 0.3rem;
    padding: 0.1rem;
    font-size: 0.7rem;
  }

  .bouton-burger {
    translate: 1.5rem;
  }

  .icon-menu {
    height: 2rem;
  }

  .grid-container,
  .container-grid,
  .container-form,
  .container-parcours,
  .container-ligne,
  .barre-l {
    display: flex;
    flex-direction: column;
    grid-template-columns: auto;
    grid-auto-flow: column;
    grid-template-rows: auto;
  }

  .container-recherche {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    row-gap: 0;
    scale: 90%;
  }

  .titre-content {
    font-size: 1.3rem;
    /* Réduction d'environ 28% */
  }

  .sous-titre-content {
    font-size: 1.1rem;
    /* Réduction d'environ 21% */
  }

  .titre-section {
    font-size: 2.1rem;
    /* Réduction d'environ 36% */
  }

  .titre-section-s {
    font-size: 2rem;
    /* Réduction d'environ 33% */
  }

  .nom {
    font-size: 2rem;
    /* Réduction d'environ 33% */
  }

  .statut {
    font-size: 1.2rem;
    /* Ajustement pour correspondre à l'échelle générale */
    margin: 0.3rem;
    /* Légère réduction de la marge */
  }

  .accueil {
    margin-bottom: 0.6rem;
  }

  .accueil-texte,
  .barre,
  .barre-l {
    display: flex;
    flex-flow: column;
    height: fit-content;
    gap: 0.1rem;
  }

  .accueil-texte {
    margin-bottom: 0.5rem;
  }

  .profil {
    height: 7vh;
  }

  .social-links {
    justify-content: center;
  }

  .container-grid {
    padding: 0;
    gap: 0;
  }

  .container-liste {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    gap: 0.8rem;
    justify-content: center;
  }

  .container-info {
    width: 100%;
  }

  .container-footer {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .video_profil {
    height: 55.5vh;
  }

  .icon-section {
    height: 5rem;
  }

  .icon-section-s {
    height: 2rem
  }

  .container-ligne {
    margin: 0;
    gap: 0;
  }

  .container-title {
    margin-bottom: 0;
  }

  .bouton-border-black,
  .bouton-black {
    white-space: nowrap;
  }

  .width30 {
    width: auto;
  }

  .image50 {
    width: 100vw;
    height: 30vh;
  }

  .width50 {
    width: auto;
  }

  .flexb {
    display: block;
  }

  .flexnav {
    display: grid;
    justify-items: center;
  }

  .pp {
    padding: 3rem;
  }

  .champs-nom {
    display: block;
  }

  .boutons-menu {
    display: grid;
    justify-items: center
  }

  h1 {
    font-size: 2.5rem;
    /* Réduction d'environ 37.5% */
  }

  h2 {
    font-size: 2rem;
    /* Réduction d'environ 33% */
  }

  h3 {
    font-size: 1.5rem;
    /* Réduction de 25% */
  }

  h4 {
    font-size: 1rem;
    /* Réduction de 9% */
  }

  h5 {
    font-size: 1.5rem;
    /* Réduction de 25% */
  }

  .ml {
    margin-left: 0;
  }

  iframe {
    width: auto;
    height: initial;
  }

  .container-image-home {
    width: 100%;
    height: 100%;
  }
}