:root {
    --orange-color: #eca967;
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1646px;
    }
}

.header-nav {
    position: relative;

    padding: 10px 0;

    box-shadow: 0 3px 6px #00000029;
}

.header-nav .container > .row {
    border-bottom: none;
}

.header-nav .header-title {
    font-size: 16px;
    font-style: italic;
    color: #999999;
}

/*.header-nav .tel_header, .header-nav .notre-magasin {
    margin: 0;
    display: flex;
    flex-flow: row;
    justify-content: end;
}*/

.header-nav .Nav2 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

.header-nav .tel_header, .header-nav .notre-magasin, .header-nav .notre-magasin a {
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    .header-nav .notre-magasin {
        display: none;
    }
}

.header-nav .tel_header svg, .header-nav .notre-magasin a svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #7F7F7F;
}

.header-nav .notre-magasin a svg {
    fill: #000000;
}

.header-nav .tel_header a, .header-nav .notre-magasin a {
    position: relative;
    color: #000000;

    font-style: italic;
    font-size: 26px;
    font-weight: normal;

    opacity: 0.5;
}

.header-nav .notre-magasin a {
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-style: italic;
}

#header {
    background-color: white;
    position: relative;
}

#header:not(.sticky) .header-top {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    #header .header-top {
        display: none !important;
    }

    #header + div, #header + section, #header + aside {
        margin-top: 0;
    }
}

#header:not(.sticky) .header-top > .container {
    width: 100%;
}

@media (min-width: 992px) {
    #_desktop_logo {
        width: 20%;
    }
}

#header:not(.sticky) .logo {
    max-height: 100px;
}

#header.sticky .logo {
    max-height: 65px;
}

.innovatory-search form#searchbox button[type=submit] {
    background-color: #333333;
    border-radius: 8px;
    text-transform: uppercase;
}

.innovatory-search form#searchbox input#search_query_top {
    border-radius: 9px;
}

.displayTop {
    gap: 40px;
    align-items: center;
    width: fit-content;
    margin-left: auto;
}

#_desktop_user_info .account-icon {
    display: flex;
    flex-flow: row;
}

#_desktop_user_info .account-icon svg {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

#_desktop_user_info .account-icon .info {
    display: flex;
    flex-flow: column;
}

#_desktop_user_info .account-icon .info .my-account {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
}

#_desktop_user_info .account-icon .info .actions {
    font-size: 14px;
    color: #333333;

    display: flex;
    flex-flow: row;
    margin: 0;
    align-items: center;
}

#_desktop_user_info .account-icon .info .actions a {
    font-size: 14px !important;
    color: #333333;
    padding: 0 !important;
    line-height: 18px;
}

#_desktop_user_info .account-icon .info .actions a.connect {
    padding-right: 5px !important;
}

#_desktop_user_info .account-icon .info .actions a.signup {
    padding-left: 5px !important;
}

#_desktop_wishtlistTop .cart-wishlist-number {
    background-color: white;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border: 1px solid #0000008C;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    right: -9px;
    padding-left: 1px;
}

#_desktop_wishtlistTop {
    width: 42px;
    height: 38px;
}

#_desktop_wishtlistTop .icon {
    width: 100%;
    height: 100%;
}

#_desktop_wishtlistTop svg {
    min-width: 42px;
    min-height: 38px;
}

#_desktop_cart {
    display: flex;
    flex-flow: row;
    gap: 14px;
    width: 100%;
    min-width: 187px;
}

#_desktop_cart .cart-content-right {
    display: none;
}

#_desktop_cart .blockcart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header .innovatory-cart a.cart {
    display: flex;
    gap: 14px;
    text-align: left;
}

#header .innovatory-cart .cart > span.icon.cart_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .innovatory-cart .cart > span.icon.cart_icon svg {
    height: 36px;
    width: 39px;
}

#_desktop_cart .cart-info .cart-title {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

#_desktop_cart .cart-info .cart-product-count {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

#_desktop_vegamenu {
    padding-right: 0;
}

.full-nav {
    margin: 0;
    padding: 0;
}

.full-nav > .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.full-nav .container_it_vegamenu {
    background-color: #333333;
    border-radius: 0;
    position: relative;
    height: 47px;
    padding-left: 130px;
}

.full-nav > .container > .col-lg-9 {
    border-top: 1px solid #7070704d;
    border-bottom: 1px solid #7070704d;
    position: relative;
    padding: 0;
}

#header .it-menu-horizontal .menu-content > li.level-1 > a {
    color: #333333;
}

#header .innovatory-cart .cart_block .cart-buttons a {
    background-color: #333333;
}

#header .innovatory-cart .cart_block .cart-buttons a:hover {
    background-color: #333333;
    color: white;
}

/* Menu vertical */

@media screen and (min-width: 1051px) {

    #header + div, #header + section, #header + aside {
        margin-top: 0;
    }

    #_mobile_wishtlistTop {
        display: none;
    }

    .full-nav .it-menu-vertical .menu-vertical {
        border: none;
        top: 45px;
    }

    .full-nav .it-menu-vertical .menu-vertical .menu-content {
        background-color: #333333;
    }

    .full-nav .it-menu-vertical .menu-vertical .menu-content .level-1 {
        background-color: #333333;
    }

    .full-nav .it-menu-vertical .menu-vertical .menu-content .level-1:hover {
        background-color: white;
    }

    .full-nav .it-menu-vertical .menu-vertical .menu-content .level-1:hover a span {
        color: var(--orange-color);
        font-weight: 700;
    }

    .it-menu-vertical li.level-1.parent > a::before {
        display: none;
    }

    .full-nav .it-menu-vertical .menu-vertical .menu-content .level-1 a {
        border: none !important;
    }

    .full-nav .it-menu-vertical .menu-vertical .menu-content .level-1 > a span {
        color: white;
        text-transform: uppercase;
    }

    .it-menu-vertical ul li.level-1:hover > .menu-dropdown {
        background-color: white;
        border: 2px solid #684e88;
        padding: 0;
    }

    .it-menu-vertical .menu-dropdown a, .it-menu-vertical .menu-dropdown a:hover {
        color: white;
    }

    #header .it-menu-vertical ul li.level-1 li.item-header a {
        color: #684e88;
        font-weight: 700;
        padding: 7px 0;
        font-size: 13px;
    }

    .it-menu-vertical .menu-dropdown a, .it-menu-vertical .menu-dropdown .menu-item {
        height: 45px;
    }

    .menu-content .level-1 .level-2 {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }
}

