/* CSS MANAGEMENT de SAF */
/* 1 = Reset
/* 2 = Login / logout
/* 3 = Header
/* 4 = Formulaire
/* 5 = Contenu page
/* 6 = Calendrier
/* 7 = Rendez-vous
/* 8 = Modale
*******************************/


/* 1 = Reset */
/* Variables */
:root {
    --orange: #E94E1B;
    --orange-pale: #fff5ea;
    --grey-blue: #76838f;
    --grey-dark: #37474f;
    --dark-blue: #002b4e;
    /*--green: #99CC66;    
    */
}
.extbase-debugger-floating {
    display: none;
}
/* Fonts */
.header,
.content,
.header-title .badge-secondary {
    font-family:Roboto,Arial,Helvetica,sans-serif;
}

.dashboard .col-lg-6 .search-submit::before,
.offer-list li::before,
.modal .modal-body .modal-body-text li::before,
.navbar-nav .nav-level1::before,
.list-subpages .item .link-view::before,
.connexion .notification::before,
.form-fileupload-gallery-container .form-fileinput-element::before {
    font-family: 'Font Awesome 5 Pro';
}

a {color:#0b6ba8;}
a:visited,
a:focus,
a:hover,
a:active {
    outline: none!important;
}

.content [href*="linkTo_UnCryptMailto"]::after, 
.content [href^="mailto:"]::after, 
.icon-link-at::before {
    display: none;
}


/* 2 = Login / logout */
.header .tx-felogin-pi1 form fieldset {color:#fff;}
    .header .tx-felogin-pi1 form fieldset div {font-size:.875em;}
        .header .tx-felogin-pi1 form fieldset div:nth-child(2)::before {background-color:#fff;}

.content .frame-type-login .form-horizontal .form-control {
    border: 1px solid #ddd;
    color: #999999;
}
.content .frame-type-login .form-horizontal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.content .frame-type-login .form-horizontal .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.content .frame-type-login .form-horizontal .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.content .frame-type-login .form-horizontal .form-control:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}
.content .frame-type-login .form-horizontal .form-control:focus,
.content .frame-type-login .form-horizontal .form-control:active,
.content .frame-type-login .form-horizontal .form-control:hover {
    border-color: #737373;
}
.content .frame-type-login h3 {
    display: none;
}
    /* Connexion */



/* 3 = Header */
.header {
}
.header-not-home {
    background-color: #fff;
    box-shadow: 0 0 5px rgb(118 131 143 / 20%);
}
    .header-bottom-page {
        background-color: var(--orange);
    }
    .header .menuButton {
        
    }
        .header .menuButton .fa-bars {
            color: var(--grey-blue);
        }
    /* Logo */
    .header .admin-logo {
        height: 80px;
        margin-bottom: 0;
    }
        .header .header-logo-link {
            display: flex;
            height: 80px;
            /*width: 155px;*/
        }
            .header-logo-link .header-logo {
                height: 100%;
                width: auto;
            }
        /* Connexion */
        .header .connexion {
            margin-left: auto;
        }
            .connexion .form-horizontal {
                margin: 0;
            }
                .connexion .dropdown {
                    display: flex;
                    align-items: center;
                }
                    .connexion .dropdown-toggle {
                        position: relative;
                        display: flex;
                        align-items: center;
                        border-radius: 20px;
                        height: 40px;
                        margin-right: 20px;
                        padding: 0 15px;
                        background-color: var(--orange-pale);
                        cursor: pointer;
                    }
                        .connexion .dropdown-toggle::after {
                            display: none;
                        }
                        .connexion .dropdown-toggle .username {
                            color: var(--orange);
                        }
                    .connexion .notification {
                        position: relative;
                        border-radius: 20px;
                        height: 40px;
                        margin-right: 15px;
                        width: 40px;
                        background: #f1f4f5;
                        text-decoration: none;
                    }
                        .connexion .notification::before {
                            position: absolute;
                            left: 12px;
                            top: 5px;
                            content: '\f0f3';
                            color: var(--grey-blue);
                            font-size: 18px;
                        }
                        .connexion .notification .number {
                            position: absolute;
                            right: -5px;
                            top: -5px;
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            border-radius: 50%;
                            height: 20px;
                            width: 20px;
                            background-color: var(--green);
                            color: var(--grey-dark);
                            font-size: .875em;
                            font-weight: 600;

                        }

    /* Menu */
    .menu-aside {
        background-color: #fff;
    }
        .menu-aside .navbar {
            padding: 0;
        }
            .navbar .navbar-nav {
                width: 100%;
            }
                .navbar .navbar-nav .nav-level1 {
                    color: var(--grey-blue);
                }
                .navbar .navbar-nav .nav-level1:hover {
                    background-color: var(--orange-pale);
                    color: var(--orange);
                }
                    .navbar-nav .nav-level1::before {
                        position: absolute;
                        left: 0;
                        top: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        content: '';
                        height: 60px;
                        width: 80px;
                        font-size: 24px;
                    }
                        .navbar-nav .page-11::before {
                            content: '\f015';
                        }
                        .navbar-nav .page-13::before {
                            content: '\f073';
                        }
                        .navbar-nav .page-12::before {
                            content: '\f044';
                        }
                        .navbar-nav .page-30::before {
                            content: '\f0ce';
                        }

    .page-9 .header-bottom-page {
        display: block;
        /*background: url("../Img/admin-accueil.png") no-repeat right 7% bottom 0/18% auto,  url("../Img/admin-accueil-barre.png") no-repeat left 0 bottom 0/100% auto, var(--green);*/
    }
    .page-9 .connexion + .header-bottom-page {
        display: none;
    }
        .page-9 .header-bottom-page .logo-compte {
            display: block;
            max-height: 150px;
            margin: 0 auto;
            padding: 0;
            max-width: 100%;
        }
    .header-bottom-page.header-connexion {
        position: relative;
        z-index: 11;
        background: #fff;
        box-shadow: 0 0 5px rgb(118 131 143 / 20%);
    }
        .header-bottom-page .container {
            margin-bottom: 0;
        }
            .header-bottom-page .logo-compte {
                /*height: 80px;*/
                margin: 0;
                padding: 0 33px;
                /*width: 220px;*/
                
            }
        .header-title {
            display: block;
            margin: 0 auto;
            padding: 80px 20px 100px;
            max-width: 810px;
            font-size: 3em;
            font-weight: 400;
        }


/* 4 = Formulaire */
    .content .form-horizontal .submit,
    .form-horizontal input[type="submit"],
    .content .frame-type-felogin_login form input[type="submit"],
    .content .form-horizontal .submit:not(:disabled):not(.disabled):active, 
    .content .form-horizontal .submit:not(:disabled):not(.disabled).active,
    .content .button-red,
    .modal-body .text-left .submit,
    .modal-body .text-left .submit:focus,
    .modal-body .text-left .submit:hover,
    .modal-body .text-left .submit:active {
        border: 1px solid var(--orange);
        background-color: var(--orange);
        color: #fff;
        box-shadow: none;
    }
    .content .frame-type-felogin_login form input[type="submit"] {
        display: inline-flex;
        margin: 30px 0;
        width: auto;
    }
    .modal-dialog .form-horizontal button[data-status="-1"],
    .modal-dialog .form-horizontal button[data-status="-1"]:focus,
    .modal-dialog .form-horizontal button[data-status="-1"]:hover,
    .modal-dialog .form-horizontal button[data-status="-1"]:active,
    .modal-dialog .form-horizontal button[data-status="-1"]:not(:disabled):not(.disabled):active,
    .modal-dialog .form-horizontal button[data-status="6"],
    .modal-dialog .form-horizontal button[data-status="6"]:focus,
    .modal-dialog .form-horizontal button[data-status="6"]:hover,
    .modal-dialog .form-horizontal button[data-status="6"]:active,
    .modal-dialog .form-horizontal button[data-status="6"]:not(:disabled):not(.disabled):active,
    .modal-body .close,
    .modal-body .close:focus,
    .modal-body .close:hover,
    .modal-body .close:active,
    .form-horizontal .planification button.addDate,
    .form-horizontal .planification button.addDate:focus,
    .form-horizontal .planification button.addDate:hover,
    .form-horizontal .planification button.addDate:active {
        background-color: #f1f4f5;
        border-color: #e3e3e3;
        color: #37474f;
        font-weight: 400;
    }
    .content .form-horizontal .submit:focus,
    .form-horizontal input[type="submit"]:focus,
    .content .button-red:focus {
        outline: none;
    }
    /*.content .form-horizontal .submit:hover,*/
    .form-horizontal input[type="submit"]:hover,
    .content .button-red:hover,
    /* Surcharge Bootstrap */
    .btn-primary,
    .btn-primary:focus,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:not(:disabled):not(.disabled):active, 
    .btn-primary:not(:disabled):not(.disabled).active, 
    .show>.btn-primary.dropdown-toggle {
        border-radius: 20px;
        border-color: var(--orange);
        background-color: var(--orange);
        color: #fff;
        box-shadow: none;
    }
    .btn-primary:active:hover, .btn-primary.active:hover, 
    .open > .dropdown-toggle.btn-primary:hover, 
    .btn-primary:active:focus, .btn-primary.active:focus, 
    .open > .dropdown-toggle.btn-primary:focus, 
    .btn-primary:active.focus, 
    .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        border-color: var(--orange);
        background-color: var(--orange);
    }
    .content .form-horizontal .flex-row a {
        border: 1px solid var(--orange);
        color: var(--orange);
    } 
    input[type="file"] {
        display: block;
        border: 1px solid #ced4da;
        height: 50px;
        padding-top: 50px;
        width: 100%;
        background: 
            url("../Img/input-files-selectionner.png") no-repeat left 10px center,
            url("../Img/input-files-photo.png") no-repeat right 10px center;
        background-color: #fff;
        cursor: pointer;
        outline: none;
        overflow: hidden;
    }

    /*.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(--orange); color:#fff; font-weight:600;} 
        .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 a::before  {background-color:#9f8f68;}
    /* Formulaire modifier données */
        .content .form-horizontal label em {color:var(--orange); font-size:.875em; font-weight:400;}
        .content .form-horizontal .help-block {
            display: block;
            color: #737373;
            font-size:.875em;
            font-style: italic;
        }  
        .content .form-horizontal .file-infos {font-size:.875em;}
        .content .form-horizontal .obligatoires {
            color: #db0000; 
            font-size: .875em;
        }

.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;
    }

