/* Nouveau thème completement différent : ambiance "Renaissance nocturne" avec tons bleutés, dorés et textures élégantes */

body {
  margin: 0;
  font-family: "Georgia", serif;
  background: linear-gradient(180deg, #0b1a2a, #1b2f4a 60%, #0b1a2a);
  color: #e8e4d9;
}

header {
  background: radial-gradient(circle at top, #1e3a5f, #0b1a2a);
  padding: 40px 20px;
  text-align: center;
  border-bottom: 3px solid #d4a44a;
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

header h1 {
  color: #f2d79c;
  font-size: 3em;
  letter-spacing: 3px;
}

header p {
  color: #d7c8a6;
  font-size: 1.2em;
}

nav {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

nav a {
  text-decoration: none;
  color: #f2d79c;
  padding: 8px 16px;
  border: 1px solid #d4a44a;
  border-radius: 6px;
  transition: 0.3s;
  background: rgba(15, 28, 46, 0.6);
}

nav a:hover {
  background: #d4a44a;
  color: #0b1a2a;
}

.section {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}

.section.dark {
  background: rgba(5, 13, 25, 0.7);
  border-left: 4px solid #d4a44a;
}

.section h2 {
  color: #f2d79c;
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 20px;
}

p, li {
  line-height: 1.7;
  font-size: 1.1em;
}

ul {
  padding-left: 20px;
}

.portrait {
  display: block;
  margin: 30px auto;
  width: 260px;
  border-radius: 10px;
  border: 2px solid #d4a44a;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.video-container video {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #d4a44a;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.gallery img {
  width: 280px;
  border-radius: 10px;
  border: 2px solid #d4a44a;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery img:hover {
  transform: scale(1.06);
  box-shadow: 0 0 25px rgba(212,164,74,0.9);
}

blockquote {
  font-style: italic;
  text-align: center;
  color: #f2d79c;
  font-size: 1.5em;
  border-left: 4px solid #d4a44a;
  padding-left: 15px;
}

footer {
  text-align: center;
  padding: 20px;
  background: #0b1a2a;
  border-top: 2px solid #d4a44a;
  color: #d7c8a6;
}

button {
  
background: #1e3a5f;
color: #d4a44a;
border-top: 0px;
border-left: 0px;
border-right: 0px;
 font-family: "Georgia", serif;

}

#entete {
  background: rgba(212, 164, 74, 0.1);
}

header {
  min-height: 180px;
}
