html{

	margin: 0;

	padding: 0;

	height: 100%;



	font-family: 'Poppins', sans-serif;

/*background: rgb(2,0,36);

background: linear-gradient(5deg, rgba(2,0,36,1) 17%, rgba(0,0,0,1) 72%);*/

background: black;

scroll-behavior: smooth;

scroll-padding-top: 14vh;

overflow: scroll;
background-color: whitesmoke;
}






body

{

	margin: 0;

	padding: 0;

	width: 100%;
	background-color: whitesmoke;
}







.header{
	transition: backdrop-filter 0.5s;
}

#header

{



	position:fixed;

	top: 0; /* vaut mieux fixer les valeurs par défaut pour ne pas avoir de mauvaises surprises */

	left: 0;

	right: 0;

	/*background: black;*/

	

	z-index: 100;

	height: 14vh;

	min-height: 100px;

}

#headerBlur
{
	position:fixed;

	top: 0; /* vaut mieux fixer les valeurs par défaut pour ne pas avoir de mauvaises surprises */

	left: 0;

	right: 0;

	/*background: black;*/

	

	z-index: 100;

	height: 14vh;

	min-height: 100px;
	-webkit-backdrop-filter: blur(10px);

	backdrop-filter: blur(10px);
}



.logo
{
	transition: filter 0.5s;
	cursor: pointer;
}

#logo
{

	height: 8vh;

	position: relative;

	left: 5%;

	top: 3vh;

}

#logoBlack{
height: 8vh;

	position: relative;

	left: 5%;

	top: 3vh;
filter: invert(100%);
}













.boutonsFlex

{

	position: absolute;

	max-width: 50%;

	height: 50%;

	right: 5%;

	top: 40%;



	display: flex;

	flex-direction: row-reverse;

	column-gap: 2vw;





	vertical-align: middle;



}

.boutons{
	transition: color 0.5s;
}

#boutons

{

	text-align: center;



	position: relative;



	text-decoration: none;

	color: white;

	font-size: 2.5vh;

}

#boutonsBlack
{
	text-align: center;



	position: relative;



	text-decoration: none;

	color: black;

	font-size: 2.5vh;
}



#boutons:hover

{

	text-decoration: underline;

}


#partie1
{
	background-image: url("blendInPage/Image Acceuil.png");
	height: 95vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-y: 25%;
	padding: 0;
	margin: 0;
}


#partie1 a{

		position: absolute;
		top: 80%;
		left: 50%;
		transform: translate(-50%);

		background-color: rgba(255, 140, 0, 0.8);
		border: none;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 15px;

		font-size: 150%;
		color: white;
		font-family: "Anton", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;


		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;

		
		transition: opacity 0.2s, box-shadow 0.2s, transform 0.2s;
	}

	#partie1 a:hover {
		cursor: pointer;
		background-color: darkorange;


		-webkit-box-shadow: 0px 0px 224px 45px rgba(255, 140, 0, 0.9);
		-moz-box-shadow: 0px 0px 224px 45px rgba(255, 140, 0, 0.9);
		box-shadow: 0px 0px 224px 45px rgba(255, 140, 0, 0.9);

	}


span
{
	color: #e98a15;
}

#partie2
{
	padding-bottom: 6%;
	margin: 0;
	background-color: whitesmoke;
}
#partie2 h1
{
	text-align: center;

	font-size: 400%;

	margin-top: 6%;

	font-family: 'Montserrat', sans-serif;
	color: #e98a15;
}

#partie2 #bandits
{
	display: grid;
	grid-template-columns: 30% 70%;
	margin-top: 6%;
}
#partie2 #bandits img 
{
	width: 80%;
	position: relative;
	left: 10%;
	border-radius: 15px;
	object-fit: cover;
	aspect-ratio: 1/1;
}

#partie2 #bandits h2
{
	text-align: left;

	font-size: 300%;
	margin: 0;
	padding: 0;

	font-family: 'Montserrat', sans-serif;
}


#partie2 #bandits p
{
	font-size: 120%;
	width: 80%;
}



#partie2 #chasseur
{
	display: grid;
	grid-template-columns: 70% 30%;
	margin-top: 6%;
}
#partie2 #chasseur img 
{
	width: 80%;
	position: relative;
	left: 10%;
	border-radius: 15px;
	object-fit: cover;
	aspect-ratio: 1/1;
}


#partie2 #chasseur div
{
	position: relative;
	left: 10%;
}

#partie2 #chasseur h2
{
	text-align: left;

	font-size: 300%;
	margin: 0;
	padding: 0;

	font-family: 'Montserrat', sans-serif;
}


#partie2 #chasseur p
{
	font-size: 120%;
	width: 80%;
}



#partie3
{
	padding-bottom: 6%;
	margin: 0;
	background-color: whitesmoke;
}
#partie3 h1
{
	text-align: center;

	font-size: 400%;

	margin-top: 6%;

	font-family: 'Montserrat', sans-serif;
	color: #e98a15;
}

#partie3 p, #partie3 ul{
	width: 50%;
	position: relative;
	left: 25%;
}

#partie3 button
{
	position: relative;
		left: 50%;
		margin-top: 6%;
		transform: translate(-50%);

		background-color: rgba(255, 140, 0, 0.8);
		border: none;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 15px;

		font-size: 150%;
		color: white;
		font-family: "Anton", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;


		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;

		
		transition: opacity 0.2s, box-shadow 0.2s, transform 0.2s;
}

	#partie3 button:hover {
		cursor: pointer;
		background-color: darkorange;


		-webkit-box-shadow: 0px 0px 224px 45px rgba(255, 140, 0, 0.9);
		-moz-box-shadow: 0px 0px 224px 45px rgba(255, 140, 0, 0.9);
		box-shadow: 0px 0px 224px 45px rgba(255, 140, 0, 0.9);

	}
.mobile
{
	display: none;
}

#telechargementsGrid
{
	display: grid;
	grid-template-columns: 48% 4% 48%;
}

#telechargementsGrid h2
{
	text-align: center;
}

#avertissementBackground
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
}

#avertissement
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: whitesmoke;
	padding: 20px;
	border-radius: 15px;
}

#avertissement h1
{
	text-align: center;

	font-size: 300%;

	font-family: 'Montserrat', sans-serif;
	color: #e98a15;
}

#avertissement img
{
	width: 50%;
}

#avertissement button
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e98a15;
	color: white;
	border: solid 1px #e98a15;
	font-weight: bolder;
	border-radius: 5px;

	transition: background-color 0.2s, color 0.2s;
	cursor: pointer;
}

#avertissement button:hover
{
	background-color: transparent;
	color: #e98a15;
}