/*******************************************/
/* RÉSULTATS DE RECHERCHE  */
/*******************************************/


.resultats-recherche h2:first-letter {text-transform:uppercase;}
.resultats-recherche h2 {margin-bottom:0em;}

.resultats-recherche .extrait {
    display: grid;
    grid-template-columns: 4.5em auto;
    grid-column-gap: 1em;
    }

.resultats-recherche .extrait h3.lb-extrait { grid-column: 1 / span 1; 
    font-size:1em;
    font-family: "PT Sans", "Arial Narrow", "Arial", sans-serif;
    }

.resultats-recherche .extrait p { grid-column: 2 / span 1; }
.resultats-recherche h3.lb-extrait:after {content:' :'}
.resultats-recherche .extrait strong {background-color:#f7d980;
    border-radius:3px;}

.extrait div {background-image: none !important;
    margin-left:0 !important;
    width:100%;
}