@font-face {
    font-family: "Poppins";
    src: url('./Poppins-Light.ttf')
}

@font-face {
    font-family: "Velnica";
    src: url('./Dina.ttc')
}

* {
    font-weight: 200;
    font-family: 'Poppins'
}

body {

    padding: 0;
    margin: 0;
    background-color: rgb(23, 23, 23)
}

.stopLog{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: black;
}


h1 {
    color: white;
}

main {
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;

    form {
        justify-content: center;
        align-items: center;
        gap: 100px;
        width: 100%;
        height: 100%;

    }
}

.leftSide {
    align-items: center;
    gap: 30px;
}

.rightSide {
    gap: 20px;
    justify-content: start;
    align-items: start;
    height: 100%;
    gap: 20px;
}

svg {
    max-width: 50px;
    max-height: 50px;
}

.btn {
    padding: 10px 12px;
    background-color: rgb(190, 190, 2);
}

.speeds,
.repeats,
.languages,
.lecteur {
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: rgb(190, 190, 2) solid 2px;

}

.choice {
    font-size: 12px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #3D1A59;
    color: rgb(228, 228, 228);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: 0px;
    transition: all 0.1s ease;
    border: 0.5px solid rgba(0, 0, 0, 0.718);

}

legend {
    padding-inline: 10px;
    background-color: rgb(190, 190, 2);
    border-radius: 20px;
    ;
}




.speedActive,
.repeatActive,
.languageActive {
    transition: all 0.1s ease;

    width: 30px;
    height: 30px;
    border: 5px solid #8f70a9
}

.btnSpec {
    width: 40px;
    height: 40px;
    display: flex;
    padding: 5px;
    background-color: #BEBE02;
    border-radius: 50%;
    justify-content: center;
    align-items: center;

    svg {
        width: 25px;
        height: 25px;
    }
}
#play.btnSpec > svg {
    transform : translateX(5%)
}
.btnSpec.inactive {
    display: none !important;
    
}


textarea {
    width: 33vw;
    height: 45vh;
    font-family: "Velnica";
    font-size: 25px;
    resize: none;
    color: yellow;
    border-radius: 20px;
    padding: 10px 10px;
    font-size: 14px;
    background-color: black;
}


input[type=checkbox] {
    display: none
}

textarea:focus {
    outline: none;
    border: #BEBE02 2px solid;
}

fieldset.lecteur {
    gap : 10px;
    #actionForward {
        transform: scaleX(-1);
    }
}