/* CSS Publications Saint-Germain-en-Laye */
/*
/* 00 = Fonts
/* 01 = Styles globaux
/* 02 = Header
/* 03 = Contenu page
        Page connexion
/* 04 = Formulaire
/* 05 = Modale
/*
/* ============================= */


/* 01 = Styles globaux */
.hidden {
    display: none !important;
}
.modal-open {
    overflow: hidden!important;
}
/* Reset */
body {
    background-color:#fff;
}
    input:-webkit-autofill {/* Enlève le fond jaune sur Chrome */
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }
    a {
        color: #0b6ba8;
        text-decoration: underline;
    }
    a:hover {
        color: #0b6ba8;
        text-decoration: none;
    }
.safari select {
    -webkit-appearance: none;
}


/* 02 = Header */
.header {position:relative;}
    .header .menuButton {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border: 0;
        height: 80px;
        padding: 0;
        width: 80px;
        background-color: transparent;
    }
        .header .menuButton .fa-bars {
            color: #fff;
            font-size: 24px;
        }

    /* Menu */
    .menuContainer {
        position: fixed;
        bottom: 0;
        left: -340px;
        top: 0;
        z-index: 9;
        padding: 0;
        width: 320px;
        box-shadow: 0 0 5px rgba(0,0,0,.3);
        transition: left .3s;
    }
    .menuContainer.opened {
        left: 0;
    }
        .menuContainer .closeContainer {
            position: absolute;
            left: auto;
            right: 0; 
            top: 0;
            z-index: 1;
            border: 0;
            height: 80px;
            width: 80px; 
            background: url("../Img/cancel.svg") no-repeat center center / 30px 30px;
        }
        .menuContainer ul {
            margin-bottom: 0;
        }
        .menuContainer .list-unstyled .dropdown a,
        .menuContainer .frame a {
            position: relative; 
            display: block;
            border-bottom: 1px solid #ddd; 
            padding: 32px 0 32px 80px;
            color: #fff; 
            line-height: 1; 
        }
        .menuContainer .list-unstyled .dropdown a::before { 
            position: absolute; 
            left: 15px; 
            top: 15px; 
            display: block; 
            content: ''; 
            border-radius: 50%;
            height: 50px; 
            width: 50px;
        }
        .menuContainer .list-unstyled .dropdown .accueil::before {
            background:url("../Img/home.svg") no-repeat center center / 20px 16px; 
        }
            .menuContainer .list-unstyled .dropdown a p {
                margin: 0; 
                padding: 0;
            }
        /*.menuContainer .list-unstyled .dropdown .modifier::before {background:url("../Img/profile.svg") no-repeat center center; background-size:25px 24px;}*/
        .menuContainer .frame {
            margin: 0; 
            padding: 0;
        }
            .menuContainer .frame ul {
                list-style: none; 
                padding-left: 0;
            }
                .menuContainer .frame a::before {
                    position: absolute; 
                    left: 15px; 
                    top: 15px; 
                    display: block; 
                    content: ''; 
                    border-radius: 50%; 
                    height: 50px; 
                    width: 50px;
                }
                .menuContainer .frame a::before {
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: 24px 24px;
                }
     
    .header .siteLink {
        display: block;  
        border: 1px solid #dadada; 
        border-radius: 4px; 
        margin: 50px; 
        padding: 20px 0 20px 60px; 
        width: 220px;
        background: url("../Img/earth-globe.svg") no-repeat 20px 18px / 18px 18px;
        color: #fff; 
        line-height: 1; 
    }
    .footerMenu a {
        position: absolute; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        top: auto;
        display: block;
        padding: 24px 0 24px 60px;
        color: #fff;  
        font-size: .688em; 
        line-height: 1;  
    } 
        .footerMenu a::before {
            position: absolute; 
            left: 20px; 
            top: 18px; 
            display: block; 
            content: ''; 
            border-radius: 50%; 
            height: 24px; 
            width: 24px;
            background: url("../Img/artifica.svg") no-repeat center center / 24px 24px; 
        }

    /* Liens portails */
    .header .linkHeader {
        display: inline-block;  
        padding: 31px 0 31px 115px;
        line-height: 1;
    }

    /* Login / logout */
    .header .tx-felogin-pi1 {
        height: 80px; 
        padding: 32px 0 32px 80px;
        background: url("../Img/group.svg") no-repeat 18px 20px / 40px 40px; 
        line-height: 1; 
        float: right; 
    }
        .header .tx-felogin-pi1 h3,
        .header .tx-felogin-pi1 > div,
        .header .tx-felogin-pi1 legend,
        .header .tx-felogin-pi1 label {
            display: none;
        }
        .header .tx-felogin-pi1 form fieldset {}
            .header .tx-felogin-pi1 form fieldset div {
                position: relative;
                float: left; 
            }
            .header .tx-felogin-pi1 form fieldset div:nth-child(2) {
                margin-right: 10px;
            }
                .header .tx-felogin-pi1 form fieldset div:nth-child(2)::before {
                    content:''; 
                    height:12px; 
                    left:auto; 
                    position:absolute; 
                    right:-9px; 
                    top:4px; 
                    width:1px;
                }            
            .header .tx-felogin-pi1 form fieldset input[type="submit"] {
                border: 0; 
                background: none; 
                text-decoration: underline;
            }