.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(--orange);
}
#modalAddException .modal-header {
    background-color: var(--orange);
}
#modalAddException .radio .fa-check {
    color: var(--orange);
}
/* RH - candidature */
.content .form-horizontal .form-reference {
    background-color: #0d62a0;
    color: #fff;
}
/* Boutons modale */
.modal-body .text-center .submit {
    font-weight: 400;
}


/* 5 = Contenu page */
html {
    background-color: #f1f4f5;
}
/* Text&Media */
.textmedia {
    border-radius: 5px;
    margin: 0 0 2em;
    padding: 0 0 1em;
    max-width: 50%;
    background: #fff;    
}
.textmedia,
.admin-list,
.dashboard-table,
.content .content-bloc,
.candidate-section,
.carre .content {
    box-shadow: 0 0 5px rgba(118 131 143 / 20%);
}
    .textmedia table {
        margin-bottom: 1em;
    }
    .important {
        color: #dc3545!important;
        font-weight: bold;
    }
/* Page d'authentification */
.page-9.pagelevel-1 .main-content {
    min-height: auto;
}
*:focus {
    outline: 2px solid var(--orange);
}
.header *:focus {
    /*outline: 2px solid #fff;*/
    outline: none;
}
.content {
    background-color: #f1f4f5;
}

    /* Formulaire connexion */
    .content-connexion .titlePage {
        display: none;
    }
        .content-connexion .frame-type-felogin_login .frame-container {
            padding: 0;
        }
            .content .frame-type-felogin_login h3 {
                font-weight: 600;
            }
            .content .frame-type-felogin_login p {
                font-size: 1em;
            }

    /* Page interne */
    .content .titlePage {
        font-size: 1.625em;
        font-weight: 400;
        color: var(--grey-dark);
        /*color: #76838f; FICHE MAIRIE !!! */
    }
    .content .header-date {
        margin-left: auto;
        color: var(--grey-blue);
        font-size: .75em;
    }

    /* Liste */
    /* management-listing */
    /* boutons */
    .content .management .form-horizontal .dashboard-form,
    .content .management .form-horizontal .list-buttons {
        padding: 0 20px;
        display: flex;
    }
        .dashboard-form > p {            
            display: flex;
            flex-wrap: wrap;
        }
            .form-horizontal .dashboard-form .events-info {
                white-space: nowrap;
            }
                .dashboard-form .events-info .count {
                    font-weight: 600;
                }
            .form-horizontal .dashboard-form .pipe {
                margin: 0 14px 0 9px;
            }
    .content .management .form-horizontal .list-buttons,
    .candidate-header .list-buttons {
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-bottom: auto;
    }
        .management .list-buttons .btn-create,
        .candidate-header .list-buttons .btn-create {
            margin: 0 0 10px 10px;
        }
            .management .list-buttons .btn-create .fa-pen {
                margin-right: 10px;
            }
            .management .list-buttons .btn-create:nth-child(2) {
                background-color: var(--dark-blue);
                border-color: var(--dark-blue);
            }
            .management .list-buttons .btn-create:disabled {
                opacity: 0.2;
            }
        .management .list-buttons .btn-sponsor {
            padding-left: 32px;
            background: url("../Img/coq_small_white.svg") no-repeat 8px 8px / auto 18px;
        }
        .management .candidate-header .list-buttons .btn-sponsor,
        .management .candidate-header .list-buttons .btn-sponsor:focus,
        .management .candidate-header .list-buttons .btn-sponsor:hover,
        .management .candidate-header .list-buttons .btn-sponsor:active {
            border-color: #ffd500;
            background: #ffd500 url("../Img/coq_small.svg") no-repeat 8px 8px / auto 18px;            
            color: var(--dark-blue);
        }
    .admin-list,
    .dashboard-table {
        border-radius: 5px;
        margin-bottom: 30px;
        background-color: #fff;
        overflow: hidden;
    }
        .admin-list .frame-header {
            display: flex;
        }
            .admin-list .element-header {
                display: flex;
                align-items: center;
                border-bottom: 1px solid #ececec;
                height: 70px;
                margin: 0;
                padding: 0 20px;
                width: 100%;
                background-color: #fafafa;
                color: var(--grey-blue);
                font-size: .875em;
                font-weight: 700;
                text-transform: uppercase;
            }
            .admin-list .list-subpages,
            .dashboard-table {
                flex-direction: column;
                margin: 0;
            }
                .admin-list .list-subpages .item,
                .dashboard-table .row {
                    margin: 0;
                    width: 100%;
                }
                    .admin-list .list-subpages .item .link,
                    .dashboard-table .row > div {
                        display: flex;
                        align-items: center;
                        border-bottom: 1px solid #ececec;
                        border-radius: 0;
                        min-height: 70px;
                        margin: 0;
                        padding: 0 30px;
                        background-color: transparent;
                        color: var(--grey-dark);
                        font-size: .875em;
                        transition: background-color .3s;
                    }
                    .admin-list .list-subpages .item .link:focus,
                    .admin-list .list-subpages .item .link:hover,
                    .admin-list .list-subpages .item .link:active {
                        background-color: var(--orange-pale);
                        text-decoration: none;
                    }
                        .admin-list .list-subpages .item .link .far {
                            width: 50px;
                            color: var(--grey-blue);
                            font-size: 18px;
                        }
                    .dashboard-table .table-link {

                    }
                    /* Annuaires */
                    .admin-list .list-subpages .item .link-view {
                        position: relative;
                        padding: 0 70px 0 30px;
                    }
                        /*.list-subpages .item .link-view::before {
                            position: absolute;
                            right: 24px;
                            top: 20px;
                            content: '\f06e';
                            color: var(--grey-blue);
                            font-size: 18px;
                        }*/
                    .dashboard-table.admin-list .list-subpages .item .link-view {
                        padding: 0;
                    }
                        .dashboard-table .item .link-view .col-md-5,
                        .dashboard-table .item .link-view .col-md-6,
                        .dashboard-table .item .link-view .col-md-3,
                        .dashboard-table .item .link-view .col-md-2,
                        .dashboard-table .item .link-view .col-md-1, {
                            padding: 0 30px;
                        }
                        .dashboard-table .item .link-view .col-md-2 {
                            /*text-align: right;*/
                        }
                            .dashboard-table .tags,
                            .section-list .tags,
                            .dashboard-table .sponsor,
                            .candidate-title .sponsor {
                                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;
                            }
                            .dashboard-table .sponsor,
                            .candidate-title .sponsor {
                                margin-left: 5px;
                                padding: 0 10px 0 26px;
                                background: #ffd500 url("../Img/coq_small.svg") no-repeat 6px 4px / auto 14px;
                                color: #002b4e;
                                font-size: 1em;
                                font-weight: 400;
                            }
                            .candidate-title .sponsor {
                                font-size: 14px;
                            }
                            .dashboard-table .tag-inprogress {
                                background-color: #a593ff;
                            }
                            .dashboard-table .tag-hidden {
                                background-color: #f0a750;
                            }
                            .dashboard-table .tag-wait,
                            .section-list .tag-wait {
                                max-width: 100%;/* Texte long */
                                background-color: #08aeea;
                                overflow: hidden;
                            }
                            .dashboard-table .tag-current,
                            .section-list .tag-current {
                                background-color: #74cb80;
                            }
                            .dashboard-table .tag-validated {
                                background-color: #2cc8ba;
                            }
                            .dashboard-table .tag-refused {
                                background-color: #f56b62;
                            }
                            .dashboard-table .tag-tank {
                                background-color: #fbc11e;
                            }
                            /* Partie Offre */
                            .dashboard-table .tag-tobepublished {
                                background-color: #c5a070;
                            }
                            .dashboard-table .tag-archived {
                                background-color: #f56b62;
                            }
                            .dashboard-table .tag-disabled {
                                background-color: #f0a750;
                            }
                            /* Demande de suppression */ 
                            .dashboard-table .tag-waitdeleted,
                            .section-list .tag-waitdeleted {
                                background-color: #f56b62;
                            }
                            /* Action */
                            .dashboard-table .btn-sponsor {
                                position: relative;
                                z-index: 9;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                border: 1px solid #e3e3e3;
                                border-radius: 20px;
                                height: 40px;
                                width: 100px;
                                color: var(--grey-dark);
                                font-size: 1em;
                                font-weight: 500;
                            }

    /* Mes événements */
    .list-buttons .btn-primary .fa-plus {
        margin-right: 10px;
        font-weight: 200;
    }

    /* Fiche Exposant */
    .content .content-bloc,
    .candidate-section {
        background-color: #fff;        
    }
        .content-bloc .bloc-header {

        }
        .content-bloc .macaron {
            position: absolute;
            left: 30px;
            top: 230px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 5px solid #fff;
            border-radius: 50%;
            height: 150px;
            width: 150px;
            background: #fff;
        }
            .content-bloc .macaron .macaron-img {
                max-height: calc(100% - 20px);
                max-width: calc(100% - 20px);
            }
        .content-bloc .bloc-body {
            padding: 40px 30px;
        }
            .bloc-body .bloc-title {
                display: flex;
            }
                .bloc-body .bloc-title .page-title {
                    margin-bottom: 30px;
                    color: var(--grey-dark);
                    font-size: 1.333em;
                    font-weight: 600;
                }
                .bloc-body .btn-secondary,
                .bloc-body .btn-secondary:focus,
                .bloc-body .btn-secondary:hover,
                .bloc-body .btn-secondary:active,
                .bloc-body .btn-secondary:not(:disabled):not(.disabled):active, 
                .bloc-body .btn-secondary:not(:disabled):not(.disabled).active, 
                .bloc-body .show>.btn-secondary.dropdown-toggle {
                    display: flex;
                    align-items: center;
                    border: 1px solid #e3e3e3;
                    border-radius: 20px;
                    height: 40px;
                    margin-left: auto;
                    background-color: #f1f4f5;
                    color: var(--grey-dark);
                    font-size: .875em;
                    text-decoration: none;
                    box-shadow: none;
                }
                    .bloc-body .btn-secondary .fa-pen {
                        margin-right: 10px;
                        color: var(--grey-blue);
                        font-size: 18px;
                        font-weight: 500;
                    }            
            .bloc-body .bloc-item {
                display: flex;
                align-items: center;
                border-bottom: 1px solid #ececec;
                margin: 0;
                color: var(--grey-dark);
                font-size: .875em;
            }
            .bloc-body .bloc-item:last-child {
                border-bottom: 0;
            }
                .bloc-body .bloc-item > * {
                    display: flex;
                    align-items: center;
                    min-height: 50px;
                    margin: 0;
                    padding: 15px 0;
                }
                .bloc-body .bloc-item .bloc-title {
                    display: flex;
                    align-items: center;
                    min-height: 50px;
                    margin: 0;
                    padding-right: 20px;
                    width: 20%;
                    color: var(--grey-blue);
                    font-size: 1em;
                    font-weight: 400;
                }
                .bloc-body .bloc-item .schedule-table {
                    display: table;
                    font-size: 1em;
                }
                    .schedule-table td {
                        height: 30px;
                        min-width: 130px;
                    }
    /* Annuaires */
    /* Liste */
    /*.management .dashboard-form,
    .content .form-horizontal .dashboard-form,
    .content .form-horizontal .list-buttons  {
        display: flex;
        padding: 0 20px;
    }
        .management .dashboard-form .search-submit,
        .management .dashboard-form .search-submit:focus,
        .management .dashboard-form .search-submit:hover,
        .management .dashboard-form .search-submit:active {
            border: 1px solid #e3e3e3;
            height: 50px;
            width: 50px;
            border-right: 0;
            border-radius: 0;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            background: #fff url("../Img/loupe.png") no-repeat center center;
            outline: none;
        }
        .management .dashboard-form .search-input,
        .management .dashboard-form .search-input:focus,
        .management .dashboard-form .search-input:hover,
        .management .dashboard-form .search-input:active {
            border: 1px solid #e3e3e3;
            border-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            height: 50px;
            width: calc(100% - 50px);
            outline: none;
        }*/
        /* Bouton ajouter */
        /*.list-buttons .btn-create {
            display: inline-flex;
            align-items: center;
            border: 1px solid var(--orange);
            border-radius: 20px;
            height: 40px;
            margin-left: auto;
            padding: 0 15px;
            background-color: #fff;
            color: var(--orange);
            font-size: .875em;
            outline: none;
        }
        .list-buttons .btn-create:focus,
        .list-buttons .btn-create:hover,
        .list-buttons .btn-create:active,
        .list-buttons .btn-create:not(:disabled):not(.disabled):active, 
        .list-buttons .btn-create:not(:disabled):not(.disabled).active {
            border-color: var(--orange);
            background-color: #fff;
            color: var(--orange);
            box-shadow: none;
        }
            .btn-create .fa-plus {
                margin-right: 10px;
                font-size: 18px;
                font-weight: 200;
            }*/
    /* Fiche Candidat */
    .candidate > .container-fluid {
        padding: 0;
        /*overflow: hidden;*//* enlevé le 27/01 pour les ombres des fiches */
    }
        .candidate > .container-fluid > .row {
            margin: 0 -15px;
        }
            /* Header */
            .candidate .candidate-header {
                margin-bottom: 20px;
            }
                .candidate-header .candidate-title {
                    position: relative;
                    padding-right: 80px;
                    font-size: 1.5em;
                    font-weight: 500;
                }
                    .candidate-header .candidate-title .link {
                        color: #333;
                        font-size: 1em;
                        text-decoration: none;
                    }
                        .candidate-title .link .fa-chevron-circle-left {
                            margin-right: 10px;
                            color: var(--orange);
                        }
                    .candidate-title > .fa-chevron-circle-left,
                    .candidate-title > .fa-chevron-circle-right {display: none; /* Le temps de la réunion du 11/02/2021 15h00 */
                        position: absolute;
                        right: 0;
                        top: calc(50% - 18px);
                        color: var(--orange);
                        font-size: 30px;
                        text-decoration: none;
                    }
                    .candidate-title > .fa-chevron-circle-left {
                        right: 40px;
                    }
                .candidate-header .candidate-link,
                .candidate-header .candidate-link:focus,
                .candidate-header .candidate-link:hover,
                .candidate-header .candidate-link:active {
                    display: block;
                    color: var(--orange);
                    font-size: .875em;
                    text-decoration: none;
                    outline: none;
                }
                .candidate-header .list-buttons {
                    display: flex;
                }
                /* MODALE */
                .modal .modal-body .modal-body-title {
                    margin-bottom: 20px;
                    font-size: 1.5em;
                    font-weight: 600;
                }
            /* Sections */
            .candidate-section {
                position: relative;
                border: 1px solid #ececec;
                margin: 0 0 30px;
                padding: 29px;
            }
            .col-lg-8,
            .col-lg-4 {
                padding: 0 15px;
            }
                .candidate-section .section-title {
                    margin-bottom: 30px;
                    font-size: 1.125em;
                    font-weight: 500;
                }
                .candidate-section .section-list,
                .coordinates .candidate-coordinates-list {
                    margin: 0;
                    padding: 0;
                    font-size: .875em;
                    list-style: none;
                }
                    .candidate-section .section-list li {
                        display: flex;
                        align-items: flex-start;
                        border-bottom: 1px solid #ececec;
                    }
                    .candidate-section .section-list li:last-child {
                        border-bottom: 0;
                    }
                        .candidate-section .section-list .title,
                        .candidate-section .section-list .content,
                        .col-lg-4 .candidate-section .section-list li {
                            display: inline-flex;
                            align-items: center;
                            min-height: 50px;
                            padding: 14px 0;
                            background-color: transparent;
                        }
                        .col-lg-4 .candidate-section .section-list li {
                            display: flex;
                        }
                        .candidate-section .section-list .title {
                            padding-right: 20px;
                            max-width: 40%;
                            width: 170px;
                            color: #737373;
                        }
                        .candidate-section .section-list .content {
                            flex-wrap: wrap;
                            min-width: 60%;
                            width: calc(100% - 170px);
                            text-align: start;
                            overflow: visible;
                        }
                            .content .figure-photos {
                                position: relative;
                                height: 115px;
                                margin: 0 5px 5px 0;
                                width: 115px;
                            }
                                .content .figure-photos::after {
                                    display: none;
                                }
                                .content .figure-photos .figure-photos-img {                                    
                                    object-fit: cover;
                                }
                            /* Sélacteur status */
                            .candidate-section .dropdown-status {

                            }
                                .candidate-section .dropdown-status .btn-primary,
                                .candidate-section .dropdown-status .btn-primary:focus,
                                .candidate-section .dropdown-status .btn-primary:hover,
                                .candidate-section .dropdown-status .btn-primary:active {
                                    position: relative;
                                    border: 0;
                                    padding: 0 0 0 20px;
                                    background-color: transparent;
                                    color: #333;
                                    font-size: 1em;
                                    box-shadow: none;
                                    outline: none;
                                }
                                    .candidate-section .dropdown-status .dropdown-menu .btn-primary::before,
                                    .candidate-section .dropdown-status .dropdown-toggle > .tags::before {
                                        position: absolute;
                                        left: 0;
                                        top: 4px;
                                        content: '';
                                        border-radius: 6px;
                                        height: 12px;
                                        width: 12px;
                                    }
                                    .candidate-section .dropdown-status .btn-primary::before,
                                    .candidate-section .dropdown-status .tags::before {
                                        background-color: #08aeea;
                                    }
                                    .candidate-section .dropdown-status .btn-current::before {/* En cours */
                                        background-color: #a593ff;
                                    }
                                    .candidate-section .dropdown-status .dropdown-toggle .fa-chevron-down {
                                        position: relative;
                                        left: 8px;
                                        top: 1px;
                                        font-size: 14px;
                                    }
                                    .candidate-section .open .dropdown-toggle .fa-chevron-down {
                                        transform: rotate(180deg);
                                    }


    /* Tableau de bord */
    .dashboard-list .carre {
        min-height: 100%;
        margin-bottom: 30px;
        padding: 0 15px;
        /*display:block;
        float: left;*/
        /*width:300px;
        height:300px;*/
        /*border:1px solid #000000;
        margin:0px 20px 20px 0px;*/
    }

        .carre .content {
            display: flex;
            align-items: center;
            flex-direction: column;
            border-radius: 5px;
            height: 100%;
            padding: 30px;
            background-color: #fff;
            color: var(--grey-blue);
            text-align: center;
        }
            .carre .content .loading {
                min-height: 55px;
            }
            .carre .content .far {
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                height: 40px;
                margin-bottom: 25px;
                width: 40px;
                background-color: #f1f4f5;
                font-size: 18px;
            }
            .carre .content .number {
                display: block;
                margin-bottom: 10px;
                color: var(--grey-dark);
                font-size: 3.75em;
                font-weight: bold;
                line-height: 1;
                height: 55px;
                width: 100%;
            }
            .carre .content p {
                font-weight: 500;
                line-height: 1.2;
            }

    /* Footer */
    .footer {
        display: flex;
        padding: 0 50px;
        background-color: #f1f4f5;
        color: var(--grey-blue);
        font-size: .875em;
    }
        .footer .footer-left {
            display: flex;
            align-items: center;
            height: 50px;
        }
            .footer .footer-link {
                margin-left: 5px;
                color: var(--orange);
                text-decoration: none;
            }
        .footer .footer-right {
            display: flex;
            align-items: center;
            height: 50px;
            margin-left: auto;
        }
            .footer .footer-logo {
                margin-left: 5px;
                width: 65px;
            }


