    body {
        background-color: #000
    }

    .color-blue {
        color: #72D8FF;
    }

    .btn-grey {
        background-color: #626262;
    }

    .text-grey {
        color: #B6B6B6;
    }

    .no-hover:hover {
        color: #B6B6B6;
    }

    .fill-grey-c-v1 {
        color: #A3A3A3;
        fill: #A3A3A3;
    }

    .c-label-v1 {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .c-label-custom {
        background-color: #FFBDDF;
        color: #A40054;
    }

    .c-monthly {
        position: relative;
        bottom: 2px;
    }

    .onex-card .cs-he {
        height: 194px;
    }

    .dark-theme .custom-canal-link {
        text-decoration: none !important;
        color: #fff !important;
    }

    .dark-theme .custom-canal-link:hover {
        color: #f61488 !important;
    }

    .ods-reassurances {
        padding-bottom: 32px;
    }

    .ods-reassurances .ods-r-item {
        padding-top: 32px;
    }

    .onex-card-custom .content {
        padding: 40px 24px 24px;
    }

    .lc-wrap {
        border-radius: 16px;
    }

    @media screen and (max-width: 767.98px) {
        .c-btn-xs {
            font-size: 16px;
            line-height: 40px;
        }

        .onex-main-banner-custom .media {
            padding-bottom: 78%;
        }

        .tarif-box-custom {
            border-radius: 16px;
        }
    }

    @media screen and (max-width: 991.98px) {
        .onex-card .media.cs-he-item {
            height: 220px;
        }
    }

    @media (min-width: 992px) {
        .onex-card .cs-he {
            height: 322px;
        }

        .onex-card .cs-he-item {
            height: 250px;
        }

        .onex-main-banner.custom-mode {
            border-radius: 24px;
        }

        .onex-main-banner.custom-mode .media {
            border-top-right-radius: 24px;
            border-bottom-right-radius: 24px;
        }

        .ods-reassurances {
            padding: 24px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            text-align: center;
        }

        .ods-reassurances .ods-r-item {
            padding: 28px;
            position: relative;
            flex-grow: 1;
        }

        .ods-reassurances .ods-r-item:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 2px;
            background-color: #414141;
        }

        .ods-reassurances .ods-r-item:last-of-type:after {
            display: none;
        }

        .lc-wrap {
            border-radius: 24px;
        }
    }