@import url('https://fonts.googleapis.com/css2?family=Anybody&display=swap');

*{
}
h1, h2, h3, h4{
    font-family: 'Anybody', cursive;
}
a, button{
    cursor: pointer;
}
input{
    outline: none;
    border: none;
    box-shadow: none;
}
.fs-7{
    font-size: 14px!important;
}
.fs-8{
    font-size: 12px!important;
}
.blue-color{
    color: #025fa0!important;
}
.blue-bg{
    background-color: #025fa0!important;
}
.contact-header{
    height: 30px;
    width: 100%;
    font-size: 13px;
    font-family: 'Anybody', cursive;
}
.contact-span{
    height: 100%;
    padding: 0 16px;
    border-right: 1px solid white;
}
.logo-header{
    max-height: 50px;
    height: 30px;
}
.partenaire-logo{
    max-height: 60px;
}
.cover-image{
    height: 350px;
}
.search{
    height: 50px;
    width: 200px;
}
.bottom-bar{
    height: 2px;
    width: 60px;
}
.res-image{
    height: 290px;
    width: 100%;
}
.res-single-image{
    height: 500px;
    width: 100%;
}
.res-single-small-image{
    cursor: pointer;
}
.res-image > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.images-fit{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-size-12{
    font-size: 12px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.pagination{
    padding: 20px 5px 20px 5px;
    width: 100%;
    justify-content: center;
}
.pagination-button {
    display: flex;
    padding: 10px;
    height: 30px;  
    width: 30px;  
    background-color: #2c5aa1;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    justify-content: center;
    align-items: center;
}

.pagination-button:hover {
    background-color: #2c5aa1;
    color: #fff;
    transform: scale(1.5);
}
.pagination-button.active {
    background-color: #e6442e;
    border-color: #fff;
    border-width: 15px;
    color: #fff;
    transform: scale(0.8);
}
.hide{
    display: none!important;
}
.show{
    display: block!important;
}
.form > .active{
    background-color: #2c5aa1!important;
    color: #ffffff!important;
}

.category-margin{
    margin: 0 400px;
}
.category-block{
    height: 300px;
    width: 100%;
}
.category-block > div{
    background: rgba(0, 0, 0, 0.6);
}
/* Mobile */
@media (min-width: 320px) and (max-width: 480px) {
    .category-margin{
        margin: 0 40px;
    }
}

.smart-filters .input-group .btn:focus,
.smart-filters select:focus,
.smart-filters input:focus{
    box-shadow: none;
}

.smart-filters .smart-filter-chips{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.smart-filters .smart-chip.active{
    background-color: #025fa0;
    color: #fff;
    border-color: #025fa0;
}

.smart-card{
    display: flex;
    padding: .5rem;
}

.smart-card.d-none{
    display: none !important;
}

.smart-card > div{
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(3, 20, 46, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform .2s ease;
    min-height: 100%;
}

.smart-card > div:hover{
    transform: translateY(-4px);
}

.smart-card .res-image{
    border-radius: 18px;
    overflow: hidden;
    height: 230px;
    margin-bottom: 1rem;
}

.smart-card .res-image .carousel,
.smart-card .res-image .carousel-inner,
.smart-card .res-image .carousel-item{
    height: 100%;
}

.smart-card .res-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smart-card .text-start{
    padding: 0 1rem 1rem;
}

.smart-card .badge{
    font-size: .65rem;
    letter-spacing: .08em;
    border-radius: 999px;
}

.smart-card .shadow.p-2{
    background-color: #fff;
}

.smart-card .fs-6{
    font-size: 1rem;
}

.smart-card .fs-8{
    font-size: .75rem;
}

.smart-empty-message{
    transition: .2s ease;
}

@media (max-width: 991.98px){
    .smart-filters .input-group{
        flex-wrap: wrap;
    }
    .smart-filters .input-group .form-control{
        flex: 1 0 75%;
    }
    .smart-filters .input-group [data-sf-reset-search]{
        margin-top: .5rem;
    }
}

@media (max-width: 767.98px){
    .smart-card{
        padding: .25rem;
    }
    .smart-card > div{
        border-radius: 16px;
    }
    .smart-card .res-image{
        height: 180px;
        margin-bottom: .75rem;
    }
    .smart-card .text-start,
    .smart-card .card-footer{
        padding: 0 .75rem .75rem;
    }
    .smart-card .fs-6{
        font-size: .95rem;
    }
    .smart-card .fs-8{
        font-size: .7rem;
    }
}

@media (min-width: 992px){
    .smart-filters .collapse{
        display: block !important;
        height: auto !important;
        visibility: visible;
    }
}