.content-default {
	display: flex;
	flex-direction: column;
}

.subtitle-default {
	font-family: 'Parisienne';
	font-size: 35px;
	color: var(--orange);
	text-decoration: underline;
}

.texts-default {
	margin-bottom: 2em;
}

.text-default p {
	margin-bottom: 1em;
}

.text-default ul li {list-style: outside;}
.text-default ul {
	margin-bottom: 1em;
	padding-left: 20px;
}

.infos-default {
	width: 50%;
	margin-left: auto;
	color: var(--orange);
}

@media screen and (max-width:960px) {
	.texts-default {
	max-width: 600px;
	}
}

@media screen and (max-width:768px) {
	.texts-default {
	width: 100%;
	}
}

@media screen and (max-width:540px) {
	.infos-default {
	width: 100%;
	margin-left: 0;
	}

	.subtitle-default {
	font-size: 30px;
	}
}