body{
    padding-top: 68px;
}
body a.title-link:hover{
    text-decoration: none !important;
}
.logo{
    width: 60px;
}
.navbar .nav-link{
    color: #3e3e3e;
    transition: all ease .4s;
    font-weight: initial;
}
.navbar .nav-link:hover{
    color: red;
}
.catalogues .card-poster .overlay-content > h6,
.annuaires .card-poster .overlay-content > h6{
    background-color: #0000009a;
    padding: 10px 10px;
    border-radius: 10px;
}
.btn{
    letter-spacing: 0.1em;
    /* font-weight: initial; */
}
.articles-homes .gradient-overlay > img,
.articles .gradient-overlay > img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.search-bar{
    border-radius: 0;
}
.hero.dark-overlay{
    height: 300px;
    display: flex;
    align-items: center;
}
.hero.dark-overlay .hero-heading{
    margin-bottom: 0;
}
.annnonce .img-main{
    width: 100%;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
}
.annnonce .gallery > div > a > img{
    height: 200px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.annnonce .text-block{
    padding-bottom: 0;
    padding-top: .7rem;
}
.derniers-incrits .item-inner {
    /* padding: 1rem 0.75rem; */
}
.derniers-incrits .item-inner img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.derniers-incrits .meta {
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .02rem;
    /* font-weight: 700; */
    color: #aab0bc;
}
.btn-primary{
    background-color: #dc3546;
    border: none;
}
.text-primary{
    color: #dc3546 !important;
}
.btn-outline-primary{
    color: #dc3546;
    border-color: #dc3546;
}
.btn:hover{
    background-color: #dc3546;
    border-color: #dc3546;
}

.whatsapp-btn{
    color: #075e54;
    border-color: #075e54;
}
.whatsapp-btn:hover{
    background-color: #075e54;
    border-color: #075e54;
}
.facebook-btn{
    color: #3b5998;
    border-color: #3b5998;
}
.facebook-btn:hover{
    background-color: #3b5998;
    border-color: #3b5998;
}

.select2-container .select2-selection--single{
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4db !important;
}

.no-border-select2 .select2-container--default .select2-selection--single{
    border: none !important;
}
.select2-container--open .select2-dropdown--above{
    border-bottom: 1px solid #ced4db !important;
}
.select2-container--open .select2-dropdown--below{
    border-top: 1px solid #ced4db !important;
}