.detail .text {
    font-weight: 500;
}

.detail .price {
    font-size: 17px;
    font-weight: bold;
}

.total {
    font-weight: bolder;
}

.total .price {
    font-size: 25px;
}

.total .text {
    font-size: 17px;
}

.decription ul {
    padding-left: 15px !important;
}

.title-container {
    display: flex;
}

.top-title {
    margin-top: 10px;
    margin-right: 10px;
}

.left-option {
    width: 222px;
    text-align: justify;
}

.title-ponctual {
    width: 230px;
    ;
}

small.text-muted.condition {
    margin-top: 30px;
    font-size: 12px;
    text-align: justify;
}

form.generalForm {
    display: block !important;
}

.form-label.custome-label {
    margin-bottom: 0.1em;
}

.card-header h4 {
    font-size: 16px;
}

.option-price {
    font-size: 13px;
}

.title-option p {
    text-decoration: underline;
}

.card-number span {
    font-size: 13px;
}

.card-body p.card-text {
    font-size: 13px;
}

div#info-compte-container span.text-secondary {
    font-size: 13px;
}

div#info-entreprise-container span.text-secondary {
    font-size: 13px;
}

.form-check-label {
    font-size: 11px;
    text-align: justify;
}

.direct-debit-details .card-title {
    margin-bottom: 20px;
}

.iban-content p {
    margin-bottom: 1px;
}

input.form-check-accepte-souscription {
    border-radius: 2px !important;
    ;
}


/* Mobile device */

@media only screen and (max-width: 600px) {
    /* form#generalInformation {
        width: 94vw;
        min-width: initial;
    } */
    form#payment-form {
        width: 100%;
        min-width: 0 !important;
    }
    form#rib-form {
        width: 70vw;
        min-width: initial;
    }
    .step .step-content {
        padding-top: 18px;
    }
}


/* Tablet device */

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* form#generalInformation {
        width: 90vw;
        min-width: initial;
    } */
    form#payment-form {
        width: 100%;
        min-width: 0 !important;
    }
    .summary-content {
        width: 99% !important;
    }
}


/* For Microsoft Surface devices */

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    /* form#generalInformation {
        width: 76vw;
        min-width: initial;
    } */
    .summary-content {
        width: 86% !important;
    }
}