/* Personnalisation des styles par unIDesign */
/* https://technologie360.com/ */

/* -------------------------------------------------------------
    Joomla
------------------------------------------------------------- */
a.btn.jmodedit {
    display: none !important;
}

/* -------------------------------------------------------------
    Header
------------------------------------------------------------- */
header .mod-custom {
    width: 100%;
}
header .container-below-top {
    background-color: #285F97;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
header .logo {
    float: left;
}
    header .logo img {
        width: 120px;
    }
header .title {
    float: left;
    padding: 10px 0 0 20px;
}
    header .title h1 {
        margin-bottom: 0;
        font-size: 36px;
        text-transform: uppercase;
    }

/* -------------------------------------------------------------
    Menu
------------------------------------------------------------- */
header .container-nav {
    background-color: #ED2F34;
}
.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
    background: #000;
    opacity: 1 !important;
}
/* Navigation formulaire */
header #navbar165 .mod-menu .item-495,
header #navbar178 .mod-menu .item-550 {
    display: none;
}

/* -------------------------------------------------------------
    Helpdesk Pro
------------------------------------------------------------- */
/* Connexion */
.plg_system_webauthn_login_button {
    display: none !important;
}
/* Nouveau ticket */
button.btn,
.form-actions input.btn {
    background-color: #285F97;
    border-color: #285F97;
}
    button.btn:hover,
    .form-actions input.btn:hover {
        background-color: #000000;
        border-color: #000000;
    }
/* Mes tickets */
.btn-group.pull-left button:last-child,
.btn-group.pull-left select {
    margin-right: 10px;
}
/* Détail du ticket */
#adminForm .row-fluid #hdp-left-panel-container {
    float: left;
    width: 75%;
    padding-right: 20px;
}
#adminForm .row-fluid #hdp-right-panel-container {
    float: right;
    width: 25%;
}
.btn-toolbar .btn-group {
    margin-right: 10px;
}
#hdp-right-panel th {
    background-color: #ED2F34;
    color: #ffffff;
}
#adminForm #hdp-left-panel-container #hdp-left-panel #tr_message_id .js-editor-tinymce .toggle-editor {
    display: none;
}
#adminForm #hdp-left-panel-container #hdp-left-panel #tr_message_id .js-editor-tinymce .tox.tox-tinymce {
    margin-bottom: 20px;
}
/* Votre profil */
.view-profile div.site-grid fieldset#users-profile-custom,
.view-profile div.site-grid fieldset#users-profile-custom-webauthn,
.view-profile div.site-grid fieldset#users-profile-custom-joomlatoken {
    display: none;
}
.profile-edit form#member-profile fieldset:nth-child(2),
.profile-edit form#member-profile fieldset:nth-child(3) {
    display: none !important;
}

/* -------------------------------------------------------------
    Hide Google reCAPTCHA Badge
------------------------------------------------------------- */
.grecaptcha-badge {
    visibility: hidden;
}





