@font-face {
    font-family: 'SFBOLD';
    src: url('SFBOLD.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
  }

  @font-face {
    font-family: 'SFLIGHT';
    src: url('SFLIGHT.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
  }


.Afficher_num {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 40px;
    text-align: center;
    font-family: 'SFLIGHT';
    font-weight: bold;
    overflow: hidden;
}

.Touche {
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    font-family: 'SFLIGHT';
    font-weight: bold;
}

.Touche_num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #c0c0c0;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transition: background-color 0.3s;
}

.Touche_num:hover {
    background-color: #858585;
}

.Num {
    font-size: 35px;
}

.Lettre {
    font-size: 10px;
}

.Touche_apel{
    grid-column: 2;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Touche_apel img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.Touche_delete {
    touch-action: manipulation;
    margin-top: 15px;
    opacity: 0; /* Commencez par masquer la touche delete */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease; /* Ajoutez une transition d'opacité */
}

.Touche_delete img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.back-buttonTel {
    display: inline-flex;
    cursor: pointer;
    padding: 10px 20px;
    background-color: white;
    transition: background-color 0.3s;
    overflow: hidden;
  }

  .back-iconTel {
    height: 18.3px;
    width: 11px;
    margin-right: 10px;
    transition: transform 0.3s;
  }

  .back-iconTel img {
    height: 18.3px;
    width: 11px;
  }

  .back-buttonTel:hover .back-iconTel {
    transform: translateX(-5px);
  }


  .back-textTel {
    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-buttonTel.clicked .back-textTel {
  transform: translateX(100%);
  opacity: 0;
}


@media screen and (max-width: 600px) {
  .Afficher_num {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 1px;
    height: 30px;
    text-align: center;
    font-family: 'SFLIGHT';
    font-weight: bold;
    overflow: hidden;
}

.Touche_cut {
  grid-column: 2;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Touche_cut_record {
  grid-column: 2;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Touche {
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-family: 'SFLIGHT';
  font-weight: bold;
}
}



.Boite_popup_audio{
  z-index: 10;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  box-shadow:  18px -20px 20px 0px rgba(255, 255, 255, 0), 
                0px 0px 900px 125px #7c7c7c;
  border-radius: 30px;
  transform: translate(12%, 100%);
  height: 220px;
  width: 80%;
}

.Boite_popup_audio_verif{
  z-index: 10;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  box-shadow:  18px -20px 20px 0px rgba(255, 255, 255, 0), 
                0px 0px 900px 125px #7c7c7c;
  border-radius: 30px;
  transform: translate(12%, 100%);
  height: 220px;
  width: 80%;
}

.Boite_popup_audio_verif_suppr{
  z-index: 10;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  box-shadow:  18px -20px 20px 0px rgba(255, 255, 255, 0), 
                0px 0px 900px 125px #7c7c7c;
  border-radius: 30px;
  transform: translate(12%);
  height: 220px;
  width: 80%;
}


.texte_popup_audio{
  padding-top: 10px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  height: 145px;
  border-top-right-radius : 28px;
  border-top-left-radius : 28px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.texte1_popup_audio{
  margin-top: 20px;
  margin-bottom: 20px;
}

.texte2_popup_audio{
  margin-bottom: 20px;
}

.bouton_popup_audio{
  display: inline-flex;
  width: 100%;
  height: 70px;
  font-size: 16px;
}

.bouton1_popup_audio{
  width: 50%;
  border-top: 2px solid rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius : 28px;
  color: rgb(62, 139, 255);
}

.bouton2_popup_audio{
  width: 50%;
  border-top: 2px solid rgb(214, 214, 214);
  border-left: 2px solid rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius : 28px;
  color: rgb(11, 108, 255);
  font-weight: bold;
}
  


.bouton1_popup_audio_verif{
  width: 50%;
  border-top: 2px solid rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius : 28px;
  color: rgb(62, 139, 255);
}

.bouton2_popup_audio_verif{
  width: 50%;
  border-top: 2px solid rgb(214, 214, 214);
  border-left: 2px solid rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius : 28px;
  color: rgb(11, 108, 255);
  font-weight: bold;
}

.bouton1_popup_audio_verif_suppr{
  width: 50%;
  border-top: 2px solid rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius : 28px;
  color: rgb(62, 139, 255);
}

.bouton2_popup_audio_verif_suppr{
  width: 50%;
  border-top: 2px solid rgb(214, 214, 214);
  border-left: 2px solid rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius : 28px;
  color: rgb(11, 108, 255);
  font-weight: bold;
}
