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

.annuaire_recherche {background-color:#ffffff; text-align:left;  padding:10px; border-bottom:10px solid #f4f4f4}
.annuaire_recherche_bloc1 {float:left;width:30%; }
.annuaire_recherche_bloc2 {float:left;width:70%;}
.annuaire_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;}
.annuaire_recherche_bloc2 input {background-color:#f4f4f4; padding: 10px;margin-bottom:5px;}

.annuaire_resultats {width:100%;float:left;background-color:#ffffff; text-align:left;  padding:10px; border-bottom:10px solid #f4f4f4;}
.annuaire_resultats_bloc1 {float:left;width:20%;margin-right:10px;}
.annuaire_resultats_bloc2 {float:left;width:70%;text-align:left;padding-left: 10px;}
.annuaire_resultats_bloc3 {float:left;text-align:left;}
.annuaire_resultats_titre {font-size:12pt;}
.annuaire_resultats_infos {font-size:10pt;}
.annuaire_resultats_couv {width:100%;height:150px;background-size:contain;background-repeat:no-repeat;background-position:center;}
.annuaire_resultats_couv_mini {width:100%;height:60px;background-size:contain;background-repeat:no-repeat;background-position:center;}
@media screen and (max-width : 960px) {
.annuaire_resultats_bloc1 {width:100%; margin-bottom:10px}
.annuaire_resultats_bloc2 {width:100%; margin-bottom:10px}
.annuaire_resultats_bloc3 {width:100%; margin-bottom:10px}

}
  /* Hide the radio inputs */
 .rd_annuaire {
    display: none; initial;
  }

  /* Style for the accordion container */
  .accordion_annuaire {
    width: 100%;
  }

  /* Style for the accordion items */
  .accordion_annuaire-item {
    margin-bottom: 10px;
  }

  /* Style for the accordion item headers */
  .accordion_annuaire-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    width:100%;
    border-radius: 5px;
  }

  /* Style for the accordion item content */
  .accordion_annuaire-content {
    display: none;
    padding: 10px;
  
    background-color: #fff;
  }

  /* Show the content when the radio input is checked */
  .rd_annuaire:checked + .accordion_annuaire-header + .accordion_annuaire-content {
    display: block; initial;
  }