/* 6 = Calendrier */
/* Datepicker */
#ui-datepicker-div {
    position: absolute;
    z-index: 99999!important;
}
    .ui-widget-header {
        color: var(--orange);
    }
        .ui-state-highlight, .ui-widget-content .ui-state-highlight, 
        .ui-widget-header .ui-state-highlight {
            color: var(--orange);
        }
        .content .form-horizontal .ui-datepicker-title {
            color: var(--orange);
        }
        .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 {
            border: 2px solid var(--orange);
            color: var(--orange); 
        }
        .ui-state-active, 
        .ui-widget-content .ui-state-active, 
        .ui-widget-header .ui-state-active {
            background: var(--orange);
            color: #fff;
        }

/* Gérer les rendez-vous */
#myFullcalendar .fc-button-primary:not(:disabled):active,
#myFullcalendar .fc-button-primary:not(:disabled).fc-button-active {
    background-color: transparent; /*var(--orange)*/
    border-color: var(--orange);
}
#myFullcalendar .fc-left .fc-button-primary:not(:disabled):active,
#myFullcalendar .fc-left .fc-button-primary:not(:disabled).fc-button-active {
    background-color: var(--orange);
    color: #fff;
}
#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;
}
.fc-body .fc-axis {
    color: #737373;
    font-size: 1.3rem;
    text-align: left;
    vertical-align: top;
}

