.titre_tarif {
text-align: left;
color: #FF003D;
background-color: #00052F;
clip-path: polygon(3% 0, 100% 0, 100% 75%, 97% 100%, 0 100%, 0 25%);
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
padding: 20px 15px;
font-family: "Quantico", Sans-serif;
}
.sub_prix {
text-transform: none;
font-size: 15px;
}
.contenant_tarif {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.prix_solo{
padding: 15px; white-space: nowrap;
}
.a_partir {
flex: 0 0 100%;
padding: 20px 15px;
background-color: #F6F6F6;
color: black;
clip-path: polygon(3% 0, 100% 0, 100% 75%, 97% 100%, 0 100%, 0 25%);
}
.info_complementaire_tarif {
padding: 12px;
margin-bottom: 1.6em ;
}