﻿.ui-autocomplete {
	z-index: 100000 !important;
}

@media (min-width: 981px) {
	ul.ui-autocomplete {
		position: absolute !important;
		list-style: none;
		width: 292px !important;
		max-height: 30vh;
		overflow-y: scroll;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		padding: 0;
		margin-left: auto;
		box-sizing: border-box;
		text-transform: capitalize;
	}
}
@media (max-width: 980px) {
	ul.ui-autocomplete {
		position: absolute !important;
		list-style: none;
		width: 95%;
		max-height: 30vh;
		overflow-y: scroll;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		padding: 0;
		margin-left: auto;
		box-sizing: border-box;
		text-transform: capitalize;
	}
}

	ul.ui-autocomplete li {
		background-color: #fff;
		cursor: default;
		padding: 0px 10px 0px 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		line-height: 30px;
		text-align: left;
		border: 0px;
		/*font-size: 15px;*/
		color: grey;
	}

		ul.ui-autocomplete li a {
			color: grey;
			padding-left: 15px;
		}

		ul.ui-autocomplete li.ui-state-focus {
			font-weight: bold;
			background: #58ab27 !important;
			border: none !important;
			margin: 0px !important;
			color: grey;
		}


	li.ui-state-focus:hover > a {
		color: white !important;
		font-weight: bold !important;
		text-decoration:none!important;
	}


li.ui-state-focus > a {
    color: white !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.btn-ok-selected {
    background: #58ab27 !important;
    border-bottom-color: #017d41 !important;
}


#mtq {
    position: absolute;
    z-index: 1111111;
    font-style: italic;
    font-size: 0.8em;
    color: #1a6e3c;
    padding-right: 2%;
    font-weight:bold;
}

@media (max-width: 980px) {
    #mtq {
        display: none;
    }
    .bloc_mobile{
        text-align:center;
    }
    #mtq_m {
        position: absolute;
        z-index: 1111111;
        font-style: italic;
        font-size: 0.7em!important;
        color: #1a6e3c;
        padding-right: 2%;
        /*font-weight: bold;*/
    }
}

@media (min-width: 981px) {
    #mtq_m {
        display: none;
    }
}

