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