
#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;
}

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

@media (min-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;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}


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

.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;
}

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

@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;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    #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;
    }
}

#lead_form {
    /*position: fixed;*/
    top: 40px;
    /* top: calc(60px * 2 + 0.5rem + 10px);*/
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #000;
}

ul.dropdown-menu.show {
    max-height: 300px !important;
    overflow-y: auto!important;
}

.lead_form_active {
    z-index: 1001 !important;
}

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

p.lead{
    text-align:center;
}

.carousel,.carousel-inner,.carousel-item,.carousel-item::before {

    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.carousel-item {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}

.carousel-control-prev,.carousel-control-next{
    color:red;
}



.carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
.carousel-inner .carousel-item,
.carousel-inner .active.carousel-item-start,
.carousel-inner .active.carousel-item-end {
    opacity: 0;
}
.carousel-inner .active,
.carousel-inner .carousel-item-next.carousel-item-start,
.carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .active.carousel-item-start,
.carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: #f1f1f1;
    border-radius: 50px;
    transition: 0.3s;
    color: #333333;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
    background: #FFF;
    color: #333333;
}
.carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}
.carousel-indicators li.active {
    opacity: 1;
    background: #003366;
}
.btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #003366;
}
.btn-get-started:hover {
    background: #5ec6ca;
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {


    .carousel-item h2{
        font-size: 28px;
        margin-top:0px;
    }
}
@media (min-width: 1024px) {
    .carousel-control-prev, .carousel-control-next {
        width: 5%;
    }

}
@media (max-height: 500px) {

}






.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 {
    display: none;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 1.5rem;
    border: 1px solid #dee2e6;
    text-align: center;
    animation: fadeIn 0.5s ease-out;
}
.rdv .confirmation-icon {
    font-size: 3rem;
    color: #28a745;
    margin-bottom: 1rem;
}
.rdv .confirmation-title {
    font-size: 1.5rem;
    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);
}