/**********************************\
    Fonts
\**********************************/
@font-face {
    font-family: "athelas-regular";
    src: url("../fonts/athelas-regular.ttf");
}

@font-face {
    font-family: "AvenirLTStd-Light";
    src: url("../fonts/AvenirLTStd-Light.otf");
}

@font-face {
    font-family: "Athelas-Bold";
    src: url("../fonts/Athelas-Bold.ttf");
}

@font-face {
    font-family: "AvenirNextLTPro-Regular";
    src: url("../fonts/AvenirNextLTPro-Regular.otf");
}

@font-face {
    font-family: "AvenirNextLTPro-MediumCn";
    src: url("../fonts/AvenirNextLTPro-MediumCn.otf");
}

@font-face {
    font-family: "AvenirLTStd-Heavy";
    src: url("../fonts/AvenirLTStd-Heavy.otf");
}

@font-face {
    font-family: "SnellRoundhand";
    src: url("../fonts/SnellRoundhand.otf");
}





/**********************************\
    Default
\**********************************/
.row{
    margin: 0;
    padding: 0
}
body{
    font-family: "AvenirNextLTPro-Regular";
    font-size: 16px;
    letter-spacing: 1px;
    color: #4A4A4A;
    position: relative;
    overflow-x: hidden ;
}
body:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4A4A4A;
    opacity: 0;
    z-index: 11;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    pointer-events: none;
}
div.g-recaptcha iframe{
    margin-top: 12px;    
}
.core-site{
    position: relative;
}
a{
    color: #474747;
    text-decoration: none;
}
a:focus, a:hover{
    text-decoration: none;

}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
section{
    padding: 40px 0;
}
.btn:focus, .btn:hover{
    color: #FFF;
}
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    letter-spacing: 2px;
}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    background: #fff;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    width: 30px;
}
.navbar-toggle .icon-bar:nth-child(2) {
    margin: 3px 0;
}
.slick-next{
    right: 25px;
}
.slick-prev{
    left: 25px;
    z-index: 9;
}
#ascrail2000-hr {
    display: none !important;
}
/**********************************\
    End Default
\**********************************/

/**********************************\
    Header
\**********************************/
header{
    padding: 20px 0 10px;
    text-align: center
}
.content-header{
    position: relative;
    display: flow-root;
    text-align: center;
}
.option-site-top {
    float: right;
    text-align: right;
    display: inline-block;
}
.option-site-top > div{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-left: 24px;
}
.name-option{
    text-transform: uppercase
}
.option-site-top i, .user-etat-mob i{
    display: inline-block;
    height: 21px;
    width: 21px;
    vertical-align: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.cart-products-count{
    position: absolute;
    top: -3px;
    right: -9px;
    background: #FF4F40;
    border: 1px solid #FFF;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 8px;
    color: #FFF;
    line-height: 16px;
    display: inline-block;
}
.user-icon{
    background: url(../images/user-icon.svg);
}
.shopping-cart-icon{
    background: url(../images/cart-icon.svg);
}
.search-icon{
    background: url(../images/search-icon.svg);
}
.user-login-mob{
    background: url(../images/user-icon-mob.svg);
}
.user-connect-mob{
    background: url(../images/user-icon-connect-mob.svg);
}
.search-mob {
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    z-index: 1000;
}
.toggled-search .search-mob {
    top: 0;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
body.toggled-search:before {
    background: #FFF;
    opacity: .7;
    top: 88px;
    z-index: 111;
    pointer-events: all;
}
.full-search {
    position: relative;
    background: #FFF;
    text-align: center;
    z-index: 111;
    padding: 30px 0;
}
.closed-search {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}
.search-mob .titre-menu {
    display: none;
}
.search-mob input{
    border: 0;
    text-align: center;
    letter-spacing: 3px;
    font-size: 23px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.search-mob input:focus{
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-mob input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B9B9B9;
    text-transform: initial;
}
.search-mob input::-moz-placeholder { /* Firefox 19+ */
    text-transform: initial;
    color: #B9B9B9;
}
.search-mob input:-ms-input-placeholder { /* IE 10+ */
    text-transform: initial;
    color: #B9B9B9;
}
.search-mob input:-moz-placeholder { /* Firefox 18- */
    text-transform: initial;
    color: #B9B9B9;
}
.logo {
    /*float: left*/
    display: inline-block;
    padding-left: 145px;
}
.navbar {
    text-transform: uppercase;
    min-height: 0;
    margin-bottom: 0px;
}
.navbar-nav>li{
    float: none;
}
.navbar-toggle{
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
    line-height: 22px;
}
.navbar-nav {
    float: none;
    margin: 0;
    display: inline-block;
    font-family: "AvenirLTStd-Light";
    color: #4A4A4A;
    font-size: 15px;
    width: 230px;
}
.navbar-nav>li {
    padding: 12px 0 6px;
    border-bottom: 1px solid #D8D8D8;
}
.navbar-nav>li:last-child{
    border: 0;
    padding-bottom: 0;
}
.navbar-nav>li>a {
    padding: 0 15px;
    color: #4A4A4A;
    letter-spacing: 2px;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
    text-transform: uppercase;
    font-size: 16px;
}
.navbar-nav>li:hover>a, .navbar-nav .active a{
    /*color: #FF4F40;
    font-family: "AvenirLTStd-Heavy",sans-serif; */
}
.footer-breadcrumb .breadcrumbs ul li a:hover {
    /* color: #FF4F40;*/
    font-weight: bold;
}
.footer-breadcrumb .breadcrumbs ul {
    font-size: 12px;
    padding: 5px 0;
}
.footer-breadcrumb .breadcrumbs ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.footer-breadcrumb .breadcrumbs ul li:after {
    content: '';
    width: 6px;
    height: 16px;
    background-image: url(../images/arrow_right.svg);
    background-size: 6px 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 0px;
}
.footer-breadcrumb .breadcrumbs ul li:last-child {
    padding-right: 0;
}
.footer-breadcrumb .breadcrumbs ul li:last-child:after {
    content: unset;
}
/**********************************\
    Header Panier
\**********************************/
.off-carts{
    position: fixed;
    right: -800px;
    top: 0;
    width: 770px;
    background: #FFF;
    z-index: 111111;
    padding: 70px 40px 30px;
    opacity: 1;
    padding: 70px 0px 0px;
    pointer-events: none;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow: -5px 10px 34px 0px black;
    box-shadow: -5px 10px 34px 0px black;
}

.toggled-cart > .off-carts{
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    right: 0;
    opacity: 1;
    pointer-events: all;
}
body.toggled-cart:before {
    opacity: .7;
    top: 0px;
    z-index: 11111;
    pointer-events: all;
}
body.toggled-cart {
    overflow: hidden;
}
.off-carts .close-cart{
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 70px;
}
.off-carts .close-cart i{
    display: inline-block;
    background: url(../images/icon-close-cart.svg);
    background-size: 100% 100%;
    height: 20px;
    width: 26px;
}
.off-carts .detail-panier {
    max-height: 400px;
    overflow: scroll;
    padding: 10px 15px 0;
    margin-bottom: 20px;
    outline: initial !important;

}
.off-carts .content-item-panier {
    margin-bottom: 15px;
    height: 130px;
}
.off-carts .content-item-panier > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.off-carts .content-item-panier img{
    width: 100%;
    border-radius: 10px;
}
.off-carts .bloc-qte-panier {
    position: absolute;
    top: 50%;
    width: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 15px;
    font-family: "AvenirLTStd-Heavy";
}
.off-carts .bloc-qte-panier-moile{
    display: none;
}
.off-carts .bloc-qte-panier .down-qte{
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 35px;
    font-weight: 600;
    text-align: center;
    color: #BFBDBD;
    cursor: pointer;
}
.off-carts .bloc-qte-panier .down-qte i, .off-carts .bloc-qte-panier .up-qte i{
    font-style: normal;
    line-height: 35px;
}
.off-carts .bloc-qte-panier .up-qte{
    float: left;
    width: 15px;
    height: 35px;
    font-weight: 600;
    text-align: center;
    color: #BFBDBD;
    cursor: pointer;
}
.off-carts .bloc-qte-panier .form-control{
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0;
    margin-right: 5px;
    padding: 6px 0;
}
.off-carts .bloc-qte-panier .form-control::-webkit-inner-spin-button,
.off-carts .bloc-qte-panier .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.off-carts .bloc-qte-panier .form-control {
    -moz-appearance: textfield;
}
.off-carts .info-item-panier, .off-carts .bloc-price-item-panier .price-item-panier, .off-carts .delete-item-panier {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.off-carts .info-item-panier {
    width: 55%;
}
.off-carts .titre-item-panier, .off-carts .bloc-price-item-panier .price-item-panier {
    font-family: "AvenirLTStd-Heavy";
}
.off-carts .delete-item-panier {
    position: absolute;
    right: 0px;
    left: unset;
    font-size: 18px;
    color: #ababab;
    font-weight: 600;
    cursor: pointer;
}
.off-carts .delete-item-panier:hover {
    color: #FF7F50;
}
.off-carts .bloc-sub-cart {
    background: #F2F2F2;
    padding: 20px;
}

.off-carts .content-sub-cart {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.off-carts .price-sub-cart {
    float: right;
    color: #FF4F40;
    font-family: "AvenirLTStd-Heavy";
    font-size: 22px;
    margin-top: 0;
}
.off-carts .text-sub-cart {
    float: left;
    width: 100%;
    font-size: 9px;
    color: #9B9B9B;
    letter-spacing: 2px;
}
.off-carts .text-sub-cart > span{
    white-space: nowrap;
}
.off-carts .titre-sub-cart {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
    color: #4A4A4A;
    font-size: 16px;
    letter-spacing: 0;
}
.off-carts .btn-checkout {
    background: #FF4F40;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 30px;
    height: 45px;
    line-height: 35px;
    -webkit-box-shadow: 0px 7px 20px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 20px -3px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}



.bloc-slider-home .container{
    position: relative;
}
.bloc-slider-home .item-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 580px;
}
.bloc-slider-home .slide-text-left {
    font-family: "SnellRoundhand";
    position: absolute;
    left: -100px;
    transform: rotate(270deg) translateY(-50%);
    -webkit-transform: rotate(270deg) translateY(-50%);
    -moz-transform: rotate(270deg) translateY(-50%);
    -ms-transform: rotate(270deg) translateY(-50%);
    -o-transform: rotate(270deg) translateY(-50%);
    top: 50%;
    margin: 0;
    font-size: 18px;
    color: #9B9B9B;
    line-height: 18px;
}
.bloc-slider-home .slide-text-right{
    font-family: "SnellRoundhand";
    position: absolute;
    right: -100px;
    transform: rotate(90deg) translateY(-50%);
    -webkit-transform: rotate(90deg) translateY(-50%);
    -moz-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    -o-transform: rotate(90deg) translateY(-50%);
    top: 50%;
    margin: 0;
    font-size: 18px;
    color: #9B9B9B;
    line-height: 18px;
}
.categorie-home {
    text-align: center;
}
.categorie-home .description-categorie {
    text-align: center;
    margin-bottom: 90px;
}
.categorie-home .content-description-categorie {
    display: inline-block;
    width: 60%;
}
.categorie-home .titre-categories-bloc {
    text-align: left;
    padding-top: 90px;
    margin-bottom: 50px
}
.categorie-home .titre-categories {
    font-family: "Athelas-Bold";
    font-size: 24px;
    margin: 0;
    background: #4A4A4A;
    color: #fff;
    padding: 20px;
    display: inline-block;
    text-align: center;
    width: 66%;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.9);
}
.categorie-home .sous-titre-categories {
    display: inline-block;
    width: 66%;
    margin-top: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}
.categorie-home .sous-titre-categories:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 32px;
    width: 1px;
    background: #4A4A4A;
}
.categorie-home .masonery-category {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 20px;
    display: block;
    width: 90%;
    margin: auto;
}
.categorie-home .masonery-category > div {
    display: inline-block;
    width: 100%;
}
.categorie-home .item-categorie {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    padding-top: 10px;
}
.categorie-home .item-categorie:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    height: 80px;
    width: 30%;
    background: #666666;
}
.categorie-home .item-categorie .content-item-img-block {
    display: inline-block;
    width: 65%;
    height: 440px;
}
.categorie-home .item-categorie .content-item-img-block:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.categorie-home .item-categorie img {
    display: inline-block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 440px;
    position: relative;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.categorie-home .content-item-cat {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    width: 35%;
    text-transform: uppercase;
    color: #4A4A4A;
}
.categorie-home .titre-item-cat {
    display: inline-block;
    width: 70%;
    position: static;
    left: 3%;
    font-family: "athelas-regular";
    font-size: 29px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-left: 5px;
    line-height: 34px;
    min-height: 100px;
    color: #474747 !important;
}
.categorie-home .btn-item-cat {
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid #4A4A4A;
    text-align: right;
}
.categorie-home .btn-item-cat:hover {
    color: #FF4F40;
}
.about-home {
    padding: 30px 0 50px;
}
.about-home .row{
    position: relative;
    margin-bottom: 70px;
}
.about-home .content-about-home {
    background: #FFF;
    -webkit-box-shadow: -36px 18px 80px 4px rgba(0, 0, 0, 0.30);
    box-shadow: -36px 18px 80px 4px rgba(0, 0, 0, 0.30);
}
.about-home .detail-about-home {
    padding: 60px 40px;
    display: inline-block;
    width: 68%;
    /*text-align: justify;*/
    position: relative;
}
.about-home .titre-about-home {
    font-family: "Athelas-Bold";
    font-size: 44px;
    margin: 0;
    color: #4A4A4A;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.about-home .text-about {
    font-size: 18px;
    color: #919191;
    margin-bottom: 30px;
}
.about-home .bloc-btn-about{
    height: 60px;
    position: relative;
}
.about-home .btn-about {
    background: #FF4F40;
    width: 200px;
    height: 60px;
    display: inline-block;
    line-height: 16px;
    text-align: right;
    position: absolute;
    right: -42%;
    z-index: 1;
    -webkit-box-shadow: -2px 5px 16px 0px rgba(0, 0, 0, 0.30);
    box-shadow: -2px 5px 16px 0px rgba(0, 0, 0, 0.30);
}
.about-home .btn-about i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/about-arrow-right.svg);
    background-size: 100% 100%;
    height: 20px;
    width: 50px;
}
.about-home .image-about-home {
    position: absolute;
    height: 100%;
    top: 70px;
    left: 41%;
}
.about-home .image-about-home img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.galerie-section {
    position: relative;
    padding: 60px 0;
}
.galerie-section .slick-prev,.galerie-section .slick-next{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.galerie-section .container {
    width: 100%;
    padding: 0;
}
.galerie-section .titre-galerie {
    color: #FF4F40;
    font-family: "Athelas-Bold";
    font-size: 40px;
    letter-spacing: 4px;
    position: absolute;
    right: 30%;
    top: 10%;
    margin: 0;
    z-index: 1;
}
.galerie-section .slider-galerie-mob{
    display: none;
    text-align: center;
}
.galerie-section .item-gal-mob{
    padding: 15px;
}
.galerie-section .slider-galerie-mob img{
    display: inline-block;
    height: 260px;
    -webkit-box-shadow: -4px 8px 16px -4px #4A4A4A;
    box-shadow: -4px 8px 16px -4px #4A4A4A;
}
.galerie-section .item-gal-full {
    text-align: center;
}
.galerie-section .slider-galerie-mob:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    height: 50%;
    width: 70%;
    background: #F2F2F2;
}
.galerie-section .item-gal-full img {
    display: inline-block;
    width: 65%;
}
.galerie-section .slick-prev:before, .galerie-section .slick-next:before{
    content: none;
}
.galerie-section .slick-prev{
    background: url(../images/galerie-arrow-left.svg);
    background-size: 100% 100%;
    height: 70px;
    width: 70px;
    z-index: 1;
    left: 0;
    top: 55%;
}
.galerie-section .slick-next{
    background: url(../images/galerie-arrow-right.svg);
    background-size: 100% 100%;
    height: 70px;
    width: 70px;
    z-index: 1;
    right: 0;
    top: 55%;
}


footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-top {
    /*  border-top: 1px solid #979797;
      border-bottom: 1px solid #979797; */
    padding: 20px 0;
    text-transform: uppercase;
    color: #FF4F40;
    font-size: 15px
}
.footer-top span:hover{
    font-weight: 600;
}
.footer-top a{
    color: #FF4F40;
}

/*footer .row > div:nth-child(2){
    text-align: center;
}
.footer-top .row > div:nth-child(3), .bottom-footer .row > div:nth-child(1){
    text-align: right;
}*/


.footer-top .bordred  {
    border-top: 1px solid #979797;
    padding: 50px 0;
    text-align: center;
}

.footer-top .bordred .d-flex  {
    display: flex;
}

.footer-top .bordred .d-30  {
    width: 30%;
}

.footer-top .bordred .d-100  {
    width: 100%;
}

.footer-top .bordred .align-self-center {
    align-self: center!important;
}

.footer-top .bordred:last-child {
    border-bottom: 1px solid #979797;
}

.footer-top .bordred span{
    display: block;
    padding: 4px 0;
}

.bottom-footer{
    padding: 30px 0 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.bottom-footer a{
    /*font-family: "AvenirNextLTPro-MediumCn";*/
    font-family: "AvenirNextLTPro-Regular";
    color: #4A4A4A;
    padding-bottom: 6px;
    display: inline-block;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.bottom-footer a:hover{
    color: #FF4F40;
}
.bottom-footer .row > div {
    float: right;
}
.social-footer {
    margin-bottom: 10px;
}
.social-footer a {
    display: inline-block;
    height: 36px;
    width: 36px;
    text-align: center;
    border: 2px solid #9B9B9B;
    color: #9B9B9B;
    border-radius: 50%;
    font-size: 19px;
    padding: 0;
    margin-left: 6px;
}
.social-footer i {
    line-height: 31px;
}
.logo-payements {
    display: inline-block;
    width: 60%;
    padding-right: 4px;
}
.logo-payements span {
    margin: 10px -2px;
    display: inline-block;
    width: 50%;
    text-align: right;
}
.logo-payements img {
    display: inline-block;
}
/**********************************\
    Responsive
\**********************************/
.bloc-menu-category {
    padding: 50px 0 10px 0;
    display: none;
}
.bloc-menu-category .container{
    width: 1440px;
    padding: 0;
}
.bloc-menu-category .item-menu-cat {
    font-size: 32px;
    text-align: center;
    font-family: "Athelas-Bold";
    text-transform: uppercase;
    letter-spacing: 4px;
}
.bloc-menu-category .item-menu-cat a{
    color: #E6E6E6;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bloc-menu-category .item-menu-cat a:hover{
    color: #FF4F40;
}
.bloc-menu-category .item-menu-cat.slick-current a{
    color: #FF4F40;
}
.bloc-menu-category .item-menu-cat.slick-current a h1 {
    margin: 0;
}
.header-category {
    background-position: center;
    background-size: cover;
    height: 416px;
}
.fillter-products {
    margin-bottom: 30px;
}
.fillter-products .show-cat {
    text-align: left;
}
.fillter-products .range-price {
    text-align: right;
}
.fillter-products .titre-filter {
    display: inline-block;
    vertical-align: bottom;
    width: 170px;
    font-family: "athelas-regular";
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #4A4A4A;
    text-align: left;
}
.fillter-products .titre-filter i {
    font-style: normal;
}
.fillter-products .show-cat .titre-filter {
    width: 120px;
}
.fillter-products .bloc-action-filter {
    display: inline-block;
    vertical-align: sub;
    width: 60%;
    position: relative;
}
.fillter-products .show-cat .bloc-action-filter {
    width: calc(100% - 130px);
    max-width: 100%;
}
.bloc-action-filter .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #717171;
}
.fillter-products .bloc-action-filter .form-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #DADADA;
    font-size: 16px;
}
.fillter-products .bloc-action-filter .price-rang-color-change {
    color: #9b9b9b;
    font-size: 14px;
}
.fillter-products .price-max {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 60px
}
.vhidden {
    visibility: hidden;
}
.closest-products {
    display: block;
    margin: 30px;
    font-family: "athelas-regular";
    color: #4A4A4A;
    text-align: center;
    font-size: 29px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.fillter-products .price-min {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 50px;
    text-align: right
}
.fillter-products .bloc-action-filter i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #DADADA;
    font-style: normal;
}
.fillter-products .bloc-action-filter select.form-control,
.fillter-products .bloc-action-filter .nice-select.form-control {
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    /*border-bottom: 1px solid #D8D8D8;*/
    border-radius: 0 !important;
    width: 80%;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    padding-right: 20px;
    width: 100% !important;
    max-width: 400px;
}
.show-cat .bloc-action-filter:before{
    content: '';
    position: absolute;
    top: 16px;
    right: 20%;
    pointer-events: none;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #4A4A4A transparent transparent transparent;
}
.ui-slider-horizontal .ui-slider-range {
    background: #4A4A4A;
}
ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #4A4A4A;
    background: #4A4A4A;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}
.ui-widget.ui-widget-content {
    background: #DADADA;
    border: 1px solid #ffffff;
    height: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.27em;
    margin-left: -.6em;
}
.bloc-item-product {
    padding: 50px 0 0;
}
.bloc-item-product .item-product {
    min-height: 605px;
}
.bloc-item-product .item-product:nth-child(3n+1) {
    padding-right: 65px;
}
.bloc-item-product .item-product:nth-child(3n+2) {
    padding: 0 40px;
}
.bloc-item-product .item-product:nth-child(3n+3) {
    padding-left: 65px;
}
.bloc-item-product .image-product-item {
    height: 508px;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    border-top-left-radius:150px;
    border-top-right-radius:150px;
}

.bloc-item-product .image-product-item:hover {
    box-shadow: 0 0 51px rgba(33,33,33,.1);
    -webkit-box-shadow: 0 0 51px rgba(33,33,33,.1);
    -moz-box-shadow:   0 0 51px rgba(33,33,33,.1);

}

