body{
    font-family: 'Source Sans Pro',sans-serif;
}
a{
    position:absolute;
    text-decoration: none;
}
.vignette{
    background-image: url("");
    position: relative;
    width: 300px;
    height: 462px;
    background: #fff;
    display: grid;
    grid-template-areas: "a a a a" 
                         "a a a a"
                         "a a a a"
                         "b b b b";
    border-radius: 30px;
    box-shadow: 1px 1px 1px 1px grey;
}
.image{
    background-image: url("");
    display: grid;
    grid-area: a;
    height: 400px;
    background-color: rgb(187, 185, 185);
    border-radius: 15px;
    z-index: auto;
    border-radius: 30px;
}
.encadrure{
    display: grid;
    grid-area: b;
    border-radius: 15px;
    z-index: auto;
    font-size: 115%;
    transform: translateY(-45px);
    background-color: white;
    height: 99.4px;
/* supperposer bot et top */
}
.descriptif{
    display: flex;
    justify-content: center;
    font-family: "Filson Soft";
    color: #3f3735;
    margin-top: -59px;
}
/* attention au radius bottom */
.cercle {
    position: relative;
    top: -30px;
    left: 50%;
    transform:translateX(-50%);
    z-index: auto;
    display: inline-block;
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
}
.cercle img{
    margin-top: 10px;
    margin-left: 10px;
}
.du_jour {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 7px 5px 7px 10px;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    color: #ff7867;
    text-align: center;
    background-color: #fff;
    border-radius: 100px 0 0 100px;
}

.coeur {
    background-image: url('coeur2.png');
    background-repeat: no-repeat;
    background-position: center;
}
.coeur:hover {
    background-image: url('coeur.png');
    background-repeat: no-repeat;
    background-position: center;
}