*{
	padding:0;
	margin:0;
	font-family: "Rubik", sans-serif;
}

#body1 {
	background-image: url('../images/cinema.jpg');
	background-size: cover;
	background-position: center;
}
#bodylisting{
	background-color: black;
}
#don{
	color: white;
}
#gestionimage{
	max-width: auto;
    height: 150px;
}

header{
	padding-top: 40px;
	height:auto;
	text-align: center;
	color:white;
	background-color: black;
	font-size: 10px;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	display: flex;
	justify-content: center;
  }
  .film {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	background-color: white;
	width: 368px;

  }
  .film img {
	max-width: auto;
	height: 150px;
	border-radius: 5px;
	display: block; /* Pour s'assurer que la marge automatique fonctionne */
            margin: 0 auto;
  }
  .photos{
	max-width: auto;
	height: 150px;
	border-radius: 5px;
	display: block; /* Pour s'assurer que la marge automatique fonctionne */
            margin: 0 auto;
  }
  p{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: black;
	text-align: center;
  }
  #pindex{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: white;
	left: 12px;
  }
  #srklogo{
	width: 30px;
    position: relative;
    top: -33px;
    left: 9px;
  }

header ul{
	margin:0 auto;
	display: flex;
	flex-direction:row;
	list-style-type:none;
	justify-content:center;
	font-family: "Aboreto", system-ui;
    font-style: normal;
	margin-top: -31px;
	
}



header a{
	text-decoration: none;
	color:white;
	font-family: "Aboreto", system-ui;
	padding:40px;
}





h1 {
	font-family: "Aboreto", system-ui;
text-align: center;
padding-bottom: 112px;;
color: white;

}
h2{
	font-family: "Aboreto", system-ui;
	text-align: center;
	padding-bottom: 10px;
	color: white;
}
h3{
	font-family: "Aboreto", system-ui;
	text-align: center;
	padding-bottom: 10px;
	color: black;
	font-size: 200%;
}

.article-overlay{
	opacity:0;
	transition:0.40s;
	position:relative;
	bottom:210px;
	height:215px;
}


article a{
	display:block;
	height:200px;
}
article:hover  a span, .article-overlay, article{
	opacity:1;
}
article:hover .article-overlay{
	background-color: rgba(0, 0, 0, 0.1);
}



aside{
	margin-left: 10px;
	margin-bottom: 10px;
}

.article-image img {
	width: auto; /* Afin d'éviter les débordement des images */
	height: 150px;
}
.article-infos{
	text-align: center;
	color:black;
	text-decoration: none;
}

#produits{
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#produits article{
 margin-bottom:25px;
}

footer{
	height:30px;
	background-color:rgb(19, 19, 19);
	color:white;
	text-align:center;
	padding-top:30px;
}

#recherche{
    right: 200%;
	margin-top: 5%;
}

.container h1 {
    text-align: center;
    margin-bottom:20px
}

.container form {
    text-align: center;
}

.container input {
    padding: 10px;
    width: 70%;
    margin-right: 10px;
}
.container button {
    padding: 10px 20px;
    background-color: black;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

@media screen and (min-width:480px){
	header{
		font-size: 20px;
		color: black;
		
	}
	
	#srklogo{
		width: 30px;
		position: relative;
		top: -33px;
		left: 37px;
	  }
	  .film {
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 10px;
		background-color: white;
	  }
	  #bodylisting{
		background-color: white;
	}
	.gallery{
		display: grid;
		grid-template-columns: repeat(3, 1fr); /* Trois colonnes de largeur égale */
		gap: 20px;
	}
	h2{
		font-family: "Aboreto", system-ui;
		text-align: center;
		padding-bottom: 10px;
		color: black;
		font-size: 200%;
	}
	h3{
		font-family: "Aboreto", system-ui;
		text-align: center;
		padding-bottom: 10px;
		color: black;
		font-size: 200%;
	}
	p{
		color: black;
	}
	table {
		width: 100%;
		border-collapse: collapse;
	}
	
	table th, table td {
		padding: 10px;
		text-align: center;
		border: 1px solid #ddd;
	}
	
	table th {
		background-color: #007bff;
		color: #fff;
	}
	
	table td {
		background-color: #fff;
	}

	#ul{
		background-color: black;
		color: white; /* Couleur du texte */
		padding: 10px 20px; /* Ajustez selon vos besoins */
		text-decoration: none; /* Supprime le soulignement par défaut */
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* Trois colonnes de largeur égale */
		gap: 20px;
	}
	.film-card{
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 10px;
		background-color: white;
		display: grid;
		place-items: center;
	}

	
}