body{
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 6.25rem;
    gap: 5rem;
	border: 0px solid red;
}

header{
	width: 150%;
	display: flex;
	justify-content: center;
	height: fit-content;
	margin-top: 2rem;
}
.titleLumièreNoire{
	display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 10rem;
    text-align: center;
	color: rgb(0, 0, 0);
}

.headercontainer{
	width: 92%;
	height: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: rgb(255, 255, 255);
	border: 0px solid white;
}
.headercontainer img{
	width: 100%;
	padding: 0;
	margin: 0;
}
hr{
	display: flex;
	background-color: rgb(0, 0, 0);
	width: 50%;
	height:0.3rem;
	justify-content: center;

	
}

h1{
	font-family: 'Isaac-Regular',sans-serif;
	font-size: 6.25rem;
	font-weight: bold;
	color: rgb(170, 0, 0);
	margin-left: 30px;
}


h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: white;
}



main{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.maincontainer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 50%;
	height: fit-content;
	border: 0px rgb(180, 43, 43) solid ;
    row-gap: 5rem;

}

.Photogallery{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	border: 0px solid red ;
    gap: 1rem;
}
.PhotoSection1{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: fit-content;
	gap:1rem
}
.Photobox{
	display: flex;
	flex-direction: row;
	width: 49.4%;
}

.Photobox img{
	display: flex;
	justify-content: center;
	width: 100%;

}
#MainPhoto img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding:0;
}

.Crewbox{
	display: flex;
	margin: 0%;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: fit-content;
	border: 0px solid green;
    row-gap: 0rem;


}
.nomequipe{
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 3.125rem;
	color: rgb(54, 143, 51);
	margin: 0;
	text-decoration: underline;
	border: 0px solid brown;
	width: 100%;
	height: fit-content;
	text-align: center;
	color: rgb(0, 0, 0);
    margin: auto;
    padding: auto;
    line-height: 10rem;
}

.Equipe1{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-content: space-between;
	text-align: center;
	width:100%;
	height: 100%;
	border: 0px solid orange;
	color: black;
    line-height: 2.5rem;
}
.Equipe2{
	text-align: right;
	width:0%;
	height: fit-content;
	border: 0px solid orange;
	padding: 0;
	margin: 0;
	color: black;
}

.role{
	font-family: 'Montserrat',sans-serif;
	font-size: 1.5rem;
	font-weight:normal ;
	color: rgb(0, 0, 0);
}

.nom{
	font-family: 'Montserrat',sans-serif;
	font-size: 2rem;
	font-weight:bold ;
	color: rgb(0, 0, 0);
}

.Crew{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
	border: 0px solid orange;
}

.Cast{
	display: flex;
	flex-direction: column;
	text-align: right;
	justify-content: center;
	border: 0px solid yellow;
	width: 100%;
    height: fit-content;
}
.ListeCast{
	text-align: center;
	color: black;
    border: green solid 0px;
}
.nomcast{
	font-size: 2rem;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0px solid rgb(128, 0, 122);
    line-height: 2.5rem;
}

.matériel{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.listematériel{
	font-family: 'Montserrat';
    width: 100%;
	font-size: 2rem;
	font-weight: normal;
	color: rgb(0, 0, 0);
	text-align: center;
    line-height: 2.5rem;
}



.Videobox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50rem;
	width: 100%;
    border: 0px solid black;
	margin-top: 5rem;
}

.VideoTitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 3rem;
	font-weight: bold;
    color: black;
    width: fit-content;
    height: fit-content;
    border: 0px solid black;
}

.VideoTitle a{
    text-decoration: none;
    color: black;
    border: 0rem rgb(0, 0, 0) solid;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.VideoTitle a:hover{
    color: green;
    text-shadow: 0.4rem 0.4rem 0rem rgba(0, 128, 0, 0.411);
    opacity: 0.5;
}

button{
    background-color: rgba(245, 245, 220, 0);
    display: flex;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 2rem;
    height: fit-content;
	width: 100vw;
    font-family: 'Montserrat';
    font-weight: bold;
    text-decoration: none;
	text-align: left;
    padding: 1rem;
    transition: 0.2s ease-in-out;
    cursor:pointer;
}

button:hover{
    color: green;
    text-shadow: 0.4rem 0.4rem 0rem rgba(0, 128, 0, 0.411);
    opacity: 0.5;
}


/*================Phone================================================*/

@media (max-width:1000px) {
	hr{
		width: 92%;
	}
	header{
		width:92%;
	}
	.maincontainer{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: 92%;
		height: fit-content;
		border: 0px white solid ;
		margin-bottom: 1.5rem;
		margin: 1.5rem;
	}
	.Videobox {
		width: 100%;
		height: 32rem;
	}
    .Photobox{
		display: flex;
		flex-direction: row;
		width: 49.1%;
}

}