*{
	margin: 0;
	padding: 0;
}

body{
	background-color: black;
	color: white;
}

a{
	color: white;
}

.hero{
	background: center no-repeat url('../imagessite/fd.jpg');
	background-size: cover;
	padding: 20px 20px;
	min-height: 100vh;
}

.hero > a{
	display: block;
	width: 200px;
	padding: 20px 0px;
	margin-right: 5px;
	text-align: center;
	margin-left: auto;
	font-size: 20px;
	background-color: #63B320;
	text-decoration: none;
	color: white;
	border-radius: 100px;
	font-family: 'Open Sans', sans-serif;
}

.hero form{
	align-content: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.hero form img{
	margin-bottom: 20px;
	width: 30%;
	height: 30%;
	margin-right: auto;
	margin-left: auto;
}

.hero form input[type="text"]{
	padding: 12px 20px;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.hero form input[type="password"]{
	padding: 12px 20px;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.hero form a{
	margin-bottom: 40px;
}

.hero form input[type="submit"]{
	width: 200px;
	padding: 20px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	font-size: 20px;
	background-color: #A832B3;
	text-decoration: none;
	color: white;
	border-radius: 100px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

.video_section{
	padding: 100px 40px;
}

.video_section iframe{
	margin-left: 50%;
	display: flex;
	margin: 0px auto 0px auto;
}

.presentation_section{
	background: center no-repeat url('../imagessite/fd_jdr_party.jpg');
	background-size: cover;
}

.presentation_section > div{
	background: rgba(0, 0, 0, .5);
	padding: 20px 20px;
}

.presentation_section div h1{
	font-family: 'Antic', serif;
	font-size: 100px;
	font-weight: normal;
	text-align: center;
}

.presentation_section div .zone_texte{
	display: flex;
	flex-direction: row;
	margin: 20px 120px;
	justify-content: space-around;
}

.presentation_section div .zone_texte p{
	width: 500px;
	background-color: rgba(0,0,0,.6);
	padding: 20px;
}

.presentation_section div .zone_texte img{
	width: 300px;
	margin-top: auto;
	margin-bottom: auto;
	object-fit: cover;
	box-shadow: 1px 1px 5px black;
}

.presentation_section strong{
	color: #A832B3;
}

.explication_section{
	background: rgba(0, 0, 0, .5);
	padding: 40px 0;
}

.explication_section h1{
	font-family: 'Antic', serif;
	font-size: 50px;
	font-weight: normal;
	text-align: right;
	margin-right: 10%;
}

.explication_section .zone_texte{
	display: flex;
	width: 100%;
	flex-direction: row;
	margin: 20px auto;
	justify-content: space-around;
	align-items: center;
}

.explication_section .zone_texte img{
	width: 300px;
	height: 200px;
	margin-top: auto;
	margin-bottom: auto; 
	object-fit: cover;
	box-shadow: 1px 1px 5px white;
}

.explication_section .zone_texte p{
	width: 500px;
	text-align: left;
}

.explication_section strong{
	color: #A832B3;
}

.explication_section .too_strong, .presentation_section .too_strong{
	color: #63B320;
}

.join_us_section{
	 padding: 40px 40px;
}

.join_us_section a{
	display: block;
	width: 200px;
	padding: 20px 0px;
	margin-right: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	background-color: #63B320;
	text-decoration: none;
	color: white;
	font-family: 'Open Sans', sans-serif;
}

.contact_section{
	background-color: white;
	padding: 20px 20px;
}

.contact_section form{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 15px;
}

.contact_section fieldset{
	border:none;
}

.contact_section legend{
	color: black;
	font-size: 40px;
	font-family: 'Antic', serif;
}

.contact_section label{
	color: black;
	font-size: 20px;
	font-family: 'Antic', serif;
	font-weight: bold;
}

.contact_section input[type="email"]{
	padding: 5px 70px 5px 10px;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.contact_section textarea{
	margin: 8px 0;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 5px 70px 5px 10px;
}

.contact_section input[type="submit"]{
	display: block;
	width: 200px;
	padding: 20px 0px;
	margin-right: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	background-color: #555555;
	text-decoration: none; 
	color: white;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	font-size: 25px;
	border: none;
	cursor: pointer;
}