
a {
    color: #494949;
    text-decoration: none;
}

body{
    font-family: 'Roboto',Arial !important;
}

input[type="radio"] {
    accent-color: #EA6966;
}

.bg-rose {
    background-color: #EA6966;
    color: #FFFFFF;
}

.txt-rose {
    color: #EA6966;
}
.txt-grey {
    color: #9C9C9C;
}
.txt-vert {
    color: #29B471;
}

.txt-fs-11 {
    font-size: 11px;
}
.txt-fs-12 {
    font-size: 12px;
}
.txt-fs-13 {
    font-size: 13px;
}
.txt-fs-14 {
    font-size: 14px;
}
.txt-fs-15 {
    font-size: 15px;
}
.txt-fs-16 {
    font-size: 16px;
}
.txt-fs-18 {
    font-size: 18px;
}
.txt-fs-20 {
    font-size: 20px;
}
.txt-fs-22 {
    font-size: 22px;
}
.txt-fs-24 {
    font-size: 24px;
}
.txt-fs-32 {
    font-size: 32px;
}
.txt-fs-42 {
    font-size: 42px;
}
.txt-fw-300 {
    font-weight: 300;
}
.txt-fw-400 {
    font-weight: 400;
}
.txt-fw-600 {
    font-weight: 600;
}
.txt-fw-700 {
    font-weight: 700;
}

.ico-info{
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid currentColor;
    font-weight: bold;
    font-family: 'Roboto',Arial !important;
    font-size: 12px;
}

.lien-retour {
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.33px;
    vertical-align: middle;
}

.lien-retour img{
    width:24px;
}



.picto{
    width:30px;
    margin : 0 !important;
}
h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.info-global-panier{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.33px;
    text-align:center;
    margin-left: 10px;
}
.question-gift{
    text-align:center;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}
.answer-gift{
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}
.cart-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    margin-top:200px;
}
.expedition-header {
    background: #E3F1ED;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.33px;
    vertical-align: middle;
}
.cart-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}
.cart-item .image-produit {
    max-width: 180px;
    margin-right: 15px;
}
.cart-item-details {
    flex-grow: 1;
}

.product-header {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.product-header a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}


.product-header .product-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
    word-break: break-word;
    width: 350px;
}

.product-header .price-info {
    flex-shrink: 0;
    text-align: right;
    line-height: 1.4;
}

.point-rouge a{
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

    color:black;
}

.bloc-variations{
    padding-left: 0;
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.33px;
    color: #959494;
}

.quantity-box {
    width: 60px;
    text-align: center;
}
.action-link {
    color : #494949;
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.33px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.action-link:hover {
    text-decoration: underline;
}
.action-link i {
    margin-right: 5px;
}

.price-info {
    font-size: 16px;
}
.old-price {
    text-decoration: line-through;
    color: #EA6966;
    font-size: 13px;
}
.discount {
    color: #FFFFFF;
    background-color: #EA6966 ;
    margin-left: 10px;
    margin-right: 10px;
    border-radius:5px;
    padding: 3px;
    font-size: 13px;
}
.gift-option {
    padding:  10px 0px;
    border-radius: 5px;
    margin-top: 10px;
    align-self: flex-end;
}
.gift-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gift-toggle .form-check-input {
    width: 3em;
    height: 1.5em;
}
.gift-impossible{
    color:#959494;
    font-size: 14px;
}


/*recapitulatif*/
.summary-card {
    padding: 20px;
    max-width: 400px;
    margin: 20px auto;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto;
    max-width: 400px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    text-align: center;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    z-index: 0;
}

.step.completed::after {
    background-color: #000;
}

.step .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    z-index: 1;
}

.step.active .circle {
    background-color: #1d1d1d;
}

.step img {
    width: 45px;
    height: 45px;
    filter: grayscale(100%);
}

.step.active img {
    filter: brightness(0) invert(1); /* Blanc sur fond noir */
}

.step-label {
    font-size: 0.9rem;
    color: #333;
}

.step.active .step-label {
    font-weight: bold;
}

.ligne-somme {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 4px;
}

.ligne-somme.total-panier{
    border-top:1px solid #C4C4C4;
    padding-top: 10px;
    margin-top: 10px;
}

.ligne-somme .eco-participation,.ligne-somme .tva-incluse,.price-info .eco-participation{
    font-size: 0.8rem;
    color: #6c757d;
    margin-left: 4px;
}

.ligne-somme .text-economie {
    color: #e74c3c;
}

.ligne-somme .text-code-promo {
    color: #75A971;
}

.ligne-somme .prix {
    white-space: nowrap;
    text-align: right;
}


.btn-valider {
    background-color: #EA6966;
    color: white;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;

}

