﻿.root-dijon.content h2, .root-dijon.content .annuaire {
    display: none;
}

.vdd-form.murteleserviceswpc {
    padding: 40px 40px 40px 40px;
}

#skipToContent {
    background-image: url(../images/content_background.jpg);
    height: auto;
    width: 100%;
    background-size: cover;
}

.dijon-content .vdd-form.murteleserviceswpc .menu-thematique {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    cursor: pointer;
    font-family: 'Overpass Thin', Arial, sans-serif;
    box-shadow: 2px 2px 12px 0px #ded9d9;
    background: white;
}

    .dijon-content .vdd-form.murteleserviceswpc .menu-thematique .separator-thematique {
        width: 3px;
        background-color: #38414b;
        height: 50px;
    }

        .dijon-content .vdd-form.murteleserviceswpc .menu-thematique .separator-thematique .separator {
            margin-top: 20px;
            width: 3px;
            height: 10px;
            background-color: #9e8652;
        }


    .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li {
        flex-grow: 1;
        flex-basis: 0;
        width: 25%;
        height: 50px;
        text-align: center;
        padding: 10px;
        background: none;
        color: #38414b;
        position: relative;
        border-bottom: 2px solid white
    }

        .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li:hover {
            border-color: #9e8652;
        }


        .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li::before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #dbdcd7;
        }

        .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li:first-child::before {
            display: none;
        }

        .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li li:hover {
            background-color: #1b1e22;
            color: white;
            border-bottom: solid 5px #b23993;
            font-family: 'Overpass Light', Arial, sans-serif;
        }

        .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li.active {
            background-color: #9e8652;
            border-color: #9e8652;
            color: white;
            /* border-bottom: solid 5px #b23993; */
            font-family: 'Overpass Light', Arial, sans-serif;
        }



@media all and (max-width: 1024px) {
}

.dijon-content .vdd-form.murteleserviceswpc .menu-teleservices {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    display: inline-block;
    width: 100%;
}


    .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li {
        width: 31%;
        height: 140px;
        border-left: solid 5px #b23993;
        box-shadow: 2px 2px 5px 3px #cfcfcf;
        background-color: white;
        margin-top: 40px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        /*margin-right: 10px;*/
    }

        .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:nth-child(3n) {
            margin-left: 3%;
        }

        .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:nth-child(3n+1) {
            margin-right: 3%;
        }


    .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices .section {
        display: inline-block;
        width: 100%;
        height: auto;
        background: none;
        box-shadow: none;
        border: 0;
        font-size: 24px;
        font-weight: 200;
        color: #1b1e22;
        font-family: 'Overpass', Arial, sans-serif;
        margin-top: 20px;
    }

        .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices .section::after {
            content: '';
            background-color: #9e8652 !important;
            height: 2px;
            width: 32%;
            display: block;
            margin-top: 5px;
            z-index: 5;
        }



.dijon-content .vdd-form.murteleserviceswpc .srv-item {
    float: left;
    margin: 30px 15px;
    /*background: -webkit-linear-gradient(135deg, #b23993 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%);*/
    background-color: #b23993;
    height: 80px;
    width: 80px;
}

.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%;
}

.dijon-content .vdd-form.murteleserviceswpc a.ts-bloc:hover .srv-item {
    margin: 30px 15px;
    /*! box-shadow: 2px 2px 5px 3px #cfcfcf; */
    border-radius: 100px;
}

.dijon-content .vdd-form.murteleserviceswpc .ts-title {
    display: inline-block;
    font-weight: 200;
    color: #1b1e22;
    font-family: 'Overpass Light', Arial, sans-serif;
    margin-top: 15px;
    width: 60%;
}

    .dijon-content .vdd-form.murteleserviceswpc .ts-title:after {
        content: '';
        background-color: #fff;
        height: 3px;
        width: 40px;
        display: block;
        margin-top: 8px;
        background-color: #9e8652 !important;
        margin-bottom: 8px;
        display: flex;
    }


.dijon-content .vdd-form.murteleserviceswpc li li a.ts-bloc {
    width: 100%;
    margin: 0px;
    height: 100%;
    text-align: left;
    text-decoration: none;
    padding-right: 10px;
}


.dijon-content .vdd-form.murteleserviceswpc li li .ts-descr {
    display: inline-block;
    font-family: 'Overpass Light', Arial, sans-serif;
    font-size: 14px;
    text-align: start;
    color: #282d33;
    line-height: 1.5em;
    font-weight: 200;
    width: 60%;
}


.class_group_intern ul {
    padding-left: 0;
    margin-bottom: 0;
}

.dijon-content {
    background-color: none;
}

    .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:hover {
        /*! background-color: #b23993; */
        transform: scale(1.05);
    }


        .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:hover a span {
            /*! color: white !important; */
            text-decoration: none;
        }