.image-product-item img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    margin: auto;
}
.content-product-item{
    padding: 15px 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #4A4A4A;
}
.content-product-item:hover {
    color: #FF4F40;
}
.titre-product-item {
    font-family: "AvenirLTStd-Heavy";
    font-size: 16px;
    margin: 0;
}
.ref-product-item {
    color: #9B9B9B;
    font-size: 15px;
    margin: 0;
}
.price-product-item {
    text-align: right;
    font-family: "AvenirLTStd-Heavy";
}
.bloc-item-product .item-product.item-special-product {
    padding: 0 40px;
}
.bloc-item-product .content-special-text-produit {
    font-family: "athelas-regular";
    font-style: italic;
    color: #4A4A4A;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 100px auto 60px;
}
.bloc-item-product .content-special-text-produit span {
    display: block;
    margin: 20px 0 30px;
    font-size: 13px;
}
.bloc-item-product .titre-special-produit {
    font-family: "Athelas-Bold";
    text-transform: uppercase;
    color: #4A4A4A;
    letter-spacing: 2px;
    text-align: center;
}
.bloc-item-product .item-product.item-logo-creel {
    padding-left: 65px;
    padding-right: 15px;
}
.bloc-item-product .logo-creel{
    text-align: center;
    position: relative;
}
.bloc-item-product .logo-creel img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 86%;
    height: auto;
    display: inline-block;
}
.bloc-item-product .images-description-category, .bloc-item-product .description-category{
    min-height: 400px;
    margin: 40px 0 120px;
}
.bloc-item-product .content-desc-category {
    text-align: center;
    margin-top: 70px;
}
.bloc-item-product .titre-desc-category {
    font-family: "Athelas-Bold";
    text-transform: uppercase;
    color: #4A4A4A;
    font-size: 34px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}
.bloc-item-product .text-desc-category {
    display: inline-block;
    width: 70%;
    /*text-align: justify;*/
}
.bloc-item-product .slider-desc-category {
    text-align: right;
    position: relative;
    padding-right: 70px;
}
.bloc-item-product .item-slide-desc img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 390px;
    display: inline-block;
}

.slick-dots li {
    margin: 0;
}
.slick-dots li button::before {
    width: 10px;
    height: 10px;
    content: '';
    background: #fff;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    opacity: 1;
}
.slick-dots li.slick-active button::before, .slick-dots li button:hover::before, .slick-dots li button:focus::before {
    background: #FF4F40;
    opacity: 1;
}
.bloc-item-product .slider-desc-category .item-slide-desc:nth-child(2){
    position: absolute;
    left: 0px;
    top: 100px;
}
.bloc-item-product .slider-desc-category .item-slide-desc:nth-child(1) {
    margin-top: -15px;
}
.bloc-item-product .slider-desc-category .item-slide-desc:nth-child(2) {
    left: 110px;
    top: 66px;
}
.bloc-item-product .slider-desc-category{
    position: static;
}

.bloc-item-product .slider-desc-category .item-slide-desc:first-child{
    width: 400px;
    float: right;
}
.bloc-item-product .slider-desc-category .item-slide-desc:first-child img{
    width: 100%;
}
.bloc-item-product .slider-desc-category .item-slide-desc:nth-child(2){
    width: 300px;
    left: 0;
}
.bloc-item-product .slider-desc-category .item-slide-desc:nth-child(2) img{
    width: 100%;
}
.row-more-discover {
    font-family: "Athelas-Bold";
    font-size: 31px;
    text-align: center;
    padding: 30px 0;
}
.more-discover {
    background: #4A4A4A;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 30px;
    font-family: "AvenirLTStd-Heavy";
    border-radius: 30px;
    font-size: 14px;
    line-height: 26px;
    height: 44px;
    cursor: pointer;
}
.more-discover:hover {
    background: #FF4F40;
    border-color: #FF4F40;
}
/**********************************\
    Produit
\**********************************/
.produit-single-section {
    padding: 0;
    color: #4A4A4A;
}
.nav-product {
    padding: 15px 0px 10px;
    font-family: "AvenirNextLTPro-MediumCn";
    color: #4A4A4A;
    text-transform: uppercase;
    font-size: 14px;
    min-height: 50px;
    position: relative;
}
.nav-product i {
    display: inline-block;
    background: url(../images/back-icon-product.svg);
    background-size: 100% 100%;
    width: 15px;
    height: 14px;
}
.nav-product a.back-btn {
    position: absolute;
    z-index: 9;
    top: 10px;
}
.produit-single-section .imag-product-single {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.produit-single-section .imag-product-single img{
    width: 100%;
    max-height: 643px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.produit-single-section .bloc-scrol-down {
    position: absolute;
    bottom: 15px;
    right: 30px;
    text-align: center;
}
.produit-single-section .bloc-scrol-down .angle-down{
    display: inline-block;
    background: url(../images/down-icon-product.svg);
    background-size: 100% 100%;
    width: 22px;
    height: 10px;
}
.produit-single-section .bloc-scrol-down span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}
.produit-single-section .content-product-single {
    width: 500px;
    display: none;
    position: absolute;
    top: 0;
    left: 58.33333333%;
    right: 0;
    bottom: 0;
    height: 100% !important;
}
.produit-single-section .detail-content-product {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    width: 60%;
    text-align: left;
    color: #4A4A4A
}
.produit-single-section .detail-content-product p {
    margin-bottom: 0px;
}
.produit-single-section .detail-content-product p.cat-product-single i {
    display: inline-block;
    margin: 0 5px;
}
.produit-single-section .titre-product-single {
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
    font-family: "athelas-regular";
    font-size: 30px;
    letter-spacing: 3px;
}
.produit-single-section .titre-product-single:before {
    content: '';
    position: absolute;
    left: -67%;
    bottom: 0;
    height: 2px;
    width: 85%;
    background: #4A4A4A;
}
.produit-single-section .cat-product-single {
    font-family: "AvenirNextLTPro-MediumCn";
    font-size: 19px;
}
.produit-single-section .ref-product-single {
    color: #9B9B9B;
    font-size: 16px;
}
.produit-single-section .price-roduct-single {
    font-family: "AvenirLTStd-Heavy";
    font-size: 19px;
}
.produit-single-section .add-to-card{
    margin-top: 10px;
}
.produit-single-section .btn-add-card {
    background: #4A4A4A;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 30px;
    font-family: "AvenirLTStd-Heavy";
    border-radius: 30px;
    font-size: 14px;
    line-height: 26px;
    height: 44px;
}
#detail-product{
    padding: 50px 30px;
    text-align: center;
    background: #F5F5F5;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}
.content-detail-product{
    display: inline-block;
    width: 30%;
    text-align: left;
}
.image-detail-product {
    border: 8px solid #FFF;
    margin-bottom: 15px;
}
/*.image-detail-product img {
    width: 100%;
}*/
.produit-single-section .content-detail-product .titre-product-single{
    font-size: 23px;
    padding-bottom: 10px;
}
.produit-single-section .content-detail-product .titre-product-single:before{
    content: none;
}
.description-single-product {
    /*text-align: justify;*/
    font-size: 15px;
}
.produit-single-section .content-detail-product .add-to-card{
    margin-top: 20px;
    text-align: center;
}
.produit-single-section .content-detail-product .btn-add-card {
    background: #9B9B9B;
    border: 1px solid #979797;
    width: 100%;
}
.related-products-single {
    padding-bottom: 0;
}
.related-products-single .titre-related-product {
    font-family: "athelas-regular";
    color: #4A4A4A;
    text-align: center;
    font-size: 29px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.related-products-single .image-product-item {
    height: 370px;
}
.related-products-single .item-product {
    padding: 0 25px;
}
.related-products-single .titre-product-item, .related-products-single .price-product-item {
    position: relative;
    font-size: 14px;
    top: 25px;
}
.related-products-single .ref-product-item {
    position: relative;
    font-size: 13px;
    top: 25px;
}
.image-wrapper {
    position: relative;
    display: inline-block;
}

.more-images-indicator {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    opacity: 0;
    filter: drop-shadow(1px 1px 1px black);
    transition: opacity 0.3s;
}

.image-wrapper:hover .more-images-indicator,
.mobile .image-wrapper .more-images-indicator {
    opacity: 1;
}
@media (max-width: 767px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
}
/**********************************\
        LIBRARY GRID
\**********************************/
.product-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1440px;
  max-height: 1440px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  padding-top: 50px;
}

.product-item {
  flex: 1 1 10%; /* Distribute the available space equally among all items */
  max-width: 10%; /* Ensure that each item occupies a maximum of 10% of the container width */
  box-sizing: border-box; /* Include padding and borders within the item's dimensions */
  box-shadow: inset 0px 1px 5px 1px #d4d4d4;
  
}

.product-item img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  z-index: -2;
}

/* Styles for products with product_archive_size */
.product-item:nth-child(4n+1) img {
  /* Custom styles for products with product_archive_size */
}

.product-item:nth-child(4n+2) img {
  /* Custom styles for products with product_archive_size */
}

/* Styles for other products with product_square_image */
.product-item:not(:nth-child(4n+1)):not(:nth-child(4n+2)) img {
  /* Custom styles for other products with product_square_image */
}
/**********************************\
    About US
\**********************************/
.header-page {
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
}
.header-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: #000; */
    opacity: .4
}
.header-page .titre-header-page {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    margin: 0;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 5px;
    font-family: "athelas-regular";
}

.bloc-description-about {
    padding: 60px 0 80px;
}
.bloc-description-about img {
    display: inline-block;
    -webkit-box-shadow: -13px 13px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -13px 13px 40px 0px rgba(0, 0, 0, 0.2);
    height: 267px;
    -o-object-fit: cover;
    object-fit: cover;
}
.bloc-description-about .second-img-desc-about {
    position: absolute;
    top: 50%;
    right: 60px;
}
.bloc-description-about .content-desc-about {
    margin-top: 50px;
    /*text-align: justify;*/
    font-size: 17px;
    color: #4A4A4A;
    padding-left: 40px;
}
.bloc-description-about .content-desc-about p {
    margin-bottom: 30px;
}
.banner-about {
    margin: 30px 0;
}
.banner-about img{
    width: 100%;
}
.creel-about {
    padding: 30px 0 60px;
}
.creel-content-about {
    text-align: center;
}
.creel-about .icon-creel {
    margin-top: 40px;
}
.creel-about .icon-creel img {
    display: inline-block;
    width: 160px;
    margin-bottom: 40px;
}
.creel-about .text-creel-about {
    display: inline-block;
    width: 80%;
    /*text-align: justify;*/
}
.creel-about .second-img-creel-about {
    position: absolute;
    top: 50%;
    left: 26%;
}
.creel-about .second-img-creel-about img {
    -webkit-box-shadow: -13px 13px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -13px 13px 40px 0px rgba(0, 0, 0, 0.2);
    height: 267px;
    display: inline-block;
}


.bloc-instagram {
    padding: 30px 0;
}
.bloc-instagram .titre-bloc-instagram {
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 3px;
    font-family: "athelas-regular";
}