#_mobile_customer_info {
    display: none;
}

@media screen and (max-width: 1050px) {

    #_desktop_wishtlistTop {
        display: none;
    }

    .mobile-menu-meta .tel_header {
        justify-content: start;
        align-items: center;
        padding: 18px 0 0 2px;
    }

    .mobile-menu-meta .tel_header svg {
        width: 16px;
        height: 16px;
        fill: #333333;
    }

    .mobile-menu-meta .tel_header a {
        font-size: 16px;
        color: #333333;
    }

    .mobile-menu-meta > .container:nth-child(1) > .row:nth-child(1) > .col-xs-6:nth-child(2) {
        display: flex;
        flex-flow: row nowrap;
        justify-content: end;
        gap: 18px;
    }

    #_desktop_user_info {
        display: none;
    }

    #_mobile_customer_info {
        width: 29px;
        height: 29px;
        display: block;
        padding: 20px 0 0 0;
    }

    #_mobile_customer_info a {
        display: block;
        width: 29px;
        height: 29px;
    }

    #_mobile_customer_info a svg {
        width: 29px;
        height: 29px;
    }

    #_mobile_wishtlistTop {
        width: fit-content;
        padding: 20px 0 0 0;
    }

    #_mobile_wishtlistTop .innovatorywishtlistTop {
        width: fit-content;
    }

    #_mobile_wishtlistTop .wishtlist_top {
        width: fit-content;
    }

    #_mobile_wishtlistTop .icon {
        width: 29px;
    }

    #_mobile_wishtlistTop .icon svg {
        min-width: 29px;
        height: 29px;
    }

    #_mobile_wishtlistTop .wishtlist_top .text {
        display: none !important;
    }

    #_mobile_wishtlistTop .cart-wishlist-number {
        position: absolute;
        background-color: white;
        border: 1px solid #0000008C;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        color: #333333;
        line-height: 14px;
        top: -3px;
        right: -7px;
    }

    #header .header-nav .top-logo a img {
        width: 157px;
        min-width: 157px;
        height: 62px;
        min-height: 62px;
    }

    .mobile-menu-meta > .container:nth-child(1) {
        height: 60px;
        border-bottom: 1px solid #707070;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .mobile-menu-meta > .container:nth-child(2) {
        height: 75px;
    }

    #_mobile_cart .icon.cart_icon {
        width: 28px !important;
        height: 30px !important;
    }

    #_mobile_cart .cart .cart-info {
        display: none;
    }

    #_mobile_cart .cart-content-right {
        display: none;
    }

    #header .mobile-search-bar {
        background-color: #333333;
        padding: 18px 0;
    }

    #header #search_widget #search_query_top {
        height: 36px;
        border-radius: 9px;
        border: none;
    }

    #header #search_widget #search_query_top::placeholder {
        opacity: 0.5;
        font-family: Montserrat;
        font-size: 10px;
    }

    .search-widget form button[type="submit"] {
        font-family: Montserrat;
        font-size: 12px;
        padding: 0 15px;
        line-height: 0;
        height: 36px;
    }

    .search-widget form button[type="submit"] i {
        display: none;
    }

    #header .header-nav #menu-icon {
        color: #333333;
    }

    #mobile_top_menu_wrapper .close-sidebar {
        color: #333333;
        position: absolute;
        right: 0;
    }

    #mobile_top_menu_wrapper .close-sidebar i {
        font-weight: bolder;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom {
        margin-top: 36px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #header #mobile_top_menu_wrapper .menu-tit {
        padding-left: 0;

        border-top: 1px solid #e2e2e2;
        border-color: #33333380;
        color: #333333;
    }

    #header .it-menu-horizontal ul li.level-1 > a {
        padding-left: 0;
        color: #333333;
    }

    .it-menu-horizontal li.level-1 {
        border-color: #33333380;
        color: #333333;
    }

    #header #mobile_top_menu_wrapper .title-menu {
        padding-left: 0;
        border-color: #33333380;
        color: #333333;
    }

    #header .it-menu-horizontal .menu-content > li.level-1 > a {
        color: #333333;
    }

    #header .it-menu-vertical ul li.level-1 > a {
        color: #333333;
    }
}

/* Footer */

#footer .innovatoryFooter-top, #footer .innovatoryFooter-center, #footer .innovatoryFooter-bottom {
    background-color: #333333;
}

@media screen and (min-width: 1200px) {
    .innovatoryFooter-top .container .block_newsletter {
        width: 50%;
        min-width: 600px;
    }

    .innovatoryFooter-top .container {
        display: flex;
        flex-flow: row nowrap;
        gap: 60px;
    }

    .innovatoryFooter-top .container .block_newsletter .news-blocks .innovatoryForm {
        margin: 0;
        max-width: 655px;
        width: 100%;
        height: 44px;
    }
}

