#suggestions {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

        
.list-group-item {
    cursor: pointer;
}
.image-wrapper {
    position: relative;
    width: 100%;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* zone centrée */
    .form_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(11, 11, 192) !important;
    font-family: 'Arial';
    font-size: 8px;
}
.mb-4{
text-align: justify;
font-size: 14px;
}
/* TEXTE RESPONSIVE INTELLIGENT 🔥 */
    .form_text {
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;

    /* 🔥 adaptation automatique */
    font-size: clamp(10px, 1.8vw, 10px);
    line-height: 1.5;

    /* gestion du texte */
    word-break: break-word;
}

/* 📱 amélioration mobile */
@media (max-width: 768px) {
    .overlay-box {
        width: 90%;
        padding: 8px;
    }
  
    /* .overlay-text {
        font-size: clamp(8px, 3.5vw, 9px);
    } */
     .form_text {
        font-size: clamp(6px, 3.5vw, 8px);
           line-height: 0,5;

    }

      .form-control{
         line-height: 30px;
        
    }
}