.bloc-instagram .titre-bloc-instagram span{
    display: inline-block;
    width: 30%;
}
.bloc-instagram .item-slide-insta{
    padding: 0 20px;
}
.bloc-instagram .img-insta img {
    display: inline-block;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 15px;
}
.creel-informations {
    padding: 60px 0;
}
.creel-informations #map,.creel-informations #map2{
    height: 640px;
    position: relative;
}
.creel-informations .content-creelinfo {
    padding-left: 18%;
    padding-top: 30px;
    position: relative
}
.creel-informations .content-creelinfo:before{
    content: '';
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -60px;
    height: 2px;
    width: 100px;
    background: #4A4A4A;
}
.creel-informations .item-content-creelinfo {
    margin-bottom: 50px;
}
.creel-informations .titre-creelinfo {
    font-family: "Athelas-Bold";
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.creel-informations .sous-titre-creelinfo{
    display: block;
    font-family: "AvenirNextLTPro-Regular";
    margin-top: 5px;
}
.creel-informations .text-creelinfo {
    /*text-align: justify;*/
}
.creel-informations .item-content-creelinfo:nth-child(2){
    margin-bottom: 30px;
}
.creel-informations .btn-contact {
    font-family: "AvenirLTStd-Heavy";
    background: #FF4F40;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 50px;
    letter-spacing: 2px;
    height: 42px;
    line-height: 24px;
}
/**********************************\
    Presse
\**********************************/
.press-header-texte {
    position: absolute;
    bottom: 10px;
    right: 30px;
    text-align: right;
    width: 400px;
    color: #FFF;
    font-family: "athelas-regular";
    opacity: .4;
}
.press-header-texte .titre-header-presse {
    font-size: 28px;
    letter-spacing: 3px;
}
.filter-presse {
    text-align: center;
    padding: 30px 0;
}
.filter-presse .choix{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    font-family: "athelas-regular";
    font-size: 29px;
    letter-spacing: 4px;
}
.filter-presse .choix:hover{
    color: #4A4A4A;
}
.filter-presse .choix-active::after, .filter-presse .choix:hover:after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -sm-transform: translateX(-50%);
    left: 50%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #4A4A4A transparent transparent transparent;
}
.blocs-presses {
    background: #F5F5F5;
    padding: 50px 0 20px;
}
.blocs-presses img{
    display: inline-block;
    height: 14px;
}
.blocs-presses .container {
    position: relative;
}
.blocs-presses .menu-section-item {
    position: absolute;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
    z-index: -1;
    top: 0px;
    left: 30px;
    right: 30px;
    bottom: 0;
    overflow: hidden;
    text-align: center;
}
.blocs-presses .menu-section-active {
    display: block;
    position: static;
    opacity: 1;
}
.blocs-presses .item-presse {
    font-family: "athelas-regular";
    font-style: italic;
    padding: 0 20px;
    margin-bottom: 40px;
}
.blocs-presses .bloc-content-item-presse{
    padding: 20px;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
}
.blocs-presses .item-presse:hover .bloc-content-item-presse {
    background: #FFF;
    -webkit-box-shadow: 5px 10px 23px 5px rgba(119, 119, 119, 0.39);
    box-shadow: 5px 10px 23px 5px rgba(119, 119, 119, 0.39);
}
.blocs-presses .content-item-press {
    position: relative;
    padding-bottom: 30px;
}
.blocs-presses .content-item-press:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 1px;
    width: 150px;
    background: #979797;
}
.blocs-presses .content-item-press p {
    margin: 20px 0;
    /* min-height: 100px;*/
}
.blocs-presses .logo-item-presse {
    padding: 15px;
}
/**********************************\
    Payement
\**********************************/