@media screen and (max-width: 1200px) {
    .innovatoryFooter-top .container {
        gap: 0 !important;
    }

    .innovatoryFooter-top .container {
        display: flex;
        flex-flow: row wrap;
        gap: 60px;
        padding-top: 10px !important;
    }

    .innovatoryFooter-top .container .block_newsletter, .innovatoryFooter-top .container .innovatorySocial {
        width: 100%;
        min-width: 100%;
    }

    .innovatoryFooter-top .container .block_newsletter .news-blocks .title-block {
        padding-left: 15px !important;
    }

    .innovatoryFooter-top .container .block_newsletter .news-blocks .title-block .title-text p {
        font-size: 10px !important;
    }

    .innovatoryFooter-top .container .block_newsletter .news-blocks .innovatoryForm {
        max-width: 100%;
        width: 100%;
    }

    .innovatoryFooter-top .innovatorySocial .social-title {
        font-size: 12px !important;
    }
}

.innovatoryFooter-top .container .block_newsletter .news-blocks {
    flex-flow: row wrap;
    gap: 20px;
}

.innovatoryFooter-top .container .block_newsletter .news-blocks .title-block {
    width: 100%;
    padding: 0;
}

.innovatoryFooter-top .container .block_newsletter .news-blocks .title-block .title-text {
    background-image: none;
    padding: 0;
}

.innovatoryFooter-top .container .block_newsletter .news-blocks .title-block .title-text p {
    font-size: 18px;
    color: white;
    padding: 0;
}

.innovatoryFooter-top .container .block_newsletter form input[type="text"] {
    height: 44px;
    border-radius: 12px;
}

.innovatoryFooter-top .container .block_newsletter form input::placeholder {
    color: #333333;
    opacity: 0.5;
}

.innovatoryFooter-top .container .block_newsletter .news-blocks .innovatoryForm .btn.btn-primary {
    background-color: #f7b602;
    border-radius: 12px;
    height: 44px;
    font-weight: bold;
}

.innovatoryFooter-top .container .innovatorySocial {
    width: 50%;
    min-width: 480px;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .innovatoryFooter-top .innovatorySocial {
        padding-left: 15px !important;
    }
}

.innovatoryFooter-top .innovatorySocial .social-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;

    text-transform: uppercase;

    color: white;
}

.innovatoryFooter-top .innovatorySocial .innovatory-media-body {
    width: 100%;
    height: 100%;
}

.innovatoryFooter-top .innovatorySocial .innovatory-facebook {
    width: 28px;
    height: 28px;
}

.innovatoryFooter-top .innovatorySocial .innovatory-facebook a {
    background-color: white;
    position: relative;
}

.innovatoryFooter-top .innovatorySocial .innovatory-facebook .fa-facebook {
    color: #333333;
    font-size: 35px;
}

.innovatoryFooter-top .innovatorySocial .innovatory-facebook .fa-facebook::before {
    position: absolute;
    top: 9px;
    right: 9px;
}

.innovatoryFooter-top .innovatorySocial ul li.innovatory-facebook a:hover {
    background-color: white;
}

.innovatoryFooter-center p,
.innovatoryFooter-center a,
.innovatoryFooter-center h2,
.innovatoryFooter-center .h2,
.innovatoryFooter-center h3,
.innovatoryFooter-center .h3,
.innovatoryFooter-center i {
    color: white !important;
}

.innovatoryFooter-center h3 {
    text-transform: initial !important;
}

.container:has(.expeditionInter) {
    padding: 0 0 20px 0;
}

.container .expeditionInter {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    text-decoration: underline;
    line-height: 23px;
}

@media only screen and (max-width: 767px) {
    .innovatoryFooter-bottom .container {
        justify-content: center;
        gap: 5px;
    }

    .innovatoryFooter-bottom .container p, .innovatoryFooter-bottom .container p a {
        color: white;
    }
}

@media screen and (min-width: 992px) {
    .innovatoryFooter-bottom .container {
        justify-content: center;
        gap: 5px;
    }

    .innovatoryFooter-bottom .container p, .innovatoryFooter-bottom .container p a {
        color: white;
    }
}

/* Catégorie */

.block-category h1.h1 {
    color: var(--orange-color) !important;
    font-size: 20px;
    font-weight: bold;
}

.block-category #category-description p span {
    font-size: 15px;
}

.products-selection {
    background-color: #FBFFFF;
    max-height: 141px;
}

.innovatoryGridList li#grid a {
    filter: invert(45%) sepia(57%) saturate(312%) hue-rotate(224deg) brightness(89%) contrast(90%);
}

.innovatoryGridList li#list a {
    filter: invert(45%) sepia(57%) saturate(312%) hue-rotate(224deg) brightness(89%) contrast(90%);
    opacity: 0.5;
}

.innovatoryGridList li#list a:hover {
    opacity: 1;
}

.products-selection .total-products p {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.products-selection .sort-by {
    color: #333333;
    opacity: 0.5;
}

.products-sort-order .select-title {
    color: #333333 !important;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .innovatoryProductGrid .item-inner, .innovatoryProductGrid .item {
        min-height: 290px;
        max-height: 290px;
    }

    .innovatoryProductGrid .innovatoryProduct-image {
        max-height: 127px;
        min-height: 127px;
    }

    #products img {
        max-height: 127px;
        object-fit: contain;
    }
}

/*.innovatoryProductGrid .innovatoryProduct-image {
    max-height: 280px;
    min-height: 280px;
}*/

/* Filtre de recherche */

#search_filters > p:first-child {
    display: none;
}

#search_filters .facet {
    border: none;
}

#search_filters .facet .facet-title {
    background-color: white;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}

#search_filters .facet .facet-label {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
}

#search_filters .facet .facet-label a {
    color: #333333;
    font-size: 18px;
}

#search_filters .facet ul li {
    padding: 20px 0 !important;
}

#search_filters .facet ul li .custom-checkbox {
    position: relative !important;
    top: 0 !important;
}

#search_filters_wrapper .custom-checkbox input[type=checkbox] + span {
    border-radius: 3px;
    width: 13px;
    border-color: #70707082;
    height: 13px;
}

