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


/* style entête titre */

img {
  /*position: absolute;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;

}

audio{
	width: 80%;
	margin: auto; 
	display: flex;
  	justify-content: center;
  	align-items: center;
}

h1 {color: #838383; 
	font-family: "Times New Roman", sans-serif;
	text-align: center; 
	font-size: 30px; 
	font-weight: 100; 
	color: blue;
  	text-shadow: 2px 2px 4px #000000;
}
h2 {color: #EEEEEE; 
	font-family: "Times New Roman", sans-serif;
	text-align: center; 
	font-size: 30px; 
	font-weight: 100; 
	color: white;
  	text-shadow: 2px 2px 4px #000000;
}
p {color: #EEEEEE; 
	font-family: "Times New Roman", sans-serif;
	text-align: center; 
	font-size: 12px; 
	font-weight: 100; 
	color: black;
  	text-shadow: 0px 0px 0px #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 h2 {
  margin: 30px 0 5px;
}

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