
body > header .middle {
    width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap;
}
body > header .middle p {
    margin: auto;
}
body > header .slogan {
    text-align: center;
}
body > header .middle p.logo-container img {
    max-width: 15rem;
}

body > header .fa {
    font-size: 3rem;
}

body > header a.button:link {
    padding: .4rem;
    font-size: 1rem;
}
body > header .right > div.tab-icons {
    width: 100%;
    justify-content: center;
}

body > header nav {
    order: 4;
}

body > header .topmenu {
    white-space: nowrap;
    flex-wrap: wrap;
}

body > footer {
    text-align: center;
}
body > footer .container > section {
    flex-basis: 100%;
    margin: 0 1.5rem;
}
body > footer .container nav {
    flex-basis: 100%;
}
body > footer .container > section {
    flex-wrap: wrap;
}

body > footer .container p {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    margin: 1rem 0;
}

main {
    flex-direction: column;
    max-width: 60rem;
    width: 100%;
}
main > .content,
main > .side {
    border: none;
    padding: 0 1.5rem;
    flex-basis: 100%;
}

.breadcrumb {
    padding: 0 1.5rem;
}

#phome,
#pheader_home_2,
.top-b {
    max-width: 100%;
}

.block-item > div {
    order: 2;
}
.block-item .aside {
    order: 1;
    width: 100%;
    flex-basis: 100%;
    margin: 1rem 0;
}
.block-item .aside a {
    display: block;
}
.last-qdn .block-item .aside img {
    max-height: 40rem;
    margin: O auto;
}

section.newsletter h1 {
    font-size: 2rem;
}
section.newsletter input[type="submit"] {
    width: 48rem;
    max-width: 100%;
    margin: .5rem auto;
}

section .pagination-pages {
    flex-wrap: wrap;
}
.pagination-pages-previous,
.pagination-pages-next {
    display: none;
}

.last-news .block-item header img {
    max-width: 100%;
}

.events .block-item .aside img {
    max-height: 7rem;
    width: auto;
    margin: 1rem auto;
}

.salon-online img {
    max-width: 100%;
}

.container-page .row {
    flex-direction: column;
}
.container-page .row .col-xl-3,
.vign-abo {
    width: 100%;
    max-width: inherit;
}

.last-products .block-item.border-bottom:nth-child(2n+1),
.last-products .block-item.border-bottom {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #d6d6d6;
}


.news-same-category {
    flex-direction: column;
}
.news-same-category .border-bottom {
    width: 100%;
}

.container-subscriptions {
    flex-wrap: wrap;
}
.container-subscriptions > div {
    width: 100% !important;
    margin: 2rem 0;
    padding-bottom: 4rem;
}
.container-subscriptions h3 {
    margin-bottom: 2.5rem;
}
.container-subscriptions .header {
    min-height: unset;
}
.container-subscriptions .button-container {
    min-height: unset;
}
.container-subscriptions a.button {
    margin-top: 2rem;
}
