/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */


/* CACA PROUT */


.svg_custom{
    width: 40%;
}

@media (max-width: 767px) {
    .svg_custom{
        width: 70%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .custom_footer_v2 {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }
}


#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.2s ease;
}

#loader.hidden {
    display: none;
}


.row.box-footer {
    display: flex;
    justify-content: space-between;
}

.row.box-footer .col-xl-1 {
    width: calc(100% / 7) !important;
}

.row.box-footer .col-xl-2 {
    width: calc((100% / 7) * 2) !important;
}

.bottom-links > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .bottom-links ul li {
        margin: 0 5px;
    }
}
@media (max-width: 767px) {
    .bottom-links > ul {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        justify-content: space-between;
    }
    .bottom-links ul li {
        margin: 0 5px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .row.box-footer {
        flex-wrap: wrap!important;
    }
    .row.box-footer .col-lg-6{
        width: 50%!important;
    }
    .row.box-footer .col-lg-3 {
        width: 25%!important;
    }
    .row.box-footer .col-lg-2 {
        width: 25%!important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .row.box-footer {
        flex-wrap: wrap!important;
    }
    .row.box-footer .col-lg-6{
        width: 100%!important;
    }
    .row.box-footer .col-lg-3 {
        width: calc(100% / 3) !important;
    }
    .row.box-footer .col-lg-2 {
        width: calc(100% / 3) !important;
    }
}

@media screen and (max-width: 767px)  {
    .row.box-footer {
        flex-wrap: wrap!important;
    }
    .row.box-footer .col-lg-6{
        width: 100%!important;
    }
    .row.box-footer .col-lg-3 {
        width: calc(100% / 2)!important;
    }
    .row.box-footer .col-lg-2 {
        width: calc(100% / 2)!important;
    }
    #footer > div.footer-center > div > div > div.row.box-footer.ApRow.has-bg.bg-boxed > div.col-sm-2.col-xs-2.col-sp-2.col-md-2.col-lg-2.col-xl-4.ApColumn {
        width: 100%!important;
    }
}

#footer .block-social {
    margin-top: -17px !important;
    margin-bottom: -10px !important;
    text-align: center;
}

#header .h7-wrlogo {
    width: 110px;
    height: 110px;
}
@media (max-width: 767px) {
    .box-top #leo_search_block_top .title_block:before{
        left: 20px !important;
    }
    #header .h7-wrlogo {
        width: 157px;
        height: auto;
    }
  }


#header > .header-container {
    position: sticky;
}

.row_download_catalog {
    background-color: #000;
    padding: 10px 0;
    margin: 50px 0;
}

.row_download_catalog a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

#header .h7-wrlogo object {
    z-index: -1;
    position: relative;
}

#header .h7-wrlogo a {
    z-index: 25;
    height: 100%;
    display: block;
    position: relative;
}

.leo-megamenu .navbar-nav > li.active > a:before, .leo-megamenu .navbar-nav > li:hover > a:before, .leo-megamenu .navbar-nav > li:focus > a:before {
    height: 1px !important;
}

.leo-megamenu .navbar-nav > li > a:before {
    background-color: #000 !important;
}

.title_burger {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.title_burger input {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 0 #c7c7c7;
    border-bottom: 1px solid;
    margin-top: 10px;
}

.group_icon_burger {
    margin-top: 15px;
}

.text_burger.icon {
    display: flex;
    margin-top: 3px;
    gap: 10px;
    align-content: center;
}

.text_burger.icon > i {
    font-size: 18px;
}

.icon_burger {
    display: flex;
    gap: 15px;
    font-size: 18px;
    margin-top: 30px;
}

label.title_burger {
    text-align: left;
}

.title_burger input:focus-visible {
    outline: none;
}


#menuToggle {
    display: block;
    position: relative;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

.menu_mobile_content .menu-content {
    padding: 0 10px;
}

.menu_mobile_content {
    border-bottom: none !important;
}

#menuToggle #checkbox_header {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: 0;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    margin-left: auto;
    background: #232323;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 300px;
    min-width: 19vw;

    background: #fff;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-50vw, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);

    margin: 41px 0 0 0;
    padding: 5px 20px 30px;

}

