body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

header {
    background-image: url('/system/maintenance/img/img_maintenance_header.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav {
    display: flex;
    gap: 15px;
    color: white;
    background-color: #646995;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
}

nav a {
    text-decoration: none;
    color: #fff;
}

.nav_item{
    background-color: #1D1A31;
    width: 120px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;

    border: 2px solid transparent;
    box-sizing: border-box;
}

.nav_item.is-active{
    border: 2px solid #7F8BC7;
}

.nav_item a{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


.icon {
    height: 100px;
}

.container_equipe {
    background-color: #272537;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 15px;
}

.remerciements {
    background-color: #33345180;
    width: 100%;
    height: 60px;
    color: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 0px 20px 0px 20px;
}

.direction {
    width: 100%;
    height: 500px;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
}

h2 {
    color: #fff;
}

.direction_title {
    width: 100%;
    background-color: #736262;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #fff;
}

.container_item {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;   
}

.status-dot.online {
    background-color: #2ecc71;
    box-shadow: 0 0 5px #2ecc71; 
}

.status-dot.offline {
    background-color: #e74c3c; /* Rouge */
}

.pseudo_look {
    display: flex;
    align-items: center;
}

.item {
    width: calc(25% - 15px);
    height: 150px;
    background-color: #3B3D5C;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    min-width 250px
}

.section_title.sec-dd {
    background-color: #736262;
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    font-size: 15px;
}

.section_title.sec-sa {
    /* couleur sécu/assistance */
    background-color: #4F9C9C;
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding-left: 10px;
    border-radius: 5px;
    padding: 30px;
}

.section_title.sec-de {
    /* couleur autres */
    background-color: #542280;
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding-left: 10px;
    border-radius: 5px;
    padding: 30px;
}

.section_title.sec-ae {
    /* couleur anim/evt */
    background-color: #9C8C4F;
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding-left: 10px;
    border-radius: 5px;
    padding: 30px;
}

.section_title.sec-cc {
    background-color: #859C4F;
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding-left: 10px;
    border-radius: 5px;
    padding: 30px;

}

.subesction {
    font-size: 20px;
}

.empty {
    background-color: #3B3D5C;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_poste {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.poste {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 0 5px 0 5px;
    height: 25px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.avatar_wrapper {
    width: 100%;
    height: 70%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.avatar {
    margin-top: -15px;
    height: auto;
    image-rendering: pixelated;
}

.container_pseudo_avatard_badge {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}


.pseudo_look {
    /* background-color: red; */
    height: 100%;
    display: flex;
    align-items: center;
}

/********* FOOTER *******/

footer {
    width: 100%;
    height: 100px;
    background-color: #1D1A31;
    display: flex;
    padding: 70px;
    align-items: center;
    color: #fff;
    gap: 50px;
}

.footer_left img {
    height: 50px;
}