/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SARL DREAM ME UP
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL DREAM ME UP is strictly forbidden.
*
*   .--.
*   |   |.--..-. .--, .--.--.   .--.--. .-.   .  . .,-.
*   |   ;|  (.-'(   | |  |  |   |  |  |(.-'   |  | |   )
*   '--' '   `--'`-'`-'  '  `-  '  '  `-`--'  `--`-|`-'
*        w w w . d r e a m - m e - u p . f r       '
*
*  @author    Dream me up <prestashop@dream-me-up.fr>
*  @copyright 2007 - 2026 Dream me up
*  @license   All Rights Reserved
*/
/* =======================================================
   DMU Extranet — variables CSS globales
   Surcharger ces valeurs dans le thème pour adapter les couleurs.
   ======================================================= */
:root {
    --dmu-main-color:   #8FBE4F;
    --dmu-second-color: #0068A3;
    --dmu-fourth-color: #F5A623;
    --dmu-text-color:   #010101;
}

/* =======================================================
   DMU Extranet — style reproduisant le module legacy
   Z:\sef.dmu.sarl\httpdocs\admin\modules\contenu\document
   ======================================================= */

/* ---- Conteneur ---- */
#liste_documents,
.dmu-doc-tree {
    max-width: 800px;
    margin: 1em auto;
}

/* ---- Listes ---- */
#liste_documents ul,
.dmu-doc-tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* ---- Titres h3 ---- */
#liste_documents h3,
.dmu-doc-tree h3 {
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    padding-top: 10px;
    padding-left: 9px;
    text-decoration: none;
    font-size: 14px;
    border: none;
    font-weight: bold;
    color: #333;
}
#liste_documents h3 a,
.dmu-doc-tree h3 a {
    color: #333;
    text-decoration: none;
}
#liste_documents h3 a:hover,
.dmu-doc-tree h3 a:hover {
    text-decoration: underline;
}
#liste_documents h3.fichier,
.dmu-doc-tree h3.fichier {
    padding-top: 6px;
    font-weight: normal;
}
.h3_parent   { font-weight: bold; }
.h3_parent a {  font-size: 17px; }
.h3_fils     { font-weight: normal; font-style: italic;}
.h3_fils a   { font-size: 15px;}

/* ---- Icônes dossier racine ---- */
.span_parent {
    background: url('../img/document/folder.png') no-repeat left center;
    width: 24px;
    height: 24px;
    float: left;
    margin: 6px 0;
    cursor: pointer;
}
.span_parent_closed {
    background: url('../img/document/folder-closed.png') no-repeat left center;
    width: 24px;
    height: 24px;
    float: left;
    margin: 6px 0;
    cursor: pointer;
}

/* ---- Icônes sous-dossier ---- */
.span_child {
    background: url('../img/document/sous-dossier.png') no-repeat left center;
    width: 48px;
    height: 24px;
    float: left;
    margin: 6px 0;
    cursor: pointer;
}
.span_child_closed {
    background: url('../img/document/sous-dossier-closed.png') no-repeat left center;
    width: 48px;
    height: 24px;
    float: left;
    margin: 6px 0;
    cursor: pointer;
}

/* ---- Icône générique de fichier ---- */
.span_img {
    height: 24px;
    width: 24px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

/* ---- Icônes par type de fichier ---- */
.fichier_word       { background-image: url('../img/document/word.png'); }
.fichier_powerpoint { background-image: url('../img/document/powerpoint.png'); }
.fichier_excel      { background-image: url('../img/document/excel.png'); }
.fichier_archive    { background-image: url('../img/document/archive.png'); }
.fichier_music      { background-image: url('../img/document/music.png'); }
.fichier_video      { background-image: url('../img/document/video.png'); }
.fichier_image      { background-image: url('../img/document/image.png'); }
.fichier_pdf        { background-image: url('../img/document/pdf.png'); }
.fichier_text       { background-image: url('../img/document/text.png'); }

/* ---- Ligne fichier dans une liste ---- */
#liste_documents li {
    list-style-type: none;
    margin-top: 6px;
    margin-bottom: 6px;
    min-height: 24px;
}

