.autocompletion-home {
    text-align:left !important;
}

.recherche-home-results {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-top: 100px;
    flex-direction: row;
}

.recherche-home-activite-results {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    flex-direction: row;
}

/*.rp-home-results, .ri-home-results {
    flex-grow: 1;
}*/

.recherche-home-results > div {
    width: 50%;
    background-color: #F5F8FA;
}

.recherche-home-results > div:first-child {
	margin-right: 10px;
}

.recherche-home-activite-results > div {
    width: 50%;
    background-color: #F5F8FA;
}

.dummy-div {
    background-color: transparent !important;
}

.recherche-home-activite-results > div:first-child {
	margin-left: 10px;
}

/* .rp-home-results {
    flex-shrink: 0;
}

.ri-home-results {
    flex-shrink: 1;
} */

.rp-home-header {
    text-align: center;
    background-color: #0076C0;
    font: 16px "neuzeit-grotesk", sans-serif;
    letter-spacing: 0px;
    padding: 16px 24px 12px;
    color: white;
    text-transform: uppercase;
}

.ri-home-header {
    text-align: center;
    background-color: #41C080;
    font: 16px "neuzeit-grotesk", sans-serif;
    letter-spacing: 0px;
    padding: 16px 24px 12px;
    color: white;
    text-transform: uppercase;
}

.activite-home-header {
    text-align: center;
    background-color: #41C080;
    font: 16px "neuzeit-grotesk", sans-serif;
    letter-spacing: 0px;
    padding: 16px 24px 12px;
    color: white;
    text-transform: uppercase;
}

.ri-home-results-match, .rp-home-results-match, .activite-home-results-match {
    padding: 20px 20px 20px 20px;
}

.tt-highlight2   {
    background-color: yellow;
    font-weight: normal;
    color: #1857FF;
    padding: 5px 0 5px;
}     

/* barre de recherche */

.page-home-search {
	width: 100%;
	max-width: 90rem;
	background: #fff;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
}

.homepage-main-search {
    position: fixed;
    top: initial;
    padding-top: 10px;
    background-color: rgb(0,0,0,0.7);
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
	-webkit-animation: fadeIn 0.5s;
	-moz-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    overflow-y:scroll;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.homepage-main-search::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}

#ghostSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
	color: grey;
	opacity: 0.4;
}
#ghostSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
	color: grey;
	opacity: 0.4;
}
#ghostSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
	color: grey;
	opacity: 0.4;
}
#ghostSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
	color: grey;
	opacity: 0.4;
}