.crm-selected-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-height: 100px;
    max-height: 100px;
    border: 1px solid #20b64d;
    border-radius: 5px;
    padding: 0 10px;
    font-size: small;
    margin-bottom: 30px;
    &:hover {
        background-color: #ccc;
    }
}

.crm-default-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    margin: 5px 0;
    background-color: #198754 ;
    padding: 0 15px;
    color: #ffff;
    &:hover {
        background-color: #20b64d
    }
}

.crm-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-left: 15px;
}

.crm-espace-bottom{
    margin-bottom: 20px;
}

.crm-contenaire-form{
    border: 1px solid #20b64d;
    border-radius: 10px;
    padding: 40px;
    margin: 0 15px;
}

.crm-alignment-left{
    margin-left: 15px;
}

.crm-input-select-categorie{
    margin-right: 100px;
    margin-bottom: 15px;
}

.crm-input-border-sucess{
    border: 1px solid #20b64d;
}