body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    user-select: none;
    -webkit-user-select: none;
    height: 100vh;
    background-color: rgb(33, 35, 43);
    color: aliceblue;
    border-bottom: 30px;
}

h2 {
    text-align: center;
    font-size: 5vw;
}

h1 {
    text-align: center;
    font-size: 9.5vw;
}


img {
    width: 60vw;
    height: auto;
}

#choix2, #choix3, #choix4, #choix5, #choix6, #choix7, #choix8 {
    width: 80vw;
    height: 45vw;
    margin: auto;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
}

#choix1 {
    width: 80vw;
    height: 45vw;
    margin: auto;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

#image1 {
    width: 80%;
    height: 70%;
    margin: auto;
    display: block;
    top: 25px;
    position: relative;
    border-radius: 20px; 
}

#image2, #image3, #image4, #image5, #image6, #image7, #image8 {
    width: 70%;
    height: 70%;
    margin: auto;
    display: grid;
    top: 25px;
    position: relative;
    border-radius: 20px; 
}

.checkbox1, .checkbox2, .checkbox3, .checkbox4 {
    position: relative;
    top: 5vw;
    height: 2.5vw;
    width: 2.5vw;
}

label {
    position: relative;
    top: 5vw;
    font-size: 3vw;
}

a {
    color: cornflowerblue;
}

#no1, #yes1 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 56vw;
}

#no2, #yes2 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 65vw;
}

#no3, #yes3 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 65vw;
}

#no4, #yes4 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 65vw;
}

#no5, #yes5 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 65vw;
}

#no6, #yes6 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 65vw;
}

#no7, #yes7 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 65vw;
}

#no8, #yes8 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: transparent;
    pointer-events: none; 
    visibility: hidden;
    z-index: 999;
    left: 65vw;
}
