.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 {
    position: relative;
    top: 100px;
    z-index: 1001;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}



#lead_form section,
#lead_form .section {
    padding: 5px 0;
    background-color: white;
}

.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: #00b0b0;
    border: none;
}

#form_service .label {
    color: black;
}

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

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

    .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 */
}
