@charset "UTF-8";
/* CSS Document */
body {
  background-color: #1e232c;
  padding: 10px;
	@media only screen and (min-width: 600px){
		padding: 0px;
	}
}
h1 {
	font-size: 30px;
	font-weight: lighter;
	margin-top: 25px;
	margin-bottom: 3px;
}
h3 {
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 20px;
}
a:link {
	text-decoration: none;
	color: #DADADA;
}
a:hover {
	text-decoration: underline;
	color: #DADADA;
}
.entete {
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, "sans-serif";
    color: #DADADA;
	text-align: center;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 2px;
}
.filmographie {
	max-width: 1128px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 40px;
	grid-column-gap: 20px;
	clear: both;
	@media only screen and (min-width: 600px){
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
.menu {
  margin: 25px 0;
	display: flex;
	justify-content: center;
}
.bouton {
 	padding: 10px; 
	font-family: 'Helvetica Neue', Helvetica, Arial, "sans-serif";
    color: #838383;
	text-align: center;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
	transition: color 300ms;
	@media only screen and (min-width: 600px){
		font-size: 18px;
	}
}
.bouton:hover { 
	text-decoration: none; color: #DADADA; 
}
.bouton_actif {
	background: #1C1C1C;
	color: #DADADA;
	border-radius: 15px;
}
.film {
	font-size: 14px;
	font-weight: normal;
	color: #B6B6B6;
	@media only screen and (min-width: 600px){
		font-size: 16px;
	}
}
.basdepage {
	width: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, "sans-serif";
	color: #DADADA;
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
}
li {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
ul {
	list-style-type: none;
	padding-left: 0px;
}
u {
	text-decoration-thickness: 1px;
}
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
	  background-color: black;
  }
.modal-body {
  position:relative;
  padding:0px;
  background-color: black;
}
.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}
.affiche {
	padding:0;
	border: none;
}
.basdepage ul li span {
	font-weight: 400;
	margin-bottom: 0px;
}
