
.form-full-height {
    height: calc(80vh);
}

@media (width >= 768px) {
    .form-full-height {
        height: auto;
    }
}

#cgu_form {
    text-align: left;
    font-size: 0.8em;
    line-height: 1;
}

.input-group-text {
    min-width: 50px;
}

#lead_form{

    top:50px;
    z-index:1001;
    border-radius: 15px;
}

#lead_form2 {
    z-index: 1001;
}

#lead_form section,#lead_form .section{
    padding:5px 0
}

.fixed-bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; /* 100% de la largeur */
    z-index: 1000; /* Pour s'assurer que le bouton est au-dessus des autres éléments */
    border-radius: 0; /* Supprimer les bordures arrondies */
    display:none;
    background-color: var(--accent-color);
    border: none;
}

.fixed-bottom-btn:active{

}

.fixed-bottom-btn a{
    color:#FFF;
    font-weight: bolder;
    text-transform: uppercase;
}

.bloc_mobile{
    display:none;
}

@media (width <= 992px ) {
    .back-to-top,
    .scroll-top{
        display: none !important;
    }

    .bloc_desktop{
        display:none;
    }

    .bloc_mobile{
        display:block;
    }

    #lead_form  {
        position:relative;
        width:100%;
        max-width: 100%;
        top:0;
        margin-top:10px;
        border-radius:0px;
    }

    .fixed-bottom-btn {
        display:block;
    }

    #lead_form  > row{
        margin:0;
    }

    .contact .droite{
        box-shadow: none;
        margin:0;
        border-radius: 0;
    }

    .form_title{
        border-radius: 0;
        box-shadow: none;
    }
}

.overlay {
    display: none; /* Masqué par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%); /* Fond grisé */
    z-index: 1000; /* Au-dessus de tout */
}

#arrow {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    top: calc(100%);
    border-top: 25px solid #fe5815;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.multiline-text {
    white-space: pre-wrap;
    text-align: left;
    line-height: 1.5;
}

.bloc_form p.lead{
    text-align:center;
    font-weight: bolder;
}

.email-suggestions {
    position: absolute;
    top: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    background: #fff;
}
.email-suggestions {
    position: absolute;
    top: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    background: #fff;
}

.contact .droite {
    box-shadow: #000 1px 0 10px;
    background-color: #FFFFFF;
    padding: 0;
    text-align: center;
    border-radius: 10px;
}

.fixed-bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; /* 100% de la largeur */
    z-index: 1000; /* Pour s'assurer que le bouton est au-dessus des autres éléments */
    border-radius: 0; /* Supprimer les bordures arrondies */
    display: none;
    background-color: #fe5815;
    border: 1px solid #fe5815;
}

@media (width <= 992px ) {
    .bloc_desktop {
        display: none;
    }

    .bloc_mobile {
        display: block;
    }

    #lead_form {
        position: relative !important;
        width: 100%;
        max-width: 100%;
        top: 0;
        margin-top: 10px;
    }

    .fixed-bottom-btn {
        display: block;

        * {
            color: white;
        }
    }

    main > .container-fluid > .row {
        padding: 0 !important;
        flex-direction: row-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    main > .container-fluid > .row>.col-lg-4 {
        padding-left: 15px !important;
        padding-right: 15px!important;
    }

    #lead_form {
        position: relative !important;
        width: 100%;
        max-width: 100%;
        top: 0 !important;
        margin-top: 10px;
    }

    #lead_form > row {
        margin: 0;
    }

    .contact .droite {
        box-shadow: none;
        margin: 0;
        border-radius: 0;
        border: 5px solid #fe5815;
    }

    .form_title {
        border-radius: 0;
        box-shadow: none;
    }
}

.rdv .day-btn {
    width: 100%;
    margin-bottom: 0.5rem;
}
.rdv .time-slot {
    padding: 0.75rem;
    margin: 0.25rem;
    border-radius: 4px;
    width: calc(50% - 0.5rem);
    text-align: center;
}



.rdv .selected {
    background-color: #007bff !important;
    color: white !important;
    border-color: #007bff !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.rdv .time-container {
    display: none;
}
.rdv .time-container.active {
    display: block;
}
.rdv .form-container {
    max-width: 100%;
    padding: 15px;
}
.rdv #time-slots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rdv .time-header {
    margin-top: 1rem;
    font-weight: bold;
}



