html,
body {
    margin: 0;
    height: 100%;
}

header {
    background-image: none !important;
}

.page-content-wrapper {
    background-color: #fff7eb;
}

@media (min-width: 992px) {
    .nav-function-top .page-header {
        background-color: white;
    }
}

footer.page-footer {
    height: 0;
    padding: 0;
    height: 0;
}

label.required:not(.form-check-label):after {
    content: "\2000*";
    color: red;
}

#logo {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 40px;
    padding: 10px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.page-logo img {
    width: 50px;
    height: 50px;
}

/*Hide all except first fieldset*/
#checkout-content fieldset:not(:first-of-type) {
    display: none;
}

#checkout-content .action-button-previous:hover,
#checkout-content .action-button-previous:focus {
    background-color: #000000;
}

/*Field names*/
/* #checkout-steps .fieldlabels {
    color: gray;
    text-align: left;
} */
#checkout-steps {
    z-index: 10;
    margin: 0 auto;
}

/*Icon progressbar*/
#checkout-steps #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    height: 70px;
}

#checkout-steps #progressbar .active {
    color: var(--theme-primary);
}

#checkout-steps #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    z-index: 5;
}

/*Icons in the ProgressBar*/
#checkout-steps #progressbar #checkout-card:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f07a";
}

#checkout-steps #progressbar #checkout-auth:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f007";
}

#checkout-steps #progressbar #checkout-resume:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f03a";
}

#checkout-steps #progressbar #checkout-payment:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f09d";
}

/*Icon ProgressBar before any progress*/
#checkout-steps #progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#checkout-steps #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#checkout-steps #progressbar li.active:before,
#checkout-steps #progressbar li.active:after {
    /* background: #886ab5; */
    background: var(--theme-primary)
}

/*Animated Progress Bar*/
#checkout-steps .progress {
    height: 7px;
}

#checkout-steps .progress-bar.my-reverse-class {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -ms-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

#checkout-steps .progress-bar {
    background-color: var(--theme-primary);
}


label.radio-inline {
    margin-right: 1em;
}

@media (min-width: 992px) {
    .nav-function-top .page-content-wrapper {
        margin-top: 4.125rem;
    }
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}


.text-disabled {
    color: #ccc;
}

.bootstrap-select .dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.swal2-title {
    font-size: 1.0625em;
}

.swal2-cancel {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px
}

.resume-partenaires .content ul {
    margin-left: 0;
    padding-left: 15px;
}

/* Masquer les flèches des inputs type number (Chrome, Edge, Safari) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Masquer sur Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
}

.col-form-label {
    padding-top: 0;
}

.col-form-label {
    padding: 0 !important;
    margin-bottom: 0.25rem !important;
}

.text-red{
    color:#d22d2d;
}

.bg-red{
    background-color: #d22d2d;
}