﻿header .header,
header .header .btn-search {
    height: 80px;
    justify-content: space-between;
}

    header .header #menu {
        margin-bottom: 0;
    }

.class_group_intern #top-page {
    min-height: unset;
}

.vdd-form {
    position: relative;
    color: #282d33;
    padding: 25px;
}

.dijon-content {
    max-width: 1180px;
    margin: auto;
    padding-bottom: 30px;
}

main {
    padding: 0;
}

.root-dijon.home main {
    padding-top: 0;
}

.root-dijon.content h2 {
    clear: none;
    margin-right: 230px;
}

.root-dijon.content .annuaire {
    float: right;
}

.btn-dijon {
    display: inline-block;
    background-color: #282d33;
    font-family: "Overpass", Regular, Arial, sans-serif;
    font-size: 1.3rem;
    color: #fff;
    margin: 5px;
    padding: 0;
    border: 0;
    position: relative;
}

    .btn-dijon.purple {
        background: #b23993;
    }

    .btn-dijon::after {
        z-index: 0;
        content: "";
        position: absolute;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        background: rgba(0, 0, 0, 0.3);
    }

    .btn-dijon:focus::after,
    .btn-dijon:hover::after {
        width: 100%;
    }

    .btn-dijon .btn-dijon-label,
    .btn-dijon .btn-dijon-label:hover {
        margin: 0;
        position: relative;
        z-index: 9;
        line-height: 48px;
        display: inline-block;
        border: 0;
        padding: 0 25px;
        cursor: pointer;
        background: none;
        font-size: inherit;
        color: inherit;
        text-decoration: inherit;
    }

.ts-info {
    background: white;
    border: 1px solid #444;
    color: #333;
    font-size: 18px;
    margin: 20px 0 40px 0;
    padding: 30px;
}

    .ts-info .sprite {
        float: left;
    }

.ts-info-title {
    font: 30px bold;
    text-transform: uppercase;
    color: #444;
}

.ts-info-title,
.ts-description {
    margin-left: 70px;
}

.main-content .top-border,
.main-content .bottom-border {
    display: none;
}

.main-content .information {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 7pt;
}

.main-content {
    font-size: 18px;
    padding: 0;
}

    .main-content .form-group {
        padding: 0;
        margin: 5px 0;
        border: 0;
    }

        .main-content .form-group.root-group {
            border: 0;
        }

            .main-content .form-group.root-group .form-group legend {
                display: block;
                width: 100%;
                padding: 0;
                margin-bottom: 10px;
                font-size: 21px;
                line-height: inherit;
                color: #333;
                border: 0;
                border-bottom: none;
            }

            .main-content .form-group.root-group legend {
                display: none;
            }

        .main-content .form-group.hide-legend legend {
            display: none;
        }

.navigation-bar {
    text-align: center;
}

.form-entry {
    margin: 5px 0;
}

    .form-entry > label {
        display: inline-block;
        width: 17%;
        font-size: 17px;
    }

    .form-entry > .control {
        display: inline-block;
        width: 81%;
    }

    .form-entry.long-label > .control {
        margin-left: 18%;
    }

    .form-entry.no-label.full-width > .control {
        margin-left: 0;
    }

    .form-entry.with-helper > .control {
        margin-right: -43px;
        padding-right: 43px;
    }

    .form-entry .helper {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

        .form-entry .helper .question {
            display: inline-block;
            width: 43px;
            height: 43px;
            padding-top: 6px;
            background: #b23993;
            border: 1px solid #b23993;
            color: white;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
        }

        .form-entry .helper i::before {
            content: "?";
            font-family: Calibri, sans-serif;
        }

    .form-entry .helperExt {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

        .form-entry .helperExt .question {
            margin-top: 10px;
            display: inline-block;
            vertical-align: top;
            padding: 13px 15px;
            background-color: #9e8652 !important;
            color: white;
            font-family: "Overpass";
            font-weight: 100;
            line-height: 16px;
            text-align: justify;
            border: 0;
            position: relative;
            cursor: pointer;
            font-size: 24px;
            width: 43px;
            height: 43px;
        }

        .form-entry .helperExt i::before {
            content: "?";
            font-family: Calibri, sans-serif;
        }

        .form-entry .helperExt .question::after {
            content: "";
            display: inline;
            position: relative;
            top: -36px;
            width: 0;
            height: 0;
            border-bottom: 7px solid #9e8652;
            border-right: 7px solid transparent;
            border-left: 7px solid transparent;
            float: left;
        }

.textbox.editable input,
.integerbox.editable input,
.realbox.editable input,
.longtextbox textarea,
.timebox.editable {
    border: 1px solid #282d33;
    background: white;
    padding: 5px;
    width: 100%;
    margin: 0;
    color: #282d33;
}

.datetimebox {
    border: none !important;
    display: inline-table !important;
}

.inputwrap input {
    border-radius: 5px;
    height: 43px !important;
    border: 1px solid #6f767d !important;
}

.form-entry .control textarea,
.form-entry .control select,
.form-entry .control .ui-autocomplete-input,
.form-entry .control .custom-combobox-toggle {
    border: 1px solid #6f767d;
    color: #282d33;
    text-transform: none;
    font-weight: 100;
    border-radius: 5px;
    height: 43px;
}

.form-entry .control .ui-autocomplete-input {
    border-right: none;
}

.form-entry .control .custom-combobox-toggle {
    border-left: none;
    width: 43px;
}

.textbox.editable input,
.integerbox.editable input,
.form-entry .timebox.editable,
.form-entry .datetimebox.editable,
.realbox.editable input,
.form-entry .control .ui-autocomplete-input {
    height: 43px;
    font-size: 16px;
    border: 1px solid #6f767d;
    color: #282d33;
    text-transform: none;
    font-weight: 100;
    border-radius: 5px;
}

.form-entry .control.checkbox input {
    height: auto;
}

.form-entry .datebox.editable,
.form-entry .timebox.editable,
.form-entry .datetimebox.editable {
    width: auto;
}

.datebox,
.datetimebox,
.timebox {
    padding: 3px;
}

.form-entry .datebox input,
.form-entry .datetimebox input,
.form-entry .datetimebox select,
.form-entry .timebox select,
.form-entry .radiobuttonbox label,
.form-entry .checkboxlist label {
    font-size: 16px;
}

.form-entry .longtextbox textarea {
    height: 130px;
    font-size: 16px;
}

.form-entry .datebox input,
.form-entry .timebox select,
.form-entry .datetimebox input,
.form-entry .datetimebox select {
    border: 0;
}

.form-entry .custom-combobox .custom-combobox-toggle .ui-icon {
    top: 21px;
}

.form-entry .simpledatebox.control.editable div {
    width: 30%;
}

    .form-entry .simpledatebox.control.editable div > select {
        height: 43px;
    }

.form-entry > .control.simpleadressbox {
    display: inline-block;
}

.form-entry.current > .textbox input,
.form-entry.current > .integerbox input,
.form-entry.current > .realbox input,
.form-entry.current > .longtextbox textarea,
.form-entry.current > .combobox .custom-combobox,
.form-entry.current > .combobox select,
.form-entry.current > .datebox > .inputwrap > input,
.form-entry.current > .timebox,
.form-entry.current > .datetimebox > .inputwrap > input,
.form-entry.otm-row.current > td > .textbox.editable input,
.form-entry.otm-row.current > td > .longtextbox textarea,
.form-entry.otm-row.current > td > .datebox > .inputwrap > input,
.form-entry.otm-row.current > td > .timebox,
.form-entry.otm-row.current > td > .datetimebox > .inputwrap > input,
.form-entry.otm-row.current > td > .combobox .custom-combobox,
.form-entry.otm-row.current > td > .combobox select {
    border-color: #b23993;
    box-shadow: 0 0 5px #ccc;
}

.longtextbox textarea {
    vertical-align: top;
    resize: vertical;
}

.form-entry.full-width > .control,
.form-entry.full-width > .error {
    width: 81%;
}

.form-entry.full-width.no-label > .control,
.form-entry.full-width.no-label > .error {
    width: 100%;
}

#dijon-root .control.attachmentcontrol .vdd-base-button {
    line-height: 0.5em;
    padding: 5px;
}

#dijon-root .onetomanycontrol .delete .vdd-base-button {
    min-width: 0;
    width: 30px;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #b23993;
}

.day-of-week {
    font-size: 14px;
}

.hour-blank {
    color: transparent;
    border-bottom: 1px dotted #C3C3C3;
    position: relative;
}

.hour {
    border-bottom: 1px dotted #fff;
    position: relative;
    top: -15px;
    right: 5px;
}

.appointments {
    border-collapse: separate;
    border: 1px solid rgba(178, 57, 147, 85);
}

