html {
    scroll-behavior: smooth;
}

#sidenav, #rightplaceholder {
    height: 100%;
    width: 20%;
    background-color: #e1eaed;
    position: fixed;
    z-index: 1;
}

#sidenav {
    top: 0;
    left: 0;
    transition: 0.5s;
    overflow-x: hidden;
}

#rightplaceholder {
    top: 0;
    left: 80%;
    text-align: center;
    padding-top: 56px;
}

.menubutton {
    color: #000;
    font-size: 24px;
    text-decoration: none;
    text-align: left;
}

#sidenav ul {
    margin: 0;
    padding: 0;
    padding-top: 8px;
}

#sidenav li {
    list-style-type: none;
    padding: 16px 12px;
    border: 1px solid white;
}

#sidenav li:hover {
    background-color: #f1f5f5;
    cursor: pointer;
}

#hidesidenav {
    right: 16px;
    text-align: right;
    position: absolute;
    visibility: hidden;
    transition: 0.5s;
}

#showsidenav {
    left: 1%;
    text-align: left;
    position: fixed;
    visibility: hidden;
    transition: 0.5s;
}

#hidesidenava, #showsidenava {
    font-size: 56px;
    text-decoration: none;
    color: #487c85;
    background-color: #e1eaed;
    transition: 0.5s;
    opacity: 0.5;
}

#content {
    padding: 0% 0%;
    padding-bottom: 32px;
}

#brochure {
    text-align: center;
}

#leftimage {
    margin: 8px 12px;
}

@media screen and (max-width : 700px) {
    #sidenav, #rightplaceholder {
        width: 0;
        visibility: hidden;
    }
    #leftimage {
        visibility: hidden;
    }
    #showsidenav {
        visibility: visible;
    }
    #content {
        padding: 0% 12% 0% 12%;
    }
    #annickwagner {
        width: 36%;
    }
    #emmanuelleparent {
        width: 36%;
    }
    #responsiveimage {
        width: 50%
    }
    #secondimage {
        width: 60%
    }
    #thirdimage {
        width: 60%
    }
    #gite {
        width: 35%
    }
}

@media screen and (max-width : 840px) {
    #flyer {
        width: 98%;
    }
}

@media screen and (min-width : 701px) {
    #sidenav, #rightplaceholder {
        width: 20%;
        visibility: visible;
    }
    #leftimage {
        visibility: visible;
    }
    #showsidenav {
        visibility: hidden;
    }
    #content {
        /*padding: 0% 21% 0% 21%;*/
        padding: 0% 0% 0% 21%;
    }
    #annickwagner {
        /*width: 24%*/
        width: 18%;
    }
    #emmanuelleparent {
        /*width: 24%*/
        width: 18%;
    }
    #responsiveimage {
        width: 0;
    }
    #secondimage {
        width: 30%;
    }
    #thirdimage {
        width: 30%
    }
    #gite {
        width: 30%;
    }
}

@media screen and (min-width : 841px) {
    #flyer {
        width: 49%;
    }
}

h1 {
    margin-top: 30px;
    color: #6bb8c5;
    font-size: 42px;
    text-align: center;
    font-family: brush script mt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h2 {
    margin-top: 54px;
    color: #487c85;
    font-size: 26px;
    text-transform: uppercase;
    font-family: calibri;
    text-align: center;
}

li {
    margin: 0;
    padding-left: 0;
}

p, li, td, span {
    font-size: 19px;
    font-family: calibri;
}

#mainimage {
    padding: 0;
    margin: 0;
}

#atelier b {
    color: #487c85;
}

#atelier p {
    margin: 8px 0px;
}

.atelier_p {
    padding-top: 14px;
}

#atelier ul {
    list-style: none;
}

#atelier ul li::before {
    content: "\2022";
    color: #487c85;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -24px;
}

#equipe {
    margin-top: -30px;
}

#equipe p {
    margin: 28px 0px;
}

#equipe img {
    float: left;
    margin: 0 15px 0 0;
    clear: both;
}

.teammember {
    margin-bottom: 12%;
}

#gite {
    float: right;
}

#infos h2 {
    clear: both;
    padding-top: 24px;
}

#infos span {
    color: #487c85;
}

#infos p {
    margin: 0px 0px 24px 0px;
    padding: 0;
}

#confirmationmessage {
    font-size: 40px;
    font-weight: bold;
}

#confirmationmessage2 {
    font-size: 30px;
}

.image, #brochure {
    text-align: center;
}

#ateliercomplet {
    background-color: #ff7a7a;
    font-weight: bold;
    padding: 8px;
    font-size: 24px;
}