
div.AEM2.masqueurDePage {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 1000;
	opacity: 0.5;
	background-color: #1F1834;
}

div.AEM2.bienCentre, div.AEM2.bienCentre * {
	font-family: "Montserrat", sans-serif;
}

div.AEM2.bienCentre {
	font-family: "Montserrat", sans-serif;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border: 0;
	border-radius: 24px;
	margin: auto;
	width: 400px;
	height: 400px;
	padding: 40px;
	z-index: 1001;
	opacity: 1;
	background-color: white;
	color: var(--couleurBleu);
}

	div.AEM2.bienCentre > div:first-child > img {
		position: absolute;
		right: 24px;
		top: 20px;
		cursor: pointer;
		z-index: 1;
		width: 20px;
	}


.aem-entete {
	/* L'entête qui conteint icone et infos demande */
	display: flex;
	height: 104px;
}

	.aem-entete > div:first-child {
		/* Dans l'entête, la div d'icone */
		flex-basis: 72px;
	}

		.aem-entete > div:first-child > img {
			/* Dans l'entête, la div d'icone, l'icone */
			width: 44px;
			margin-top: 14px;
		}

	.aem-entete > div:nth-child(2) {
		/* Dans l'entête, la div d'infos demande */
		width: 44px;
		margin: 2px;
		flex-basis: auto;
		flex-grow: 1;
	}

		.aem-entete > div:nth-child(2) > div:first-child {
			/* Dans l'entête, dans la div d'infos demande, le titre de la demande */
			font-weight: 700;
			font-size: 20px;
			line-height: 24px;
			margin-bottom: 14px;
		}

			.aem-entete > div:nth-child(2) > div:first-child > a {
				/* Dans l'entête, dans la div d'infos demande, dans le titre de la demande, le lien vers la fiche */
				font-weight: 500;
				font-size: 12px;
				line-height: 14.63px;
				text-decoration: underline;
				margin-left: 20px;
				color: var(--couleurTexteBoutons2);
			}

		.aem-entete > div:nth-child(2) > div:nth-child(2) {
			/* Dans l'entête, dans la div d'infos demande, le type de la demande */
			font-size: 12px;
			line-height: 15px;
		}

		.aem-entete > div:nth-child(2) > div:nth-child(3) {
			/* Dans l'entête, dans la div d'infos demande, les surfaces */
			font-weight: 700;
			font-size: 12px;
			line-height: 15px;
		}
