body{
	font-family: "Raleway";
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

:root{
	--bleu-arcadia:rgb(75,105,147);
	--rhod-arcadia:rgb(255,105,147);
	--gris-lmp:rgb(197,207,214);
	--bleu-lmp:rgb(172,190,203);
	--bleu-lmp-transp:rgba(172,190,203,0.52);
	--bleu-de-substitution:rgb(106,149,177);
	--rouge-lmp:rgb(229,85,93);
	--vert-correct:rgb(29,176,161);
	--orange-lmp:rgb(247,177,111);
	--bleu-neuf:#4b6993;
	--gris-neuf:#d4dbe0;
	--gris-fonce:#9db4c4;
}

textarea::placeholder{
    color: var(--gris-lmp);
    opacity: 1;
}

.videodefond{
	position: fixed;
	top:0;
	height:100%;
	left:0;
	width:100%;
	opacity: 0.2;
	object-fit: cover;
	z-index: -1;
}

.autourdulogo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background-image: url("/img/bandeau-siteweb-fond.png");
	background-size: cover;
	background-position: 25% center;
	background-repeat: no-repeat;
}

.imagelogo{
	box-sizing: border-box;
	width: 400px;
	max-width: 100%;
	padding: 10px;
	margin-left: 40px;
}

.textebandeau{
	font-family: 'Nothing You Could Do';
	font-size: 22pt;
	color: white;
	margin:20px;
	text-align: center;
	flex-grow: 1;
}

.espaceinscrit{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	z-index: 4;
	top: 12px;
	right: 12px;
	text-decoration: inherit;
	border-radius: 2px;
	padding: 8px;
	color:white;
	font-weight: 600;
	font-size: 11pt;
	background-color: var(--bleu-neuf);
}

.connexioninscrit{
	width:24px;
	height:24px;
}

.texteboutondeconnexion{
	margin-left: 8px;	
}

.blocdepage{
	border-radius: 10px;
	max-width: 480px;
	background-color: var(--gris-neuf);
	padding: 16px;
	margin: 16px;
	text-align: center;
	font-size: 12pt;
	font-weight: 600;
	color: var(--bleu-neuf);
}

.blocdepage b{
	font-weight: 700;
}

.blocdepage a{
	text-decoration: underline;
	color: inherit;
}

.blocdephotos{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 680px;
	margin:16px;
	flex-direction: row;
	flex-wrap: wrap;
}

.blocdephotos img{
	width: 50%;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 2px;
}

.photoseule{
	width: 100%;
	max-width: 680px;
	padding:16px;
	box-sizing: border-box;
	border-radius: 2px;
}

.imagedebloc{
	width: 100%;
	border-radius: 2px;
}

.blocsansfond{
	max-width: 680px;
	margin: 16px;
	text-align: left;
	font-size: 12pt;
	font-weight: 600;
	color: var(--bleu-neuf);
}

.blocsansfond b{
	font-weight: 700;
}

.blocsansfond a{
	text-decoration: underline;
	color: inherit;
}

.titrebloc{
	font-size: 20pt;
	color:var(--bleu-neuf);
	font-variant: small-caps;
	margin:16px;
	text-align: center;
	font-weight:800;
}

.fouteur{
	background-color: var(--bleu-neuf);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
}

.introduction{
	margin:12px;
	font-size: 16pt;
	font-family: "Nothing You Could Do";
	text-align: center;
	font-weight: 500;
	color: var(--bleu-arcadia);
}

.deconnexion{
	background-color: white;
	position: absolute;
	left:16px;
	right:16px;
	bottom:16px;
	padding:8px;
	border: 1px solid hsl(0,0%,90%);
	font-size: 12pt;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	color:var(--bleu-arcadia);
}

.deconnexion > img{
	width:20px;
	margin: 0px 4px;
}

