/* CSS RDV Villiers Connect 2022 */
/*
/* 00 = Fonts
/* 01 = Styles globaux
/* 02 = Loading
/* 03 = Header
/* 04 = Contenu page
/* 05 = Formulaire
/* 06 = Modale
/*
/* ============================= */


:root {/* À mettre en premier dans les CSS ! */
    --blue: #0b6ba8;
    --red: #ff5256;
    --palered: #f06f75;
    --grey: #f2f6f9;
}


/* 00 = Fonts */
.header,
.content,
.header-title .badge-secondary {font-family:Roboto,Arial,Helvetica,sans-serif;}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after,
.td-overflow input:checked + label::before,
.guichet-accordion .horaire-title::before {
    font-family: "Font Awesome 5 Pro";
}


/* 01 = Styles globaux */
a {
    color:var(--blue);
}
.container-fluid .container,
.container-fluid .container-fluid {
    padding: 0;
}

.disable {
    color: #aca5a5!important;
    pointer-events: none;
    background: #ffffff!important;
}


/* 02 = Loading */
.loading {background:url("../Img/loading.gif") no-repeat center center; -webkit-background-size:auto 50%; background-size:auto 50%; overflow:hidden;}


/* 03 = Header */
.header-not-home {
    display: flex;
    height: 80px;
    background-color: var(--blue);
}
    .header-bottom-page {/* Style connexion */
        padding: 60px 0 65px;
        background-color: var(--blue);
        text-align: center;
    }
        .header-title {
            display: inline-block;
            position: relative;
            margin-bottom: 0;
            color: #fff;
            font-family: 'Bungee',cursive;
            text-align: center;
            font-size: 4.2rem;
            text-transform: uppercase;
        }
            .header-title .badge-secondary {
                position: absolute;
                right: -70px;
                top: -16px;
                padding: 5px 10px;
                background-color: #ff5a5f;
                color: #fff;
                font-size: 1.4rem;
                font-weight: normal;
            }
        .header-subtitle {
            margin-bottom: 0;
            color: white;
            text-align: center;
            font-size: 2.2rem;
            font-style: italic;
        }
    .header-not-home .header-bottom-page {/* Style reste du site */
        padding: 18px 0 15px;
        width: calc(100% - 80px);
        text-align: left;
    }
        .header-bottom-page .logo {
            display: flex;
            flex-direction: column;
            max-width: 228px;
        }
            .header-bottom-page .logo-img {
                height: 28px;
                width: 228px;
            }
            .header-bottom-page .logo-text {
                color: #fff;
                font-size: .938em;
                font-style: italic;
            }
    /* Profil */
    .header .user_connected {
        display: flex;
        align-items: center;
        margin: 0 60px;
        color: #fff;
    }
        .user_connected .name_user {
            display: flex;
            align-items: center;
            cursor: pointer;
        }
            .user_connected .name_user::before {
                display: block;
                content: '';
                border-radius: 50%;
                height: 40px;
                width: 40px;
                background: #fff url(../Img/user.svg) no-repeat center center / 32px 26px;
            }
            .user_connected .user-firstname {
                margin-left: 10px;
            }
        .header .dropdown-menu {
            left: auto;
            right: 0;
            top: 70px;
            border: 0;
            border-radius: 5px;
            margin: 0;
            width: 350px;
            box-shadow: 0 0 7px rgb(0 0 0 / 25%);            
        }
            .dropdown-menu .dropdown-menu-top,
            .dropdown-menu .dropdown-menu-bottom {
                padding: 20px;
            }
                .dropdown-menu-top .dropdown-user {
                    color: #333;
                }
                    .dropdown-user .user-firstname,
                    .dropdown-user .user-lastname {
                        font-size: 1.125em;
                        font-weight: 500;
                    }
                    .dropdown-user .user-firstname {
                        margin-left: 0;
                    }
                    .dropdown-user .user-lastname {
                        /*margin-left: 10px;*/
                    }
                    .dropdown-user .user-email {
                        display: block;
                        font-size: .875em;
                    }
                    .dropdown-menu .btn-primary {
                        display: flex;
                        align-items: center;
                        border: 1px solid #ddd;
                        border-radius: 20px;
                        height: 40px;
                        margin: 0 auto;
                        padding: 0 25px;
                        background-color: transparent;
                        color: #333;
                        font-size: .938em;
                        text-decoration: none;
                    }
                    .dropdown-menu .btn-primary:hover,
                    .dropdown-menu .btn-primary:focus,
                    .dropdown-menu .btn-primary:active {
                        border: 1px solid #ddd;
                        background-color: transparent;
                        color: #333;
                        outline: none;
                        box-shadow: none;
                    }
                    .dropdown-menu-top .btn-primary {
                        margin-top: 20px;
                        width: 196px;
                    }
            .dropdown-menu .dropdown-menu-bottom {
                border-top: 1px solid #ddd;
            }



/* Menu latéral */
body.fixed-body {
    overflow: hidden;
}
    .header .menuButton {
        position: static;
        min-width: 80px;
    }
        .header .opened .fa-bars:before {
            content: '\f00d';
        }
    .menuContainer {
        top: 80px;
        background-color: #fff;
    }
        .menuContainer::before {
            position: absolute;
            left: 0;
            right: 0;
            top: -10px;
            content: '';
            height: 10px;
            background-color: var(--blue);
        }
        .menuContainer .frame {
            margin-bottom: 30px;
        }    
            .menuContainer .frame a {
                color: #333;
                font-weight: 600;
                text-decoration: none;
            }
            .menuContainer .frame a:hover,
            .header .siteLink:hover,
            .menuContainer .frame a:focus,
            .header .siteLink:focus,
            .menuContainer .frame a:active,
            .header .siteLink:active {
                text-decoration: underline;
            }            
                /*.menuContainer .frame .link-0::before,*/
                .menuContainer .frame a[title="Gérer les rendez-vous"]::before {
                    background: url('../Img/calendar-days-light.svg') no-repeat center center;
                    background-size: 22px 25px;
                }
                /*.menuContainer .frame .link-1::before,*/
                .menuContainer .frame a[title="Guichets"]::before {
                    background: url('../Img/guichets.svg') no-repeat center center;
                    background-size: 28px 25px;
                }
                /*.menuContainer .frame .link-2::before,*/
                .menuContainer .frame a[title="Utilisateurs"]::before {
                    background: url('../Img/users-light.svg') no-repeat center center;
                    background-size: 32px 26px;
                }
                .menuContainer .frame a[title="Paramètres"]::before {
                    background: url('../Img/gear-light.svg') no-repeat center center;
                    background-size: 32px 26px;
                }
        .header .siteLink {
            display: flex;
            align-items: center;
            border: 0;
            height: 50px;
            margin: 0;
            padding: 0 0 0 30px;
            color: var(--blue);
            font-weight: 500;
            text-decoration: none;
        }
        .header .footerMenu a {
            display: flex;
            padding: 40px 30px;
            color: #737373;
            font-size: .813em;
            text-decoration: none;
        }
            .header .footerMenu a::before {
                display: none;
            }
            .header .footerMenu .footerMenu-logo {
                height: 12px;
                margin-left: 6px;
                width: 65px;
            }


