
body {
    width: 100%;
    background: #F1F1F1;
    /*background: #FFFFFF;*/
}


a:link {
    text-decoration: none;
}

/*
    SCROL BAR STYLE *************************************************
*/

::-webkit-scrollbar {
    width: 2px;
    margin-left: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #F1F1F1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #DBDBDB;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #DBDBDB;

}

/**
********input************************************
 */
input {
    height: 25px;
}

/*
***************************************************************
     */
.content-login {
    position: absolute;
    left: -50px;
    width: 100%;
    top: 25%;
    padding-top: 10px;
    margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
    .content-login {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 25%;
        padding-top: 10px;
        margin-bottom: 33px;
    }
}

.h-title {
    background: #DBDBDB;
}

.h-content {
    background: #FFFFFF;
}

.h-blue {
    background: #1F99F5;
}

.h-green {
    background: #71dd8a;
}

.f-blue {
    color: dodgerblue;
}

.f-red {
    color: indianred;
}

.f-red2 {
    color: #CD5C5C;
}

.f-gray {
    color: gray;
}

.f-black {
    color: black;
}

.f-green {
    color: springgreen;
}

.f-white {
    color: white;
!important;
}

.f-white-gray {
    color: #DEDEDE;
}

.h-black {
    background: #25272D;
}

.m-blue {
    color: #1F99F5;
}

.m-green {
    color: #0FBD2B;
}

.m-orange {
    color: #FF7800;
}

.m-violet {
    color: #9758D1;
}

.m-red {
    color: #F54146;
}

.m-yelow {
    color: #FAB900;
}

.m-black {
    background: #121214;
}

.fsize30 {
    font-size: 30px;
}

.tcenter {
    text-align: center;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

/*
HEADER--------------------------------------
 */
#a-header {
}

#logo {
    position: relative;
    left: 0;
    height: 60px;
    width: 100px;
}

.logo-img {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 80px;
    height: 50px;
}

#menu-bouton {
    position: absolute;
    display: none;
    margin-left: 10px;
    cursor: pointer;
    left: 100px;
    top: 20px;
    color: gray;
}

#menu-bouton span {
    font-size: 25px;
    color: gray;
}

#menu-bouton span:hover {
    transform: translateX(2px);
    transition: 0.5s;
}

#a-header #rac {
    position: absolute;
    width: 450px;
    height: 60px;
    top: 1px;
    right: 10px;
    font-size: 25px;
}

#rac .pan {
    margin-top: 10px;
    margin-right: 20px;
    float: right;

    /*border: 1px solid red;*/
}

.clear-float-right {
    clear: right;
}

.i-photo {
    position: relative;
    top: 0px;
    width: 40px;
    height: 40px;
}

.i-photo img {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.i-msg {
    position: relative;
}

v-error ul {
    margin: 0;
    padding: 0;
}

v-error li {
    color: red;
    list-style: none;
    font-weight: bold;
    margin: 0;
}

.i-alert {
    position: relative;
}

.panel-alert {
    position: relative;
    top: -35px;
    right: -15px;
    width: 20px;
    height: 20px;
    background: forestgreen;
    border-radius: 50%;
    box-shadow: 0.5px 1.5px 2px black;
}

.panel-number-alert {
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-size: 10px;
}

/*
MENU-----------------------------------------
*/
.main-body {
    position: absolute;
    width: 100%;
    padding-left: 100px;
    padding-bottom: 20px;
    height: 90%;
    /*background: gray;*/
}

#a-menu {
    position: fixed;
    /*display: none;*/
    margin-left: 0px;
    top: 60px;
    z-index: 3;
    width: 100px;
    height: 100vh;
}

#a-menu li {
    padding: 5px;
    width: 98px;
    list-style: none;
    text-align: center;
}

#a-menu li a {
    text-decoration: none
}

#a-menu li:hover {
    transform: translateX(3px);
    /*background: #25272D;*/
    background: #121214;
    box-shadow: 2px 2px 2px black;
    transition: 0.5s;
    cursor: pointer;
}

