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