body {
    /*font-family: Ubuntu, sans-serif !important;*/
   font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

h3 {
    font-size: 24px !important ;
    font-weight: 400;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

.option-card {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgba(129, 138, 138, .2);
    box-shadow: -1px -1px 10px #dddddd96, 1px 1px 5px #d1d1d152;
    transition: .25s;
    height: 60px ;
    /*max-width: 360px !important;*/
    line-height: 58px;

}

.option-card:hover {
    background-color: #f1f1f1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.option-card.active {
    border-color: #007bff;
    /*background-color: #e9f5ff;*/
    background: rgba(142, 209, 248, .0509803922) !important;
    box-shadow: 0 1px 15px #66c1fd33;
    border: 2px solid #007bff !important;
}

.steps ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.steps ul li {
    background: #e9ecef;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 0px;
    transition: background 0.3s, color 0.3s;
    z-index: 999;
}
.recap-label {
    z-index: 111;
}
.steps ul li.current {
    color: #ffffff;
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px;
    height: 40px;
    background-color: #eaeaea;
    position: relative;
    border-radius: 0 30px 30px 0;
    text-align: center;
    line-height: 35px;
    border-bottom: 3px solid rgb(185, 185, 185);
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*.first.done .done {*/
/*    color: #ffffff;*/
/*    min-width: 100px;*/
/*    padding-left: 8px;*/
/*    padding-right: 8px;*/
/*    height: 40px;*/
/*    background-color: #eaeaea;*/
/*    position: relative;*/
/*    border-radius: 0 30px 30px 0;*/
/*    text-align: center;*/
/*    line-height: 35px;*/
/*    border-bottom: 3px solid rgb(185, 185, 185);*/
/*    margin-bottom: 5px;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.steps ul li a {
    font-size: 13px;
    font-weight: 700;
    margin-left: 0px !important;
    text-decoration: none !important;
    vertical-align: middle;
    color: #014b88;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 21px;
}
.actions{
    padding: 10px 150px;
}

.actions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
}

.actions ul li {

    width: 90px;
    height: 40px;
    border: 1px solid #8f8b8b;
    margin-right: 0;
    padding: 6px 0px;
    border-radius: 5px;
    text-align: center;
    background: #e9ecef !important;
    color: #878787 !important;
    /*border-color: #ced4da !important;*/
}
.actions ul li:nth-child(2) {
    border-radius: 30px;
    background: #3B82F6 !important;
}
.actions ul li:nth-child(1) {
    border-radius: 30px;
    border: 1px solid #8f8b8b !important;
    background: #e9ecef !important;
}

.actions ul li:nth-child(2) a {
    color: white !important;
}
.actions ul li:nth-child(3) {
    border-radius: 30px;
    background: #3B82F6 !important;
}
.actions ul li:nth-child(3) a {
    color: white !important;
}



.actions ul li a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    vertical-align: middle;
    color: #014b88;
}


.steps ul li.completed {
    background: #cfd8dc;
    color: #000000;
}
.steps ul li.hidden-step {
    display: none;
}
.steps ul li:last-child {
    margin-right: 0;
}
.sm-card-title {
    width: 90%; text-align: center;
    color: #014b88;
}
.sm-card-title p {
    margin: 0px !important;
    color: #014b88;
    font-size: 17px;
    font-weight: 700;
}
.sm-card-icon {
    width: 10%;
}
.sm-card-icon svg {
    width: 40px !important;
}
/*.wizard {*/
/*    width: 60%;*/
/*}*/
.card-title {
    color: #014b88;
    text-shadow: 0.5px 0.5px #f8f5ec;
    font-size: 21px;
    line-height: 28px;
    padding: 20px 10px 0px 10px;
    /*font-weight: bold;*/
}
.progress {
    height: 6px !important;
}

.option-card.active {
    border-color: #007bff;
    background-color: #e9f5ff;
}

/* Styling for steps tabs */
.steps ul {
    display: flex;
    /*justify-content: space-between;*/
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.steps ul li{
    color: #ffffff;
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px;
    height: 40px;
    background-color: #eaeaea;
    position: relative;
    border-radius: 0 30px 30px 0;
    text-align: center;
    line-height: 35px;
    border-bottom: 3px solid rgb(185, 185, 185);
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:999999 ;
}

.input-group-custom {
    /*display: inline-block;*/
    color: #495057;
    background: #ffffff;
    padding: .75rem;
    border: 1px solid #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    width: 220px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-custom:hover {
    border: 1px solid #007bff;
    box-shadow: 0 0 0 .20rem rgba(13,110,253,.25) !important;
}

.input-group-custom input{
    border: none;
    outline: none !important;
    text-align: center;
    width: 100%;
    padding-left: 35px;
}

.input-group-custom svg {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 35px;
}

.steps ul li.current {
    background-color: #eaeaea;
    color: #ffffff;
}
.steps ul li.completed {
    background-color: #eaeaea;
    color: #000000;
}
.steps ul li.hidden-step {
    display: none;
}
.steps ul li:last-child {
    margin-right: 0;
}

.address-area-input {
    height: 60px;
    border-radius: 10px;
    text-align: center;
    color: #495057;
    background: #ffffff;
    padding: .75rem;
    width: 100% ;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
    border: 1px solid #ced4da !important;
}

.address-area-input:hover {
    border: 1px solid #007bff !important;
    box-shadow: 0 0 0 .20rem rgba(13,110,253,.25) !important;
}

.address-area-input:focus-visible  {
    border: 0px !important;
}

.super-input-grp input {
    height: 60px;
    border-radius: 10px 0px 0px 10px;
    color: #495057;
    background: #ffffff;
    padding: .75rem;
    border: 1px solid #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
}
.super-input-grp input:focus-visible  {
    border: 2px solid #3b82f6;
}
.p-inputgroup-addon {
    border-radius: 0px 10px 10px 0px;
    background: #e9ecef;
    color: #6c757d;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;

}

/* Checkbox and label styling */
.erp-link-custom {
    font-size: 14px;
    height: 50px;
    width: 340px !important;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    text-align: left;
    padding: 0 10px 0 80px;
}

erp-link-custom svg {
    width: 50px;
}

.erp-link-custom:hover {
    border-color: #3b82f6;
}

.erp-icon-custom {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.erp-text-custom {
    font-weight: bold;
    margin-right: auto;
}

.erp-checkbox-custom {
    display: none;
}

.checkmark-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #3b82f6;
    border-radius: 6px;
    display: inline-block;
    position: relative;
}

.erp-checkbox-custom:checked + .checkmark-custom {
    background-color: #3b82f6;
}

.erp-checkbox-custom:checked + .checkmark-custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 2px;
}

/* Card styling */


.price-display-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #014b88;
    padding: 12px;
    border-radius: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}


.promo-code-custom {

    display: flex;
    align-items: center;

    background-color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 55px !important;
    border: 2px solid #ced4da;

    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.promo-code-custom:hover {
    border: 1px solid #3b82f6;
}

.promo-code-custom-group {
    margin-top: 15px;

    position: relative;
}


.promo-code-custom-group input:hover {
    border: 2px solid #3b82f6 ;
}

.promo-icon-custom {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    position: absolute;
    top: 12px;
    left: 9px;
    z-index: 99;
}

.promo-input-custom {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #707070;
}

.apply-button-custom {
    background-color: #b3d7ff;
    color: #3b82f6;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.action-buttons-custom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.quote-button-custom, .appointment-button-custom {
    padding: 10px 21px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.quote-button-custom {
    background-color: #ffffff;
    color: #014b88;
    border: 2px solid #014b88;
}

.appointment-button-custom {
    background-color: #014b88;
    color: #ffffff;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Buttons shown when card is hidden */
.row-custom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.row-custom button {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #2a6ebb;
    background-color: #ffffff;
    color: #2a6ebb;
    /*width: 48%;*/
}
.more-voici-content {
    height: 330px;
}

.ouicard {
    height: 160px !important;
    width: 150px !important;
    line-height: 45px !important;
}
.sm-card-icon-ouicard {
    width: 100%;
    text-align: center;
}
.sm-card-icon-ouicard svg {
    width: 35px !important;
}
.arrondi-label {
    width: 20px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 0 30px 30px 0;
}

.input-group-text {
    padding: 12px 10px !important;
    background-color: white !important;
    border: 1px solid #3b82f6;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    color:#3b82f6;
    font-weight: 700;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
}

/*.demo ul {*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center;*/
/*}*/


.input {
    height: 60px;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #495057;
    background: #ffffff;
    padding: .75rem;
    border: 1px solid #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
}

.input:hover {
    border: 1px solid #3b82f6;
    box-shadow: 0 0 0 .20rem rgba(13,110,253,.25) !important;
}

.steps ul li .done {
    z-index: 99999 !important;
}

.min-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.min-footer img {
    height: 150px;
}

.min-footer p {

    font-weight: 500;
    line-height: 1.1;
    color: #575757;
    text-align: center;
}

.footer {
    background-color: #f6f6f6;
}

.footer-dead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.foot-deads {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.foot-deads p {
    text-decoration: none;
    color: #b1b1b1;
    font-size: 17px;
    margin: 0px 7px;

}


@media only screen and (max-width:1024px) {
    .min-footer {
        flex-direction: column-reverse;
    }

    .min-footer{
    width: 174px;
}
    .min-footer img {
        height: 100px;
    }
    .min-footer p {
        font-size: 13px;
    }
    .foot-deads p {
        font-size: 15px;
        margin: 0px 2px;
    }
    .no-se {
        display: none;
    }
    .foot-deads {
        width: 25%;
    }
}


@media only screen and (max-width:880px) {

    .foot-deads {
        width: 50%;
    }
}

@media only screen and (max-width:768px) {
    .min-footer {
        flex-direction: column-reverse;
    }

    .min-footer{
        width: 172px;
    }

}

@media only screen and (max-width:502px) {
    .foot-deads {
        width: 100%;
        justify-content: left;
    }


}

.second-bar-step{

    display: none;
  }


.unique-form-container {
    max-width: 700px;
    margin: auto;

    border: 3px solid #d6d6d6;
    padding: 20px 15px;
    background-color: #ffffff;
}

.unique-date-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #004080;
}

.unique-date-card {

    /* padding: 10px; */
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: -1px -1px 10px #dddddd96, 1px 1px 5px #d1d1d152;
    color: #014b88;
    display: flex;
    /* justify-content: center;
    align-items: center; */
    overflow: hidden;
    position: relative;
}

.unique-date-card span {
    text-align: center;
    /* padding: 10px 0px; */
    width: 100%;
    padding: 8px 0px;
    font-weight: 700;
    font-size: 14px;

}



.unique-date-card.selected {
    border: 2px solid #004080;
    color: #004080;
    font-weight: bold;

    font-size: 14px;
    color: #014b88;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unique-date-card.disabled {
    border: 1px solid #ffcccc;
    color: lightgray;
    background-color: white;
    pointer-events: none;
    box-shadow: -1px -1px 10px #dddddd96, 1px 1px 5px #d1d1d152;

    box-shadow: -1px -1px 10px #dddddd96, 1px 1px 5px #d1d1d152;
    color: #014b88;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unique-date-card .unique-icon {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #004080;
}

.unique-nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}





.unique-btn-next {
    background-color: #004080;
    color: #ffffff;
}

.sided-card-clender-div {
    width: 5px;
    background-color: #014b88;

    transition: all 0.2s ease-in-out;
}

.unique-date-card:hover .sided-card-clender-div {
    width: 0px;

}

.unique-date-column {
    padding: 0px 19px;
}

.cal-img {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 18px;
}

.next-btn-dated-card {
    color: #014b88;
    background-color: white;
    border: 0px !important;
    box-shadow: none;
    overflow: 0px;
}
.sided-card-clender-div-clock {
    width: 5px;
    background-color: #ffae00;

    transition: all 0.2s ease-in-out;
}

.unique-date-card:hover .sided-card-clender-div-clock {
    width: 0px;

}

/* ============================================================ */


.form-container {
    padding: 0px 50px;
}

.form-title {
    text-align: center;
    font-size: 24px;
    color: #014b88;
    margin-bottom: 20px;
    font-weight: 500;
    margin: 40px 0px;
}

.btn-group .btn {
    background-color: #f8f9fa;
    color: #004080;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 20px;
}


.filled-ok-checked-input {

    margin-bottom: 15px;
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: .75rem;
    border: 1px solid #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    height: 38px;
}

.filled-ok-checked-input:hover {
    border-color: #3b82f6;
}

.filled-ok-checked-input:focus {
    box-shadow: 0 0 0 .15rem #6da2f7c3 !important;
}

.filled-ok-checked-input:focus {
    border-color: #004080;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 128, 0.25);
}

.required {
    color: red;
    margin-right: 5px;
}

.selected-input-filled-button {
    font-size: 14px;
    height: 29px;
    width: 90px !important;
    line-height: 25px;
    box-shadow: -1px -1px 10px #dddddd96, 1px 1px 5px #d1d1d152;
    text-align: center;
    color: #014b88;
    border: 1px solid rgba(129, 138, 138, .2);
    position: relative;
    display: inline-block;
    border-radius: 10px;
    transition: .25s;
    font-weight: 700;
}

.selected-input-filled-button:hover {
    border: 1px solid #b6b6b6;
}

/* ============================================================ */
@media (max-width: 576px) {
    .unique-date-selection {
        flex-direction: column;
        align-items: center;
    }

    .unique-date-column {
        width: 100% !important;
    }

    .cal-img {
        position: absolute;
        top: 11px;
        left: 20px;
        width: 16px;
    }
    .unique-date-card span {
        margin-left: 20px;
    }
}
.third-bar-step{
    display: none;
}
.forth-bar-step{
    display: none;
}
.sm-card-icon-ouicard img{
 width: 80px;
}