#menu img {
    margin-bottom: 15px;
    max-width: 300px;
}

.nav-item.icon_home_header span {
    font-size: 20px;
}

li.nav-item.icon_home_header {
    margin: 0 15px;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ #menu {
    transform: none;
}

.desktop_header {
    display: flex !important;
}

.mobile_header {
    display: none !important;
}

#menu > form > label > i {
    position: absolute;
    right: 0;
    cursor: pointer;
    bottom: 0;
}

.form_newsletter .success h2, .form_newsletter .error h2 {
    font-size: 14px;
    font-weight: normal;
}

.form_newsletter .success, .form_newsletter .error {
    position: absolute;
}

@media (max-width: 991px) {
    .desktop_header {
        display: none !important;
    }

    .mobile_header {
        display: block !important;
    }

    .h7-boxtop .navbar-header .navbar-toggler {
        position: relative !important;
        left: 0 !important;;
    }

    .row.box-top.mobile_header {
        display: flex !important;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;

    }



    .header_logo_mobile {
        margin: auto;
    }

    #second_col_header_mobile {
        display: block !important;
        position: relative !important;
        top: 0 !important;
    }

    /*
    .menu_mobile_content .menu-title, .menu_mobile_content a.nav-link.has-category.has-subhtml {
        display: none;
    }*/

    .h7-boxtop {
        padding-top: 0 !important;
    }

    .mobile_header > div:nth-child(1), .mobile_header > div:nth-child(2), .mobile_header > div:nth-child(4), .mobile_header > div:nth-child(5) {
        width: 15% !important;
    }

    .row.box-footer {
        display: flex;
    align-items: baseline;
    flex-direction: row;
    }

    .row.box-footer .col-xl-2 {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .row.box-footer {
        flex-wrap: wrap;
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }

    .row.box-footer .col-xl-2-4, .row.box-footer .col-xl-1 {
        width: calc(100% / 2) !important;
    }
}

#contact #content > section > form > section > div:nth-child(2), #contact #left-column > div > div:nth-child(6), #contact #left-column > div > hr:nth-child(7) {
    display: none;
}

/* Cacher le bloc de recherche leotheme */
#leosearchtopbox {
    display: none;
}

/* Retirer la limitation de la page 404 */
#pagenotfound .page-not-found {
    max-width: 100%;
}

/* Chat en ligne */
.open_ochat_window i, .close_ochat_window i {
    position: relative;
    top: -6px;
}

.pro3-btn {
    display: flex;
    justify-content: center;
}

.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink {
    height: auto !important;
}

.h7-boxtop #leo_search_block_top {
    float: left !important;
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    #wrapper .breadcrumb:before {
        background: #f2f2f4 !important;
    }

    #wrapper .breadcrumb ol {
        margin: auto 0 auto 0;
    }
}


@media (min-width: 768px) and (min-width: 992px) {
    #wrapper .breadcrumb {
        text-align: left;
    }
}

.homepage_product .product-image {
    display: flex;
    justify-content: center;
}

.homepage_product .img-fluid {
    max-height: 350px;
    object-fit: cover;
}

.big_cat ul {
    width: 100% !important;
}

.big_cat img {
    max-height: 900px;
    object-fit: cover;
}

.big_cat a {
    width: 100%;
}

.block_newsletter .input-wrapper {
    max-width: 570px;
    margin: auto;
    flex-direction: column;
}

/** Sous menu plein page **/
#header {
    position: relative;
}

#header .header-container, #header .header-top, .header-top > .inner {
    position: unset;
}

#middle_col_header, #middle_col_header .navbar {
    position: inherit;
}

#middle_col_header .dropdown-sub.dropdown-menu {
    display: block;
    width: 100vw !important;
    padding: 0 40px;
}

#middle_col_header .dropdown-menu-inner {
    max-width: 1600px;
    margin: auto;
}

.quick_btn_footer_home > section {
    margin: 30px 0;
}

.quick_btn_footer_home .nav-tabs {
    display: flex;
    justify-content: center;
    padding: 0;
}

