.card{
    box-shadow: 0px 0px 15px 0px #06060636;
}

.card:hover{
    box-shadow: 0px 0px 40px 0px #363535ad;
    background-color: #d1cece52;
}

.solution-item:hover, .ville-annonce-container img:hover{    
    box-shadow: 0px 0px 20px 0px #b4b9bf;
    border-radius: 10px;
    padding: 10px;
    text-align: center!important;
    background-color: #d1cece52;
}

/*.ville-annonce-container img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}*/

.ville-annonce-container:hover{
    /*-webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);*/
    box-shadow: 0px 0px 40px 0px #060606ad;
    border-radius: 1rem;
}

.right{
    float: right;
}

.top{
    margin-top: 4rem;
}

.cadre{
    border: 2px solid;
}