/* Connexion */
.connexion {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}
    .connexion .frame-type-login {
        padding: 10px;
        width: 170px;
    }
        .connexion h3,
        .connexion .frame-inner > p,
        .connexion .form-horizontal legend,
        .connexion .avatar,
        .button-logout .fa-power-off,
        .button-logout .link {
            display: none;
        }
        .connexion .text-success,
        .connexion .username {
            color: #fff; 
        }
        .connexion .username {
            cursor: pointer;
        }
    .connexion .button-logout {
        left: auto;
        right: 0;
        margin: 0;
        padding: 0;
        min-width: inherit;
    }
        .connexion .submit,
        .connexion .submit:hover,
        .connexion .submit:active,
        .connexion .submit:focus {
            border: 0;
            background-color: #fff;
            color: #0b6ba8;
            font-weight: 900;
        }

   
/* 03 = Contenu page */
.frame {
    padding: 0;
}
.content .frame {
    width: 100%;
}
    .frame-type-felogin_login .frame-container {
        padding: 0;
        max-width: 100%;
    }
    .frame-type-felogin_login label {
        margin-bottom: 10px;
        width: 100%;
    }
/* Formulaires */
.content .form-horizontal div {
    margin: 0 0 20px;
    padding: 0;
}

/* Formulaire connexion */
.content .content-connexion {
    position: relative;
    margin: -60px auto 0;
    padding: 50px;
    width: 470px;
    background-color: #fff;
}
    .content .titlePage {
        margin:0 0 35px;
        color: #333;
        font-size: 3rem;
        font-weight: bold;
    }
        .content .frame-type-login h3 {
            font-size: 1.6rem;
        }
        .content .frame-type-login p {
            font-size: 1.4rem;
            line-height: 24px;
        }
        .content .frame-type-login .form-horizontal {
            margin-top: 25px;
        }
            .content .frame-type-login .form-horizontal legend {
                display: none;
            }
            .content .frame-type-login .form-horizontal .form-control {
                border-radius: 3px;
                height: 50px;
                padding: 0 20px;
                font-size: 1.6rem;
            }
            .content .frame-type-login .form-horizontal .forgot-password {
                margin: -12px 0 25px;
                text-align: right;
            }
                .content .frame-type-login .form-horizontal .forgot-password a {
                    color: #999;
                    text-decoration: none;
                }
            .content .frame-type-login .form-horizontal .login-submit {
                display: block;
                margin: 0 auto;
                font-size: 1.6rem;
                cursor: pointer;
                outline: none;
            }
            .content .frame-type-login .form-horizontal .felogin-hidden {
                margin: 0;
            }
