body {
    font-family: Segoe UI;
    color: #6d6d6d;
}
h2 {
    color: #6d6d6d;
    text-align: center;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */ 
.navbar {
    margin-bottom: 50px;
    border-radius: 0;
}

/* Remove the jumbotron's default bottom margin */ 
 .jumbotron {
    background-color: #a0006d;
    color: #fff;
    margin-bottom: 0;
}

footer {
    background-color: #a0006d;
    color: #fff;
    margin-top: 100px;
    padding: 25px;
}

.bg-aubergine-clair {
    background-color: #fdf4fa;
}

.cadre_aubergine {
    border: 1px solid #a0006d;
    border-left: 5px solid #a0006d;
    border-radius: 5px;
    padding: 10px;
}

/* Rules for sizing the icon. Modifier taille icones àpd Google Fonts*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

#pg_home i.fa-angle-double-right {
    font-size: 18px;
}

#pg_home div.card {
    width: 18rem;
}

#exam_generalite h4 a,
#premiere_journee h4 a,
#premier_cours h4 a,
#generalite_listes h4 a {
    border: solid 1px #bbb;
    border-left: 4px solid #a0006d;
    border-radius: 2px 15px;
    color: #a0006d;
    padding: 10px 25px;
}

#exam_generalite h4 a:hover,
#premiere_journee h4 a:hover,
#premier_cours h4 a:hover,
#generalite_listes h4 a:hover {
    border: solid 1px #a0006d;
    background-color: #a0006d;
    color: #fdf4fa;
    text-decoration: none;
    border-radius: 2px 15px;
    padding: 10px 25px;
}

/* Dotted border */
#DP_langues hr.dotted {
  border-top: 2px dotted #bbb;
}
  
/* Avatars Direction sans photo */
#la_direction i.fa.fa-user-circle-o {
    font-size:68px;
    color:#a0006d;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 20px;
    border-bottom: 1px solid lightgray;
}
/* Avatars Secrétariat, Direction */
#le_secretariat img,
#la_direction img {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

/* Première phrase de la page le_secretariat */
#le_secretariat p:first-child span {
    margin-bottom: 70px;
    margin-top: 70px;
    padding : 50px;
}

/* Avatars Profs */
#les_profs i.fa.fa-user-circle-o {
    color:#a0006d;
}