.quick_btn_footer_home fieldset, .quick_btn_footer_home .reference-selector {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quick_btn_footer_home input.qty {
    width: 20%;
}

.quick_btn_footer_home input.sku {
    width: 75%;
}

.quick_btn_footer_home .tab-content {
    padding: 15px 0;
}

.quick_btn_footer_home fieldset {
    padding: 15px 30px;
}

.block_newsletter .col-conditions {
    display: none;
}

.box-testimonial {
    padding: 0 30px 0 30px !important;
}

.block_newsletter h3.title_block {
    margin: 26px 0px 0px 0;
}

.block_newsletter input[type="text"] {
    width: 100% !important;
    text-align: center;
}

.block_newsletter .col-form button.btn {
    background-color: #000;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 0;
}

.ref2cart input {
    border-radius: 7px;
}

.quick_btn_footer_home .nav-tabs, .quick_btn_footer_home .nav-link.active {
    border: none !important;
}

.quick_btn_footer_home .nav-tabs .nav-link:focus, .quick_btn_footer_home .nav-tabs .nav-link:hover {
    border-color: #fff !important;
}

.btn_reftocart {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    margin: auto;
}

.nav-tabs .nav-link {
    border-color: transparent !important;
}

.ref2cart .container {
    position: relative;
    padding-right: 40px;
}

.ref2cart .add-row {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 30px;
}

li.nav-item.quick-order {
    border-right: 2px solid #000;
}

.quick_btn_footer_home > section > div {
    margin: 50px 0 0;
}

.quick_btn_footer_home a.nav-link {
    font-size: 20px;
}

#header span.hasicon.menu-icon-class {
    height: 20px;
    display: block;
}

.btn-open-filter {
    width: 100vw;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    color: #000;
    background-color: #f2f2f4;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: stretch;
}

.btn-open-filter i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.advanced_search .card {
    background-color: #f2f2f4!important;
}

span.PM_ASCriterionColorSquare {
    border-radius: 100%;
}
.advanced_search {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: #f2f2f4;
    overflow-x: hidden;
    transition: 0.5s;
    max-width: 325px;
    border-right: 1px solid #000;
}
.advanced_search .title_advanced_search {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: capitalize;
    color: #000;
    padding-top: 10px;
}

.PM_ASCriterionStepEnable {
    padding-top: 25px;
}


.close_advanced_search {
    color: #aaaaaa;
    position: absolute;
    display: flex;
    font-size: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
    height: 30px;
    z-index: 1;
    line-height: 25px;
    font-weight: bold;
    align-items: stretch;
    justify-content: center;
}

.close_advanced_search:hover,
.close_advanced_search:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.PM_ASBlockOutput .card {
    padding-top: 10px;
}

.ui-slider .ui-slider-handle {
    width: 1em!important;
    height: 1em!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 100%!important;
    border: 0!important;
    color: #000!important;
    background: #000!important;
    transition: none!important;
    top: -6px!important;
}

.ui-widget-content {
    border: none!important;
    background: #e1e1e1!important;
    height: 2px!important;
}

.ui-slider .ui-slider-range {
    background: #000;
}

.infinite_scroll {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.infinite_scroll .more_products {
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 8px 15px;
    line-height: 1rem;
}

.infinite_scroll .more_products:disabled {
    border: 1px solid;
}

div#raw_slider_hp {
    width: 100vw;
    padding: 0;
}

 @media (max-width: 767px) {

    .custom_catalogue{
        left: 175px !important;

    }

    .custom_selection{
        left: 228px !important;
        top: 830px !important;
    }

    .custom_commande{
        left: 162px !important;
    }


    @keyframes slideRight {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-100%);
        }
      }

      .img_disable_drag {
        animation: slideRight 45s ease-in-out infinite;
      }

    .tp-caption.h1-style-4{
        left: 205px !important;
        top: 850px !important;

    }
    .caption-contain{
        font-size: 27px !important;
        left: 0px;
        letter-spacing: normal !important;
        text-align: center !important;
    }
    .iviewSlider{
        height: 3400px !important;
        transform-origin: -145px -1px !important;
        transform: scale(0.69) !important;
    }
    .iview.iview-group-649c3f648cb1a-40 {
        height: auto !important;
    }

}