/* Autres pages */
.content {
    text-align: center;
}
    .level-3 .content .container-title {
        background-color: #fff;
        margin: 0 -20px 30px;
        text-align:left;
    }
        .content .titlePage {
            margin: 20px 0;
        }
        .level-3 .content .titlePage {
            position: relative;
            margin: 70px 0 70px 130px;
            color: #333;
            font-weight: bold;
        }
            .level-3 .content .titlePage::before {
                position: absolute;
                left: -130px;
                top: -30px;
                content: '';
                border-radius: 50%;
                height: 100px;
                width: 100px;
                background: #9f8f68 url("../Img/profile.svg") no-repeat center center / 40px 38px;
            }
    /* Cadres blancs */    
    .content .tx-felogin-pi1,
    .content .frame-type-menu li/*,
    .content .form-horizontal*/ {
        border: 1px solid #ddd; 
        margin: 0 auto 50px; 
        padding: 50px;
        background-color: #fff; 
    }    
    .content .tx-felogin-pi1 {
        width: 470px;
    }
    /* Login */
        .content .tx-felogin-pi1 h3,
        .content .tx-felogin-pi1 > div,
        .content .tx-felogin-pi1 form legend,
        .content .tx-felogin-pi1 form label/*,
        .content .form-horizontal legend*/ {
            display: none;
        }
        .content .tx-felogin-pi1 form input/*,
        .content .form-horizontal input*/ {
            position: relative; 
            border: 1px solid #ddd; 
            height: auto;  
            margin-bottom: 30px;
            padding: 16px 50px 16px 20px;  
            width: 100%;
            line-height: 1;
        }
        .content .tx-felogin-pi1 form input:focus/*,
        .content .form-horizontal input:focus*/ {
            box-shadow: none;
        }
        .content .tx-felogin-pi1 form input[type="submit"]/*,
        .content .form-horizontal .submit*/ {
            display: inline-block; 
            border: 0; 
            border-radius: 4px; 
            margin-bottom: 0; 
            padding: 17px 48px; 
            /* width:170px;*/width: auto;
            line-height: 1; 
            text-align: center;
        }
    /* Modifier */
    .container-fluid .submenu {
        margin: 0 -20px;
        background-color: #eaeeef;
    }
        .content .frame-type-menu {
            padding: 0;
        }
            .content .frame-type-menu ul {
                display: flex; 
                flex-direction: row; 
                justify-content: center; 
                padding: 0;
                list-style: none; 
                overflow: hidden; 
            }
                .content .frame-type-menu li { 
                    border: 0; 
                    margin: 0 50px; 
                    padding: 30px 0;
                    background-color: transparent;
                }
                    .content .frame-type-menu a {
                        position: relative; 
                        display: block;
                        border-bottom: 6px solid transparent; 
                        color: #333;  
                        font-weight: 500; 
                        text-transform: uppercase;
                    }
    /* Formulaire modifier données */
    .page-1871 .content .form-horizontal div {
        margin-bottom: 20px;
    }
        .page-1871 .content .form-horizontal label em {
            display: block; 
            width: 10px;
            float: right; 
        }
        .page-1871 .content .form-horizontal .help-block {
            text-align: left;
        } 
    .page-1871 .content .form-horizontal input {
        border-radius: 4px; 
        margin: 0;
    }
    .page-1871 .content .form-horizontal .form-group {
        margin-bottom: 30px;
    }
    .page-1871 .content .form-horizontal input[type="submit"] {
        display: block;
        border: 0;
        border-radius: 28px;
        margin: 0 auto;
        padding: 5px 12px;
        background-color: #ff5a5f;
        color: #fff;
    }
    

/* 04 = Formulaire (mêmes styles client.css) */
.form-horizontal {
    text-align: left;
}
.artifica-form.form-table {
    margin-bottom: 2rem;
    text-align: left;
}
    .artifica-form .label {
        display: block;
        padding: .2em 1em .2em 0;
        color: #333;
        font-size: 1.6rem;
        text-align: left;
    }
    .artifica-form select {
        border: 1px solid #ccc;
        padding: 5px 10px;
    }
    .form-horizontal .form-group {
        margin: 0 0 15px;
    }
        .form-horizontal .control-label {
            text-align: left;
        }
        .content .form-horizontal input {
            
        }
    .artifica-form.form-table {
        margin-bottom: 2rem;
        text-align: left;
    }
    .input-group-addon {
        position: relative;
        z-index: 3;
    }
    .input-group-addon:last-child {
        position: relative;
        left: 20px;
    }
    /*.content .form-horizontal .submit {
        border: 1px solid #ff5256;
        border-radius: 25px;
        height: 50px;
        padding: 0 25px;
        background-color: #ff5256;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
    }*/
    /* Boutons Ivry Commerçanets */
    .content .form-horizontal .submit, 
    .form-horizontal input[type="submit"], 
    .content .form-horizontal .flex-row a, 
    .content .button-red, 
    .btn-primary, 
    .btn-secondary {
        border-radius: 25px;
        height: 50px;
        padding: 0 25px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        transition: all .3s ease;
    }
    .form-horizontal .content {
        text-align: left;
    }

