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;
}

.maintenance_header {
  background: url("/system/maintenance/img/img_maintenance_header.png") center/cover no-repeat;
  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_annonce {
    background-color: #272537;
    flex: 1;
    display: flex;
    padding-bottom: 15px;
}

.container_left {
    width: 50%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 70px;
}

.container_reseau {
    position: relative;
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 500px;
    height: 150px;
    margin-top: 70px;

}

.container_reseau_title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 400px;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 430px;
}

.container_reseau_title h1 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.container_reaseau_top {
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 100px;
}

.container_reaseau_bottom {
    display: flex;
    justify-content: center;
    height: 50%;
    width: 100%;
    gap: 10px;
}

.reseau_item {
    width: 150px;
    height: 30px;
    border-radius: 5px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
}


.discord {
    background-color: #7177AF;
}

.instagram {
    background-color: #873075;
}

.tiktok {
    background-color: #272725;
}

.x {
    background-color: #272725;
}

.snaptchat {
    background-color: #927F4A;
}

.youtube {
    background-color: #9A073E;
}

.icon_reseau {
    height: 20px;
}

.container_avancement {
    position: relative;
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 500px;
    height: 300px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.container_avancement_title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 400px;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_avancement_title h1 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.container_avancement_container_progressbar {}

.container_progressbar {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.progressbar {
    flex: 1;
    height: 20px;
    background-color: #1D1A31;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.progression {
    width: 10%;
    height: 100%;
    background-color: #646995;
    border-radius: 100px;
}




.container_right {
    display: flex;
    padding-top: 60px;
    padding-bottom: 70px;
}

.container_articles {
    position: relative;
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 500px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.container_articles_title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 300px;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.container_articles_title h1 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}


/********* 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;
}