.container-ct-price {
    margin-bottom: 75px;
}

@media screen and (min-width: 768px){
    .container-ct-price {
        padding: 0 100px;
        margin-bottom: 125px;
    }
}

@media screen and (max-width: 768px){
    .container-fluid {
        width: auto!important;
        padding: 0!important;
    }
}

.card-price-ct {
    border-radius: 20px;
    text-align: center;
    background-image: url("https://www.shokola.com/wp-content/uploads/2024/04/bg-ct.jpg");
    background-position: center;
    padding: 30px 15px;
    color: #FFFFFF;
}

.card-price-ct .title {
    letter-spacing: -4.5px;
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 15px;
}

.card-price-ct .price {
    letter-spacing: -1.2px;
    font-weight: bold;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 30px;
}

.voir-plus {
    text-align: center;
    width: 100%;
    margin-bottom: 150px!important;
}

.voir-plus p {
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -1.2px;
    color: #000000cc;
    font-weight: bold;
    width: 100%;
}

.voir-plus .btn {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.4px;
    background: #0D42FB;
    border-radius: 100px;
    color: #FFFFFF!important;
    padding: 10px 30px;
}

@media screen and (min-width: 768px){
    .voir-plus .btn {
        padding: 10px 80px;
    }
}

.voir-plus .btn:hover {
    background: #000000;
    color: #FFFFFF!important;
}