.parallax1 {
    /* The image used */
    background-image: url("photos/desertInfo.jpg");
    /* Full height */
    min-height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    color: black;
}

section {
    width: 100%;
    /* height: 550px; */
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
}

.question,
.reponse {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.question {
    font-size: 140%;
}

.n2024 {
    border: solid;
    border-color: goldenrod;
}

.test {
    color: black;
}


/* RESPONSIVE */

@media only screen and (min-width: 376px) and (max-width: 425px) {
    /*style petites-moyennes tablettes */
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .text {
        padding: 0px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    /*style smartphones et petites tablettes en portrait*/
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .text {
        padding: 0px;
    }
}

@media only screen and (max-device-width: 320px) {
    /*style petits smartphones en voie de disparition*/
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .text {
        padding: 0px;
    }
}

body,
html {
    scroll-behavior: smooth;
    height: 100%;
    font: 400 15px/1.8 "Bodoni", sans-serif;
}

.bienPlus {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}

.buttonPlus {
    display: flex;
    justify-content: center;
    background-color: white;
    color: goldenrod;
    border: solid;
    border-color: goldenrod;
}