.single-extranet #wpadminbar,
.espace-extranet #wpadminbar {
    display: none !important;
}

/*Login*/

#loginExtranet {
    margin: 0 auto;
    max-width: 500px;
}

#loginExtranet input {
    height: 70px !important;
    padding-left: 10px;
    -webkit-appearance: none !important;
    border-radius: 0;
    border: 1px solid #96989b;
    color: #000;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 0.9em !important;
    width: 100%;
}

#loginExtranet label {
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.2em;
    font-family: "Barlow Semi Condensed", sans-serif;
    width: 100%;
}

#loginExtranet .login-password {
    margin: 30px 0 0 0;
}

#loginExtranet .login-submit {
    margin: 30px 0 0 0;
}

#loginExtranet .login-submit input {
    background: #617427;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 3px 0px;
    text-align: center;
    -webkit-appearance: none !important;
    border-radius: 0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.5em !important;
    margin: 0 auto;
    width: 100%;
    height: 75px;
    max-width: 100%;
}

#loginExtranet .login-submit input:hover {
    background-color: #000;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

/*FIn */

/*Page categorie doc*/
.logoutExtranet,
#lienRetourDocs a {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.2em !important;
    color: #617427;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    display: block;
}

#listeCatDoc {
    margin: 50px 0 0 0;
    float: left;
    width: 100%;
}

.categInfo {
    height: 40px;
    background: #617427;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-items: center;
    -moz-justify-items: center;
    -ms-justify-items: center;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-size: 1.2em !important;
    position: relative;
    cursor: pointer;
}

.categDoc {
    margin: 0 0 30px 0;
}

.pictoCategDoc {
    background: url("../img/plusB.svg") no-repeat scroll center center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
}

.allLignDoc {
    display: none;
}

.ligne-doc {
    margin: 15px;
}

.ligne-doc a:hover {
    color: #617427;
}

.intCategDoc.active .categInfo .pictoCategDoc {
    background: url("../img/moinsB.svg") no-repeat scroll center center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
}

.intCategDoc.active .allLignDoc {
    display: block;
}

/**/

/*erreur login*/
#erreurListeDoc {
    text-align: center;
    margin: 30px 0;
    font-size: 1.2em;
    font-weight: 500;
    font-style: italic;
    font-family: "Barlow Semi Condensed", sans-serif;
}

#erreurListeDoc a {
    color: #617427;
    font-style: italic;
    font-family: "Barlow Semi Condensed", sans-serif;
}

/*detail document*/
.detailInfo span {
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
}

.detailInfo a {
    color: #617427;
}

.detailInfo a[href$=".pdf"] {
    padding: 0 0 0 10px;
    background: none !important;
}

#lienRetourDocs {
    margin: 0 0 30px 0;
}

@media (max-width: 767px) {
    #infosDoc {
        margin: 30px 0 0 0;
        text-align: center;
    }

    #imgDoc {
        text-align: center;
    }
}

@media (max-width: 450px) {
    #infosDoc {
        text-align: left;
    }

    #imgDoc {
        text-align: left;
    }
}