.btn-valider:hover{
    background-color: #F7A694;
    color: white;
}

.btn-valider:focus{
    background-color: #CC2F5C;
    color: white;
}

.btn-annuler {
    background-color: #FFFFFF;
    color: #EA6966;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    border: 1px solid #EA6966;
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;

}

.btn-annuler:hover{
    border: 1px solid #F7A694;
    color: #F7A694;
}

.btn-annuler:focus{
    border: 1px solid #CC2F5C;
    color: #CC2F5C;
}

.form-check.check-echantillon{
    font-family: 'Roboto',Arial !important;
    font-weight: 300;
    font-size: 0.7rem;
    line-height: 117%;
    border-top:1px solid #C4C4C4;
    padding: 10px 50px 0 50px;
    text-align: justify;
}


.code-promo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.code-promo-input-wrapper {
    position: relative;
    flex-grow: 1;
}

.code-promo-input {
    border-radius: 25px;
    padding-right: 2.5rem;
    font-weight: bold;
    background-color: #f0f0f0;
}

.code-promo-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}



#messageCodePromo {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.bon-plan{
    color:#000000;
    font-family: 'Roboto',Arial !important;
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
}

#gift-message{
    border-top: 1px solid #C4C4C4;
    padding-top:20px;
}

.custom-btn {
    border-radius: 2rem;
    background-color: #212121;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
}
.custom-btn:hover {
    background-color: #000000;
}
.custom-textarea {
    border-radius: 0.75rem;
    resize: none;
}
.info-icon {
    font-size: 0.9rem;
    cursor: pointer;
}

.service-container {
}

.service-container p{
    font-family: 'Roboto',Arial !important;
    font-weight: 300;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
}
.service-icon {
    font-size: 1.5rem;
    margin-right: 8px;
}
.service-icon img{
    width:40px;
}
.service-hours {
    color: #888;
}

/* estimation fdp + franco */
.shipping-info {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.progress-container {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.progress-bar-custom {
    background-color: #e57373;
    border-radius: 5px;
}

.info-row {

}

.progress-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress {
    flex-grow: 1;
    height: 10px;
    margin-bottom: 0;
}

.end-value {
    font-size: 0.85rem;
    color: #6c757d;
    white-space: nowrap;
}


/*modal*/
.modal-header{
    font-family: 'Roboto',Arial !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-top: 10px;
}

.modal-body{
    font-family: 'Roboto',Arial !important;
}

ul li, ol li {
    list-style: none;
}

.collapse-right-tunnel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.48rem 1rem 0.48rem 0;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
    min-height: 50px;
    cursor: pointer;
}

.bloc-right{
    border-left: 1px solid #C4C4C4;
    position: sticky !important;
    top: 200px !important;
}
.bloc-right .bloc-item-order{
    display: flex;
    flex-direction: column;
}


/* a supprimer si burger new */
.has-collapse[aria-expanded="true"] .collapse-arrow {
    transform: rotate(270deg);
}
.collapse-arrow {
    width: 20px;
    height: auto;
    margin-left: 1rem;
    flex-shrink: 0;
    transform: rotate(90deg);
}

.collapse-right-tunnel .collapse-arrow{
    width: 20px;
}

.border-top-gray{
    border-top: 1px solid #C4C4C4;padding-top: 5px;
}

.badge-liste-cadeau {
    display: inline-flex;
    align-items: center;
    background-color: #eb6b65;
    color: white;
    border-radius: 9999px;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 400;
}

.badge-liste-cadeau img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.badge-liste-cadeau em {
    font-style: italic;
}

.bloc-action{
    padding-left: 30px;
}

#btnModalModifQteAdd, #btnModalModifQteRemove{
    border:none;
    font-size : 32px;
}

 .alert-elligibite {
     background-color: #f6f6f6; /* fond gris clair */
     border-radius: 12px;
     font-size: 16px;
 }

.alert-elligibite h3{
    font-size: 16px !important;
}

.alert-elligibite button{
    width:25%;
}

.bloc-quantite {
    display: inline-flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 999px;
    padding: 5px 12px;
    gap: 20px;
    user-select: none;
}

.bloc-quantite a {
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
}

.bloc-quantite a.disabled {
    color: #959494 !important;
    cursor: auto;
}

.bloc-quantite a:focus {
    outline: none;
}

.order-item1,.order-item2,.order-item3,.order-item4,.order-item5,.order-item6{
    order:0;
}

.border-top-md-gray{
    border-top: 1px solid #C4C4C4;
}


@media (min-width:1200px) {
    .bloc-right {
        padding-left: 30px;
    }

    .expedition-group{
        padding-right: 20px;
    }
}
