body,
html {
    scroll-behavior: smooth;
    height: 100%;
    font: 400 15px/1.8 "Bodoni", sans-serif;
}

.image1 {
    display: flex;
    justify-content: center;
}

.lien {
    text-align: center;
    text-decoration: underline;
}

.parallax1 {
    /* The image used */
    background-image: url("photos/troupeaux.jpg");
    /* Full height */
    min-height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.images3 {
    display: flex;
    justify-content: space-between;
}

.images31 {
    display: flex;
    justify-content: space-around;
}

.caption {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    color: white;
}

body,
html {
    scroll-behavior: smooth;
}

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%;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: goldenrod;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}


/* 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;
    }
}

@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;
    }
}