:root{--input-bd:black;--input-text:black;--input-bg:white;--input-exit:red;--resulta-bg:white;--suges-bg:rgb(49 80 59 / 73%);--suges-text:#ffffff;--suges-bt-bg:white;--suges-bt-text:rgb(49, 80, 59);--suges-bt-bg-hover:rgb(49, 80, 59);--suges-bt-text-hover:white;--article-bg:white;--article-bd:rgb(129, 129, 129);--article-text:black;--article-titre:rgb(49, 80, 59);--artcile-titre-hover:rgb(49, 80, 59);--article-autor:rgb(1, 1, 65)}.block-elasticsearch{height:50px;color:var(--input-exit);font-weight:800;position:relative;padding-right:15px}.block-elasticsearch #illicosearch-search{border:none;border-bottom:1px solid rgb(49,80,59);padding:12px 18px;font-size:16px;font-weight:700;width:100%;color:var(--input-text);background-color:var(--input-bg)}.block-elasticsearch #illicosearch-search::placeholder{color:#727272;font-weight:500}#illicosearch-response{margin-top:10px;max-height:70vh!important;overflow:auto!important}#illicosearch-response .resultat{background-color:var(--resulta-bg)}#illicosearch-response .suggestionrecherche{padding:15px;background-color:var(--suges-bg);border-radius:10px;margin-bottom:10px;color:var(--suges-text)}#illicosearch-response .suggestionrecherche strong{display:block}#illicosearch-response .suggestionrecherche p{display:inline-block;margin:5px;background-color:var(--suges-bt-bg);padding:10px;border-radius:7px;cursor:pointer;color:var(--suges-bt-text)}#illicosearch-response .suggestionrecherche p:hover{background-color:var(--suges-bt-bg-hover);color:var(--suges-bt-text-hover)}#illicosearch-response .titlerecherche{color:var(--article-titre);font-weight:700;font-size:30px;margin-bottom:5px;line-height:1.2em}#illicosearch-response .articlerecherche{border-radius:10px;display:flex;flex-direction:row;overflow:hidden;width:100%;margin-top:5px;padding-top:10px}#illicosearch-response .articlerecherche:hover .titlerecherche{color:var(--artcile-titre-hover)}#illicosearch-response .articlerecherche .autor{display:flex;gap:10px;color:var(--article-autor)!important;font-weight:700;font-size:12px;margin-bottom:5px}#illicosearch-response .articlerecherche .html{color:var(--article-text);margin-top:4px;font-size:20px;line-height:1.4;margin:0}#illicosearch-response .imagerecherche{height:200px;width:200px;min-height:80px;min-width:80px;top:0;margin-right:15px;float:left;display:flex;justify-content:center;align-content:center}#illicosearch-response .imagerecherche img{object-fit:cover;border-radius:7px!important}@media (max-width:720px){#illicosearch-response .imagerecherche{max-width:120px;max-height:120px;display:flex;justify-content:center;margin-bottom:10px}#illicosearch-response .articlerecherche a{width:100%;overflow:hidden}#illicosearch-response .articlerecherche .titlerecherche{font-size:20px}#illicosearch-response .articlerecherche .autor{font-size:12px}#illicosearch-response .articlerecherche .html{font-size:12px}}