li.child {
    background: url('../img/document/souspage.png') no-repeat left center;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    height: 24px;
    list-style: none;
}
li.child a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    vertical-align: middle;
}
li.child a:hover {
    text-decoration: underline;
    color: #0073aa;
}
li.child em {
    font-size: 11px;
    color: #888;
    margin-left: 4px;
}

/* ---- Clearfix ---- */
.clear { clear: both; }

/* ---- Admin : zone cliquable (drag handle) ---- */
.admin-view .clickable {
    cursor: move;
}
.clickable:hover {
    background-color: #e8e8e8;
}

/* ---- Admin : tableau de ligne ---- */
.table_lien {
    width: 100%;
    border-collapse: collapse;
}
.td_action {
    width: 22px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.td_action a,
.td_action button,
.td_action label {
    display: inline-block;
    padding: 0 2px;
    vertical-align: middle;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

#logout {
    margin-top: 40px;
}

/* =======================================================
   DMU Extranet — layout & composants (compilé depuis
   assets/_dev/sass/_extranet.scss)
   Couleurs via variables CSS : --dmu-main-color, --dmu-fourth-color, --dmu-text-color
   ======================================================= */

/* ---- Layout flex : sidebar / primary / restreint ---- */
body.post-type-archive-extranet #main .inner,
body.single-extranet #main .inner,
body.page-template-single-extranet #main .inner {
    display: flex;
    flex-wrap: wrap;
}
body.post-type-archive-extranet #main .inner #sidebar,
body.single-extranet #main .inner #sidebar,
body.page-template-single-extranet #main .inner #sidebar {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    order: 1;
    padding-right: 60px;
}
body.post-type-archive-extranet #main .inner #primary,
body.single-extranet #main .inner #primary,
body.page-template-single-extranet #main .inner #primary {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    order: 2;
}
body.post-type-archive-extranet #main .inner #restreint,
body.single-extranet #main .inner #restreint,
body.page-template-single-extranet #main .inner #restreint {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (max-width: 768px) {
    body.post-type-archive-extranet #main .inner #sidebar,
    body.single-extranet #main .inner #sidebar,
    body.page-template-single-extranet #main .inner #sidebar,
    body.post-type-archive-extranet #main .inner #primary,
    body.single-extranet #main .inner #primary,
    body.page-template-single-extranet #main .inner #primary {
        flex: 0 0 100%;
        max-width: 100%;
    }
    body.post-type-archive-extranet #main .inner #sidebar,
    body.single-extranet #main .inner #sidebar,
    body.page-template-single-extranet #main .inner #sidebar {
        padding: 0;
    }
}

/* ---- Page header ---- */
body.post-type-archive-extranet #main header.page-header,
body.single-extranet #main header.page-header,
body.page-template-single-extranet #main header.page-header {
    margin-bottom: 30px;
}

/* ---- Sidebar : titre ---- */
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu-title,
body.single-extranet #main .inner #sidebar #sidebar-menu-title,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 25px;
}
@media (max-width: 768px) {
    body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu-title,
    body.single-extranet #main .inner #sidebar #sidebar-menu-title,
    body.page-template-single-extranet #main .inner #sidebar #sidebar-menu-title {
        font-size: 25px;
    }
}

