/* ===== BODY ===== */
body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 20px;
  text-align: center;
background-color: #eef1f6;
  color: #2b2b2b;
padding-top: 60px;
}

/* ===== TITRES & TEXTE ===== */
h1 {
  color: black;
  text-align: center;
  text-decoration-line: underline;
  text-weight: bold;
  text-transform: uppercase;
color: #1f2a44;
}
h2 {
  color: #2b3a67;
}

p {
  margin: 10px;
color: #333;
}

/* ===== BARRE ===== */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1f2a44;
  position: sticky;
  top: 0;
}

ul li {
  float: left;
}

ul li a {
font-weight: 600;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #2b3a67;
}

ul li a.active {
   background-color: #ed8932;
}

/* ===== PARAGRAPHE SPÉCIAL ===== */
#para {
  font-family: verdana;
  font-size: 80%;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  word-spacing: 0.3em;
  text-align: left;
}

/* ===== VIDÉO ===== */
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 20px auto;
margin-top: 60px;
}

.video-container iframe {
  width: 70%;
  height: 100%;
  border: none;
}



video {
  width: 80%;
  height: auto;
  max-width: 100vw;
}

/* ===== GALERIE ===== */
div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.gallery-item {
  margin: 15px;
  border: 1px solid #ccc;
  width: 200px;
}

div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 8px;
  text-align: center;
}


/* ===== CV ===== */
.cv {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  text-align: left;
}

/* LEFT COLUMN */
.left {
  width: 35%;
  background: #e6ebf2;
  padding: 25px;
  font-size: 14px;
}

.left img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
}

.left h3 {
  margin-top: 20px;
  border-bottom: 2px solid #b5bfd1;
  padding-bottom: 5px;
  font-size: 14px;
}

/* RIGHT COLUMN */
.right {
  width: 65%;
  padding: 30px;
  font-size: 15px;
}

.right h2 {
  margin-top: 25px;
  border-bottom: 2px solid #d0d6e0;
  padding-bottom: 5px;
  font-size: 18px;
}

.profile {
  margin-bottom: 20px;
  line-height: 1.4;
}