.rdv .selected-days {
    margin: 1rem 0;
    padding: 0.75rem;
    background: #f1f3f5;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #495057;
    border: 1px solid #e9ecef;
}
.rdv .selected-days strong {
    color: #007bff;
}


.rdv .header-container {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    color: #495057;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 10px;
    border: 1px solid #dee2e6;
}
.rdv .header-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
}
.rdv .header-title i {
    color: #000;

}

.rdv i {
    color: #6c757d;;
}


.rdv .time-slot:hover i, .rdv .time-slot.selected > i{
    color: #fff;
}

.rdv .header-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
}


.rdv .confirmation-container,#cross-selling {
    display: none;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin-top: 1.5rem;
    border: 1px solid #dee2e6;
    text-align: center;
    animation: fadeIn 0.5s ease-out;
}
form#form_cross_selling{
    background: #f8f9fa;
}
#cross-selling {
    display:block;
}
.rdv .confirmation-icon {
    font-size: 3rem;
    color: #28a745;
    margin-bottom: 1rem;
}
.rdv .confirmation-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}
.rdv .confirmation-details {
    background: #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    text-align: left;
}
.rdv .confirmation-item {
    margin-bottom: 0.5rem;
}
.rdv .confirmation-item strong {
    color: #007bff;
}
.rdv .edit-btn {
    margin-top: 1.5rem;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    background: #6c757d;
    border: none;
    transition: all 0.2s;
    color: #fff;
}
.rdv .edit-btn i {
    margin-right: 0.5rem;
    color: #fff;
}
.rdv .edit-btn:hover {
    background: #5a6268;
    transform: translateY(-2px);
}


#cross-selling h2.form_title{
    background: linear-gradient(to right, #2e86c1, #1a5276);
    color: white;
    margin: -15px -15px 15px -15px;
    border-radius: 10px 10px 0 0 ;

}
#cross-selling h2{
    font-size: 1.5rem;
    font-weight: 600;
    font-variant: small-caps;

}

.cross-selling-container {
    background: linear-gradient(135deg, #ffffff 0%, #f1f8ff 100%);
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    padding: 2.5rem;
    margin: 0;
    max-width: 700px;
    border: 5px solid var(--accent-color);
}
#form_cross_selling .section{
    background-color:#f8f9fa;
    padding-top:0px;
}
.cross-selling-title {
    color: #1a5276;
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-align: center;
    font-size: 1.8rem;
}
.cross-selling-subtitle {
    color: #2874a6;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.offer-card {
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.07);
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: white;
}
.offer-header {
    background: linear-gradient(to right, #2e86c1, #1a5276);
    color: white;
    padding: 1.2rem;
    text-align: center;
}
.offer-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    display: block;
}
.offer-body {
    padding: 1.8rem;
}
.offer-title {
    font-weight: 700;
    color: #1a5276;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.benefits-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.8rem;
}
.benefits-list li {
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
    line-height: 1.5;
}
.benefits-list li:before {
    content: "✓";
    color: #27ae60;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}
.action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.btn-accept {
    background: linear-gradient(to right, #2e86c1, #1a5276);
    border: none;
    border-radius: 50px;
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 180px;
}
.btn-decline {
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 180px;
}
.btn-accept:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(46, 134, 193, 0.3);
}
.btn-decline:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}
.optional-text {
    font-size: 0.85rem;
    color: #7f8c8d;
    font-style: italic;
    text-align: center;
    margin-top: 1.5rem;
}
.thank-you-message {
    display: none;
    text-align: center;
    padding: 2rem;
    background: #e7f5e9;
    border-radius: 10px;
    margin-top: 1.5rem;
    color: #27ae60;
    font-weight: 500;
}
@media (max-width: 576px) {
    .cross-selling-container {
        padding: 1.5rem;
    }
    .action-buttons {
        flex-direction: column;
    }
    .btn-accept, .btn-decline {
        width: 100%;
    }
}

#bloc_lead_cross{
    display:none;
}

.left-panel {


    color: white;
    padding: 40px;
    justify-content: center;
    position: relative;


}

.left-panel::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.left-panel::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.exclusive-badge {
    background: var(--accent-color);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;

}