@font-face {
    font-display: swap;
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/hindsiliguri/hindsiliguri-regular.woff2) format("woff2"), url(/fonts/hindsiliguri/hindsiliguri-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/hindsiliguri/hindsiliguri-medium.woff2) format("woff2"), url(/fonts/hindsiliguri/hindsiliguri-medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/hindsiliguri/hindsiliguri-semibold.woff2) format("woff2"), url(/fonts/hindsiliguri/hindsiliguri-semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/hindsiliguri/hindsiliguri-semibold.woff2) format("woff2"), url(/fonts/hindsiliguri/hindsiliguri-semibold.woff) format("woff")
}

body {
    background: white;
}

.title-choose-market {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
}

.btn-top-saisie {
    background-color: #ed1c24;
    color: white;
    margin-left: 15px;
}

a.btn-top-saisie:hover {
    color: white;
}

header {
    display: block;
}

.navbar {
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

html {
    font-family: Open Sans, sans-serif;
    font-size: 62.5%;
}

nav {
    display: block;
}

.navbar-top {
    font-family: Hind Siliguri, sans-serif;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 .2rem .5rem -.1rem rgba(0, 0, 0, .25);
    box-shadow: 0 .2rem .5rem -.1rem #00000040;
}

.navbar-top a:hover, .navbar-main a:hover {
    text-decoration: none;
}

.navbar-top__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    -webkit-transition: height .3s;
    transition: height .3s;
    height: 10rem;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 1.5rem;
}

a {
    background-color: #0000;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-top__newspaper {
    float: left;
    height: 9rem;
    margin-top: 1rem;
    overflow: hidden;
    -webkit-transition: height .3s;
    transition: height .3s;
    width: 16.5rem;
}

a:active, a:hover {
    outline: 0;
}

.header-mobile {
    background-color: #ed1c24;
    height: 51px;
    margin-left: 25px;
}

.header-mobile img {
    height: 100%;
}

@media only screen and (min-width: 1000px) {
    .header-mobile {
        display: none;
    }
}

@media only screen and (max-width: 999.98px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

.navbar-top__menu {
    height: 6rem;
    padding: 1rem 1.5rem;
}

.navbar-top__brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.2rem;
    flex: 0 1 12.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-top__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25.2rem;
    flex: 0 1 25.2rem;
    margin: 0 auto;
}

.navbar-top__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    font-weight: bold;
}

.navbar-top__nav .btn {
    font-weight: bold;
}

.navbar-top__container img {
    display: block;
    border: 0;
    margin: auto;
}

img.responsive-img {
    max-width: 100%;
    height: auto;
}

#nav-mobile .navbar-button,
#nav-mobile .navbar-button .button {
    background-color: #ed1c24;
}

.navbar-top__nav-link {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.1rem 1.5rem;
    height: 8rem;
    color: #757575;
    line-height: normal;
}

.navbar-top__nav-link {
    color: #5c5c5c;
    -webkit-transition: color .1s ease-in-out, -webkit-text-decoration-color .1s ease-in-out;
    transition: color .1s ease-in-out, text-decoration-color .1s ease-in-out, -webkit-text-decoration-color .1s ease-in-out;
}

.navbar-top__nav-link:hover {
    color: #000;
}

i {
    line-height: inherit;
}

.navbar-top__menu-icon {
    display: block;
    margin-bottom: .4rem;
}

.icon-menu:before {
    color: #ed1c24;
    content: "\e92e";
}

.navbar-top__menu-icon:before {
    color: #fff;
}

.navbar-top__menu-label {
    color: #fff;
    font-size: 1.3rem;
}

h1 {
    font-size: 3.04rem;
    margin: 1.52rem 0 1.216rem;
    font-weight: 400;
    line-height: 110%;
    font-family: Hind Siliguri, sans-serif;
}

.navbar-top__brand-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.navbar-top__nav-item {
    position: relative;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

.navbar-top__nav-link i {
    display: block;
    font-size: 2.4rem;
    height: auto;
    line-height: normal;
    padding: .65rem 0;
    text-align: center;
    top: 0;
}

.icon-newspaper:before {
    content: "\e905";
}

h1 a {
    display: inline-block;
    font-weight: inherit;
}

.btn {
    display: inline-flex;
    border: none;
    border-radius: .5rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 2rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    font-size: 1.4rem;
    outline: 0;
    background-color: #e62727;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Hind Siliguri, sans-serif;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn--sub {
    background-color: #ffb600;
    color: #523f04;
}

.navbar-top__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.1rem 1.5rem;
    height: 8rem;
    line-height: inherit;
}

.btn:hover {
    background-color: #e93e3e;
}

.btn--sub:hover {
    background-color: #ffd450;
}