.app-group {
    color: black;
    text-align: center;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.appointment {
    display: block;
    background: #b23993;
    position: relative;
    cursor: pointer;
    color: white;
    font-size: 16px;
}

    .appointment.current {
        font-weight: bold;
    }

    .appointment.enAttente {
        background: #FE642E;
    }

    .appointment.placeIndispo {
        background: #FE642E;
    }

.legende {
    width: 25px;
    height: 25px;
}

    .legende.attente {
        background: #FE642E;
    }

    .legende.dispo {
        background: #b23993;
    }

    .legende.select {
        background: #04B404;
    }

.tableLegende caption {
    width: 100%;
    padding: 4px;
}

.tdLegende {
    padding: 3px;
}

.day-blank {
    display: none;
    background: #444;
    text-align: center;
    color: white;
    border: 1px solid #333;
}

.appointment.current:not(.close)::after {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
    font-size: 15px;
}

.appointment:not(.close)::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    background: #f8f8f8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}

.inscriptionvacancesannulationwpc .appointment.current {
    background-color: #DF0101;
}

.inscriptionvacanceswpc .appointment.current {
    background: #04B404;
}

.appointmentcontrol .ui-tabs .ui-tabs-nav li,
.appointmentcontrol .ui-tabs .ui-tabs-nav li a {
    display: inline-block;
}

.main-content.summary-content h2 {
    width: 100%;
    font-size: 14pt;
    color: white;
    background: #b23993;
    border: 1px solid #b23993;
    text-transform: none;
}

    .main-content.summary-content h2:after {
        display: none;
    }

.summary .group .collapsable {
    background-color: initial;
    padding: 10px;
    border: 1px solid #b23993;
}

.summary .form-entry.long-label > label {
    width: auto;
}

.summary .form-entry > label {
    width: 20%;
    font-variant: normal;
    font-size: 12pt;
    color: #b23993;
}

.summary .form-entry > .control {
    width: 68%;
    font-size: 10pt;
    font-weight: bold;
}

.summary .form-group legend {
    font-size: 15pt;
    color: #444;
    padding-right: 15px;
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
}

.summary .group h2:before,
#content .summary .group h2:before {
    color: white;
}

.summary .group.closed h2,
#content .summary .group.closed h2 {
    color: white;
    border-bottom: 1px solid white;
}

.summary .group .message .error {
    display: block;
    margin: 0;
}

.main-content.summary-content .form-entry .display {
    text-align: left;
    margin-left: 180px;
}

main-content.summary-content .group .collapsable .contents .longtextbox {
    margin-left: 180px;
}

.summary .form-entry {
    margin: 0;
}

.vdd-form .summary .form-entry > label {
    font-size: 10pt;
    margin-bottom: 0;
}

.vdd-form .summary .two-columns .form-entry > label {
    width: 30%;
    margin-right: 1%;
}

.vdd-form .summary .two-columns .form-entry .control {
    width: 60%;
}

.navigation-bar .vdd-base-button {
    margin-left: 10px;
    margin-right: 10px;
}

html body.class_group_intern .vdd-base-button {
    display: inline-block;
    background-color: #282d33;
    font-family: "Overpass", Regular, Arial, sans-serif;
    font-size: 1.3rem;
    color: #fff;
    padding: 0;
    border: 0;
    position: relative;
    line-height: 48px;
    cursor: pointer;
    height: auto;
    font-weight: normal;
    text-decoration: none;
}

    html body.class_group_intern .vdd-base-button:hover,
    html body.class_group_intern .vdd-base-button:active,
    html body.class_group_intern .vdd-base-button:focus {
        color: #fff;
        background-color: #282d33;
    }

    html body.class_group_intern .vdd-base-button.light:hover,
    html body.class_group_intern a.vdd-base-button.light.is-checked {
        background: #282d33;
        color: #fff;
        text-decoration: none;
    }

    html body.class_group_intern .vdd-base-button.purple {
        background: #b23993;
    }

html body.class_group_intern .btn-dijon-label {
    position: relative;
    z-index: 9;
    line-height: 48px;
    text-decoration: inherit;
    display: inline-block;
    border: 0;
    cursor: pointer;
    background: none;
    font-size: inherit;
    color: #fff;
    height: auto;
    padding: 0 25px;
    width: 100%;
}

html body.class_group_intern .attachmentcontrol .btn-dijon-label {
    padding: 0;
}

html body.class_group_intern .vdd-base-button::after {
    z-index: 0;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background: rgba(0, 0, 0, 0.3);
}

html body.class_group_intern .vdd-base-button:focus::after,
html body.class_group_intern .vdd-base-button:hover::after {
    width: 100%;
}

html body.class_group_intern .vdd-base-button[disabled]:focus::after,
html body.class_group_intern .vdd-base-button[disabled]:hover::after {
    width: 0;
}

html body.class_group_intern .vdd-base-button[disabled] .btn-dijon-label {
    cursor: default;
}

html body.class_group_intern .vdd-base-button[disabled],
html body.class_group_intern .vdd-base-button[disabled]:hover,
html body.class_group_intern .vdd-base-button[disabled].is-checked {
    background: #666;
    border-color: none;
    color: #fff;
    cursor: default;
}

.class_group_intern .form-entry .ui-state-default {
    color: #282d33;
}

    .class_group_intern .form-entry .ui-state-default:hover,
    .class_group_intern .form-entry .ui-state-default:active,
    .class_group_intern .dijon-content .ui-state-default:focus {
        background-color: #fff;
        color: #282d33;
    }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #b23993;
    color: white;
    box-shadow: 0 0 5px #ccc;
}

.ui-menu .ui-menu-item a.ui-state-active {
    border: 1px solid #b23993;
}

.sidy__content {
    background: #fff;
}

.login {
    background-color: #282d33;
    display: table;
    width: 100%;
}

    .login .inprogress {
        display: block;
        padding: 20px;
    }

        .login .inprogress h4 {
            padding: 15px 120px;
            color: #fff;
        }

        .login .inprogress img {
            width: 150px;
            margin: 20px;
            float: left;
        }

        .login .inprogress p {
            margin-top: 100px;
            margin-left: 220px;
        }

        .login .inprogress .finalize {
            text-align: right;
        }

    .login div.new-user-panel,
    .login div.connexion-panel {
        display: table-cell;
        width: 50%;
        padding: 23px;
    }

.dijon-content .login h2 {
    color: #fff;
    font-size: 3rem;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-right: 0;
    max-width: 100%;
}

.login h2:after {
    color: #fff;
    background-color: #fff !important;
}

.login p {
    color: white;
}

.login .new-user-panel {
    border-right: 1px solid #fff;
}

    .login .new-user-panel p {
        min-height: 195px;
        margin: 0;
    }

    .login .new-user-panel .vdd-base-button,
    .login .connexion-panel .vdd-base-button {
        width: 100%;
        text-align: center;
    }

.login .connexion-panel input {
    padding: 5px;
    width: 100%;
}

.login .connexion-panel p {
    margin: 10px 0;
}

.login .connexion-panel .links {
    min-height: 30px;
    color: #cd3a3a;
}

.login .error {
    color: white;
}

.vdd-form .menu,
div.header-menu,
.vdd-form .topnavigationmenu {
    width: 100%;
    background-color: white;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 15px;
    border-bottom: solid 2px white;
    box-shadow: 2px 2px 12px 0px #ded9d9;
}

    .vdd-form .menu a,
    div.header-menu a,
    .vdd-form .topnavigationmenu a {
        padding: 10px;
        display: table-cell;
        text-decoration: none;
        text-align: center;
        vertical-align: top;
        color: #38414b;
        border-right: 1px solid #dbdcd7;
    }

        .vdd-form .menu a.active,
        div.header-menu a.active,
        .vdd-form .topnavigationmenu a.active {
            background: #9e8652;
            color: white;
            border-bottom: solid 2px #9e8652;
        }

        .vdd-form .menu a:hover,
        div.header-menu a:hover,
        .vdd-form .topnavigationmenu a:hover {
            border-bottom: solid 2px #9e8652;
            font-family: 'Overpass Light', Arial, sans-serif;
        }

        .vdd-form .menu a:last-child,
        div.header-menu a:last-child,
        .vdd-form .topnavigationmenu a:last-child {
            border-right: none;
        }

.viewer .content,
.viewer .head {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-bottom: 1px solid #444;
}

    .vdd-form .viewer .content span,
    .viewer .head span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.vdd-form .viewer .head span {
    background: black;
    height: 40px;
    color: white;
}

.class_group_intern h2.thematique-title {
    margin-bottom: 10px;
    display: block;
}

