﻿.vdd-form.homeserviceswpc .groupe-teleservice > h2 {
    text-align: left;
    font-size: 3rem;
    margin: 0;
    color: var(--footer-color);
    line-height: 48px;
    font-family: Roboto, sans-serif;
    position: relative;
    font-weight: bold;
}

    .vdd-form.homeserviceswpc .groupe-teleservice > h2::before {
        width: 5%;
        height: 2px;
        background-color: #5bb771;
        background-color: var(--theme-color);
        content: '';
        position: absolute;
        bottom: 0px;
    }

.menu-teleservices ul {
    text-align: center;
}

.menu-teleservices li {
    list-style-type: none;
}

.menu-teleservices .section {
    color: #5bb771;
    color: var(--theme-color);
    font-variant: small-caps;
    font-size: 1.2em;
    font-weight: 500;
    font-style: italic;
}

    .menu-teleservices .section + ul,
    .menu-teleservices li > ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

        .menu-teleservices .section + ul li,
        .menu-teleservices li > ul li {
            width: 40%;
            margin: 10px;
            border-left: solid 5px var(--dark-theme-color);
            border-left: solid 5px #428652;
            border-radius: 20px;
            background-color: #f2f4ff;
            background-color: var(--main-color);
            box-shadow: 2px 2px 10px 0px #c3c3c3;
        }

.menu-teleservices .ts-bloc {
    width: 90%;
    text-decoration: none;
    color: rgba(0,0,0,.9);
    padding: 10px 5px;
    display: block;
    position: relative;
}

.menu-teleservices .ts-descr {
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    overflow-wrap: break-word;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 5px;
    color: var(--mid-dark-color);
}

.menu-teleservices .ts-bloc:hover {
    text-decoration: none;
}


a.ts-bloc .srv-item {
    margin: 0;
    max-width: 80px;
    height: 80px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: inherit;
}

.ts-bloc .ts-content {
    flex: 3;
    text-align: left;
    font-family: Roboto, sans-serif;
}

.menu-teleservices .ts-title {
    display: block;
    color: #000;
    text-align: center;
    line-height: 22px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a.ts-bloc:hover .srv-item {
    background-color: inherit;
}

.vdd-form .titre-teleservice .titre {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
}

.icon-repository-family.fal {
    font-size: 15px;
}


.menu-teleservices .icon-repository-family.fal {
    font-size: 45px;
}