#page h1{
	margin-left : 0;
}
#page #texte{
	margin-top : 0;
}
#texte .cnt {
	display : flex;
	flex-wrap: wrap;
	align-items: center;
}
#texte .cnt div{
	display : inline-block;
	width : 50%;
	padding : 0 10px;
}
#texte .cnt p{
	width : 100%;
}
#texte .cnt a{
	color : #E44755;
	font-weight : bold !important;
}

@media screen and (max-width: 768px){
	#texte .cnt div{
		display : block;
		width : 100%;
		padding : 0;
	}
}