body{
	display: flex;
    flex-direction: column;
	align-items: center;
	margin-bottom: 6.25rem;
    gap: 5rem;
}

header{
	width: 50%;
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	height: fit-content;
}
.titleTuteCroises{
	font-family: "Libre Baskerville", serif;
	font-size: 15vh;
    font-weight: bold;
    text-align: center;
	color: rgb(0, 0, 0);
}

.headercontainer{
	width: 100%;
	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: 50%;
	height:0.3rem;
	justify-content: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;	
}

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 white solid ;
	row-gap: 5rem;

}

.Photogallery{
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	width: 100%;
    row-gap: 1rem;
	border: px solid red ;
    padding:0;
}
.PhotoSection1{
    width: 100%;
    height: fit-content;
    row-gap: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.PhotoSection2{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap:1rem;
    border:0px solid rgb(0, 0, 0);
}
.PhotoSection2_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34%;
    border:0px solid rgb(37, 201, 223);
}
.PhotoSection2_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 31.6%;
    gap: 0.5rem;
}   

.PhotoSection2_3{
    display: flex;
    flex-direction: column;
    width: 34%;
}
.PhotoSection3{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap:1rem;
    padding: 0;
    margin: 0;
}

.Photobox{
	display: flex;
}

.Photobox img{
	display: flex;
	justify-content: center;
	width: 100%;

}



.Crewbox{
	display: flex;
	padding: 0%;
	margin: 0%;
	flex-direction: row;
	width: 100%;
	height: fit-content;
	border: 0px solid green;
	padding-top:100px;
	gap: 9rem;
    flex-wrap: wrap;
    justify-content: center;


}
.nomequipe{
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	font-size: 50px;
	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);
    
}

.Equipe1{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-content: space-between;
	text-align: left;
	width:50%;
	height: fit-content;
	border: 0px solid orange;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
    line-height: 4rem;
}
.Equipe2{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-content: space-between;
	text-align: right;
	width:50%;
	height: fit-content;
	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(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: 100%;
}
.ListeCast{
	line-height: 8rem;
	text-align: center;
}
.nomcast{
	font-size: 2rem;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	color: rgb(0, 0, 0);
}

.listematériel{
	font-family: 'Montserrat';
	font-size: 2rem;
	font-weight: normal;
	color: rgb(0, 0, 0);
	text-align: center;
	line-height: 4rem;
}

.Videobox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60rem;
	height: 45rem;
}

button{
    background-color: rgba(245, 245, 220, 0);
    display: flex;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 2rem;
	width: 100vw;
    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;
}

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%;
	}

	.titleTuteCroises{
		font-size: 10vh;
	}
	.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: 0.2rem;
	}
	
    .Photogallery{
        gap:0.5rem;
    }
    .PhotoSection1{
        width: 100%;
    }
    .PhotoSection2{
        gap: 0.5rem;
    }
    .PhotoSection2_2{
        gap: 0.5rem;
    }
    .PhotoSection3{
        gap: 0.5rem;
    }
	.Videobox {
		width: 100%;
		height: 41.7rem;
	}

}