html {
  font-size: 14px;
}
 

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

textarea
{
    resize: none;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.admineditor input[type=number]::-webkit-inner-spin-button,
.admineditor input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

:root {
    --bs-body-color: #000000;
    --bs-primary: #428bca;
    --bs-primary-rgb: 66,139,202;
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: #15268a;
    --bs-danger-rgb: #b94a48;

    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #bbd1e4;
    --bs-tertiary-bg-rgb: 187,209,228;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h3, h2 {
    margin-top: 20px;
}

.navbar-dark {
    --bs-navbar-color: #ffffff;
    --bs-navbar-padding-y: 0rem;
    --bs-nav-link-font-size: 14px;
}

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
    }

.bi-rounded {
    background-color: var(--bs-primary);
    color: #fff;
    padding: 8px;
    border-radius: 50% !important;
    font-size: 18px;
    line-height:1;
}

ul.navbar-nav a:hover, ul.navbar-nav button:hover {
    color: var(--bs-link-hover-color) !important;
}


::selection {
    color: #fff;
    background: var(--bs-primary);
}

.form-label, label {
    font-weight: bold;
    font-size: 14px;
    color: #555;
}

.form-check-input
{
    width: 2rem;
    height: 2rem;
}

.text-danger li,
.text-danger,
.text-danger span {
    color: var(--bs-danger-rgb) !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


@media (min-width: 992px) {
    .navbar-dark {
        --bs-nav-link-font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .navbar-dark {
        --bs-nav-link-font-size: 14px;
    }
}

    footer {
        font-size: 14px;
        padding-top: 5px;
    }

        .footerhome a {
            color: #fff
        }

footer a{
    text-decoration: none;
}
            .footerhome a:hover,
            footer a:hover {
                text-decoration: underline;
            }

        footer .headline {
            display: block;
            margin-bottom: 10px;
            border-bottom: 1px dotted #e4e9f0;
            color: #fff
        }

    .content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .jumbotron {
        padding: 30px;
        margin-bottom: 30px;
        font-size: 21px;
        font-weight: 200;
        line-height: 2.1428571435;
        color: inherit;
        background-color: #eee;
        border-radius: 6px;
        margin-bottom: 10px;
        padding: 30px
    }

        .jumbotron h1 {
            line-height: 1;
            color: inherit;
            font-size: 63px;
        }

        .jumbotron p {
            line-height: 1.4
        }

.panel-heading {
    background: #3498db;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panelforms th {
        font-size: 14px;
        background-color: #d9edf7;
    }

    .breadcrumbs h1 {
        color: #000;
        font-size: 30px;
        padding-top: 10px;
    }

    .middleline {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px
    }

        .middleline h2 {
            margin-top: 10px;
            text-transform: uppercase;
            font-size: 18px
        }

        .middleline i {
            font-size: 24px
        }
.img-responsive {
    display: block;
    height: 100px;
    max-width: 100px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25
    }

        blockquote p:last-child {
            margin-bottom: 0
        }

    blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999
    }

        blockquote small:before {
            content: '-- ';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0
    }

        blockquote.pull-right p, blockquote.pull-right small {
            text-align: right
        }

            blockquote.pull-right small:before {
                content: ''
            }

            blockquote.pull-right small:after {
                content: ' —'
            }

    q:before, q:after, blockquote:before, blockquote:after {
        content: ""
    }

    /*Service Block v6
------------------------------------*/
    .service-block-v6 i {
        float: left;
        margin: 5px 15px 0 0;
    }

    .service-block-v6 .service-desc {
        overflow: hidden;
    }


    .service-block-v6 {
        background: #eee;
        padding: 10px;
        padding-top: 20px
    }

        .service-block-v6 h3 {
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: 600;
            line-height: 1.1;
        }

        .service-block-v6 .ratio {
            margin: auto auto;
        }

    .partenaires {
        margin-top: 20px;
        margin-bottom: 10px
    }

        .partenaires h2,
        .partenaires div {
            margin-bottom: 5px;
        }

    .fronthr {
        margin: 0;
        margin-bottom: 10px
    }

    .headline-vg {
        background: #428bca;
        text-align: center;
        color: #fff;
        margin: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-bottom: 10px;
        border-radius: 6px
    }

        .headline-vg .l1 {
            background: #167eb0;
            font-size: 30px;
            border-radius: 6px
        }

        .headline-vg .l2 {
            font-size: 40px
        }

    .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    --bs-btn-active-bg: #357ebd;
}

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
            color: #fff;
            background-color: #3276b1;
            border-color: #285e8e
        }

        .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
            background-image: none
        }

        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
            background-color: #428bca;
            border-color: #357ebd
        }

    .btn-warning {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236
    }

        .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
            color: #fff;
            background-color: #ed9c28;
            border-color: #d58512
        }

        .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
            background-image: none
        }

        .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
            background-color: #f0ad4e;
            border-color: #eea236
        }

    .btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a
    }

        .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
            color: #fff;
            background-color: #d2322d;
            border-color: #ac2925
        }

        .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
            background-image: none
        }

        .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
            background-color: #d9534f;
            border-color: #d43f3a
        }

    .btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c
    }

        .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
            color: #fff;
            background-color: #47a447;
            border-color: #398439
        }

        .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
            background-image: none
        }

        .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
            background-color: #5cb85c;
            border-color: #4cae4c
        }

