#commune {
    font-family: SourceSansPro, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: grey;
}

form label{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
}

.market-card {
    border: none;
    width: 249px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.market-title, .card-text {
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #0D1D2D;
}

.card-text img, .market-title img{
    width:16px;
    height:16px;
    margin-right:5px;
}

.market-calendar img {
    margin-bottom:5px;
}

.market-commune {
    font-weight: bold;
    font-size: 18px;
}

.card-img-top {
    height: 180px !important;
    padding: 16px 16px 0;
}

/*PAGINATION*/
.marches-alimentaires-pagination {
    text-align: center;
    margin-top: 20px;
}

.marches-alimentaires-pagination a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 1px 15px;
    margin: 0 5px;
    color: #0D1D2D;
    text-decoration: none;
}

.marches-alimentaires-pagination .nb-page:hover {
    background-color: #F49C6C;
    color: #0D1D2D;
}

.marches-alimentaires-pagination .nb-page.active {
    color: #0D1D2D;
    background-color: #F49C6C;
    padding: 1px 15px;
    text-decoration: none;
}

.marches-alimentaires-checkbox {
    width: 15px;
    height: 15px;
    margin-top: 10px;
    margin-left: -1em !important
}

.marches-alimentaires-checkbox:checked {
    background-color: #0d1d2d;
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 5px double #0d1d2d !important;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    background-clip: content-box;
}