/* 04 = Contenu page */
.content .col-lg-12 .frame h2 {
    margin-bottom: 40px;
    font-size: 2em;
    font-weight: 500;
}
.page-1871 .container-title {
    display: none;
}
    .page-1871 .content .titlePage {
        display: none;
    }
    .container-fluid .submenu {
        background-color: var(--grey);
    }
    .content .submenu {
        padding: 40px 20px;
    }
        .content .titlePage {
            margin: 0 0 30px;
            color: #333;
            font-size: 4.2rem;
            font-weight: 500;
        }
        .content .frame-abstract {
            padding-bottom: 0;
            padding-top: 10px;
        }
            .content .frame-abstract p {
                text-align: left;
            }
/* Blocs avec une largeur maximale */
.content .frame-type-artifica_form_pi1,
.content .frame-motifs {
    margin: 0 auto;
    max-width: 800px;
}
.content .frame-motifs {
    max-width: 1170px;
}
.container-fluid .container .frame-type-textmedia {
    padding: 0;
}
    .container-fluid .container .frame-type-textmedia p {
        text-align: left;
    }
    /* Login */
    .frame-type-login {
        margin: 0 auto;
        width: 33%;
    }
    .content .tx-felogin-pi1 form input {color:#999; font-size:1em;}
    form #user {background:url(../Img/mail-envelope.svg) no-repeat right 10px center; background-size:20px 18px;}
    form #pass {background:url(../Img/locked-padlock.svg) no-repeat right 10px center; background-size:18px 20px;}
    .content .tx-felogin-pi1 form input:focus,
    .content .form-horizontal input:focus {border-color:#9f8f68; outline:none;}
    .content .tx-felogin-pi1 form input[type="submit"],
    .content .form-horizontal .submit {background-color:var(--red);/*background-color:#9f8f68;*/ color:#fff; font-weight:600;}/* Correction // Management */
        .content .tx-felogin-pi1 a {font-size:.875em; font-weight:300;}
    /* Connexion */
    .col-lg-6  .frame-type-login {
        text-align: center;
    }
    /* Modifier */
    .content .frame-type-menu {}
                        .content .frame-type-menu a::before  {background-color:#9f8f68;}
    /* Formulaire modifier données */
        .content .form-horizontal label em {color:var(--red); font-size:.875em; font-weight:400;}/* Correction // Management */
        .content .form-horizontal .help-block {font-size:.875em;}  
        .content .form-horizontal .file-infos {font-size:.875em;}
        .content .form-horizontal .obligatoires {color:#9f8f68; font-size:.875em;}

    .fc-toolbar.fc-header-toolbar {background-color:var(--red); color:#fff; height:70px; margin:0; position:relative;}
        .fc-header-toolbar .fc-button {background:none; background-color:transparent; border:0; box-shadow:none; color:#fff; height:70px;}
        .fc-toolbar .fc-left {}
            .fc .fc-toolbar .fc-left .fc-button-group {margin:0 10px;}

                .fc-toolbar .fc-left .fc-corner-left {left:calc(50% - 120px); position:absolute;}
                    .fc button .fc-icon {margin:0; position:static; top:0;}
                    .fc-icon-left-single-arrow:after {
                        top: calc(50% - 8px);
                        content: "\f053";
                        font-size: 16px;
                    }
                .fc-toolbar .fc-left .fc-corner-right {right:calc(50% - 120px); position:absolute;}
                    .fc-icon-right-single-arrow:after {
                        top: calc(50% - 8px);
                        content: "\f054";
                        font-size: 16px;
                    }

            .fc-toolbar .fc-center h2 {align-items:center; display:inline-flex; font-size:1.6rem; font-weight:700; height:70px; justify-content:center; margin:0 40px; min-width:180px; text-transform:uppercase;}
        .fc-header-toolbar .fc-button.fc-state-disabled {color:#fff; font-weight:600; left:20px; opacity:1; padding:0 20px; position:absolute; top:56px;text-shadow:none;}
        .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
            display: flex;
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 1.4rem;
            font-weight: 600;
            text-transform: uppercase;
            border: 1px solid #fff;
            border-radius: 20px;
            height: 40px;
        }
        .firefox .fc-header-toolbar .fc-right .fc-headerAddRdv-button,
        .ie .fc-header-toolbar .fc-right .fc-headerAddRdv-button,
        .edge .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
            line-height: 2;
        }

    .fc-view, .fc-view>table {color:#03192b;}
        .fc-view .fc-day-header {/*font-size:.875rem;*/ height:50px; text-transform:uppercase; vertical-align:inherit;}
            .fc-day-header span {color: #737373; display:block; font-size:1.3rem; padding:10px 0; text-transform:uppercase;}
                .fc-day-header span .number {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 36px;
                    margin: 0 auto;
                    padding: 0;
                    width: 36px;
                    background-color: transparent; 
                    color: #737373;
                    font-size: 1.6rem;
                    border-radius: 50%;
                }
                .fc-day-header.fc-today span .number {
                    background-color: var(--red); 
                    color: #fff;
                }

    .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {text-align:center;}

    .fc-event-container .fc-event,
    .fc-event-container .fc-event.fc-not-end {
        border: 0;
        border-radius: 20px;
        min-height: 20px;
    }
    .fc-time-grid-event .fc-content {
        width: 100%;
    }
        .fc-event-container .fc-event {
            display: flex;
            align-items: center;
            height: 20px;
            font-size: 1.3rem;
    }
        .fc-event.fc-past {
            opacity: .7;
        }
        .fc-event-container .fc-event-01 {
            background-color: #0090bf;
        }
        .fc-event-container .fc-event-02 {
            background-color: var(--blue);
        }
        .fc-event-container .fc-event-03 {
            background-color: #01bab6;
        }
        .fc-event-container .fc-event-04 {
            background-color: #009592;
        }
        .fc-event-container .fc-event-05 {
            background-color: #21455c;
        }
        .fc-event-container .fc-event-06 {
            background-color: #3c547c;
        }
        .fc-event-container .fc-event-07 {
            background-color: #3e6cb9;
        }
        .fc-event-container .fc-event-08 {
            background-color: var(--red);
        }
        .fc-event-container .fc-event-09 {
            background-color: #d82b3a;
        }
        .fc-event-container .fc-event-10 {
            background-color: #b20020;
        }
        .fc-event-container .fc-event-11 {
            background-color: #8d0005;
        }
        .fc-event-container .fc-event-12 {
            background-color: #690000;
        }
        .fc-event-container .fc-event-13 {
            background-color: #ff6f05;
        }
        .fc-event-container .fc-event-14 {
            background-color: #e09f1f;
        }
        .fc-event-container .fc-event-15 {
            background-color: #73b829;
        }
            .fc-event .fc-time,
            .fc-event .fc-title {

            }
            .fc-event .fc-time {
                margin-right: 5px;
            }
            .fc-event .fc-title {
                position: relative;
                padding-left: 10px;
                text-align: left;
                cursor: pointer;
            }
                .fc-event .fc-title .fc-event-interne,
                .calendar-caption-title .caption-title-interne {
                    position: absolute;
                    right: 5px;
                    top: 6px;
                    border-radius: 50%;
                    height: 6px;
                    width: 6px;
                    background-color: #ff0;
                }
            #infobulle .text {
                font-size: 1.3rem;
            }
    /* GUICHETS */
    /* Liste */
    .frame-motifs {
        /*padding-top:0px;*/
    }
        .content .frame-motifs .button-add-desk {
            display: block;
            border: 1px dashed #e3e3e3;
            border-radius: 25px;
            height: 50px;
            margin: 0 0 30px auto;
            padding: 0 25px;
            background-color: transparent;
            color: #737373;
            font-size: 1.4rem;
            font-weight: 700;
            text-transform: uppercase;            
        }
        .content .frame-motifs .button-add-desk {
            
        }
        .frame-motifs .parametres {
            display: table;
            margin-bottom: 2em;
            background-color: #fff;
            color: #737373;            
        }
            .frame-motifs .tr {
                display: table-row;
                background-color: #fff;
                color: #737373;
                text-align: left;
                text-decoration: none;
                transition: background-color .3s;
            }
            .frame-motifs .tr:hover,
            .frame-motifs .tr:focus,
            .frame-motifs .tr:active {
                background-color: var(--grey);
            }
                .frame-motifs .th {
                    display: table-cell;
                }
                .frame-motifs .td {
                    display: table-cell;
                    border-bottom: 1px solid #e3e3e3;
                }
                .frame-motifs .td:first-child {
                    border-left: 1px solid #e3e3e3;
                }
                .frame-motifs .td:last-child {
                    border-right: 1px solid #e3e3e3;
                }
            .frame-motifs .tr .th,
            .frame-motifs .tr .td {
                min-height: 70px;
                padding: 22px 0 22px 30px;
                vertical-align: top;
            }
            .frame-motifs .tr .th {
                background-color: var(--red);
                color: #fff;
                font-weight: 500;
                text-transform: uppercase;
            }
            .frame-motifs .tr .th:last-child {
                padding-right: 30px;
            }
                .frame-motifs .management-desks-link {
                    color: var(--blue);
                    font-weight: 600;
                    text-decoration: none;
                }
        .frame-motifs .button-add-motif {
            margin: 15px 0px 0px 0px;
        }
        .frame-motifs .button-edit-motif {
            margin: 0px;
        }
        /* Fiche */
        .content .guichets-single {
            margin-top: 2em;
        }
            .guichets-single .row {
                display: flex;
                flex-direction: row-reverse;
                flex-wrap: wrap;
                max-width: 100%;
            }
                /* Accordéons */
                .content .col-lg-12 .guichet-accordion .card-header .card-title {
                    margin-bottom: 0;
                }
                .guichet-accordion .collapse {
                    display: none!important;
                }
                .guichet-accordion .in {
                    display: block!important;
                }
                .guichet-accordion .horaire-title {
                    position: relative;
                    display: flex;
                    margin-bottom: 0;
                    padding: 0 0 10px;
                    width: 100%;
                    color: #333;
                    outline: none!important;
                    white-space: break-spaces;
                }
                .guichet-accordion .horaire-title.collapsed {
                    margin-bottom: 20px;
                }
                    .guichet-accordion .horaire-title::before {
                        position: absolute;
                        right: 20px;
                        top: calc(50% - 23px);
                        content: '\f078';
                        font-size: 24px;
                        font-weight: 600;
                        transform: rotate(180deg);
                        transition: transform .3s;
                    }
                    .guichet-accordion .collapsed::before {
                        transform: rotate(0deg);
                    }
                .card-body .frame {
                    padding: 0;
                }
                .card-body .frame-load {
                    min-height: 150px;
                }
                    .card-body .frame-motifs .parametres {
                        margin-bottom: 0;
                    }
                        .card-body .parametres tr {
                            border-bottom: 0;
                        }
                            .card-body .parametres td {
                                padding: 0;
                            }
                    /* Tableau des horaires */
                    #parametres-schedule-form .parametres tr,
                    #parametres-types-container tr,
                    #parametres-locations-form tr {
                        border-bottom: 1px solid #e3e3e3;
                    }
                    #parametres-schedule-form .parametres .tr-last,
                    #parametres-types-container .parametres .tr-last,
                    #parametres-locations-form .parametres .tr-last {
                        border: 0;
                    }
                        #parametres-schedule-form .parametres tr td {
                            padding: 20px 0;
                        }
                            #parametres-schedule-form .parametres .td-overflow label {
                                justify-content: flex-end;
                            }
                    /* Services associés */
                    .card-body #parametres-types-container .parametres td,
                    .card-body #parametres-locations-form .parametres td {
                        padding: 10px 0;
                    }
                    .card-body #parametres-types-container .parametres td:last-child,
                    .card-body #parametres-locations-form .parametres td:last-child {
                        min-width: 60px;
                    }
                    #parametres-types-container .tr-last .button-add-types,
                    #parametres-locations-form .tr-last .button-add-location,
                    #parametres-services-form .tr-last .button-add-location,
                    #management-desk-types-form .tr-last .btnValidate {
                        margin: 20px 0 30px;
                    }
                        /* popup */
                        .card-body .parametres td strong {
                            display: block;
                            margin: 10px 0 0px;
                        }
                /* Menu de sommaire */
                .content .menu-section-title {
                    display: block;
                    margin-bottom: 15px;
                    color: #737373;
                    font-size: .875em;
                    text-align: left;
                    text-transform: uppercase;
                }
                .col-lg-2 .menu-section {
                    font-size: .875em;
                    padding-left: 0;
                    text-align: left;
                    list-style: none;
                }
                    .menu-section .section-link {
                        display: block;
                        border-left: 2px solid var(--grey);
                        padding: 14px 0 14px 18px;
                        color: #737373;
                        text-decoration: none;
                    }
                    .menu-section .section-link:hover,
                    .menu-section .section-link:focus,
                    .menu-section .section-link:active {
                        border-color: var(--red);
                        color: var(--red);
                        font-weight: 500;
                    }




