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

#lead_form{

    z-index:1001;
}


.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: #c5003e;
    border-color:#c5003e
}

.fixed-bottom-btn:active{

}

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



@media (width <= 992px ) {
    .back-to-top {
        display: none !important;
    }
    .bloc_desktop{
        display:none;
    }
    .bloc_mobile{
        display:block;
    }
    #lead_form  {
        position:relative;
        width:100%;
        max-width: 100%;
        top:0px;
        margin-top:10px;
    }
    .fixed-bottom-btn {
        display:block;
    }

    #lead_form  > row{
        margin:0px;
    }

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

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