li a.ts-bloc:hover .srv-item {
    background-color: white;
}



/*a.ts-bloc:hover .srv-item .icon-teleservice {
    ! display: none; 
    ! filter: drop-shadow(1px 1px 2px white); 
}*/

/*a.ts-bloc .srv-item .icon-teleservice.hover-only {
    ! display: none; 
}*/

a.ts-bloc:hover .srv-item .icon-teleservice.hover-only {
    display: block;
}

.titre-teleservice {
    font-family: 'Overpass Light', Arial, sans-serif;
    display: flex;
    line-height: 40px;
    width: 100%;
    padding: 20px 0px;
    position: relative;
    display: none;
}

    .titre-teleservice::before {
        content: '';
        background-color: #9e8652;
        height: 2px;
        margin-top: 20px;
        flex-grow: 1;
    }

    .titre-teleservice::after {
        content: '';
        background-color: #9e8652;
        height: 2px;
        margin-top: 20px;
        flex-grow: 1;
    }


    .titre-teleservice .trait-or {
        background-color: #9e8652;
        height: 2px;
        margin-top: 20px;
        flex-grow: 1;
    }

    .titre-teleservice .titre {
        text-align: center;
        padding: 0px 60px;
        font-size: 20px;
    }






/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 8%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*! border: 1px solid #888; */
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.6s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button 
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }*/

.modal-header {
    background-color: #b23993;
    color: white;
    height: 200px;
}

.modal-body {
    padding: 40px 10px;
}

.modal-footer {
    padding: 0px 0px 15px 0px;
    text-align: center;
}

.modal-icon {
    background-image: url(../images/ServiceFermeChouette.png);
    height: 100%;
    background-repeat: no-repeat;
    /*! width: 123px; */
    background-size: contain;
    background-position: center;
    transform: scale(0.5);
}

.modal-button-close {
    border: solid 1px #b23993;
    font-family: 'Overpass Thin', Arial, sans-serif;
    color: #b23993;
    padding: 4px 15px 0px 15px;
    line-height: 2em;
}

.modal-body .modal-body-title, .modal-body .modal-body-ouverture, .modal-body .modal-body-message {
    display: block;
    text-align: center;
}

.modal-body .modal-body-title {
    font-family: 'Overpass Light', Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    display: none;
}

.modal-body .modal-body-ouverture {
    padding: 15px 0px;
    font-family: 'Overpass', Arial, sans-serif;
    color: #b23993;
    font-size: 17px;
}

.modal-body .modal-body-message {
    font-family: 'Overpass Thin', Arial, sans-serif;
    color: #7b7b7b;
    font-size: 14px;
    box-shadow: 2px 2px 10px 0px #dfdfdf;
    padding: 20px 10px;
}

.modal-body .modal-info {
    font-family: 'Overpass', Arial, sans-serif;
    border: solid 2px #7b7b7b;
    width: 26px;
    display: inline-block;
    font-size: 20px;
    height: 26px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    margin-right: 25px;
}

.icon-repository-family.fal {
    font-size: 40px;
    color: white;
    padding-top: 25%;
    width: 80px;
    height: 80px;
    text-align: center;
}

/*------------ Mobile ! ------------*/



@media all and (max-width: 1024px) {
    .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li {
        width: 100%;
        height: 142px;
        border-left: solid 5px #b23993;
        box-shadow: 2px 2px 5px 3px #cfcfcf;
        margin-top: 10px;
        cursor: pointer;
    }

    .dijon-content .vdd-form.murteleserviceswpc .menu-thematique .separator-thematique {
        display: none;
    }

    .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li {
        width: 100%;
        margin-bottom: 5px;
        flex: none;
    }

        .dijon-content .vdd-form.murteleserviceswpc .menu-thematique li::before {
            display: none
        }

    .dijon-content .vdd-form.murteleserviceswpc .titre-teleservice .titre {
        padding: 5px;
    }

    .dijon-content .vdd-form.murteleserviceswpc li li .ts-descr {
        line-height: 1em;
    }


    .dijon-content .vdd-form.murteleserviceswpc .srv-item {
        margin: 15px;
        width: 50px;
        height: 50px;
    }

    .dijon-content .vdd-form.murteleserviceswpc .icon-repository-family.fal {
        font-size: 25px;
        color: white;
        /* padding-top: 25%; */
        width: 50px;
        height: 50px;
        text-align: center;
    }


    .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li .srv-item .icon-teleservice {
        height: 50px;
        width: 50px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 50% 50%;
        background-size: contain;
        transform: scale(0.5);
    }

    .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:nth-child(3n) {
        margin-left: 0;
        height: fit-content;
    }

    .dijon-content .vdd-form.murteleserviceswpc .menu-teleservices li li:nth-child(3n+1) {
        margin-right: 0;
        height: fit-content;
    }
}
