@font-face {
    font-family: Amatic-Regular;
    src: url(Amatic-Bold.ttf);
}

@font-face {
    font-family: GelPenUpright;
    src: url(gelpenupright_medium.ttf);
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: GelPenUpright;
    text-align: center;
    background-color: #F8ECD8;
    color: #E35330;
    display: flex;
    flex-direction: column;
    background-image: url("../img/background.svg");
    background-position: center;
    background-repeat: repeat;
    background-size: fit;
}

.content {
    flex: 1;
    padding: 20px;
    /* La partie contenu prendra tout l'espace disponible */
}
.infos{
    position: absolute;
    top: 4px;
    right: 4px;
}
footer {
    height: 60px;
    /* Hauteur du footer */
    display: flex;
    justify-content: center;
    /* Centre les éléments horizontalement */
    align-items: center;
    /* Centre les éléments verticalement */
}

h1 {
    font-family: Amatic-Regular;

}

select {
    background-color: #8FC2B4;
    color: #f8ecd8;
    border-color: #8FC2B4;
    border-radius: 40px;
    width: 80%;
    padding: 4px;
    margin-bottom: 8px;
    text-align-last: center;
    font-size: 12px;
}

#next {
    text-align: right;
}

#footerBlank {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

#logoAktinaFooter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#logoAviqFooter {
    position: absolute;
    left: 4px;
    top: 16px;
}

.logoSmall {
    width: 100px;
}

button {
    font-family: Amatic-Regular;
    background-color: #E35330;
    border: #8FC2B4 1px solid;
    border-radius: 40px;
    width: 50%;
    font-size: 34px;
    color: #f8ecd8 !important;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.16)
}
button:active {
    background-color: #F8ECD8;
    transform: translateY(4px);
    color: #E35330!important;
}
#pannel {
    border: #8FC2B4 1px solid;
    margin: 12px;
    border-radius: 16px;
    background-color: #F8ECD8;
}

.pannel {
    border: #8FC2B4 1px solid;
    background-color: #F8ECD8;
    margin: 12px;
    border-radius: 16px;
}

.questionAsk {
    border: #8FC2B4 4px solid;
    border-radius: 16px;
    margin: 12px;
    padding: 16px;
}

.questionAnswer {
    border: #8FC2B4 1px solid;
    border-radius: 16px;
    margin: 12px;
}

.questionNext {
    position: absolute;
    right: 0;
}

.questionNextDisabled {
    background-color: grey;
}

.pannelResultat {
    text-align: left;
    padding-left: 12px;
}

.scoreValue {
    position: absolute;
    right: 24px;
}

.fragilite_rouge {
    border: #FA3737 4px solid;
    box-shadow: 1px 2px 2px #FA3737;
}

.fragilite_jaune {
    border: #F6A517 4px solid;
    box-shadow: 1px 2px 2px #F6A517;
}

.fragilite_vert {
    border: #4EE022 4px solid;
    box-shadow: 1px 2px 2px #4EE022;
}
#BMI{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#civil{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#age{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#taille{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#profession{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#poids{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#regime{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#famille{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#familleTrouble{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#sport{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#habitude{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#stresse{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#seul{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}
#sommeil{
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
}