/* Surcharges main.css */
.fc-time-grid-event.fc-short .fc-title {
    display: block;
    position: relative;
    padding-left: 10px;
    font-size: 1em;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}


/* Table (CSS ccvha-extranet.css) ====================================== Début ====================================== */
.main-content .fc-unthemed {
        background-color: #fff;
    }
    .fc-toolbar.fc-header-toolbar {
        flex-wrap: wrap;
        height: auto;
        min-height: 60px;
    }
        .fc-toolbar .fc-center {
            display: flex;
            justify-content: center;
            margin-right: auto;
        }
            .fc-toolbar .fc-center h2 {
                margin: 0;
                padding: 0;
                font-size: 1.125em;
            }
                .fc-toolbar .fc-center h2::after {
                    display: none;
                }
        .fc-toolbar .fc-right {
            margin-right: auto;
        }
            .fc-toolbar .fc-right h2 {
                margin: 0;
                padding: 0 20px;
                color: #0c264b;
                font-size: 1.125em;
                text-transform: uppercase;
            }
            .fc-header-toolbar .fc-right .fc-button-group > .fc-button {
                border: 0;
                padding: 0;
                font-size: .938em;
            }

            /*#management-fullcalendar button[class*="fc-"]:hover {
                background-color: unset;
                color: #d93f01;
            }*/

            .fc-button-primary:not(:disabled):active, 
            .fc-button-primary:not(:disabled).fc-button-active {
                background-color: unset;
                color: #d93f01;
            }
            .fc button .fc-icon {}
            .fc-toolbar h2 {
                font-size: 1.125em;
                font-weight: 500;
            }
        /* Balises th */
        .rte-content table .fc-head-container {
            padding: 0;
        }
            .fc-head-container .fc-axis {
                border: 0;
            }
        .fc-view .fc-day-header {
            border: 0;
        }
            .fc-day-header span {
                color: #0c264b;
                font-size: .938em;
                font-weight: 500;
                text-transform: none;
            }
                .fc-day-header span .number {
                    display: inline;
                    margin-left: 3px;
                    padding: 2px;
                    color: inherit;
                    font-size: 1em;
                }
                .fc-dayGridMonth-view .fc-day-header span .number {
                    display: none;
                }
        .rte-content .fc-view .fc-day-header,
        .rte-content .fc-view .fc-axis {
            padding: 0;
            background-color: transparent;
        }
        .rte-content .fc-view .fc-axis {
            padding: 2px;
        }
        .fc-body .fc-axis {
            font-size: .875em;
            line-height: 1;
            text-align: center;
            vertical-align: inherit;
        }           
        /* Balises td */
        .fc-view-container .fc-body .fc-widget-content {
            padding: 0;
        }
        .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
            margin-top: 0;
            font-size: .938em;
        }
        .fc-unthemed td.fc-today {
            background-color: #f3f3f3;
        }
        /* Barres de couleurs */
        .fc-event-container .fc-event {
            display: flex;
            align-items: center;
            background-color: #99dcf7;
            font-size: .875em;
        }
        .fc-event-container .fc-event-office {
            background-color: #99dcf7;
        }
        .fc-event-container .fc-event-workathome {
            background-color: #b4e4de;
        }
        .fc-event-container .fc-event-onfield {
            background-color: #ebdbde;
        }
        .fc-event-container .fc-event-missing {
            background-color: #fda597;
        }
        .fc-event-container .fc-event-vacations {
            background-color: #fcb965;
        }
        .fc-event .fc-content {

            }
                .fc-event .fc-content .fc-title {
                    color: #444;
                }
            .fc-event.fc-past {
                /*background-color: #dedede;*/
            }
                .fc-event .fc-title {
                    color: /*#444*/#000;
                }
