.pack-solo-container {
background: rgba(0, 0, 0, 0.87);
height: 570px;
display: flex;
flex-direction: column;
justify-content: space-between;
margin:7px 7px;
clip-path: polygon(100% 0, 100% 97%, 95% 100%, 0 100%, 0 0);
}
.pack-solo-titre {
color: #FF003D;
font-family: "Teko", Sans-serif;
text-transform: uppercase;
font-weight: 500;
padding: 0px 20px;
}
.pre-pack{
font-size: 22px;
line-height: 15px;
}
.nom-pack {
font-size: 61px;
line-height: 40px;
}
.pack-solo-desc {
font-family: "Quantico", Sans-serif;
color: #9FA3B5;
font-size: 18px;
font-weight: 500;
line-height: 25px;
padding: 0px 20px;
}
.pack-solo-foot { display: flex;
flex-direction: row;
padding: 20px 20px;
align-items: center;
margin-bottom: 14px;
}
.prix-pack {
color: white;
font-family: "Quantico", Sans-serif;
width: 50%;
}
.un-prix, .trois-prix{
font-size: 15px;
}
.deux-prix{
font-size: 28px;
}
.lien-pack{
width: 50%; text-align: center;
}
.lien-pack a {
font-family: "Teko", Sans-serif;
color: white !important;
font-size: 22px;
font-weight: 500;
line-height: 14px;
background: #FF003D;
text-transform: uppercase;
padding: 10px 20px;
text-decoration: none !important;
clip-path: polygon(100% 0, 100% 75%, 86% 100%, 0 100%, 0 0);
}
@media (min-width: 768px) and (max-width: 1024px) {
.lien-pack a {
font-size: 15px;
}
}