#search_filters .facet .facet-label .color {
    width: 25px;
    height: 25px;
}

#search_filters .facet .facet-label .magnitude {
    display: none;
}

#search_filters .facet ul.collapse {
    border: 1px solid rgba(112, 112, 112, 0.36);
}

#search_filters .facet ul.collapse li:has(div.facet-dropdown) {
    display: inline-block;
    width: 100%;
}

#search_filters .faceted-slider p {
    font-size: 18px;
    color: #333333;
}

#search_filters .ui-widget-header {
    background-color: #333333;
}

#search_filters .ui-slider .ui-slider-handle {
    background-color: #333333;
    border-color: #333333;
}

#category #search_filter_toggler {
    background-color: #333333;
}

@media screen and (max-width: 991px) {
    #category #left-column #search_filters .facet .title {
        background-color: transparent;
        display: flex !important;
    }

    #category #left-column #search_filters .facet ul li {
        padding: 20px 10px !important;
    }

    #category #left-column #search_filter_controls button {
        background-color: #333333;
    }
}

/* Miniature de produit */
.innovatoryProductGrid article.product-miniature .innovatoryProduct-container {
    min-height: 466px;
    max-height: 466px;
    display: flex;
    flex-flow: column nowrap;
}

.innovatoryProductList .innovatoryCart button,
.innovatoryProductGrid .innovatoryItem .cart-btn,
.innovatoryProductList .innovatoryItem .cart-btn,
.innovatoryProductGrid .innovatoryItem .quick-view,
.innovatoryProductList .innovatoryItem .quick-view,
.innovatoryProductGrid .innovatoryItem .addToWishlist,
.innovatoryProductList .innovatoryItem .addToWishlist {
    background-color: var(--orange-color);
}

.innovatoryProductList .innovatoryCart button:hover,
.innovatoryProductGrid .innovatoryItem .cart-btn:hover,
.innovatoryProductList .innovatoryItem .cart-btn:hover,
.innovatoryProductGrid .innovatoryItem .quick-view:hover,
.innovatoryProductList .innovatoryItem .quick-view:hover,
.innovatoryProductGrid .innovatoryItem .addToWishlist:hover,
.innovatoryProductList .innovatoryItem .addToWishlist:hover {
    background-color: #c99965;
    border-color: #c99965;
}

.innovatoryProductGrid .innovatoryNew-label {
    left: -100%;
    width: fit-content;
    background-color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.innovatoryProductGrid .innovatoryProduct-container:hover .innovatoryNew-label {
    left: 0;
}

.innovatoryProductGrid .innovatoryNew-label.label-ok {
    color: #333333 !important;
}

.innovatoryProductGrid .innovatoryNew-label.label-not-ok {
    color: #FF7777 !important;
}

.innovatoryProductGrid .innovatory-product-description {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    flex: 1 1 auto;
}

.innovatoryProductList .innovatory-product-description {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    flex: 1 1 auto;
}

.innovatoryProductGrid .innovatory-product-description h2.productName a {
    font-size: 16px !important;
    color: black !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    white-space: normal !important;
}

.innovatoryProductList .innovatory-product-description h2.innovatory-product-title a {
    font-size: 22px !important;
    color: black !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    white-space: normal !important;
}

.innovatoryProductGrid .innovatory-product-description .product_description {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 17px;
    color: black;
}

.innovatoryProductList .innovatory-product-description .product_description {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 17px;
    color: black;
    margin: 25px 0;
}

.product_out_of_stock {
    width: 12px;
    height: 12px;
    background-color: #FF7777;
    border-radius: 50%;
    margin-left: 10px;
}

.product_quantity_ok {
    width: 12px;
    height: 12px;
    background-color: #94C11F;
    border-radius: 50%;
    margin-left: 10px;
}

.page-list li a.disabled {
    background-color: var(--orange-color) !important;
    border-radius: 5px;
}

.page-list li {
    margin: 0 5px !important;
}

.page-list li a {
    width: 28px !important;
    height: 28px !important;
    line-height: 26px !important;
}

.page-list li a:hover {
    background-color: white !important;
    color: initial !important;
}

@media screen and (max-width: 991px) {
    .subpage .innovatoryProductGrid .productName {
        min-height: 67px;
        max-height: 67px;
    }

    .subpage .innovatoryProductGrid .productName a {
        text-overflow: ellipsis;
        max-height: 57px;
        overflow: hidden;
        white-space: nowrap;
    }

    article.product-miniature .innovatoryProduct-container {
        min-height: 274px !important;
        max-height: 274px !important;

        display: flex;
    }

    article.product-miniature .innovatoryProduct-container .productlist-left {
        width: 50% !important;
    }

    article.product-miniature .innovatoryProduct-container .productlist-right {
        width: 50% !important;
    }

    .innovatoryProductList .innovatory-product-description h2.innovatory-product-title a {
        font-size: 15px !important;
    }

    .innovatoryProductList .price {
        font-size: 20px;
    }

    .innovatoryProductList .innovatory-product-description .actions {
        display: flex;
    }

    .innovatory-product-description h2.productName a {
        font-size: 14px !important;
    }

    .innovatory-product-description .product_description {
        display: none;
    }

    .innovatoryProductGrid .innovatoryNew-label.label-ok {
        display: none;
    }

    .innovatoryProductGrid .innovatoryNew-label.label-not-ok {
        display: none;
    }
}

/* breadcrumb */

#wrapper .breadcrumb li:after {
    display: none;
}

#wrapper .breadcrumb li a {
    color: #333333;
    opacity: .6;
}

#wrapper .breadcrumb li:last-child a {
    color: #333333;
    opacity: 1;
    font-weight: 600;
}

.innovatoryBreadcrumb {
    background-color: transparent !important;
}

.innovatoryBreadcrumb > .container {
    padding-left: 0;
}

