@font-face {
    font-family: 'Chal';
    src: url('../News/mytupi.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
  }
  
  main{
    font-family: 'Chal';
  }

  .back-buttonInformations {
    display: inline-flex;
    padding: 10px 20px;
    top:0;
    z-index: 3;
    height: 20PX;
  }
  
  
  .back-iconInformations  {
    height: 18.3px;
    width: 11px;
    margin-right: 10px;
    transition: transform 0.3s;
  }
  
  .back-iconInformations  img {
    height: 18.3px;
    width: 11px;
  }
  
  .back-buttonInformations :hover .back-iconInformations  {
    transform: translateX(-5px);
  }
  
  
  .back-textInformations  {
    color: rgb(0, 0, 0);
    display: inline-block;
    transition: transform 0.3s, opacity 0.3s; /* Ajout de l'animation d'opacité */
    vertical-align: middle;
  }
  
  
  /* Sélecteur pour la section Artiste */
  .back-buttonInformations .clicked .back-textInformations  {
  transform: translateX(100%);
  opacity: 0;
  }
  

.Contenue_Informations{
    position: relative;
    z-index: 2;
    display: flex;
    text-align: center;
    /* align-items: center; */
    justify-content: center;
    width: 60%;
    height: 100%;
    flex-direction: column;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 150px;

}

.Titre_Informations{
    font-weight: bold;
    font-size: 30px;
}

.Texte_Informations{
  font-weight: bold;
  text-align: left;
  color: #323232;
}

.Article_Informations{
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .Contenue_Informations{
    position: relative;
    z-index: 2;
    display: flex;
    text-align: center;
    /* align-items: center; */
    justify-content: center;
    width: 80%;
    height: 100%;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 150px;

}
}