.payment-section {
    padding: 0;
}
.payment-section .logo-payment-mob{
    display: none;
    padding: 20px 10px;
    text-align: center
}
.payment-section .logo-payment-mob img{
    width: 180px;
}
.bloc-show-order-payment .panier-show {
    background: url(../images/cart-icon.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}
.bloc-show-order-payment .count-panier {
    position: absolute;
    top: -4px;
    right: -8px;
    height: 16px;
    width: 16px;
    background: #FF4F40;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-size: 10px;
    line-height: 18px;
    color: #FFF;
}
.payment-section .payment-detail {
    width: 60%;
    float: right;
    text-align: center;
    padding-top: 40px;
    font-size: 13px;
    font-family: "AvenirLTStd-Light";
}
.payment-section .bloc-payment-detail{
    width: 460px;
    display: inline-block;
    text-align: left;
}
.payment-section .content-payment-detail {
    margin-bottom: 80px;
}
.payment-section .logo-payment {
    margin-bottom: 40px;
}
.payment-section .logo-payment img {
    width: 200px;
}

.payment-section .breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.payment-section .breadcrumbs li{
    float: left;
    color: #9B9B9B;
    font-size: 12px;
    margin-right: 10px;
    font-family: "AvenirLTStd-Light";
}
.payment-section .breadcrumbs strong{
    font-size: 12px;
    font-family: "AvenirNextLTPro-MediumCn";
}
.payment-section .infos-user-payment {
    border: 1px solid #D8D8D8;
    padding: 15px 25px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px;
}
.payment-section .row-info-user-payement {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}
.payment-section .row-info-user-payement:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.payment-section .infos-user-payment span{
    float: left;
}
.payment-section .titre-row-info {
    color: #9B9B9B;
    width: 80px;
}
.payment-section .text-row-info {
    width: calc(100% - 160px);
    font-family: "AvenirNextLTPro-MediumCn";
    font-size: 15px;
}
.payment-section .change-row-info{
    width: 80px;
    text-align: right;
}

.payment-section .titre-method-payment {
    font-family: "AvenirLTStd-Heavy";
    margin-bottom: 3px;
    text-transform: uppercase;
}
.payment-section .bloc-payment-method {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    margin: 15px 0px 20px;
}
.payment-section .bloc-payment-method > div,
.payment-section .bloc-payment-method > li {
    border-bottom: 1px solid #D6D6D6;
    padding: 0;
}
.payment-section .bloc-payment-method > div:last-child,
.payment-section .bloc-payment-method > li:last-child{
    border-bottom: 0;
}
.payment-section .first-method-payment {
    display: inline-block;
    width: 100%;
}
.payment-section .bloc-payment-method label{
    margin: 0;
    font-weight: normal;
}
.payment-section .bloc-payment-method input{
    margin-right: 10px;
}
.payment-section .first-method-choix {
    float: left;
}
.payment-section .icons-card {
    float: right;
}
.payment-section .form-first-method-payment {
    background: #F2F2F2;
    padding: 12px 5px !important;
}
.payment-section .form-first-method-payment > div,
.payment-section .form-first-method-payment > li{
    padding: 5px 15px;
}
.payment-section .bloc-payment-method .form-control {
    border: 1px solid #E1E1E1;
}
.payment-section .numbre-card-form:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 25px;
    background: url(../images/locked-num-card.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 10px;
    pointer-events: none;
}
.payment-section .cvv-form:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 25px;
    background: url(../images/icon-cvv.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 13px;
    pointer-events: none;
}
.payment-section .titre-billing {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
    margin-bottom: 0;
}
.payment-section .bloc-choix-billing {
    margin: 15px 0 20px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}
.payment-section .bloc-payment-detail label{
    margin: 0;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.payment-section .bloc-payment-detail label input{
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
}
.payment-section .bloc-payment-detail .checkmark {
    position: absolute;
    top: 3px;
    left: -2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #979797;
}
.payment-section .bloc-payment-detail .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.payment-section .bloc-payment-detail label input:checked ~ .checkmark:after {
    display: block;
}
.payment-section .billing-address-is-different label input[checked="checked"] ~ .checkmark:after {
    display: block;
}
.payment-section .bloc-payment-detail label .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4A4A4A;
}
.payment-section .bloc-choix-billing > div{
    padding: 15px 20px;
}
.payment-section .bloc-choix-billing > div {
    padding: 10px 20px;
    border-bottom: 1px solid #D8D8D8;
}
.payment-section .bloc-choix-billing > div:last-child{
    border: 0;
}
.payment-section .bloc-btn-complet-payment {
    margin-bottom: 20px;
}
.bloc-btn-back{
    margin-top: 30px;
}
.bloc-btn-back .back-to-choix-checkout{
    display: none;
}
.form-infos-checkout{
    display: none;
}
.payment-section .btn-complet-payement,
.btn-red {
    width: 100%;
    text-align: center;
    background: #FF4F40;
    color: #FFF;
    padding: 8px 12px;
    font-family: "AvenirLTStd-Heavy";
    font-size: 14px;
}
.bloc-choix-account-user {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
.bloc-choix-account-user span {
    display: block;
    margin: 6px 0;
}
.btn-continue-info-user {
    background: #4A4A4A;
    width: 100%;
    color: #FFF;
    padding: 8px 12px;
    font-family: "AvenirLTStd-Heavy";
    font-size: 14px;
    margin-top: 0;
}
.bloc-form-login-toggle {
    padding: 30px 0 0;
    display: none;
}
.bloc-form-login-toggle .send-reset-login{
    display: inline-block;
    width: 100%;
}
.bloc-form-login-toggle .lost_password{
    padding: 10px 0;
    margin-bottom: 5px;
    float: left;
}
.bloc-form-login-toggle .btn-login-checkout{
    float: right;
    margin-bottom: 8px;
}
.bloc-form-login-toggle .btn-login-checkout .btn-complet-payement {
    width: auto;
    padding: 8px 20px;
}
.bloc-form-login-toggle .lost_password a {
    color: #FF4F40;
}
.bloc-form-login-toggle .hr-or{
    text-align: center;
    border-top: 1px solid #E1E1E1;
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0;
}


.bloc-form-login-toggle {
    background-color: transparent;
    width: 100%;
    height: 335px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.bloc-form-login-toggle .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

.bloc-form-login-toggle.lost-pass-active .flip-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.bloc-form-login-toggle .woocommerce-form-login, .bloc-form-login-toggle .lost_reset_password {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.bloc-form-login-toggle .lost_reset_password {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.back-to-login{
    display: block;
    margin-bottom: 20px;
}

.payment-section .return-method i {
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    font-style: normal;
    margin-right: 5px;
}
.payment-section .footer-payment-bloc {
    padding: 15px 0;
    border-top: 1px solid #979797;
    font-family: "AvenirNextLTPro-MediumCn";
}
.payment-section .footer-payment-bloc a{
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.payment-section .footer-payment-bloc a:hover{
    color: #FF4F40;
}
.payment-section .footer-payment-bloc ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.payment-section .footer-payment-bloc li {
    float: left;
    margin-right: 20px;
}
.payment-section .footer-payment-bloc li:last-child{
    margin-right: 0;
}
.payment-section .detail-payment-panier {
    float: right;
    width: 40%;
    background: #F2F2F2;
    padding-top: 120px;
    text-align: center;
}
.payment-section .order-payment-panier{
    width: 380px;
    text-align: left;
}
.payment-section .liste-order-payment {
    overflow-y: scroll;
    max-height: 260px;
    padding: 10px 0;
}
.payment-section .row-order-item{
    display: inline-block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.payment-section .img-order-item {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
}
.payment-section .count-qte {
    position: absolute;
    top: -6px;
    right: -5px;
    height: 20px;
    width: 20px;
    background: #FF4F40;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    color: #FFF;
}
.payment-section .img-order-item img {
    border-radius: 6px;
}
.payment-section .info-order-item {
    float: left;
    width: calc(100% - 160px);
    padding-top: 10px;
    padding-left: 20px;
}
.payment-section .info-order-item .titre-order-item {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
    margin-bottom: 5px;
}
.payment-section .info-order-item .reference-order-item{
    color: #9B9B9B;
    font-family: "AvenirNextLTPro-MediumCn";
    font-size: 13px;
}
.payment-section .price-order-item {
    font-family: "AvenirLTStd-Heavy";
    float: right;
    width: 80px;
    text-align: right;
    padding-top: 10px;
}
.payment-section .gift-card-bloc-order {
    padding: 20px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.payment-section .form-gift-code {
    display: inline-block;
    width: 100%;
}
.payment-section .code-gift-card {
    float: left;
    width: calc(100% - 80px);
    padding: 0 10px;
    margin-bottom: 20px;
}
.payment-section .code-gift-card .form-control {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 38px;
    font-size: 12px;
}
.payment-section .apply-gift-card {
    float: left;
    width: 80px;
    font-family: "AvenirLTStd-Heavy";
}
.payment-section .apply-gift-card .btn-apply-gift{
    background: #4A4A4A;
    width: 100%;
    color: #FFF;
    height: 38px;

}
.payment-section .info-shipping-total {
    font-family: "AvenirNextLTPro-MediumCn";
    padding: 20px 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #D8D8D8;
}

.payment-section .info-shipping-total > div {
    padding-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.payment-section .info-shipping-total > div:last-child{
    margin-bottom: 0;
}
.payment-section .titre-shipping-total, .payment-section .titre-total-global-orders{
    float: left;
}
.payment-section .price-shipping-total, .payment-section .price-total-global-orders{
    float: right;
}
.payment-section .total-global-orders {
    font-family: "AvenirLTStd-Heavy";
    padding: 20px 0 20px 10px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
/**********************************\
    Shipping Method
\**********************************/
.shipping-method-section .bloc-choix-billing > div{
    display: inline-block;
    width: 100%;
}
.shipping-method-section .shipping-methode-choix label{
    float: left;
}
.shipping-method-section .price-shipping-methode{
    float: right;
    font-family: "AvenirLTStd-Heavy";
    margin-bottom: 0;
    line-height: 22px;
}
.shipping-method-section .content-payment-detail {
    padding-bottom: 60px;
}

/**********************************\
    Customer Information
\**********************************/
.customer-information-section .content-payment-detail {
    margin-bottom: 50px;
}
.customer-information-section .checkbox{
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.customer-information-section .checke{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
.customer-information-section .checke:after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #4A4A4A;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.customer-information-section .checke:after {
    content: "";
    position: absolute;
    display: none;
}
.customer-information-section .checkbox input:checked ~ .checke:after {
    display: block;
}
.customer-information-section .btn-paypal {
    width: 100%;
    background: #FFBF28;
    padding: 10px;
    position: relative;
    margin: 20px 0 25px;
}
.customer-information-section .btn-paypal:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.customer-information-section .btn-paypal span {
    position: absolute;
    right: -50px;
    height: 32px;
    width: 32px;
    background: #2233b9;
    top: 5px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
}
.customer-information-section .or-trie {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
}
.customer-information-section .or-trie:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #D8D8D8;
}
.customer-information-section .or-trie span {
    display: inline-block;
    background: #FFF;
    position: relative;
    padding: 3px 10px;
    text-transform: uppercase;
}
.customer-information-section .titre-bloc-info-customer {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
    margin-bottom: 15px;
}
.customer-information-section .form-control{
    border: 1px solid #E1E1E1;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.customer-information-section .form-group {
    margin-bottom: 10px;
}
.customer-information-section .second-info-customer {
    padding: 10px 0 15px;
    display: inline-block;
    width: 100%;
}
.customer-information-section .woocommerce-address-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.customer-information-section .woocommerce-address-fields__field-wrapper .form-row{
    width: 48.8%;
}
.customer-information-section .woocommerce-address-fields__field-wrapper .form-row .select2{
    width: 100% !important;
}
.customer-information-section #shipping_address_1_field,
.customer-information-section #shipping_address_2_field,
.customer-information-section #shipping_phone_field
{
    width: 100%;
}
.customer-information-section #shipping_first_name_field{ order: 1; }
.customer-information-section #shipping_last_name_field{ order: 2; }
.customer-information-section #shipping_address_1_field{ order: 3; }
.customer-information-section #shipping_address_2_field{ order: 4; }
.customer-information-section #shipping_country_field{ order: 5; }
.customer-information-section #shipping_city_field{ order: 6; }
.customer-information-section #shipping_state_field{ order: 7; }
.customer-information-section #shipping_postcode_field{ order: 8; }
.customer-information-section #shipping_phone_field{ order: 9; }

.cart-discount {
    width: 100%;
    float: left;
    padding: 8px 0;
}

span.coupon-total.pull-right .amount {
    font-family: "AvenirNextLTPro-MediumCn" !important;
}

a.woocommerce-remove-coupon {
    color: #ff4f40;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    top: -1px;
    left: 10px;
}

span.coupon-title {
    font-size: 13px;
}

/**********************************\
    My Account
\**********************************/
#accordion .panel{
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
#accordion .panel:first-child{
    border-top: 1px solid #D8D8D8;
}
#accordion .panel:last-child{
    border-bottom: 0;
}
#accordion .titre-show-account {
    font-family: "AvenirLTStd-Light";
    position: relative;
    font-size: 17px;
    padding: 0 0 0 20px;
    cursor: pointer;
    margin: 0;
}
#accordion .titre-show-account a{
    color: #4A4A4A;
    text-decoration: none;
}
#accordion .titre-show-account a::before {
    content: '-';
    display: inline-block;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 17px;
}
#accordion .titre-show-account .collapsed::before {
    content: '+';
}

.my-order-bloc .panel-collapse{
    text-align: center;
}
.my-order-bloc .content-my-order {
    display: inline-block;
    width: 70%;
    text-align: left;
    padding: 30px 0;
}
.my-order-bloc .content-my-order > div {
    padding: 25px 0;
}
.my-order-bloc .liste-my-order-items {
    border-bottom: 1px solid #D8D8D8;
}
.my-order-bloc .address-my-order {
    position: relative;
}
.my-order-bloc .address-my-order:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #D8D8D8;
}
.my-order-bloc .content-my-order > div:last-child {
    padding-bottom: 10px;
}
.my-order-bloc .content-my-order .row > div{
    padding: 0;
}
.my-order-bloc .item-my-order {
    margin-bottom: 10px;
}
.my-order-bloc .item-my-order:last-child{
    margin-bottom: 0px;
}
.my-order-bloc .img-my-order-item, .section-confirmation .img-my-order-item  {
    float: left;
    width: 90px;
    height: 90px;
}
.my-order-bloc .img-my-order-item-no-available {
    display: table;
    background: #e9e9e9;
    border-radius: 5px;
}

.my-order-bloc .img-my-order-item-no-available i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.my-order-bloc .img-my-order-item-no-available i:before{
    font-size: 68px;
}

.my-order-bloc .img-my-order-item img, .section-confirmation .img-my-order-item img {
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 6px;
}
.my-order-bloc .info-my-order-item span, .section-confirmation .info-my-order-item span {
    display: block;
}

.my-order-bloc .info-my-order-item, .section-confirmation .info-my-order-item {
    float: left;
    width: calc(100% - 120px);
    padding-left: 15px;
}
.my-order-bloc .titre-my-order-item, .section-confirmation .titre-my-order-item {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
    margin-bottom: 5px;
}
.my-order-bloc .ref-my-order, .section-confirmation .ref-my-order {
    font-size: 15px;
    color: #9B9B9B;
    text-transform: uppercase;
    font-family: "AvenirNextLTPro-MediumCn";
}
.my-order-bloc .titre-qte-order, .my-order-bloc .titre-price-order {
    display: block;
    min-height: 50px;
    text-align: right;
    color: #9B9B9B;
    text-transform: uppercase;
    font-family: "AvenirLTStd-Light";
}
.my-order-bloc .count-qte-my-order, .my-order-bloc .total-price-my-order {
    display: block;
    text-align: right;
    font-family: "AvenirLTStd-Heavy";
}
.my-order-bloc .second-address, .my-order-bloc .date-my-order, .section-confirmation .second-address, .section-confirmation .date-my-order {
    text-align: right;
}
.my-order-bloc .titre-address-my-order, .section-confirmation .titre-address-my-order {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
    font-size: 19px;
}
.my-order-bloc .text-address-my-order, .section-confirmation .text-address-my-order {
    color: #9B9B9B;
    display: inline-block;
    width: 80%;
    font-size: 15px;
}
.my-order-bloc .text-address-my-order span, .section-confirmation .text-address-my-order span {
    display: block;
}
.my-order-bloc .date-my-order span, .section-confirmation .date-my-order span{
    color: #EA7482;
}
.my-order-bloc .text-address-my-order i, .section-confirmation .text-address-my-order i{
    display: inline-block;
    vertical-align: text-bottom;
    font-style: normal;
    margin-right: 15px;
}
#my-details{
    text-align: center;
}
#my-details .form-control{
    height: 38px;
    border: 1px solid #9B9B9B;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#my-details .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}
#my-details .form-control::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}
#my-details .form-control:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}
#my-details .form-control:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    line-height: 30px;
    color: #B9B9B9;
}
#my-details .form-group{
    margin-bottom: 10px;
}
#my-details .btn-my-customer {
    background: #FF4F40;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 6px;
    height: 38px;
    width: 220px;
    line-height: 28px;
}
#my-details .content-my-customer {
    display: inline-block;
    width: 70%;
    padding: 30px 0;
}
#my-details .content-my-customer > div{
    text-align: left;
    display: inline-block;
    width: 100%;
}
#my-details .titre-my-costumer-form {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
    font-size: 19px;
}
#my-details div.form-wrapper {
    display: inline-block;
    width: 100%;
}
#my-details div.form-wrapper  .form-group{
    float: left;
    width: 100%;
}
#my-details .form-defaul-my-customer .form-group:nth-child(1), #my-details .form-billing-my-customer .form-group:nth-child(1), #my-details .form-billing-my-customer .form-group:nth-child(5), #my-details .form-billing-my-customer .form-group:nth-child(7){
    width: 50% ;
    padding-right: 5px ;
    float: left;
}
#my-details .form-defaul-my-customer .form-group:nth-child(2), #my-details .form-billing-my-customer .form-group:nth-child(2), #my-details .form-billing-my-customer .form-group:nth-child(6), #my-details .form-billing-my-customer .form-group:nth-child(8){
    width: 50% ;
    padding-left: 5px ;
    float: left;
}
#my-details .bloc-btn-form {
    padding: 10px 0;
    text-align: right;
}
/**********************************\
    Confirmation
\**********************************/
.section-confirmation {
    text-align: center;
    padding: 0;
}
.section-confirmation .content-confirmation-orders {
    padding: 50px 0;
}
.section-confirmation .content-confirmation-orders > div {
    display: inline-block;
    width: 70%;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}
