h2, h3, h4, h5, h6 {
    font-family: 'Montserrat Alternates';
    text-transform: uppercase;
    font-weight: 600;
    color : #3f7335;
    line-height: 1;
}

.nav__itemlvl1 {
    font-family: 'Montserrat Alternates';
    text-transform: uppercase;
    font-weight: 600;
    color : #3f7335;
}

.ProdAccueil .prod__titleList {
    background: white;
    max-width: 1100px;
    margin: auto;
    padding: 1%;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(0,0,0,.05),0 5px 8px rgba(0,0,0,.05);
}

.emergency-bar__text h2, body.body .with-editorjs h2, body.body .wiziblocks__item h2 {
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 2%;
}

.ImgD.wiziblocks__item.width-medium {
    background: #3e7334;
    max-width: inherit !important;
    color: white;
    min-width: inherit !important;
}

.ImgD .wizi-wrapper.wizi-wrapper--imgtxt.wizi-imgtxt--reverse.wizi-wrapper--imglarge {
    max-width: 1400px;
    margin: auto;
}

h1, .prod-list__title, .prod-list__title, .title-page {
    text-transform: uppercase;
    font-size: 2.5rem !important;
}

nav.nav {
    background: white;
    max-width: 100%;
}

.Accueil h1 span {
    color: rgb(65 114 52);
    white-space: pre-wrap;
    border: solid;
    background: #fdcc02;
    padding: 1%;
    line-height: 2;
    font-weight : bold
}

.Bloc4Col.wiziblocks__item.width-large {
    max-width: 1700px !important;
}

body.body .Bloc4Col.wiziblocks__item h2 {
    font-size: 1.2rem;
    padding-bottom: 5%;
}

.Bloc4Col .wizi-img__content:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.05),0 5px 8px rgba(0,0,0,.05);
    background: white;
    transition: 0.3s ease-out;
    padding: 1%;
    text-align: center;
    border-radius : 5px
}

.Bloc4Col .wizi-img__content {
    transition: 0.3s ease-out;
}

.Bloc4Col .wizi-img__content * {
    text-align: center;
}

.ImgG .wizi-imgtxt__left.wizi-imgtxt__left--large:hover, .ImgD .wizi-imgtxt__right.wizi-imgtxt__right--large:hover, .Bloc4Col .wizi-img__content__wrapper:hover {
    transform: rotate(360deg);
    transition: 0.1s ease-out;
}

.ImgG .wizi-imgtxt__left.wizi-imgtxt__left--large, .ImgD .wizi-imgtxt__right.wizi-imgtxt__right--large, .Bloc4Col .wizi-img__content__wrapper {
    transition: 0.3s;
}

.wizi-wrapper.wizi-img--two-title-text .wizi-content {
    transition: 0.3s ease-out;
}

.wizi-wrapper.wizi-img--two-title-text .wizi-content:hover {
    padding: 1%;
    background: white;
    box-shadow: 0 10px 50px rgba(0,0,0,.05),0 5px 8px rgba(0,0,0,.05);
}

@media (min-width: 1024px) and (max-width: 1460px) {
    .header {
        padding: 0px;
    }
}
@media (max-width: 719px) { 
    .header__logo {    background: white;}
    }