/* Custom code goes here */

.logo-email-h {
    margin-right: 5px;
    margin-top: 1px;
}

.logo-face-h {
    margin-right: 5px;
    margin-bottom: 5px;
}

.logo-link-h {
    margin-right: 5px;
    margin-bottom: 5px;
}

.logo-liste-h {
    margin-bottom: 3px;
}

.logo-fr {
    margin-top: -5px;
}

.disabled {
    pointer-events: none !important;
}

#categories_block_left li.bg-noir a {
    background-color: black !important;
}

.bg-grey {
  background-color: #f7f7f7 !important;
}

.title-doc h1 {
     color: #D3002B;
    font-size: 30pt;
    font-weight: bold;
}

.title-doc h1 span {
    color: black;
    font-size: 20pt;
    font-weight: bold;
}

nav {
    display: block;
    text-align: center;
}
nav ul {
    margin: 0;
    padding:0;
    list-style: none;
    width: 100%;
}

.nav a {
    display:block;
    background: #6B6F74;
    color: #fff;
    text-decoration: none;
    padding: 0.6em 1.8em;
    font-size: 12pt;
    font-weight: normal;
    z-index: 3;
    border-top: 1px solid white ;
}
.nav a:hover {
    background-color: black;
}


.nav{
    vertical-align: top;
    display: inline-block;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    margin-right: 1px;
}

.nav > li > a {
    padding: 10px;
    text-align: center;
    z-index: 2;
}


.nav li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 50% ;
    right:5px;
}
.nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 3;
    left: -99999em;
    margin-left: -39px;
    top: 34px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;

}
.nav > li:hover > ul {
    left: auto;
    margin-top: 5px;
    min-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.nav > li li:hover > ul {
    left: 100%;
    margin-left: -39px;
    top: -1px;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.top-menu {
    background-color: white;
}

#menu-home {
    background-color: white;
    width: 100%;
    display: flex;
}

#menu-home .menu-categ a:hover {
    background-color: black !important;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#menu-home .menu-categ {
    flex-grow: 1;
}

.carre {
    margin-top: 0;
}

.cont_input {
    z-index: 0;
}

.sous-categ a {
    font-size: 10pt;
}

.nav > li li:hover > .sous-categ {
    left: 100%;
    margin-left: -39px;
    top: 0px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;

}

.customtitle {
    margin-top: -1px;
}

#columns {
    padding-top: 0 !important;
}

.product_list {
    background: #e1e2e3;
}

.sf-menu > li > a {
    font-size: 9.5pt;
}

.sf-menu > li > a {
    padding: 4px 11px;
    font-size: 9pt;
    line-height: 10px;
    margin-top: 11px;
}


.cont_input {
    font-size: 11pt;
}

.breadcrumb {
    z-index: 0 !important;
}

.contain-nav {
    padding-bottom: 50px;
}

.sfHover a {
    color: #DF0026 !important;
    background-color: transparent !important;
}

#nous-connaitre h3 {
    color: #DF0026;
    font-weight: bold;
    font-size: 16pt;
    margin-top: 2px;
}
#nous-connaitre h4 {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 0;
}

.text-footer {
    font-size: 10pt;
    font-weight: normal;
    color: #7f7f7f
}

.link-footer {
    color: #DF0026;
    margin-top: 15px;
}

.img-footer {
    padding-top: 20px;
}


#discover-footer h3 {
    color: #DF0026;
    font-weight: bold;
    font-size: 16pt;
    margin-top: 2px;
}
#discover-footer h4 {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 0;
}

.menu_sep1 .sf-menu > li {
    border-left: 1px transparent;
}

.sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    color: #DF0026 !important;
    background: white !important;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.borderbanner i {
    font-size: 40pt;
    color: rgb(127, 127, 127);
}

.exc-f,
.text-f,
.little-text-f {
    font-weight: bold;
    color: rgb(127, 127, 127);
}

.exc-f {
    font-size: 45pt;
    margin-bottom: 35px;
}
.text-f,
.faq h2 {
    font-size: 13pt;
}
.little-text-f,
.text-faq {
    font-size: 10pt;
}

.checkmark {
    height: 20px;
    width: 20px;
}

.nomargin label {
    line-height: 20px;
}

.faq div a {
    color: #007bff !important;
}

.red-background {
    background: #de002c;
}

ul.product_list {
    padding-left: 10px;
    padding-right: 10px;
}

#block_top_menu .sf-menu {
    width: fit-content;
    margin: auto;
}

.iframe-container {
    overflow: hidden;
    padding-top: 59%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.block_content {
    display: block!important;
}



/* BLOCKBLOG */
.blog-header-toolbar .sortTools,
.blog-header-toolbar .top-blog .comment,
.blog-post-item .comment,
.blog-post-item #sharebox {
    display: none;
}
.blog-header-toolbar .pl-animate{
    clear: both;
    padding: 10px;
    margin: 0 auto;
}