.breadcrumb ol li:first-child a svg {
    fill: #333333;
    opacity: .6;
    height: 22px;
    width: 20px;
}

.breadcrumb ol li:before {
    content: ">";
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    left: -6px;
    opacity: .6;
}

/* Modal */

#blockcart-modal .modal-header {
    background-color: #333333;
    color: white;
}

.btn-primary,
.btn-secondary,
.cart-grid-body > .label {
    background-color: #333333;
    color: white;
}

.btn-primary:hover,
.btn-secondary:hover,
.cart-grid-body > .label:hover {
    background-color: #333333 !important;
    color: white;
}

/* Panier */
.page-cart #wrapper {
    margin-top: 50px;
}

/* Laurent */

#main > div.tabs.innovatoryTabs > div.nav.nav-tabs > ul > li:nth-child(2) {
    display: none;
}

#main > div.tabs.innovatoryTabs > div.nav.nav-tabs > ul > li:nth-child(3) > a {
    display: none;
}

.tabs .nav-tabs {
    border-top: 0;
    border-bottom: 0;
    height: 50px;
    text-align: left;
}

#search_filters, #search_filters_brands, #search_filters_suppliers, .block-categories {
    box-shadow: 0 0 0;
    margin-bottom: 20px;
    padding: 15px;
    margin-top: 75px;
}

.innovatory-media-body {
    overflow: hidden;
    margin-top: 30px;
}

.tabs.innovatoryTabs .nav-link.active {
    color: #333333;
}

@media screen and (max-width: 945px) {

    .tabs.innovatoryTabs {
        border: 1px solid #7070704D;
        padding: 0 10px 5px 10px !important;
        margin-top: 5px !important;
    }

    .tabs.innovatoryTabs .nav.nav-tabs ul {
        justify-content: center;
    }

    .tabs.innovatoryTabs .nav-link.active {
        color: black;
        text-align: center;
    }
}

/* Wishlist */

#module-blockwishlist-mywishlist #wrapper {
    margin-top: 50px;
}

.sec-heading h3:before, .title_block h3 span:before {
    border-color: #333333;
}

#module-blockwishlist-mywishlist .alert {
    margin-bottom: 15px !important;
}

/* Mon compte */

.page-identity #wrapper,
.page-addresses #wrapper,
.page-history #wrapper,
.page-order-slip #wrapper,
.page-my-account #wrapper {
    margin-top: 50px;
}

/* Page produit */

#product h1.h1 {
    font: normal normal bold 18px/35px Montserrat;
    color: #333333;
    text-transform: none;
    margin: 0;
}

#product .innovatoryNextPrev {
    display: none;
}

#product .product-prices {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

#product .product-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

#product .product-brand h2 {
    font: normal bold normal 15px/35px Montserrat;
    color: var(--orange-color);
}

#product .product-brand img.manufacturer-logo {
    max-height: 50px;
    width: auto;
    border: 0;
    padding: 0;
}

#product .product-description-short p, #product .product-description-short {
    font: normal normal normal 14px/20px Montserrat;
    color: #000000;
    margin: 0;
}

#product .product-description-short a {
    text-decoration: underline;
    font: normal normal normal 14px/20px Montserrat;
    color: var(--orange-color);
    margin-left: 5px;
}

#product .info-product {
    display: flex;
    max-width: 400px;
    padding: 20px 0;
    border-bottom: 1px solid #7070704D;
}

#product .info-product .label_ref {
    font: normal normal bold 18px/35px Montserrat;
    color: #333333;
}

#product .info-product .ref {
    font: normal normal normal 18px/35px Montserrat;
    color: var(--orange-color);
    margin-left: 15px;
}

#product .info-product .in-stock {
    font: normal normal bold 18px/35px Montserrat;
    color: #333333;
    margin-left: auto;
}

#product .info-product .out-stock {
    font: normal normal bold 18px/35px Montserrat;
    color: #FF7070;
    margin-left: auto;
}

#product .current-price span, .quickview .current-price span {
    font: normal normal bold 25px/56px Montserrat;
    color: var(--orange-color);
}

#product .tax-shipping-delivery-label {
    font: normal normal bold 25px/56px Montserrat;
    color: var(--orange-color);
}

#product .product-quantity #quantity_wanted {
    height: 40px;
    width: 40px;
    margin-left: 40px;
    font: normal normal normal 15px/35px Montserrat;
    color: var(--orange-color);
    border-left: 0;
    border-right: 0;
}

#product .product-quantity .input-group-btn-vertical .btn {
    height: 40px;
    width: 40px;
}

#product .product-quantity .qty {
    width: 120px;
    margin-right: 0;
}

#product button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-radius: 0 20px 20px 0;
    border-left: 0;
}

#product button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    border-radius: 20px 0 0 20px;
    border-right: 0;
}

#product .product-add-to-cart span.control-label {
    font: normal normal normal 15px/35px Montserrat;
    color: #333333;
}

#product .product-discounts {
    margin-bottom: 0;
}

#product .product-actions .add-to-cart {
    font: normal normal normal 15px/35px Montserrat;
    color: #FFFFFF;
    padding: 10px 28px;
    background: #333333 0 0 no-repeat padding-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 190px;
}

#product .product-actions .add-to-cart:hover {
    color: #333333;
    border: 2px solid #333333;
    border-radius: 20px;
}

#product .product-add-to-cart .product-quantity {
    width: 100%;
}

#product .btn.btn-primary#wishlist_button {
    border-radius: 20px;
    background-color: var(--orange-color);
    margin-left: 0;
    text-transform: initial;
}

#product .btn.btn-primary#wishlist_button:hover {
    background-color: var(--orange-color);
}

@media screen and (max-width: 945px) {
    #product .btn.btn-primary#wishlist_button {
        margin-left: 0;
        margin-top: 15px;
    }
}

