.content {
    min-height: 1000px;
}




.top-barre {
    border-radius: 12px;
    margin: 0px;
    padding: 8px 24px 8px 24px;
}

.logout {
    border-radius: 12px;
    padding: 12px 24px 12px 24px;
    gap: 8px;
    background-color: #F3F3F3;
    height: 40px;

}

    .logout img {
        width: 16px;
        height: 16px;
    }

    .logout a {
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        color: #28292A;
    }

.traduction-button {
    width: 137px;
    float: right;
}

    .traduction-button select {
        border-radius: 12px;
        height: 40px;
        border: 1px;
    }

    .traduction-button option {
        color: #48494B;
        font-weight: 400;
    }


/* start style DetailPartner */

.boutique-container {
    overflow: hidden;
}

.boutique-content {
    display: flex;
    gap: 20px;
}

@media (max-width: 991px) {
    .boutique-content {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}






.error-message {
    color: #c90a0d;
}

.info-message {
    color: #b5b5b7;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form-control {

    padding: 20px 24px 20px 24px;
    border-radius: 12px;
}

.form-label {
    color: #B5B5B7;
    padding: 20px 24px 20px 24px;
    border-radius: 12px;
    height: 48px;
    left: 12px;
    top: -2px;
}
/*/*******/






/* Styles pour les boutons de navigation */
.prev-btn, .next-btn {
    display: flex;
    position: absolute;
    transform: translateY(-135%);
    background-color: #F2FCFD;
    border-radius: 12px;
    border: none;
    padding: 12px 16px;
    gap: 8px;
    cursor: pointer;
    box-shadow: box-shadow: 1px 1px 16px 16px #FFFFFF;
    z-index: 2;
}



.next-btn {
    right: 24px;
}
.carousel-container .owl-stage-outer {
    width: 94%;
    padding-left: 20px;
    margin: auto;
}

.tag-item {
    padding: 10px 20px;
    margin: 5px;
    background-color: #f8f9fa;
    border-radius: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}


.brands-section {
    display: flex;
    margin-top: 8px;

    align-items: center;
    gap: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 0 0 24px;
}

.section-header {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    min-height: 45px;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
}

.brands-container {
    display: flex;
    align-items: start;
    gap: 16px;
    font-size: 16px;
    color: #28292a;
    font-weight: 400;
    text-align: center;
    justify-content: start;
}

.brand-card {
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 24px 26px 24px;
    gap: 12px;
    height: 114px;
    box-shadow: 1px 5px 40px 8px #8FA3B212;
}

.see-all-box {
    border-radius: 12px;
    padding: 12px 40px 12px 40px;
    gap: 8px;
}

.see-all {
    color: #1968B3;
    font-size: 14px;
    text-decoration: none;
}

.brand-card img {
    width: 117px;
    height: 65px;
}


.payment-options {
    border-radius: 0;
    gap: 20px;
}

.payment-card {
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    min-height: 450px;
    flex-grow: 1;
    flex-direction: column;
    color: #696969;
    justify-content: start;
    padding: 20px 50px;
    font: 400 14px Roboto, sans-serif;
    border: 1px solid #ddeeff;
    align-items: center;
}

.payment-duration {
    color: #1968b3;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    margin: 0 auto;
}

.total-cost {
    border-radius: 20px;
    background-color: #fff;
    align-self: center;
    margin-top: 24px;
    max-width: 100%;
    font-size: 16px;
    color: #1968b3;
    font-weight: 500;
    padding: 15px 21px;
    border: 1px solid #b0d8ff;
}



.payment-summary {
    background-color: #ebf6ff;
    align-self: center;

    width: 270px;
    max-width: 100%;
    color: #28292a;
    font-weight: 500;
    padding: 7px 21px;
}

.installment-info {
    margin-top: 24px;
}

.total-installment {
    background-color: #ebf6ff;
    align-self: center;
    margin-top: 24px;
    width: 270px;
    max-width: 100%;
    color: #28292a;
    font-weight: 700;
    padding: 7px 21px;
}

.confirm-button-wrapper {
    align-self: center;
    display: flex;
    width: 291px;
    max-width: 100%;
    flex-direction: column;
    color: #1968b3;
    font-weight: 500;
    text-align: right;
    justify-content: center;
    padding: 10px;
}

.confirm-button {
    align-self: stretch;
    border-radius: 8px;
    background-color: #d5ebff;
    min-height: 45px;
    width: 100%;
    padding: 15px 24px;
    border: 1px solid #b0d8ff;
    cursor: pointer;
}

/*  Selected proposition view*/
.purchase-details {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(16, 44, 64, 0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 17px ;
}

.details-container {
   
}

.detail-column {
    display: flex;
    flex-direction: column;
    line-height: normal;

    margin-left: 0;
}

.detail-card {
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    color: #909090;
    margin: 0 auto;
    padding: 43px 48px;
    font: 400 14px Roboto, sans-serif;
    border: 1px solid #ddeeff;
    height: 270px;
}

.card-header {
    display: flex;
    gap: 19px;
    font-size: 18px;
    color: #28292a;
    font-weight: 600;
 
}

.card-icon {
    aspect-ratio: 0.95;
    object-fit: contain;
    object-position: center;
    width: 42px;
}

.card-title {
    color: #1968b3;
}

.card-item {
    margin-bottom: 10px;
}

.card-item-bold {
    font-weight: 600;
}

.card-item-light {
    color: #909090;
}
.bold-text {
    color: black;
}
.blue-background {
    background: #EBF6FF;
    color: #909090;
    padding: 4px 15px;
    width: 200px;
    margin-bottom :4px;
}
.info-box {
    background-color: #ebf6ff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
    color: #696969;
    padding: 4px 53px 4px 13px;
}

.total-price {
    border-radius: 8px;
    background-color: #f9fbfc;
    margin-top: 18px;
    min-height: 48px;
    overflow: hidden;
    color: #1968b3;
    padding: 15px 20px;
    font: 500 16px Roboto, sans-serif;
    border: 1px solid #ddeeff;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.submit-button {
    align-self: stretch;
    border-radius: 8px;
    background-color: #d5ebff;
    min-height: 42px;
    width: 100%;
    gap: 8px;
    padding: 13px 40px;
}
.payment-selection {

    margin-top: 16px;
    gap: 40px 48px;
    padding: 4px 0;
    width: 100%;
}
.date-selection-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    flex-basis: auto;
    margin: 6px -341px 0 0;
    padding: 4px 0;
}

@media (max-width: 991px) {
    .date-selection-container {
        max-width: 100%;
    }
}

.return-button-wrapper {
    align-self: stretch;
    display: flex;
    height: 40px;
    flex-direction: column;
    color: #1968b3;
    text-align: right;
    justify-content: flex-start;
    width: 106px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .return-button-wrapper {
        white-space: normal;
    }
}

.return-button {
    border-radius: 8px;
    background-color: #eff8ff;
    display: flex;
    min-height: 42px;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 13px 20px;
    border: 1px solid #daeeff;
}

@media (max-width: 991px) {
    .return-button {
        white-space: normal;
    }
}

.return-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
    align-self: stretch;
    margin: auto 0;
}

