.poste--offer{
    display:flex;
    flex-wrap: wrap;
    width: 590px;
    height: 220px;
    border-radius: 15px;
    padding:20px 20px 20px 20px;
    background-color:black;
    margin: 45px 35px 45px 35px;
}
.poste--container{
    display: flex;
    flex-wrap: wrap;
    width:100%;
justify-content: space-around;
}
.poste--thumbnail{
    width:150px;
    height:150px;
background-size:cover;

}
.poste--content{
    width:400px;
padding-left: 20px;
}
.poste--container h1{
    font-size:23px!important;
    font-family:'A love of thunder', sans-serif!important;
    color:white!important;
}
.poste--container .ville{
    font-weight:bold;
    text-transform: uppercase;
    font-family:'nunito', sans-serif;
    font-size:20px;
}
.poste--container .date_publication{
    color:white;
    font-family:'nunito', sans-serif;
    font-size:16px;
}
.poste--container a{
    font-family:'A Love of Thunder',sans-serif;
    font-size: 19px;
    color:black;
    padding: 6px 45px 6px 45px;
    border-radius: 26px;
    background-color:white;
}