#product .reassurance {
    display: flex;
    gap: 5%;
    padding: 40px 0;
    border-bottom: 1px solid #7070704D;
    border-top: 1px solid #7070704D;
}

#product .reassurance > div {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

#product .reassurance > div > p:nth-child(2) {
    font: normal normal bold 14px/17px Montserrat;
    color: #000000;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    min-height: 34px;
}

#product .reassurance > div > p:nth-child(3) {
    font: normal normal normal 12px/13px Montserrat;
    color: #000000;
    opacity: 0.7;
    margin: 0;
    text-align: center;
}

#product .reassurance .icon {
    max-height: 50px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

#product .reassurance .icon_label {
    max-height: 25px;
    margin: 0 auto;
    display: block;
}

#product .ortho_fidelite {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    margin: 16px 0;
    gap: 10px;
}

#product .ortho_fidelite .logo img{
    min-width: 109px;
    height: 102px;
}

#product .ortho_fidelite .text p {
    color: black;
    font-size: 14px;
    line-height: 20px;
}

#product .ortho_fidelite .text p span {
    color: var(--orange-color);
    font-weight: 700;
}

.innovatoryProductGrid button.owl-prev,
.innovatoryProductGrid button.owl-next {
    background-color: #333333 !important;
    border: none !important;
}

#product .innovatoryTabs .nav-item {
    margin: 0 !important;
}

#product .innovatoryTabs .tab-content {
    border: none !important;
    padding: 0 !important;
}

#product .tabs .product-description p {
    text-indent: 0 !important;
    color: black !important;
}

#product .innovatorySocial-sharing {
    display: flex;
    align-items: center;
}

#product .innovatorySocial-sharing .labeTitle {
    margin-right: 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

#product .innovatorySocial-sharing .innovatoryfacebook {
    width: 50px;
    height: 50px;
}

#product .innovatorySocial-sharing li.innovatoryfacebook a {
    background-color: #333333;
    width: 50px;
    height: 50px;
}

#product .innovatorySocial-sharing li.innovatoryfacebook a i {
    font-size: 45px;
    margin-top: 10px;
}

@media screen and (min-width: 945px) {
    #product .share_mobile {
        display: none;
    }
}

@media screen and (max-width: 945px) {
    #product h1.h1 {
        margin-top: 35px;
    }

    #product .share_mobile .innovatorySocial-sharing {
        flex-flow: column;
        align-items: baseline;
        gap: 15px;
        border-top: 1px solid #7070704D;
        border-bottom: 1px solid #7070704D;
        padding: 10px 0 15px 0;
    }

    #product .share_mobile .innovatorySocial-sharing .labeTitle {
        width: 100%;
        margin-right: 0;
    }

    #product .innovatoryProduct .col-md-6.col-xl-5 .innovatorySocial-sharing {
        display: none !important;
    }
}

/* Réassurance Footer */

.reassurance_footer {
    display: flex;
    flex-flow: row wrap;
    border-top: 1px solid #333333;
    padding: 50px 20px 50px 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.reassurance_footer img {
    width: 250px;
    object-fit: contain;
    max-height: 54px;
    min-height: 54px;
    margin-bottom: 50px;
}

.reassurance_footer .camion {
    width: 54px;
}

.reassurance_footer p.reassurance_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: black;
    text-align: center;
    height: 14px;
    margin-bottom: 30px;
}

.reassurance_footer p {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

@media screen and (max-width: 945px) {
    .reassurance_footer > div {
        width: 50%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        max-height: 128px;
        padding: 0 10px 0 10px;
        margin-bottom: 20px;
    }

    .reassurance_footer img {
        margin-bottom: 10px;
    }

    .reassurance_footer p.reassurance_title {
        font-size: 9px;
        line-height: 13px;
        margin-bottom: 10px;
        height: 26px;
    }

    .reassurance_footer p {
        font-size: 8px;
        color: black;
        line-height: 10px;
    }

    .reassurance_footer .camion {
        width: 24px;
        height: 24px;
    }
}

@media screen and (min-width: 946px) {
    .reassurance_footer > div {
        width: 25%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        max-height: 300px;
        padding: 0 20px 0 20px;
    }
}

@media screen and (max-width: 945px) {
    .reassurance.desktop {
        display: none !important;
    }

    #product .ortho_fidelite {
        flex-flow: column nowrap;
        align-items: center;
        border-bottom: 1px solid #7070704D;
    }

    #product .ortho_fidelite .text p {
        text-align: center;
    }
}

@media screen and (min-width: 946px) {
}

.mypresta_scrollup {
    background-color: #333333;
}

.nivo-directionNav > a {
    background: var(--orange-color)!important;
    border-radius: 100%!important;
}

.nivo-directionNav > a.nivo-prevNav {
    padding-right: 4px!important;
}

.nivo-directionNav > a.nivo-nextNav {
    padding-left: 4px!important;
}

.innovatoryProductFilter .sec-heading {
    display: none;
}

.innovatoryProductFilter .nav.nav-tabs.innovatory-tab {
    padding-bottom: 8px;
}

.it_tab .innovatory-tab li a {
    font: normal normal bold 25px/30px Montserrat;
    color: #333333 !important;
    text-transform: uppercase;
}

@media screen and (max-width: 996px) {
    .top-banner-sec .col-md-12 .col-md-4 {
        margin-bottom: 10px;
    }
}

.top-banner-sec {
    margin-bottom: 30px;
}

.top-banner-sec .banner-col img {
    width: 100%;
}

