.contenant_tarif_btn {
display: flex;
flex-direction: row;
background-color: #00052F;
clip-path: polygon(3% 0, 100% 0, 100% 75%, 97% 100%, 0 100%, 0 25%);
margin: 10px 0px;
font-family: "Quantico", Sans-serif;
justify-content: space-between;
}
.contenant_titre_tarif_btn {
color: #FF003D;
padding: 15px 15px;
display: flex;
justify-content: start;
align-items: center;
}
.titre_tarif_btn {
text-transform: uppercase;
font-size: 20px;
line-height: 25px;
font-weight: bold;
margin-right: 5px;
}
.subtitre_tarif_btn {
font-size: 15px;
line-height: 25px;
font-weight: 500;
}
.contenant_prix_tarif_btn {
background-color: #FF003D;
padding: 15px 15px;
color: white;
width: 21%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
clip-path: polygon(15% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 25%);
}
.prix_tarif_btn {
font-size: 20px;
font-weight: bold;
margin-right: 5px;
}
.subprix_tarif_btn {
font-size: 15px;
font-weight: 500;
}  @media (min-width: 200px) and (max-width: 767px) {
.contenant_prix_tarif_btn {
flex-direction: column;
}
.contenant_titre_tarif_btn {
flex-direction: column;
}
}