/* Dates exceptionnelles */
.frame-exceptionnels .list-flex,
.frame-exceptionnels .date-options {
    display: flex;
}
    .list-flex .btn-date,
    .list-flex .select-flex {
        margin: 0 30px 20px 0;
        width: 200px;
    }
    .list-flex .btn-date {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #e3e3e3;
        height: 50px;
        padding: 0 17px;
        box-shadow: none;
    }
    .list-flex .btn-date,
    .list-flex .btn-date:hover,
    .list-flex .btn-date:active,
    .list-flex .btn-date:focus {
        background-color: #fff;
    }
    .parametres .flex-hour select {
        height: 50px;
    }
    .parametres .flex-hour select + select {
        margin: 0 30px 0 10px;
    }
    .parametres .button-date-add {
        border: 1px dashed #e3e3e3;
    }
    .parametres .flex-hour .no-break {
        height: 50px;
        margin-right: 10px;
        width: 50px;
    }
    .parametres .td-overflow {
        padding-right: 30px;
    }
        .parametres .td-overflow label {
            font-weight: normal;
        }

/* Style uploads formulaire Logo + Media */
.form-fileupload-container {
    margin-bottom: 11px;
}
    .form-fileupload-container .btn {
        position: relative;
        overflow: hidden;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 10px 8px 8px 8px;
        width: 100%;
    }
        .form-fileupload-container .btn i {
            background-size: 35px 35px;
            margin-right: 7px;
            width: 35px;
            height: 35px;
            display: block;
            float: left;
        }
        .form-fileupload-container .icon-file-add {
            background: transparent url(../Img/icon-file-add-3.png) no-repeat center center;
        }

        .form-fileupload-container .icon-file-blocked {
            background: transparent url(../Img/icon-file-check.png) no-repeat center center;
        }
        .form-fileupload-container span span {
            display: block;
            float: left;
            margin-top: 7px;
        }
        .form-fileupload-container button.remove {
            display: flex;
            align-items: center;
            border: none;
            border-radius: 20px;
            height: 40px;
            margin: 0 0 0 auto;
            padding: 0 20px;
        }
        .form-fileupload-container .form-fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 1px !important;
            direction: ltr;
            cursor: pointer;
            width: 100%;
            height: 100%;
        }
        .form-fileupload-container .form-fileinput-button input[type="file"] {

        }
    .form-fileupload-container .form-fileinput-wait {
        /*color: var(--link); loading en noir... */
    }
        .form-fileupload-container .icon-file-loading {
            background: transparent url(../Img/loading.svg) no-repeat center center;/*ajax-loading-3.gif*/
            width: 32px;
            height: 32px;
        }
    .form-fileupload-container .form-fileupload-hide {
        display: none;
    }
.form-fileupload-gallery-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
    .form-fileupload-gallery-container .btn {
        position: relative;
        overflow: hidden;
        display: inline-block;
        border: 1px solid #000;
        padding: 10px 8px 8px 8px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .form-fileupload-gallery-container .form-fileinput-element,
    .form-fileupload-gallery-container .form-fileinput-button {
        height: auto; 
        /*width: calc(25% - 10px);*/
        width: 83px;
        aspect-ratio: 1 / 1;
    }    
    .form-fileupload-gallery-container .form-fileinput-button {
        border: 1px dashed #000;
        word-wrap: break-word;
        background: transparent url(../Img/icon-file-plus.png) no-repeat center center / 67px 67px;
        opacity: 0.4;
    }
        .form-fileupload-gallery-container .form-fileinput-element img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .form-fileupload-gallery-container .form-fileinput-button span {
            display:none;
        }
        .form-fileupload-gallery-container .form-fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 1px !important;
            direction: ltr;
            cursor: pointer;
            width: 100%;
            height: 100%;
        }
    .form-fileupload-gallery-container .form-fileinput-element {
        padding: 0px;
        border: 1px solid #000000;
    }
        .form-fileupload-gallery-container .form-fileinput-element::before {
            position: absolute;
            right: 5px;
            top: 5px;
            content: '\f2ed';
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            text-shadow: 0 0 5px rgba(0,0,0,15);
        }
.control-label {
    display: block;
}
/* Datepicker */
#ui-datepicker-div {
    z-index: 99999!important;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: var(--link);
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #fff;
    border: 2px solid var(--link);
    color: var(--link);
    font-weight: 700;
}

