#imgdraft{
    height: 14vh;
}
.imglogo{
    max-width:340px;
    margin-right: 40px;
    position: absolute;
    top: 30px;
    left: 24px;
}
#generalhelp{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:120px;
}
#divhelp{
    background-color: #243a64;
    min-width: 58vw;
    width:58vw;
    border: 2px solid rgb(156, 160, 50);
    padding-left: 1vw;
    padding-right: 2vw;
    color: #CCCDD0;
    font-size: 1rem;
}
.aideref{
    color:rgb(216, 219, 119);
}
.aideref:hover{
    font-weight: bold;
    font-size: 0.93rem;
    color:rgb(216, 219, 119);
}
.aideref:visited{
    color: rgb(216, 219, 119);
}
body{
    background-image: radial-gradient(circle, #18213b, #18213f, #192143, #1a2146, #1b214a);
}
.titleaide{
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration-line: underline;
    background-color: #1f3157;
    width: 61vw;
    border:2px solid rgb(156, 160, 50);
    text-align: center;
    margin-right: -2vw; /*put negative margin to override padding of parent  */
    margin-left: -1.1vw;
    position: relative;
}
.subtitileaide{
    font-size: 1.2rem;
    text-decoration-line: underline;
}
.intextcar, .intextstrat, .intextbat{
    font-weight: bold;
}
.traitcar{
    font-size: 1.1rem;
}
.traitcarunderlign{
    text-decoration-line: underline;
    font-size: 1.1rem;
}
.caracniv1{
    color:#5ce763 ;
}
.caracniv2{
    color:#e2c013;
}
.caracniv3{
    color:#f05356;
}
#orangepromo{
    color:#ff972f;
}
#imgphase2promo, #imgwtc{
    width: 40vw;
}
table, th, td {
    border: 1px solid #CCCDD0;
    border-collapse: collapse;
  }
td,th{
    text-align: center;
    padding-left: 1vw;
    padding-right: 1vw;
}
table{
    margin-left: 4vw;
    margin-right: 4vw;
    width:15vw;
    margin-bottom: 2vh;
}
.toflex{
    display:flex;
    width:58vw;
    flex-wrap: wrap;
}
.pouletitle{
    text-align: center;
}
.legendpicture{
    font-size:0.85rem;
}
.qualteam{
    background-color: #1d7628;
}
.qualteam2{
    background-color: rgba(187, 167, 38,0.8)
}

#headaide{
    text-align: center;
    border:2px solid rgb(156, 160, 50);
    background-color: #1f3157;
    font-size: 2rem;
    margin-right: -2vw; /*put negative margin to override padding of parent  */
    margin-left: -1.1vw;
    margin-top: -0.1vh; 
}
#divmenu{
    background-color: #243a64;
    min-width: 180px;
    width:10vw;
    border: 2px solid rgb(156, 160, 50);
    color: #CCCDD0;
    font-size: 1rem;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
}

#helpandmenu{
    display:flex;
}
#mainlist{
    list-style: none;
    background-color: #243a64;
    background-image: none;
    padding-left: 0;
    color: #CCCDD0;
}
.mainli{
    font-weight: bold;
    padding-top: 2vh;
    color: #CCCDD0;
}
.secondlist{
    list-style: none;
    position: relative;
    margin-left: 0;
	padding-left: 1.2em;
    background-color: #243a64;
    background-image: none;
    color: #CCCDD0;
}
.secondlist li:before {
    padding-left: 1vh;
	content: "-";
    position:absolute;
	left: 0;
	color: #CCCDD0;
}
li{
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    color: #CCCDD0;
}
li:hover{
    color: #CCCDD0;
   text-decoration-line: underline;
}
#divregle{
    background-color: #243a64;
    min-width: calc(180px + 59.6vw);
    width:69.2vw;
    border: 2px solid rgb(156, 160, 50);
    padding-left: 1vw;
    padding-right: 2vw;
    color: #CCCDD0;
    font-size: 1rem;
}

.link{
    color: #CCCDD0;
    text-decoration-line: underline;
}
.link:hover{
    font-weight: bold;
    font-size: 0.93rem;
    color: #CCCDD0;
    text-decoration-line: underline;
}
#headregle{
    text-align: center;
    border:2px solid rgb(156, 160, 50);
    background-color: #1f3157;
    font-size: 2rem;
    margin-right: -2vw; /*put negative margin to override padding of parent  */
    margin-left: -1.1vw;
    margin-top: -0.1vh; 
}
.trniv{
    font-weight:bold;
}
.namestat{
     font-weight:bold;
}
.upgradevalue{
     background-color: #1d7628;
}
.captiontablebat{
    font-size:0.8rem;
}
.tableupgbat{
    max-width:38vw;
    width:38vw;
     font-size:0.8rem;
}
.tableupgbat td:first-child {
    min-width:12vw; /* Définir la largeur */
}
