.mobileSearch__button {
    font-size: 2rem;
    line-height: 1rem;
    padding: 1rem;
    position: fixed;
    z-index: 990;
    bottom: 4.5rem;
    left: 1rem;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    -webkit-transition: 0s;
    transition: 0s;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.mobileSearch__wrapper {
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.98);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.mobileSearch__input {
	width: 100%;
	max-width: 80%;
}

div.title-search-result {
	z-index: 1001 !important;
}