/* Tableau Paramètres */
.form-table {
    overflow-x: auto;
    overflow-y: hidden;
}
    .parametres tr {
        border-bottom: 1px solid #e3e3e3;
    }
    .parametres tr:last-child,
    .frame-motifs tr:last-child {
        border-bottom: 0;
    }        
        .parametres td {
            padding: 30px 10px;
            white-space: nowrap;
        }
            .parametres tr:last-child td .button-red {
                margin-left: 0;
            }
            .parametres select {
                padding: 10px;
                border-color: #e3e3e3;
            }
            .parametres select + select {
                margin-left: 10px;
            }
            .parametres .no-break {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 40px;
                width: 45px;
                color: #737373;
                font-size: 16px;
                cursor: pointer; 
            }
        .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: 15px;
                    width: 24px;
                    font-size: 16px;
                }
                .td-overflow input:checked + label::before {
                    content: '\f00c';
                    border-color: ;
                    background-color: var(--orange);
                    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-pagets__structure .horaire-title {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 10px;
    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(--orange);
}

.horaire-table .flex {
    display: flex;
    justify-content: space-between;
}

.horaire-table tr {
    border-bottom: 1px solid #e3e3e3;
}

.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-pagets__structure .button {
    border: 1px solid #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-pagets__structure .button .fas {
        color: var(--orange);
        font-size: 16px;
        margin-right: 10px;
    }
.backendlayout-pagets__structure .button + button {
    margin-left: 20px;
}
.backendlayout-pagets__structure .button-red {
    border-color: var(--orange);
    background-color: var(--orange);
    color: #fff;
}
.backendlayout-pagets__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;
}