#a-menu #m-accueil:hover {
    border-left: 3px solid #0FBD2B;
}

#a-menu #m-accueil:hover span {
    color: #0FBD2B;
}

#a-menu #m-accueil:hover h4 {
    color: white;
    text-decoration: none;
}

#a-menu #m-projet:hover {
    border-left: 3px solid #1F99F5;
}

#a-menu #m-projet:hover span {
    color: #1F99F5;
}

#a-menu #m-projet:hover h4 {
    color: white;
    text-decoration: none;
}

#a-menu #m-tresor:hover {
    border-left: 3px solid #FAB900;
}

#a-menu #m-tresor:hover span {
    color: #FAB900;
}

#a-menu #m-tresor:hover h4 {
    color: white;
    text-decoration: none;
}

#a-menu #m-init:hover {
    border-left: 3px solid #FF7800;
}

#a-menu #m-init:hover span {
    color: #FF7800;
}

#a-menu #m-init:hover h4 {
    color: white;
    text-decoration: none;
}

#a-menu #m-admin:hover {
    border-left: 3px solid #F54146;
}

#a-menu #m-admin:hover span {
    color: #F54146;
}

#a-menu #m-admin:hover h4 {
    color: white;
    text-decoration: none;
}

#a-menu li span {
    margin-top: 5px;
    font-size: 30px;
}

#a-menu li h4 {
    font-size: 16px;
}

#header-pass {
    height: 75px;
}

.select-accueil {
    border-left: 3px solid #0FBD2B;
    background: #121214;
    box-shadow: 2px 2px 2px black;
}

.select-projet {
    border-left: 3px solid #1F99F5;
    background: #121214;
    box-shadow: 2px 2px 2px black;
}

.select-tresor {
    border-left: 3px solid #FAB900;
    background: #121214;
    box-shadow: 2px 2px 2px black;
}

.select-init {
    border-left: 3px solid #FF7800;
    background: #121214;
    box-shadow: 2px 2px 2px black;
}

.select-admin {
    border-left: 3px solid #F54146;
    background: #121214;
    box-shadow: 2px 2px 2px black;
}

/*
MAIN------------------------------------------
 */
#a-body {
    padding-top: 60px;
    font-size: 14px;
}

#footer {
    position: fixed;
    width: 100%;
    height: 23px;
    background-color: #25272D;;
    bottom: 0px;
    z-index: 4;
}

#footer .copyright {
    position: absolute;
    font-family: Candara;
    font-size: 15px;
    top: 0;
    left: 0;
    margin-left: 5px;
    color: #6c757d;
}

#footer .site a {
    position: absolute;
    font-family: Candara;
    font-size: 15px;
    color: #6c757d;
    top: 0;
    right: 0;
    margin-right: 5px;
}

/*
BOOTSTRAP COSTOMISE
*/
ropdown-item span {
    margin: 10px;
}

@media screen and (max-width: 767px) {

    #a-menu {
        position: fixed;
        display: none;
        margin-left: 0px;
        top: 60px;
        z-index: 3;
        width: 100px;
        height: 100vh;
        transition: 0.5s;
    }

    .main-body {
        padding-left: initial;
    }

    #menu-bouton {
        position: absolute;
        display: block;
        margin-left: 10px;
        cursor: pointer;
        left: 100px;
        top: 20px;
        color: gray;
    }

    #a-header #rac {
        width: 370px;
    }

    #rac .pan {
        margin-top: 10px;
        margin-right: 15px;
        float: right;

    }
}

@media screen and (max-width: 504px) {
    #a-header #rac {
        width: 180px;
    }

    #rac .pan {
        margin-top: 10px;
        margin-right: 15px;
        float: right;
    }

    #rac .i-nom span {
        display: none;
    }

    #footer .site a {
        position: absolute;
        display: none;
        font-family: Candara;
        font-size: 15px;
        color: #6c757d;
        top: 0;
        right: 0;
        margin-right: 5px;
    }

    #footer .copyright {
        position: absolute;
        font-size: 12px;
        top: 2px;
    }
}