/* Table (CSS ccvha-extranet.css) ====================================== Fin ====================================== */

/* Nouvelle table refaite le 15/03/2022 ================================ Début ================================ */
#management .calendar-flex {
    overflow: auto hidden;/* Pour mobiles ! */
}
    /* HEADER ROUGE */
    .calendar-flex .calendar-flex-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ddd;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: auto;
        min-height: 60px;
        background-color: var(--red);
        color: #fff;
    }
        .calendar-flex-header .calendar-flex-day {
            display: flex;
            justify-content: center;
            margin-right: auto;
        }
            .calendar-flex-day .cfh-button {
                border: 0;
                height: 70px;
                width: 60px;
                background-color: transparent;
                color: #fff;
                box-shadow: none;
            }
                .cfh-button .fc-icon {
                    font-size: 1.5em;
                    font-weight: 900;
                }
            .content .col-lg-12 .calendar-flex-day .calendar-flex-day-title {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 1.125em;
                font-weight: 700;
                height: 70px;
                margin-bottom: 0;
                text-transform: uppercase; 
            }
                .calendar-flex-day-title .title {
                    border: 1px solid transparent;
                    background-color: transparent;
                }
                .calendar-flex-day-title .title:is(:focus, :hover, :active) {
                    border-bottom-color: #fff;
                }
            .calendar-flex-day .btn-today {
                border: 1px solid #fff;
                border-radius: 15px;
                height: 28px;
                margin: auto 15px;
                padding: 0 10px;
                background-color: #fff;
                color: #333;
                font-size: .75em;
                font-weight: bold;
                text-transform: uppercase;
                transition: all .3s;
            }
            .calendar-flex-day .btn-today:hover,
            .calendar-flex-day .btn-today:focus,
            .calendar-flex-day .btn-today:active {
                border: 1px solid #fff;
                background-color: var(--red);
                color: #fff;
            }
    /* TABLEAU */
    /*.calendar-flex .calendar-flex-table {
        display: flex;
        border: 1px solid #ddd;
        border-top: 0;
    }
        .calendar-flex-table .calendar-flex-table-col {
            width: 100%;
        }
        .calendar-flex-table .calendar-flex-col-left {
            width: 40px;
            min-width: 40px;
        }
            .calendar-flex-col-left .calendar-flex-td {
                color: #737373;
                font-size: .75em;
            }
            .calendar-flex-table .calendar-flex-td {
                display: flex;
                align-self: stretch;
                align-items: flex-start;
                flex-direction: column;
                border-bottom: 1px solid #ddd;
                border-right: 1px solid #ddd;
                min-height: 131px;
                padding: 5px;
            }
            .calendar-flex-table .calendar-flex-td:last-child {
                border-bottom: 0;
            }
            .calendar-flex-table .calendar-flex-table-col:last-child .calendar-flex-td {
                border-right: 0;
            }
            .calendar-flex .calendar-flex-caption {
                align-items: center;
                justify-content: center;
                height: 70px;
                min-height: inherit;
            }
                .calendar-flex-caption .flex-caption-title {
                    color: #737373;
                    font-weight: 600;
                    text-transform: uppercase;
                }
            .calendar-flex-td-content .calendar-caption-title, 
            .calendar-flex-td-content .calendar-caption-empty {
                display: flex;
                align-items: center;
                position: relative;
                border-radius: 10px;
                height: 20px;
                margin: 5px 0;
                width: 100%;
                padding: 0 10px;
                background-color: #99dcf7;
                font-size: .875em;
                cursor: pointer;
                overflow: hidden;
                white-space: nowrap;
            }
            .calendar-flex-td-content .calendar-caption-empty {
                background-color: #FFFFFF;
                border-radius : 0;
                cursor: default;
            }

                .calendar-caption-title .caption-title-interne {
                    position: absolute;
                    right: 5px;
                    top: 6px;
                    border-radius: 50%;
                    height: 6px;
                    width: 6px;
                    background-color: #ff0;
                }*/

    /* Tableau refait le 17/03/2022 */
    .calendar-table {        
        border: 1px solid #ddd;
        border-top: 0;
    }
        .calendar-table .td {
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            padding: 5px;
        }
        .calendar-table .th {
            height: 70px;
            color: #737373;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
        }
        .calendar-table .th:last-child {
            border-right: 0;
        }
            .calendar-table .th .tags {
                font-size: .75em;
                font-weight: normal;
            }
            .calendar-table .calendar-desks-table-thead-location {
                font-size: .875em;
                font-weight: normal;
                text-transform: initial;
            }
            .calendar-table .calendar-desks-table-thead-rdvcount {
                margin-left:5px;
            }
        .calendar-table .hour {
            height: 121px;
            width: 40px;
            color: #737373;
            font-size: .75em;
        }
        .calendar-table .td-table {
            padding: 0;
        }
            .table-rdv .table-rdv-border {
                height: 1px;
                background-color: #ddd;
            }
                .calendar-table .calendar-caption-title, 
                .calendar-table .calendar-caption-empty {
                    display: flex;
                    align-items: center;
                    position: relative;
                    border-radius: 10px;
                    height: 20px;
                    margin: 5px;
                    width: calc(100% - 10px);
                    padding: 0 10px;
                    background-color: #99dcf7;
                    font-size: .875em;
                    cursor: pointer;
                    /*overflow: hidden;*/
                    white-space: nowrap;
                }
                .calendar-table .calendar-caption-empty {
                    background-color: #FFFFFF;
                    border-radius: 0;
                    cursor: default;
                }
                .table-rdv .calendar-slot2 .calendar-caption-title {
                    height: 50px;
                }
                .table-rdv .calendar-slot2.calendar-rowspan .calendar-caption-title {
                    height: 51px;
                }
                .table-rdv .calendar-slot3 .calendar-caption-title {
                    height: 80px;
                }
                .table-rdv .calendar-slot3.calendar-rowspan .calendar-caption-title {
                    height: 81px;
                }
                .table-rdv .calendar-slot4 .calendar-caption-title {
                    height: 110px;
                }
                .table-rdv .calendar-slot4.calendar-rowspan .calendar-caption-title {
                    height: 111px;
                }
                    .calendar-caption-title .caption-title-interne {

                    }
                    .table-rdv .calendar-rowspan .calendar-caption-title::before,
                    .table-rdv .calendar-rowspan .calendar-caption-title::after {
                        content: '';
                        position: absolute;
                        height: 1px;
                        width: 5px;
                        background: #ddd;
                    }
                    /* ROWSPAN = 2 */
                    .table-rdv .calendar-slot2.calendar-rowspan .calendar-caption-title::before {
                        top: 25px;
                        left: -5px;
                    }
                    .table-rdv .calendar-slot2.calendar-rowspan .calendar-caption-title::after {
                        top: 25px;
                        right: -5px;
                    }
                    /* ROWSPAN = 3 */
                    .table-rdv tr:nth-child(5n + 4) .calendar-slot3.calendar-rowspan .calendar-caption-title::before {
                        top: 25px;
                        left: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 4) .calendar-slot3.calendar-rowspan .calendar-caption-title::after {
                        top: 25px;
                        right: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 3) .calendar-slot3.calendar-rowspan .calendar-caption-title::before {
                        top: 55px;
                        left: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 3) .calendar-slot3.calendar-rowspan .calendar-caption-title::after {
                        top: 55px;
                        right: -5px;
                    }
                    /* ROWSPAN = 4 */
                    .table-rdv tr:nth-child(5n + 4) .calendar-slot4.calendar-rowspan .calendar-caption-title::before {
                        top: 25px;
                        left: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 4) .calendar-slot4.calendar-rowspan .calendar-caption-title::after {
                        top: 25px;
                        right: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 3) .calendar-slot4.calendar-rowspan .calendar-caption-title::before {
                        top: 55px;
                        left: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 3) .calendar-slot4.calendar-rowspan .calendar-caption-title::after {
                        top: 55px;
                        right: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 2) .calendar-slot4.calendar-rowspan .calendar-caption-title::before {
                        top: 85px;
                        left: -5px;
                    }
                    .table-rdv tr:nth-child(5n + 2) .calendar-slot4.calendar-rowspan .calendar-caption-title::after {
                        top: 85px;
                        right: -5px;
                    }

