p{

    margin-bottom: 0rem !important ; 

}



div.row>p {
    margin: 5px ! important;
}
.underline {
    padding: 1px;
    margin-bottom: 0px;
}

#map {
    height: 500px !important; 
    width: 90% !important; 
}

.champs{
    padding: 10px;
}

.galerie_photo {
    text-align: center;
    max-height: 400px;
    overflow-y: scroll;
    padding: 15px;
}

.container_photo {
    border-radius: 5%;
    padding: 10px;
}

element.style {
    min-height: 300px;
    margin-bottom: 10px;
}

.galerie_photo img:hover {
    box-shadow: 5px 5px 15px 0px grey;
    cursor: pointer;
}

.galerie_photo img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 5%;
    box-shadow: 5px 5px 15px 0px #ccc;
    margin: 10px;
}