#eccartrea {
    border-bottom: 1px solid #585353;
    color: #707070;
    font-family: 'Minion Pro';
    font-size: 20px;
    margin-top: 40px;
}

#eccartrea .ecreaitem {
    border-top: 1px solid #585353;
    padding: 7.5px;
}

.ecreaitem .title-grp {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ecreaitem .title-grp .lesigne {
    margin-left: auto;
}

.ecreaitem .lesigne svg {
    display: block;
    fill: #707070;
    width: 12px;
    height: 12px;
}

.ecreaitem:not(.opened) .lemoins {
    display: none;
}

.ecreaitem.opened .leplus {
    display: none;
}

.ecreaitem:not(.opened) .lecontent {
    display: none;
}

.ecreaitem .lecontent {
    padding: 15px 8px;
}

.ecreaitem .lecontent p:last-child {
    margin-bottom: 0;
}

.block-promo form {
    display: flex;
    justify-content: center;
}

.block-promo .promo-input {
    margin-right: 0;
    height: auto;
}

.block-promo .promo-input + button {
    border-radius: 0;
    font-size: 15px;
    margin-top: 0;
    margin-left: 0;
}