.body--backgroundImage.body--maxRow-medium .nav, .body--backgroundImage .body--maxRow-small .nav {
    max-width: 100%;
}

.banniere .wiziBtn__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: flex-start;
}

@media (max-width: 719px) {
.header__content { background: white;} }