body
{
    /*
    background-image: linear-gradient(to bottom,#3c3c3c 0%,#3c3c3c 100%);
    */
    background:#FFFFFF;
}

.resultats_count .nombre_resultats
{
    color:#000000;
}

.recherche-programme-container {
	min-height:400px;
    border: 1px solid #CACACA;
    background: #f0f0f0;
}

.recherche_form_trouver_logement
{
    border: 1px solid #CACACA;
    width:99%;
}

.recherche_form_trouver_logement .border_blue 
{   
    /*
	background: #a30023;
    */
    background:#808080;
}

.recherche_form_trouver_logement #recherche_form_trouver_logement_btn_plus_critere .fas {
    color: #c0c0c0;
}

.recherche_form_trouver_logement #recherche_form_trouver_logement_btn_moins_critere .fas {
    color: #c0c0c0;
}

.recherche_form_trouver_logement .rechercher {
    width: 99%;
    height: 50px;
    background: #008000;
    color: #FFF;
    border: none;
    font-size: 20px;
    -webkit-appearance: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.recherche_form_trouver_logement .rechercher:hover{
    width:100%;
    background: #008000;
    color:#FFF;
    border:none;
}

.recherche-programme-container .btn_savoir_plus {
    background:#008000;
    bottom: 10px;
    right: 0px;
    position: absolute;
}

.recherche-programme-container .text
{
    font-size:14px;
}

.recherche_form_trouver_logement_resultats .thumbnail {
    width: 99%;
}

.btn_savoir_plus {
    width: 170px;
    height: 35px;
    padding: 10px;
    text-align: center;
    background: #008000;
    font-size: 15px;
    color: #FFF;
    float: right;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.pagination_on {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    background: #808080;
    color: #FFFF;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
}

.pagination {
    width: 1rem;
    height: 1rem;
    text-align: center;
    padding: 0;
    background-color: #C0C0C0;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
}

.champs_form_programme
{
        border: 1px solid #e2e2e2;
}

.details_programme .border_blue {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #808080;
    height: 5px;
}

.details_programme_right .inner_content {
    background: #f0f0f0;
    color: #000000;
    border:1px solid #CACACA;
    min-height: 1px;
    height: auto;
}

.programme_btn_etre_rappeler {
    width: 100%;
    background: #008000;
    color: #FFF;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.programme_btn_appelez_nous {
    width: 100%;
    background: #008000;
    color: #FFF;
    height: 60px;
    border-radius: 3px;
    font-size: 17px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

#iframe_history_back
{
    color: #CACACA;
}


ul.token-input-list-aq {
    overflow: hidden;
	/*	
    height: auto; 
    min-height: 27px;
	*/
	height:100%;
    width: 100%;
    /*border: 1px solid #ccc;*/
	border:none;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    /*z-index: 999;*/
    z-index: 1;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
	white-space:nowrap;
	line-height: 26px;
	position:relative;
	top:0px;
	border-radius:3px;
}
/*
ul.token-input-list-aq li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
	position:relative;
	z-index:999;
	white-space:nowrap;
}
*/

ul.token-input-list-aq li input {
    border: 0;
    width: 100px;
    padding: 15px 0px 10px 20px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
	position:relative;
	z-index:999;
	white-space:nowrap;
}

li.token-input-token-aq {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background: #008000;
    color: #FFF;
    cursor: default;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float:left;
    white-space: nowrap;
	line-height: 20px;
}

li.token-input-token-aq p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-aq span {
      color: #FFF;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-aq {
    background: #c63b36;
    color: #fff;
}

li.token-input-input-token-aq {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-aq {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 999;
}

div.token-input-dropdown-aq p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-aq ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-aq ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-aq ul li.token-input-dropdown-item-aq {
    background-color: #fff;
}

div.token-input-dropdown-aq ul li.token-input-dropdown-item2-aq {
    background-color: #fff;
}

div.token-input-dropdown-aq ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-aq ul li.token-input-selected-dropdown-item-aq {
    background: #008000;
    color: #fff;
}

li.token-input-selected-token-aq {
    background: #008000;
    color: #fff;
}


	

@media screen and (max-width:680px){

ul.token-input-list-eneuf{
	width:100%;
	border-radius:3px;
	top:0px;	
}

}

/*
.recherche_form_trouver_logement
{
    display:block;
}
*/
.resp_recherche_div
{
    display:none;
    align-content:center;
    align-items:center;
    justify-content:flex-end;
    flex-direction:row;
    width:100%;
    margin-bottom:30px;
}

.resp_recherche
{
    width:120px;
    height: 33px;
    background: #008000;
    color: #FFF;
    border: none;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    flex-direction:row;
}



@media screen and (max-width: 550px)
{

    .recherche_form_trouver_logement
    {
        display:none;
    }

    .resp_recherche_div
    {
                    display:flex;
    }
}