@media only screen and (min-width: 601px) {
    .bottom-links ul li:not(:last-child)::after {
        content: " |";
        margin-left: 5px;
        margin-right: 5px;
    }
}



@media only screen and (max-width: 360px) {
    .caption-contain{
        font-size: 24px !important;
        left: 0px;
        letter-spacing: normal !important;
    }
}


body {
    overflow-x: hidden;
}

.PM_ASCriterionsGroupList.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

ul#PM_ASCriterionGroupLink_1_10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.PM_ASCriterionsGroupList.row>div {
    width: 100%;
}

ul#PM_ASCriterionGroupLink_1_10 > li {
    width: 100%!important;
}

.lang {
    display: flex;
    gap: 10px;
}

.PM_ASCriterionsGroupTitle {
    position: relative;
    padding-right: 20px; /* Ajoutez un espace pour la flèche */
}

.PM_ASCriterionsGroupTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transform: translateY(-50%);
}

.PM_ASCriterionsGroupTitle.open::after {
    border-top: none;
    border-bottom: 5px solid currentColor;
}


#dpt_group {
    display: none;
}

.PM_ASCriterionsGroupTitle {
    cursor: pointer;
}

.advanced_search .card {
    border: none!important;
    box-shadow: none!important;
}
.advanced_search {
    left: 0 !important;
    position: fixed !important; /* ou absolute, fixed, sticky selon votre besoin */
}


.my-widget {
    border: 1px solid #ccc;
    padding: 10px;
}

.my-widget h2 {
    font-size: 16px;
    margin: 0 0 10px;
}

.my-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-widget li {
    margin: 0 0 5px;
}

.my-widget li a {
    color: #333;
    text-decoration: none;
}

.my-widget li a:hover {
    text-decoration: underline;
}

.atc_accessories ul {
    display: flex;
    flex-direction: row;
}

.atc_accessories ul li {
    width: 25%;
}

.atc_accessories ul li a {
    display: flex;
    flex-direction: column;
}

.atc_accessories ul li .product_image {
    width: 100%;
}

.atc_accessories ul li .product_name {
    text-align: center;
}

.atc_accessories ul li .product_price {
    text-align: center;
}

@media (max-width: 1199px){
    .carousel.slide .product_list.row.grid.plist-dsimple {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .carousel.slide .product_list.row.grid.plist-dsimple > li {
        width: calc(25% - 10px);
    }


}

@media (max-width: 1199px){
    .row {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
}



@media (max-width: 767px){

    .modal_content_devis {
        padding: 30px 20px 0;
        width: 80%;
    }

    #footer > div.footer-center > div > div > div.row.box-footer > div.col-sm-2.col-xs-2.col-sp-2.col-md-2.col-lg-2.col-xl-4.ApColumn {
        width: min-content!important;
    }

    .advanced_search .title_advanced_search{
        text-align: left;
        padding-left: 15px;
    }

    .PM_ASBlockOutput.PM_ASMobileMode .card-block {
        display: block;
    }
    .card-header.hidden-sm-up {
        display: none;
    }

    .carousel.slide .product_list.row.grid.plist-dsimple > li {
        width: calc(50% - 10px);
    }

    .category {
        margin-bottom: 0;
    }

    div#btn-open-filter {
        margin-top: 30px;
    }

    .block_newsletter .btn.btn-outline.float-xs-right {
        float: none!important;
        margin: 20px 0 0;
        min-width: 95px;
        width: 100% !important;
    }

    .block_newsletter h3.title_block {
        margin: 0px 0 17px 0;
    }

    #_desktop_cart .cart-products-count{
        position: absolute;
        top: 35px;
        right: 10px;
    }
    #_desktop_cart i.icon-Ico_Cart {
        position: relative;
        right: 15px;
    }

    .categories {
        gap: 15px;
        margin-bottom: 15px;
    }

    .category, .subcategory {
        width: calc(33.33% - 10px);
    }

    .product-add-to-cart, .leo-compare-wishlist-button{
        padding-bottom: 0!important;
        margin-bottom: 0!important;
    }
    .leo-compare-wishlist-button {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .cta_after_add_to_cart_product {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    #index section#content {
        overflow-x: hidden;
    }

    .bg-fullwidth:before {
        width: fit-content!important;
    }

}


