/*************** C S S  V A R I A B L E S ****************/

:root {
	--main-font: "Nunito Sans", sans-serif;
	--h2-h3-font: "Source Sans 3", sans-serif;
	--h1-font: "Fira Sans", sans-serif;
	--h1-font-color: rgba(71, 69, 84, 1);
	--h2-font-color: rgba(172, 167, 203, 1);
	--clear-background-color: rgba(172, 167, 203, 1);
	--dark-background-color: rgba(71, 69, 84, 1);
	--default-font-color: whitesmoke;
	--white_background-color: #f4f4f4;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200&display=swap");

/*********** G O O G L E  F O N T *************/

/* Nunito sans for the main text*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200&display=swap");

/* Source Sans 3 for h2 and h3(not Source Sans Pro on fonts.google.com */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200&family=Source+Sans+3:wght@500&display=swap");

/* Fira sans for h1*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Nunito+Sans:opsz,wght@6..12,200&family=Source+Sans+3:wght@500&display=swap");

/**************** A L L  &  B O D Y ************************/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	scroll-behavior: smooth;
	font-family: var(--main-font);
	text-decoration: none;
}
main {
	width: 100%;
	height: 100vh;
}
/*******************************************************************************
 				MENU BURGER
 ******************************************************************************/
.nav-list-mobile {
	z-index: 998;
	position: fixed;
	left: -50vw;
	top: 50px;
	width: 25%;
	height: 60vh;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: var(--clear-background-color);
	transition: left 0.5s;
}

.nav-list-mobile a {
	z-index: 998;
	color: #f4f4f4;
	width: 25%;
}

.navbar-mobile i {
	width: 15%;
	z-index: 999;
	font-size: 40px;
	position: fixed;
	top: 10px;
	left: 15px;
	color: var(--clear-background-color);
}

.list-visible {
	left: 0;
	text-align: center;
	left: 80px;
	top: 50px;
	width: 55vw;
}

.icon-visible {
	color: #f4f4f4;
}
/*******************************************************************************
 							TOP PART
 ******************************************************************************/

.top-info {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 85%;
	left: 5vw;
	bottom: 125vh;
	color: var(--default-font-color);
}
.top-info > h2 {
	font-weight: normal;
}

.top-quote {
	display: flex;
	position: relative;
	width: 90%;
	font-family: var(--h2-h3-font);
	color: var(--default-font-color);
	padding-top: 8%;
	text-align: center;
	justify-content: space-around;
	bottom: 126vh;
	left: 5vw;
}

.top.social-icons {
	display: flex;
	position: relative;
	width: 70px;
	bottom: 146vh;
	left: 260px;
	justify-content: space-between;
}

.badge {
	display: flex;
	position: absolute;
	bottom: 88vh;
	left: 78vw;
}

a .arrowleft-mobile {
	border-radius: 50%;
	box-shadow: rgba(50, 50, 93, 0.3) 0px 13px 80px 25px,
		rgba(0, 0, 0, 0.9) 0px 0px 16px -5px;
}

a .arrowright-mobile {
	border-radius: 50%;
	box-shadow: rgba(50, 50, 93, 0.3) 0px 13px 80px 25px,
		rgba(0, 0, 0, 0.9) 0px 0px 16px -5px;
}

.arrowleft-mobile {
	display: flex;
	position: absolute;
	top: 50%;
	left: 0.7vw;
}

.arrowright-mobile {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0.7vw;
}

.arrowleft-desktop,
.arrowright-desktop {
	display: none;
}

/*******************************************************************************
 							BOTTOM PART
 ******************************************************************************/

.buttonscroll {
	display: flex;
	position: relative;
	left: 40vw;
	bottom: 118vh;
}

.bottom-info {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 85%;
	bottom: 118vh;
	left: 8vw;
	color: var(--default-font-color);
}

.bottom-info > h2 {
	font-weight: normal;
}

.bottom-text {
	display: flex;
	width: 100%;
	height: 60vh;
	font-size: 20px;
	padding-top: 6%;
	line-height: 2.5ch;
	font-weight: lighter;
}

.bottom.social-icons {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 70px;
	bottom: 194vh;
	left: 70vw;
	height: 5vh;
	justify-content: space-between;
}

.contactbutton {
	display: flex;
	position: relative;
	width: 30%;
	border-radius: 10px;
	justify-content: center;
	bottom: 109vh;
	left: 35vw;
	padding: 2%;
	background-color: var(--white_background-color);
	box-shadow: rgba(50, 50, 93, 0.3) 0px 13px 80px 25px,
		rgba(0, 0, 0, 0.9) 0px 0px 16px -5px;
}

