/*******Theme 23 *******/
.theme_23 {
    padding: 0;
}

.theme_23 .panel-heading>h2 {
    display: none;
}

#portal .theme_23 .panel-body {
    padding: 10px;
}

/* Titre */
.theme_23 span  {
    color: black;
}

/* Fond du texte */
.theme_23 div.media.thumbnail {
    background: white;
}

/* Titre de la présentation */
.theme_23 h1,
.theme_23 h2,
.theme_23 h3,
.theme_23 h4 {
    color: black;
}

/* Texte de la présentation */
.theme_23 p {
    color: black;
}

.theme_23 li a{
    color: white;
}

/* Lien de la présentation */
.theme_23 a {
    color: white;
}