.content-confirmation-orders > div:last-child {
    border-bottom: 0;
}
.section-confirmation .head-confirm-orders {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.section-confirmation .qty-order-item-confirm .titre-head-qty {
    float: left;
    font-family: "AvenirLTStd-Light";
    font-size: 15px;
    display: none;
}
.section-confirmation .head-confirm-orders > div, .section-confirmation .content-list-order-confirm .row > div {
    float: left;
}
.section-confirmation .content-list-order-confirm .row {
    margin-bottom: 10px;
    position: relative;
}

.section-confirmation .head-confirm-order, .section-confirmation .list-order-confirm {
    width: 70%;
}
.section-confirmation .head-confirm-qty, .section-confirmation .qty-order-item-confirm {
    width: 15%;
    text-align: center;
}
.section-confirmation .head-confirm-price, .section-confirmation .price-order-item-confirm {
    width: 15%;
    text-align: right;
}
.section-confirmation .titre-head-confirm-order {
    font-family: "AvenirLTStd-Heavy";
    text-transform: uppercase;
}
.section-confirmation .titre-head-confirm-order span{
    color: #EA7482;
    font-family: "AvenirNextLTPro-MediumCn";
}
.section-confirmation .titre-head-qty, .section-confirmation .head-confirm-price {
    text-transform: uppercase;
    color: #9B9B9B;
}
.section-confirmation .qty-order-item-confirm, .section-confirmation .price-order-item-confirm {
    font-family: "AvenirLTStd-Heavy";
}
.section-confirmation .row-confirm-subtotal-shipping > div {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-family: "AvenirNextLTPro-MediumCn";
}
.section-confirmation .row-confirm-subtotal-shipping:first-child{
    margin-bottom: 5px;
}
.section-confirmation .price-subtotal-shipping, .section-confirmation .price-total-global {
    text-align: right;
}
.section-confirmation .confirm-total-global .row > div {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-family: "AvenirLTStd-Heavy";
    color: #FF4F40;
    font-size: 20px;
}
.section-confirmation .information-confirmation {
    background: #F9F9F9;
    padding: 20px 0;
}
.section-confirmation .bloc-info-confirmation {
    display: inline-block;
    width: 70%;
    text-align: left;
}
.section-confirmation .bloc-info-confirmation > div {
    padding: 20px 0;
    position: relative;
}
.section-confirmation .bloc-info-confirmation > div:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #D8D8D8;
    height: 1px;
}
.section-confirmation .bloc-info-confirmation > div:last-child:before{
    content: none;
}
.section-confirmation .bloc-info-confirmation > div > .row > div {
    padding: 0;
}
/**********************************\
    Other Page
\**********************************/
.other-page-section .titre-other, .other-page-section h2, .other-page-section h3,
.other-page-section h4, .other-page-section h5, .other-page-section h6 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0;
}
.other-page-section .content-other {
    margin-bottom: 40px;
    /*text-align: justify;*/
}
.anr_captcha_field {
    margin: 10px 0;
}
.woocommerce-cart .wc-proceed-to-checkout{
    text-align: center;
}
.mb-2{
    margin-bottom: 10px !important;
}
.pt-0{
    padding-top: 0 !important;
}

/**********************************\
    Responsive
\**********************************/



@media (min-width: 768px) {
    .container {
        width: 100%;
        padding: 0 30px;
    }
    .off-canvas-nav-mobmenu{
        display: none !important;
    }
    .payment-section .order-payment-panier{
        display: inline-block;
        height: auto !important;
    }
    .payment-section .bloc-show-order-payment{
        display: none;
    }
    ul.navbar-nav > .menu-item-has-children > a::after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        padding-left: 3px;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }
    ul.navbar-nav > .menu-item-has-children:hover > a::after {
        content: "\f077";
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1114px;
    }
    .section-categories .container {
        width: 1170px;
    }
}

@media (min-width: 1520px) {
    header .container, .bloc-slider-home .container, .nav-product .container{
        width: 1500px;
        padding: 0 30px;
    }
    .galerie-section .container  {
        width: 1500px;
        padding: 0 30px;
    }
    .galerie-section .titre-galerie {
        right: 36%;
        top: 12%;
    }
    .bloc-instagram .img-insta img {
        height: 400px;
    }
}

@media (max-width: 1519px) {
    .bloc-menu-category .container{
        width: 100%;
        padding: 0;
    }
    .nav-product a.back-btn {
        left: 30px;
    }
}


