.ctx{
       /* margin: 61px auto auto; */
       max-width: 1000px;
       position: relative;
       /* padding: 10px; */
       border-radius: 6px;
       width: 100vh;
       background-color: #f5f6f7;


    /* border: 1px solid rgba(37, 47, 230, 0.934); */
    box-shadow: inset 1px 1px 18px 9px hsla(0, 0%, 100%, 0.5),
    0 3px 10px 2px #545860;

}



    .description {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Nombre maximum de lignes à afficher */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* Ajoute des points de suspension si le texte est tronqué */
    }

.con{
   height: 100%;
}
.suzano{
    border-bottom: 1px solid rgb(0, 0, 0,0.2);
    margin-bottom: 1rem;
    padding: 1rem;
}

.fme{

    border: none;
    width: 100%;
    height: 2rem;
    border-color: transparent;
}

.input-content{
    border : 2px solid #6f42c1;
    border-radius: 4px;
    width: 100%;

}
#rechercher
{
    cursor: pointer;
}
#searchModal{
    background-color: rgba(62, 81, 151, 0.353);
}

#searchInput{
   background-color: transparent !important;

}