/*
    MENU PROJET EFFET ********************************************************
 */

titre {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 60px;
    padding-left: 10px;
    /*border: 1px solid red;*/
    z-index: 3;
    background: #E5E5E5;
}

titre h1 {
    color: darkgray;
}

titre .add {
    position: absolute;
    top: 10px;
    right: 120px;
    cursor: pointer;
}

.main-body .content {
    position: relative;
    top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    z-index: 0;
    /*border: 5px solid green;*/
}

.main-body .content-p {
    position: relative;
    margin-left: 5px;
    padding: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 25px;
    height: 78vh;
    overflow-y: scroll;
    z-index: 0;
    /*border: 1px solid green;*/
}

.main-body .content-i {
    position: relative;
    margin-left: 0px;
    padding: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 25px;
    height: 78vh;
    z-index: 0;
    /*border: 1px solid green;*/
}

/*Espace projet--------------------------------------------------------*/
.space {
    border-right: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    /*border-bottom: 1px solid #80bdff;*/
    border-radius: 0px;
    padding: 0px;
    /*background-image: url("assets/images/test.png");*/
}

.space-title {
    padding-left: 3px;
    /*border: 0.1px solid skyblue;*/
    /*background: #1F99F5;*/
    width: 100%;
    height: 30px;
    box-shadow: 0px 2px 1px skyblue;
}

.space-title .search input {
    position: absolute;
    float: left;
    height: 25px;
    width: 45%;
    top: 3px;
    right: 1px;
    font-size: 12px;
    border-radius: 10px;
}

@media screen and (max-width: 690px) {
    .space-title .search input {
        width: 70px;
    }
}

@media screen and (max-width: 575px) {
    .space-title .search input {
        width: 50%;
    }
}

.space-title .search span {
    position: absolute;
    top: 9px;
    right: 4px;
    font-size: 13px;
}

.space-title h4 {
    font-size: 23px;
}

.project-list {
    border: none;
}

.project-list li {
    border: none;
    padding: 2px;
    background: #F1F1F1;
}

.project-list .card {
    box-shadow: 1px 1px 10px #F2F2F2;
    padding: 2px;
    background: #EFEEEC;
}

.project-list .card .media img {
    margin-top: 10px;
    padding: 0px;
    height: 50px;
    width: 50px;
}
.project-list .card .media .progress {
    margin-top: 10px;
    margin-bottom: 0px;
    height: 3px;
    background: white;
}
.project-list .card .media .media-body h4 {
    /*color: #007bff;*/
    color: grey;
    margin-right: 15px;
    margin-bottom: 0px;
}

.project-list .card .media .media-body .boutons {
    position: absolute;
    top: 5px;
    right: 2px;
}

.project-list .card .media .media-body .boutons span {
    padding-bottom: 5px;
}

.project-list .card .media .media-body .debut {
    font-size: 12px;
    color: indianred;
}

.project-list .card .media .media-body .fin {
    font-size: 12px;
    color: limegreen;
}

.project-list .card .media .media-body .progress {
    left: 0;
}

/*Espace identite--------------------------------------------------------*/

.main-body .content-i img {
    width: 100%;
    margin-top: 7px;
    height: 20vh;
    /*border: 0.4px solid darkgrey;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0.5px 0.5px 3px gray;*/
}

.main-body .content-i .identite-detail {
    margin: 5px;
}

.main-body .content-i .identite-detail .identite-scroll {
    margin-top: -45px;
    height: 50vh;
    width: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main-body .content-i .identite-detail h5 {
    margin-top: 0px;
    padding-top: 0px;
}
#project-ville-pays-type{
    margin-bottom: 30px;
}
.main-body .content-i .identite-detail .adresse {
    margin-right: 0px;
    padding-left: 3px;
    padding-right: 5px;
    padding-top: 0px;
    border-radius: 5px;
    background: #c3e6cb;
}