.btn-success {
    --bs-btn-active-bg: #4cae4c;
}

    .btn-info {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da
    }

        .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
            color: #fff;
            background-color: #39b3d7;
            border-color: #269abc
        }

        .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
            background-image: none
        }

        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
            background-color: #5bc0de;
            border-color: #46b8da
        }


    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: none;
    }

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2.0rem;
    }
}


        .alert h4 {
            margin-top: 0;
            color: inherit
        }

        .alert .alert-link {
            font-weight: bold
        }

        .alert > p, .alert > ul {
            margin-bottom: 0
        }

            .alert > p + p {
                margin-top: 5px
            }

    .alert-dismissable {
        padding-right: 35px
    }

        .alert-dismissable .close {
            position: relative;
            top: -2px;
            right: -21px;
            color: inherit
        }

    .alert-success {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .alert-success hr {
            border-top-color: #c9e2b3
        }

        .alert-success .alert-link {
            color: #356635
        }

    .alert-info {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .alert-info hr {
            border-top-color: #a6e1ec
        }

        .alert-info .alert-link {
            color: #2d6987
        }

    .alert-warning {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5
    }

        .alert-warning hr {
            border-top-color: #f8e5be
        }

        .alert-warning .alert-link {
            color: #a47e3c
        }

    .alert-danger {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7
    }

        .alert-danger hr {
            border-top-color: #e6c1c7
        }

        .alert-danger .alert-link {
            color: #953b39
        }

#myBtn {
    opacity: 0; /* Hidden by default */
    width: 30px;
    height: 30px;
    position: fixed; /* Fixed/sticky position */
    background-color: #222; /* Set a background color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 20px; /* Increase font size */
    z-index: 99;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
    border: 0px;
    color: white;
    transition: opacity 0.5s;
}

    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

@media(min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " "
    }

    .form-horizontal .form-group:after {
        clear: both
    }

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " "
    }

    .form-horizontal .form-group:after {
        clear: both
    }

label.required:after {
    content: ' *';
    color: #f08080;
    font-weight: normal;
}

.btn {
    font-size: 16px;
    padding: 8px;
}

.table th {
    font-weight: 700;
}

.btn-light {
    border-color: #ccc;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    margin-right: auto;
    border-radius: inherit;
}

.page-link.active {
    margin-right: auto;
    border-radius: inherit;
}

    .active > .page-link, .page-link.active {
        z-index: 3;
        pointer-events: none;
        color: var(--bs-pagination-active-color);
        background-color: var(--bs-pagination-active-bg);
        border-color: var(--bs-pagination-active-border-color);
    }

    .disabled > .page-link, .page-link.disabled {
        color: var(--bs-pagination-disabled-color);
        pointer-events: none;
        background-color: var(--bs-pagination-disabled-bg);
    }

.btn-outline-secondary {
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-link-hover-color);
    --bs-btn-active-border-color: var(--bs-link-hover-color);
}

.form-sub-group {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

}

.form-sub-group.admin {
    background-color: #f0ad4e44;
    border: 1px solid #f0ad4e;
}


.admin li,
.admin a,a.admin {
    background-color: #f0ad4e;
}

.form-group {
    margin-bottom: 5px;
}

.form-complex-group span,
.form-complex-group input {
    margin-bottom: 3px;
}

.alert-dismissible {
    padding-right: 48px;
    
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 16px;
}

hr {
    margin: 0.5rem 0;
}