/* ---- Sidebar : menu ---- */
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu,
body.single-extranet #main .inner #sidebar #sidebar-menu,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu {
    background: #fbfbfb;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin: 0 0 40px;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0;
    margin: 0 0 10px;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li.active,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li.active,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li.active {
    font-weight: bold;
    color: var(--dmu-main-color);
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li.active,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li:hover.active,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li:hover.active {
    font-weight: bold;
    color: var(--dmu-second-color);
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li.active > a,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li.active > a,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li.active > a {
    color: var(--dmu-main-color);
    border-color: var(--dmu-main-color) !important;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li:last-child,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li:last-child,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li:last-child {
    border: none;
    margin: 0;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li > a,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li > a,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li > a {
    font-weight: bold;
    font-size: 20px;
    color: var(--dmu-text-color);
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li > a:hover,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li > a:hover,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li > a:hover {
    color: var(--dmu-main-color);
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul {
    list-style: none;
    padding-left: 20px;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li:last-child,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li:last-child,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li:last-child {
    border: none;
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li > a,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li > a,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li > a {
    font-size: 16px;
    color: var(--dmu-text-color);
}
body.post-type-archive-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li > a:hover,
body.single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li > a:hover,
body.page-template-single-extranet #main .inner #sidebar #sidebar-menu > ul > li > ul > li > a:hover {
    color: var(--dmu-main-color);
}

/* ---- Sidebar : bouton déconnexion ---- */
body.post-type-archive-extranet #main .inner #sidebar #logout,
body.single-extranet #main .inner #sidebar #logout,
body.page-template-single-extranet #main .inner #sidebar #logout {
    margin-bottom: 40px;
}
body.post-type-archive-extranet #main .inner #sidebar #logout a,
body.single-extranet #main .inner #sidebar #logout a,
body.page-template-single-extranet #main .inner #sidebar #logout a {
    display: block;
    width: 100%;
    background: var(--dmu-main-color) !important;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
body.post-type-archive-extranet #main .inner #sidebar #logout a:hover,
body.single-extranet #main .inner #sidebar #logout a:hover,
body.page-template-single-extranet #main .inner #sidebar #logout a:hover {
    background: var(--dmu-second-color) !important;
}

/* ---- Primary : bloc informations ---- */
body.post-type-archive-extranet #main .inner #primary #informations,
body.single-extranet #main .inner #primary #informations,
body.page-template-single-extranet #main .inner #primary #informations {
    background: var(--dmu-main-color);
    color: white;
    padding: 30px 40px;
    margin: 0 0 40px;
}
@media (max-width: 768px) {
    body.post-type-archive-extranet #main .inner #primary #informations,
    body.single-extranet #main .inner #primary #informations,
    body.page-template-single-extranet #main .inner #primary #informations {
        padding: 20px;
    }
}
body.post-type-archive-extranet #main .inner #primary #informations header,
body.single-extranet #main .inner #primary #informations header,
body.page-template-single-extranet #main .inner #primary #informations header {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
body.post-type-archive-extranet #main .inner #primary #informations header .title,
body.single-extranet #main .inner #primary #informations header .title,
body.page-template-single-extranet #main .inner #primary #informations header .title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    flex: 1;
}
@media (max-width: 768px) {
    body.post-type-archive-extranet #main .inner #primary #informations header .title,
    body.single-extranet #main .inner #primary #informations header .title,
    body.page-template-single-extranet #main .inner #primary #informations header .title {
        font-size: 25px;
    }
}
body.post-type-archive-extranet #main .inner #primary #informations button,
body.single-extranet #main .inner #primary #informations button,
body.page-template-single-extranet #main .inner #primary #informations button {
    background: white;
    color: var(--dmu-text-color);
    border-radius: 0;
    border: 0;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 18px;
}
body.post-type-archive-extranet #main .inner #primary #informations button:hover,
body.single-extranet #main .inner #primary #informations button:hover,
body.page-template-single-extranet #main .inner #primary #informations button:hover {
    background: var(--dmu-fourth-color);
    color: white;
}
@media (max-width: 768px) {
    body.post-type-archive-extranet #main .inner #primary #informations button,
    body.single-extranet #main .inner #primary #informations button,
    body.page-template-single-extranet #main .inner #primary #informations button {
        padding: 10px;
    }
}
body.post-type-archive-extranet #main .inner #primary #informations form:before,
body.single-extranet #main .inner #primary #informations form:before,
body.page-template-single-extranet #main .inner #primary #informations form:before {
    content: '';
    height: 2px;
    background: #3a3b3d;
    width: 50px;
    display: inline-block;
    margin-bottom: 20px;
}
body.post-type-archive-extranet #main .inner #primary #informations .form-group,
body.single-extranet #main .inner #primary #informations .form-group,
body.page-template-single-extranet #main .inner #primary #informations .form-group {
    margin-bottom: 20px;
}
body.post-type-archive-extranet #main .inner #primary #informations .form-group:last-child,
body.single-extranet #main .inner #primary #informations .form-group:last-child,
body.page-template-single-extranet #main .inner #primary #informations .form-group:last-child {
    margin: 0;
}
body.post-type-archive-extranet #main .inner #primary #informations .form-group.before-filiere,
body.single-extranet #main .inner #primary #informations .form-group.before-filiere,
body.page-template-single-extranet #main .inner #primary #informations .form-group.before-filiere {
    margin-bottom: 50px;
}
body.post-type-archive-extranet #main .inner #primary #informations .form-group > label,
body.single-extranet #main .inner #primary #informations .form-group > label,
body.page-template-single-extranet #main .inner #primary #informations .form-group > label {
    font-weight: bold;
    font-size: 20px;
}
body.post-type-archive-extranet #main .inner #primary #informations input[type=text],
body.single-extranet #main .inner #primary #informations input[type=text],
body.page-template-single-extranet #main .inner #primary #informations input[type=text] {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
}

