#cadre_formation
{
	display: block;
	justify-content: space-between;
	padding-bottom:50px;
	text-align:center;
	
}
#cadre_formation>div
{
	flex-basis: 50%;
}

#cadre_formation .titreFormation {
	width:50%;
	float:left;
}

#cadre_formation .titreFormation h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight:bold;
}

#cadre_formation svg a:hover {
	text-decoration: underline;
}

/*
@media screen and (max-width: 1200px)
{

}
@media screen and (max-width: 992px)
{

}
*/
@media screen and (max-width: 768px)
{
	#cadre_formation .titreFormation h2 {
		font-size: 13px;
	}
	/*
	#encadrerAccueil
	{
		display: block;
	}
	.encadre_fiche
	{
		margin: 1rem 0 1rem 0 !important;
	}
	#encadrerTitre
	{
		text-align: center;
	}
	#encadrerTitre>q
	{
		border: none;
	}
	#cadre_formation
	{
		display: block;
	}
*/
}
/*
@media screen and (max-width: 575px)
{

}
*/