.return-text {
    align-self: stretch;
    margin: auto 0;
}

.date-selection-title {
    color: #1968b3;
    text-align: right;
    align-self: stretch;
    margin: auto 0;
}

.date-input-container {
    align-items: center;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    align-self: stretch;
    display: flex;
    min-width: 240px;
    min-height: 48px;
    gap: 8px;
    color: #b5b5b7;
    font-weight: 400;
    justify-content: flex-start;
    width: 415px;
    margin: auto 0;
    padding: 15px 12px;
}

@media (max-width: 991px) {
    .date-input-container {
        white-space: normal;
    }
}

.date-input {
    display: block;
    border-radius: 12px;
    border: 1px solid #d3d3d6;
    background-color: #fff;
    min-width: 100%;
    min-height: 48px;
    color: #b5b5b7;
    font-weight: 400;
    width: 252px;
    padding: 15px 16px;
}

.calendar-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 18px;
    align-self: stretch;
    margin: auto 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.selection-label {
    color: #1968b3;
    text-align: right;
    align-self: stretch;
    margin: auto 0;
    font-size :14px;
    font-weight 500;
    line-height :16.41px
}



.date-value {
    flex: 1;
    margin: auto 0;
}

.date-icon {
    width: 18px;
    height: 18px;
}

.simulation-detail {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(16, 44, 64, 0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.price-row {
    border-radius: 8px;
    background-color: #f9fbfc;
    margin-top: 18px;
    min-height: 48px;
    overflow: hidden;
    color: #1968b3;
    padding: 15px 20px;
    font: 500 16px Roboto, sans-serif;
    border: 1px solid #ddeeff;
    text-align :center;
}


.simulation {
    padding: 0 24px;
    gap: 8px;
}

.card-body {
    gap: 10px;
}

form {
    gap: 10p;
}

.label {
    color: #929296;
    font-weight: 400;
    font-size: 12px;
}

.simuation-input {
    display: flex;
    align-items: center;
}

    .simuation-input input {
        max-height: 48px;
        padding: 20px 24px 20px 24px;
        border-radius: 12px;
    }

    .simuation-input label {
        color: #B5B5B7;
        padding: 20px 24px 20px 24px;
        border-radius: 12px;
        height: 48px;
        left: 12px;
        top: -2px;
    }

.plans {
    display: inline-block;
}

.plan {
    border-radius: 12px;
    background: linear-gradient(59deg, #73befe 1.81%, #daeeff 98.19%);
    box-shadow: 4px 4px 12px 2px rgba(101, 101, 101, 0.12);
    width: 325px;
    min-height: 242px;
    overflow: hidden;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    float: left;
    margin-right: 20px;
}

    .plan:hover, .plan:focus {
        transition: all 0.1s ease;
        margin-top: -9px;
        min-height: 260px;
    }

.plan-title {
    background: #28292a;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 13px 0;
    line-height: 21.09px;
    font-weight: 500;
}

.plan-details {
    font-size: 12px;
    padding: 12px 24px;
    gap: 8px;
    height: 38px;
}

.plan-info {
    border-radius: 12px;
    background: #f5fbf8;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
}

.first-payment {
    color: #1968b3;
}

.monthly-payment {
    color: #6e62b6;
    margin-top: 16px;
}

.total-price {
    border-radius: 12px;
    background: #1968b3;
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    padding: 16px 14px;
}




.propositions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 100px;
    font-family: Roboto, sans-serif;
}

.propositions-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.propositions-title {
    color: #28292a;
    font-size: 16px;
    font-weight: 500;
}

.propositions-status {
    border-radius: 16px;
    background-color: #ebf6ff;
    color: #2563b5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 12px;
}

.propositions-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 4px 4px 16px 8px rgba(143, 163, 178, 0.12);
    width: 64px;
    min-height: 40px;
    padding: 8px 20px;
}

.action-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.Simuation-page-name {
    color: rgba(25, 104, 179, 1);
    font-size: 20px;
    font-weight: 600;
    align-self: start;
}

/**/





.confirmation-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0 18px;
}

