@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
    font-family: 'Roboto';
    font-weight: bold;
    font-display: swap;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.arkServerSection{
    padding: 30px 10%;
}

.titleServerContainer{
    padding: 20px;
    background-color: #161C2B;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
}
.titleServer{
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.serverHeader{
    display: block;
    padding: 10px 20px;
    border: 3px solid #32312d;
    border-bottom-style: none;
}

.serverHeader img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}


.button {
    display: grid;
    grid-template-columns: auto auto;
    padding: 20px;
}

.borderButton{
    border-top: 2.5px solid black;
    border-bottom: 1.5px solid black; 
    border-left: 3px solid black;
    border-right: 3px solid black;
}
.accordion {
    background: linear-gradient(90deg, rgba(47,215,255,1) 0%, rgba(0,117,215,1) 44%, rgba(0,64,144,1) 100%);
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: 1s;
}

.panel {
    display: block;
    padding: 0 18px 0 10px;
    border: solid 2px #9C9583;
    border-bottom-style: none;
    border-top-style: none;
    max-height: 0;
    overflow: auto;
    transition: max-height 0.2s ease-out;

}

.panel .img_serveur {
    max-width: 1000px;
    max-height: 400px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.panel .content_panel {
    display: inline;
    vertical-align: top;
}
.serverTitle{
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.serverParameters{
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.titleContent{
    font-size: 23px;
    text-decoration: underline;
    font-weight: bold;
}

.textContent{
    font-size: 18px;
    width: 100%;
}
.infoSupp{
    font-size: 18px;
}