.srv-item {
    border-radius: 50%;
    background-color: #d9d9d9;
    height: 102px;
    width: 102px;
    margin: 0 auto 25px;
    position: relative;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

a.ts-bloc:hover .srv-item {
    background-color: #b23993;
}

.srv-item .sprite {
    position: absolute;
    top: 27px;
    left: 27px;
}

    .srv-item .sprite.hover-only {
        display: none;
    }

a.ts-bloc:hover .sprite {
    display: none;
}

    a.ts-bloc:hover .sprite.hover-only {
        display: block;
    }

.ts-title {
    font-family: 'Overpass', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #777474;
    line-height: 1em;
    margin: 0 auto;
}

a.ts-bloc {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    text-decoration: none;
    text-align: center;
}

    a.ts-bloc:hover {
        text-decoration: underline;
    }

.acces-rapide .inside-panel .grid-list-service .grid-item {
    margin-bottom: 0px;
    width: 100% !important;
}

.acces-rapide .inside-panel .grid-list-service {
    width: 100%;
    display: block !important;
    margin: 0 auto;
}

    .acces-rapide .inside-panel .grid-list-service .grid-item-visu {
        border-radius: 50%;
        background-color: #fff;
        height: 102px;
        width: 102px;
        margin: 0 auto 25px;
        position: relative;
    }

    .acces-rapide .inside-panel .grid-list-service .grid-item h4 {
        color: #FFF;
        margin-left: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .acces-rapide .inside-panel .grid-list-service .grid-item .grid-item-text {
        min-height: 40px;
    }

.acces-rapide h3::after {
    content: '';
    background-color: #9e8652 !important;
    height: 3px;
    width: 40px;
    display: block;
    margin-top: 15px;
}

.acces-rapide .sprite {
    position: absolute;
    left: 27px;
    top: 27px;
    background-repeat: repeat;
}

.class_group_intern .acces-rapide p {
    color: white;
}

.acces-rapide .purple1 {
    background-color: #b23993;
}

.acces-rapide .purple2 {
    background-color: #861f6b;
}

.acces-rapide .inside-panel {
    margin: 40px 0;
    display: inline-block;
    width: 47%;
    vertical-align: middle;
    padding: 30px 20px;
}

    .acces-rapide .inside-panel:first-child {
        margin-right: 2%;
    }

    .acces-rapide .inside-panel:last-child {
        margin-left: 2%;
    }

.acces-rapide .panel-left,
.acces-rapide .panel-right {
    display: inline-block;
    vertical-align: middle;
}

.acces-rapide .panel-left {
    width: 29%;
}

.acces-rapide .panel-right {
    width: 69%;
}

    .acces-rapide .panel-right .title-panel,
    .acces-rapide .panel-right .text-panel {
        text-align: center;
    }

    .acces-rapide .panel-right .title-panel {
        font-size: 26px;
        color: #FFF;
        position: relative;
    }

        .acces-rapide .panel-right .title-panel::after {
            content: '';
            height: 3px;
            width: 30px;
            background-color: #FFF;
            display: block;
            margin: 10px auto;
        }

    .acces-rapide .panel-right .text-panel {
        font-size: 14px;
        color: #FFF;
    }

        .acces-rapide .panel-right .text-panel p.panel-date {
            color: #e68acd;
            font-size: 20px;
        }

.class_group_intern .vdd-form.mur2teleserviceswpc #services .grid-list-service .grid-item {
    width: 16%;
    margin-right: 9%;
}

.class_group_intern .vdd-form.mur2teleserviceswpc #services .grid-list-service {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.searchcontrolset h2 {
    display: none;
}

.searchcontrolset .consultationcontrol {
    margin: 0;
    border-bottom: 1px solid #9e8652;
    padding: 0;
}

.searchcontrolset .consult-content .label {
    display: inline;
    color: black;
    font-size: 14px;
}

.searchcontrolset .consult-header .descriptif {
    color: black;
    text-decoration: underline;
    font-size: 18px;
}

.searchcontrolset .consultationcontrol a {
    color: #000;
}

.searchcontrolset .consult-subtitle .label {
    color: #000;
    font-size: 14px;
}

.consultationcontrol .consult-header::before {
    color: #9e8652;
}

.searchcontrolset .consultationcontrol a:hover,
.searchcontrolset .consultationcontrol a:focus {
    color: #fff;
}

.control.radiobuttonlist label {
    width: 80%;
    margin: 5px 5px;
    vertical-align: top;
}

.form-entry .label {
    white-space: normal;
    text-align: left;
}

.formulaireenlignefiltercitoyenwpc .searchcontrolset .consult-content {
    background-color: none;
    position: absolute;
    width: 200px;
    right: 4px;
    top: 10px;
    margin: 0;
}

.formulaireenlignefiltercitoyenwpc .searchcontrolset .consult-header {
    margin-right: 185px;
}

.formulaireenlignefiltercitoyenwpc .searchcontrolset .consult-content .label {
    display: none;
}

.formulaireenlignefiltercitoyenwpc .searchcontrolset .consultationcontrol a {
    color: white;
}

    .formulaireenlignefiltercitoyenwpc .searchcontrolset .consultationcontrol a:hover {
        font-weight: normal;
    }

.formulaireenlignefiltercitoyenwpc .searchcontrolset .consult-subtitle .delimiter {
    display: none;
}

.formulaireenlignefiltercitoyenwpc .lvs-results-grouping-contents {
    display: block;
}

.formulaireenlignefiltercitoyenwpc .searchcontrolset .consult-content .descriptif {
    margin-left: 1px;
}

.vdd-form.candidaturewpc .form-entry.lllienscommerciaux label,
.vdd-form.candidaturewpc .form-entry.llliensfinanciers label {
    display: inline-block;
}

.vdd-form.candidaturewpc .form-entry.lllienscommerciaux .checkbox,
.vdd-form.candidaturewpc .form-entry.llliensfinanciers .checkbox {
    display: inline-block;
    margin: 0;
    width: auto;
    vertical-align: middle;
}

.vdd-form.citoyenlistedossierselevesduprofilwpc .consult-content .descriptif {
    display: inline-block;
    float: right;
}

.vdd-form.citoyenlistedossierselevesduprofilwpc .consult-content > span {
    min-height: 80px;
}

.class_group_intern .control.attachmentcontrol .upload-button .file-wrapper {
    background-image: url('../images/SP2013/upload-sprite-2016.png');
}

.class_group_intern .control.pictureattachmentcontrol .image-toolbar a {
    background-image: url('../images/SP2013/upload-sprite-2016.png');
}

.class_group_intern .attachmentcontrol .display .btn-dijon-label {
    line-height: inherit;
}

.class_group_intern .control.simpleadressbox .control ul.ui-autocomplete {
    padding-left: 0;
}

.class_group_intern .control.simpleadressbox ul.ui-autocomplete a {
    color: #282d33;
    font-size: 16px;
}

    .class_group_intern .control.simpleadressbox ul.ui-autocomplete a:hover {
        color: #fff;
    }

.class_group_intern .control.simpleadressbox .codepostalville .control ul a:hover {
    background-color: #b23993;
    color: white;
}

.tab-bar {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

    .tab-bar .tab {
        display: table-cell;
        counter-increment: tab;
        position: relative;
    }

        .tab-bar .tab .tab-link,
        .tab-bar .tab .tab-link:hover {
            border: 0;
            background: none;
            padding: 0;
            margin: 45px 0 0 0;
            font-size: 18px;
            cursor: pointer;
            color: #b23993;
        }

        .tab-bar .tab.active .tab-link {
            color: #b23993;
        }

        .tab-bar .tab .tab-link {
            color: #ccc;
        }

        .tab-bar .tab.past .tab-link {
            color: #8bc34a;
        }

        .tab-bar .tab .tab-link[disabled],
        .tab-bar .tab .tab-link:hover[disabled] {
            cursor: auto;
        }

    .tab-bar span.line {
        position: absolute;
        height: 7px;
        background: #ccc;
        z-index: 4;
        left: 0;
        right: 0%;
        top: 15px;
    }

    .tab-bar .tab span.step {
        width: 100%;
        position: absolute;
        z-index: 200;
        top: 2px;
        left: 0;
        right: 0;
    }

    .tab-bar .tab .step .name {
        display: block;
        box-sizing: border-box;
        margin: auto;
        height: 35px;
        border: 2px solid #ccc;
        background: #ccc;
        color: white;
        font-size: 15px;
        text-align: center;
        font-family: Calibri, sans-serif;
        box-shadow: none;
        border-radius: 15px;
        width: 100px;
    }

    .tab-bar .tab.active .step .name {
        border: 2px solid #b23993;
        background: #b23993;
    }

    .tab-bar .tab.active span.line {
        background: #b23993;
    }

    .tab-bar .tab.past span.line {
        background: #8bc34a;
    }

    .tab-bar .tab.past span.name {
        background: #8bc34a;
        border: 2px solid #8bc34a;
    }

    .tab-bar .tab:first-child span.line {
        left: 50%;
    }

    .tab-bar .tab:last-child span.line {
        right: 50%;
    }

    .tab-bar .tab .tab-link:hover {
        cursor: pointer;
    }

.message div {
    font-size: 14pt;
    padding: 30px;
    border: none;
}

.form-entry .message div {
    font-size: 10pt;
    padding: 5px;
}

.vdd-form hr {
    margin: 0;
    border: 0;
}

.lvc-item-table-header-result {
    display: none;
}

.col.col-content {
    display: inline-block;
}

.item-control-consult .col label {
    display: inline-block !important;
    font-weight: bold;
    margin-left: 20px;
}

.lvc-pagination div {
    display: inline-block;
    margin-top: 15px;
}

.col.col-head a,
.col.col-head a:focus,
.col.col-head a:hover {
    color: #282d33;
    font-weight: bold;
    cursor: initial;
    text-decoration: none;
}

    .col.col-head a::before {
        content: "» ";
        color: #9e8652;
    }

.control.onetomanycontrol .otm-row td.delete {
    text-align: right;
    width: 25px;
}

html body.class_group_intern .onetomanycontrol .btn-dijon-label {
    padding: 0;
}

body .cygnus {
    font-family: "Overpass", Regular, Arial, sans-serif;
}

body {
    background-color: rgb(239, 239, 239);
}

.cygnus div#ms-designer-ribbon {
    display: none !important;
}

