@media screen and (max-width: 768px) {
    .search-row .row-eq-height {
        display: inherit;
    }
    .search-row .center-both {
        display: inline-block;
        position: relative;
        transform: none;
        top: inherit;
        left: inherit;
    }
    .results-sort-label {
        font-size: 17px !important;
    }
    .results-header {
        font-size: 17px !important;
    }
    .results-sort a, .results-sort a:hover, .results-sort a:focus {
        font-size: 16px !important;
    }
    .results-header {
        position: static;
        height: auto;
        width: auto;
        background: #FFFFFF;
        z-index: auto;
        top: auto;
    }
    .search-row {
        height: auto;
        width: auto;
        position: static;
        z-index: auto;
    }
    .result-list {
        margin:0;
    }
}

.navigation {
    text-align: center;
}
.pagination span {
    display: inline-block;
}
.pagination {
    line-height: 24px;
}
.pagination .first a,
.pagination .next a,
.pagination .previous a,
.pagination .last a {
    color: #FE6055;
    font-size: 18px;
}
.pagination a, .pagination a:hover, .pagination a:focus {
    text-decoration: none;
}
.pagination .page a, .pagination .current {
    color: #000000;
    font-size: 24px;
}
.pagination .current {
    color: #FE6055;
}
.results-header {
    margin: 15px 0;
    font-size: 26px;
    color: #161335;
    width: 100%;
    background: #FFFFFF;
}
.results-header p {
    margin-bottom:0;
}
.result-count, .results-sort-label {
    font-family: Futura-Heavy, sans-serif;
}
.results-sort-label {
    font-size: 22px;
}
.results-sort a:nth-child(3) {
    padding-left: 15px;
}
.results-sort a, .results-sort a:hover, .results-sort a:focus {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
}
.triangle.asc {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FE6055 transparent;
    display: inline-block;
}
.triangle.desc {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #FE6055 transparent transparent transparent;
    display: inline-block;
}
.announce-result h2 {
    margin: 0;
    overflow: hidden;
    /*height: 33px;*/
    height: 26px;
    font-size: 1.7em;
}
.announce-result .stuffs {
    overflow: hidden;
    height: 20px;
}
.announce-link {
    display: block;
    color: inherit;
    padding: 10px 0;
    margin-top: 20px;
}
.announce-link:hover {
    text-decoration: none;
    color: #161335;
}
.carousel-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.carousel-mini .carousel-control {
    position: absolute;
    width: 10%;
    z-index: 10;
    text-decoration: none;
    opacity: 0.5;
}
.carousel-mini .carousel-inner-container {
    width: 100%;
}
.carousel-mini .carousel-control:hover {
    opacity: 0.75 !important;
}
.carousel-mini .carousel-control:focus {
    text-decoration: none;
    outline: 0;
    opacity: 0.5;
}
.carousel-mini .carousel-control.left, .carousel-mini .carousel-control.right {
    background: none;
}
.carousel-mini .carousel-control.left .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #ffffff transparent transparent;
    right: 0;
}
.carousel-mini .carousel-control.right .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #ffffff;
    left: 0;
}
.carousel-mini .stuff-marker {
    background: url(../img/element_etiquette_meuble_photo.png) no-repeat;
    background-size: contain;
    /*width: 4.15282%;*/
    width: 8.30564%;
    /*height: 7.0901%;*/
    height: 14.1802%;
    position: absolute;
    transform: translate(-100%,-100%);
    visibility: hidden;
}
.carousel-mini:hover .stuff-marker {
    visibility: visible !important;
}
.search-row {
    background-color: #161335;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-row label {
    color: white;
    font-family: Futura-Heavy, sans-serif;
    font-size: 20px;
}
.search-row .select2-selection {
    background-color: #161335;
    color: #ffffff;
    border: 1px solid #ffffff;
    height:50px;
}
.search-row .select2-selection__rendered {
    height: 100%;
}
.search-row .select2-selection ul li {
    line-height:36px;
}
.search-row .circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #FE6055;
    text-align: center;
    color: #ffffff;
    font-family: Futura-Heavy, sans-serif;
    font-size: 18px;
    letter-spacing: 2px
}
.search-row .select2-selection ul li.select2-search,
.search-row .select2-selection ul li.select2-search .select2-search__field {
    height: 100% !important;
}
.select2-results__option[aria-selected=true] {
    display: none !important;
}
.search-keyword {
    font-family: Futura-Heavy, sans-serif;
}
.search-tip {
    font-family: Futura-Light, sans-serif;
    color: #8A899A;
    font-size: 1.2em;
    font-style: italic;
}
.map {
    width: 100%;
    height: 100%;
}
.map-container {
    padding-bottom: 10px;
    height: 100%;
    right: 0;
    top: 64px;
    padding: 0;
}
.announce-result {
    position: relative;
}
.announce-result .carousel-mini {
    border: 2px solid transparent;
}
.announce-result:hover .carousel-mini {
    border: 2px solid #FE6055;
}
.announce-result .announce-favorite {
    background-color: #ffffff;
    position: absolute;
    top: 8%;
    padding: 5px 10px;
    color: #FE6055;
    z-index: 1000;
    left: 3px;
    font-family: Futura-Heavy, sans-serif;
}
.favorite-header {
    color: #FE6055;
    font-size: 32px;
}

/* Infowindow MAP */
.infowindow-content {
    font-family: Futura-Light, sans-serif;
}
.infowindow-content .announce-img img {
    max-width: 220px;
    overflow: hidden;
}
.infowindow-content .infowindow-txt {
    max-width: 220px;
    overflow: hidden;
}
.infowindow-content a {
    color:#333;
}
.infowindow-content a:hover {
    text-decoration: none;
}
.infowindow-content h2 {
     font-size: 1.7em;
     margin-top: 15px;
 }
.infowindow-content p {
    font-size: 11px;
    margin-top: 10px;
}
.gm-style .gm-style-iw {
    padding-left:10px;
}
/*.gm-style .gm-style-iw {
    background-color: #fff !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 120px !important;
    padding-top: 10px;
    display: block !important;
}*/

footer .container-fluid {
    padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .results-header {
        position: static;
        height: auto;
        width: auto;
        background: #FFFFFF;
        z-index: auto;
        top: auto;
    }
    .search-row {
        height: auto;
        width: auto;
        position: static;
        z-index: auto;
    }
    .result-list {
        margin:0;
    }
}

.alert-row {
    background-color: #DEE3E8;
}

.alert-text {
    margin: 4% 0;
}
.btn-second {
    background-color: #DEE3E8;
    font-size: 14px;
    color: #000;
    border-color: #171436;
    margin: 7% 0;
}

.btn-second:hover {
    background-color: #FE6056;
    color: #FFFFFF;
    border-color:  #DEE3E8;
}