/* Nouvelle table refaite le 15/03/2022 ================================ Fin ================================ */


/* Gérer les rendez-vous */
#management > .frame > table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
    #management > .frame > table td[align="right"] {
        margin-left: auto;
    }
        #management > .frame > table td[align="right"] .button {
            margin-bottom: 20px;
        }
        .form-flex {
            display: flex;
        }
        #management .artifica-form.form-flex {
            flex-wrap: wrap;
            margin-bottom: 0;
        }
            .form-flex .artifica-form-item {
                margin-right: 20px;
                padding-bottom: 20px;
            }
            .form-flex .artifica-form-item:last-child {
                margin-left: 0;
            }
                #management .artifica-form-item select {
                    max-width: 200px;
                }
        #myFullcalendar .fc-button-primary:not(:disabled):active,
        #myFullcalendar .fc-button-primary:not(:disabled).fc-button-active {
            border-color: var(--palered);
            padding: 0 10px;
            background-color: var(--palered);
        }
        #myFullcalendar .fc-button-primary:not(:disabled):active:focus,
        #myFullcalendar .fc-button-primary:not(:disabled).fc-button-active:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
/* CALENDRIER */
#myFullcalendar td {
    height: 60px;
}
#myFullcalendar .fc-dayGridMonth-view td {
    height: 218px;
}
#myFullcalendar .fc-dayGridMonth-view .fc-widget-header {
    height: 60px;
}
#myFullcalendar .fc-timeGridWeek-view td,
#myFullcalendar .fc-timeGridDay-view td {
    height: 120px;
}
#myFullcalendar .fc-timeGridWeek-view .fc-widget-header,
#myFullcalendar .fc-timeGridDay-view .fc-widget-header {
    height: 60px;
}
hr.fc-divider.fc-widget-header {/* Ligne bas de tableau */
    display: none;
}

