#illicosearch-search{
    border-radius:30px;
    padding:10px 25px;
	border:none;
	font-family: "Montserrat", sans-serif;
    background-color:white;
}

.resultat{
    margin-top: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}


.suggestionrecherche {
    padding: 15px;
    background-color: #5bc8ac2e;
    border-radius: 10px;
    margin-bottom: 10px;
	
}

.suggestionrecherche strong {
    display: block;
	color:#5BC8AC;
	font-family: "Montserrat", sans-serif;
}

.suggestionrecherche p {
    display: inline-block;
    margin: 5px;
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-weight:600;
	color:#5BC8AC;
}

.suggestionrecherche p:hover {
    background-color: #5BC8AC;
    color: #000;
}

.titlerecherche {
    color: #5BC8AC;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.2em;
	font-family: "Montserrat", sans-serif;
}

.articlerecherche {
    border: 2px solid #dce6ee;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    padding: 15px;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}

.articlerecherche:hover .titlerecherche {
    color: #000;
}

.articlerecherche .html {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
	color: #000;
	font-family: "Montserrat", sans-serif;
}

.imagerecherche {
    height: 110px;
    width: 110px;
    min-height: 80px;
    min-width: 80px;
    top: 0px;
    margin-right: 15px;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
}

.imagerecherche img {
    object-fit: cover;
    border-radius: 7px !important;


}


@media (max-width: 720px) {

    .imagerecherche {
        max-width: 80px;
        max-height: 80px;
        display:flex;
        justify-content: center;
        margin-bottom: 10px;

    }

    .articlerecherche a {
        width: 100%;
        overflow: hidden;
    }

    .articlerecherche .titlerecherche {
        font-size: 14px;
    }

    .articlerecherche .autor {
        font-size: 12px;
    }



    .articlerecherche .html {
        font-size: 12px;
    }
}