body{
    font-family: 'Laila', serif;
    font-size: 20px;
    padding: 0;
    margin: 0;
    
}
ul{
	list-style: none;
	padding: 0;
}

.header{
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
}
.title{
	font-size: 40px;
	font-family: 'Eczar', serif;
}
.section{
	height: 98vh;
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: space-around;
}
footer{
	height: 2vh;
	width: 100%;
	background-color: white;
}
.hidden{
	display: none;
}
.menu{
	width: 18%;
	font-size: 25px;
	padding-top: 25vh;
	border-right: 1px solid gray;	
}
.menu ul{
	display: block;
	width: 100%;
}
.menu ul li{
	padding-bottom: 20px;
	margin-left: 40px;
}
.section__block{
	width: 82%;
	padding: 30px;
}
.paragraphe{
	margin: auto;
	margin-top: 25vh;
	width: 60%;
}
.black{
	width: 300px;
	height: 130px;
	background-color: black;
}
.white{
	width: 300px;
	height: 130px;
	background-color: white;
	border: 1px solid gray;
	position: relative;
	top: -110px;
	left: 220px;
}
.orange{
	width: 300px;
	height: 130px;
	background-color: #FF6600;	
	position: relative;
	top: -50px;
}
.orangedark{
	width: 300px;
	height: 130px;
	background-color: #B25212;
	position: relative;
	top: -150px;
	left: 220px;
}
.vert{
	width: 300px;
	height: 130px;
	background-color: #2DFF19;
	position: relative;
	top: -80px;
}
.title__color{
	position: relative;
	top: -110px;
	margin: 0;
}
.title__color--sec{
	position: relative;
	top: -80px;
}
.title__color--prim{
	top: -150px;
}
.flex{
	display: flex;
}
.flex__space{
	justify-content: space-around;
}
.text__black{
	font-size: 30px;
	position: relative;
	left: 400px;
}
.text__white{
	position: relative;
	left: 600px;
	top: -20px;
	font-size: 30px;
}
.text__orange{
	position: relative;
	left: 400px;
	top: 100px;
	font-size: 30px;
}
.text__orangedark{
	position: relative;
	left: 600px;
	top: 80px;
	font-size: 30px;
}
.text__vert{
	position: relative;
	left: 400px;
	top: 190px;
	font-size: 30px;
}
.grille{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 20px;
	grid-template-areas: 
	"la ec"
	"lai ecz"
}
.grille_Eczar1{
	grid-area: ec;
	width: 70%;
	margin: auto;
	font-family: 'Eczar', serif;
}
.grille_Eczar1 h3{
	font-size: 30px;
	font-weight: 400;
}
.grille_Eczar1 p{
	font-size: 25px;
}
.grille_Eczar2{
	grid-area: ecz;
	width: 70%;
	margin: auto;
	font-family: 'Eczar', serif;	
}
.grille_Eczar2 h3{
	font-size: 25px;
	font-weight: 250;
}
.grille_Eczar2 p{
	font-size: 20px;
}
.grille_laila1{
	grid-area: la;
	width: 70%;
	margin: auto;
	font-family: 'Laila', serif;
}
.grille_laila1 h3{
	font-size: 30px;
	font-weight: 400;
}
.grille_laila1 p{
	font-size: 25px;
}
.grille_laila2{
	grid-area: lai;
	width: 70%;
	margin: auto;
	font-family: 'Laila', serif;
}
.grille_laila2 h3{
	font-size: 25px;
	font-weight: 250;
}
.grille_laila2 p{
	font-size: 20px;
}
.btn{
	cursor: pointer;
	border-radius: 30px;
	width: 180px;
	font-size: 20px;
	text-align: center;
	padding: 15px 50px 15px 50px;
	font-weight: 600;
	box-shadow: 0px 2px 4px 0px rgba(117, 117, 117, 0.53);
}
.login{
	border: 2px solid #2DFF19;
	background-color: white;
	color: #2DFF19;
}
.login:hover{
	background-color: #2DFF19;
	color: white;
}
.signup{
	border: 2px solid #2DFF19;
	background-color: #2DFF19;
	color: white;
}
.signup:hover{
	border: 2px solid #2DFF19;
	background-color: white;
	color: #2DFF19;
}
.scroll{
	border: 1px solid #2DFF19;
	border-radius: 50px;
	background-color: white;
	font-size: 30px;
	color: #2DFF19;
	width: 60px;
	padding: 10px 12px 12px 10px;
	box-shadow: 0px 2px 4px 0px rgba(117, 117, 117, 0.53);
}
.scroll:hover{
	background-color: #2DFF19;
	color: white;
}
.scroll__apres{	
	padding: 10px 10px 12px 12px;
}
.link{
	text-decoration: none;
	color: black;
}
.link:hover{
	color: #FF6600;

}
.link__active{
	color: #B25212;
}
.blocimg{
	width: 70%;
	margin: auto;
	display: block;
}
.title__header{
	font-size: 70px;
	display: block;
	margin: auto auto;
	text-align: center;
	color: white;
	padding-top: 20%; 

}
small a{
	text-decoration: none;
	color: rgba(0,0,0,0.7);
	display: block;
	text-align: center;
	margin-bottom: 20px;

}
small a:hover{
	transform: scale(1.2);
	color: rgba(0,0,0,1); 
}
.wireimg{
	width: 50%;
	margin: auto;
	display: block;
	transform: rotate(180deg);
}