@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_apel {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 10px;
    height: 40px;
    text-align: center;
    font-family: 'SFLIGHT';
    font-weight: bold;
    overflow: hidden;
    color:#000000;
}

.text_appel {
    font-size: 20px;
    height: 20px;
    text-align: center;
    font-family: 'SFLIGHT';
    font-weight: bold;
    overflow: hidden;
    color:#858585;
    padding-bottom: 10px;
}

.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;
}

.Touche_num.active {
    background-color: #858585;
}


.Touche_num_haut_parleur {
    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_haut_parleur:hover {
    background-color: #858585;
}

.Touche_num_haut_parleur.active {
    background-color: #858585;
}

.Touche_num_SUPPR {
    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_SUPPR:hover {
    background-color: #858585;
}

.Touche_num_SUPPR.active {
    background-color: #858585;
}




.Touche_num_off {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #858585;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transition: background-color 0.3s;
}

.MIC{
    width: 80px;
    height: 80px; 
}

.balls9{
    width: 40px;
    height: 40px; 
}

.hautparleur{
    width: 50px;
    height: 50px; 
}

.plus{
    width: 60px;
    height: 60px; 
}

.facetime{
    width: 45px;
    height: 45px; 
}

.contact_apel{
    width: 50px;
    height: 50px; 
}


.Num {
    font-size: 35px;
}

.Lettre {
    font-size: 10px;
}

.Touche_cut{
    grid-column: 2;
    margin-top: 137px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Touche_cut img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#Touche_cut_record{
    grid-column: 2;
    margin-top: 137px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#Touche_cut_record img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.touche_sous_texte{
    padding-top: 5px;
    text-align: center;
}

.touche_sous_texte_off{
    padding-top: 5px;
    text-align: center;
    color:#858585
}

.timer2{
    font-size: 20px;
    padding-bottom: 40px;
    height: 20px;
    text-align: center;
    font-family: 'SFLIGHT';
    font-weight: bold;
    overflow: hidden;
    color:#000000;
}


@media screen and (max-width: 600px) {
    .Afficher_num_apel {
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 1px;
        height: 30px;
        text-align: center;
        font-family: 'SFLIGHT';
        font-weight: bold;
        overflow: hidden;
        color: #000000;
    }

    .touche_sous_texte{
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
    }
    
    .touche_sous_texte_off{
        padding-top: 5px;
        text-align: center;
        color:#858585;
        font-size: 13px;
    }

    .Touche_cut{
        grid-column: 2;
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #Touche_cut_record{
        grid-column: 2;
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}