/** Balise HTML **/
body, html {
    font: 15px/1.5 'Lato', sans-serif;
    background-color: transparent;
    color: #000;
    margin: 2rem;
}

h1, h2, h3, h4, input[type="text"] {
    color: #2C3E50;
}
h3, h4 {
    background: url('../img/line_green.png') no-repeat 50% 100%;
    padding-bottom: 10px;
}
header, footer {
    display: none !important;
}

/** Recherche des offres **/
.btn-lien-details-offre, #afficherFiltreOffre, #backButton,
.tooltip, #LocalisationOffre, #BoutonsOffre, #adv-search-submit
{
    display: none !important;
}
.filtre_recherche_offre .col-12 {
    flex: 0 0 50%;
}