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_maintenance {
    background-color: #272537;
    flex: 1;
    display: flex;
    padding-bottom: 15px;
}


/********* PARTIE DROITE *******/

.container_right {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 267px;

}

/* 🌍 planète en arrière-plan */
.decompte_planete {
    position: absolute;
    top: -255px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

.decompte_item {
    background-color: #1D1A31;
    width: 80px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #616184;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:10px;
}

.decompte_item div{
    width:100%;
    height:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 📦 bloc principal */
.container_decompte {
    position: relative;
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 600px;
    height: 160px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* 🏷️ titre au-dessus du bloc */
.container_decompte_title {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    padding: 10px 25px;
    z-index: 2;
}

.container_decompte_title h1 {
    margin: 0;
    font-size: 1rem;
    color: #fff;
}



/********* PARTIE GAUCHE *******/

.container_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_message {
    position: relative;
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 600px;
    margin-top: 70px;
    display: flex;
}

.container_message p {
    margin-top: 30px;
    margin-left: 20px;
    color: #fff;
}
.container_message a {
    
    color: #fff;
}

.container_title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 500px;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* correction ici : on ne touche plus au font-size du container */
.container_title h1 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    /* au lieu de 10px */
}


.test {
    background-color: blue;
    width: 100px;
    height: 100px;
}

.container_reseau {
    position: relative;
    background-color: #403D55;
    border: 3px solid #646995;
    border-radius: 20px;
    width: 600px;
    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: 500px;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.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;
}


/********* 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;
}