/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    .off-carts{
        right: -70%;
        width: 65%;
    }
    .logo img {
        width: 170px;
        padding-top: 4px;
    }
    .bloc-slider-home .slide-text-left, .bloc-slider-home .slide-text-right{
        display: none;
    }
    .bloc-slider-home .item-slide img {
        height: 360px;
    }
    .categorie-home .masonery-category{
        width: 90%;
    }
    .categorie-home .titre-categories, .categorie-home .sous-titre-categories{
        width: 66%;
    }
    .categorie-home .content-description-categorie {
        width: 74%;
    }
    .categorie-home .titre-item-cat {
        width: 76%;
    }
    .galerie-section .titre-galerie {
        right: 28%;
        top: 12%;
    }
    .galerie-section .item-gal-full img {
        width: 76%;
    }
    header #header-menu-desktop {
        /* padding-left: 50px !important; */
    }
    .nav-product a.back-btn {
        left: 20px;
    }
    .produit-single-section .content-product-single {
        width: 426px;
    }
    .navbar-nav>li>a{
        font-size: 13px;
    }

    /**********************************\
        CatÃ©gory
    \**********************************/
    .bloc-menu-category .slick-list {
        padding: 0 280px !important;
    }
    .header-category {
        height: 270px;
    }
    .bloc-item-product .item-product {
        min-height: 605px;
        padding: 0 50px !important;
    }
    /**********************************\
        Produit
    \**********************************/
    .content-detail-product {
        width: 45%;
    }
    /**********************************\
        About
    \**********************************/
    .header-page {
        height: 280px;
    }
    .bloc-instagram .titre-bloc-instagram span {
        width: 40%;
    }
    .bloc-instagram .img-insta img {
        height: 240px;
    }
    .banner-about img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 330px;
    }
    /**********************************\
        Payement
    \**********************************/
    .payment-section .detail-payment-panier {
        width: 44%;
    }
    .payment-section .payment-detail {
        width: 56%;
    }
    /**********************************\
        Customer Information
    \**********************************/
    .customer-information-section .btn-paypal span {
        display: none;
    }
    /**********************************\
        My Account
    \**********************************/
    .my-order-bloc .content-my-order {
        width: 75%;
    }
    /**********************************\
        Confirmation
    \**********************************/
    .confirmation-header-page .titre-header-page{
        font-size: 34px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 993px) {
    .navbar-nav>li>a{
        font-size: 12px;
        padding: 0 9px;
    }
    .off-carts{
        right: -84%;
        width: 80%;
    }
    .categorie-home .masonery-category {
        width: 100%;
    }
    .categorie-home .titre-item-cat {
        width: 94%;
    }
    .categorie-home .item-categorie .content-item-img-block {
        height: auto;
        max-height: 550px;
    }
    .categorie-home .item-categorie img {
        height: auto;
        max-height: 550px;
    }
    .about-home .btn-about{
        right: -45%;
    }
    .galerie-section .titre-galerie {
        right: 24%;
        top: 12%;
    }
    .about-home .row {
        margin-bottom: 0;
    }
    .about-home .detail-about-home {
        width: 80%;
    }
    .about-home .image-about-home {
        position: relative;
        top: -50px;
        left: auto;
        height: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-top .row > div:nth-child(3) {
        text-align: center;
    }
    .footer-top{
        text-align: center;
        border: 0;
        padding: 0 0 20px;
    }
    .footer-top .container{
        padding: 0;
    }
    .logo-payements {
        width: 100%;
    }
    /**********************************\
        CatÃ©gory
    \**********************************/
    .bloc-menu-category .slick-list {
        padding: 0 200px !important;
    }
    .fillter-products .show-cat{
        text-align: center;
        margin-bottom: 30px;
    }
    .fillter-products .titre-filter {
        width: 100% !important;
        margin-bottom: 15px;
        text-align: center;
    }
    .fillter-products .bloc-action-filter {
        width: 100%;
        height: 34px;
    }
    .show-cat .bloc-action-filter:before {
        right: 10%;
    }
    .ui-widget.ui-widget-content {
        margin-top: 32px;
    }
    .bloc-item-product .images-description-category, .bloc-item-product .description-category {
        min-height: auto;
        margin: 40px 0 80px;
        text-align: center;
    }
    header #header-menu-desktop .menu-item {
        padding-right: 0px;
    }
    .bloc-item-product .images-description-category{
        max-width: 600px;
        clear: both;
        margin: 40px auto 80px auto;
        float: none;
    }
    .bloc-item-product .slider-desc-category {
        padding-right: 0;
        display: inline-block;
        width: 75%;
    }
    .bloc-item-product .text-desc-category {
        width: 50%;
    }
    /**********************************\
        Produit
    \**********************************/
    .produit-single-section .content-product-single {
        width: 320px;
    }
    .produit-single-section .detail-content-product {
        width: 80%;
    }
    .produit-single-section .titre-product-single:before {
        left: -25%;
        width: 36%;
    }
    .related-products-single .item-product {
        padding: 0 70px;
    }
    /**********************************\
        About
    \**********************************/
    .bloc-description-about {
        padding: 60px 0 0px;
    }
    .bloc-description-about .first-img-desc-about {
        text-align: center;
    }
    .bloc-description-about img, .creel-about .second-img-creel-about img {
        height: auto;
    }
    .bloc-description-about .second-img-desc-about{
        display: none;
    }
    .bloc-description-about .content-desc-about {
        margin-top: 40px;
        padding-left: 0;
    }
    .banner-about img {
        height: 250px;
    }
    .creel-about {
        padding: 30px 0;
    }
    .creel-about .icon-creel {
        margin-top: 0px;
    }
    .first-img-creel-about {
        display: none;
    }
    .creel-about .second-img-creel-about {
        position: static;
        text-align: center;
    }
    .creel-content-about {
        margin-bottom: 40px;
    }
    .bloc-instagram .titre-bloc-instagram span {
        width: 60%;
    }
    .creel-informations {
        padding: 30px 0 60px;
    }
    /**********************************\
        Presse
    \**********************************/
    .press-header-texte {
        display: none;
    }
    /**********************************\
        Payement
    \**********************************/
    .payment-section .bloc-payment-detail, .payment-section .order-payment-panier {
        width: 90%;
    }
    .payment-section .info-order-item {
        width: calc(100% - 120px);
        padding-left: 10px;
        font-size: 12px;
    }
    .payment-section .price-order-item {
        width: 50px;
    }
    .payment-section .img-order-item {
        width: 70px;
        height: 70px;
    }
    .payment-section .footer-payment-bloc {
        text-align: center;
    }
    /**********************************\
        My Account
    \**********************************/
    #accordion {
        padding: 0 10px;
    }
    .my-order-bloc .content-my-order {
        width: 100%;
    }
    .my-order-bloc .img-my-order-item {
        width: 80px;
        height: 80px;
    }
    .my-order-bloc .info-my-order-item {
        padding-left: 10px;
        font-size: 13px;
    }
    .my-order-bloc .titre-price-order {
        display: none;
    }
    .my-order-bloc .titre-qte-order{
        float: left;
        min-height: auto;
        padding-left: 10px;
    }
    /**********************************\
        Confirmation
    \**********************************/
    .section-confirmation .content-confirmation-orders > div, .section-confirmation .bloc-info-confirmation {
        width: 90%;
    }
    .footer-top .bordred {
        padding: 15px 0;
    }

    .footer-top .bordred .d-flex {
        flex-direction: column;
    }

    .footer-top .bordred .d-30{
        width: 100%;
        order: 2;
    }

    .footer-top .bordred .d-100{
        padding: 15px 0;
        order: 1;
    }

}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
     header #header-menu-desktop{
        display: none;
    }
    .option-site-top > div {
        margin-left: 9px;
    }
    .content-header .logo img {
        width: 200px !important;
        top: 0;
    }
    .produit-single-section .content-product-single{
        position: static;
        height: initial !important;
    }
    .nav-product {
        display: none;
    }
    body.toggled:before {
        opacity: .8;
        pointer-events: all;
    }
    body.toggled-search:before {
        background: #4A4A4A;
        opacity: .8;
        top: 60px;
        z-index: 11;
        pointer-events: all;
    }
    body.toggled-cart:before{
        top: 0;
    }
    header{
        min-height: 60px;
        padding: 15px 0 10px;
    }
    .logo {
        padding-left: unset;
        float: none;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 3px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        z-index: 99;
    }
    .logo img {
        width: 150px;
        padding: 0;
    }
    .option-site-top {
        position: relative;
        z-index: 11;
    }
    .navbar-toggle, .closed-search {
        display: none;
    }
    .navbar-nav>li {
        padding: 7px 0;
        border-bottom: 0;
    }
    .full-search {
        position: initial;
    }
    .toggled .navbar-toggler-mob{
        position: fixed;
        top: 18px;
    }
    .navbar-toggler-mob, .search-mob .close-search{
        position: absolute;
        top: 4.5px;
        left: 15px;
        z-index: 9999
    }
    .navbar-toggler-mob .icon-bar, .search-mob .close-search .icon-bar {
        background: #9B9B9B;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        width: 26px;
        display: block;
        height: 2px;
        margin-bottom: 4px;
        margin-right: 0;
    }
    body:before{
        top: 60px;
    }

    .toggled .icon-bar, .toggled-search .search-mob .close-search .icon-bar{
        background: #FFF;
    }
    .toggled .icon-bar:nth-child(1), .toggled-search .close-search .icon-bar:nth-child(1){
        transform: translateY(8px) rotate(-40deg);
        -webkit-transform: translateY(8px) rotate(-40deg);
        -moz-transform: translateY(8px) rotate(-40deg);
        -ms-transform: translateY(8px) rotate(-40deg);
        -o-transform: translateY(8px) rotate(-40deg);
    }
    .toggled .icon-bar:nth-child(2), .toggled-search .close-search .icon-bar:nth-child(2){
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        opacity: 0;
    }
    .toggled .icon-bar:nth-child(3), .toggled-search .close-search .icon-bar:nth-child(3){
        transform: translateY(-4px) rotate(-140deg);
        -webkit-transform: translateY(-4px) rotate(-140deg);
        -moz-transform: translateY(-4px) rotate(-140deg);
        -ms-transform: translateY(-4px) rotate(-140deg);
        -o-transform: translateY(-4px) rotate(-140deg);
    }
    .off-canvas-nav-mobmenu, .search-mob {
        position: fixed;
        left: -400px;
        top: 0;
        width: 340px;
        background: #FFF;
        z-index: 11;
        opacity: 0;
        padding: 70px 15px 10px;
        pointer-events: none;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        -webkit-box-shadow: -5px 10px 34px 0px black;
        box-shadow: -5px 10px 34px 0px black;
    }
    body.toggled .fixed-header {
        position: static;
    }
    .toggled > .off-canvas-nav-mobmenu, .toggled-search > .search-mob {
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        left: 0;
        opacity: 1;
        pointer-events: all;
        z-index: 1111;

    }
    .toggled-search > .search-mob {
        z-index: 11111;
    }
    .off-canvas-nav-mobmenu .titre-menu, .search-mob .titre-menu {
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
        right: 0;
        background: #4A4A4A;
        text-transform: uppercase;
        color: #FFF;
        height: 60px;
        text-align: center;
        display: block;
    }
    .off-canvas-nav-mobmenu .titre-menu span, .search-mob .titre-menu span{
        display: inline-block;
        line-height: 65px;
    }
    .off-canvas-nav-mobmenu .user-etat-mob {
        padding: 15px;
        margin: 0;
        border-bottom: 1px solid #4A4A4A;
    }
    .off-canvas-nav-mobmenu .user-etat-mob i{
        margin-right: 10px;
        vertical-align: sub;
    }
    .mon-compt {
        margin-top: 10px;
        padding-top: 20px;
        text-align: center;
        position: relative;
        font-size: 19px;
        font-family: "AvenirNextLTPro-MediumCn";
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .mon-compt:before{
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        height: 2px;
        width: 140px;
        background: #4A4A4A;
    }
    .mon-compt .not-connected {
        width: 100%;
    }
    .full-search{
        padding: 10px 0;
    }
    .search-mob input {
        font-size: 19px;
    }
    .form-search {
        position: relative;
    }
    .form-search:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: -14px;
        height: 30px;
        width: 26px;
        background: url(../images/search-icon.svg);
        background-size: 100% 100%;
    }

    .off-carts .close-cart {
        right: 20px;
    }
    .off-carts .content-item-panier{
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        height: auto;
    }
    .off-carts .content-item-panier:before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        height: 1px;
        width: 60%;
        background: #D8D8D8;
    }
    .off-carts .content-item-panier:last-child:before{
        content: none;
    }
    .off-carts .delete-item-panier {
        bottom: auto;
        top: 6px !important;
        left: auto !important;
        right: 0px;
        position: absolute !important;
    }
    .off-carts .qte-panier {
        display: none !important;
    }
    .off-carts .img-panier {
        width: 112px;
        padding: 0;
        float: left;
    }
    .off-carts .content-item-panier img {
        height: auto;
    }
    .off-carts .bloc-infos-panier{
        float: left;
        width: calc(100% - 141px);
        height: auto !important;
    }
    .off-carts .bloc-price-item-panier{
        position: initial;
        float: right;
        width: calc(100% - 112px);
        height: auto !important;
    }
    .off-carts .info-item-panier {
        width: 100%;
    }
    .off-carts .bloc-qte-panier, .off-carts .info-item-panier, .off-carts .delete-item-panier {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .off-carts .bloc-price-item-panier .price-item-panier{
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        float: left;
    }
    .off-carts .bloc-qte-panier-moile{
        display: block;
        float: right;
        position: relative;
        top: -5px;
        margin-left: auto;
    }
    .off-carts .info-item-panier {
        padding-top: 6px;
    }
    .off-carts .titre-item-panier, .off-carts .bloc-price-item-panier .price-item-panier {
        font-family: "AvenirLTStd-Heavy";
        font-size: 14px;
    }


    .option-site-top .user_bloc {
        display: none;
    }
    .bloc-slider-home .item-slide img {
        height: 290px;
    }
    .categorie-home .content-description-categorie {
        width: 85% !important;
    }
    .categorie-home .masonery-category {
        width: 100%;
        padding: 0 15px;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .categorie-home .titre-categories, .categorie-home .sous-titre-categories {
        width: 100%;
    }
    .categorie-home .titre-categories-bloc {
        text-align: center;
        padding-top: 0px;
    }
    .categorie-home .item-categorie:before {
        width: 40%;
    }
    .categorie-home .titre-item-cat {
        left: -18%;
        font-size: 27px;
    }
    .about-home .content-about-home {
        padding: 0;
        -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.30);
    }
    .about-home {
        padding: 30px 10px 50px;
    }
    .about-home .detail-about-home {
        padding: 60px 30px 30px;
        width: 100%;
        text-align: center;
    }
    .about-home .text-about {
        font-size: 16px;
    }
    .about-home .btn-about {
        right: -50px;
    }
    .about-home .image-about-home {
        display: none;
    }
    .galerie-section .titre-galerie {
        position: static;
        text-align: center;
        margin-bottom: 40px;
    }
    .galerie-section .slider-galerie-full{
        display: none;
    }
    .galerie-section .slider-galerie-mob{
        display: block;
    }
    .galerie-section .slick-prev, .galerie-section .slick-next{
        top: 50%;
        height: 40px;
        width: 40px;
    }
    .footer-top .row > div {
        padding: 2px 0;
        font-size: 13px;
    }
    .bottom-footer {
        padding: 10px 0;
    }
    .bottom-footer .row > div {
        float: left;
        width: 100%;
        text-align: center !important;
    }
    .logo-payements span {
        margin: 10px 5px;
        width: auto;
    }
    .logo-payements img {
        width: 42px;
    }

    footer .center-bottom-menu{
        display: none;
    }
    footer ul {
        display: inline-block;
    }
    footer .menu-footer ul > li {
        float: left;
        padding: 5px 10px;
    }
    /**********************************\
        CatÃ©gory
    \**********************************/
    .bloc-menu-category .slick-list {
        padding: 0px !important;
    }
    .bloc-item-product .item-product {
        min-height: auto;
        padding: 0 35px !important;
    }
    .bloc-item-product .image-product-item{
        height: auto;
    }
    .bloc-item-product .item-product.item-logo-creel, .bloc-item-product .item-product.item-special-product {
        height: auto;
        margin-bottom: 80px;
    }
    .bloc-item-product .logo-creel img {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .bloc-item-product .slider-desc-category, .bloc-item-product .item-slide-desc img, .bloc-item-product .text-desc-category{
        width: 100%;
    }
    .bloc-item-product .slider-desc-category .item-slide-desc:nth-child(2) {
        position: static;
    }
    .bloc-item-product .images-description-category, .bloc-item-product .description-category {
        margin: 40px 0px;
    }
    .bloc-item-product .content-special-text-produit{
        margin: 60px auto;
    }
    .bloc-item-product .content-desc-category {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .slick-dots {
        bottom: 30px;
    }
    /**********************************\
        Produit
    \**********************************/
    .produit-single-section .bloc-scrol-down {
        display: none;
    }
    .produit-single-section .content-product-single {
        height: auto !important;
        width: auto;
        padding: 40px 20px;
    }
    .produit-single-section .detail-content-product {
        width: 100%;
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: inline-block;
    }
    .produit-single-section .detail-content-product p {
        margin-bottom: 5px;
    }
    .content-detail-product {
        width: 100%;
    }
    .produit-single-section .titre-product-single:before{
        content: none;
    }
    .related-products-single .item-product {
        padding: 0px 50px;
    }
    /**********************************\
        About
    \**********************************/
    .header-page {
        height: 240px;
    }
    .header-page .titre-header-page {
        font-size: 32px;
    }

    .banner-about img {
        height: auto;
    }
    .bloc-instagram .titre-bloc-instagram{
        font-size: 27px;
    }
    .creel-about .text-creel-about, .bloc-instagram .titre-bloc-instagram span {
        width: 100%;
    }
    .creel-informations {
        padding: 30px 0 60px;
    }
    .creel-informations #map {
        height: 460px;
    }
    .creel-informations .content-creelinfo {
        padding-left: 0;
    }
    .creel-informations .content-creelinfo:before{
        content: none;
    }
    /**********************************\
        Presse
    \**********************************/
    .filter-presse .choix {
        padding: 10px;
        font-size: 20px;
    }
    /**********************************\
        Payement
    \**********************************/
    .payment-section .logo-payment-mob{
        display: block;
    }
    .payment-section .logo-payment, .payment-section .breadcrumbs{
        display: none;
    }
    .payment-section {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .payment-section .payment-detail{
        width: 100%;
        padding: 0px 5px;
    }
    .payment-section .detail-payment-panier{
        width: 100%;
        height: auto !important;
        padding: 20px;
    }
    .payment-section .order-payment-panier{
        width: 100%;
    }
    .payment-section .liste-order-payment{
        display: inline-block;
        width: 100%;
        padding: 30px 0 10px
    }
    .bloc-show-order-payment {
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    .bloc-show-order-payment .toggle-show-order{
        float: left;
        font-family: "AvenirNextLTPro-MediumCn";
        padding-right: 16px;
        position: relative;
    }
    .bloc-show-order-payment .toggle-show-order:before{
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        pointer-events: none;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        border-color: #4A4A4A transparent transparent transparent;
    }
    .payment-section .count-qte {
        height: 16px;
        width: 16px;
        font-size: 10px;
        line-height: 18px;
    }
    .bloc-show-order-payment .toggle-show-order:hover{
        color: #4A4A4A;
    }
    .bloc-show-order-payment .total-order{
        float: right;
        font-family: "AvenirLTStd-Heavy";
    }
    .payment-section .text-row-info {
        width: 100%;
    }
    .payment-section .change-row-info {
        position: absolute;
        right: 0;
        top: 0;
    }
    .payment-section .content-payment-detail {
        margin-bottom: 20px;
    }
    .payment-section .return-method {
        display: block;
        text-align: center;
    }
    /**********************************\
        Customer Information
    \**********************************/
    .customer-information-section .second-info-customer > div{
        width: 100% !important;
        padding: 0 !important
    }
    /**********************************\
        My Account
    \**********************************/
    .my-order-bloc .content-my-order{
        padding: 0 0 30px;
    }
    .my-order-bloc .total-price-my-order{
        position: absolute;
        right: 0;
        font-size: 14px;
    }
    .my-order-bloc .bloc-qty-my-order{
        width: calc(100% - 90px);
        margin-top: 5px;
    }
    .my-order-bloc .second-address, .my-order-bloc .date-my-order {
        text-align: left;
        margin-top: 20px;
    }
    #my-details .content-my-customer {
        width: 100%;
    }
    #my-details .form-defaul-my-customer > div, #my-details .form-billing-my-customer > div, #my-details .btn-my-customer{
        width: 100% !important;
    }
    #my-details div.form-wrapper .form-group{
        padding: 0 !important;
    }
    #my-details .content-my-customer > div{
        margin-bottom: 20px;
    }
    /**********************************\
        Confirmation
    \**********************************/
    .confirmation-header-page .titre-header-page{
        font-size: 26px;
    }
    .section-confirmation .content-confirmation-orders > div, .section-confirmation .bloc-info-confirmation {
        width: 100%;
    }
    .section-confirmation .bloc-info-confirmation > div > .row > div, .section-confirmation .content-confirmation-orders > div {
        padding: 15px 0px;
        text-align: left;
    }
    .section-confirmation .head-confirm-qty .titre-head-qty, .section-confirmation .head-confirm-price{
        display: none;
    }
    .section-confirmation .head-confirm-order, .section-confirmation .list-order-confirm {
        width: 85%;
    }
    .section-confirmation .info-my-order-item {
        width: calc(100% - 70px);
        padding-left: 10px;
    }
    .section-confirmation .img-my-order-item {
        width: 70px;
        height: 70px;
    }
    .section-confirmation .titre-my-order-item{
        font-size: 12px;
        margin-bottom: 0;
    }
    .section-confirmation .price-number-confirm {
        font-size: 14px;
    }
    .section-confirmation .qty-order-item-confirm {
        width: calc(100% - 80px);
        position: absolute;
        bottom: -2px;
        left: 80px;
        right: 10px;
        color: #9B9B9B;
    }
    .section-confirmation .qty-order-item-confirm .qty-number-confirm {
        float: right;
    }
    .section-confirmation .bloc-info-confirmation > div:before, .my-order-bloc .address-my-order:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        right: auto;
        width: 70%;
    }

    .section-confirmation .qty-order-item-confirm .titre-head-qty {
        display: block;
    }
    .section-confirmation .bloc-info-confirmation > div {
        padding: 10px 0;
    }
    .fillter-products .titre-filter {
        margin-bottom: 0;
    }
    .fillter-products .show-cat .bloc-action-filter {
        display: block;
        width: 100%;
        margin: auto;
    }
    .fillter-products .bloc-action-filter .nice-select.form-control {
        padding-top: 6px;
    }
    .nice-select:after {
        margin-top: 0 !important;
    }
    .fillter-products .show-cat {
        border-bottom: 1px solid #4A4A4A;
        height: 85px;
        margin-bottom: 15px;
    }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

    .off-canvas-nav-mobmenu, .search-mob {
        left: -95%;
        width: 90%;
        display: table;
    }
    .off-canvas-nav-mobmenu {
        height: 100vh;
    }
    .off-carts {
        right: -100%;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /**********************************\
        CatÃ©gory
    \**********************************/

    .bloc-item-product .item-product {
        padding: 0 50px !important;
    }
    /**********************************\
        Produit
    \**********************************/
    .related-products-single .image-product-item {
        height: 410px;
    }
    .related-products-single .item-product {
        width: 100%;
    }

    .fillter-products{
        margin-bottom: 30px;
        max-width: 75%;
        margin: auto;
    }
    .fillter-products .show-cat .bloc-action-filter {
        margin: auto;
        text-align: center;
        position: relative;
    }
    .bottom-footer .menu-footer {
        margin-top: 10px;
    }
    .my-order-bloc .titre-my-order-item {
        max-width: 220px;
    }
}