@media (max-width: 559px){
    .category, .subcategory {
        width: calc(50% - 10px);
    }
    .categories {
        gap: 20px;
    }
}

@media (max-width: 400px){

    .category, .subcategory {
        width: 100%;
    }

    .carousel.slide .product_list.row.grid.plist-dsimple > li {
        width: calc(100% - 10px);
    }

    .row_download_catalog {
        margin: 15px 0;
    }
    .quick_btn_footer_home .nav-tabs {
        flex-direction: row;
    }
    li.nav-item.quick-order {
        border-right: none;
        border-bottom: 2px solid #000;
    }
    .quick_btn_footer_home a.nav-link{
        text-align: center;
    }
}




#search h2#js-product-list-header{
    margin-top: 30px;
}

#index main {
    max-width: inherit!important;
}

#index #wrapper {
    max-width: 1710px;
    margin: auto;
}


.leo-megamenu .dropdown-menu li a:hover {
    background-color: #fff;
    color: #FFD8D4!important;
    text-decoration: underline!important;
    font-weight: bold!important;
}


.leo-megamenu .dropdown:hover > a {
    color: #FFD8D4!important;
}

nav.breadcrumb.hidden-sm-down {
    padding: 10px 0!important;
    height: auto!important;
}

.ref2cart button.btn, .block_newsletter .input-wrapper button, li.nav-item.quotation > a, li.nav-item.quick-order > a{
    background: #000!important;
    color: #fff!important;
    font-size: 14px !important;
    font-weight: 700!important;
    padding: 15px 30px!important;
    width: auto!important;
    height: auto!important;
    line-height: 1em!important;
    border: 0!important;
    border-radius: unset!important;
}

#header .mobile_header.row {
    margin: 0!important;
}

.product-detail .product-prices {
    margin: 25px 0 5px!important;
}

.product-additional-info {
    margin-bottom: 15px;
}
.product-prices {
    display: flex;
    align-items: baseline;
}
.product-actions .product-add-to-cart .control-label{
    display: none;
}
.product-add-to-cart .p-cartwapper {
    display: flex;
}

.product-add-to-cart .product-quantity .qty {
    margin: 0;
}

.product-quantity .add {
    position: inherit!important;
}

.leo-compare-wishlist-button {
    position: absolute;
    display: flex;
    left: 0;
}

#product .attachment {
    display: flex;
    gap: 15px;
    align-items: center;
}

#product .attachment .picto img {
    height: 70px;
}

#modal_devis > div > div > form > section > div:nth-child(1) > div.col-md-1 > input {
    width: 50px;
}

#wrapper .breadcrumb h1 {
    margin: 0;
    line-height: 1;
}

.block-tabs {
    margin: 0 !important;
    padding: 0 !important;
}

.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0;
}
@media screen and (min-width: 1760px) {
    #header .h7-wrlogo {
      width: 160px !important;
    }
  }

@media screen and (min-width: 1400px) {
    #header .h7-wrlogo{
        margin-top: 0px!important;
        padding-right: 41px;
        width: 230px;
    }
    .ApSlideShow{
        padding-top: 5px;
    }
}



@media screen and (max-width: 1360px) and (min-width: 1200px){
    #header .h7-wrlogo{
        margin-top: 0px!important;
        padding-right: 41px;
        width: 160px;

    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .h7-wrlogo {
        padding-top: 0 !important;
    }

    #header > div > div.header-top > div > div.row.box-top.h7-boxtop.desktop_header.ApRow.has-bg.bg-boxed > div.col-xl-1.col-lg-2.col-md-2.col-sm-2.col-xs-2.col-sp-2.hidden-md-down.ApColumn,
    div#first_col_header {
        display: flex;
        justify-content: center;
        width: 10%;
    }

    div#third_col_header {
        display: flex;
        width: 20%;
        justify-content: space-evenly;
    }

    .h7-boxtop #_desktop_cart, div#leo_block_top {
        margin: 0 !important;
    }

    .h7-wrlogo {
        margin: auto;
    }

    div#middle_col_header {
        width: 60%;
    }

    .leo-megamenu .navbar-nav > li > a {
        padding: 0 2px 10px 2px;
    }

    .leo-megamenu .navbar-nav > li > a:before {
        bottom: 7px !important;
    }

}

