
.filter-option {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background-image: url('../images/arrow-down.svg'); 
    background-repeat: no-repeat;
    background-position: 95%;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}   

.filters_partic .filter-option {
    background-color: #70824F;
    font-weight: 400;
}
.filters_pro .filter-option {
    background-color: #5B4734;
    font-weight: 700;
}
.filter-projets {
    margin: 0 -10px;
}
.filter-projets .filter-group {
    float: left;
    display: inline-block;
    background: #EAECE5;
    padding: 10px 15px 0;
    margin: 0px 10px 19px;
}
.filter-projets .subfilter-group {
    padding-left: 20px;
}
.filter-zone.filter-projets .filter-group:nth-child(4),
.filter-zone.filter-projets .filter-group:nth-child(6){
    clear: both;
}

.filter-zone .filter-input_item {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.filters_partic .filter-zone .filter-input_item {
    color: #70824F;
    font-weight: 400;
}
.filters_pro .filter-zone .filter-input_item {
    color: #5B4734;
    font-weight: 700;
}
.filter-zone .filter-input_item .filter-input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
}
.filter-zone .filter-input_item {
    position: relative;
    display: block;
    margin-left: 15px;
}
.filter-zone .filter-input_item .checkmark {
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    height: 15px;
    width: 15px;
}
.filters_pro .filter-zone .filter-input_item .checkmark {
    border: 1px solid #5B4734;
}
.filters_pro .filter-zone .filter-input_item .filter-input:checked ~ .checkmark {
    border: none;
    background-color: #5B4734;
}
.filters_partic .filter-zone .filter-input_item .checkmark {
    border: 1px solid #70824F;
}
.filters_partic .filter-zone .filter-input_item .filter-input:checked ~ .checkmark {
    border: none;
    background-color: #70824F;
}


.filter-zone .filter-input_item .filter-input:checked ~ .checkmark::after {
    color: #ffffff;
    font-family: "Font Awesome 5 Free"; 
    font-size: 10px;
    font-weight: 700; 
    content: "\f00c";
    position: relative; 
    top: -1px;
}


.filter-zone.filter-map svg {
    width: 100%;
}
.filter-zone.filter-map svg .region.active {
    fill: #70824F;
}
.filters_pro .filter-zone.filter-map svg .region.active {
    fill: #5B4734;
}
.filter-zone.filter-map svg path {
    cursor: pointer;
}
.filters_pro .filter-zone.filter-map svg path {
    stroke: #5B4734;
}
.filter-results {
    margin: -20px;
}

.entreprise-item {
    display: inline-block;
    min-height: 250px;
    position: relative;
}
.type_partic .entreprise-item {
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 30%);
    margin: 0 18px 33px;
    padding: 15px 15px 0px 15px;
    width: calc(33% - 33px);
}
#entreprises .no-results {
    color: #5B4734;
    font-size: 18px;
    font-family: 'Open Sans';
    padding: 20px;
}
#entreprises .no-results::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
}
.type_pro .no-results::after {
    border-bottom: 2px solid #5B4734;
}

.type_partic .no-results::after {
    border-bottom: 2px solid #70824F;
}


.type_pro .entreprise-item {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
}
.type_pro .entreprise-item::after {
    border-bottom: 2px solid #70824F;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
}
.entreprise-item .entreprise-infos {
    min-height: 45px;
    margin-top: 20px;
    margin-bottom: 0;
}
.entreprise-item .entreprise-info {
    color: #5B4734;
    font-weight: 400;
    margin-bottom: 5px;
}
.type_pro .entreprise-item .entreprise-info {
    font-size: 18px;
}
.type_partic .entreprise-item .entreprise-info {
    font-size: 14px;
}


.entreprise-item .entreprise-info a {
    color: #5B4734;
}
.entreprise-item .entreprise-logo {
    max-width: 90px;
    width: 100%;
}
.entreprise-item .entreprise-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.type_pro .entreprise-item .entreprise-title {
    color: #5B4734;
}
.type_partic .entreprise-item .entreprise-title {
    color: #70824F;
    font-size: 18px;
}
.entreprise-item .entreprise-address {
    color: #5B4734;
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
    margin-bottom: 0;
}
.entreprise-item .has-icon::before {
    font-family: "Font Awesome 5 Free"; 
    font-size: 15px;
    font-weight: 900; 
    margin-right: 10px;
}
.type_partic .entreprise-item .has-icon::before {
    color: #70824F;
}
.type_pro .entreprise-item .has-icon::before {
    color: #5B4734;
}

.entreprise-item .entreprise-tel {
    margin-top: 20px;
    margin-bottom: 0;
}
.entreprise-item .entreprise-tel::before {
    content: "\f095";
}
.entreprise-item .entreprise-email {
    font-size: 16px;
}
.entreprise-item .entreprise-email::before {
    content: "\f0e0";
}
.entreprise-item .entreprise-website {
    border: none;
    margin-top: 10px;
    margin-bottom: 0;
}
.type_partic .entreprise-item .entreprise-website {
    background-color: #70824F;
}
.type_pro .entreprise-item .entreprise-website {
    background-color: #5B4734;
}
.entreprise-item .entreprise-website::after{
    color: #ffffff;
    content: "\f0a9";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    margin-left: 10px;
}
.entreprise-item .entreprise-website a {
    color: #ffffff;
}
@media(max-width: 992px){
    .type_pro .filter-results {
        margin: 0;
    }
    .type_partic .filter-results {
        margin: 20px;
    }
    .type_partic .entreprise-item {
        margin: 0 15px 33px;
        width: calc(50% - 30px);
    }
    
}
@media(max-width: 768px){
    
    .filter-results .entreprise-item {
        width: 100%;
        margin: 15px 0;
    }
}
/*** PAGINATION ***/
.page-numbers {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding: 8px;
    border-radius: 50%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.entreprises_partic .page-numbers {
    color: #70824F;
    background-color: #EAECE5;
}
.entreprises_partic .current {
    color: #fff;
    background-color: #70824F;
}
.entreprises_pro {
    padding-bottom: 10px;
}
.entreprises_pro .page-numbers {
    color: #5B4734;
    background-color: #F0EEEC;
}
.entreprises_pro .current {
    color: #fff;
    background-color: #5B4734;
}