html, body
	{
	/*Fond du site*/
	font-family: 'Open Sans Condensed', sans-serif;
	background: black;
	color: #444444;
	height: 100%;
	margin: 0;

	}



/* Header */
	header {
    	justify-content: space-between;
    	align-items: center;
    	margin-bottom: 50px;

	}

	#titre {


	align-items: center;
	justify-content: center;
	display: flex;
	margin: 30px;
	}

	.glitch-text {
		text-align: center;
		justify-content: center;
  	font-size: 36px;
  	color: #fff; /* Couleur du texte */
  	position: relative;
  	display: inline-block;
  	animation: glitch 1s infinite;
	}

	@keyframes glitch {
  2%, 64% {
    transform: translate(2px, -2px);
  }
  4%, 60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(2px, -2px);
  }
	}

	/* Navigation Header*/
		nav ul{
			font-size: 20px;
			list-style-type: none;
			display: flex;
			justify-content: center;
			padding-bottom: 10px;	
		}

		nav li {
			font-variant-caps: small-caps;

			margin-right: 30px;
		}

		nav a {
			text-decoration: none;
			color: white;
		}

		nav a:hover {
			text-decoration: underline;

		}

/* Fin Header */




/* Footer */

	footer {

		height: 100px;
		background-color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 30px;
	}
	#reseaux {

		display: flex;
		justify-content: space-between;
	}

	#end {

		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 6pt;
			}

/* Fin Footer */

/*PAGE ACC*/

	a{
	text-decoration: none;
	}

	#conteneur1 {

	display: flex;
	justify-content: center;
	align-item: center;
	}


	.image-container {
  position: relative;
  display: inline-block;
  margin: 10px;
  max-width: 100%;
	}

	.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
	}

	.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* couleur du voile noir avec une opacité de 0.5 */
  opacity: 1;
  transition: opacity 0.3s ease; /* transition de l'opacité pour une animation fluide */
	}

	.text {
	font-family: "Courier New", Courier, monospace;;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s ease; /* transition de l'opacité pour une animation fluide */
	}

	.image-container:hover .overlay {
  opacity: 0; /* l'opacité devient 0 au survol */
	}

	.image-container:hover .text {
  opacity: 0; /* l'opacité du texte devient 0 au survol */
	}


/*PAGE ART*/

h1 {
	font-variant: small-caps;
	font-size: 42px;
	font-family: 'Open Sans Condensed', sans-serif;

}

h2 {
	margin-top: -20px;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#outils {

	font-size: 15px;
	font-variant: small-caps;
}


#cartel {

	margin-top: 5%;
	margin-bottom: 5%;
	display: flex;
	justify-content: space-around;
	text-align: justify;
	font-family: 'Open Sans Condensed', sans-serif;
	max-width: 100%;

}

p {
	font-size: 22px;
}


#notice {
	width: 50%;
	justify-content: center;
}

.gallery {
    display: flex;
    justify-content: center;
}

.image {
    margin: 10px;
    width: 400px; /* Largeur de chaque image */
}

.image img {
    width: 100%;
    height: auto;
}

#nom_img {
	text-align: center;
}


/* IMG BANNIERE */
#img_poesie {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/poesie/poesie.jpg");
  background-size: cover;
 	background-position: center;
}

#img_self {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/self/selfportrait_ban.png");
  background-size: cover;
 	background-position: center;
}

#img_connect {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/connect/connect.png");
  background-size: cover;
 	background-position: center;
}

#video_trailer {
	justify-content: center;
	align-items: center;
	display: flex;
}


#img_mirror {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/mirror/mirror.png");
  background-size: cover;
 	background-position: center;
}

#img_duet {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/duet/roseduet.jpg");
  background-size: cover;
 	background-position: center;
}

#img_heart {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/heart/heartmachine.png");
  background-size: cover;
 	background-position: center;
}

#img_memory {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/memory/memorycard.png");
  background-size: cover;
 	background-position: center;
}

#img_execute {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("execute/execute.png");
  background-size: cover;
 	background-position: center;
}

#img_click {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("click/click_img.png");
  background-size: cover;
 	background-position: center;
}

#img_ifelse {
	align-items: center;
  text-align: center;
  max-width: 100%;
  height: 50%;
  background-image: url("img/ifelse/ifelse.png");
  background-size: cover;
 	background-position: center;
}

#lancer{
	font-variant: small-caps;
	font-size: 50px;
	margin-top: 5%;
	font-family: 'Open Sans Condensed', sans-serif;
}
#lancer a{
	text-decoration: none;
	color: black;
	font-size: 50px;

}
#lancer a:hover{
	text-decoration: none;
	color: black;
	font-variant: bold;
	font-size: 50px;
	text-shadow: 0px 0px 9px;
}

#bio {

	justify-content: center;
	text-align: center;
	display: flex;
	color: white;
}


/*CAPTCHA*/