.cygnus .tab-bar .tab {
    display: none;
}

    .cygnus .tab-bar .tab.active {
        display: block;
    }

    .cygnus .tab-bar .tab .tab-link,
    .cygnus .tab-bar .tab .tab-link:hover {
        border: 0;
        background: none;
        padding: 0;
        margin: 0;
        font-size: 24px;
        cursor: pointer;
        color: #5f6061;
    }

.cygnus ul.tab-head,
.cygnus ul.tab-foot {
    margin: 0;
    padding: 0;
}

    .cygnus ul.tab-head li,
    .cygnus ul.tab-foot li {
        background: #fff;
        display: block;
        padding: 0;
        position: relative;
        height: 70px;
        border-top: 2px solid #999;
        cursor: pointer;
    }

        .cygnus ul.tab-head li span,
        .cygnus ul.tab-foot li span {
            margin-left: 15px;
            font-size: 18pt;
            position: absolute;
            left: 9%;
            top: 20px;
            font-weight: 400;
        }

        .cygnus ul.tab-head li i,
        .cygnus ul.tab-foot li i {
            position: absolute;
            left: 6%;
            top: 20px;
            font-size: 15pt;
            font-style: normal;
            font-weight: 400;
            text-decoration: none;
            font-family: "Comic Sans MS";
        }

            .cygnus ul.tab-head li i:before,
            .cygnus ul.tab-foot li i:before {
                content: "";
                display: block;
                width: 50px;
                height: 50px;
                border: 2px solid;
                border-radius: 25px;
                position: absolute;
                top: -10px;
                left: -20px;
                z-index: 777;
            }

        .cygnus ul.tab-head li.active {
            background: #b23993;
            color: #fff;
            border-top: none;
        }

    .cygnus ul.tab-foot li {
        background: #333333;
        color: #fff;
        border-top: none;
        margin-top: 5px;
    }

        .cygnus ul.tab-foot li i:before {
            position: absolute;
            top: -10px;
            left: -20px;
            z-index: 1;
        }

        .cygnus ul.tab-foot li span {
            font-weight: 100;
        }

.cygnus .main-content.end-message.summary-content {
    padding: 20px;
}

.cygnus .root-dijon.content h2 {
    text-align: center;
    width: 100%;
    z-index: 500;
    font-weight: lighter;
    font-size: 26px;
    margin: 20px 0;
}

    .cygnus .root-dijon.content h2:after {
        content: '';
        background-color: #fff;
        height: 2px;
        width: 100%;
        display: none;
        margin-top: 5px;
        z-index: 5;
    }

.cygnus legend {
    font-weight: 400;
}

    .cygnus legend:after {
        content: '';
        background-color: #9e8652 !important;
        height: 1px;
        width: 50%;
        display: block;
        margin-top: 10px;
        z-index: 5;
    }

main#skipToContent {
    background: #efefef;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 80px;
    background-color: #EFEFEF;
}

.cygnus header {
    position: fixed;
    margin-bottom: 0;
}

.cygnus .sidy__content {
    background: #efefef;
    background-size: cover;
}

fieldset.form-group.root-group {
    padding: 0 20px;
}

.radiobuttonlist table,
.radiobuttonlist tbody,
.radiobuttonlist tr {
    display: inline-block;
    width: 100%;
}

