/*********theme 6 Accueil bibliothèque : Horaires**********/
.theme_6 {}


.theme_6.panel-front {
    background: #1bbb9b;

}

.theme_6 .panel-front,
.theme_6 .panel-selection {
    background: #1bbb9b;
    padding: 0;
}

.theme_6 .panel>.panel-heading h2 {
    color: #fff;
    background: url('../images/pic_hr.png') no-repeat left top;
    padding: 0 0 0 38px;
}

.theme_6 .panel-heading {
    padding: 10px;
}

.theme_6 .panel-heading h2 {}

.theme_6 .panel-body {
    padding: 10px;
}

/*-------------btn-------------------*/

.theme_6 .btn-default {
    background: #99a6c9;
    border-color: #99a6c9;
}

.theme_6 .btn-default:hover,
.theme_6 .btn-default:focus,
.theme_6 .btn-default:active,
.theme_6 .btn-default.active,
.theme_6 .open .dropdown-toggle.btn-default {
    background-color: #aeb9de;
    border-color: #aeb9de;
}

/*---------------------------------------*/

/* Titre */
.theme_6 span  {
    color: white;
}

/* Fond du texte */
.theme_6 div.media.thumbnail {
    background: #1bbb9b;
}

/* Titre de la présentation */
.theme_6 h1,
.theme_6 h2,
.theme_6 h3,
.theme_6 h4 {
    color: white;
}

/* Texte de la présentation */
.theme_6 p {
    color: white;
}

.theme_6 li {
    background: transparent url('../images/caret_wr.png') no-repeat left 6px;
    margin: 0 0 8px 0;
}

.theme_6 li a{
    color: white;
}

.theme_6 ul li a {
    color: #fff;
    padding: 0 0 0 14px;
}

/* Lien de la présentation */
.theme_6 a {
    color: white;
}

.theme_6 div {
    color: white;
}