.frame-motifs {
    padding-top:0px;
}

.frame-motifs tr {
}

.frame-motifs tr td {
    padding: 10px 0px 10px 8px;
    vertical-align: middle;
}

.frame-motifs .button-add-motif {
    margin: 15px 0px 0px 0px;
}

.frame-motifs .button-edit-motif {
    margin: 0px;
}

#modalAddMotif {
    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: #0b6ba8;
            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(--orange);
        font-size: 1.2rem;
        font-weight: 900;
    }

/* 8 = Modale */
.modal.show .modal-content {
    border: 0;
    border-radius: 5px;
}
    .modal .modal-header {
        min-height: 60px;
    }
        .modal .modal-header .modal-title {
            padding-right: 45px;
            color: var(--grey-dark);
            font-size: 1.25em;
            font-weight: 500;
        }
        .modal-header .close {
            position: absolute;
            right: 0;
            top: 0;
            margin: 0;
            padding: 10px 20px;
            opacity: 1;
        }
            .modal-header .close .fa-times {
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                height: 40px;
                width: 40px;
                background: #f1f4f5;
                color: var(--grey-blue);
                font-size: 24px;
                font-weight: 200;
                opacity: 1;
            }
.modal-body .modal-h2 {
    margin-bottom: 0;
    font-size: 1.125em;
    font-weight: 600;
}
.modal-body p {
    margin-bottom: 30px;
    font-size: .875em;    
}
.modal-body .text-left {
    margin-bottom: 0;
}
.rh .modal-body form p.text-left {
    flex-direction: row;
    justify-content: flex-start;
}
    .modal-body .text-left .btn {
        margin-right: 20px;
        width: 160px;
    }
