body{
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 6.25rem;
    margin-top: 1.5vw;
}

header{
	width: 100%;
	display: flex;
	justify-content: center;
	height: fit-content;
	margin-top: 0vw;
}
.titleHiver24{
	font-family: 'montserrat';
	font-size: 5vw;
    font-weight: bold;
    text-align: center;
	color: rgb(0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	border: 0spx solid gray;
}

.headercontainer{
	width: 92%;
	height: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 0px solid white;
}
.headercontainer img{
	width: 100%;
	padding: 0;
	margin: 0;
}
hr{
	display: flex;
	background-color: rgb(0, 0, 0);
	width: 75%;
	height:0.3rem;
	justify-content: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;

	
}
main{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.maincontainer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: fit-content;
	border: 0px white solid ;
	row-gap: 5rem;
	flex-wrap: nowrap;

}

.Photogallery{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 2vw;
    justify-content: center;
    align-items: center;
	width: 120%;
	border: 0px solid red ;
}
.PhotoSection1{
    width: 50%;
	height:fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2vh;
    justify-content: center;
	border: solid rgb(0, 255, 200) 0px;
}

.Photosection2{
    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	row-gap: 2vh;
}
.Photobox{
	width: 100%;
	border: 0px solid white;
}

.Photobox img{
	display: flex;
	justify-content: center;
	width: 100%;

}

.Crewbox{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: fit-content;
	border: 0px solid green;


}
.nomequipe{
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 2vw;
	color:rgb(0, 0, 0);
	text-shadow: 0px 0px 0px rgb(0, 153, 255);
	text-decoration: underline;
	border: 0px solid brown;
	width: 100%;
	height: fit-content;
	text-align: center;
	margin-top: 2vw;
	margin-bottom: 2vw;
}
.Listeequipe{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.Equipe1{
	display: flex;
	flex-direction: column;
	text-align: center;
	width:100%;
	height: 100%;
	border: 0px solid green;
	color: rgb(0, 0, 0);
	row-gap: 2vw;
}
.Equipe1 .role{
	text-align: left;
}
.Equipe1 .nom{
	text-align: left;
}

.Equipe2{
	display: flex;
	flex-direction: column;
	text-align: right;
	width:100%;
	height: 100%;
	border: 0px solid orange;
	color: rgb(0, 0, 0);
	row-gap: 2vw;
}
.Equipe2 .role{
	text-align: right;
}
.Equipe2 .nom{
	text-align: right;
}

.role{
	font-family: 'Montserrat',sans-serif;
	font-size: 1.5vw;
	font-weight:bold;
	color: rgb(0, 0, 0);
    text-align: left;
}

.nom{
	font-family: 'Montserrat',sans-serif;
	font-size: 1vw;
	font-weight:normal;
	color: rgb(0, 0, 0);
    text-align: left;
}

.Crew{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	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: 100%;
}
.ListeCast{
	text-align: center;
	color: rgb(0, 0, 0);
}
.nomcast{
	font-size: 1.5vw;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	color: rgb(0, 0, 0);
    line-height: 5vw;
}

.listematériel{
	font-family: 'Montserrat';
	font-size: 1.5vw;
	font-weight: normal;
	color: rgb(0, 0, 0);
	text-align: center;
	line-height: 3vw;
}

.Videobox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 5vw;
	height: 51rem;
	width: 100%;
}

.VideoTitle{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: fit-content;
	color:rgb(54,143,41);
	font-size: 6.25rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

button{
    background-color: rgba(245, 245, 220, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 2rem;
    height: fit-content;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 1rem;
    transition: 0.2s ease-in-out;
    cursor:pointer;
    margin-right: 80vw;
    text-wrap: nowrap;
}

a{
    text-decoration: none;
}

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) {
	.titleHiver24{
		font-size: 12vw;
	}
	.maincontainer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: fit-content;
	border: 0px white solid ;
	margin-bottom: 1.5rem;
	margin: 1.5rem;
	}
	.Videobox {
		width: 100%;
		height: 30rem;
	}
	header{
		width: 92%;
	}
	hr{
		width: 92%;
	}

	.Photogallery{
		width : 100%
	}
	.nomequipe{
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 5vw;
	color:rgb(0, 0, 0);
	text-decoration: underline;
	border: 0px solid brown;
	width: 100%;
	height: fit-content;
	text-align: center;
	margin-top: 3vw;
	margin-bottom: 2vw;
	}

	.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: rgb(0, 0, 0);
		row-gap: 3vw;
	}

	.role{
		font-family: 'Montserrat',sans-serif;
		font-size: 3vw;
		font-weight:bold ;
		color: rgb(0, 0, 0);
	}

	.nom{
		font-family: 'Montserrat',sans-serif;
		font-size: 2.5vw;
		font-weight:normal ;
		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: 100%;
	}
	.ListeCast{
		text-align: center;
		color: rgb(0, 0, 0);
		
	}
	.nomcast{
		font-size: 3.5vw;
		font-family: 'Montserrat',sans-serif;
		font-weight: bold;
		color: rgb(0, 0, 0);
		line-height: 8vw;
	}
	.listematériel{
		font-size: 3vw;
		line-height: 6vw;
	}
}