@media screen and (max-width: 991px) {
    #wrapper .breadcrumb {
        margin: 0 0 30px 0!important;
    }
    .breadcrumb li {
        float: left;
        margin: 0 6px 0 0;
    }
    .h7-boxtop .ApColumn:nth-child(2) {
        position: relative!important;
        top: 0!important;
    }

    .row.box-top.mobile_header > div {
        display: block;
        width: auto;
    }



}
#second_col_header_mobile button.navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#third_col_header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
}

div#third_col_header > div {
    margin: 0!important;
}

@media (max-width: 768px) {
    .block-social ul {
        display: flex;
        justify-content: center;
        padding: 15px 0 0 0;
    }

    div#first_col_header {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.block-social li.linkedin::before {
    content: '\f08c';
}

.modal-content span.libelle {
    font-size: 1.2em;
    font-weight: bold;
}

.ri-delete-bin-line {
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
}

div#first_col_header {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form_1714947742::before {
    background: center center no-repeat rgb(255, 216, 212);
    height: 90%;
    bottom: 0!important;
    top: unset!important;
}



@media (max-width: 1750px) {
    div#form_1714947742 {
        overflow-x: hidden;
    }
}


@media screen and (min-width: 767px) and (max-width: 1200px)  {
    #footer > div.footer-center > div > div > div.row.box-copyright.ApRow.has-bg.bg-boxed > div {
        width: 100%!important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer > div.footer-center > div > div > div.row.box-copyright.ApRow.has-bg.bg-boxed > div:nth-child(3) {
        margin-top: 15px;
    }
}

.box-footer .logo {
    margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1199px){
body#category .product_list.grid .ajax_block_product:nth-child(3n+1) {
    clear: none;
}
}

span.product-additional {
    display: flex;
    justify-content: center;
}

.product-image {
    display: flex;
    justify-content: center;
}
.sourcing {
    opacity: 0;
    transition: opacity 2.0s cubic-bezier(0.25, 0.1, 0.06, 0.91);

  }

  .sourcing.show {
    opacity: 1;
  }


.mobile-menu-colonne {
      display: none !important;
  }

  div#search_widget {
      display: none;
  }
/* MENU */

.ybc-menu-toggle {
  font-size: 0;
}

.ets_mm_megamenu .container {
        background-color: transparent;
        padding: 0;
}

.ybc-menu-toggle {
    font-size: 0;
    line-height: inherit;
    padding: inherit;
}

.ets_mm_megamenu_content_content {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 1px solid #333;
    margin: 17px auto;
    border-radius: 0;
}

.ets_mm_megamenu_content {
    border: none !important;
}

.ybc-menu-button-toggle_icon {
    display: flex;
    padding: 0 !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
}

.header-container .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ybc-menu-button-toggle_icon {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

.ybc-menu-toggle .icon-bar {
    background-color: #333;
    clear: left;
    float: left;
    height: 2px;
    margin: 1px 0px 1px 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 12px;
}

.mm_menus_ul .pull-right {
    display: none;
}

#checkout .header-nav {
    display: none;
}

#checkout #header .h7-wrlogo {
    margin-top: 0px !important;
    padding-right: 40px;
    width: 170px;
}

body#checkout section.checkout-step .payment-options .disabled {
    pointer-events: none;
}


body#checkout section.checkout-step .payment-options .disabled .custom-radio{
    border: #ccc 1px solid;
}

body#checkout section.checkout-step .payment-options .disabled label, .label{
    color: #ccc;
}


@media (max-width: 767px) {
#checkout #header .h7-wrlogo {
    margin-top: 0px !important;
    padding-right: 0px;
    width: 115px;
}
}