/* ---- Primary : diffusion opt-in ---- */
body.post-type-archive-extranet #main .inner #primary #informations .diffusion-optin,
body.single-extranet #main .inner #primary #informations .diffusion-optin,
body.page-template-single-extranet #main .inner #primary #informations .diffusion-optin {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.post-type-archive-extranet #main .inner #primary #informations .diffusion-optin label,
body.single-extranet #main .inner #primary #informations .diffusion-optin label,
body.page-template-single-extranet #main .inner #primary #informations .diffusion-optin label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}
body.post-type-archive-extranet #main .inner #primary #informations .diffusion-optin input[type=checkbox],
body.single-extranet #main .inner #primary #informations .diffusion-optin input[type=checkbox],
body.page-template-single-extranet #main .inner #primary #informations .diffusion-optin input[type=checkbox] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: var(--dmu-fourth-color);
}

/* ---- Primary : infos-close ---- */
body.post-type-archive-extranet #main .inner #primary #informations.infos-close header,
body.single-extranet #main .inner #primary #informations.infos-close header,
body.page-template-single-extranet #main .inner #primary #informations.infos-close header {
    padding-bottom: 0;
}
body.post-type-archive-extranet #main .inner #primary #informations.infos-close form,
body.single-extranet #main .inner #primary #informations.infos-close form,
body.page-template-single-extranet #main .inner #primary #informations.infos-close form {
    display: none;
}

/* ---- Primary : contenu ---- */
body.post-type-archive-extranet #main .inner #primary .entry-content,
body.single-extranet #main .inner #primary .entry-content,
body.page-template-single-extranet #main .inner #primary .entry-content {
    word-wrap: break-word;
}

