html, body{
	margin: 0;
	padding: 0;
}

body{
	line-height: 1.5rem;
	overflow-x: hidden;
	margin: 0;
}

a, li{
	border-style: none;
	text-decoration: none;
}

a:hover, a:focus{
	text-decoration: none;
}

.SansCouleurs li{
	background: none !important;
}
/* ----------- SECTION 1: Informations sur la formation ------------------------- */
h1{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color: #59194b;
}
/* -------------- FORMATION ----------------- */
#Formation{
	padding: 0;
}

.MenuFormation{
	padding: 7rem 0rem 7rem 0rem;
}

#Formation h1{
	margin-bottom: 1.5rem;
}

.ContenuFormation{
	background-color: #59194b;
	padding: 5rem 0rem 5rem 0rem;
}

.ContenuFormation p{
	margin: 0;
	text-align : justify;
	color: #fff;
	padding: 20px;
	font-size: 14pt;
}

#Formation a{
	color: #B2DBE1;
}

#Formation a:hover{
	color: #59194b;
	cursor: pointer;
}

#Formation a:focus{
	color: #59194b;
	cursor: pointer;
}

/* --------------- MMI C QUOI ? ---------------*/

.GrilleMMiFormation{
	padding: 20px;
}

#MmiCestQuoi img{
	width: 20%;
}

.CompetenceMMi{
	padding: 5px;
	background-color: #fff;
	border: solid 2px #59194b;
}

.GrilleMMiFormation h3{
	text-align: center;
	color: #59194b;
	margin-top: 20px;
}

.GrilleMMiFormation p{
	text-align: center;
	color: #585858;
}
/* --------------- MMI C QUOI ? ---------------*/

/* --------------- DEBOUCHER ---------------*/

.GrilleMMiDebouches{
	padding: 20px;
}

#Debouches img{
	width: 100%;
}

.MatieresCases{
	padding: 5px;
	background-color: #fff;
	border: solid 2px #59194b;
}

.MatieresCases:active{
	padding: 5px;
	background-color: #59194b;

	color: #fff;
}

.GrilleMMiDebouches .MatieresCases:hover{
	background-color: rgba(178, 219, 225);
}

.GrilleMMiDebouches h3{
	text-align: center;
	color: #59194b;
	margin-top: 20px;
}

.GrilleMMiDebouches p{
	text-align: justify;
	text-align: left;
	color: #585858;
}

.MatieresCases{
	-ms-flex-preferred-size: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 20%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#collapseMatieres1, #collapseMatieres2, #collapseMatieres3, #collapseMatieres4, #collapseMatieres5, #collapseMatieres6, #collapseMatieres7, #collapseMatieres8, #collapseMatieres9, #collapseMatieres10 {
	border: solid 2px #59194b;
}

.collapse div {
    border: none;
    border-radius: 0;
}

@media screen and (max-width: 1250px) {
	.MatieresCases{
	-ms-flex-preferred-size: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: auto;;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	}
}


.collapse div{
	border: none;
}


/* --------------- DEBOUCHER ---------------*/

/* -------------- Fin FORMATION ----------------- */


/* -------------- INSCRIPTIONS ----------------- */
#InscriptionsFormationMMI a{
	color: #B2DBE1;
	text-decoration: none;
}

/* -------------- Fin INSCRIPTIONS ----------------- */

/* -------------- EQUIPE PEDAGO ----------------- */

#EquipePedagogique span{
	font-weight: bold;
}

/* -------------- Fin EQUIPE PEDAGO ----------------- */

/* -------------- ETUDIANT ----------------- */

#Etudiant{
	padding: 0;
}

#Etudiant a{
	color: #B2DBE1;
}

#Etudiant a:hover{
	color: #59194b;
	cursor: pointer;
}

#Etudiant a:focus{
	color: #59194b;
	cursor: pointer;
}

#Realisations a{
	color: #B2DBE1;
	text-decoration: none;
}

.TextIntroEtudiants p{
		margin: 0;
		text-align : justify;
		color: #fff;
		padding: 20px;
		font-size: 14pt;
}

.MenuEtudiant{
	padding: 7rem 0rem 7rem 0rem;
}

#Etudiant h1{
	margin-bottom: 1.5rem;
}

.ContenuEtudiant{
	background-color: #59194b;
	padding: 5rem 0rem 5rem 0rem;
}

.ContenuEtudiant a{
	border-style: none;
}

.ContenuEtudiant p{
	margin: 0;
	text-align : justify;
	color: #fff;
	padding: 20px;
}

#carouselExampleIndicators{
	margin-top: 20px;
}

#carouselExampleIndicators2{
	margin-top: 20px;
}

.TexteSlide{
	margin-bottom: 2%;
	background-color: rgba(89, 25, 75, 0.65);
}

.carousel a{
	border-style: none;
}
/* -------------- Fin ETUDIANT ----------------- */
