/* LISTE DES FORMATIONS et DUREE - PUBLIC - MODALITES INTERVENTION */
#liste_rubriques, #duree_public_modalites, #liste_programmes_immo_wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center
}
.duree_public_modalites_titre, .liste_programmes_immo_titre {
	margin-top: 30px;
	font-weight: 600;
	font-size: 1.1em
}
#duree_public_modalites .bordure_arrondie_texte_dehors { max-width: 340px }
#liste_programmes_immo_wrapper .bordure_arrondie_texte_dehors {
	display: block;
	margin: auto
}
#liste_programmes_simple_wrapper .liste_rub_nom { width: 100% }

/* LISTE DES FORMATIONS */
.liste_rub_nom a {
	display: block;
	padding: 20px;
	background-color: var(--color_1);
	color: white;
	text-decoration: none;
	 -webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in
}
.liste_rub_nom a:hover {
	background-color: var(--color_3)
}
#contenu_pedagogique h3 { color: var(--color_3) }
@media all and (min-width:1100px) {
	/* LISTE DES FORMATIONS et DUREE - PUBLIC - MODALITES INTERVENTION */
	#liste_rubriques, #duree_public_modalites, #liste_programmes_immo_wrapper {
		flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		align-items: flex-start
	}
	.duree_public_modalites_titre, .liste_programmes_immo_titre { margin-top: 0 }
	#duree_public_modalites .bordure_arrondie_texte_dehors, #liste_programmes_immo_wrapper .bordure_arrondie_texte_dehors { max-width: 260px }
	
	#liste_programmes_immo_wrapper .bordure_arrondie_texte_dehors {
		position: initial;
  		transform: none
	}
	#liste_programmes_simple_wrapper #liste_rubriques { flex-wrap: wrap }
	#liste_programmes_simple_wrapper .liste_rub_nom {
		width: 45%;
		margin: 10px
	}
}
@media all and (min-width:1600px) {
	/* DUREE - PUBLIC - MODALITES INTERVENTION */
	#duree_public_modalites .bordure_arrondie_texte_dehors { top: 270px }
	#duree_public_modalites .bordure_arrondie_texte_dehors, #liste_programmes_immo_wrapper .bordure_arrondie_texte_dehors { max-width: 350px }
}