body{
    background-color: white;
}
.image{
    width: 200px;
    height: auto;
}
@media (max-width: 700px){
    .image{
        width: 150px;
        height: auto;
    }
}
#identity{
    padding-bottom: 10px;
    text-align: center;
}
#content{
    background-color: white;
    margin: 10px 1%;
    padding: 10px;
}
#bouton1{
    text-align: center;
    padding-bottom: 10px;
    margin-top: 5px;
}
#bouton1 div{
    text-align: center;
}
#lg{
    padding-bottom: 5px;
}
#contact{
    background-color: green;
    color: white;
    border-radius: 25px;
	font-weight: bold;
    text-align: center;
}
#bouton{
    padding-top: 10px;
}
#bouton div{
    padding-bottom: 5px;
    text-align: center;
}
#bouton2{
    padding: 15px 0 20px 0;
    text-align: center;
}


#dispositions{
    border-radius: 15px;
    margin: 5px 10px;
    padding: 10px 20px;
}

#footer{
    text-align: center;
    background-color: rgb(156, 153, 153);
    color: black;
    padding: 25px 0;
    font-weight: bold;
    font-style: italic;
}

.button-palette {
    text-align: center;
  }
  
.button-palette button {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 140px;
  }

.button-palette button:hover{
    color: yellow;
}
  
.b1{
    background-color: #F2DBDB;
}
.b2{
    background-color: #DAEEF3;
}
.blue{
    background-color: blue;
    color: yellow;
}
.orange{
    background-color: orange;
}
.button-palette button:hover {
    background-color: #ccc;
  }
  


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

#scrollToTop:hover {
    background-color: #333;
    opacity: 0.8;
}
  
.button-container {
    display: flex;
  }
  
  .button-part {
    flex-grow: 0;
  }

  