.icon-user:before {
    content: "\e914";
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-top__nav-link-username {
    max-width: 12rem;
}

header {
    display: block;
}

.navbar {
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

nav {
    display: block;
}

.navbar-main {
    background-color: #ed1c24;
    -webkit-box-shadow: 0 .2rem .5rem -.1rem rgba(0, 0, 0, .25);
    box-shadow: 0 .2rem .5rem -.1rem #00000040;
    font-family: Hind Siliguri, sans-serif;
    height: 5rem;
}

.navbar-main__main {
    list-style: none;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 1.5rem;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.navbar-main__main {
    padding: 0 27rem 0 0;
}

.navbar-main__main-item {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.search-marche .dropdown-menu,
.navbar-main__main-item .dropdown-menu {
    top: auto;
    left: auto;
}

a {
    background-color: #0000;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-main__main-link {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    height: 5rem;
    line-height: 5rem;
    margin: 0;
    padding: 0 1.2rem;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in, background-color .3s ease-in;
    transition: color .3s ease-in, background-color .3s ease-in;
}

a:active, a:hover {
    outline: 0;
}

.navbar-main__main-link:hover,
.navbar-main__main-link:focus,
.active .navbar-main__main-link {
    background-color: #fff;
    color: #ed1c24;
    text-decoration: none;
}

.navbar-main__search {
    position: absolute;
    right: 1.5rem;
    top: 0;
}


.annonce.premium, .box, .bloc, .contact, .contenu_pro {
    box-shadow: none;
    border: 1px solid #ddd;
}


#descriptif_annonce, .contenu {
    box-shadow: none;
}

#descriptif_annonce .localiser_annonce {
    background: url("/themes/defaut/ml/images/bg_localiser.jpg") no-repeat;
}

.search-marche > li.active > a {
    background: #ed1c24;
}

.header .nav li.active {
    border-bottom: 6px solid #ed1c24;
}

.nav li.last {
    background: #ed1c24;
}

.btn-default.rechercher {
    background: url(/images/new/rechercher.png) no-repeat 10px center #ed1c24;
}

.titre_border {
    border-left: 8px solid #ed1c24;
}

.titre_annonces {
    border-top: 4px solid #ed1c24;
}

.red {
    color: #ed1c24;
}

.annonce .info .prix {
    border-left: 8px solid #fab719;
}

.annonce .fiche {
    border-top: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;
}

.annonce .fiche .contact, .annonce.liste .tools .contact, .annonce.liste .tools .fiche-link {
    background: #ed1c24;
}

#sidebar .bloc li {
    border-left: 6px solid #ed1c24;
}

#sidebar .services li a {
    color: #ed1c24;
}

#sidebar .depose h2 {
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24;
}

#sidebar .depose a {
    background: #ed1c24;
}

.offres h2 {
    border-left: 8px solid #ed1c24;
}

.marches li a:hover,
.marches li.active a {
    border-bottom: 5px solid #ed1c24;
}

.voir_tout {
    color: #ed1c24;
}

.voir_tout:hover {
    color: #ed1c24;
}

.bloc-marche {
    border-bottom: 4px solid #ed1c24;
}

.depose-annonce,
.voir-fiche-pro {
    background: #ed1c24;
}

#formAnnonce {
    background: #ed1c24;
}

.alerte {
    background: #ed1c24;
}

.bordered {
    border-left: 5px solid #ed1c24;
}

.pager li > a {
    color: #ed1c24;
}

.more {
    background: #ed1c24;
}

#sidebar .search-engine h3 {
    background: #ed1c24;
}

#sidebar .search-engine .search .form-group > label {
    border-left: 5px solid #ed1c24;
}

#sidebar .tools .selection {
    background: #ed1c24;
}

.contact .submit {
    background: #ed1c24;
}

.button_geoloc, .button_geoloc:hover {
    background: #ed1c24;
}

#fiche_annonce .prix {
    border-left: 8px solid #ed1c24;
}

.horizontal-red-separator {
    border-bottom: 1px solid #ed1c24;
}

#fiche_pro .pro-services-links li {
    border-left: 8px solid #ed1c24;
}

#pro_contact_form .btn.rechercher {
    background-color: #ed1c24;
}

.partenaires a {
    background: #ed1c24;
}

.headertab {
    background: #ed1c24;
}

#tcontent4 .titreliste {
    border-top: 1px solid #ed1c24;
}

.entete-choixrub {
    background: #cd3333;
    color: white;
    padding: 10px;
    margin-bottom: 15px;
}

.entete-choixrub h1 {
    float: left;
    color: white;
}

.entete-choixrub span {
    float: right;
    margin-top: 7px;
    font-size: 16px;
}

ul.choixrub-liste {
    text-align: center;
}

.choixrub-liste li {
    display: inline;
    list-style: none;
}

.encadre {
    background: #cd3333;
    color: white;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.big {
    font-size: 1.1em;
}

.tarif {
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 10px 5px;
    background: #cd3333;
}

.annonce .sign.sign-marche {
    padding-right: 110px;
    background-position: right;
    background-repeat: no-repeat;
}

.annonce .box-speciale .media {
    height: 180px;
}

.annonce .info ul {
    padding: 10px 0 0 0;
}

.annonce .info ul li.prix {
    display: block;
    font-size: inherit;
    font-weight: normal;
    margin-top: 5px;
}

#general-links .container ul {
    margin: 0 0 20px 0;
    padding: 0;
}

#general-links .container h4 {
    font-size: 1.2em;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}

.header .navbar .dropdown-menu {
    background-color: #f2f2f2;
}

.btn-default.popup {
    background: center #ed1c24;
}

.annonce a.media {
    height: 180px;
}

.annonce .box-bienici .info {
    padding: 15px;
}

.annonce .box-bienici .info span {
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
}

.box-bienici .media {
    position: relative;
}

.box-bienici .media .logo-bienici {
    width: 50%;
    margin: 7px 7px 10px;
    text-align: left !important;
}

@media (max-width: 999.98px) {
    #header .container {
        padding-top: 10px;
    }

    .box-bienici .media .logo-bienici {
        margin: 7px 7px 15px;
    }

    .annonce a.media {
        text-align: left;
        height: auto;
    }
}
