body{
    background-color: white;
}
.header{
    text-align: center;
}
.image{
    width: 200px;
    height: auto;
}
@media (max-width: 700px){
    .image{
        width: 150px;
        height: auto;
    }
}
.content{
    background-color: white;
    margin: 5px 1%;
    padding: 10px;
}

#data.plaisir{
    border-radius: 20px;
}

#bouton1{
    text-align: center;
    padding: 10px 0;
}
.blue{
    background-color: blue;
}
.b1{
    background-color: #DAEEF3;
}
.b2{
    background-color: #FDE9D9;
}
.button-palette button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 130px;
    font-weight: bold;
}

.button-palette1 button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 230px;
    font-weight: bold;
}



.button-palette0 button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    background-color: blue;
    color: yellow;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    font-weight: bold;
}
.button-palette button:hover, .button-palette0 button:hover, .button-palette1 button:hover {
    background-color: #05995b;
}


#scrollToTop img {
    width: 40px;
    height: 40px;
    text-align: center;
}

#scrollToTop:hover {
    background-color: #333;
    opacity: 0.8;
}