.stepwizard-step p {
    margin-top: 10px;
    text-align: center
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step .btn[disabled] {
    opacity: 1 !important;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 1;
    background-color: #fafafa;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    border-color: #ccc;
}


.repetition {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

    .repetition.supplement {
        position: relative;
        top: auto
    }

.formulaire {
    background-size: 100%;
    position: relative
}

.champ {
    text-align: left;
    background-color: #dde4ff;
    position: absolute;
    border: 0;
    opacity: .9
}

.champneant {
    position: absolute;
    border: 0;
    opacity: .9
}

    .champneant:checked {
        box-shadow: 0 0 25px red;
        outline: 0 none
    }

.buttot {
    position: absolute;
    z-index: 4;
    margin-left: 2px;
    border-radius: 8px
}

.champ-readonly {
    text-align: center;
    background-color: #fff;
    position: absolute;
    border: 0;
    opacity: .9
}

.text-align-left {
    text-align: left
}

.plusrepetition {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    top: 5px;
    right: 5px
}

.moinsrepetition {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    top: 35px;
    right: 5px
}

.formulaire .moinsrepetition {
    display: none
}


.optionLine {
    padding: 10px
}

    .optionLine i {
        float: left;
        font-size: 30px;
        min-width: 45px
    }

.option input {
    transform: scale(1.2)
}

.options {
    padding-left: 40px;
    padding-right: 40px
}

    .options .options_content .options_entt {
        font-size: 16px;
        margin-left: 10px;
        background-color: #428bca;
        display: block;
        width: 70%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-left: 5px;
        color: #fff
    }

    .options .options_content .options_content_inner {
        padding: 35px 40px;
        background-color: #e6e6e6;
        margin-bottom: 2em;
        border: 1px solid #cfcfcf;
        border-radius: 2px
    }

    .options .row {
        padding-bottom: 10px
    }

    .options .options_prices {
        padding: 0 40px
    }

    .options .options_prices1 p, .options .options_prices1 span {
        width: 50%;
        display: inline-block
    }

    .options .options_prices1 span {
        text-align: right;
        font-size: 30px
    }


.table > tbody > tr > .emptyrow {
    border: none
}

.table > thead > tr > .emptyrow {
    border-bottom: none
}

.table > tbody > tr > .highrow {
    border-top: 3px solid;
    border-bottom: none;
}

.popover-dismiss {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#pdf-container canvas {
    border: solid 1px black;
    margin: auto;
}

.togglebutton {
    width: 24px;
    height: 24px;
    padding: 0px;
}

.enbref {
    width: 100%;
    border: solid 1px black;
    padding: 5px;
    padding-left: 15px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: lightgray;
}

.popup {
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.popuprepet {
    background-color: #00ff0033;
}
    .popuprepet .popup-header {
        background-color: transparent;
    }


/*Drgable */

.popup {
    position: absolute;
    /*resize: both; !*enable this to css resize*! */
    overflow: hidden;
    padding: 0px;
    border: 0px;
}

.popup-header {
    width: 100%;
    height: 100%;
    cursor: move;
    background-color: #dde4ff;
}

/*Resizeable*/

.popup .resizer-right {
    width: 5px;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: e-resize;
}

.popup .resizer-bottom {
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: n-resize;
}

.popup .resizer-both {
    width: 5px;
    height: 5px;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: nw-resize;
}

/*NOSELECT*/

.popup * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    border : 0px;
}

.hidden {
    visibility: hidden;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[id*="virement"] a {
    background-color: white !important;
}

[id*="cheque"] span.pl-card-logo {
    background: url("/Content/envelope-paper.svg") no-repeat;
    width: 60px !important;
}
[id*="virement"] span.pl-card-logo {
    background: url("/Content/bank.svg") no-repeat;
    width: 60px !important;
}
[id*="code"] span.pl-card-logo {
    background: url("/Content/receipt-cutoff.svg") no-repeat;
    width: 70px !important;
}
[id*="cheque"] span.pl-card-logo::before {
    content: "Chèque";
    margin-left: 18px;
}
[id*="virement"] span.pl-card-logo::before {
    content: "Virement";
    margin-left: 18px;
}
[id*="code"] span.pl-card-logo::before {
    content: "Réduction";
    margin-left: 18px;
}
[id*="cheque"] div.pl-card-logos {
    padding-left: 5px !important;
}
[id*="virement"] div.pl-card-logos {
    padding-left: 5px !important;
}
[id*="code"] div.pl-card-logos {
    padding-left: 5px !important;
}