.contactbutton a {
	color: var(--dark-background-color);
}

.social-icons img {
	width: 20px;
}

.containers {
	display: block;
	position: relative;
	padding: 0;
	text-align: center;
}

.containers img {
	max-height: 33%;
}

#background-desktop-amina,
#background-desktop-benjamin,
#background-desktop-victor,
#background-desktop-thomas,
#background-desktop-paul,
#background-desktop-merwan,
#background-desktop-nicky,
#background-desktop-plouis,
#background-desktop-aude,
#background-desktop-ryad,
#background-desktop-romain {
	display: none;
}

p.rank {
	display: none;
}

#background-mobile-amina,
#background-mobile-benjamin,
#background-mobile-victor,
#background-mobile-thomas,
#background-mobile-paul,
#background-mobile-merwan,
#background-mobile-nicky,
#background-mobile-plouis,
#background-mobile-aude,
#background-mobile-ryad,
#background-mobile-romain {
	width: 100vw;
}
/*******************************************************************************
 							MEDIA QUERIES SHOWN
 ******************************************************************************/

@media screen and (min-width: 670px) {
	#background-desktop-amina,
	#background-desktop-benjamin,
	#background-desktop-victor,
	#background-desktop-thomas,
	#background-desktop-paul,
	#background-desktop-merwan,
	#background-desktop-nicky,
	#background-desktop-plouis,
	#background-desktop-aude,
	#background-desktop-ryad,
	#background-desktop-romain {
		display: flex;
		position: relative;
		left: 3.5vw;
		width: auto;
		height: 100vh;
	}

	.list-visible {
		left: 0;
		text-align: center;
		left: 65px;
		top: 50px;
		width: 15vw;
		height: 40vh;
	}

	.navbar-mobile i {
		width: 15%;
		z-index: 999;
		font-size: 40px;
		position: fixed;
		top: 10px;
		left: 6px;
		color: var(--clear-background-color);
	}
	/*----------------------------------------------- FIN MENU BURGER  */
	.bottom-info {
		height: 80vh;
		width: 30%;
		bottom: 85vh;
		left: 52vw;
	}

	.bottom-text {
		bottom: 2vh;
		font-size: 20px;
		line-height: 2.5ch;
		font-weight: lighter;
		color: var(--dark-background-color);
		padding-top: 4rem;
	}

	.bottom-info > h2 {
		color: var(--h1-font-color);
		position: relative;
	}
	.bottom-info > h1 {
		color: var(--h2-font-color);
		position: relative;
	}

	p.rank {
		display: flex;
		position: relative;
		width: 20%;
		left: 52vw;
		bottom: 157vh;
		color: var(--dark-background-color);
	}
	.badge {
		bottom: 91.5vh;
		left: 94.5vw;
		width: 4rem;
		height: auto;
		padding: Opx;
	}

	.bottom.social-icons {
		display: flex;
		position: relative;
		width: 70px;
		bottom: 167vh;
		left: 75vw;
		height: 5vh;
		justify-content: space-between;
	}

	div.contactbutton {
		padding: 0.5rem;
	}

	.contactbutton {
		width: 10%;
		bottom: 100vh;
		left: 62vw;
		background-color: var(--h2-font-color);
		box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 80px 25px,
			rgba(0, 0, 0, 0.2) 0px 0px 16px -5px;
	}

	.contactbutton a {
		color: var(--default-font-color);
	}

	.arrowleft-desktop {
		display: flex;
		position: absolute;
		top: 50%;
		left: 0.7vw;
		scale: 1.2;
	}
	.arrowright-desktop {
		display: flex;
		position: absolute;
		top: 50%;
		right: 0.7vw;
		scale: 1.2;
	}

	.containers {
		overflow: hidden;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		top: 5vh;
		width: 60vw;
		height: 90vh;
		text-align: center;
	}

	.containers img {
		max-height: 33%;
	}

	/*******************************************************************************
 							MEDIA QUERIES HIDDEN
 ******************************************************************************/
	#background-mobile-amina,
	#background-mobile-benjamin,
	#background-mobile-victor,
	#background-mobile-thomas,
	#background-mobile-paul,
	#background-mobile-merwan,
	#background-mobile-nicky,
	#background-mobile-plouis,
	#background-mobile-aude,
	#background-mobile-ryad,
	#background-mobile-romain {
		display: none;
	}

	.buttonscroll {
		display: none;
	}

	.top-info {
		display: none;
	}

	.top.social-icons {
		display: none;
	}

	.top-quote {
		display: none;
	}
	.arrowleft-mobile,
	.arrowright-mobile {
		display: none;
	}
}
