.comparo_conteneur {
    width: 100%;
    border: 1px solid #eae9eb;
    padding: 7px;
    line-height: 1.3;
    display: inline-block;
    margin: 7px;
}

.comparo_image {
    width: 150px;
    border: 0;
    margin: 0 !important;
}

.comparo_titre {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.comparo_titre a {
    color: #222222;
    text-decoration: none;
}

.comparo_titre a:hover {
    cursor: pointer;
    color: #0063b3;
}

.liste_vendeurs {
    display:flex;
    justify-content:space-between;
    margin-top:5px;
}

.comparo_vendeurs {
    list-style: none;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 5px;
    margin: 0 !important;
}

.comparo_prix {
    list-style: none;
    margin: 0 !important;
}

.comparo_vendeurs li {
    margin-left: 0;
    line-height: 1.5 !important;
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}

.comparo_prix li {
    margin-left: 0;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.comparo_prix a {
    color: #0063b3;
    text-decoration: none;
    font-size: 15px;
}

.comparo_prix a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.comparo_prix a:visited {
    text-decoration: none;
}

.comparo_vendeurs a {
    color: #0063b3;
    text-decoration: none;
    font-size: 15px;
}

.comparo_vendeurs a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.comparo_vendeurs a:visited {
    text-decoration: none;
}

.comparo_firstresult a {
    font-weight: bold;
}