.modal-body .close,
.modal-body .text-left .close,
.modal-body .text-left .submit {
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    height: 50px;
    margin-right: 20px;
    padding: 0 25px;
    width: auto;
    /*color: #999;*/
    font-size: 1.2em;
    opacity: 1;
}
.modal-body .close:focus {
    outline: none;
}
.modal .form-horizontal .modal-status-actions {
    /*border-bottom: 1px solid #ececec;*/
    margin-bottom: 20px;
    padding-bottom: 3px;
}
    .modal .form-horizontal .modal-status-actions p {
        margin-bottom: 20px;
        font-size: 1.125em;
        /*font-weight: 600;*/
    }
    .modal .form-horizontal .modal-status-actions .btn-default {
        border-color: #e3e3e3;
        height: 50px;
        margin: 0;
        width: 50%;
        font-size: .813em;
    }
    .modal .form-horizontal .modal-status-actions .btn-default:focus,
    .modal .form-horizontal .modal-status-actions .btn-default:hover,
    .modal .form-horizontal .modal-status-actions .btn-default:active {
        border-color: var(--orange);
        background-color: #fff;
        color: var(--orange);
        box-shadow: none;
        outline: none;
    }
    .modal .form-horizontal .modal-status-actions .btn-default.active {
        border-color: var(--orange);
        background-color: var(--orange);
        color: #fff;
        font-weight: 600;
    }
    .content .modal .form-horizontal .form-group,
    .content .modal .form-horizontal .tabs {
        margin-bottom: 20px;
    }
        .content .modal select {            
            height: 38px;
            padding: 6px 12px
        }