.boutonaccueil{
	position: absolute;
	left:32px;
	top:32px;
	z-index:32;
	text-decoration: inherit;
	border-radius: 2px;
	background-color: var(--bleu-arcadia);
	font-weight: 600;
	color: white;
	padding: 8px;
	font-size: 11pt;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.boutonaccueil > img{
	width:20px;
}

.texteboutonaccueil{
	margin:0px 0px 0px 6px;
}

.titre{
	color: var(--bleu-arcadia);
	font-weight: 600;
	margin: 16px;
	font-size: 16pt;
	max-width: 500px;
}

.soustitre{
	color: var(--bleu-arcadia);
	font-weight: 400;
	margin: 16px;
	font-size: 14pt;
	max-width: 500px;
}

.bouton{
	transition: transform 0.1s ease-in-out;
	cursor: pointer;
	text-align: center;
}

.bouton:hover{
	transform: scale(1.06);
}

.fenetre{
	flex-grow: 1;
	overflow-y: auto;
}

.cadregeneral{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width:100%;
	min-height:100%;
	box-sizing: border-box;
}

.titrepage{
	font-size: 30pt;
	color:var(--bleu-neuf);
	font-variant: small-caps;
	margin:24px;
	text-align: center;
	font-weight:800;
}

.monogrammedefin{
	width:80px;
	margin:6px;
}

.installation{
	background-color: var(--gris-lmp);
	border-radius: 2px;
	padding: 6px;
	font-size: 9pt;
	font-weight: 600;
	display: none;
	align-items: center;
	justify-content: center;
	margin: 12px;
	color:var(--bleu-neuf);
}

.ecrin{
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:10pt;
	font-weight: 700;
	background-color: var(--rouge-lmp);
	border-radius: 2px;
	padding: 8px;
	margin: 8px;
	color: white;
}

.ecringlobal{
	display: none;
	z-index:64;
	position: fixed;
	bottom: 10px;
	right:10px;
	left:10px;
	background-color: var(--rouge-lmp);
	border-radius: 2px;
	padding:10px;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	font-size: 10pt;
}

.ecrin a{
	color:inherit;
	margin:0px 4px;
}

.ecringlobal a{
	color: inherit;
}

.ecrinvisible{
	display: flex;
}

.fonddemande{
	position: fixed;
	background-color: hsla(0,0%,40%,0.92);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 49;
	display: flex;
	align-items: center;
	justify-content: center;
}

.encartdemande{
	background-color: hsl(0,0%,94%);
	border-radius: 2px;
	border: 1px solid hsl(0,0%,90%);
	padding: 16px;
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	max-width: 400px;
}

.encartdemande > input{
	padding: 12px;
	border: 1px solid hsl(0,0%,90%);
	box-sizing: border-box;
	background-color: white;
	border-radius: 2px;
	margin: 8px;
	font-size: 11pt;
}

.validationdemande{
	background-color: var(--bleu-arcadia);
	border-radius: 2px;
	box-sizing: border-box;
	margin: 8px;
	padding: 12px;
	font-size:11pt;
	color:white;
	text-align: center;
	font-weight:600;
}

.fermeturedemande{
	position: absolute;
	top: 8px;
	right: 8px;
	background-color: var(--bleu-arcadia);
	border-radius: 2px;
	padding: 4px;
	font-size: 10pt;
	color: white;
}

.titredemande{
	font-size: 14pt;
	font-weight: 600;
	margin:24px;
	text-align: center;
}

.soustitredemande{
	font-size: 10pt;
	font-weight: 400;
	margin:10px;
	text-align: center;
}

.lienbaslegal{
	margin: 6px;
	font-size: 10pt;
	color:white;
	font-weight: 600;
}

.blocdesociete{
	color:white;
	margin:16px;
	font-weight: 600;
	font-size: 10pt;
	text-align: center;
}

.pedagogie{
	font-weight: 400;
}

.boutonsfouteur{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.fonddereflexion{
	background-color: hsla(0,0%,100%,0.92);
	position: fixed;
	z-index:99;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fonddereflexionvisible{
	display: flex;
}

.reflexion{
	width: 120px;
	height: 120px;
	position: relative;
}

.reflexion > img{
	position: absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	top:0;
}

.petitereflexion{
	width: 60px;
	height: 60px;
	position: relative;
	margin:8px;
}

.petitereflexion > img{
	position: absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	top:0;
}

.formulairedepaiement{
	margin: 16px 0px;
}

.unparagraphelegal{
	margin: 0px 12px;
	font-size: 11pt;
	font-weight: 500;
	max-width: 600px;
	text-align: justify;
	color: var(--bleu-neuf);
}

.unparagraphelegal b{
	font-weight: 600;
}

.unparagraphelegal a{
	color: inherit;
	text-decoration: underline;
}

.untitrelegal{
	font-size: 14pt;
	font-weight: 600;
}

.lienlegal{
	color: white;
	text-decoration: inherit;
	background-color: var(--bleu-neuf);
	font-size: 11pt;
	font-weight: 600;
	border-radius: 2px;
	margin:24px;
	padding: 6px;
}

.mentionjuridique{
	color: var(--bleu-neuf);
	font-size: 8pt;
	font-weight: 500;
	margin:8px;
	text-align: center;
	max-width: 480px;
}

.mentionjuridique a{
	color:inherit;
}

.tourne{
	animation: tourne 3s ease-in-out infinite;
}

@keyframes tourne{
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(120deg) scale(1.8);
	}
	50%{
		transform: rotate(240deg) scale(1.8);
	}
	100%{
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 960px) {
	.autourdulogo{
		height:100px;
	}
	.imagelogo{
		margin:0;
		max-height:100%;
		width:auto;
	}
	.textebandeau{
		display: none;
	}
	.fouteur{
		flex-direction: column;
	}
}
@media screen and (max-width: 720px) {
	.boutonaccueil{
		top: 16px;
		left: 16px;
	}
	.texteboutonaccueil{
		display: none;
	}
	.texteboutondeconnexion{
		display: none;
	}
	.blocdephotos img{
		width: 100%;
		padding:8px 0px;
	}
}
