@media (max-width: 1367px) and (orientation:landscape) {
    .bloc_contact_link {
        padding: 0 25px 25px;
    }
}

@media (max-width: 1025px) {
    .front-home .gridster li a,
    .front-home .gridster li .gridster-inner {
        font-size: 1.6em;
    }
    #footer > div {
        margin-bottom: 15px;
    }
    .footer-container #footer {
        color: #1d1d1b;
        margin: auto 15px;
        /*border-top: 1px solid #1d1d1b;*/
        padding: 20px 0;
        display: block;
        /*padding-bottom: 80px;*/
        width: auto;
    }
    .footer-container #footer #social_block {
        position: relative;
        width: 100%;
        float: left;
    }
    .footer-4__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-4__inner > div:first-child {
        -ms-flex-positive: 2;
        -webkit-box-flex: 2;
        flex-grow: 2;
        margin-right: 20%;
        /*float: left;*/
    }
    .footer-container #footer #social_block ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .submenu {
        margin-right: 30px;
    }
    #bloc_right_header {
        right: 15px;
    }
    #bloc_menu {
        -ms-flex-positive: 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        padding-top: 0;
        margin: 0 0;
    }
    #bloc_logo {
        display: inline-block;
        vertical-align: top;
    }
    #bloc_menu {
        display: inline-block;
        width: 60%;
    }
    #header > .container {
        display: block;
    }
    #search_block_top .fa-times {
        right: 15px;
    }
    #header #search_block_top {
        display: none;
    }
    #product .pb-center-column {
        margin-top: 10px;
    }
    .bandeau_product .container {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .form-group .form-control,
    #order-opc .form-group .form-control {
        max-width: none;
        width: 100%;
        border: 1px solid black;
        box-shadow: none;
    }
    .form-group,
    #order-opc .form-group {
        margin-bottom: 10px;
    }
    #btn-submit-order-false {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cara_recette ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .caract_recipe {
        max-width: 25%;
    }
    .societe_kpz .slide_1_dors {
        margin-top: 15px;
    }
    .bloc_contact_link {
        padding: 0 25px 25px;
    }
    .faq-categories {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .faq-categories > li {
        min-width: 250px;
        width: 50%;
    }
    .faq-subcategories {
        margin-bottom: 20px;
    }
    .bandeau_product {
        height: 100px;
    }
    .bandeau_product span {
        font-size: 14px;
    }
    .bandeau_product span.price_tax_excl_for_catpro {
        font-size: 20px;
    }
}

