header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 8em;

	a {
		text-decoration: none;
		color: black;
	}

	img {
		width: 7em;
		height: 7em;
		margin-left: 5em;
		margin-top: 1em;
	}

	.links {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 50%;
		margin-top: 3em;
	}

	p , label {
		text-align: center;
		color: black;
		font-family: 'Poppins';
		font-size: 1.3em;
		font-weight: 400;
		padding: 0.5em;
		margin: 0;
		cursor: pointer;
	}

	.aSites {
		width: 7.1em;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: start;
	}

	.under {
		height: 0.15em;
		background: #9F3367;
		width: 0;
		transition: width 0.5s ease;
	}

	.page + .under {
		width: 100%;
	}

	p:hover + .under , label:hover + .under {
		width: 100%;
	}

	ul {
		display: none;
		position: relative;
		right: 50%;
	}

	li {
		font-family: 'Poppins';
		font-size: 1.5em;
		list-style-type: none;
		text-align: center;
		padding: 0.3em;
		background-color: white;
		transition: color 350ms ease, background-color 350ms ease;
		border: 0.01em rgb(200,200,200) solid;
	}

	.sites:checked ~ .aSites {
		ul {
			display: block;
			z-index: 10;
		}
	}

	li:hover  {
		color: white;
		background-color: #9F3367;
		span {
			color: white;
		}
	}

	.nuit {
		background: none;
		border: none;
		font-size: 2em;
		width: 2em;
		padding-bottom: 2em;
		color: yellow;
	}
}

html {
	font-size: clamp(0.5em, 0.5vw + 0.5em , 1vw + 0.5em);
}

body {
	margin: 0;
	p {
		text-align: justify;
	}
}

main {
	margin-top: 5em;
}

span {
	color: #9F3367;
	font-weight: 600;
	transition: color 350ms ease;
}

.modeNuit {
	background-color: #3C3C3C;
	p , li , .sites , .VP {
		color: white !important;
	}
	li {
		background-color: #3C3C3C;
	}
}
.copyright {
	background-color: #9F3367;
	color: white;
	font-family: 'Poppins';
	text-align: center;
	width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.teamInfo {
	background:black;
	color: rgba(255,255,255,0.7);
	font-family: 'Poppins';
	text-align: center;
	width: 100%;
	font-size: 0.7em;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
}

main {
h1 {
	font-family: 'Poppins';
	color: #9F3367;
	font-weight: 600;
	font-size: 2em;
	display: inline-block;
	padding: 0 2em 1em 2em;
	border-bottom: 3px #9F3367 solid;
	margin: auto;
	margin-top: 1em;
}

p {
	font-family: 'Poppins';
	font-weight: 200;
	font-size: 1.35em;
	color: black;
	text-indent: 2em;
	display: block;
	width: 80%;
	position: relative;
	left: 10%;
}
}

.title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 5em;
	h1 {
		margin-bottom: 2em;
	}
	img {
		width: 25vw;
		height: auto;
		margin: auto;
		margin-bottom: 5em;
	}
}

.pres {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 4em;
}

.presTxt {
	width: 43em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	h1 {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.presImg {
	width: 38em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 12em;
	img {
		height: 15em;
		width: auto;
		border: 0.4em #9F3367 solid;
		border-radius: 25em;
	}
	p {
		text-align: center;
		text-indent: 0;
		width: 8em;
		position: relative;
		left: 0;
		margin: 1em;
		padding: 1em;
		border-top: 0.1em #9F3367 solid;
		border-bottom: 0.1em #9F3367 solid;
	}
	span {
		font-size: 2em;
		margin-top: 1em;
		font-family: 'Poppins';
		font-weight: 400;
	}
	a {
		font-family: 'Poppins';
		color: #9F3367;
		font-size: 1.7em;
	}
}

.seul {
	position: relative;
	left: 58%;
	display: inline-block;
}

.event {
	margin-top: 4em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 10em;
	div {
		width: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	img {
		height: 10vw;
		width: auto;
	}
	p {
		position: relative;
		left: 0;
	}
}

.doodle:hover {
	animation: rebond 0.6s ease-in-out;
}
@keyframes rebond {
	0% { transform: translateY(0); }
	60% { transform: translateY(-30px); }
	100% { transform: translateY(0); }
}

.contact {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 10em;
	p {
		width: 30%;
		position: relative;
		left: 0;
	}
	img {
		display: block;
		width: 4em;
		height: 4em;
		border: 2px #9F3367 solid;
		border-radius: 25em;
	}
	.reseaux {
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 13%;
	}
}

@media screen and (max-width: 767px) {
	.event , .presTxt {
		div {
			width: 60%;
		}
	}
	h1 {
		width: 50% !important;
		text-align: center;
	}
	.logo {
		width: 60% !important;
		height: auto;
		margin: auto !important;
	}
	.logoHeader {
		width: 0; 
		height: 0;
	}
	header {
		flex-direction: row-reverse;
		justify-content: center;
		.links {
			width: 100%;
			margin-left: 1em;
		}
	}
	.seul {
		margin: auto !important;
		left: 0;
	}

	.contact {
		p {
			width: 50%;
		}
	}
	.pp {
		padding-left: 0 !important;
		width: 50% !important;
		left: 0;
		margin: auto;
	}
	.reseaux {
		width: 33% !important;
	}
}