.radiobuttonlist tr {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.radiobuttonlist td {
    display: inline-block;
    font-weight: 100;
    margin: 0 20px 0 0;
    padding: 0 10px;
    min-height: 43px;
    vertical-align: top;
    margin-bottom: 10px;
}

    .radiobuttonlist td input {
        display: inline-block;
    }

.radiobuttonlist[data-repeat-columns="2"] td {
    width: 46%;
    margin-right: 4%;
}

.radiobuttonlist[data-repeat-columns="1"] td {
    width: 100%;
}

.radiobuttonlist[data-repeat-columns="3"] td {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 5px;
}

.radiobuttonlist.control td label {
    display: inline-block;
    width: 80%;
}

.form-entry .radiobuttonview td {
    position: relative;
}

    .form-entry .radiobuttonview td input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .form-entry .radiobuttonview td input + label {
            cursor: pointer;
        }

.form-entry .radiobuttonview input + label:before {
    position: absolute;
    top: 9px;
    left: 5px;
    height: 24px;
    width: 24px;
    background-color: #eee;
    content: "";
    border-radius: 50%;
}

.form-entry .radiobuttonview td:hover input + label:before {
    background-color: #ccc;
}

.form-entry .radiobuttonview td input:checked + label:before {
    background-color: white;
    border: 1px solid #b23993;
}

.form-entry .radiobuttonview td input:checked + label:after {
    background-color: #b23993;
}

.form-entry .radiobuttonview input:checked + label:after {
    background-color: white;
    display: block;
    left: 12px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.form-entry .radiobuttonview input + label:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobuttonbox.control.editable td {
    display: inline-block;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
    background-color: #fff;
    margin: 0 20px 0 0;
    padding: 5px 10px 0 10px;
    vertical-align: middle;
    min-height: 43px;
}

.radiobuttonview.control.editable td label {
    padding: 0 0 0 30px;
    width: 100%;
}

    .radiobuttonview.control.editable td label:first-letter {
        text-transform: capitalize;
    }

.cygnus .vdd-form .form-group .form-entry > .control.checkboxview {
    position: relative;
    padding-left: 20px;
}

.form-entry .checkboxview input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .form-entry .checkboxview input + label {
        cursor: pointer;
        padding: 5px 0 0 20px;
    }

        .form-entry .checkboxview input + label:before {
            position: absolute;
            top: 9px;
            left: 5px;
            height: 24px;
            width: 24px;
            border: 1px solid #888;
            content: "";
        }

.form-entry .checkboxview:hover input + label:before {
    background-color: #ccc;
}

.form-entry .checkboxview input:checked + label:before {
    background-color: white;
    border: 1px solid #b23993;
}

.form-entry .checkboxview input:checked + label:after {
    border: solid white;
    border-color: #b23993;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 14px;
    top: 14px;
    width: 7px;
    height: 12px;
}

.form-entry .checkboxview input + label:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxlist.control.editable[data-repeat-columns="2"] .checkboxview {
    width: 100%;
}

.checkboxview {
    display: inline-block;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
    margin: 5px 20px 5px 0;
    padding: 0 10px 0 35px;
    vertical-align: middle;
    min-height: 43px;
    position: relative;
}

.checkboxlist.control.editable[data-repeat-columns="2"] td {
    width: 50%;
}

    .checkboxlist.control.editable[data-repeat-columns="2"] td:nth-child(even) {
        padding-left: 40px;
    }

    .checkboxlist.control.editable[data-repeat-columns="2"] td:nth-child(odd) {
        padding-right: 40px;
    }

.checkboxview.control.editable label:first-letter {
    text-transform: capitalize;
}

.form-entry .combobox.control > select {
    height: 43px;
}

.form-entry.PA,
.form-entry.smart-VI,
.form-entry.voiesville,
.form-entry.BR,
.form-entry.VO {
    width: 46%;
    margin: 5px 4% 5px 0px;
    display: inline-block;
}

.form-entry.VO,
.form-entry.smart-VI {
    margin: 5px 0 5px 4%;
}

.form-entry.NO,
.form-entry.NC {
    width: 21%;
    display: inline-block;
    margin: 5px 4% 5px 0px;
}

.cygnus .vdd-form .form-group .form-entry .smartadressbox .control {
    position: relative;
}

.smartadressbox .form-entry {
    vertical-align: top;
}

.smartadressbox span.erase {
    color: #000;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 15px;
    height: 15px;
    right: 11px;
    top: 14px;
    cursor: pointer;
}

    .smartadressbox span.erase:before {
        content: '';
        position: absolute;
        top: 7px;
        width: 15px;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .smartadressbox span.erase:after {
        content: '';
        position: absolute;
        top: 7px;
        width: 15px;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.smartadressbox .smart-VO .info {
    font-size: 14px;
    font-weight: 400;
}

.smartadressbox .smart-VO .complete-address input {
    vertical-align: middle;
    margin: 0;
    color: red;
}

.smartadressbox .smart-VO .complete-address label {
    margin: 0;
    padding-left: 10px;
}

.form-entry.NO .helperExt {
    font-size: 12px;
}

    .form-entry.NO .helperExt:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.vdd-form .form-group.two-columns .form-group-content .form-entry {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    padding: 0;
    margin-right: 4%;
    margin-left: 4%;
}

    .vdd-form .form-group.two-columns .form-group-content .form-entry.full-width {
        width: 92%;
    }

.vdd-form .form-group.one-column .form-group-content > .form-entry {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}

.vdd-form,
.class_group_home label,
.class_group_intern label {
    font-weight: 100;
}

    .vdd-form .form-group .form-group-content.without-helper {
        width: 100%;
        display: inline-block;
    }

    .vdd-form .form-group .form-group-content {
        width: 75%;
        display: inline-block;
    }

.cygnus .vdd-form .form-group .form-group-helper {
    width: 20%;
    margin: 2% 2%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    background-color: #9e8652 !important;
    color: white;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    text-align: justify;
    position: relative;
}

.cygnus .vdd-form .form-group .form-group-content.helper-expandable {
    width: 90%;
}

.cygnus .vdd-form .form-group .form-group-helper.to-expand {
    width: 5%;
    font-size: 16px;
    font-weight: 400;
}

.cygnus .form-group-helper-expanded {
    display: none;
}

    .cygnus .helper-contents.question-helper-expanded.display,
    .cygnus .helper-contents.question-helperExt-expanded.display,
    .cygnus .form-group-helper-expanded.display {
        position: fixed;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.3);
        vertical-align: middle;
        max-width: none;
    }

        .cygnus .helper-contents.question-helper-expanded.display span,
        .cygnus .helper-contents.question-helperExt-expanded.display span,
        .cygnus .form-group-helper-expanded.display span {
            min-width: 500px;
            max-width: 800px;
            margin: auto;
            display: block;
            margin-top: 10%;
            vertical-align: top;
            padding: 50px;
            background-color: #9e8652 !important;
            color: white;
            font-size: 15px;
            font-weight: 100;
            line-height: 16px;
            text-align: justify;
            padding-top: 50px;
            padding-bottom: 50px;
            max-height: 70%;
            overflow-y: auto;
        }

ul.tab-head li.active:after {
    content: "";
    display: inline;
    position: relative;
    left: 49%;
    top: 70px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #b23993;
    float: left;
}

.vdd-form span.info-helper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    background-color: #9e8652 !important;
    color: white;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    text-align: justify;
    position: relative;
    margin-top: 20px;
}

    .vdd-form span.info-helper:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 20px solid #9e8652;
        position: absolute;
        top: -20px;
        left: 49%;
    }

    .vdd-form span.info-helper p {
        color: white;
    }

.vdd-form .form-group .form-group-helper:before {
    content: "";
    display: inline;
    position: absolute;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #9e8652;
    float: left;
}

.cygnus .vdd-form .form-group .form-entry .helper {
    display: none;
}

.cygnus .vdd-form .form-group .form-entry > label {
    display: block;
    width: 100%;
    font-size: 17px;
}

.cygnus .vdd-form .form-group .form-entry > .control {
    display: inline-block;
    width: 100%;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

    .cygnus .vdd-form .form-group .form-entry > .control table {
        width: 100%;
    }

.inscription-famille .dfrl1proadville input,
.inscription-famille .dfrl1proemployer input,
.inscription-famille .dfrl1proprofession input,
.inscription-famille .dfrl1proadrue input,
.inscription-famille .dfr2nom input,
.inscription-famille .dfr2prenom input,
.inscription-famille .dfrl2proadville input,
.inscription-famille .dfrl2proemployer input,
.inscription-famille .dfrl2proprofession input,
.inscription-famille .dfrl2proadrue input,
.inscription-famille .form-entry.dfenfnom input,
.inscription-famille .form-entry.dfenfprenom input,
.inscription-famille .mycommunnom input,
.inscription-famille .mycommunprenom input,
.inscription-famille .form-entry.mycommunadresse .form-entry.ville input,
.inscription-famille .form-entry.mycommunadresse .form-entry.voie input {
    text-transform: none;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
}

.form-entry .control textarea {
    height: auto;
}

.integerbox input {
    -moz-appearance: textfield;
}

    .integerbox input::-webkit-inner-spin-button,
    .integerbox input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.form-entry .timebox.editable {
    max-width: 180px;
}

.class_group_intern #ui-datepicker-div {
    color: #666;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2;
}

    .class_group_intern #ui-datepicker-div .ui-state-default {
        border: 1px solid #d2d2d2;
        background: white;
        color: #666;
        text-align: center;
    }

        .class_group_intern #ui-datepicker-div .ui-state-default:hover {
            background: #9e8652;
            color: #fff;
            transition-duration: unset;
        }

.inscription-famille .main-content .information {
    position: unset;
    text-align: right;
    padding: 10px;
}

.form-entry .error {
    display: none;
}

.form-entry .invalid .error {
    margin: 10px 0;
    font-size: 12pt;
    font-style: normal;
    color: white;
    font-weight: 100;
    padding: 15px;
    background: #da3264;
    display: block;
}

.form-entry.invalid > label,
.form-entry.invalid > td > label {
    color: #da3264;
}

.error .fal.fa-exclamation-square {
    margin-right: 10px;
}

.vdd-form .message p {
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.vdd-form .message a {
    color: white;
}

.vdd-form .message .ok a {
    color: green;
}

.vdd-form .message .note {
    padding: 20px;
    border-color: #9e8652;
    background-color: #9e8652;
    border-radius: 5px;
    color: white;
}

.vdd-form .message .ok {
    padding: 20px;
    border-color: #ccffcc;
    background-color: #eeffee;
    border-radius: 5px;
    color: #008800;
}

.vdd-form .message .warning {
    padding: 20px;
    border-color: #ddcc00;
    background-color: #fff8dd;
    border-radius: 5px;
    color: #aa8800;
}

    .vdd-form .message .warning a {
        color: #aa8800;
    }

.vdd-form .message .error {
    padding: 20px;
    border-color: #ffcccc;
    border-radius: 5px;
    color: #cc0000;
    font-size: 18px;
}

.searchcontrolset .lvc-search legend {
    border: 0;
}

.searchcontrolset .lvc-search fieldset legend::before {
    color: #9e8652;
}

.dijon-content > h2,
.dijon-content > .class_group_home.annuaire {
    display: none;
}

eserviceheader.empty {
    background: none;
}

.eserviceheader {
    padding: 0px;
    background-size: 100% 100%;
    margin-bottom: 0;
    min-height: 100px;
}

    .eserviceheader .wrapper {
        margin: 0;
        text-align: center;
        position: inherit;
        padding: 10px 0px;
        line-height: 4rem;
    }

    .eserviceheader span {
        margin: 20px;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }

    .eserviceheader .title {
        color: white;
        font-size: 35px;
        font-weight: 400;
    }

    .eserviceheader .time {
        color: #9e8652;
        font-size: 30px;
        background: url("../images/time-background-gold.png") no-repeat;
        background-size: contain;
        background-position: right;
        padding: 20px;
    }

        .eserviceheader .time:before {
            content: "Durée estimée ";
            font-size: 20px;
        }

.wrapper.with-time .title {
    border-right: 1px solid #9e8652;
    margin: 0 220px;
    padding-bottom: 0;
    line-height: 40px;
}

.wrapper.with-time .time {
    float: right;
    margin-top: 6px;
    padding-right: 25px;
    color: #9e8652;
    background: url("../images/time-background-gold.png") no-repeat;
    background-size: contain;
    background-position: right;
}

.cygnus .election {
    margin-top: 20px;
}

    .cygnus .election .other {
        padding: 10px;
        padding-left: 50px;
        border: 1px solid #cdcdcd;
        margin-bottom: 30px;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background: url("../images/election-information.png") no-repeat;
        background-size: 30px 30px;
        background-position: 10px;
    }

    .cygnus .election .message .note div {
        text-align: left;
        border: none;
    }

    .cygnus .election .message .inDijon {
        text-align: left;
        padding: 10px;
        padding-left: 100px;
    }

        .cygnus .election .message .inDijon span {
            display: block;
            line-height: 30px;
        }

    .cygnus .election .inDijon span:nth-child(2) {
        margin: 10px 0;
    }

    .cygnus .election .inDijon b,
    .inDijon a {
        font-size: 25px;
        color: white;
    }

        .cygnus .election .inDijon a:hover,
        .inDijon a:active {
            color: white;
        }

    .cygnus .election .inDijon {
        background: url("../images/election-preface.png") no-repeat;
        background-size: 100px 100px;
        background-position: -15px 10px;
    }

.cygnus .connect {
    z-index: 100;
    padding-top: 8%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
}

.cygnus .connect-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 500px;
    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;
}