@media (max-width: 769px) {
    * {}
    .mobile_hidden {
        display: none;
    }
    .footer-container .container {
        display: block;
        width: 100%;
    }
    header {
        padding-bottom: 25px;
    }
    .bloc_news {
        margin-bottom: 30px;
    }
    .list_art_blog {
        width: auto!important;
    }
    .block.grid-33.footer-rating-block {
        margin: 0;
    }
    .double-arrows {
        display: none;
    }
    div#current_lang {
        font-size: 16px;
    }
    #social_block ul li a:before {
        font-size: 20px;
        margin-right: 7px;
    }
    #social_block ul li:last-child a:before {
        margin-right: 0;
    }
    #header > .container {
        width: 100%;
        display: inline-block;
        padding: 0 15px;
    }
    #header > #search_block_top.container {
        display: none;
        margin: 0;
    }
    #search_block_top #search_query_top {
        font-size: 18px;
    }
    #bloc_right_header {
        position: absolute;
        float: right;
    }
    #search_block_top #searchbox {
        text-align: center;
    }
    /* Menu Mobile*/
    .show-nav #body-nav {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    #body-nav {
        box-shadow: none !important;
        z-index: 999999;
        -webkit-transition: all 300ms ease 0ms;
        transition: all 300ms ease 0ms;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 100%;
    }
    #body-nav {
        background: transparent;
        text-align: center;
        box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    }
    #body-nav > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
    }
    #body-nav ul li ul li {
        padding-left: 30px;
    }
    .hidden_mobile {
        display: none;
    }
    .show-nav .burger-x,
    .show-nav .burger-x:before,
    .show-nav .burger-x:after {
        /*background-color: #fff;*/
    }
    #body-nav.sub_body {
        position: relative;
        overflow: auto;
        top: 60px;
        background-color: white;
        color: black;
    }
    .kpz_video {
        height: auto;
    }
    #category-bottom__recall_phone {
        right: 15px;
    }
    .product_list .marketing_3 span {
        padding: 50px;
    }
    .zoomPad {
        width: 100%;
    }
    #product h1 {
        margin-top: 20px;
    }
    a.link_to_blog {
        font-size: 22px;
    }
    .layer_cart_product .button-container {
        border-bottom: none;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        top: 15px;
        position: relative;
    }
    #layer_cart .layer_cart_product {
        padding: 30px 0;
    }
    .cart_navigation {
        text-align: center;
    }
    .adresses_bloc .page-subheading {
        padding-top: 15px;
    }
    #order-detail-content {
        margin-top: 50px;
    }
    #sendOrderMessage .form-group {
        text-align: left;
    }
    #block-order-detail .info-order {
        margin-top: 15px;
    }
    .menu-account li a {
        font-size: 19px;
    }
    #addresses .btn--red-plain {
        font-size: 15px;
    }
    #address .form-group .form-control,
    #identity .form-group .form-control,
    #account-creation_form .form-group .form-control,
    #new_account_form .form-group .form-control,
    #opc_account_form .form-group .form-control,
    #authentication .form-group .form-control {
        max-width: none;
    }
    #identity .col-lg-9.padl30 {
        padding: 0;
    }
    .dev_dur img {
        height: auto;
    }
    .cms_society #cms_9 .content .slider_caption,
    .cms_society #cms_10 .content .slider_caption {
        width: 50%;
        overflow: auto;
        left: 40px;
    }
    .cms_society #cms_10 .content .slider_caption {
        margin-right: 0;
    }
    .cms_society #cms_9 .bx-pager,
    .cms_society #cms_10 .bx-pager {
        right: none;
    }
    .cms_society #cms_9 .content,
    .cms_society #cms_10 .content {
        width: auto;
    }
    #cms_10 .container {
        padding: 0;
    }
    .cms_society #cms_10 .content {
        right: 0;
        left: 30px;
    }
    #bloc-newsletter button {
        padding: 3px 5px;
    }
    .img-thumbnail {
        width: 50%;
    }
    #blog .blog__filters form {
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #blog .blog__post__content {
        height: 150px;
    }
    article .article_header .right_titre,
    span.label_recipe,
    span.info_recette,
    .article_header .link_back {
        font-size: 13px;
    }
    .foot_eq_hgt {
        min-height: 0;
    }
    .filters_mobile {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .filters_mobile .filters__feature {
        margin-top: 15px
    }
    .filters {
        display: none;
    }
    #blog iframe {
        width: 90vw;
        height: 50.625vw;
    }
    div#slider_blog {
        margin-bottom: 00px;
    }
    .bloc_slide_art {
        margin-top: 30px;
    }
    .toggle-nav {
        width: 20px;
    }
    .ac_results {
        /*display: block !important;*/
        width: 94% !important;
        left: 3% !important;
    }
    .ac_results li {
        font-size: 16px;
    }
    .bx-next {
        right: -10% !important;
    }
    .bloc_slide_art .title-mobile,
    .list_art_blog .title-mobile {
        text-transform: uppercase;
    }
    .bloc_slide_art .title-mobile .blog__post--title--title,
    .list_art_blog .title-mobile .blog__post--title--title {
        font-weight: 300;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0;
        margin-top: 10px;
    }
    .list_art_blog .title-mobile .blog__post--title--materiel {
        font-size: 16px;
        font-weight: 500;
    }
    .list_art_blog > div {
        margin-bottom: 0;
    }
    /*#body-nav ul li a, */
    .submenu-mobile li a {
        font-size: 18px;
        padding-left: 10px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-weight: 300;
        margin: 3px 0;
        display: block;
        text-align: left;
        height: auto;
        line-height: inherit;
        color: darkgrey;
        border-bottom: none;
        text-align: left;
    }
    #body-nav.sub_body {
        padding-top: 15px;
        border-bottom: 3px solid #e30613;
    }
    .submenu {
        padding-top: 10px;
    }
    .gridster > ul {
        margin-right: 0;
        margin-left: 0;
    }
    img.logo {
        height: 60px;
    }
    #bloc_menu,
    .menu > li a,
    .submenu li a {
        font-size: 90%;
        padding-top: 0px;
    }
    #homepage-slider .homeslider-description h2,
    #homepage-slider .homeslider-description {
        font-size: 60%;
    }
    .menu_right img {
        width: 25px!important;
    }
    .societe_kpz > div {
        min-height: 1px;
    }
    .societe_kpz h1 {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .societe_cont_bloc2 .societe_bloc_img {
        display: none!important;
    }
    .societe_cont_bloc2 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 750px) {
    footer .col-md-3 {
        width: 100%!important;
    }
    .menu_mobile div#sel_change_lang {
        position: relative;
        float: flex-start;
    }
    .menu_mobile div#sel_change_lang {
        background: none;
        border: 0;
        width: 40%;
        text-align: center;
        top: 0;
        margin: auto;
    }
    .menu_mobile div#sel_change_lang div a {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .menu_mobile_submenu > li:last-child {
        display: none !important;
    }
    .menu_mobile_submenu > li > a,
    #body-nav .hh_toggle .title {
        border-bottom: 1px solid black;
        /*margin-bottom: 15px;*/
        padding-bottom: 15px;
        padding-top: 15px;
        text-transform: uppercase;
        line-height: 1.1;
        font-weight: 300;
        font-size: 25px;
    }
    .menu_mobile_submenu > li > a {
        border-bottom: 0;
    }
    .menu_mobile > nav#body-nav {
        /*border: 1px solid red;*/
        height: auto;
        margin-top: 70px;
        height: calc( 100% - 70px);
        overflow: scroll;
    }
    .menu_mobile:before {
        content: '';
        width: 100%;
        z-index: 9999999;
        display: block;
    }
    .menu_mobile a.logo_home {
        z-index: 9999999;
        width: 100%;
        position: fixed;
        top: 2px;
        left: calc( (100% - 79px)/2);
    }
    .menu_mobile a.logo_home img {
        height: 57px;
    }
    .menu_mobile.hidden {
        visibility: visible!important;
        display: block!important;
        float: left;
    }
    .toggle-nav {
        position: relative;
        color: #070707;
        font-size: 20px;
        display: block;
        width: 25px;
        height: 30px;
    }
    .toggle-nav {
        z-index: 99999999999999;
    }
    .menu_mobile > a {
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .burger-x {
        position: absolute;
        top: 40px;
        left: 0;
        display: block;
        width: 100%;
        height: 4px;
        background-color: #070707;
        font-size: 0px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 225ms ease;
        transition: all 225ms ease;
        margin: 0 auto;
    }
    .burger-x:before {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }
    .burger-x:before,
    .burger-x:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #070707;
        content: '';
        -webkit-transition: all 225ms ease;
        transition: all 225ms ease;
    }
    .burger-x:after {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }
    .menufix .burger-x {
        top: 70%;
    }
    .menu_mobile div#current_lang {
        width: 100%;
        display: inline-block;
        color: #fff;
        text-align: left;
        padding: 15px;
        color: black;
        text-align: left;
        padding: 15px;
        margin-top: 20px;
    }
    div#bloc_menu {
        display: none;
    }
    div#bloc_logo {
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
    }
    #bloc_right_header {
        position: relative;
        float: right;
    }
}
