#cartoMap{
    height:510px;
}
.cartoView{
    position: relative;

}
.listView{
    margin-top:50px;
}
.cartoView .wrapperLoader{
    display: none;
}
/*.keyword{*/
    /*margin-top:35px;*/
/*}*/
#hide,#show{
    float: right;
    margin-top:15px;
    margin-bottom:50px;
    cursor:pointer;
}
.submitFilter::after{
    content:'\ed1b';
    font-family: 'icofont';
    position : absolute;
    top: 10px;
    right: 30px;
    font-size: 20px;
}

#annuaireForm input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 15px;
    float: none ;
}

#annuaireForm input[type="checkbox"] + label {
    color: white;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.63px;
    float: none ;
}

.spinner {
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
    margin: 300px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.noResult{
    text-align: center;
    padding: 15px;
    margin-bottom: 35px;
    border: 1px solid #000;
}

.pages-interieurs h2.nbrResultatsBox{
    font-size:46px;
    position: relative;
    overflow: visible;
    display: none;
}
.pages-interieurs h2.nbrResultatsBox:after {
    content: '';
    width: 50px;
    height: 6px;
    background: #111;
    position: absolute;
    bottom: -20px;
    left: 0;
    top: auto;
    margin-left: 0;
}
.addMore{
    display: none;
}
.pages-interieurs a.addMoreButton{
    width: 100%;
    background-color: #ffc300;
    display: block;
    color: #111;
    text-decoration: none;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    padding: 10px;
    height: 65px;
    padding-top: 18px;
    text-align: center;
    margin-bottom:50px;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}