#allCpts {
    display: grid;
}

#allCpts div {
    width: 250px;
    height: 112px; /* A changer pour pouvoir travailler sur les compétences wisth: 250px*/
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
    transition: 0.7s;
    border-radius: 10px;
}

#allCpts div:hover{
    height: 250px;
    border-radius: 30px;
}


#allCpts p{
    color: rgb(218, 218, 218);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    font-size: 11px;
}

#allCpts h1{
    color: white;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: unset;
    font-size: 20px;
    padding: 1px 5px 5px 5px;
    text-align: center;
}

#allCpts #OnSizer{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 10px;
    position: relative;
    margin-top: 0;
    bottom: 0;
    opacity: 1;
}



#allCpts #OnSizer div{
    height: 3px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-bottom: 2px;
    background-color: lightcyan;
}

#allCpts #Effectifs{
    margin-top: -30px;
    height: 50%;
    opacity: 0;
    transition: 0.9s;
}

#allCpts #Container {
   display: flex;
    margin-top: 0;
    height: 100%;
}

#allCpts #secondContainer{
    margin-top: 0;
    height: 100%;
    width: 30%;
}

#allCpts #firstContainer {
    margin-top: 0;
    height: 100%;
    width: 30%;
}

#allCpts #thirdContainer {
    margin-top: 0;
    height: 100%;
    width: 30%;
}

#allCpts #CptsLevel {
    margin-top: 0;
    width: 85%;
    height: 58px;
    position: relative;
    
}

#allCpts #CptsLevel h2{
   font-family: sans-serif;
   font-size: 30px;
   width: fit-content;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   padding-top: 13px;
   
}

#allCpts #silver {
    color: silver;
    
}

#allCpts #CptsLevelSilver {
    margin-top: -7px;
    width: auto;
    height: 100%;
    border-radius: 75px;
    background: radial-gradient(circle at 50%, transparent 50%, silver 50%);
}

#allCpts #CptsLevelGold {
    margin-top: -18px;
    width: auto;
    height: 100%;
    border-radius: 75px;
    
    background: radial-gradient(circle at 50%, transparent 50% 25%, gold 50% 75%);
}

#allCpts #CptsLevelBronze {
    margin-top: -5px;
    width: auto;
    height: 100%;
    border-radius: 75px;
    background: radial-gradient(circle at 50%, transparent 50% 25%, brown 50% 75%);
}

#allCpts #gold {
    color: yellow;
}

#allCpts #bronze {
    color: brown;
}

#allCpts #secondNumber {
    margin-bottom: 0;
}

#allCpts #firstNumber {
    margin-top: 0;
    
}

#allCpts #thirdNumber {
    margin-top: 20px;
    margin-bottom: 0;
}

#allCpts .a1-1{
    background: linear-gradient(red, orange);
}

#allCpts .a1-2{
    background: linear-gradient(red, orange);
}

#allCpts .a1-3{
    background: linear-gradient(red, orange);
}

#allCpts .a2-1{
    background: linear-gradient(green, rgb(95, 218, 95));
}

#allCpts .a2-2{
    background: linear-gradient(green, rgb(95, 218, 95));
}

#allCpts .a2-3{
    background: linear-gradient(green, rgb(95, 218, 95));
}

#allCpts .a2-4{
    background: linear-gradient(green, rgb(95, 218, 95));
}
#allCpts .a3-1{
    background: linear-gradient(rgb(78, 56, 204), rgb(67, 107, 238));
}

#allCpts .a3-2{
    background: linear-gradient(rgb(78, 56, 204), rgb(67, 107, 238));
}

#allCpts .a3-3{
    background: linear-gradient(rgb(78, 56, 204), rgb(67, 107, 238));
}

#allCpts .a3-4{
    background: linear-gradient(rgb(78, 56, 204), rgb(67, 107, 238));
}

#allCpts .a4-1{
    background: linear-gradient(rgb(84, 2, 160), rgb(187, 54, 228));
}

#allCpts .a4-2{
    background: linear-gradient(rgb(84, 2, 160), rgb(187, 54, 228));
}

#allCpts .a4-3{
    background: linear-gradient(rgb(84, 2, 160), rgb(187, 54, 228));
}

#allCpts .a5-1{
    background: linear-gradient(rgb(105, 10, 47), rgb(36, 14, 66));
}

#allCpts .a5-2{
    background: linear-gradient(rgb(105, 10, 47), rgb(36, 14, 66));
}

