
.message_retour  {color:red;}

a{
    text-decoration: none;
}
a:hover,
a:focus{
    color: #1b84e6;

}

@media (min-width: 480px){
    #mur{
        padding: 10em 0 0; 
    }
}
@media (max-width: 480px){
    #mur {
        padding: 0; 
    }
}

.pmax{
    position: relative;
}
.pmax .unity{
    right: 0;
    top: 5px;
    font-size: 1.2em;
}

.sousmoteur .unity{
    right: 0;
    top: 0;
    font-size: 0.9em;
}
h3{
    color: #333;
    font-size: 1.2em;
    font-weight: 300;
}

/*------------------------------------------------------------------------*\
HEADER
\*------------------------------------------------------------------------*/

.logo-mobile{
    position: relative
}
.logo-mobile img {
    padding: 0.5em;
    width: 35%;
}
/*------------------------------------------------------------------------*\
RECHERCHE
\*------------------------------------------------------------------------*/

.search-bg{
    margin-bottom: 0.5em;
}
.loadinput{
    position: relative
}
.loading{
    position: absolute;
    right: 11px;
    top: 5px;
}
@media(max-width:480px){
    .loading{ 
        top: 18px;
    }
}
.search-home{

    background-color: rgba(255, 255, 255, 1);
    position: relative;
    border: 1px solid #eaeaea;
    color: #333;
    padding:3em 0;
    box-shadow:0 0px 10px rgba(0, 0, 0, 0.1);
    padding:15px;
}
.search-home label{
    margin-right: 0.5em;
}
.search-more{
    border-color: rgb(219, 219, 219);

}
@media(min-width:480px){
    .btn-home{
        float: right;
    }
}
@media(max-width:480px){
    .btn-home{
        width:100%;
        margin:0 0 1em 0 !important;
    }
}

.search-home .form-style {
    background: #fff;
}

@media (min-width: 480px){
    .tiny-topbar{
        display: none;
    }
    .search-home .form-style{
        margin: 0;
    }
}
.search-home .form-style{
    height: 40px;
}


/*------------------------------------------------------------------------*\
FORM
\*------------------------------------------------------------------------*/
.loadinput{
    position: relative;
}
#warningville{
    display: none
}
#warningville{
    background:  rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    color: #ffffff;
    font-size: 11px;
    padding: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    width: auto;

}
@media (max-width:480px){    
    #warningville{
        right: 16px;
        text-align: center;
        top: 162px;
        width: 130px;

    }
}
.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 100%;
    padding: 10px;
    margin: 0 auto;

    /* Styles */
    background: rgb(27, 132, 230) ;
    color: #fff;
    outline: none;
    cursor: pointer;
/*    font-size: 13px;*/

    /* Font settings */
}
@media(max-width:480px){
    .wrapper-dropdown-1{
        margin-bottom: 1em;;
    }
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 111;
    padding: 0;

    /* Styles */
    background: #fff;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li {
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 10px 20px;
      border-bottom: 1px dotted #ccc;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #FFFFFF transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.wrapper-dropdown-1.active,
.wrapper-dropdown-1:hover {
    background: #C1378C;

}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}



input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}
#listetypes{
   height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-transform: capitalize;

}

.caract .form-style{
/*    font-size: 0.9em;*/
    padding: 3px 6px;
}

#prixmin,#surfacemin,#surfacemax{
    height:30px !important;
}




.search-home .wrapper-dropdown-4{
    margin: 0;
    padding:8px 12px ;
    height: 40px;
}

.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 4px 10px 4px 5px;
    border-radius: 2px;
    /* Styles */
/*    font-size: 0.9em;*/
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: none;
    height: 30px;
}

.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent;
}

.wrapper-dropdown-4 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;
    z-index: 111;
    /* Styles */
    background: white;
    border: inherit;
    border-color: #f1f1f1;
    border-top: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0;
    height: 255px;
    overflow-x: hidden;
    overflow-y: scroll;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

/* Red lines: the pseudo-elements way */
/*
.wrapper-dropdown-4 .dropdown:before,
.wrapper-dropdown-4:before {
content: "";
width: 4px;
height: 100%;
position: absolute;
top: 0;
left: 15px;
border: 1px solid #ffaa9f;
border-top: none;
border-bottom: none;
z-index: 2;
}
*/

