body {
    font-family: "Oswald", sans-serif;
    font-style: normal;
}

/* Header H1 */

header {
    width: 100%;
    display: flex;
    justify-content: center;   /* centre le contenu du header */
}

.header-container {
    display: flex;
    gap: 40px;                 /* espace entre les mots */
    justify-content: center;   /* centre les items */
    align-items: center;       /* centre verticalement */
}

.header-select {
    color: white;
}

.header-select:hover {
    color: white;
    text-shadow: 0 0 5px #81deee, 0 0 10px #06b9c6, 0 0 10px #59c5f7, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #099ad1, 0 0 10px #099ad1, 0 0 10px #099ad1;
}

/* Background Movie */

.video-background {
    position: fixed;   /* reste fixe même quand tu scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;       /* derrière tout le contenu */
}

/* Ajuste la vidéo pour remplir l'écran */

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* couvre tout l'écran proprement */
}

/* Logo */

.center {
    display: flex;
    justify-content: center;  /* centre horizontalement */
    align-items: center;      /* centre verticalement */
}

/* All Page */

div.body{
  box-sizing: border-box;
  margin: auto;
  width: 1050px;
  position: relative;
}

/* Background Image */

.animate-menu {
  margin-bottom: 2em;
  font-size: x-large;
  text-align: center;
  text-transform: uppercase;
}

.animate-menu li {
  display: inline-block;
  margin: 0 1em;
}

.animate-menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.animate-menu a:hover {
  text-shadow: 0 0 5px #81deee, 0 0 10px #06b9c6, 0 0 10px #59c5f7, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #099ad1, 0 0 10px #099ad1, 0 0 10px #099ad1;
}

/* Portrait */

.portrait {
  z-index: 3;
  right: 0;
  position: absolute;
  width: 150px; 
  height: 150px; 
}

.portrait_01 {
  margin-top: 0.9em;
  margin-right: 0.9em;
  z-index: 2;
  position: absolute;
  right: 0;
  width: 122px; 
  height: 121px;
}

.Name_Portrait {
  font-size: large;
  margin-top: 8em;
  margin-right: 1em;
  right: 0;
  position: absolute;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-shadow: 0 0 5px #81deee, 0 0 10px #c5151e, 0 0 10px #852031, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #c21d54, 0 0 10px #7c1717, 0 0 10px #e01212;
}



/* Box Top */

div.header {
  padding-left: 0.8em;
  padding-right: 0.8em;
  margin-right: 1em;
  display: flex;
  justify-content: right;
  align-items: center;
  text-align: center;
  color: white;
  text-shadow: 0 0 5px #81deee, 0 0 10px #06b9c6, 0 0 10px #59c5f7, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #099ad1, 0 0 10px #099ad1, 0 0 10px #099ad1;
}


div.box {
  display: flex;
  margin: 0.8em;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content {
  display:flex;
  width: 1000px;
  border-radius: 5px;
  border: solid 3px white;
  background-color: rgba(0, 0, 0, 0.945);
  justify-content: space-evenly;
  font-size: large;
}

.content h3 {
  font-weight: normal;
  color: white;
  text-shadow: 0 0 5px #81deee, 0 0 10px #df9dfd, 0 0 10px #e87cfd, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #ca09d1, 0 0 10px #a0057e, 0 0 10px #4e023b;
}

h3.border-content {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  border-left: solid 3px white;
  border-right: solid 3px white;
}

/* Box Middle */

.text-neon {
  font-weight: 400;
  margin-left: 0.3em;
  margin-right: 0.3em;
  text-decoration: none;
  color: white;
  text-shadow: 0 0 5px #81deee, 0 0 10px #06b9c6, 0 0 10px #59c5f7, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #099ad1, 0 0 10px #099ad1, 0 0 10px #099ad1;
}

.box-mini-new {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-new {
  position: relative;
  background-color: rgba(0, 0, 0, 0.945);
  border-left: solid 3px white;
  border-bottom: solid 3px white;
  border-right: solid 3px white;
  padding-top: 0.8%;
  width: 1000px;
  margin-bottom: 1em;
}

.sous-liste li {
  color: white;
  font-weight: 400;
  margin-left: 2em;
  text-shadow: 0 0 5px #81deee, 0 0 10px #13c71c, 0 0 10px #69ee9c, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #35da14, 0 0 10px #04f153, 0 0 10px #04c2a9;
}

.dev {
  color: white;
  font-size: large;
  font-weight: 400;
  margin-top: 3%;
  margin-left: 1%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-shadow: 0 0 5px #81deee, 0 0 10px #c5151e, 0 0 10px #852031, 0 0 10px #d8a9eb, 0 0 10px #c896db, 0 0 10px #c21d54, 0 0 10px #7c1717, 0 0 10px #e01212;
}