.main-body .content-i .identite-detail .observation {
    color: black;
    margin-top: 0px;
    padding-left: 3px;
    padding-top: 0px;
    border-radius: 5px;
    background: #9fcdff;
}

/*Espace detail--------------------------------------------------------*/

.main-body .content-p .bt {
    border-left: 1px solid #b7b8b9;
    border-bottom: 1px solid #b7b8b9;
    /*box-shadow: 1px 1px 2px skyblue;*/
}

.main-body .content-p .bare-titre {
    width: 100%;
    height: 30px;
}

.main-body .content-p .bare-titre {
    width: 100%;
    height: 30px;

    /*box-shadow: 0px 0px 0.2px skyblue;*/
}

.main-body .content-p .bare-titre li {
    list-style: none;
    float: left;
    width: 28px;
    heigth: 28px;
    padding-left: 4px;
    margin-right: 15px;
    list-style: none;
    font-size: 18px;
    border: 1px solid #1F99F5;
    border-radius: 3px;
    box-shadow: 1px 1px 2px skyblue;
    float: left;
}

.main-body .content-p .detail-scroll {
    height: 65vh;
    width: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*
    MENU INIT ADMIN EFFET ********************************************************
 */
.init-centrer {
    height: 120px;
}

@media screen and (max-width: 767px) {
    .init-centrer {
        display: none;
    }
}

.init-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.init-list li {
    list-style: none;
    float: left;
}

.init-card {
    width: 250px;
    height: 110px;
    margin-top: 10px;
    padding: 5px;
}

.init-card:hover {
    border-radius: 1px;
    transition: width 0.5s;
    border: 2px solid orange;
    box-shadow: 0px 0px 10px orange;
}

.init-card .media .img {
    width: 40px;
    height: 40px;
    font-size: 35px;
    margin-top: 7px;
    margin-left: 0px;
    margin-right: 5px;
}

.init-card .media h4 {
    color: black;
}

.tresor-card {
    width: 250px;
    height: 110px;
    margin-top: 10px;
    padding: 5px;
}

.tresor-card:hover {
    border-radius: 1px;
    transition: width 0.5s;
    border: 2px solid #FAB900;
    box-shadow: 0px 0px 10px #FAB900;
}

.tresor-card .media .img {
    width: 40px;
    height: 40px;
    font-size: 35px;
    margin-top: 7px;
    margin-right: 5px;
}

.tresor-card .media h4 {
    color: black;
}

.admin-card {
    width: 250px;
    height: 110px;
    margin-top: 10px;
    padding: 5px;
}

.admin-card:hover {
    border-radius: 1px;
    transition: width 0.5s;
    border: 2px solid #FAB900;
    box-shadow: 0px 0px 10px #FAB900;
}

.admin-card .media .img {
    width: 40px;
    height: 40px;
    font-size: 35px;
    margin-top: 7px;
    margin-right: 5px;
}

.admin-card .media h4 {
    color: black;
}

.projet-card {
    width: 250px;
    height: 110px;
    margin-top: 10px;
    padding: 5px;
}

.projet-card:hover {
    border-radius: 1px;
    transition: width 0.5s;
    border: 2px solid #00AAFF;
    box-shadow: 0px 0px 10px #00AAFF;
}

.projet-card .media .img {
    width: 40px;
    height: 40px;
    font-size: 35px;
    margin-top: 7px;
    margin-right: 5px;
}

.projet-card .media h4 {
    color: black;
}
/**
**************************   IN MENU *****************************
 */
.title-in-menu {
    position: fixed;
    z-index: 4;
    color: white;
    height: 45px
}

.title-in-menu .bout {
    position: absolute;
    top: 4px;
    right: 120px;
    color: white;
}

.title-in-menu .bout-deux {
    position: absolute;
    top: 4px;
    right: 200px;
    color: white;
}

@media screen and (max-width: 767px) {
    .title-in-menu .bout {
        right: 10px;
    }
}

.content-in-menu {
    position: absolute;
    top: 55px;
    padding-top: 10px;
    margin-bottom: 33px;
}