@media (max-width: 530px) {
    .home .slider-galerie .slide-img-url .img-responsive {
        max-width: 220px;
    }
}

@media (max-width: 480px) {
    .bottom-footer {
        font-size: 0.5em;
    }
}

@media (max-width: 360px) {
    .off-carts .img-panier {
        width: 90px;
    }
    .off-carts .bloc-infos-panier {
        width: calc(100% - 110px);
    }
    .off-carts .bloc-price-item-panier {
        width: calc(100% - 90px);
    }
}

@media (max-width: 320px) {
    .mon-compt {
        font-size: 14px;
    }
    .content-header .logo img {
        width: 163px;
        top: -4px;
    }
}

@media (max-width: 315px) {
    .bottom-footer {
        font-size: 0.4em;
    }
}

/************* Extra css **************/
header .navbar-collapse {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

header .navbar{
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 9px;
}
header #header-menu-desktop {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    top: -2px;
    height: 50px;
    background: #fff;
}
header .sub-menu a {
    letter-spacing: .5px;
    font-size: 16px;
    color: #000000 !important;
}
header .sub-menu li {
    list-style: none;
    display: block;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px !important;
}
header .sub-menu {
    display: none;
    position: absolute;
    top: 89%;
    left: 0;
    background: #fff;
    width: 280px;
    padding: 40px 10px 10px 10px;
    box-shadow : 0 0 10px #9d9d9d;
}
header .sub-menu.flexed{
    width: 550px;
}
header #header-menu-desktop .menu-item {
    padding-right: 16px;
    text-align: left;
}

header #header-menu-desktop .sub-menu.flexed .menu-item {
    flex: 50%;
}


header #header-menu-desktop .menu-item:hover .sub-menu {
    display: block;
}

header #header-menu-desktop .menu-item:hover .sub-menu.flexed {
    display: flex;
    flex-wrap: wrap;
}

header .navbar-nav>li {
    border-bottom: 0;
    display: inline-block;
}
.my-account .header-page {
    margin-top: 50px;
}

.single-product .variations tr .value label {
    /*position: absolute;*/
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    border-radius: 2px;
    font-size: 11px;
    color: #4a4a4a;
    min-width: 45px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    padding: 0 5px;
    width: 100%;
}
.single-product .variations tr .value>div {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 45px;
    height: 30px;
    float: left;
    margin-right: 5px;
}
.produit-single-section .btn-add-card:hover {
    background: #FF4F40;
    border-color: #FF4F40;
}
.single-product .variations tr input:checked ~ label {
    background-color: #ff4f40;
    color: #fff;
}
.single-product .variations tr input:disabled ~ label:after {
    display: block;
    content: "";
    background: #bdbdbd;
    height: 1px;
    width: 40px;
    -webkit-transform: translateY(-16px) translateX(-6px) rotate(42deg);
    transform: translateY(-16px) translateX(-6px) rotate(42deg);
    position: absolute;
}
.single-product .variations tr .value input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.single-product .variations tr input:disabled ~ label {
    cursor: not-allowed;
    background-color: #f2f2f2;
    opacity: .33;
    border: 1px solid #979797;
    color: #979797;
}
.content-header .logo img{
    width: 250px;
    position: relative;
    top: 0;
}
.image-product-item>a>img {
    border: 1px solid #c5c5c5;
}
.image-product-item>img {
    border: 1px solid #c5c5c5;
}
.bloc-item-product .image-product-item:hover img{
    transform: scale(1.01);
    filter: contrast(105%) saturate(135%) brightness(103%);
}
.bloc-item-product .image-product-item img{
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.check-special-gift {
    position: relative;
    display: block;
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
    clear: both;
    margin-bottom: 0 !important;
}
.check-special-gift .checke{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
.check-special-gift  input{
    margin-right: 4px;
    opacity: 0;
    cursor: pointer;
}
.check-special-gift  label img{
    width: 30px;
    margin-left: 20px;
    position: absolute;
    top: -6px;

}
.check-special-gift  label {
    font-size: 13px;
    font-family: "AvenirLTStd-Light";
    margin: 0;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.fixed-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}
.fixed-header .navbar{
    background: #fff;
}
.steps.breadcrumbs>ul>li.current>a{
    font-family: "AvenirNextLTPro-Regular";
    color: #FF4F40;
}
.payment-section .liste-order-payment{
    overflow-y: initial;
}

.nav-product a:hover {
    color: #FF4F40;
}
.bloc-action-filter .nice-select.form-control{
    width: auto !important;
}
.show-cat .bloc-action-filter:before{
    right: 13%;
}
.nav-product a:hover i {
    background-image: url(../images/back-icon-product_hover.svg);
}
.produit-single-section .product-single-content{
    position: relative;
}
.related-products-single .item-product .image-product-item img{
    border-radius: 150px 150px 0 0;
    -moz-border-radius: 150px 150px 0 0;
    -webkit-border-radius: 150px 150px 0 0;
}
header .navbar-nav>li:last-child{
    padding-bottom: 50px;
}
.navbar-toggle{
    display: none;
}
.produit-single-section .btn-add-card{
    margin-top: 40px;
    width: 100%;
}
header .sub-menu a:hover {
    /* color: #FF4F40 !important; */
    text-decoration: underline;
}
.bloc-slider-home {
    padding-top: 70px;
}
.header-page {
    height: 538px;
}
header .container{
    position: relative;
}

.search-icon:hover {
    background-image: url(../images/search-icon_hover.svg);
}

.user-icon:hover {
    background-image: url(../images/user-icon-hover.svg);
}

.shopping-cart-icon:hover {
    background-image: url(../images/cart-icon-hover.svg);
}

.categorie-home .content-description-categorie {
    font-size: 19px;
    width: 100%;
}


.bloc-item-product .image-product-item img{
    border-top-left-radius: 360px;
    border-top-right-radius: 360px;
}
.bloc-item-product .item-logo-creel .image-product-item img {
    border: 0;
}

.bloc-item-product .item-product:nth-child(3n+1) {
    padding-right: 60px;
}
.bloc-item-product .item-product:nth-child(3n+2) {
    padding: 0px 37.5px;
}
.bloc-item-product .item-product:nth-child(3n+3) {
    padding-left: 60px;
}
.bloc-item-product {
    padding: 80px 0 0;
}
.bloc-item-product .item-product {
    min-height: 700px;
    max-height: 700px;
}
.bloc-item-product .image-product-item.logo-creel{
    height: 460px;
}
.bloc-item-product .image-product-item.logo-creel:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:   none;
}

.home .slider-galerie .slide-img-url .img-responsive{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}