.fc-body .fc-axis {
    color: #737373;
    font-size: 1.3rem;
    text-align: left;
    vertical-align: top;
}
#myFullcalendar .fc-body .fc-axis {
    padding: 5px;
}


/* Tableau Paramètres */
.form-table {
    overflow-x: auto;
    overflow-y: hidden;
}
    .parametres tr {
        border-bottom: 1px solid #e3e3e3;
    }
        .parametres td {
            padding: 30px 10px;
            /*white-space: nowrap;*/
        }
            .parametres select {
                padding: 10px;
                border-color: #e3e3e3;
            }
            .parametres select + select {
                margin-left: 5px;
            }
            .parametres .no-break {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 40px;
                width: 45px;
                color: #737373;
                font-size: 16px;
                cursor: pointer; 
            }
        tr.tr-last {
            border-bottom: none;
        }

        .td-overflow {
            position: relative;
            overflow: hidden;
        }
            .td-overflow input {
                position: absolute;
                top: -50px;
            }
            .td-overflow label {
                display: flex;
                margin: 0;
                position: relative;
                font-weight: 500;
            }
                .td-overflow label::before {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    content: '';
                    border: 1px solid #e3e3e3;
                    height: 24px;
                    margin-right: 10px;
                    width: 24px;
                    min-width: 24px;
                    font-size: 16px;
                }
                .td-overflow input:checked + label::before {
                    content: '\f00c';
                    border-color: ;
                    background-color: #ff5a5f;
                    color: #fff;
                    font-weight: 600;
                }
            .add-button {
                display: inline-flex;
                border: 1px solid #ccc;
                border-radius: 25px;
                height: 50px;
                padding: 0 25px;
                background-color: transparent;
                color: #737373;
                font-size: 1.4rem;
                font-weight: 600;
                text-transform: uppercase;
            }
.motif-title {
    padding-right: 50px;
}
/* Page paramètres */
/* Horaires exceptionnels */
.backendlayout-structure .horaire-title {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-right: 60px;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: left;
}
.horaire-table .horaire-date,
.horaire-table .motif-text,
.horaire-table select {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #e3e3e3;
    height: 50px;
    padding-left: 20px;
    width: 200px;
}
.horaire-table {
    width: 100%;
}
.horaire-table .button {
    margin: 0 0 10px 10px;
}
.horaire-date .fa-calendar-alt {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--red);
}
.horaire-table .flex {
    display: flex;
    justify-content: space-between;
}
.horaire-table tr {
    border-bottom: 1px solid #e3e3e3;
}
.horaire-table tr.tr-last {
    border-bottom: none;
}
.horaire-table input[type="checkbox"] {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 24px;
    margin: 0;
    width: 24px;
    background-color: transparent;
    -webkit-appearance: button;
}
.horaire-table label {
    margin: 0;
}

.backendlayout-structure .button {
    border: 1px dashed #e3e3e3;
    border-radius: 25px;
    height: 50px;
    padding: 0 25px;
    background-color: transparent;
    color: #737373;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
    .backendlayout-structure .button .fas {
        color: var(--red);
        font-size: 16px;
        margin-right: 10px;
    }
.backendlayout-structure .button + button {
    margin-left: 20px;
}
.backendlayout-structure .button-red {
    border-color: var(--red);
    background-color: var(--red);
    color: #fff;
}
.backendlayout-structure span.close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #737373;
    font-size: 16px;
    float: none;
    text-shadow: none;
    opacity: 1;
}
/*.backendlayout-structure .frame-motifs .alert-info {
    border-color:#d6d8db;
    background-color:#e2e3e5;
    color:#383d41;
    text-align: left;
}
    .frame-motifs .alert-info .input-group {
        width: 50%;
    }
    .frame-motifs .btnCancel {
        background-color: #fff;
    }
    .frame-motifs .jHtmlArea {
        display: flex;
        flex-direction: column;
    }
        .frame-motifs .ToolBar ul {
            display: flex;
        }*/

#modalAddMotif, #modalAddLocation {
    text-align: left;
}
    #modalAddMotif .input-group {
        width: 100%;
    }
    #modalAddMotif .btn {
        border-radius: 25px;
        height: 50px;
        padding: 0 25px;
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
    }


/* Motifs de rendez-vous */
.horaire-table .motif-text {
    margin-right: 20px;
    width: 570px;
}
.horaire-table label {
    display: block;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1.6rem;
    text-align: left;
}
.horaire-table select {
    margin-right: 20px;
    width: 175px;
    color: #737373;
}
.horaire-table tr.motif-hidden {
    color:#aeaeae;
}
.frame-load {
    min-height: 200px;
}

/* Encart du service */
.frame-type-html .frame textarea {
    height: 100px;
    width: 100%;
    max-width: 100%;
}
.jHtmlArea iframe {
    height: 250px!important;
}

/* Événements */
.fc-time-grid .fc-event, 
.fc-time-grid .fc-bgevent {
    height: 0;
}
.fc-time-grid-event.fc-short .fc-content {
    line-height: 1.8;
}

