.contenant_cible {
display: flex;
flex-direction: column;
width: 320px; padding: 20px 30px;
margin : 0px 15px;
height: 510px;
justify-content: start;
background-color: rgba(148, 148, 148, 0);
clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}
.ico_cible {
position: absolute;
right: 25px;
top: 5px;
}
.img_cible {
width: 100%;
margin-bottom: 10px;
}
.titre_cible {
font-family: "Teko Medium", Sans-serif;
font-size: 27px;
line-height: 28px;
margin: 20px 0px;
text-transform: uppercase;
}
.txt_cible {
margin-top: 10px;
font-family: "Quantico", Sans-serif;
color: #1C1C1C;
font-size: 16px;
font-weight: 500;
line-height: 22px;
}