@-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
    }
}

.cygnus .connect-header {
    background-color: #9e8652;
    color: white;
    height: 110px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    text-align: center;
}

    .cygnus .connect-header::before {
        content: '';
        background-color: #b23993;
        width: 80px;
        height: 3px;
        position: absolute;
        top: 100%;
        left: 10%;
    }

.cygnus .connect-body {
    padding: 50px 50px;
}

.cygnus .connect-footer {
    padding: 0px 50px 25px 50px;
    text-align: center;
    position: relative;
}

    .cygnus .connect-footer .create-account {
        display: inline-block;
        width: 50%;
        text-align: start;
    }

    .cygnus .connect-footer .connection {
        display: inline-block;
        width: 50%;
        text-align: end;
    }

        .cygnus .connect-footer .connection a.remove {
            display: none;
        }

        .cygnus .connect-footer .connection .loader {
            border: 6px solid #f3f3f3;
            border-top: 6px solid #b23993;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            animation: spin 2s linear infinite;
            position: absolute;
            top: 7px;
            left: 72%;
            margin: 0;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cygnus .connect-footer .create-account a {
    display: inline-block;
    color: #232323;
    font-family: "Overpass Thin", Arial, sans-serif;
    text-decoration: none;
    border: solid 1px #9e8652;
    width: 35%;
    padding: 7px 0px;
    text-align: center;
    font-weight: 200;
    min-width: 150px;
}

.cygnus .connect-footer .connection a {
    font-family: "Overpass Thin", Regular, Arial, sans-serif;
    display: inline-block;
    text-align: center;
    width: 35%;
    background-color: #b23993;
    color: white;
    padding: 7px 0px;
    font-weight: 200;
    min-width: 150px;
    text-decoration: none;
    border: solid 1px #b23993;
}

.cygnus .connect-button-close {
    font-size: 35px;
    font-family: 'Overpass Thin', Arial, sans-serif;
    color: white;
    line-height: 20px;
    display: block;
    text-align: end;
    padding-right: 10px;
    padding-top: 10px;
    margin-left: 470px;
    cursor: pointer;
}

.cygnus .connect-title {
    font-size: 25px;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: 200;
}

.cygnus .connect-body .connect-body-login,
.cygnus .connect-body .connect-body-password {
    display: block;
    position: relative;
}

.cygnus .connect-body .connect-body-password {
    margin-top: 20px;
}

    .cygnus .connect-body .connect-body-password a {
        font-size: 13px;
        text-decoration: none;
    }

    .cygnus .connect-body .connect-body-login input::placeholder,
    .cygnus .connect-body .connect-body-password input::placeholder {
        color: #cfcfcf;
    }

    .cygnus .connect-body .connect-body-login input:focus,
    .cygnus .connect-body .connect-body-password input:focus {
        outline: none;
    }

    .cygnus .connect-body .connect-body-login input,
    .cygnus .connect-body .connect-body-password input {
        width: 100%;
        height: 30px;
    }

.cygnus .connect .connect-header .icon-login {
    background: url(../images/SP2013/login.png);
    min-height: 50px;
    min-width: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.cygnus .connect .connect-body i {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}

.cygnus .connect .connect-body .icon-password {
    background-image: url('../images/SP2013/password_black.png');
    right: 2px;
}

.cygnus .connect .connect-body .icon-mail {
    background-image: url('../images/SP2013/mail_black.png');
}

.cygnus .connect .connect-footer input:hover {
    transform: scale(1.05);
}

.cygnus .connect .connect-body .error {
    margin: 10px 0;
    font-size: 12pt;
    font-style: normal;
    color: white;
    font-weight: 100;
    padding: 15px;
    background: #da3264;
    display: none;
}

    .cygnus .connect .connect-body .error:before {
        font-size: 14pt;
        float: left;
        width: 25px;
        height: 25px;
        border: 1px solid;
        text-align: center;
        margin: 0;
        margin-right: 20px;
    }

.cygnus header .header .myDijonSSO.account,
.cygnus header .header .myDijonSSO button,
.cygnus header .header .div-notif {
    background-color: #b23993;
    height: 100%;
    margin: 0;
}

.cygnus header .header .div-notif {
    display: flex;
    position: relative;
    width: 80px;
    text-align: center;
}

    .cygnus header .header .div-notif .btn-notif {
        width: 100%;
        height: 100%;
        padding-top: 15%;
    }

        .cygnus header .header .div-notif .btn-notif:hover {
            background-color: #861f6b;
        }

        .cygnus header .header .div-notif .btn-notif.open {
            background-color: #861f6b;
        }

    .cygnus header .header .div-notif .notif-list {
        position: absolute;
        display: block;
        width: 300px;
        top: 85px;
        right: -106px;
        background-color: #fff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
        border-radius: 10px;
        height: 276px;
        margin: 0;
        padding: 0;
    }

        .cygnus header .header .div-notif .notif-list::before {
            content: '';
            position: absolute;
            top: -16px;
            right: 130px;
            border-style: solid;
            border-width: 0 15px 17.3px 15px;
            border-color: transparent transparent #b23993 transparent;
        }

        .cygnus header .header .div-notif .notif-list ul {
            padding: 0;
            margin-bottom: 0;
            overflow: auto;
            height: 200px;
        }

            .cygnus header .header .div-notif .notif-list ul::-webkit-scrollbar {
                width: 8px;
            }

            .cygnus header .header .div-notif .notif-list ul::-webkit-scrollbar-thumb {
                border-radius: 10px;
                background-color: rgba(178, 57, 147, 1);
            }

        .cygnus header .header .div-notif .notif-list .notif-header {
            height: 38px;
            width: 100%;
            text-align: left;
            background-color: #b23993;
            border-radius: 10px 10px 0px 0px;
        }

            .cygnus header .header .div-notif .notif-list .notif-header span {
                display: inline-block;
                padding: 5px 10px;
                font-weight: 200;
                font-size: 17px;
                color: #fff;
            }

        .cygnus header .header .div-notif .notif-list .notif-footer span a {
            color: #fff;
            text-decoration: none;
            font-weight: 200;
            display: inline-block;
            padding: 5px;
        }

        .cygnus header .header .div-notif .notif-list .notif-footer {
            height: 38px;
            background-color: #b23993;
            border-radius: 0px 0px 10px 10px;
        }

        .cygnus header .header .div-notif .notif-list .notif-item {
            display: block;
            border-bottom: 1px solid #dddfe2;
            text-align: start;
            height: 80px;
        }

        .cygnus header .header .div-notif .notif-list .notif-time {
            text-align: left;
            padding: 7px 10px;
            color: #6b6b6b;
            height: 40px;
        }

        .cygnus header .header .div-notif .notif-list .notif-item a {
            width: 100%;
            height: 100%;
            display: block;
        }

        .cygnus header .header .div-notif .notif-list .notif-item.non-lu {
            background-color: rgba(178, 57, 147, 0.2);
        }

        .cygnus header .header .div-notif .notif-list .notif-item:hover {
            background-color: #e9eaeb;
        }

        .cygnus header .header .div-notif .notif-list .notif-item div {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            width: 75%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content .notif-date {
            color: #a0a0a0;
            font-size: 13px;
            height: 25%;
            line-height: 20px;
            width: 100%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content .notif-title {
            color: #000;
            height: 25%;
            line-height: 20px;
            width: 100%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content .notif-description {
            color: #000;
            font-size: 13px;
            height: 50%;
            line-height: 20px;
            width: 100%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content div {
            display: block;
            vertical-align: middle;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .item {
            margin: 0;
            height: 100%;
            width: 70px;
            text-align: center;
        }

            .cygnus header .header .div-notif .notif-list .notif-item .item .icon-background {
                background-color: #b23993;
                height: 50px;
                width: 50px;
                display: block;
                border-radius: 50%;
                margin: 13px auto;
                position: relative;
            }

            .cygnus header .header .div-notif .notif-list .notif-item .item i.icon-eservice {
                height: 50px;
                width: 50px;
                display: block;
                background-repeat: no-repeat;
                transform: scale(0.7);
                position: absolute;
                background-position: 50% 50%;
            }

            .cygnus header .header .div-notif .notif-list .notif-item .item i.icon-notif {
                font-style: normal;
                font-family: "Georgia";
                font-size: 36px;
                text-align: center;
                width: 100%;
                display: inline-block;
                position: relative;
                color: #b23993;
                vertical-align: middle;
                height: 100%;
                padding-top: 22px;
            }

                .cygnus header .header .div-notif .notif-list .notif-item .item i.icon-notif::before {
                    content: ' ';
                    border: solid 3px #b23993;
                    width: 42px;
                    height: 42px;
                    position: absolute;
                    border-radius: 50%;
                    top: 15px;
                    left: 14px;
                }

    .cygnus header .header .div-notif .btn-notif svg {
        height: 32px;
        width: 32px;
    }

    .cygnus header .header .div-notif .btn-notif .new-notif {
        content: '1';
        width: 17px;
        height: 17px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 23px;
        right: 20px;
        border-radius: 50%;
        line-height: 17px;
        font-size: 13px;
        color: #b23993;
    }

.login-info i {
    font-size: 30px;
}

.login-info {
    display: flex !important;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.cygnus header .header .myDijonSSO button:hover {
    background-color: #861f6b;
    text-decoration: none;
}

.cygnus header .header .myDijonSSO.account:hover {
    background-color: #861f6b;
    color: #fff;
}

.cygnus .myDijonSSO.account a {
    padding: 25px;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.cygnus .myDijonSSO.account li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    padding: 0;
}

.cygnus header .header .myDijonSSO.account svg {
    width: 30px;
    fill: #fff;
}

.cygnus header .header .location {
    background-color: #b23993;
    margin: 0;
}

    .cygnus header .header .location:hover {
        background-color: #861f6b;
        color: #fff;
    }

    .cygnus header .header .account:hover svg,
    .cygnus header .header .location svg {
        fill: #fff;
    }

.cygnus header .header .btn-search svg {
    margin-top: 10px;
    height: 30px;
}

.cygnus header .header .myDijonSSO ul {
    background-color: #38414b;
    padding: 0;
}

    .cygnus header .header .myDijonSSO ul li:hover {
        background-color: #1b1e22;
    }

    .cygnus header .header .myDijonSSO ul li {
        background-color: #38414b;
        margin-left: 5px;
    }

.cygnus .form-entry .label span {
    color: #282d33;
    display: block;
    width: 100%;
    font-size: 17px;
}

.form-entry.invalid .multipleattachmentcontrol.control.editable.attachmentcontrol .file-to-delete + .error {
    display: none;
}

.form-entry.invalid .control.attachmentcontrol .error {
    display: none;
}

.cygnus header .header #menu li .link-leading.active {
    background-color: inherit;
    color: #b23993;
    margin-bottom: 3px;
    position: relative;
}

    .cygnus header .header #menu li .link-leading.active:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #b23993;
    }

.cygnus .eserviceheader.bm,
.cygnus .eserviceheader.famille,
.cygnus .eserviceheader.demandes,
.cygnus .eserviceheader.demarches {
    padding: 15px;
}

    .cygnus .eserviceheader.bm .wrapper,
    .cygnus .eserviceheader.famille .wrapper,
    .cygnus .eserviceheader.demandes .wrapper,
    .cygnus .eserviceheader.demarches .wrapper {
        display: none;
    }

div .eserviceheader.empty {
    height: inherit;
    background-color: #fdfdfd;
}

main#skipToContent .dijon-content {
    background-color: #fdfdfd;
    margin-top: 20px;
    box-shadow: 2px 2px 12px 0px #ded9d9;
}

.dijon-content .vdd-form {
    box-shadow: inherit;
    background-color: #fdfdfd;
}

#waiting-overlay #loader span {
    background-color: #b23993;
}

.form-entry.invalid > .error,
.onetomanycontrol.invalid > .error {
    margin: 10px 0;
    font-size: 12pt;
    font-style: normal;
    color: white;
    font-weight: 100;
    padding: 5px;
    background: #da3264;
    display: block;
    width: fit-content;
}

.class_group_intern #ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    background: #cecece;
    color: #525252;
}

    .class_group_intern #ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled .ui-state-default:hover {
        background: #d2d2d2;
        color: inherit;
    }

.cygnus .connect .connect-body .error .fal {
    position: inherit;
    font-size: 2em;
    margin-right: 20px;
}

.cygnus .connect-header i {
    margin-right: 20px;
}

.rgpd-banner p {
    margin: 0;
    font-size: 8pt;
}

nav.mobile-nav {
    transition: all 0.65s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0s;
    transform: translate3d(-100%, 0px, 0px);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: #fdfdfd;
    padding: 20px;
}

    nav.mobile-nav.navigation {
        transform: inherit;
    }

.slider-content {
    position: relative;
}

.mobile-menu a {
    padding: 15px 20px;
    width: 100%;
    display: block;
    text-decoration: none;
    border-left: none;
    border-right: none;
    color: #696969;
    font-family: "Overpass", Regular, Arial, sans-serif;
    font-size: 1.7rem;
}

.header .open-mobile-navigation {
    width: 33px;
    height: 80px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    margin-top: -15px;
    display: none;
}

header .header .open-mobile-navigation:after {
    content: 'menu';
    font-family: "Overpass", Bold, Arial, Bold, sans-serif;
    font-size: 1.1rem;
    line-height: 1em;
    color: #aaa;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 0;
}

header .header .open-mobile-navigation span,
header .header .open-mobile-navigation span:before,
header .header .open-mobile-navigation span:after {
    background-color: grey;
}

header .header .open-mobile-navigation span {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0px;
    margin-top: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    header .header .open-mobile-navigation span:before {
        top: 10px;
    }

    header .header .open-mobile-navigation span:after {
        bottom: 10px;
    }

    header .header .open-mobile-navigation span:before,
    header .header .open-mobile-navigation span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

.close-navigation {
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}

.ondijon-banner-container {
    background-color: #EFEFEF;
}

.ondijon-banner {
    background-color: white;
    border: 6px solid #102B5B;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 25% auto 25%;
    width: 50%;
    margin: auto;
    position: relative;
    top: 50px;
    z-index: 4;
}

.spotlight {
    color: #3A92D1;
    font-weight: bold;
    font-size: x-large;
}

.ondijon-banner .logo {
    display: block !important;
    margin: auto !important;
    height: auto !important;
}

    .ondijon-banner .logo img {
        width: 5vw;
    }

.ondijon-banner .download img {
    width: 10vw;
}

.download,
.ondijon-banner .text {
    display: block;
    margin: auto;
}

.ondijon-banner strong {
    font-size: x-large;
    color: #102B5B;
}

.ondijon-banner .text p {
    margin: 30px;
}

.download img {
    margin: 2%;
}

.ondijon-banner .qr-code {
    width: 6vw !important;
    display: block;
}

.ondijon-banner .download a {
    display: none;
}

.common-footer {
    padding-top: 100px !important;
    background-origin: content-box !important;
}

.alert-banner {
    background-color: #9e8652;
    font-weight: lighter;
    text-align: center;
    padding: 10px;
    color: white;
}

.header-alert.alert-banner {
    margin-top: 130px;
    left: 19%;
    max-width: 1180px;
    text-align: center;
    position: absolute;
    right: 19%;
}

.oauth .panel img {
    width: 250px;
    background: white;
    padding: 20px;
    margin: auto;
}

.oauth .contenu img {
    width: 6vw;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
    padding: 15px;
    margin: 0 auto 5% auto;
    display: block;
}

.oauth .contenu {
    color: white;
    margin: auto;
    background-color: #102B5B;
    display: block;
    padding: 10px;
    width: 80%;
    text-align: center;
    margin-top: 20px;
}

    .oauth .contenu ul {
        text-align: left;
    }

.oauth .authentification .header .titre,
.oauth .creation-compte .header .titre {
    font-family: "Overpass", Regular, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    width: 80%;
    margin: auto;
}

.oauth span.header {
    width: 80%;
    background: white;
    border: none;
    margin: 10px auto;
    box-shadow: 2px 2px 4px rgba(158, 158, 158, 0.8);
    padding: 0;
    text-align: center;
}

.oauth .authentification .header .titre:after {
    content: '';
    width: 10%;
    display: block;
    height: .5vh;
    background-color: #102B5B;
    margin: 2% auto 0 auto;
}

.oauth .on-title {
    display: inline-block;
    font-family: "Overpass Thin", Regular, Arial, sans-serif;
    text-decoration: none;
    width: 100%;
    font-weight: 200;
    min-width: 150px;
    color: white;
    text-align: center;
    padding: 10px;
}

    .oauth .on-title li {
        list-style: inside;
    }

.oauth .creation-compte a {
    color: #254c93;
    text-decoration: none;
}

.oauth .creation-compte {
    padding: 10px 0;
}

.oauth .authentification {
    text-align: center;
    padding: 20px 0;
}

    .oauth .authentification .on-connect {
        display: inline-block;
        font-family: "Overpass Thin", Regular, Arial, sans-serif;
        text-decoration: none;
        width: 35%;
        font-weight: 200;
        min-width: 150px;
        background: #102B5B;
        color: white;
        text-align: center;
        padding: 1%;
    }

.blank-page main#skipToContent,
.blank-page .dijon-content {
    padding: 0;
    margin: auto !important;
}

.otm-two-columns .form-entry .form-entry {
    width: 48%;
    display: inline-block;
    margin-left: 1%;
}

.otm-two-columns .form-entry .full-width {
    display: inline-block;
    width: 100%;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

    .otm-two-columns .form-entry .full-width .form-entry {
        width: 98%;
    }

.maintenance-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.maintenance-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close-maintenance-popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-maintenance-popup:hover,
    .close-maintenance-popup:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.helper-expanded {
    background-color: #9e8652;
    font-size: 13px;
    padding: 10px;
    margin-top: 5px;
    color: white;
}

    .helper-expanded a,
    .helper-expanded a:focus {
        color: white;
    }

        .helper-expanded a:hover {
            color: #282d33;
        }

.special-open a.special-button {
    text-align: center;
    background-color: #b23993;
    padding: 10px;
    display: block;
    color: white;
    max-width: 400px;
    font-size: 15pt;
    margin: 10px auto;
    text-decoration: none;
}

    .special-open a.special-button:hover {
        color: white;
        text-decoration: underline;
    }

div.special-open {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px 3px #cfcfcf;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    min-height: 200px;
}

.main-content fieldset.form-group.one-column {
    margin: 20px 0;
}

@media only screen and (max-width: 1199px) {
    .dijon-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .dijon-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-entry > .control {
        display: inline-block;
        width: 100%;
    }

    .form-entry > label {
        display: block;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .root-dijon.content h2 {
        margin-right: 0;
    }

    .root-dijon.content .annuaire {
        float: none;
    }
}

@media (max-width: 640px) {
    .day-blank {
        display: block;
    }

    div.root-week td.day-of-week,
    .hour-blank {
        display: none;
    }

        .hour-blank.with-app {
            display: block;
        }

    .root-week .appointment {
        max-height: 30px;
    }

    .appointment:not(.close)::before {
        left: 5px;
        top: 5px;
        width: 20px;
        height: 20px;
    }

    .appointment.current:not(.close)::after {
        left: 5px;
        top: 3px;
        width: 20px;
        height: 20px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .login {
        display: block;
    }

        .login div.new-user-panel,
        .login div.connexion-panel {
            display: block;
            width: 100%;
            border-right: none;
            border-bottom: 1px solid white;
        }

        .login .new-user-panel p {
            min-height: initial;
        }

        .login h2:after {
            display: none;
        }

        .login .connexion-panel .links {
            min-height: initial;
        }
}

@media (max-width: 1024px) {
    .acces-rapide .inside-panel {
        display: block;
        width: 75%;
        vertical-align: middle;
        padding: 30px 20px;
        margin: 1px auto;
    }

    .acces-rapide .panel-left,
    .acces-rapide .panel-right {
        margin: 0 !important;
    }

    .acces-rapide .inside-panel:first-child {
        margin: 30px auto 0px auto;
    }

    .acces-rapide .inside-panel:last-child {
        margin: 10px auto 30px auto;
    }
}

@media (max-width: 767px) {
    .form-entry.no-label.full-width > .control,
    .form-entry.long-label > .control {
        margin-left: 0;
    }

    .class_group_home .acces-rapide h3::after {
        margin: 15px auto 0 auto;
    }
}

@media (max-width: 640px) {
    .acces-rapide .full-mobile {
        padding: 0 !important;
    }

    .acces-rapide .panel-right .title-panel {
        font-size: 18px;
    }

    .acces-rapide .panel-right .text-panel p.panel-date,
    .acces-rapide .panel-right .text-panel {
        font-size: 16px;
    }

    .acces-rapide .inside-panel {
        width: 100%;
        margin: 1px auto;
    }

        .acces-rapide .inside-panel:first-child {
            margin: 0px;
        }

        .acces-rapide .inside-panel:last-child {
            margin: 1px 0 0 0;
        }
}

@media screen and (max-width: 767px) {
    .tab-bar .tab.active span.line {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1378px) {
    header .header .logo {
        flex-grow: 5;
    }
}

@media screen and (max-width: 980px) {
    .ondijon-banner {
        width: 100% !important;
        display: block !important;
        text-align: center;
        padding: 2%;
    }

        .ondijon-banner .logo img {
            width: 10vw !important;
        }

        .ondijon-banner .download img {
            width: 20vw !important;
        }

        .ondijon-banner .download a {
            display: initial !important;
        }

        .ondijon-banner .qr-code {
            display: none !important;
        }
}

@media screen and (max-width: 767px) {
    .form-entry.mycommuncivilite.with-helper {
        width: 100%;
    }

    .vdd-form .form-group.two-columns .form-group-content .form-entry {
        width: 92%;
    }

    .form-entry.PA {
        width: 92%;
        margin-left: 0;
    }

    .form-entry.codepostalville {
        width: 92%;
        margin-left: 0;
    }

    .form-entry.NO {
        width: 46%;
    }

    .form-entry.NC {
        width: 46%;
    }

    .form-entry.voiesville {
        width: 92%;
        margin-left: 0;
    }

    .form-entry.BR {
        width: 92%;
    }

    .radiobuttonlist[data-repeat-columns="3"] td {
        width: 100%;
    }

    .cygnus ul.tab-head li i::before,
    .cygnus ul.tab-foot li i::before {
        height: 30px;
        width: 30px;
        border: 1px solid;
        border-radius: 25px;
        position: absolute;
        top: 0;
        left: -7px;
        z-index: 777;
    }

    .ondijon-banner .logo img {
        width: 15vw !important;
    }

    .ondijon-banner .download img {
        width: 30vw !important;
    }
}

@media screen and (max-width: 500px) {
    .cygnus .connect-content {
        width: 100%;
    }

    .cygnus .connect .connect-header .icon-login {
        min-height: 30px;
        min-width: 30px;
    }

    .cygnus .connect-title {
        font-size: 18px;
    }

    .cygnus .connect-footer .create-account,
    .cygnus .connect-footer .connection {
        width: 50%;
        text-align: center;
    }

    .cygnus .connect-footer {
        padding: 0px 20px 20px 20px;
    }

    .cygnus .connect-body {
        padding: 30px 20px;
    }

    .cygnus .connect-footer .connection a,
    .cygnus .connect-footer .create-account a {
        min-width: 130px;
        font-size: 16px;
    }

    .cygnus .connect .connect-body .error {
        font-size: 14px;
        padding: 10px;
    }

    .cygnus .connect-button-close {
        margin-left: 90%;
    }
}

@media screen and (max-width: 767px) {
    .cygnus .sidy__content header .header div.myDijonSSO.account {
        width: 60px;
        margin-left: auto;
    }

    .cygnus .myDijonSSO.account a {
        font-size: 0;
        padding: 25px 15px;
    }

    .cygnus header .header .location {
        width: 60px;
    }
}

@media screen and (max-width: 767px) {
    .cygnus .dijon-content {
        padding: 0;
    }

    .cygnus .vdd-form {
        padding: 0;
    }

    .cygnus .eserviceheader {
        height: 200px;
    }

    .vdd-form .form-group .form-group-content {
        width: 100%;
    }

    .cygnus .vdd-form .form-group .form-group-helper {
        display: block;
        width: 100%;
    }

    .cygnus .wrapper.with-time .time {
        display: none;
        margin: 0;
    }

    .cygnus .wrapper.with-time .title {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
        border: none;
        font-size: 1.4em;
        padding: 0;
    }

    .cygnus .vdd-form .form-group .form-group-helper:before {
        display: none;
    }

    fieldset.form-group.root-group {
        padding: 0;
    }

    html body.class_group_intern .btn-dijon-label {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1378px) {
    header .header .open-mobile-navigation {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .header-alert.alert-banner {
        left: 0;
        right: 0;
    }
}