/* Infobulle du calendrier */
#infobulle {background-color:#fff; border-radius:4px; box-shadow:0 0 7px rgba(0,0,0,0.15); display:none; left:50%; max-width:370px; padding:20px; position:absolute; top:-9px; transform:translateX(-50%); width:250px; max-width:100%; z-index:9999999999999999;}
#infobulle.open {display:block;}
    #infobulle::before {background-color:#fff; box-shadow:0 0 7px rgba(0,0,0,0.15); content:''; display:block; height:17px; left:50%; margin:-9px auto 0; padding:1px; position:absolute; top:7px; -webkit-transform:rotate(45deg) translateX(-50%); -ms-transform:rotate(45deg) translateX(-50%); transform:rotate(45deg) translateX(-50%); width:17px;}
    #infobulle::after {background-color:#fff; content:''; display:block; height:15px; left:50%; position:absolute; top:0; transform:translateX(-50%); width:30px;}
    #infobulle .btn-default {
        background: url("../Img/cancel-grey.svg") no-repeat center center;
        background-size: 14px 14px;
        border: 0;
        box-shadow:none;
        height: 24px;
        left: auto;
        opacity:1;
        overflow: hidden;
        position: absolute;
        right: -1px;
        text-indent: 200%;
        top: -1px;
        width: 24px;
    }
    #infobulle .statut {border-radius:4px; color:#fff; font-size:12px; left:auto; padding:2px 5px; position:absolute; right:35px; text-transform:uppercase; top:20px;}
    #infobulle .fc-event-canceled {background-color:#f3a59d;}
    #infobulle .fc-event-to-complete {background-color:#99dcf7;}

    #infobulle .category {color:#337ab7; display:block; font-size:1em; font-weight:600; margin-bottom:0; padding-right:90px;}
    #infobulle .title {font-size:1em; font-weight:600; margin-bottom:0; text-transform:uppercase;}
        #infobulle .title a {color:#666;}
    #infobulle .lead {color:#666; font-size:1em; font-weight:500; margin-bottom:0;}
    #infobulle .text {margin:10px 0;}
    #infobulle .date {margin-bottom:0;}
    #infobulle .edit {float:right; margin:20px 0 0; position:static;}

    #infobulle .text, 
    #infobulle .infos {
        color: #333;
        font-size: 13px;
        line-height: 1.5;
    }
        #infobulle a {
            color: var(--blue);
            display: block;
        }    
    #infobulle .text {
        margin-bottom: 10px;
    }
        #infobulle .time,
        #infobulle .hour {
            display: block;
        }
    #infobulle .motif {        
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
    }
    #infobulle .feuser {
        margin: 0;
        color: var(--red);
        font-size: 1.2rem;
        font-weight: 900;
    }
    #infobulle .button-remove {
        padding: 0 20px;
        height: 31px;
        white-space: nowrap;
    }

/* Accordéons formulaire du Management ================================ Début ================================ */
.collapse {
    display: none!important;
}
    /* Styles mobile maintenant pour tous les affichages */
    .patchclient-schedule .accordions-mobile {
        height: inherit; /* à cause des styles en merge ! */
        overflow: visible;
    }
    /*.accordions-mobile { Plus besoin de cacher l'ensemble des jours !
        height: 213px;
        width: 100%;
        overflow: hidden;
    }*/
    .height-auto .accordions-mobile {
        height: auto;
    }
        .accordions-mobile .accordion {
            margin-bottom: 10px;
        }
            .content .col-lg-12 .accordions-mobile .accordions-header {/* Surcharge h2 */
                border: 0;
                margin: 0;
                padding: 0;
                cursor: pointer;
            }    
                .accordions-mobile .accordions-header .btn-link,
                .accordions-mobile .accordions-header .btn-link:focus,
                .accordions-mobile .accordions-header .btn-link:active,
                .accordions-mobile .accordions-header .btn-link:active:focus {
                    padding: 12px 50px 11px 20px;                  
                    color: #333;
                    font-weight: 700;
                    outline: none;
                }
                .accordions-mobile .accordions-header .btn-link {
                    position: relative;
                    border-radius: 5px;
                    min-height: 50px;
                    padding: 12px 50px 11px 20px;
                    width: 100%;
                    background-color: #eff4f5;
                    font-size: .5em;
                    text-align: left;
                    transition: all .3s ease;
                }
                .accordions-mobile .accordions-header .btn-link:not(.collapsed),
                .accordions-mobile .accordions-header .btn-link:not(.collapsed):focus {
                    border-bottom-left-radius: 0;
                    border-bottom-right-radius: 0;
                    background-color: #0b6ba8;
                    color: #fff;
                }
                    .patchclient-schedule .accordions-mobile .accordions-header .btn-link .fa-caret-down {
                        position: absolute;
                        right: 16px;
                        top: calc(50% - 6px);
                        transform: rotate(0);
                        /*transition: transform .3s ease;*/
                        transition: none;
                    }
                    .accordions-mobile .accordions-header .btn-link.collapsed .fa-caret-down {
                        transform: rotate(0);
                    }
                    .accordions-mobile .accordions-header .btn-link:not(.collapsed) .fa-caret-down {
                        transform: rotate(-180deg);
                    }

                .accordions-mobile .collapse.in {
                    display: block!important;
                    border-bottom-left-radius: 5px;
                    border-bottom-right-radius: 5px;
                    box-shadow: 0 3px 7px rgb(0 0 0 / 15%);
                }                
                    .accordions-mobile .card-body {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: start;
                        padding: 10px;
                    }
                        .accordions-mobile .card-body .hour {
                            display: inline-block;
                            border-radius: 5px;
                            margin: 5px;
                            background-color: #d9f5f4;
                            color: #333;
                            font-size: .875em;
                            font-weight: bold;
                        }
                        .accordions-mobile .card-body .hour.active {
                            background-color: #ff5256;
                            color: #fff;
                        }
/* Accordéons */
    .accordions-mobile {
        height: auto;       
        width: 100%;
        overflow: hidden;
    }
    .height-auto .accordions-mobile {
        height: auto;
    }
        .accordions-mobile .accordions-header {
            border: 0;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }    
            .accordions-mobile .accordions-header .btn-link,
            .accordions-mobile .accordions-header .btn-link:focus,
            .accordions-mobile .accordions-header .btn-link:active,
            .accordions-mobile .accordions-header .btn-link:active:focus {
                padding: 3px 10px;
                color: #333;
                font-weight: 700;
                outline: none;
            }
            .accordions-mobile .accordions-header .btn-link {
                position: relative;
                width: 100%;
                background-color: #efefef;
                text-align: left;
                transition: all .3s ease;
            }   
                .accordions-mobile .accordions-header .btn-link .fa-caret-down {
                    position: absolute;
                    right: 5px;
                    top: 7px;
                    transform: rotate(0);
                    transition: transform .3s ease;
                }
                .accordions-mobile .accordions-header .btn-link.active .fa-caret-down {
                    transform: rotate(-180deg);
                }

            .accordions-mobile .collapse.in {
                display: block!important;
            }                
                .accordions-mobile .card-body {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: start;
                    padding: 5px 0;
                }
                    .accordions-mobile .card-body .hour {
                        display: inline-block;
                        margin: 5px;
                    }
                    .accordions-mobile .card-body .hour:hover,
                    .accordions-mobile .card-body .hour:focus,
                    .accordions-mobile .card-body .hour:active {
                        background-color: #fff;
                        color: #0b6ba8;
                    }
                    .accordions-mobile .card-body .hour.active {
                        background-color: #ff5256;
                        color: #fff;
                    }

/* Accordéons formulaire du Management ================================ Fin ================================ */


