﻿.ouges .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;
}

    .ouges .vdd-form.homeserviceswpc .groupe-teleservice > h2::before {
        width: 5%;
        height: 2px;
        background-color: var(--theme-color);
        content: '';
        position: absolute;
        bottom: 0px;
    }

.ouges .menu-teleservices ul {
    text-align: center;
}

.ouges .menu-teleservices li {
    list-style-type: none;
}

.ouges .menu-teleservices .section {
    color: var(--theme-color);
    font-variant: small-caps;
    font-size: 1.2em;
    font-weight: 500;
    font-style: italic;
}

    .ouges .menu-teleservices .section + ul,
    .ouges .menu-teleservices li > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li {
    width: 48%;
    border-left: solid 5px var(--dark-theme-color);
    background-color: var(--main-color);
    box-shadow: 2px 2px 10px 0px #c3c3c3;
    border-radius: 0 15px;
    height: 100px;
    box-sizing: border-box;
    margin: 3% 0 0 0;
}

.ouges .menu-teleservices li ul li:hover {
    background-color: #f6f6ff;
}

.ouges .dijon-content .vdd-form.homeserviceswpc .menu-teleservices li li:nth-child(2n+1) {
    margin-right: 4%;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices .ts-bloc {
    text-decoration: none;
    color: rgba(0,0,0,.9);
    display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices .ts-descr {
    font-size: 14px;
    line-height: 14px;
    display: block;
    overflow-wrap: break-word;
    font-size: 1.3rem;
    /* font-weight: 500; */
    margin-top: 0px;
    color: var(--mid-dark-color);
    width: inherit;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices .ts-sub-bloc {
    width: 80%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.ouges .menu-teleservices .ts-bloc:hover {
    text-decoration: none;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc a.ts-bloc .srv-item {
    margin: 0px;
    height: 100px;
    width: 15%;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ouges .ts-bloc .ts-content {
    flex: 3;
    text-align: left;
    font-family: Roboto, sans-serif;
    width: 80%;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices .ts-title::after {
    content: inherit;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices .ts-title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: inherit;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc a.ts-bloc:hover .srv-item {
    background-color: inherit;
    margin: inherit;
}

.ouges .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;
}

.ouges .icon-repository-family.fal {
    font-size: 15px;
}


.ouges .menu-teleservices .icon-repository-family.fal {
    font-size: 48px;
    color: var(--theme-color);
    height: 60px;
    padding: 0;
    width: 60px;
    margin: auto;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:hover {
    transform: none;
}

.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:nth-child(3n+1),
.ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:nth-child(3n) {
    margin: 3% 0 0 0;
    padding: 0;
}


@media all and (max-width: 1024px) {

    .ouges .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li {
        width: 100%;
    }

    .ouges .dijon-content .vdd-form.murteleserviceswpc .icon-repository-family.fal {
        height: 25px;
        color: var(--theme-color);
    }
}
