/* ---------------------------
TEMPLATE EXPERTISES
---------------------------- */
.expertises-types {
    max-width: 500px;
    margin: 0px auto 20px;
    overflow: hidden;
    border-top: 0;
    border: 10px solid #e3e3e3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background-color: #eaeaea;
    padding: 0;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width:575px) {
    .expertises-types {
        border: 3px solid #d5d5d5;
    }
}

.expertises-types .expertises-texte {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #683490;
}

.expertises-types .expertises-texte:hover {
    color: #8a58b0;
}

@media (max-width:767px) {
    .expertises-types .expertises-texte {
        font-size: 13px;
        margin-top: 10px;
    }
}

.expertises-details {
    padding: 20px 0px;
}

.expertises-details a:hover {
    text-decoration: none;
}

.cadre {
    border: 20px solid #f3f3f3;
    background-color: #ffffff;
}

@media (max-width:767px) {
    .cadre {
        border: none;
    }
}