.mascottes{
	width:360px;
	margin-top:24px;
}

.indicmascottes{
	font-weight: 500;
	font-style: italic;
	font-size: 11pt;
}

.nomdemascotte{
	position: absolute;
	left:40px;
	top:-50px;
	height:60px;
}

.blocdemascotte{
	border-radius: 10px;
	max-width: 540px;
	background-color: var(--gris-neuf);
	padding: 16px;
	margin: 48px 16px;
	text-align: center;
	font-size: 12pt;
	font-weight: 500;
	color: var(--bleu-neuf);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: relative;
}

.textedemascotte{
	margin:16px;
}

.imagedemascotte{
	width:300px;
	border-radius: 2px;
}

.typedemascotte{
	font-weight: 400;
}

.infosdemascotte{
	font-style: italic;
}

@media screen and (max-width: 720px) {
	.imagedemascotte{
		width:100%;
	}
	.blocdemascotte{
		flex-direction: column;
	}
}