.mots-1 {
    font-size: 13px;
    color: rgb(173, 160, 160);
}

.mots-2 {
    font-size: 17px;
    color: rgb(173, 160, 160);
}

.mots-3 {
    font-size: 22px;
    color: rgb(173, 160, 160);
}
.mots-4 {
    font-size: 27px;
    color: rgb(173, 160, 160);
}
.mots-5 {
    font-size: 32px;
    color: rgb(173, 160, 160);
}
.mots-6 {
    font-size: 37px;
    color: rgb(173, 160, 160);
}
.mots-7 {
    font-size: 41px;
    color: rgb(173, 160, 160);
}
.mots-8 {
    font-size: 44px;
    color: rgb(173, 160, 160);
}
.mots-9 {
    font-size: 48px;
    color: rgb(173, 160, 160);
}
.mots-10 {
    font-size: 52px;
    color: rgb(173, 160, 160);
}

.mot-choisi {
    color: #f1863b !important;
    font-size: 42px !important;
}

#tagsphere {
    display: none;
    grid-area: tagsphere;
    background-color: #414140;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0 auto ;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

/* @media (max-width: 767px) {
    .zone-principale {
      height: 600px;
    }
  } */

#tagsphere > ul {
    list-style-type: none;
    position: relative;
    left: 20%;
    top: 10%;
}  

#tagsphere ul li a, #tagsphere ul li a:visited {
    color: rgb(173, 160, 160);
    text-decoration: none;    
}

ul li a:hover, ul li.link1 a:hover, ul li.link2 a:hover, ul li.link3 a:hover {
    font-weight: bold; 
}

ul li.link1 a {
    color: rgb(173, 160, 160);
}

ul li.link2 a {
    color: rgb(173, 160, 160);
}

ul li.link3 a {
    color: rgb(173, 160, 160);
}

/* Centrer (en x et y) et modifier l'echelle de la sphere en fonction de la taille de l'écran (quand il n'y a pas de liste de résultat à côté) */
@media (min-width: 0px) and (max-width: 767px) {
    .container #tagsphere ul {
        transform: translate(-103px, 91px) scale(0.6);
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .container #tagsphere ul {
        transform: translate(-78px, 64px) scale(0.7);
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .container #tagsphere ul {
      transform: translate(-27px, 43px) scale(0.82);
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1399px) {
    .container #tagsphere ul {
      transform: translate(42px, 18px) scale(0.86);
    }
  }
  
  @media (min-width: 1400px) {
    .container #tagsphere ul {
      transform: translate(94px, 18px) scale(0.86);
    }
  }
  
/* Centrer (en x et y) et modifier l'echelle de la sphere en fonction de la taille de l'écran (quand il y a une liste de résultat à côté) */
@media (min-width: 0px) and (max-width: 767px) {
    #tagsphere ul {
        transform: translate(-91px, 65px) scale(0.7);
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    #tagsphere ul {
        transform: translate(-62px, 45px) scale(0.78);
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    #tagsphere ul {
        transform: translate(21px, 42px) scale(0.82);
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1399px) {
    #tagsphere ul {
        transform: translate(-53px, 29px) scale(0.82);
    }
  }
  
  @media (min-width: 1400px) {
    #tagsphere ul {
        transform: translate(-20px, 38px) scale(0.82);
    }
  }