/************************************
PLUGIN OUVRAGES RECHERCHE
************************************/
.ouvrage_recherche_titre {font-size:15pt;font-weight:bold}
.ouvrage_resultats_titre {font-size:13pt;font-weight:bold}

.ouvragesrech_recherche {background-color:#ffffff; text-align:left;  padding:10px; border-bottom:10px solid #f4f4f4}
.ouvragesrech_recherche_bloc1 {float:left;width:30%; }
.ouvragesrech_recherche_bloc2 {float:left;width:70%;}
.ouvragesrech_recherche_bloc2 select {background-color:#f4f4f4; border: 0; padding: 10px; display: block; border-radius: 0; width: 100%; margin: 5px 0 5px 0; color: #777; font-weight: 300; font-size: .9em;}
.ouvragesrech_recherche_bloc2 input {background-color:#f4f4f4; padding: 10px;margin-bottom:5px;}

.ouvragesrech_resultats {width:100%;float:left;background-color:#ffffff; text-align:left;  padding:10px; border-bottom:10px solid #f4f4f4;}
.ouvragesrech_resultats_bloc1 {float:left;width:20%;margin-right:10px;}
.ouvragesrech_resultats_bloc2 {float:left;width:70%;text-align:left;padding-left: 10px;}
.ouvragesrech_resultats_bloc3 {float:left;text-align:left;}
.ouvragesrech_resultats_titre {font-size:12pt;}
.ouvragesrech_resultats_infos {font-size:10pt;}
.ouvragesrech_resultats_couv {width:100%;height:200px;background-size:contain;background-repeat:no-repeat;background-position:center;}

@media screen and (max-width : 960px) {
.ouvragesrech_resultats_bloc1 {width:100%; margin-bottom:10px}
.ouvragesrech_resultats_bloc2 {width:100%; margin-bottom:10px}
.ouvragesrech_resultats_bloc3 {width:100%; margin-bottom:10px}
}