/* Red lines: the gradients way */

/*
.wrapper-dropdown-4 .dropdown,
.wrapper-dropdown-4 {
background: linear-gradient(left, white 5%, #ffaa9f 5%, #ffaa9f 5.3%, white 5.3%, white 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, white 6.8%);
}

.wrapper-dropdown-4 .dropdown li:hover label {
background: linear-gradient(left, #f0F0F0 5%, #ffaa9f 5%, #ffaa9f 5.3%, #f0F0F0 5.3%, #f0F0F0 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, #f0F0F0 6.8%);
}
*/

.wrapper-dropdown-4 .dropdown li {
    position: relative; /* Enable absolute positioning for checkboxes */
}

.wrapper-dropdown-4 .dropdown li label {
    display: block;
    padding: 10px 10px 10px 30px; /* Same padding as the button */
    border-bottom: 1px dotted #ccc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0;
}

.wrapper-dropdown-4 .dropdown li:last-of-type label {
    border: none;
}

.wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

/* Hover state */

.wrapper-dropdown-4 .dropdown li:hover label {
    background: #f0f0f0;
}

/* Checked state */

.wrapper-dropdown-4 .dropdown li input:checked ~ label {
    color: black;
    font-weight: 700;
}

/* Active state */

.wrapper-dropdown-4.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
    display: block;
}



.btn-new a {
    color: white;
}


.lieu{
    font-size: 13px;
    margin:0;
}
.price{
    font-weight: bold;
    color: #000;
    margin: 5px 0;
}

.liens{
    margin-top: 15px;
}

.liens ul{
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.liens li{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

@media (max-width: 480px) {
    .pagination li.btnext
    {
        display: inline-block;
        padding: 0 37px;
    }
    .pagination li{
        display: none;
    }
    .grid > * > *{
        padding: 0 15px !important;
    }
}

.multiselect {
    position:relative;
    width: 100%;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}
#checkboxes {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color:#FFFFFF;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.chkbx{
    font-size: 1.6em;
    margin-left: 10px;
}
.chkbx label{
    margin:0;
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
video { display: block; }
.sousmoteur{
    display: none;
}
#pluscriteres {position: relative; text-align: right; padding-bottom: 1em;}
#pluscriteres label{
    background: url(../images/more_down.svg) no-repeat; 
    padding-left: 1.7em;

}
#pluscriteres label:hover{
    background: url(../images/more_up.svg) no-repeat; 
    color: #c1378c;

}
#pluscriteres label:hover:after,{
    content: '';
    /*    position: absolute;*/
    width: 24px;
    height: 24px;
    /*
    left: -10px;
    top: 7px;
    */
    background: transparent url("../images/more_down.svg") no-repeat scroll 0 0;
    padding-left: 2em;
}

@CHARSET "ISO-8859-1";

.div-suggestion {
	border: 1px solid #B2B2B2;
	background-color: #fff;
	position: absolute;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 10;
	padding: 4px;
	display:none;
	width: 100%;
    text-transform: uppercase;

}
.div-suggestion hr {
	height:1px; line-height:1px;
	margin: 0px 4px;
	border: 1px solid #C2C2C2;
	bakground-color: #B2B2B2;
}
.div-suggestion ul {
	margin: 0px;
	padding: 0px;
	z-index: 11;
	text-transform: normal;
}
.div-suggestion ul li {
	list-style-type: none;
	padding:0px;
	z-index: 12;
      border-bottom: 1px dotted #ccc;

}
.div-suggestion ul li a {
	text-decoration: none;
    padding: 10px 10px 10px 15px;
	display: block;
	cursor:pointer;
	z-index: 13;
    color: #333
}
.div-suggestion ul li a:hover{
    background: #3e7fc1 ;
    color: #ffffff;
    	text-decoration: none;
	display: block;
}
.div-suggestion .titreli {
    background: #3e7fc1 ;
    color: #ffffff;
    text-decoration: none;
	padding-left:5px;
}
