.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:fixed;
    top:150px;
    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 */
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

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

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