body {
	margin: 0;
	padding: 0;
	background-color: rgb(239, 233, 243);

	/* Pour centrer l’image */
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	color: rgb(70, 30, 30);
	/* Change la couleur du texte si l’image est foncée */

	color: #721414;
}

h1 {
	text-align: justify
}

p {
	font-size: small;
}

li {
	font-size: small;
}

.images {
	width: 100%;
}

#bio {
	color: rgb(234, 211, 232);
	text-align: center;
}

.texte-noir {
	color: rgb(229, 210, 232);
	text-align: center;
}

.list {
	font-size: small;
	color: black
}

a {
	color: rgb(210, 137, 210);
	/* Couleur du lien */
	text-decoration: none;
	/* Supprime le soulignement */
	font-weight: bold;
	/* Texte en gras */
}

a:hover {
	color: red;
	/* Couleur quand on survole */
	text-decoration: underline;
	/* Ajoute un soulignement au survol */
}

.enbas {
	position: fixed;
	bottom: 0px;
}

ul {
	list-style-type: "- ";
}

footer {
	text-align: center;
	padding: 20px;
	background-color: #f9f9f9;
}
  
.contact {
	display: flex;
	justify-content: center;
	gap: 20px;
	opacity: 0.7;
}
  
.contact a {
	display: inline-block;
}
  
.icon {
	width: 24px;
	height: 24px;
	transition: opacity 0.3s;
}
  
.icon:hover {
	opacity: 1;
}
  footer {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}

header {
	margin: 0;
	padding: 0;
	width: 100%;
}
  
/* Global reset */
* 
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
  
body {
	display: flex;
	font-family: Arial, sans-serif;
}
  
/* Reset */
* 
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
  
body {
	font-family: Arial, sans-serif;
}
  
  /* Navigation horizontale */
.navbar {
	background-color: #8a498a;
	padding: 10px 0;
	width: 100%;
	position: fixed;
}
  
.navbar nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
}
  
.navbar nav ul li {
	margin: 0 20px;
}
  
.navbar nav ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 12px;
	
}

.navbar-about {
	 background-color: rgb(5, 3, 5);
}
  
.navbar nav ul li a:hover {
	width: 100%;
	background-color: #271523;
	border-radius: 10px;
}
/* Fait que l'image couvre tout l'écran */
.about {
	display: block; /* ou flex si tu veux garder le modèle flexible */
  text-align: center;
  padding: 1.52rem;
  max-width: 800px;
  margin: 4rem  auto;
  color: rgb(117, 97, 117);
}
  
  /* Fond semi-transparent pour bien lire */
.overlay {
	
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
  
.text-overlay {
	max-width: 800px;
	padding: 30px;
	border-radius: 10px;
	line-height: 1.5;
}

.year-column {
	max-width: 300px;    /* largeur max du conteneur */
	margin: 0 auto;      /* centre horizontal */
	display: flex;
	flex-direction: column;  /* empile verticalement */
	align-items: center;     /* centre horizontal des enfants */
	gap: 15px;               /* espace entre chaque bloc */
}
  
.year-item {
	text-align: center;  /* centre le texte sous l’image */
	width: 100%;         /* prend toute la largeur du conteneur */
}
  
.year-item img {
	width: 200%;    /* image à la taille du bloc */
	height: auto;
	border-radius: 1%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
  
.year-label {
	margin-top: 1%;
	font-weight: bold;
	font-size: 1.1rem;
	color: #222;
}
.year-container {
	width: 300px; /* largeur max de la "box" contenant l'image + date */
	margin: 20px auto; /* centrage horizontal + un peu d'espacement vertical */
	text-align: center; /* pour centrer le texte (date) sous l'image */
}
.year-date {
	margin-top: 8px;  /* espace entre image et date */
	font-weight: bold;
	font-size: 1.1em;
}
.navbar {
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	z-index: 9999;
}
  
.navbar-brand {
	font-weight: bold;
}

  
header h1 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
header h1 {
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
  
@media (max-width: 768px) {
	header .container {
	  flex-direction: column;
	  align-items: flex-start;
	}
  
header nav {
	  width: 0%;
	}
}
header h1 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
  
.navbar-nav .nav-link {
	font-weight: 200;
	padding: 0.5rem 1rem;
}
.paintings-header {
	text-align: center;
	padding: 40px 0;
}
  
.paintings-header h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0;
}
.artwork {
	text-align: center;
	margin-bottom: 40px;
  }
  
.artwork img {
	max-width: 65%;
	height: auto;
	display: block;
	margin: 0 auto;
}
  
.art-date {
	font-size: 16px;
	color: #1e1d1d;
	margin-top: 10px;
}


.presse-section {
	padding: 40px;
	background-color: #f9f9f9;
	text-align: center;
}
  
.presse-section h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #333;
}
  
.presse-links {
	list-style: none;
	padding: 0;
}
  
.presse-links li {
	margin: 10px 0;
	color: #e086d5;
}
  
.presse-links a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	transition: color 0.3s ease;
}
  
.presse-links a:hover {
	color: #777;
	text-decoration: underline;
}
.contact {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
  }
  
.contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.15);
	transition: transform 0.3s ease, background-color 0.3s ease;
}
  
.contact-icon img {
	width: 18px;
	height: 18px;
	filter: invert(1); /* rend les icônes blanches si elles sont noires */
}
  
.contact-icon:hover {
	transform: scale(1.2);
	background-color: rgba(255, 255, 255, 0.3);
}
.exhibitions {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 2rem;
  text-align: left;
}

.exhibitions h2 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #333;
  padding-bottom: 0.4rem;
  font-weight: bold;
}

.exhibitions ul {
  list-style: none;
  padding: 0;
}

.exhibitions li {
  margin-bottom: 0.6rem;
  font-size: 0.87rem;
  line-height: 1.4;
}


  
  

  
	

	
  
  
  
   