/* PARTNERS  (max-width: 768px) */

.partners-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partners-image-container {
    width: 7%;
    align-items: center;
    padding: 0 20px;
}

.partners-image-container {
    filter: grayscale(100%) opacity(0.5);
    transition: filter .3s;
}

.partners-image-container:hover {
    filter: none;
}

.partners-view-index .page-products .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
}

.partner-center {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .partner-center {
        text-align: left;
    }
    .home-products {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px;
    }
    .partners-image-container {
        width: 20%;
    }
    .cms-home #partners {
        padding: 10px 0;
    }
    .devisinvite-index-index .column.main form {
        width: 100%;
        overflow-x: scroll;
    }
    .budget_data span {
        display: block;
    }
}

/* BRANDS */

.brands-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brands-item-info {
    width: 232px;
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 375px) {
    .brands-item-info {
        width: 125px;
        height: 175px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 425px) {
    .brands-item-info {
        width: 166px;
        height: 175px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.brands-index-index .page-title-wrapper {
    text-align: center;
    margin: 35 0 0 0;
}

.brands-view-index .toolbar .limiter {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .brands-view-index .page-products .products-grid .product-item {
        margin-left: 0 !important;
        margin-right: 16px !important;
        padding: 0;
    }

    .brands-view-index .page-products .products-grid .product-item:nth-child(5n) {
        margin-right: 0 !important;
    }
}


/* LOGIN PAGE MAIL */

.login-container .fieldset::after {
    margin-left: 0 !important;
}

.fieldset > .field:not(.choice) > .label {
    width: 100% !important;
}

.login-container .fieldset > .field > .control {
    width: 100% !important;
}

.customer-account-login .actions-toolbar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-left: 0 !important;
}

.customer-account-login .actions-toolbar::before, .customer-account-login .actions-toolbar::after {
    content: none;
}

.first-connection {
    width: 100%;
    display: flex;
    background: #edf1f3;
    border-radius: 4px;
    box-sizing: border-box;
    color:  #303030;
    margin-top: 30px;
    padding: 16px 24px 16px 16px;
}

.light-block {
    display: inline-flex;
    background: #edf1f3;
    border-radius: 4px;
    box-sizing: border-box;
    color:  #303030;
    padding: 12px 16px;
}
.light-block.blue{
    background: #007AC2;
    color:  #FEFEFE;
    font-weight: bold;
}
.light-block.blue a{
    text-decoration: underline;
}

.light-block > p {
    margin-bottom: 0;
}

.product-priceblock .light-block {
    max-width: 300px;
    margin-top: 24px;
}

#cadencier .light-block  {
    font-size: 12px;
}

.pourcent-price {
    margin-left: 8px;
    color: #007AC2;
}

/*---- Wish list ---- */

.devisinvite-index-index .column.main {
    width: 69% !important;
}

.devisinvite-index-index .sidebar-additional {
    width: 30% !important;
}

.formulaire-devis-invite-title {
    display: block;
    font-weight: 300;
    line-height: 20px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.devisinvite-index-index .action.save {
    width: 100% !important;
    padding: 12px 0 !important;
}

.devisinvite-index-index form h2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    color: #017AC3;
}

/** POUR ENLEVER LE BOUTON NOUVELLE ADRESSE DANS LA COMMANDE **/

.new-address-popup {
    display:none;
}


.surheader-left li {
    margin-left: 0;
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}

@media only screen and (max-width: 768px) {
    .surheader-left {
        display: none;
    }
}