#header .innovatory-cart .cart_block .products, .it-menu-vertical ul li.level-1 ul li.item-header a, #header .it-menu-vertical ul li.level-1 li.item-header a, #header .it-menu-horizontal ul li.level-1 ul li.item-header a, #header .it-menu-vertical ul li.level-1 > a, #blockcart-modal .divide-right, .cart-grid-body .cart-items .cart-item:not(:last-child), #left-column .itcolumn .item-inner:not(:last-child) .innovatory-thumbnail-container > .no-margin, #left-column .itcolumn .owl-item .item:not(:last-child), .owlProductFilter-It-featured-prod-column .item:not(:last-child), .owlProductFilter-It-Specials-prod-column .item:not(:last-child), .owlProductFilter-It-bestseller-prod-column .item:not(:last-child), #category #left-column #search_filters .facet ul li:not(:last-child), .title_block, .sec-heading, .it_tab {
    border-bottom-color : #333333!important;
}

.page-cms .sec-heading h1 {
    font-size: 26px;
    text-align: center;
    padding-top: 25px;
}

body.cms-id-2 .page-content.page-cms-2{
    margin-top: 50px;
}

.page-content.page-cms-2 h2 {
    font: normal normal bold 20px/35px Montserrat;
    color: #333333;
}

.page-content.page-cms-2 h3 {
    font: normal normal 600 18px/35px Montserrat;
    color: var(--orange-color);
    margin: 50px 0 20px;

}

.page-content.page-cms-2 p {
    font: normal normal normal 14px/18px Montserrat;
    color: #333333;
}

.page-content.page-cms-2 a {
    font: normal normal normal 14px/18px Montserrat;
    color: #333333;
    text-decoration: underline
}

.footer-about .footer-logo a {
    font: normal normal 600 18px/23px Montserrat;
    color: #FFFFFF;
}

footer .block_fb {
    display: flex;
    align-items: center;
}

footer .block_fb a{
    font: normal normal normal 18px/23px Montserrat;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 991px){
    footer .block_fb{
        width: 100%;
    }
    footer .block_fb a{
        justify-content: center;
    }
    footer .block_fb a svg {
        width: 25px;
        height: 25px;
    }
}

footer .block_fb a svg {
    fill: #fff;
    width: 35px;
    height: 35px;
}

header .full-nav > .container > .col-lg-9 ul.menu-content li.level-1:hover {
    background: #333333;
}
header .full-nav > .container > .col-lg-9 ul.menu-content li.level-1:hover span{
    color: #FFF!important;
}

@media screen and (max-width: 1560px) and (min-width: 1051px){
    header .header-top .displayTop {
        gap: 15px;
    }

    header .header-top .valign-middle .displayTop svg {
        width: 30px!important;
        height: 30px!important;
        min-width: 30px!important;
        min-height: 30px!important;
    }
    header .header-top .innovatorywishtlistTop, header .header-top .account-icon > svg {
        margin-top: 5px;
    }

    #product a#wishlist_button {
        margin-top: 15px;
    }
}

@media (min-width: 1051px){
    #header .it-menu-horizontal ul li.level-1:first-child a {
        padding-left: 15px!important;
    }
    header .full-nav > .container > .col-lg-9 ul.menu-content {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    #_desktop_vegamenu > div {
        border-bottom: 1px solid #D4D4D4;
        border-top: 1px solid #D4D4D4;
    }
}

#index .top-banner-sec > .col-md-12 > .col-md-4 > div {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
}
#index .top-banner-sec > .col-md-12 > .col-md-4 > div:hover {
    transform: scale(1.06);
}

#index .top-banner-sec a > span {
    text-align: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}
#index .top-banner-sec a > span > span {
    color: #333333;
}

/*#index .top-banner-sec a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}*/

#index .top-banner-sec img {
    object-fit: contain;
}

/*#index .top-banner-sec .troc_col img {
    max-height: 120px;
}*/

/*#index .top-banner-sec .bon_de_commande_col img {
    max-height: 80px;
}*/

/*#index .top-banner-sec .fidelite_col img {
    max-height: 110px;
}*/

#index .before_top-banner-sec {
    margin: 50px 15px 0 15px;
}

#index .before_top-banner-sec h3{
    text-align: left;
    font: normal normal bold 25px/30px Montserrat;
    color: #333333;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
}


@media screen and (min-width: 768px) {
    #index .owl-carousel:not(.product-images) .owl-nav {
        right: inherit;
        left: 15px;
    }
}

.it_tab  {
    padding-left: 80px;
}

.it_tab .innovatory-tab {
    margin-left: 0!important;
}

.innovatory-product-price-and-shipping #loyalty, #product .product-prices #loyalty, #checkout .cart-summary-products #loyalty {
    display: none;
}

/* Accueil */

.innovatoryProductFilter .owl-carousel .owl-stage {
    padding-bottom: 10px;
}

@media screen and (max-width: 996px) {
    .see_new {
        float: none !important;
        display: grid;
        margin-top: 30px;
        width: initial !important;
    }
}

.innovatoryProductFilter .it_tab {
    padding-right: 0;
}

.innovatoryProductFilter .it_tab .see_new {
    width: 270px;
    margin-left: auto;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .innovatoryProductFilter .it_tab {
        padding-right: 0;
        padding-left: 0;
    }
}

#left-column .product-column-style .title_block h3 span,
#left-column .product-column-style .title_block h3,
.btn-primary,
.btn-secondary,
.btn-tertiary {
    text-transform: initial !important;
}

body#checkout section.checkout-step .step-edit {
    text-transform: capitalize;
}

body#checkout .form-group.row .custom-checkbox a,
#conditions-to-approve .js-terms a {
    color: #333333 !important;
    font-weight: bold;
}

#pq_top_block {
    padding-top: 0;
}

.product-accessories .title_block {
    margin-bottom: 20px;
}

.title_block h3 span, .sec-heading h3 {
    text-transform: initial;
}

.ui-front.ui-menu .ui-menu-item .search-item .product-name,
.ui-front.ui-menu .ui-menu-item .search-item .product-price {
    font-family: Montserrat;
}

.contact-rich .block:hover .icon {
    background-color: #333333;
    border-color: #333333;
}