.blog-post-item .image{
    text-align: center;
}
.blog-post-item .image img{
    max-height: 300px;
}




ul.blog-posts {
    list-style: none!important;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.blog-posts li{
    list-style: none!important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-posts li .blog-box {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    height: 100%;
}

.blog-posts li .blog-box h3 a{
    font-weight: bold;
}
.blog-posts li .blog-box h4 a{
    color: #df0028;
}

.blog-posts li .blog-box .readmore{
    color:  #df0028;
    font-weight: bold;
}
.post-page a {
    color: #df0028;
}
.product-description-block .table tbody tr:first-child > td {
    color: red;
    font-weight: bold;
}
.product-description-block a{
    text-decoration: underline;
}

@media (min-width: 768px){
    #categories_block_left .block_content > ul{
        display: flex;
        flex-wrap: wrap;
    }
}


@media (min-width: 1024px) and (orientation: landscape){
    #categories_block_left .block_content > ul{
        display: flex;
        flex-wrap: wrap;
        min-width: 1400px;
        z-index: 1000;
    }
}

@media (min-width: 1200px) and (orientation: landscape){
    #categories_block_left .block_content > ul{
        display: flex;
        flex-wrap: wrap;
        min-width: 1200px;
        z-index: 1000;
    }
}

@media (min-width: 576px){
    .container {
        max-width: 100%!important;
    }
}
@media (max-width: 767px){
    #footer {
        text-align: center;
    }
    #footer-logo {
        margin: auto;
    }
    .footer-subcategories,
    .footer-container #footer h4:after {
        display: none;
    }
    .menufoterfork ul {
        padding: 0;
        text-align: center;
    }
    .menufoterfork li::after {
        content: ' ';
        margin: 0;
    }
    .footer-brands {
        position: relative;
        bottom: 0;
        order: 2;
        padding-bottom: 30px;
    }

    #restagraf-info {
        order: 1;
        padding: 15px;
    }
    #restagraf-info p {
        margin: 5px auto;
    }
    #footer-categories {
        order: 0;
        margin-top: -15px;
        display: none;
    }
    #footer-categories h4 {
        margin: 5px auto;
    }
    .footer-container #footer ul li {
        margin: 0 10px;
        padding: 0;
        line-height: 25px;
    }
    #categories_block_left li {
        display: block!important;
        border-left: 0;
    }
    #categories_block_left li a {
        padding: 10px 15px;
        text-transform: initial;
        font-weight: 400;
    }
    #categories_block_left .menu-mobile li a {
        padding: 5px 15px;
    }
    #categories_block_left .menu-mobile li li a {
        padding-left: 28px;
    }
    #categories_block_left .menu-mobile li li li a {
         padding-left: 35px;
    }
    #categories_block_left .menu-mobile li li li li a {
          padding-left: 40px;
    }
    .sf-menu > li > ul > li {
        padding: 0;
        width: 100%;
    }
    .sf-menu > li > a {
        font-size: 12.5pt;
        font-weight: normal;
        text-transform: initial;
        padding: 10px 15px;
    }

    #block_top_menu .sf-menu {
        background: none;
        border: 0;
    }
    #block_top_menu .sf-menu li {
        background: none;
        border: 0!important;
        display: inline-block;
    }
    #block_top_menu .sf-menu li a {
        color: #787676;
        padding: 5px;
        font-size: 9.5pt;
        line-height: 10px;
        margin-top: 11px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .contain-nav {
        padding-bottom: 10px;
    }


    .search-filter {
        display: none;
    }



    .product-image-block {
        order: 1;
        text-align: center;
    }
    .product-image-block img {
        margin: auto;
    }
    .product-description-block {
        width: 100%;
        order: 2;
        display: block;
        overflow: hidden;
    }
    .product-description-block .table,
    #cart_summary.table{
        width: 100%;
        display: block;
        overflow-x: scroll;
    }

    .col-devis a,
    .col-devis button{
        width: 100%;
        float: none!important;
        display: block;
        margin: 10px auto;
    }

    .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: none;
    }

    #cart_summary tbody td {
        padding: 7px 5px 9px 5px;
    }

    .img-responsive {
        margin: auto;
    }


    .blog-posts li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media (max-width: 576px){
    .columns-container {
        margin: 0 auto;
    }
    .carrebanner {
        margin: 0 auto;
    }
    .custom-button-left {
        margin-top: 15px;
    }
    .product_layout2 .box-info-product .exclusive {
        margin-top: 0;
    }
}