@media (max-width:1200px) { /* ========================================================== Grandes Tablettes ========================================================== */

    /* 3 = Header */
    .header-title {
        padding: 40px 20px 100px;
        font-size: 2em;
    }

    /* 5 = Contenu page */
    /* Text&Media */
    .textmedia {
        max-width: inherit;
    }
        .textmedia a[href^="tel:"]::after {
            display: none;
        }

    /* Liens portails */
    .header .linkHeader {background:none;}
    /* Bouton tableau de bord */
    .dashboard .filters .btn {
        margin-left: 10px;
        padding: 0 15px;
    }
    .dashboard .form-horizontal .filters-dropdown .filters-calendar,
    .filters-dropdown .dashboard-select {
        /*margin-right: 20px;*/
    }
    .dashboard-stages .filters-dropdown .dashboard-select,
    .dashboard-stages .filters-dropdown .filters-calendar .form-control {
        /*width: 147px; email enlevé */
    }
    /* Fiche candidat */
    .candidate-section {
        padding: 14px;
    }

}

@media (max-width:991px) { /* ========================================================== Petites Tablettes ========================================================== */

/* 5 = Contenu page */
    .content > .container-fluid {
        padding: 0 20px;
    }
    /* Fiche Mairie */
    .content-bloc .macaron {
        left: 10px;
        top: 260px;
        border: 2px solid #fff;
        height: 75px;
        width: 75px;
        background-size: 56px auto;
    }
        .content-bloc .macaron .macaron-img {
            max-height: calc(100% - 10px);
            max-width: calc(100% - 10px);
        }

/* Tableau de bord RH */
    /*.dashboard .col-lg-6 {
        width: 100%;
    }
    .dashboard .filters {
        justify-content: inherit;
    }
        .dashboard .filters .btn {
            margin: 0 20px 0 0;
        }
    .dashboard .filters-dropdown {
        flex-direction: column;
    }
    .content .dashboard .form-horizontal .filters-dropdown.open {
        
    }
        .dashboard .form-horizontal .filters-dropdown .form-group {
            margin-bottom: 10px;
            width: 100%;
        }
        .dashboard .form-horizontal .filters-dropdown .filters-apply {
            margin-bottom: 0;
        }
            .filters-dropdown .dashboard-select,
            .dashboard .filters-dropdown .filters-calendar .calendar {
                margin-right: 0;
                width: 100%;
            }
        .dashboard .form-horizontal .filters-dropdown .filters-calendar {
            margin-right: 0;
        }
            .dashboard .filters-calendar .form-control
        .dashboard .filters-dropdown .filters-apply {
            display: flex;
        }
        .dashboard .filters-dropdown .fa-chevron-up,
        .filters-dropdown .filters-apply .filters-submit {
            margin: 0 auto;
        }
    .dashboard-table .d-flex {
        padding: 0 10px;
    }
    .dashboard-table .header-reference {
        display: flex;
        flex-direction: column;
    }
        .dashboard-table-application .header-reference .ref {
            margin-right: 0;
        }
    .dashboard-table .header-email {
        width: 20%;        
    }
    .dashboard-table .header-phone {
        width: 17.5%;
    }*/
/* Stages */
    /*.dashboard-stages .filters-dropdown .dashboard-select, 
    .dashboard-stages .filters-dropdown .filters-calendar .form-control {
        width: 100%;
    }*/

/* RH */
    /* Fiche candidat */
    /*.col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/

}

@media (max-width:768px) { /* ========================================================== Grands Mobiles ========================================================== */

/* 2 = Login / logout */
    .container-fluid {
        padding: 0 10px;
    }
        .row {
            margin: 0 -10px;
        }
    .container-fluid .submenu {
        margin: 0 -10px;
    }

/* 3 = Header */
    .header .header-logo-link {
        /*width: 40px;*/
    }
        .header-logo-link .header-logo {
            /*width: 65px;*/
            max-width: 100%;
        }

    /* Menu */
    .main-content .menu-aside {
        position: absolute;
        bottom: 0;
        top: 80px;
    }

/* 5 = Contenu page */

    /* Fiche Mairie */
    .content .container-header {
        flex-direction: column;
    }
        .content .titlePage {
            margin: 0 0 20px;
        }
        .content .header-date {
            margin-left: 0;
        }
    .bloc-body .bloc-title {
        flex-direction: column;
    }
        .bloc-body .btn-secondary {
            margin-left: 0;
            width: 150px;
        }
    .bloc-body .bloc-item .bloc-title {
        align-items: flex-start;
        padding-top: 14px;
        width: 100%;
    }
    .bloc-body .bloc-item > p {
        min-height: inherit;
        padding: 0 0 14px;
    }
    /* Ma fiche */
    .content-bloc .bloc-body {
        padding: 14px; /* Pour être idem // fiche événements */
    }
        .bloc-body .bloc-item {
            align-items: flex-start;
            flex-direction: column;
        }
            .bloc-body .bloc-item .bloc-title {
                min-height: inherit;
                padding: 15px 0 0;
            }
            .bloc-body .bloc-item .schedule-table {
                width: 100%;
            }
                .schedule-table td {
                    min-width: 45px;
                    width: auto;
                }

    /* Annuaires */
    /* Liste */
    .management .dashboard-form, 
    .content .form-horizontal .dashboard-form, 
    .content .form-horizontal .list-buttons {
        padding: 0 10px;
    }
    .content .management .form-horizontal .list-buttons {
        justify-content: space-between;
    }
        .management .list-buttons .btn-create {
            /*width: calc(50% - 10px);*/
        }

    .admin-list .element-header {
        padding: 0 10px;
    }
    .dashboard-table .item .link-view .col-md-5, 
    .dashboard-table .item .link-view .col-md-6,
    .dashboard-table .item .link-view .col-md-4, 
    .dashboard-table .item .link-view .col-md-1 {
        padding: 0 10px;
    }
    /*.dashboard-table .item .link-view .col-md-5,
    .admin-list .element-header.col-md-5 {
        width: 60%;
    }
    .dashboard-table .item .link-view .col-md-6,
     .col-md-6 {
        width: 40%;
    }*/
    .dashboard-table .item .link-view .col-md-1,
    .admin-list .element-header.col-md-1 {
        display: none;
    }
    .list-subpages .item .link-view::before {
        display: none;
    }

    /* Liste */
    /* management-listing */
    .content .management .form-horizontal .dashboard-form,
    .content .management .form-horizontal .list-buttons {
        padding: 0 10px;
    }
    .admin-list .frame-header {
        display: none;
    }
    .dashboard-table.admin-list .list-subpages .item .link-view {
        flex-direction: column;
        padding: 5px 0;
    }
        .dashboard-table .item .link-view .col-md-5,
        .dashboard-table .item .link-view .col-md-4,
        .dashboard-table .item .link-view .col-md-3, 
        .dashboard-table .item .link-view .col-md-2 {
            padding: 5px 10px;
            width: 100%;
            max-width: inherit;
        }

    /* Mes événements */
    .candidate-section .section-list li {
        flex-wrap: wrap;
    }
    .candidate-section .section-list .title,
    .candidate-section .section-list .content {
        display: block;
        min-height: auto;
        padding: 14px 0 0;
        max-width: inherit;
        width: 100%;
    }
    .candidate-section .section-list .content {
        padding: 0 0 14px;
    }
        .content .figure-photos .figure-photos-img {
            height: 80px;
            margin: 0 0 5px;
            width: 80px;
        }

    /* Footer */
    .footer {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
    }
        .footer .footer-left,
        .footer .footer-right {
            margin: 0 10px;
            white-space: nowrap;
        }


/* Tableau de bord RH */
    /*.dashboard-table .dashboard-table-header {
        display: none;
    }
        .dashboard .filters {
            flex-wrap: wrap;
            justify-content: center;
        }
    .accordion-collapse .dashboard-table-application {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }
        .dashboard-table .d-flex,
        .dashboard-stages .dashboard-table .d-flex {
            padding: 0;
            width: 100%;
        }
            .dashboard-table-application .header-reference .ref, 
            .dashboard-table-application .header-ref-offer .ref {
                min-width: inherit;
            }*/
/* Offre d'emploi */
    /*.candidate-section .section-list .title {
        width: 90px;
    }
    .candidate-section .candidate-header {
        display: flex;
    }
        .candidate-section .links {
            position: static;
            margin-left: auto;
        }
            .candidate-section .btn-candidate:first-child {
                margin-right: 10px;
            }*/
/* Stages */

/* Fiche candidat */
    /*.content .form-horizontal .submit, 
    .form-horizontal input[type="submit"], 
    .content .form-horizontal .flex-row a, 
    .content .button-red {
        padding: 0 10px;
    }
    .content .form-horizontal .submit:focus, 
    .form-horizontal input[type="submit"]:focus, 
    .content .form-horizontal .flex-row a:focus, 
    .content .button-red :focus {
        outline: none;
    }
    .candidate-section .btn-default {
        padding: 0 10px;
    }
    .dashboard-table-application .unvisited {
        position: static;
        margin-bottom: 5px;
        margin-right: auto;
    }*/

/* 6 = Calendrier */
    #myFullcalendar {
        margin-top: 50px;
    }
    .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
        right: 0;
        top: -50px;
        border-color: var(--orange);
        background-color: var(--orange);
        font-size: 1.2rem;
    }
    .fc-day-header span .number {
        height: 24px;
        width: 24px;
        font-size: 1.2rem;
    }

}


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

/* 03 = Header */
    .header-title {
        padding: 30px 20px 70px;
        font-size: 1.5em;
    }
        .header-logo-link .header-logo {
            /*width: 40px;*/
        }

}