.title-pack-conseil h2 {
    color: #000;
    font-size: 50px;
    font-weight: 900;
}
.title-pack-conseil p span {
    color: #8E62AD;
}
.all-pack-conseil {
    margin-top: 70px;
}
.item-pack-conseil {
    border: solid 1px rgb(142 98 173 / 30%);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.head-card {
    border-bottom: solid 1px #ededed;
    padding: 20px;
}
.head-card h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}
.head-card p {
    font-weight: 600;
    opacity: 0.5;
    font-size: 14px;
}
.price-pack-conseil sup {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.price-pack-conseil span {
    font-size: 35px;
    font-weight: 700;
    color: #000;
}
.info-pack-conseil {
    padding: 20px;
}
.hour-pack-conseil {
    display: flex;
    justify-content: space-between;
}
.separator-info-pack-conseil {
    border: solid 1px #ededed;
    margin: 10px 0;
}
.hour-pack-conseil p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.hour-pack-conseil span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.content-offer-conseil {
    padding: 0 20px;
    margin-top: 20px;
}
.content-offer-conseil ul {
    list-style: none;
    padding: 0;
}
.content-offer-conseil ul li {
    padding-bottom: 10px;
    font-size: 14px;
}
.content-offer-conseil ul li img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.tarif-pack-conseil {
    padding: 0 20px;
}
.tarif-pack-conseil h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.5;
}
.all-tarif-pack-conseil {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.item-tarif-pack-conseil {
    background: #f7f5fc;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px 0;
}
.item-tarif-pack-conseil span {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.5;
}
.item-tarif-pack-conseil p {
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.btn-pack-conseil {
    padding: 20px;
    margin-top: auto;
}
.btn-pack-conseil a {
    width: 100%;
    background: #48e8e6 !important;
}
.btn-pack-conseil a:hover {
    background: #ffda22 !important;
}
.item-pack-recommended .btn-pack-conseil a:hover{
    background: #8e62ad !important;
}
.item-pack-premium .btn-pack-conseil a:hover{
    background: #ec296e !important;
}
.item-pack-recommended {
    border: solid 1px #8e62ad;
}
.item-pack-recommended .head-card {
    background: #8e62ad;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.item-pack-recommended .head-card h3 {
    color: #fff;
}
.item-pack-recommended .head-card p {
    color: #fff;
}
.item-pack-recommended .price-pack-conseil sup {
    color: #fff;
}
.item-pack-recommended .price-pack-conseil span {
    color: #fff;
}
.item-pack-recommended .price-pack-conseil {
    color: #fff;
}
.item-pack-recommended .hour-pack-conseil span {
    color: #8e62ad;
}
.item-pack-recommended .item-tarif-pack-conseil span {
    color: #8e62ad;
    opacity: 1;
}
.item-pack-recommended .item-tarif-pack-conseil p {
    color: #8e62ad;
}
.item-pack-recommended .btn-pack-conseil a {
    background: #ec296e !important;
}
.title-recommended {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    background: rgb(255 255 255 / 50%);
    padding: 0 10px;
    border-radius: 20px;
}
.item-pack-premium .btn-pack-conseil a{
    background: #ffda22 !important;
}
.pc-row-tarifs .pc-item-offer:last-child{
    display: block !important;
}
.home .pc-section-block7 {
    margin-top: -234px !important;
}
.pc-section-block7{
    margin-top: -115px;
}