/* ---- Bloc restreint / login ---- */
body.post-type-archive-extranet #main .inner #restreint,
body.single-extranet #main .inner #restreint,
body.page-template-single-extranet #main .inner #restreint {
    text-align: center;
}
body.post-type-archive-extranet #main .inner #restreint .subtitle,
body.single-extranet #main .inner #restreint .subtitle,
body.page-template-single-extranet #main .inner #restreint .subtitle {
    font-size: 20px;
}
body.post-type-archive-extranet #main .inner #restreint .title,
body.single-extranet #main .inner #restreint .title,
body.page-template-single-extranet #main .inner #restreint .title {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 40px;
    text-transform: uppercase;
}
body.post-type-archive-extranet #main .inner #restreint .loginformdiv,
body.single-extranet #main .inner #restreint .loginformdiv,
body.page-template-single-extranet #main .inner #restreint .loginformdiv {
    background: #fbfbfb;
    border: 1px solid #e6e7e8;
    padding: 60px;
}
body.post-type-archive-extranet #main .inner #restreint .loginformdiv .login-password label,
body.single-extranet #main .inner #restreint .loginformdiv .login-password label,
body.page-template-single-extranet #main .inner #restreint .loginformdiv .login-password label,
body.post-type-archive-extranet #main .inner #restreint .loginformdiv .login-username label,
body.single-extranet #main .inner #restreint .loginformdiv .login-username label,
body.page-template-single-extranet #main .inner #restreint .loginformdiv .login-username label {
    font-size: 18px;
    margin-right: 10px;
}
body.post-type-archive-extranet #main .inner #restreint .loginformdiv input.input,
body.single-extranet #main .inner #restreint .loginformdiv input.input,
body.page-template-single-extranet #main .inner #restreint .loginformdiv input.input {
    width: auto;
    display: inline-block;
}
body.post-type-archive-extranet #main .inner #restreint .loginformdiv input[type=submit],
body.single-extranet #main .inner #restreint .loginformdiv input[type=submit],
body.page-template-single-extranet #main .inner #restreint .loginformdiv input[type=submit] {
    background: var(--dmu-main-color);
    color: white;
    border: 0;
    border-radius: 0;
    padding: 10px 40px;
    font-size: 20px;
    font-weight: bold;
}
body.post-type-archive-extranet #main .inner #restreint .loginformdiv input[type=submit]:hover,
body.single-extranet #main .inner #restreint .loginformdiv input[type=submit]:hover,
body.page-template-single-extranet #main .inner #restreint .loginformdiv input[type=submit]:hover {
    background: var(--dmu-fourth-color);
}
body.post-type-archive-extranet #main .inner #restreint .loginformdiv .loginformlinks,
body.single-extranet #main .inner #restreint .loginformdiv .loginformlinks,
body.page-template-single-extranet #main .inner #restreint .loginformdiv .loginformlinks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
body.post-type-archive-extranet #main .inner #restreint .loginformdiv .loginformlinks a,
body.single-extranet #main .inner #restreint .loginformdiv .loginformlinks a,
body.page-template-single-extranet #main .inner #restreint .loginformdiv .loginformlinks a {
    margin: 0 15px;
}
body.post-type-archive-extranet #main .inner #restreint #logout a,
body.single-extranet #main .inner #restreint #logout a,
body.page-template-single-extranet #main .inner #restreint #logout a {
    display: inline-block;
    background: var(--dmu-main-color) !important;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
body.post-type-archive-extranet #main .inner #restreint #logout a:hover,
body.single-extranet #main .inner #restreint #logout a:hover,
body.page-template-single-extranet #main .inner #restreint #logout a:hover {
    background: var(--dmu-second-color) !important;
}

/* ---- page modification de mot de passe ---- */
button.somfrp-eye-toggle{
    padding: 14px !important;
    margin-right: 5px;
}
svg.somfrp-eye,
svg.somfrp-eye-off {
    position: absolute;
    fill: #fff;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 5px;
}


/* ---- message d'alerte ---- */
.info{
    opacity: 0;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:15px 25px;
    animation: fade_info;
    animation-duration: 4s;
    animation-iteration-count: 1;
    z-index: 100;
}

.info p{
    padding:15px 25px;
}

.info p.ok{
        background-color:#4CAF50;
        border-left:5px solid #00ad06;
        color: white;
        font-weight: bold;
        font-size: 16px;
}
.info p.nok{
        background-color:#f44336;
        border-left:5px solid #f51000;
        color: white;
        font-weight: bold;
        font-size: 16px;
}

@keyframes fade_info {
    10%  { opacity: 1; }
    85% { opacity: 1; }        
    98% { opacity: 0; }        
    100% { 
        display: none; 
        z-index: -1;
    }        
}