/* 05 = Formulaire */
select {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    box-shadow: none;
}
.artifica-form.form-table {
    margin-bottom: 2rem;
    text-align: left;
}
    .artifica-form .label {
        color: #333;
        display: block;
        font-size: 1.6rem;
        padding: .2em 1em .2em 0;
        text-align: left;
    }
    .artifica-form select {
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

/* Validation rendez-vous */
.page-1879 .alert-success {
    background-color: transparent;
    border: 0;
    margin-bottom: 50px;
    color: #333;
    text-align: center;
}
    .page-1879 .alert-success .fa-check {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        height: 70px;
        margin: 0 auto 30px;
        width: 70px;
        background: var(--red);
        color: #fff;
        font-size: 24px;
    }
    .page-1879 .alert-success h2 {
        border: 0;
        margin: 0 0 20px;
        padding: 0;
        /*font-size: 1.25rem;*/
    }

.artifica-form.form-services {
    margin-bottom: 5rem;
}
.artifica-form.form-services .artifica-form-item {
    margin-left: 0px;
}
.frame-service-hidden {

}
.frame-service-hidden table {
     width : 100%;
     border-collapse: unset;
}
.frame-service-hidden table tr {
     border-top: none;
}
.frame table td p {
    margin: 0px;
}
.frame table td p.closed {
    color: red;
}
.frame table td p.opened {
    color: green;
}
.frame-schedule {
    padding-top: 0px;
}
.comment {
    text-align: left;
}
/* Dates exceptionnelles */
.list-flex .btn-date .fa-calendar-alt {
    color: var(--red);
}
#modalAddException .modal-header {
    background-color: var(--red);
}
#modalAddException .radio .fa-check {
    color: var(--red);
}


/* 06 = Modale */
.modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
}
    .modal .modal-header {
        background-color: var(--red);
        color: #fff;
    }
        .modal-header .modal-title {
            font-size: 1.125em;
            font-weight: 600;
        }
        .modal-header .close {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 60px;
            margin: -15px -15px -15px 0;
            width: 60px;
            color: #fff;
            opacity: 1;
        }
    .modal-body .text-left {/* Ajouter un guichet */
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
        .backendlayout-structure .modal-body .button {
            margin: 0 10px;
        }
/* Formulaire */
.modal-body {
   min-height: 150px;
}
.modal-body input {
    border: 1px solid #ddd;
    padding: 6px 12px;
    outline: none;
}

#calendar-desks .calendar-render {

    display: inline-block;
    left: 30px;
    position: absolute;
    top: 159px;
    z-index: 100;
}


/* ==================================== RESPONSIVE ==================================== */

@media (max-width:1200px) {

    /* Liens portails */
    .header .linkHeader {background:none;}

    /* Login */
    .frame-type-login {
        width: 50%;
    }

}

@media (max-width:991px) {
/* Page de contenu */
    /* CALENDRIER */
    .fc-toolbar .fc-center h2 {
        font-size: 1.3rem;
        margin: 0;
        min-width: 160px;
    }
    .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
        font-size: 1.2rem;
    }
    .firefox .fc-header-toolbar .fc-right .fc-headerAddRdv-button,
    .ie .fc-header-toolbar .fc-right .fc-headerAddRdv-button,
    .edge .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
        line-height: 2.5;
    }
    /* GUICHETS */
    #parametres-schedule-form .parametres tr {
        border: 0;
        display: flex;
        flex-direction: column;
    }
        #parametres-schedule-form .parametres tr td {
            padding: 0 0 10px;
        }
        #parametres-schedule-form .parametres .td-overflow {
            /*border-bottom: 1px solid #e3e3e3;*/
            padding-bottom: 20px;
        }
            #parametres-schedule-form .parametres .td-overflow label {
                justify-content: flex-start;
            }
}

@media (max-width:768px) {

 /* Login */
    .frame-type-login {
        width: 80%;
    }
    .container-fluid {
        padding: 0 10px;
    }
        .row {
            margin: 0 -10px;
        }
    .container-fluid .submenu {
        margin: 0 -10px;
    }

/* Header */
    .header-title {
        font-size: 2.5rem;
    }
        .header-title .badge-secondary {
            right: -40px;
            padding: 5px;
            font-size: 1rem;
        }
/* Menu */
    .menuContainer .frame a {
        padding: 28px 0 28px 80px;
    }
        .menuContainer .frame a::before {
            top: 9px;
        }
    .menuContainer .frame {
        margin-bottom: 20px;
    }
    .header .footerMenu a {
        padding: 30px;
    }

/* Page de contenu */
/* CALENDRIER */
    #myFullcalendar {
        margin-top: 50px;
    }
    .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
        right: 0;
        top: -50px;
        border-color: var(--red);
        background-color: var(--red);
        font-size: 1.2rem;
    }
    .fc-day-header span .number {
        height: 24px;
        width: 24px;
        font-size: 1.2rem;
    }

}

@media (max-width:576px) {
/* 03 = Header */
    .header-bottom-page .logo {
        max-width: 150px;
    }
        .header-bottom-page .logo-img {
            height: auto;
            max-width: 100%;
        }
    .header .user_connected {
        margin: 0 20px;
    }
        .name_user .user-firstname,
        .name_user .user-lastname {
            display: none;
        }
        .header .dropdown-menu {
            width: auto;
        }
/* 04 = Contenu page */
    .content .submenu {
        padding: 20px;
    }
        .content .titlePage {
            margin: 0 0 20px;
            font-size: 3rem;
        }
    .backendlayout-structure .button-red {
        margin: 0;
    }
    .backendlayout-structure #parametres-hidden-message + .button-red {
        margin: 20px auto;
    }
    .backendlayout-structure .tr-last .button-red {
        margin: 0 0 20px;
    }
    /* Guichets */
    /* Liste */
    .frame-motifs .parametres {
        border-top: 1px solid #e3e3e3;
    }
    .guichet-accordion .frame-motifs .parametres {
        border-top: 0;
    }
        .frame-motifs .tr {
            display: flex;
            flex-direction: column;
            border-left: 1px solid #e3e3e3;
            border-right: 1px solid #e3e3e3;
            border-bottom: 1px solid #e3e3e3;
        }
        .frame-motifs .tr:first-child {
            display: none;
        }
            .frame-motifs .tr .th, 
            .frame-motifs .tr .td {
                min-height: inherit;
                padding: 6px 12px;
            }
            .frame-motifs .tr .th {
                display: none;
            }
            .frame-motifs .tr .td {
                border: 0;
            }
                .parametres .list-flex .flex-hour select + select {
                    margin: 0 0 0 5px;
                }
                .parametres .tr-last .button + .btnValidate {
                    margin: 20px auto;
                    width: 224px;
                }
    /* Fiche */
    .guichets-single .row {
        max-width: inherit;
    }
}