#modalAddException .modal-content {
    border: 0;
    border-top-left-radius: 10px;   
    border-top-right-radius: 10px;
}
    #modalAddException .modal-header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 60px;
        padding: 0;
        color: #fff;
    }
        #modalAddException .close {
            position: absolute;
            right: 0;
            top: 0;
            height: 60px;
            width: 60px;
            color: #fff;
            font-weight: 400;
            opacity: 1;
        }
        #modalAddException .modal-title {
            font-size: 1.8rem;
            font-weight: bold;
        }
    #modalAddException .modal-body {
        padding: 30px;
    }
        #modalAddException .form-group {
            text-align: left;
        }
            #modalAddException .control-label {
                display: none;
            }
            #modalAddException .radio {
                position: relative;
                overflow: hidden;
            }
                #modalAddException .radio label {
                    display: flex;
                    align-items: center;
                    border-bottom: 1px solid #e3e3e3;
                    height: 50px;
                    padding: 0 50px 0 0;
                }
                    #modalAddException input[type="radio"] {
                        position: absolute;
                        top: -200px;
                    }
                #modalAddException .fa-check {
                    display: none;
                    position: absolute;
                    right: 16px;
                    top: 13px;
                    content: '\f00c';
                    font-weight: 600;
                }
                #modalAddException input[type="radio"]:checked + .fa-check {
                    display: inline-block
                }


/* 6 = Calendrier (ajout CSS management CCVHA ====================================== Début ====================================== */
    .calendar-buttons {

    }
    .content .calendar-buttons .button-red {
        display: inline-block;
    }

    .form-flex {
        display: flex;
    }
        .form-flex .artifica-form-item:last-child {
                margin-left: 20px;
        }
    #management > .frame > .buttons {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
        #management .buttons .action-item {
            margin-left: 15px;
        }

    .content .action-account {
        text-decoration: none;
    }
        .content .button-red {
            margin: 30px 0 30px auto;
        }

    .fc-toolbar.fc-header-toolbar {
        position: relative;
        border: 1px solid #ddd;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 60px;
        margin: 0;
        color: #737373;
        overflow: auto hidden;
    }
        .fc-header-toolbar .fc-button {
            border: 0; 
            height: 60px;
            background: none; 
            background-color: transparent;  
            color: #666; 
            box-shadow: none;
        }
            .fc-header-toolbar .fc-prev-button,
            .fc-header-toolbar .fc-next-button {
                width: 60px;
            }
            .fc-header-toolbar .fc-next-button {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }
            .fc-header-toolbar .fc-right .fc-button-group > .fc-button {
                border-bottom: 5px solid transparent;
                margin: 0 10px;
                padding: 0 10px;
                font-size: 1.4rem;
            }
            #myFullcalendar .fc-button-primary:not(:disabled):active, 
            #myFullcalendar .fc-button-primary:not(:disabled).fc-button-active {
                color: #fff;
                font-weight: bold;
            }
            .fc-button .fc-icon {
                font-weight: bold;
            }
        .fc-toolbar .fc-left {}
            .fc .fc-toolbar .fc-left .fc-button-group {}

                .fc-toolbar .fc-left .fc-corner-left {
                    position: absolute;
                    left: calc(50% - 120px);
                }
                    .fc button .fc-icon {
                        margin: 0; 
                        position: static; 
                        top: 0;
                    }
                    .fc-icon-left-single-arrow:after {
                        top: calc(50% - 8px);
                        content: "\f053";
                        font-size: 1.8rem;
                    }
                .fc-toolbar .fc-left .fc-corner-right {
                    position: absolute;
                    right: calc(50% - 120px);
                }
                    .fc-icon-right-single-arrow:after {
                        top: calc(50% - 8px);
                        content: "\f054";
                        font-size: 1.8rem;
                    }
        .fc-toolbar .fc-center {
            margin-right: auto;
            white-space: nowrap;
        }
            .fc-toolbar .fc-center h2 {
                display: inline-flex; 
                align-items: center;
                justify-content: center;
                height: 60px;
                margin-left: 10px;
                font-size: 2.4rem; 
                font-weight: bold;
                text-transform: uppercase;
            }
            .fc-header-toolbar .fc-button.fc-state-disabled {
                position: absolute; 
                left: 20px; 
                top: 56px;
                padding: 0 20px; 
                color: #fff; 
                font-weight: 600; 
                opacity: 1; 
                text-shadow: none;
            }
            .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
                position: absolute;
                right: 15px;
                top: 15px;
                display: flex;
                border: 1px solid #fff;
                border-radius: 20px;
                height: 40px;
                font-size: 1.4rem;
                font-weight: 600;
                text-transform: uppercase;
            }
            .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 {
                display: block; 
                padding: 10px 0; 
                color: #737373; 
                font-size: 1.3rem; 
                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 {
                    display: inline-flex;
                    background-color: #00ad87; 
                    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-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
        display: block;
        margin-top: 10px;
        padding: 0;
        color: #737373;
        font-size: 1.4rem;
        float: none;
    }

    #myFullcalendar td {
        height: 60px;
        padding: 0;
    }
    .fc-unthemed td.fc-today {
        background: #f3f3f3;
    }
    .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: #0b6ba8;
        }
        .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: #00ad87;
        }
        .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 {
                    position: absolute;
                    right: 5px;
                    top: 6px;
                    border-radius: 50%;
                    height: 6px;
                    width: 6px;
                    background-color: #ff0;
                }
            #infobulle .text {
                font-size: 1.3rem;
            }

    /* 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;
    }


    /* Cadres blancs */    
    .content .tx-felogin-pi1,
    .content .frame-type-menu li/*,
    .content .form-horizontal*/ {
        border: 1px solid #ddd; 
        margin: 0 auto 50px; 
        padding: 50px;
        background-color: #fff; 
    }    
    .content .tx-felogin-pi1 {
        width: 470px;
    }
