<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
		width: 2em;
		font-size: 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 {
	h1 {
		font-family: 'Poppins';
		color: #9F3367;
		font-size: 2em;
		font-weight: 600;
		display: block;
		padding: 0 2em 1em 2em;
		width: 29.7vw;
		border-bottom: 3px solid #9F3367;
		margin: auto;
		margin-top: 1em;
	}
}

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: 0.3em 0 0.3em 0;
}

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

main {
	display: flex;
	justify-content: center;
}

.divIn {
	display: flex;
	flex-direction: row;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 4px solid grey;
	border-radius: 9px;
	padding: 1em 3em 1.2em 2em;
	position: absolute;
	top: 28%;
	z-index: 0;
}

.titleConnexion {
	font-family: 'Montserrat';
	color: #9F3378;
	padding-top: 0;
	font-weight: bold;
	font-size: 2em;
	height:0em
}

.alerte {
	font-family: 'Montserrat';
	color: red;
	font-size: 1.3em;
}

.label {
	display: block;
	width: 13.6em;
	text-align: end;
	font-weight: bold;
	color: #9F3367;
	font-family: 'Montserrat';
}


.divForm {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0.5em 0em 0.5em 0em;

}

input { 
	transition: background-color 350ms ease;
	transition: color 350ms ease;
	border-radius: 7px;
	border-width: 2px;
	margin-left: 1em;
}

.txt {
	margin-right: 2.2em;
}

.input:focus {
	background-color:#9F3367;
	color: white;
}

.button {
	margin-top: 0.7em;
	width: 4.8em;
	height: 2.1em;
	font-size: 1.2em;
	font-family: 'Montserrat';
	text-align: center;
	font-weight: bold;
	background-color: white;
	color: black;
	border: 2px #9F3367 solid;
	border-radius: 12px;
	transition: background-color 350ms ease;
	transition: color 350ms ease;
}

.button:hover {
	background-color:#9F3367;
	color: white;
}

.txtInscription {
	font-family: 'Montserrat';
	margin-top: 2em;
	margin-right: 0.6em;
	font-weight: bold;
}

main a {
	margin-top: 2em;
	color: #9F3367;
	font-weight: bold;
}

.souvenir {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 1em 0em 1em 0em;
}

.inputCheckbox {
	accent-color: #9F3367;
	-webkit-transform: scale(2);
}

.inputCheckbox:hover {
	filter: brightness(0.9);
}

.co {
	border-radius: 1em;
	margin: 2em 0 0 0;
	padding: 0.5vw 2vw 0 2vw;
	background-color: #9F3378;
	text-align: center;
	width: 6em;
	height: 1.8em;
	font-family: 'Poppins';
	color: White;
	font-size: 1.5em;
	font-weight: 600;
}

footer {
	margin-top: 60%;
}

@media screen and (max-width: 1024px) {
	footer {
		margin-top: 100%;
	}
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	footer {
		margin-top: 150%;
	}
}
</pre></body></html>