.confirmation-message {
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Roboto, sans-serif;
    color: #696969;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    padding: 56px 80px;
    border: 1px solid #ddeeff;
}

.confirmation-icon {
    aspect-ratio: 0.94;
    object-fit: contain;
    object-position: center;
    width: 46px;
}

.confirmation-text {
    align-self: stretch;
    margin-top: 31px;
    min-height: 44px;
    font-size: 18px;
    line-height: 29px;
}

.confirmation-instruction {
    font-size: 16px;
    font-weight: 400;
    z-index: 10;
    margin-top: -5px;
}



.footer-text {
    align-self: start;
    display: flex;
    flex-direction: column;
    color: #929296;
    text-align: justify;
    justify-content: start;
    margin: 12px 0 0 45px;
    font: 400 13px/1 Roboto, sans-serif;
}

.bold-text {
    font-weight: 700;
    color: #28292a;
}

.reference-text {
    color: #28292a;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.return-button-wrapper-Fin {
    width: 247px;
    align-self: center;

}
    .return-button-wrapper-Fin .return-button {
        color: #1968B3;
        font-size: 14px;
        font-weight: 500;
        line-height: 16.41px;
    }

#list_propositions{
    width :100%
}

.propostion-btn {
    transform: translateY(-400%);
    margin: -15px;
    background: none;
}
.payment-options .owl-stage-outer {
    width: 100%;
    padding-left: 20px;
}
.propostion-btn .icon {
    width: 18px;
    height: 51px;
}
/**/

.swal2-html-container label {
    display: flex;
}
/**/