.card--clickable {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

/**/

.follow-us {
    border-bottom: 1px solid #edf7f7;
    padding-bottom: 20px;
}

.follow-buttons a:not(:last-child) {
    margin-right: 3px;
}

.card .text-link:hover {
    text-decoration: underline !important;
}

.indicator-list {
    margin-left: 0;
    margin-right: 0;
}

.indicator-block {
    width: 50%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.indicator-block:first-child,
.indicator-block:nth-child(3) {
    border-right: 1px solid #edf7f7;
}

.indicator-block:not(:nth-child(3)):not(:nth-child(4)) {
    border-bottom: 1px solid #edf7f7;
}

.indicator-block b {
    text-transform: uppercase;
    font-size: 12px;
}

.indicator-block .number {
    display: inline-block;
    margin-top: 10px;
    color: #FF531F;
    font-size: 20px;
    font-family: "Roboto-Regular", Verdana, Arial, sans-serif;
}

#map.map-entreprise {
    width: 100% !important;
}

.clean-html p {
    margin-left: 0 !important;
}

figure.card-entreprise-profil__logo {
    width: 100%;
    height: 150px;
    padding: 0 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

figure.card-entreprise-profil__logo img {
    max-width: 100%;
    max-height: 100%;
}

.text-svg {
    width: 1.2em;
    height: 1.2em;
}

@media screen and (max-width: 768px) {

    .container-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .container-button .btn+.btn {
        margin-top: 5px;
    }

    .card-entreprise-profil .col-md-4 {
        text-align: center;
    }

    .card-entreprise-profil .col-md-4:not(:last-child) {
        margin-bottom: 20px;
    }

}

.navbar-form .form-group .custom-select {
    text-transform: none;
}

.clear-filter svg {
    height: 15px;
    width: 18px;
}


.number-entreprise {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Montserrat-SemiBold",Verdana,Arial,sans-serif;
}

.number-entreprise span {
    font-size: 33px;
    font-size: 3.3rem;
    color: #026096;
    height: 35px;
}

.nav-page {
    display: block !important;
    height: 30px;
    position: relative;
}

.nextpage,
.prevpage {
    position: absolute;
    color: #232558 !important;
}

.nextpage {
    right: 0;
}

.prevpage {
    left: 0;
}
