@font-face {
    font-family:'FontSPIMC';
    src: url(Polices/overglowfont-demo.otf);
}

body{
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 6.25rem;
    gap: 5rem;
}

header{
	width: 50%;
	display: flex;
	justify-content: center;
	height: fit-content;
	margin-top: 2rem;
}
.titleSPIMC{
	font-family: 'FontSPIMC';
	font-size: 10rem;
	text-shadow: 0px 0px 10px rgb(0,153,235);
    text-align: center;
	color: rgb(255,0,235);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.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(255, 255, 255);
	width: 50%;
	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: 50%;
	height: fit-content;
	border: 0px white solid ;
	row-gap: 5rem;
	flex-wrap: nowrap;

}

.Photogallery{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	border: 0px solid red ;
}
.PhotoSection1{
    width: 100%;
	height:fit-content;
    display: flex;
    flex-direction: column;
    justify-content: right;
	border: solid white 0px;
}
.PhotoSection2{
    width: 100%;
	height: fit-content;
    display: flex;
	justify-content: right;
	border: solid white 0px;
}
.Photobox{
	width: 50%;
	border: 0px solid white;
}

.Photobox img{
	display: flex;
	justify-content: center;
	width: 100%;

}

.Crewbox{
	display: flex;
	padding: 0%;
	margin: 0%;
	flex-direction: column;
	width: 100%;
	height: fit-content;
	border: 0px solid green;
	padding-top:100px;
	gap: 9rem;


}
.nomequipe{
	font-family: 'FontSPIMC';
	font-weight: bold;
	font-size: 3.75rem;
	color:rgb(255,0,235);
	text-shadow: 0px 0px 15px rgb(0, 153, 255);
	margin: 0;
	text-decoration: underline;
	border: 0px solid brown;
	width: 100%;
	height: fit-content;
	text-align: center;
}

.Equipe1{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-content: space-between;
	text-align: center;
	width:100%;
	height: 100%;
	border: 0px solid orange;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
    line-height: 4rem;
}

.role{
	font-family: 'Montserrat',sans-serif;
	font-size: 1.5rem;
	font-weight:normal ;
	margin-top: 0rem;
	color: rgb(255, 255, 255);
}

.nom{
	font-family: 'Montserrat',sans-serif;
	font-size: 2rem;
	font-weight:bold ;
	color: rgb(255, 255, 255);
}

.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{
	line-height: 8rem;
	text-align: center;
	color: rgb(255, 255, 255);
}
.nomcast{
	font-size: 2rem;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.listematériel{
	font-family: 'Montserrat';
	font-size: 2rem;
	font-weight: normal;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 4rem;
}

.Videobox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	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);
	width: 100vw;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    border: none;
    font-size: 2rem;
    height: fit-content;
    font-family: 'Montserrat';
    font-weight: bold;
    text-decoration: none;
	text-align: left;
    padding: 1rem;
    transition: 0.2s ease-in-out;
    cursor:pointer;
	border: solid 0px rgb(54,143,41);
}

button:hover{
    color:rgb(255,0,235);
	text-shadow: 0px 0px 15px rgb(0, 204, 255);
    opacity: 1;
}

/*================Phone================================================*/

@media (max-width:1000px) {
	.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%;
	}
}