﻿
.vdd-form.homeserviceswpc .groupe-teleservice > h2 {
    font-weight: 800;
    text-align: left;
    font-size: 4.8rem;
    margin: 0;
    color: var(--footer-color);
    line-height: 48px;
    font-family: Montserrat;
}

    .vdd-form.homeserviceswpc .groupe-teleservice > h2::before {
        width: 6px;
        height: 32px;
        background-color: #b11521;
        content: '';
        display: inline-block;
        border-radius: 6px;
        margin-right: 10px;
    }

.menu-teleservices ul {
    text-align: center;
}

.menu-teleservices li {
    list-style-type: none;
}

.menu-teleservices .section {
    color: #b11521;
    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;
        /*background: rgba(4, 124, 196, 0.06);*/
    }

        .menu-teleservices .section + ul li,
        .menu-teleservices li > ul li {
            width: calc(100% / 3);
        }

.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-bloc:after {
        content: '';
        border-top: 17px solid #fff;
        border-left: 17px solid transparent;
        position: absolute;
        right: 0;
        bottom: -12px;
    }


.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: Montserrat;
}

.menu-teleservices .ts-title {
    display: block;
    color: #000;
    text-align: center;
    line-height: 22px;
    font-family: Montserrat;
    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: Montserrat;
}

.dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li .srv-item .icon-teleservice {
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 50% 50%;
}