@charset "UTF-8";
/* CSS Document */
/* styles.css */


/* style entête titre */
header {
 /* background-color: #8c27cf; */
 background-color: #ff08ea;
  color: #000000;
  padding: 7px;
  text-align: center;
  font-family: "Maison Neue Medium", sans-serif;
  font-size: 26px; 	
}

img {
  /*position: absolute;*/
  display:block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 500px;
  margin-bottom: 26px;
  margin-top: 26px;
  padding: 7px;
  background-color: rgb(217, 0, 255); 
}



audio{
	width: 40vw;
  padding-bottom: 20px;
	margin: auto; 
	display: flex;
  	justify-content: center;
  	align-items: center;
}

h2 {
	font-family: "Arial", sans-serif;
	text-align: center;
  /* background-color: blue; */
  padding: 7px;
  font-size: 26mm;
	font-weight: 100; 
	color: #000000;
/*  	text-shadow: 2px 2px 4px #000000;*/

}
h3 {color: #ff1313; 
	font-family: "Maison Neue Medium", sans-serif;
	text-align: center; 
	font-size: 30px; 
	font-weight: 100; 
	color: white;
  	text-shadow: 2px 2px 4px #000000;
}
p  { /*color: rgb(255, 0, 0);  */
	/* font-family: "Maison Neue Medium", sans-serif; */
  text-align: center;
  margin:auto;
  margin-bottom: 7px;
  padding: 7px;
  font-family: Arial, sans-serif;
	font-size: 0,26cm; 
	color: rgb(0, 0, 0);
  width: 75%;
  white-space: pre-wrap;      /* S'assure que le texte se plie à la largeur sans couper les mots */
  word-wrap: break-word;      /* Prévient la coupure des mots */
  resize: none;  
  /*background-color: red; */
/*  	text-shadow: 2px 2px 4px #000000; */
}




/* script Roland pour les vignettes */

.student-projects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 20px;
}

.project-box {
  background-color: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.project-box a {
  color: inherit;
  text-decoration: none;
}

.project-box img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.project-box h3 {
  margin: 10px 0 5px;
}

.project-box p {
  color: #666;
  font-size: 14px;
  margin: 0 0 10px;
}