/* 6 = Calendrier (ajout CSS management CCVHA ====================================== Fin ====================================== */


/* 27 = Rendez-vous (copie site.css) */
.patchclient-schedule-container .encart-rdv {
    background-color: #e3e3e3;
    margin: 0 0 10px;
    padding: 20px;
}
    .encart-rdv h3 {
        color: #333;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
.rendez-vous .rte-content,
.page-1879 > .content > .container .col-lg-12 {
    max-width: 875px;
}
    .selection-rdv {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
        .selection-rdv .carousel-control {
            position: static;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #e3e3e3;
            height: 50px;
            width: 50px;
            background: none;
            color: #666;
            font-size: 24px;
            text-decoration: none;
            cursor: pointer;
            opacity: 1;
        }    
        .selection-rdv .carousel {
            height: 190px;
            width: 100%;
        }
        .height-auto .selection-rdv .carousel {
            height: auto;
        }
            .selection-rdv .carousel-inner .item {
                height: auto;
                padding: 0;
            }
                .selection-rdv .day-rdv {
                    width: 100%;
                }
                    .day-rdv th {
                        border-bottom: 1px solid #e3e3e3;
                        height: 49px;
                        line-height: 1.3;
                        text-align: center;
                    }
                        .day-rdv .date {
                            display: block;
                            color: #737373;
                            font-weight: 400;
                        }
                    .day-rdv td,
                    .day-rdv .td {
                        padding: 5px 5px;
                        text-align: center;
                    }
                        .day-rdv .hour,
                        .card-body .hour {
                            border-radius: 2px;
                            padding: 4px 10px;
                            background-color: #e3e3e3;
                            color: #333;
                            text-decoration: none;
                            cursor: pointer;
                        }
                        .day-rdv .closed {
                            display: inline-block;
                            border-radius: 0;
                            height: 3px;
                            padding: 0;
                            width: 19px;
                            background-color: #b9b9b9;
                        }
                        .day-rdv .hour:hover,
                        .day-rdv .hour:active,
                        .day-rdv .hour:focus,
                        .day-rdv .hour.active {
                            background-color: #ff5256;
                            color: #fff;
                        }
        .empty + .patchclient-schedule .switch-table,
        .empty.collapse + .patchclient-schedule .height-auto + .switch-table {
            display: none;
        }
        .empty.collapse + .patchclient-schedule .switch-table {
            display: block;
            margin: 1rem 0;
            text-align: center;
            text-decoration: none;
        }
        .patchclient-schedule .switch-table:hover {
            text-decoration: underline;
        }

.rendez-vous .alert-success {
    background-color: transparent;
    border: 0;
    margin-bottom: 50px;
    color: #333;
    text-align: center;
}
    .rendez-vous .alert-success .fa-check {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        height: 70px;
        margin: 0 auto 30px;
        width: 70px;
        background: #ff5256;
        color: #fff;
        font-size: 24px;
    }
    .rendez-vous .alert-success h2 {
        border: 0;
        margin: 0 0 20px;
        padding: 0;
        font-size: 1.25rem;
    }

.tags {
    display: inline-flex;
    align-items: center;
    border-radius: 11px;
    height: 22px;
    padding: 0 10px;
    background-color: #999;
    color: #fff;
    font-size: .875em;
    white-space: nowrap;
}
.tag-inprogress {
    background-color: #a593ff;
}
.tag-active {
  background-color: #65bf67;
}
.tag-hidden {
    background-color: #f0a750;
}
.tag-wait {
    max-width: 100%;/* Texte long */
    background-color: #08aeea;
    overflow: hidden;
}
.tag-current {
    background-color: #74cb80;
}
.tag-validated {
    background-color: #2cc8ba;
}
.tag-refused {
    background-color: #f56b62;
}
.tag-tank {
    background-color: #fbc11e;
}
/* Partie Offre */
.tag-tobepublished {
    background-color: #c5a070;
}
.tag-archived {
    background-color: #f56b62;
}
.tag-disabled {
    background-color: #f0a750;
}
/* Demande de suppression */ 
.tag-waitdeleted {
    background-color: #f56b62;
}

.input-group {
    width: 100%;
}


/* 05 = Modale */
.text-left button.close {
    border-radius: 25px;
    padding: 0 25px;
    font-size: 1em;
}



/* ======================================== RESPONSIVE ======================================== */

@media (max-width:1200px) {/* ==================== Petites écrans desktop ==================== */

    /* Header */
    .header .container .col-lg-12 {padding:0 20px 0 80px;}

    /* Liens portails */
    .header .linkHeader {padding:31px 0 31px;}

}

@media screen and (max-width: 992px) {/* ==================== Tablettes ==================== */
    /* 27 = Rendez-vous (copie site.css) */
    .accordions-mobile {
        height: 213px;
        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;
            }
            .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.active {
                        background-color: #ff5256;
                        color: #fff;
                    }
}

@media (max-width:768px) {/* ==================== Petites tablettes ==================== */

    /* Login / logout */
    .header .tx-felogin-pi1 {background:none; padding:32px 0 32px;}

    /* Liens portails */
    .header .linkHeader {display:none;}

/* Contenu page */
    .header-content {
        padding: 70px 0 50px;
    }
    .content .titlePage {
        /*margin: 40px 0 50px;*/
        font-size: 3rem;
    }
    /* Cadres blancs */
    .content .tx-felogin-pi1,
    .content .form-horizontal {
        padding: 20px;
    }
    .content .tx-felogin-pi1,
    .content .frame-type-menu {
        max-width: 100%;
    }
    /* Modifier */
    .content .frame-type-menu li {
        width: 50%;
    }
    .content .frame-type-menu a::before {
        height: 50px;
        width: 50px;
        background-size: 20px 19px; 
    }

    /* Contenu page */
    /* Modifier */
    .content .frame-type-menu ul {
        flex-direction: column; 
        margin: 0;
    }
        .content .frame-type-menu li {
            margin: 0; 
            padding: 20px 0 14px; 
            width: auto;
        }

    /* Calendrier */
    .fc-toolbar .fc-center h2 {
        font-size: 1.8rem;
    }

    /* Formulaires */
    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    .input-group.row {
        margin: 0 -20px;
        width: 100%;
    }

}


@media (max-width:480px) {/* ==================== Portables ==================== */

    .content .frame-type-menu {
        padding: 0;
    }

    .level-3 .content .titlePage::before {
        left: -80px;
        top: -20px;
        height: 60px;
        width: 60px;
        background-size: 20px 19px;
    }
        .level-3 .content .titlePage {
            margin: 40px 0 40px 80px;
            font-size: 1.5em;
        }

            .content .tx-felogin-pi1 form input[type="submit"],
            .content .form-horizontal .submit {
                width: 100%;
            }

    .content .frame-type-menu li {
        float: none;
    }

}


@media (min-width:576px) {/* Surcharge Bootstrap */
    .modal-dialog {
        max-width: 700px;
    }
}