.message-button {
    width: 100%;
    height: 80px;
    border-radius: 20px;
    margin-top: 10px;
}

.galerie-onclick {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: white!important;
    background-color: #F37E17;
    box-shadow: 0px;
    border: 1px solid white;
    border-radius: 20px;
    cursor: pointer;
}

/*GALERIE */

.galerie {
    height: 560px;
    width: 100%;
    /*background-color: beige;*/
    display: none;
}

#galerie-cadre {
    height: 100%;
    width: 100%;
}
#galerie-li {
    height: 161.5px;
    width: 98%;
    padding-left: 1%;
    padding-top: 10px;
}

#galerie-title {
    height: auto;
    width: 98%;
    margin-left: 1%;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

#galerie-title1 {
    height: auto;
    width: 98%;
    margin-left: 1%;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}



#galerie-background {
    height: 300px;
    width: 40%;
    margin-bottom: 1%;
    margin-left: 30%; 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 2px solid white;
}

.galerie-li-container {
    width: 24%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.galerie-background-z {
    /*background-color: #262626;*/
    height: 315px;
    width: 29%;
}

#li-1 {
    float: left;
    margin-right: 12.5px;
}

#li-2 {
    float: left;
    margin-right: 12.5px;
}

#li-3 {
    float: right;
}

#li-4 {
    float: none;
    overflow: hidden;
}

.description-bureau {
    width: 100%;
    text-align: center;
    font-size: 26px;
    /*font-family: cursive;*/
    color:white;
    margin: 0px;
}