@font-face {
    font-family: 'comfortaa';
    src: url("font/Comfortaa/Comfortaa-VariableFont_wght.ttf"),
    url("font/Comfortaa/static/Comfortaa-Bold.ttf"),
    url("font/Comfortaa/static/Comfortaa-Light.ttf"),
    url("font/Comfortaa/static/Comfortaa-Medium.ttf"),
    url("font/Comfortaa/static/Comfortaa-Regular.ttf"),
    url("font/Comfortaa/static/Comfortaa-SemiBold.ttf");
}


* {
    font-family: Comfortaa;
}

body {
    margin: 0 0 30px 0;
    padding: 0;
    background-color: #F2F2F2;
    background-color: white;
}

.logo {

    display: block;
    width: 90%;
    max-width: 150px;
    margin: auto;
}

h1 {
    text-align: center;
    justify-content: center;
}

.tuto {
    text-align: center;
    font-size: 13px;
}

.micro {
    cursor: pointer;
    display: block;
    width: 90%;
    max-width: 90px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    border: 1px solid black;
}

audio {
    width: 95%;
    margin: 8px auto;
    display: block;
}

.action {
    max-width: 540px;
    width: 98%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
}

.download-button {
    background-color: #1EABB6;
}

.ia-button {
    background-color: #1A4051;
}

.transcription-button {
    background-color: #F28B17;
}

.delete-button {
    background-color: #EA5237;
}

.action a {
    margin-top: 6px;
    width: fit-content;
    color: white;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 4px 9px;
    font-size: 12px;
}

.audio-container {
    width: 95%;
    max-width: 400px;
    margin: 8px auto;
    border: #1A4051 1px solid;
    padding: 8px;
    box-sizing: border-box;
}

.header_record_list {
    display: flex;
    justify-content: space-between;
}


.header_record_list p {
    font-size: 12px;
    color: #1A4051;
    margin: 0;
}

.header_record_list img {
    width: 13px;
    cursor: pointer;
    margin-left: 5px;
}

.warning {
    font-size: 10px;
    width: 95%;
    max-width: 400px;
    margin: auto;
    text-align: justify;
}

#timer {
    font-size: 20px;
    color: #1A4051;
    text-align: center;
    margin-bottom: 8px;
}

.record_name {
    width: 60%;
}

#transcription {
    height: 0;
    overflow-y: hidden;
    line-height: 21px;
}


.loading {
    width: 10px;
    margin-right: 3px;
}

.picto-transcription {
    width: 20px;
    margin-right: 5px;
    position: relative;
    bottom: 3px;
}

.title-transcription {
    display: flex;
    align-items: end;
}

.tuto_task {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.tuto_task img {

    margin-right: 5px;

}

.btn_task {
    margin-top: 10px;
    cursor: pointer;
}

footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px;
}

footer p {
    margin: 0;
    font-size: 14px;
}