body #loyaltyCart {
    border: 2px solid #333333;
    border-radius: 10px;
    padding: 10px;
    margin-top: 35px;
    font-weight: bold;
    color: #000;
}

body #loyaltyCart p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    padding-top: 15px;
}

body #loyaltyCart .bleu {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.form-group.row label.form-control-label.required::before {
    position: relative;
    content: '*';
    color: red;
}

#pq_top_block .product_quotation {
    background-color: #333333;
}

.product_quotation_quantity_wrap {
    color: white;
}

.fmm_green_btn {
    background-color: #333333;
    border-color: #333333;
}

#fmm_quote_content {
    background: white;
    border: 1px solid #333333;
}

#fmm_quote_content li {
    background: white;
    border-bottom: none;
}

#fmm_quote_content li h6 a {
    color: black;
}

#fmm_quote_content li h6 a:hover {
    color: black;
}

@media screen and (max-width: 767px) {
    #product #wishlist_block.block.account {
        margin-top: 20px;
    }

    .itProductList .owl-carousel .owl-nav {
        top: 5px;
    }
}

.itProductList .owl-carousel .owl-nav {
    top: 20px;
}

.buttons_bottom_block > div:nth-child(1) {
    display: flex;
    flex-flow: column wrap;
}

#idWishlist {
    margin-left: 0;
    border: 1px solid rgb(128, 128, 128);
    border-radius: 20px;
    padding: 5px 15px;
}

#product .product-add-to-cart .product-quantity {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .title_block {
        position: relative;
    }

    .it_new_product .title_block::after {
        content: '▼' !important;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    .it_new_product .title_block.active::after {
        transform: translateY(-50%) rotate(-180deg);
    }

    #wishlist_block .title_block::after {
        content: '▼' !important;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        width: 13.85px;
        height: 25px;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

    #wishlist_block .title_block:not(.active)::after {
        transform: translateY(-50%) rotate(180deg);
    }
}

#product .pq_signin {
    font: normal normal bold 13px/20px Montserrat;
    color: #FF7070;
}

#product .available_later {
    font: normal normal bold 18px/35px Montserrat;
    color: #FF7070;
}

#product .available_now {
    font: normal normal bold 18px/35px Montserrat;
    color: #333333;
}

@media screen and (min-width: 768px) {
    .innovatoryProduct .product-add-to-cart {
        margin-bottom: 0;
    }
}

.product-information p {
    margin: 0;
}

#product .ps_rules_17 {
    padding: 15px 0 0 0;
    display: inline-flex;
    gap: 15px;
    border-top: 1px solid #7070704D;
}

#product .ps_rules_17 .input-group {
    width: 120px;
}

#product .ps_rules_17 .input-group input[type=number] {
    height: 40px;
    width: 40px;
    margin-left: 40px;
    font: normal normal normal 15px/35px Montserrat;
    color: var(--orange-color);
    border-left: 0;
    border-right: 0;
    -moz-appearance: textfield;
    padding: 0;
    text-align: center;
}

#product .ps_rules_17 .input-group input[type=number]::-webkit-outer-spin-button,
#product .ps_rules_17 .input-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#product .ps_rules_17 .input-group .input-group-btn-vertical {
    display: inline-block;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}

#product .ps_rules_17 .input-group .input-group-btn-vertical button i {
    font-size: 20px;
    position: unset;
}

#product .ps_rules_17 .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
    height: 40px;
    width: 40px;
    top: 2px;
}

#product .ps_rules_17 .input-group .input-group-btn-vertical .bootstrap-touchspin-up {
    height: 40px;
    width: 40px;
    float: right;
}

#product .ps_rules_17 .input-group .input-group-btn-vertical button:focus {
    border: none;
}

#product .ps_rules_17 #fmm_quote_button {
    border-radius: 20px;
    width: 190px;
}

#product .ps_rules_17 #fmm_quote_button:hover {
    background-color: white !important;
    border: 2px solid #333333 !important;
    color: #333333;
    line-height: normal;
}

#product .ps_rules_17 .quote_login {
    border-radius: 20px;
    width: 150px;
}

#product .ps_rules_17 .quote_login:hover {
    background-color: white !important;
    border: 2px solid #333333 !important;
    color: #333333;
    line-height: 36px;
}

.block-promo {
    padding: 0 0 15px 20px;
}

.block-promo .promo-code {
    background: transparent;
    padding: 1rem 0 0;
}

.block-promo .cart-voucher p {
    margin-bottom: 0;
}

.block-promo .promo-code-button {
    background-color: #333333;
    color: white;
    padding: 0 15px;
    line-height: 40px;
}

textarea[name=delivery_message]#delivery_message {
    width: 100%;
}

body#checkout section.checkout-step .delivery-option {
    flex-wrap: wrap;
}

body#checkout section.checkout-step .delivery-option > .col-sm-1 {
    width: 15%;
}

body#checkout section.checkout-step .delivery-option label {
    width: 85%;
}

#_devis_mobile {
    width: 29px;
    padding: 20px 0 0;
}

/* POUR Mise en avant : Rentrée / Soldes */

body #header #_desktop_megamenu.it-menu-horizontal ul li.level-1.miseEnAvant a{
    background:#333333;
    color:#fff;
}

body #header #_desktop_megamenu.it-menu-horizontal ul li.level-1.miseEnAvant:hover a{
    background:#fff;
    color:#333333;
}

@media screen and (min-width: 1051px) {
    #_devis_mobile {
        display: none;
    }
}


.it-menu-horizontal ul li.level-1 > a span:hover {
    color:#f7b602!important;
}

.block_newsletter form input.btn:hover {
    background-color: #dddddd;
    color: #ffffff;
}

.categoryseoagence88-block {
    padding: 30px 15px 10px;
    background: #ddddddaa;
}

.btn-primary:focus, .btn-primary:active {
    background-color: #222;
}
