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

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

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

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

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

body {
    font-family: Raleway;
}

#header {
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

#header .header-nav {
    background: #fff;
}

#header .header-nav .box-header {
    padding: 20px 0;
}

#header .header-top {
    /* border-top: solid 1px #e7e3e9; */
}

#header .box-header {
    padding: 0;
}

.header-logo a {
    display: block;
    width: 210px;
    margin: auto;
}

.header-logo a img {
    width: 100%;
}

.header-top .leo-megamenu .navbar-nav li a {
    font-family: Raleway;
    font-size: 19px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.74;
    letter-spacing: 0.95px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 16px 0;
}

#page #header #search_widget {
    padding-right: 0;
}

#header #search_widget .form-search {
    overflow: hidden;
}

#page #header #search_widget .form-search {
    float: right;
    width: 40px;
    min-width: 0;
    transition: .2s;
}

#page #header #search_widget .form-search.active {
    width: 100%;
    min-width: 290px;
}

#page #header #search_widget .form-search .search_query {
    width: calc(100% - 40px);
    padding: 0;
}

.search-widget form button[type=submit] {
    position: static;
    float: right;
}

#header .button-list {
    margin-left: 10px;
}

#header .button-list li .ap-total {
    top: -10px;
    right: -10px;
}

#header .language-selector-wrapper .popup-title {
    font-size: 19px;
    text-transform: uppercase;
}

#header .language-selector-wrapper .popup-title .fa {
    display: none;
}

#header .language-selector-wrapper .popup-title .iso_code {
    /* background: url(../img/BOUTIQUE.png) left center no-repeat; */
    /* background-size: 22px; */
    padding: 10px 0 10px 30px;
}

.link-top-blog {
    display: none;
}

.header-top .leo-megamenu .dropdown:hover > .dropdown-menu {
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

.header-top .leo-megamenu .navbar-nav li .dropdown-menu a {
    padding: 10px 0;
    font-size: 18px;
}

.container-large-banner {
    position: relative;
}

.container-large-banner .banner-button {
    position: absolute;
    right: 0;
    bottom: 190px;
    transition: .2s;
}

.container-large-banner .banner-button:hover {
    opacity: 0.9;
}

.container-large-banner .banner-button a span {
    display: inline-block;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 56px;
    background: #feda86 !important;
    text-transform: uppercase;
    width: 286px;
    height: 56px;
    border-radius: 28px 0 0 28px;
    color: #333;
    padding: 2px 0 0 30px;
    text-align: left;
}

.text-section h1,
.text-section h2,
.text-section h3 {
    font-size: 51px;
}

.text-section p {
    font-size: 20px;
    line-height: 1.3;
    color: #333;
    margin-top: 55px;
}

.text-section p + p {
    margin-top: 0;
}

.text-section a:not(.no-style) {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    min-width: 270px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    margin-top: 35px;
    padding: 0 30px;
}

.text-section a.multiline {
    line-height: 1.5;
    padding-top: 5px;
}

.text-section a:hover {
    opacity: 0.9;
}

.row-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 115px;
}

#cms .row-flex {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.row-flex.row-reverse {
    flex-direction: row-reverse;
}

.row-flex .ApColumn .block {
    margin-bottom: 0;
}

.row-flex .text-block {
    padding-left: 140px;
    padding-right: 0;
}

#cms .row-flex .text-block {
    padding-left: 0;
}

.row-flex.row-reverse .text-block {
    padding-left: 0;
    padding-right: 80px;
}

.row-flex .pink-box {
    padding-right: 100px;
}

.row-flex .pink-box .text-block {
    background: #faced5;
    margin-left: -30px;
    padding: 50px 30px;
}

.row-flex .pink-box .text-block h3 {
    color: #fff;
}

.row-flex .pink-box .text-block a {
    background: #fff;
}

.text-section {
    margin-bottom: 0 !important;
}

.list-insta {
    display: flex;
    margin-top: 100px;
}

.list-insta .text-block {
    flex: 0 0 390px;
    position: relative;
}

.list-insta .text-block .inner {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
}

.list-insta .text-block h5 {
    font-size: 25px;
}

.list-insta .text-block p {
    font-size: 13px;
    color: #333;
}

.list-insta .text-block p .fa {
    margin-right: 5px;
}

.ApColumn .block.block_newsletter .title_block {
    font-size: 21px;
    color: #010101;
    font-weight: normal;
    margin-top: 60px;
}

.ApColumn .block.block_newsletter form {
    border: none;
}

.ApColumn .block.block_newsletter form input[type=email] {
    border-bottom: solid 2px #feda86;
    font-size: 21px;
    color: #010101;
}

.ApColumn .block.block_newsletter form .btn.btn-outline {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    width: 270px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    margin-left: -25px;
    margin-bottom: 6px;
}

.ApColumn .block.block_newsletter form .btn.btn-outline:hover {
    opacity: 0.8;
}

.footer-address-block {
    font-size: 18px;
    line-height: 1.4;
    color: #010101;
}

.footer-address-block .fa {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 35px;
}

.footer-center {
    text-align: center;
    padding: 0 15px;
}

.footer-center .logo {
    display: inline-block;
    width: 230px;
}

.footer-center .AppButton {
    margin-top: 40px;
}

.footer-center .AppButton a span {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #fff;
    text-transform: uppercase;
    min-width: 270px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    padding: 0 20px;
}

.footer-center .AppButton a:hover span {
    opacity: 0.8;
}

.footer-center .navbar-nav {
    margin-top: 35px;
}

.footer-center .navbar-nav .nav-item {
    display: inline-block;
    float: none;
    margin: 0 !important;
}

.footer-center .navbar-nav .nav-item a {
    padding: 0;
    border: none;
    font-size: 13px;
    text-transform: none;
    color: #010101 !important;
    display: inline-block;
}

.footer-center .navbar-nav .nav-item a:hover {
    text-decoration: underline;
}

.footer-center .navbar-nav .nav-item a:before {
    display: none;
}

.footer-center .navbar-nav .nav-item + .nav-item:before {
    content: '-';
    display: inline-block;
    margin: 0 5px;
}

.footer-bottom .leo-verticalmenu,
.footer-bottom .leo-verticalmenu .block_content {
    background: none;
    padding: 0;
}

.footer-bottom .leo-verticalmenu .title_block {
    display: none;
}

.footer-bottom .leo-verticalmenu .navbar-nav .nav-item {
    padding: 2px 0;
    margin: 0;
    text-align: right;
    background: none;
}

.footer-bottom .leo-verticalmenu .navbar-nav .nav-item a {
    padding: 0;
    display: inline-block;
    border: none;
    font-size: 21px;
    border: none;
    color: #010101;
    font-family: Raleway;
}

.footer-bottom .leo-verticalmenu .navbar-nav .nav-item a span {
    color: inherit;
}

.footer-bottom .leo-verticalmenu .navbar-nav .nav-item:hover a,
.footer-bottom .leo-verticalmenu .navbar-nav .nav-item.active a {
    color: #fff !important;
}

#wrapper {
    position: relative;
}

#cms #wrapper nav.breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#cms #wrapper nav.breadcrumb ol li {
    font-size: 14px;
    color: #010101;
    text-transform: uppercase;
}

#cms #wrapper nav.breadcrumb ol li a {
    color: inherit;
    font-size: inherit;
}

#cms #wrapper nav.breadcrumb ol li a:hover {
    text-decoration: underline;
}

#wrapper > .container {
    width: 100%;
}

#cms #main .page-header {
    display: none;
}

#cms #main .page-content.page-cms {
    padding: 0;
}

#contact-form-box > .row.ApRow {
    display: none;
}

#contact #contact-form-box .form-box {
    position: static;
    width: 1200px;
}

#contact #contact-form-box .page-content {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
}

#contact #contact-form-box .page-content .row-flex.row-reverse .text-block {
    padding-right: 70px;
}

#contact-form-box .container-nos {
    width: 100vw;
    margin-top: 30px;
    margin-left: calc((100% - 100vw) / 2);
    background: url(../img/contact/BANDEAU.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0;
    min-height: 465px;
}

#contact-form-box .container-nos h3 {
    font-size: 51px;
    font-weight: 500;
    color: #fff;
}

#contact-form-box .container-nos .row-flex {
    margin-top: 50px;
    align-items: baseline;
}

#contact-form-box .container-nos .row-flex .ApColumn {
    flex: 0 0 270px;
    background: #fff;
    margin: 0 15px;
    border-radius: 28px;
    text-align: center;
    padding: 20px 15px;
}

#contact-form-box .container-nos .row-flex .ApColumn h4 {
    font-family: Montserrat;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    cursor: pointer;
}

#contact-form-box .container-nos .row-flex .ApColumn p {
    font-size: 17px;
    color: #010101;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 10px;
    display: none;
}

/* #contact-form-box .container-nos .row-flex .ApColumn:first-child p {
    display: block;
} */

#contact #contact-form-box .contact-form {
    padding: 50px 15px;
}

.trouvez-form .form-control,
#contact #contact-form-box .contact-form .form-control {
    height: 45px;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fdfdfd;
    border: none;
    font-family: Raleway;
    font-size: 21px;
    color: #010101;
}

#contact #contact-form-box .contact-form textarea.form-control {
    height: auto;
    min-height: 270px;
    resize: none;
    margin-top: 20px;
}

#contact #contact-form-box .contact-form .checkbox-row {
    margin-top: 10px;
}

.trouvez-form .checkbox-row label > *,
#contact #contact-form-box .contact-form .checkbox-row label > * {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.3;
    color: #010101;
    text-align: left;
}

.trouvez-form .checkbox-row label input,
#contact #contact-form-box .contact-form .checkbox-row label input {
    margin: 2px 5px 0 0;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
}

#contact #contact-form-box .contact-form .checkbox-row p {
    color: #010101;
    margin-top: 10px;
}

.trouvez-form .btn.btn-primary,
#contact #contact-form-box .contact-form .btn.btn-primary {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    min-width: 270px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    padding: 0 20px;
}

.trouvez-form .btn.btn-primary:hover,
#contact #contact-form-box .contact-form .btn.btn-primary:hover {
    opacity: 0.8;
}

.page-content.page-cms {
    text-align: left;
	margin-left: -15px;
    margin-right: -15px;
}

#cms .ApColumn .block {
    margin-bottom: 0;
}

.row-fullbg-histoire {
    position: relative;
}

.row-fullbg-histoire .ApColumn {
    position: static;
}

.row-fullbg-histoire .block.ApImage {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
    left: calc((100% - 100vw) / 2);
}

.row-fullbg-histoire .block.ApImage img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.row-fullbg-histoire .text-block {
    background: rgba(254, 221, 145, 0.88);
    padding: 70px 35px !important;
    margin-left: 70px;
    position: relative;
    z-index: 2;
}

.row-fullbg-histoire .text-block a {
    background: #fff !important;
}

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

#cms .footer-bottom {
    margin-top: 80px;
}

.le-container {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 1.3;
    color: #010101;
    margin-top: 90px;
}

.le-container h1,
.le-container h2 {
    font-size: 51px;
}

.le-container.container1 .ApColumn {
    max-width: 500px;
}

.le-container.container1 .ApColumn.float-right {
    float: right;
    margin-right: 30px;
}

.le-container.container2,
.row-flex {
    position: relative;
    padding-top: 70px;
}

.product-accessories:before,
.le-container.container2:before,
.row-flex:before {
    content: '';
    width: 100vw;
    position: absolute;
    top: 0;
    left: calc((100% - 100vw) / 2);
    border-top: solid 0px #dad6db;
    display: block;
}

.le-container.container2 .col-xl-4 .block_content {
    text-align: center;
    border: solid 4px;
    margin-top: 25px;
    padding: 15px 5px;
}

.le-container.container2 .col-xl-4 .block_content img {
    margin-bottom: 5px;
}

.le-container.container2 .col-xl-4 .box1 .block_content {
    border-color: #ebcdf4;
}

.le-container.container2 .col-xl-4 .box2 .block_content {
    border-color: #feda86;
}

.le-container.container2 .col-xl-4 .box3 .block_content {
    border-color: #abbbc9;
}

.le-container.container2 .col-xl-4 .box4 .block_content {
    border-color: #faced5;
}

.le-container.container2 .col-xl-4 .box5 .block_content {
    border-color: #a2a568;
}

.le-container.container2 .col-xl-4 .box6 .block_content {
    border-color: #faced5;
}

.le-container.container2 .col-xl-4 .box7 .block_content {
    border-color: #abbbc9;
}

.le-container.container2 .col-xl-4 .box8 .block_content {
    border-color: #ebcdf4;
}

.le-container.container2 .col-xl-4 .box9 .block_content {
    border: none;
}

.le-container a {
    display: inline-block;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 56px;
    background: #feda86 !important;
    text-transform: uppercase;
    width: 286px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    margin-top: 50px;
    transition: .2s;
}

.le-container a:hover {
    opacity: 0.8;
}

.le-container.container3 .ApImage {
    margin-top: 60px;
}

.trouvez-container {
    min-height: 883px;
    margin-top: 100px;
}

.trouvez-container h1 {
    font-size: 51px;
}

.trouvez-container p {
    font-size: 21px;
    line-height: 1.3;
}

.trouvez-form {
    max-width: 800px;
    margin-top: 130px;
}

.trouvez-form .form-group {
    margin-bottom: 30px;
}

.trouvez-form p.note {
    font-size: 16px;
    margin-top: 10px;
}

.product-miniature .thumbnail-container:hover:before {
    box-shadow: 3.4px 2.1px 9.3px 0.7px rgba(0, 0, 0, 0.15);
}

.product-miniature .thumbnail-container:hover .product-price-and-shipping,
.product-miniature .thumbnail-container:hover .cart {
    transform: none;
}

.product-miniature .thumbnail-container .product-info {
    height: 50px;
}

.product-miniature .thumbnail-container .product-info .feature {
    margin-top: 10px;
}

.sidebar .product-miniature .thumbnail-container .product-info .feature {
    display: none;
}

.product-miniature .thumbnail-container .product-info .product-price-and-shipping {
    display: flex;
    justify-content: center;
}

.product-miniature .thumbnail-container .product-info .product-price-and-shipping .price {
    order: 2;
    color: #222;
    font-size: 14px;
    font-family: Raleway;
}

.product-miniature .thumbnail-container .product-info .product-price-and-shipping.has_discount .price {
    font-weight: bold;
}

.product-miniature .thumbnail-container .product-info .product-price-and-shipping .regular-price {
    color: #ebcdf4;
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px;
}

.product-miniature .thumbnail-container .product-info .product-price-and-shipping .discount-percentage {
    display: none !important;
}

.product-miniature .thumbnail-container .product-title a {
    font-size: 15.5px;
    color: #666;
    font-family: Raleway;
}

.product-miniature .product-thumbnail {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.product-miniature .product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.product-miniature .product-thumbnail .product-additional {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    visibility: visible;
}

.product-miniature .thumbnail-container:hover .product-additional {
    opacity: 1;
}

.product-miniature .product-image .product-price-and-shipping {
    display: none;
}

.product-flags {
    min-width: 63px;
    z-index: 3;
    top: 0;
    left: 5px;
}

.product-miniature .product-flags li {
    font-family: Raleway;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.17px;
    text-align: center;
    color: #666;
    border-radius: 2px;
    background-color: #ebcdf4;
    padding: 5px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: .2s;
}

.product-miniature .thumbnail-container:hover .product-flags li {
    background: #fff;
}

.product-miniature .thumbnail-container .wishlist {
    z-index: 3;
}

.product-miniature .thumbnail-container .functional-buttons .btn-product.add-to-cart {
    background: url(../img/PANIER.png) center no-repeat !important;
}

.product-miniature .thumbnail-container .functional-buttons .btn-product.add-to-cart:before {
    display: none;
}

.product-miniature .thumbnail-container .functional-buttons .btn-product.quick-view {
    background: url(../img/RECHERCHE.png) center no-repeat !important;
}

.product-miniature .thumbnail-container .functional-buttons .btn-product.quick-view.active {
    background: none !important;
}

.product-miniature .thumbnail-container .functional-buttons .btn-product.quick-view .leo-quickview-bt-content {
    display: none !important;
}

.thumbnail-container .product-meta {
    padding: 15px 0;
}

.block-categories .category-sub-menu li > a {
    color: #bc9cc6;
    padding-left: 0;
}

.block-categories .category-sub-menu li:hover > a,
.block-categories .category-sub-menu li.current > a {
    color: #dad6db !important;
}

.block-categories .category-sub-menu li > a:before {
    display: none;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    font-size: 15.5px;
}

.block-categories .category-sub-menu li[data-depth="1"] > a {
    font-size: 12.5px;
}

#product .breadcrumb li a,
#product .breadcrumb li span,
#module-pm_advancedsearch4-searchresults .breadcrumb li a,
#module-quickproducttable-fmmquick .breadcrumb li a,
#module-pm_advancedsearch4-searchresults .breadcrumb li span,
#module-quickproducttable-fmmquick .breadcrumb li span,
#category .breadcrumb li a,
#category .breadcrumb li span {
    color: #bc9cc6;
    font-size: 14px;
    text-transform: uppercase;
}

#category .sidebar .block .title_block,
#module-pm_advancedsearch4-searchresults .sidebar .block .title_block,
#module-quickproducttable-fmmquick .sidebar .block .title_block {
    font-size: 18px;
    line-height: 27.5px;
    text-transform: none;
    border-top: 1px solid #eee;
    border-bottom: none;
    padding-bottom: 0;
}

#category .sidebar .block .products .thumbnail-container .product-image,
#category .sidebar .block .products .thumbnail-container .product-meta,
#module-pm_advancedsearch4-searchresults .sidebar .block .products .thumbnail-container .product-image,
#module-quickproducttable-fmmquick .sidebar .block .products .thumbnail-container .product-image,
#module-pm_advancedsearch4-searchresults .sidebar .block .products .thumbnail-container .product-meta,
#module-quickproducttable-fmmquick .sidebar .block .products .thumbnail-container .product-meta {
    width: 100%;
    padding: 0;
    text-align: center;
}

#category .switch-mode .title_block,
#module-pm_advancedsearch4-searchresults .switch-mode .title_block,
#module-quickproducttable-fmmquick .switch-mode .title_block {
    padding-top: 0;
    border-top: none !important;
    margin-bottom: 20px;
}

#category .featured-products,
#category .featured-products h2,
#module-pm_advancedsearch4-searchresults .featured-products,
#module-quickproducttable-fmmquick .featured-products,
#module-pm_advancedsearch4-searchresults .featured-products h2,
#module-quickproducttable-fmmquick .featured-products h2 {
    text-align: center;
    border-top: none !important;
    margin-top: 50px;
}

#category .featured-products .all-product-link,
#module-pm_advancedsearch4-searchresults .featured-products .all-product-link,
#module-quickproducttable-fmmquick .featured-products .all-product-link {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    min-width: 228px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    margin-top: 35px;
    padding: 0 30px;
}

.switch-btn-block {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 5px 0 0 15px;
}

.switch-btn-block input {
    display: none;
}

.switch-btn-block .switch-btn {
    position: relative;
    display: inline-block;
}

.switch-btn-block .switch-btn:before {
    content: '';
    display: inline-block;
    background: #e9e9e9;
    width: 40px;
    height: 25px;
    border-radius: 25px;
}

.switch-btn-block .switch-btn:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    left: 2px;
    top: 2px;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transition: .2s;
}

.switch-btn-block input:checked + .switch-btn:before {
    background: #feda86;
}

.switch-btn-block input:checked + .switch-btn:after {
    left: calc(100% - 23px);
}

.products-selection {
    background: none;
    padding: 0;
    font-family: Montserrat;
    font-size: 16.5px;
}

.products-selection .products-counter {
    float: left;
    display: block;
    text-transform: uppercase;
    color: #000;
}

.products-selection .sort-by {
    margin: 0;
    color: #000;
}

.products-sort-order .select-title {
    color: #bc9cc6;
    border: none;
}

.list-filter-values li {
    display: inline-block;
    list-style: none;
    font-size: 15.5px;
    border: solid 0.2px #e1e1e1;
    padding: 10px 12px 10px 8px;
    border-radius: 6px;
    margin: 0 10px 10px 0;
}

.list-filter-values li a {
    line-height: 0;
    padding: 10px 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    opacity: 0.5;
    margin: -7px 0 0;
}

.list-filter-values li.clear {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.category-menu .leo-megamenu .navbar-nav > li > a {
    font-family: Raleway;
    font-size: 17px;
    text-transform: uppercase;
}

.category-menu .leo-megamenu .navbar-nav > li > a:before {
    display: none;
}

.category-menu .leo-megamenu .navbar-nav > li > a:hover {
    color: #bc9cc6 !important;
}

.category-menu .dropdown-menu {
    width: 680px;
    padding: 10px;
    box-shadow: 2.5px 1.6px 6px 0 rgba(0, 0, 0, 0.16);
}

.category-menu .leo-megamenu .dropdown:hover > .dropdown-menu {
    display: flex !important;
    flex-wrap: wrap;
}

.category-menu .dropdown-menu .mega-col {
    flex: 0 0 200px;
    margin: 10px;
}

.category-menu .dropdown-menu .mega-col a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 115%;
    position: relative;
}

.category-menu .dropdown-menu .mega-col a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.category-menu .dropdown-menu .mega-col a > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.btn.btn-main {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    min-width: 228px;
    height: 56px;
    border-radius: 28px;
    color: #333 !important;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    margin-top: 35px;
    padding: 0 30px;
    border: none;
    transition: .2s;
}

.btn.btn-main:hover {
    opacity: 0.8;
}

#category .pagination2,
#module-pm_advancedsearch4-searchresults .pagination2,
#module-quickproducttable-fmmquick .pagination2 {
    display: block;
    min-height: 0;
    background: none;
    padding: 0;
    text-align: center;
    font-size: 21px;
    color: #010101;
    margin-top: 0;
}

#category .pagination2 .hr,
#module-pm_advancedsearch4-searchresults .pagination2 .hr,
#module-quickproducttable-fmmquick .pagination2 .hr {
    display: block;
    width: 230px;
    border-top: solid 2px #dcd9dd;
    margin: 25px auto;
    position: relative;
}

#category .pagination2 .hr:before,
#module-pm_advancedsearch4-searchresults .pagination2 .hr:before,
#module-quickproducttable-fmmquick .pagination2 .hr:before {
    content: '';
    display: block;
    width: 80%;
    border-top: solid 2px #fcda8c;
    position: absolute;
    top: -2px;
    left: 0;
}

.only-show-product {
    display: none !important;
    font-size: 20px;
}

.only-show-product h2 {
    font-family: Benedict;
    font-size: 47px;
    color: #010101;
}

#category .only-show-product,
#module-pm_advancedsearch4-searchresults .only-show-product,
#module-quickproducttable-fmmquick .only-show-product,
#product .only-show-product {
    display: block !important;
    width: 100%;
    max-width: 1600px;
    margin-top: 70px;
}

#product #wrapper > .container {
    max-width: 1366px;
}

.product-detail.product-thumbs-left .images-container .product-cover {
    margin-left: 270px;
    padding: 4px;
    box-shadow: 3.4px 2.1px 9.3px 0.7px rgba(0, 0, 0, 0.15);
}

.product-detail.product-thumbs-left .images-container .product-thumb-images {
    width: 240px;
    top: 0;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide {
    padding: 5px;
    box-shadow: 3.4px 2.1px 9.3px 0.7px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide a img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-list {
    overflow: visible;
}

.product-thumb-images .thumbnail-container a,
.product-thumb-images .thumb {
    border: none !important;
}

#product .product-cover .product-flags {
    min-width: 58px;
}

#product .product-cover .product-flags li {
    display: block;
    border-radius: 2px;
    background: #ebcdf4;
    text-align: center;
    font-size: 15.5px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 15px;
}

.product-cover .layer {
    background: url(../img/RECHERCHE.png) center no-repeat !important;
    background-size: contain;
    width: 40px;
    height: 40px;
    box-shadow: none;
}

.product-cover .layer * {
    display: none;
}

.product-add-to-cart {
    margin-top: 50px;
}

.product-add-to-cart .leo-compare-wishlist-button {
    display: none;
}

.product-add-to-cart > .control-label {
    display: none;
}

.product-add-to-cart .product-quantity .add {
    display: inline-block;
}

#product .product-video-tutorial h2,
#product .product-description h2 {
    font-size: 51.5px;
    margin-top: 60px;
    margin-bottom: 30px;
}

#product .product-description {
    font-size: 21px;
    line-height: normal;
    color: #010101;
}

.category-products, .product-accessories, .viewed-products, .featured-products {
    margin-bottom: 50px;
}

#product .product-accessories {
    margin-top: 40px;
    margin-bottom: 50px;
    padding-top: 80px;
}

#product .product-accessories h2 {
    text-align: left;
    font-size: 51.5px;
}

#product .product-features h2 {
    font-family: Raleway;
    font-size: 21.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.22px;
    color: #666;
    margin-top: 50px;
}

#product .product-features h3 {
    font-family: Raleway;
    font-size: 21.5px;
    line-height: 1.4;
    letter-spacing: 0.22px;
    margin-top: 20px;
}

#product .product-features p {
    font-size: 21.5px;
    text-align: center;
    border: solid 1px #e2e8ed;
    padding: 16px;
}

#product .product-features .feature-4 h3 {
    color: #000;
}

#product .product-features .feature-4 p {
    background: #abbbc9;
    border-color: #abbbc9;
    color: #fff;
}

#product .product-features .feature-5 h4 {
    /* color: #dbbee4; */
    color: #EBCDF4;
}

#product .product-features .feature-5 p {
    /* background: #dbbee4;
    border-color: #dbbee4; */
    background: #EBCDF4;
    border-color: #EBCDF4;
    color: #fff;
}

#product .product-features .feature-6 h4 {
    color: #a2a568;
}

#product .product-features .feature-6 p {
    background: #a2a568;
    border-color: #a2a568;
    color: #fff;
}

#product .detail-column {
    padding-left: 70px;
}

#product h1.product-detail-name {
    margin-top: -10px;
    margin-bottom: 0;
    line-height: 1.5;
}

.category-menu {
    border-bottom: solid 1px #e7e3e9;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.product-actions .add {
    padding: 0;
}

.product-actions .add-to-cart {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86 !important;
    text-transform: uppercase;
    min-width: 228px;
    height: 56px;
    border-radius: 28px;
    color: #333 !important;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    padding: 0 30px;
    border: none;
    transition: .2s;
}

.product-actions .add-to-cart:hover {
    opacity: 0.8;
}

.product-quantity .qty {
    /* float: none; */
    display: inline-block;
    /* vertical-align: middle; */
    margin: 0 50px 0 0;
}

.product-quantity #quantity_wanted {
    color: #010101;
    height: 55px;
    width: 45px;
    text-align: center;
    border-radius: 6px;
    font-size: 20.5px;
}

.product-quantity .input-group-btn-vertical .btn {
    background: none !important;
    top: 10px;
}

.product-quantity .input-group-btn-vertical .btn i {
    display: none;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    content: '+';
    font-size: 41.5px;
    font-family: Raleway;
    line-height: 0.8;
    right: -5px;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    content: '-';
    font-size: 41.5px;
    font-family: Raleway;
    left: -5px;
}

.product-actions + .wishlist .btn {
    padding: 0;
    text-transform: none;
    font-size: 21px;
    font-family: Raleway;
}

.product-actions + .wishlist {
    margin-top: 50px;
}

.product-actions + .wishlist .btn i {
    margin-right: 15px;
}

#product .detail-column .product-prices {
    display: flex;
    width: 300px;
    background: #ebcdf4;
    justify-content: center;
    padding: 13px 0;
    float: right;
    margin-top: 30px;
}

#product .detail-column .product-prices .product-price {
    order: 2;
    font-size: 22px;
    font-family: Raleway;
    color: #222;
}

#product .detail-column .product-prices .product-discount span {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-top: 6px;
    margin-right: 30px;
}

#product .detail-column .tax-shipping-delivery-label,
#product .detail-column .discount {
    display: none;
}

#product .detail-column .description-short {
    font-size: 15px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

#product .product-actions .product-variants {
    max-width: 280px;
    margin-top: 0;
}

#product .product-actions .product-variants .control-label {
    display: none;
}

#product .product-actions .product-variants .form-control {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 27.5px;
    height: 58px;
    text-align: center;
    padding: 0;
}

#product .value-points {
    font-size: 21px;
    background: url(../img/icon_check.png) left center no-repeat;
    padding: 10px 40px;
}

.payment-delivery-services {
    padding-top: 40px;
}

.payment-delivery-services h4 {
    font-size: 21.5px;
}

.payment-delivery-services p {
    font-size: 11.5px;
}

@media (max-width: 1366px) {
    #product .detail-column {
        padding-left: 15px;
    }

    .product-detail.product-thumbs-left .images-container .product-thumb-images {
        width: 35%;
    }

    .product-detail.product-thumbs-left .images-container .product-cover {
        margin-left: 40%;
    }
}

@media (max-width: 1280px) {
    #product .detail-column .product-prices {
        float: none;
    }
}

@media (max-width: 991px) {
    #product h1.product-detail-name {
        margin-top: 50px;
    }
	.absoluteToggle {
		position : relative !important;
		border: none !important;
		overflow-x: auto;
		z-index: 0;
	}
	.leo-megamenu.disable-canvas .leo-top-menu{
		z-index: 1
	}
	
	.specNav {
		display: none !important;
	}
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                           BEGIN CUSTOM CSS DAVID                           */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* ||||||||||||||||||||||||||||||||| GENERAL |||||||||||||||||||||||||||||||| */
.outElement {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ||||||||||||||||||||||||||||||| FIN GENERAL |||||||||||||||||||||||||||||| */

/* |||||||||||||||||||||||||||||| PAGE PRODUIT |||||||||||||||||||||||||||||| */
#product #wrapper > .container {
    margin-top: 76px;
}

#product h1.product-detail-name {
    line-height: 1.3;
}

#product .h1.product-detail-name span.littleTitlePart,
#product .h1.product-detail-name span.bigTitlePart {
    font-weight: 500;
    color: #000;
}

#product .h1.product-detail-name span.littleTitlePart {
    font-family: 'Raleway', sans-serif;
    font-size: 30.5px;

}

#product .h1.product-detail-name span.bigTitlePart {
    font-family: 'Raleway', sans-serif;
    font-size: 49.79px;
}

#product .product-detail.product-thumbs-left .images-container .product-cover {
    max-width: 399px;
    max-height: 566px;
    width: 100%;
    height: 100%;
    padding: 0;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide {
    padding: 0;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
#product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide a img {
    max-width: 236px;
    max-height: 237px;
}

#product .product-detail.product-thumbs-left .images-container .product-thumb-images {
    max-height: 525px;
    overflow: hidden;
}

#product .product-detail.product-thumbs-left .images-container .product-thumb-images {
    padding-top: 10px;
    width: 250px;
    top: -10px;
    padding-left: 5px;
    left: -5px;
}

#product img.arrowBack {
    position: absolute;
    top: -32px;
    cursor: pointer;
}

#product .dateValid {
    color: #a2a568;
    font-size: 15.35px;
    margin-top: 10px;
    display: block;
}

#product .value-points {
    font-size: 21.1px;
    margin-top: 20px;
    margin-left: 3px;
}

#product .detail-column .product-prices {
    float: unset;
    margin-top: 0;
    min-width: 380px;
    margin-left: 20px;
}

#product .priceContenance {
    display: flex;
    margin-top: 19px;
}

#product .priceContenance span.contenance {
    border: solid 1px #E2E8ED;
    color: #666666;
    font-size: 26.72px;
    font-family: 'Raleway', sans-serif;
    text-transform: lowercase;
    line-height: 38.6px;
    letter-spacing: 0.38px;
    font-weight: 400;
    min-width: 280px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

#product .product-actions {
    margin-top: -9px;
}

#product .product-actions .add-to-cart {
    font-size: 16.54px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#product .product-actions + .wishlist {
    margin-top: 73px;
}

#product .product-actions + .wishlist .btn {
    font-size: 21.1px;
    font-family: 'Raleway', sans-serif;
    text-transform: lowercase;
    color: #000;
}

#product .product-features h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 20.92px;
    line-height: 30.22px;
    letter-spacing: .2px;
    margin-bottom: 6px;
}

#product strong.fop {
    text-transform: uppercase;
}

span.tiretFo:last-child {
    display: none;
}

#product .product-description h2,
#product .product-video-tutorial h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 37px !important;
    color: #000;
    font-weight: 500;
    margin-top: 65px !important;
}

#product .product-description {
    font-size: 20.1px;
    color: #000;
    max-width: 595px;
}

#product .thumbnailVideo {
    position: relative;
}

#product .thumbnailVideo .containerPlayBtn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff73;
    z-index: 1;
    cursor: pointer;
}

#product .thumbnailVideo .video-thumbnail {
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#product .thumbnailVideo .playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .2s;
    z-index: 1;
}

#product .thumbnailVideo .containerThumbnailVideo {
    position: absolute;
    cursor: pointer;
    transition: .2s;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#product .thumbnailVideo:hover .playBtn {
    transform: translate(-50%, -50%) scale(1.05);
}

#product .thumbnailVideo .playBtn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

#product .payment-delivery-services p {
    color: #010101;
}

#product .payment-delivery-services:after {
    content: '';
    background: #DAD6DB;
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: -28px;
}

#product .only-show-product {
    margin-top: 192px;
    max-width: 1710px;
}

#product .only-show-product .block_content p {
    color: #000;
    font-size: 21.05px;
}

.ApColumn .block.block_newsletter .title_block {
    font-family: 'Raleway', sans-serif;
}

.product-accessories:before {
    display: none;
}

#product .product-accessories .product-meta h3 {
    font-size: 15.5px;
    text-align: center;
}

.product-miniature .thumbnail-container .product-info .feature,
.product-miniature .thumbnail-container .product-info .product-price-and-shipping .price {
    color: #000;
}

#product .owl-theme .owl-controls.clickable .owl-buttons div {
    border: solid 2px #FEDD91;
    opacity: 1;
}

#product .owl-theme .owl-buttons div:before {
    color: #FEDD91;
    top: -1px;
}

#product .owl-theme .owl-buttons div.owl-prev:before {
    left: 10px;
}

#product .owl-theme .owl-buttons div.owl-next:before {
    left: 12px;
}

#product .owl-theme .owl-controls.clickable .owl-buttons div.owl-prev {
    left: -105px;
}

#product .owl-theme .owl-controls.clickable .owl-buttons div.owl-next {
    right: -105px;
}

#product .product-accessories h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #000;
}

#product .main-feature h3 {
    color: #666;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    margin: 0 !important;
}

#product .product-features .encartDiv {
    font-size: 21.5px;
    text-align: center;
    border: solid 1px #e2e8ed;
    padding: 5px;
}

#product .product-features .feature-4 .divEncart {
    background: #abbbc9;
    border-color: #abbbc9;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#product .product-features .feature-5 .divEncart {
    background: #EBCDF4;
    border-color: #EBCDF4;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#product .product-features .feature-6 .divEncart {
    background: #a2a568;
    border-color: #a2a568;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.product-detail-name {
    margin: 20px 0;
    font-size: 25px;
    text-transform: none;
    font-weight: 600;
    font-family: "neuehanskendrick";
    color: #222222;
}

#product .product-features .other-features h4 {
    font-size: 21.5px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

#product .detail-column .product-prices .product-discount span {
    color: #000;
}

#product .detail-column .product-prices .product-price {
    color: #fff;
}

#product .payment-delivery-services {
    display: none;
}

/* |||||||||||||||||||||||||||| FIN PAGE PRODUIT |||||||||||||||||||||||||||| */


/* ||||||||||||||||||||||||||||| PAGE CATÉGORIE ||||||||||||||||||||||||||||| */

#category #left-column,
#module-pm_advancedsearch4-searchresults #lef-column,
#module-quickproducttable-fmmquick #lef-column {
    max-width: 257px;
}

#category #left-column,
#module-pm_advancedsearch4-searchresults #lef-column,
#module-quickproducttable-fmmquick #lef-column,
#category #left-column .PM_ASCriterionsGroupList,
#module-pm_advancedsearch4-searchresults #left-colum .PM_ASCriterionsGroupList,
#module-quickproducttable-fmmquick #left-colum .PM_ASCriterionsGroupList {
    display: flex;
    flex-direction: column;
}

#category #left-column .PM_ASBlockOutput,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutput,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutput {
    order: 1;
}

#category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    width: 100% !important;
    border-top: 1px solid #eee;
}

#category #left-column .PM_ASBlockOutputHorizontal .card-block,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .card-block,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .card-block {
    padding: 0 !important;
}

#category #left-column .PM_ASBlockOutputHorizontal .card,
#module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .card,
#module-quickproducttable-fmmquick .PM_ASBlockOutputHorizontal .card {
    border: 0 !important;
	width: 80%;
}

#category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroupName,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroupName,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroupName,
#category .sidebar .block .title_block,
#module-pm_advancedsearch4-searchresults .sidebar .block .title_block,
#module-quickproducttable-fmmquick .sidebar .block .title_block {
    font-size: 18.33px;
    line-height: 27.26px;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
    color: #222222;
    letter-spacing: .9px;
    font-family: 'Raleway', sans-serif;
}

#category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink::before,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink::before,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink::before {
    display: none;
}

#category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 15.28px;
    width: 100%;
    margin: 0;
    color: #999999;
    /* padding: 10px 0 10px 27px; */
    padding: 10px 0 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #bc9cc6;
    /* padding-left: 0; */
}

#category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue:hover,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue:hover,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue:hover,
#module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink.PM_ASCriterionLinkSelected .PM_ASCriterionValue,
#module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink.PM_ASCriterionLinkSelected .PM_ASCriterionValue,
#category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink.PM_ASCriterionLinkSelected .PM_ASCriterionValue {
    color: #dad6db;
}

.block-category {
    display: block;
}

.block-category .category-cover {
    overflow: visible;
}

.block-category .category-cover img:hover {
    transform: scale(1);
}

#category .PM_ASSelections,
#module-pm_advancedsearch4-searchresults .PM_ASSelections,
#module-quickproducttable-fmmquick .PM_ASSelections {
    background-color: #fff !important;
    border: none !important;
}

#category .PM_ASSelections li a,
#module-pm_advancedsearch4-searchresults .PM_ASSelections li a,
#module-quickproducttable-fmmquick .PM_ASSelections li a {
    display: inline-block;
    list-style: none;
    font-size: 15.28px;
    border: solid 0.2px #e1e1e1;
    padding: 10px 12px 10px 8px;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    box-shadow: none;
    color: #0b0b0b;
    letter-spacing: 0.75px;
    font-weight: 400;
}

#module-pm_advancedsearch4-searchresults a.PM_ASSelectionsRemoveLink:hover,
#module-quickproducttable-fmmquick a.PM_ASSelectionsRemoveLink:hover {
    text-decoration: none !important;
}

.active_filters .active-filter-title {
    display: none;
}

a.PM_ASSelectionsRemoveLink:before,
.PM_ASResetSearch:before {
    content: '×';
    line-height: 0;
    padding: 10px 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    opacity: 0.5;
    margin: -7px 0 0;
    font-family: 'Raleway', sans-serif;
}

#category .PM_ASSelections li a.PM_ASResetSearch,
#module-pm_advancedsearch4-searchresults .PM_ASSelections li a.PM_ASResetSearch,
#module-quickproducttable-fmmquick .PM_ASSelections li a.PM_ASResetSearch {
    border: none;
}

.active_filters {
    padding: 10px 0;
}

#category #main > #products,
#module-pm_advancedsearch4-searchresults #main > #products,
#module-quickproducttable-fmmquick #main > #products {
    display: flex;
    flex-direction: column;
}

#module-pm_advancedsearch4-searchresults #main > #products #js-active-search-filters,
#module-quickproducttable-fmmquick #main > #products #js-active-search-filters {
    order: -1;
}

a.PM_ASSelectionsRemoveLink:hover {
    text-decoration: none !important;
}

.block-category {
    padding: 0;
}

.hidePls {
    display: none !important;
}

.category-sub-menu li > div {
    display: none;
}

.category-sub-menu li.current > div {
    display: block;
}

.breadcrumb li {
    margin: 5px;
}

.breadcrumb li:first-child {
    margin-left: 0;
}

.PM_ASSelections li a:hover {
    color: #bc9cc6 !important;
}

.products-sort-order .dropdown-menu {
    left: -153px;
    right: 0;
}

.bestSellCustom .dropdown-menu {
    display: block;
    position: relative;
    border: 0;
}

#left-column .featured-products {
    display: none;
}

/*.all-product-link {
    font-size: 16px !important;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    min-width: 228px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    margin-top: 35px !important;
    padding: 0 30px !important;
    display: inline-block !important;
}*/

.sidebar .block a.all-product-link {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat; 
    background: #feda86;
    text-transform: uppercase;
    min-width: 200px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    transition: .2s;
    margin-top: 35px;
    padding: 15px 30px;
	background-color: var(--primary) !important;
	color: var(--white) !important;
}

.bestSellCustom .wishlist {
    display: none;
}

.bestSellCustom .product-miniature .thumbnail-container:hover:before {
    box-shadow: none;
}

.bestSellCustom .ajax_block_product {
    margin: 10px 0;
}

.bestSellCustom .title_block {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18.34px;
    text-transform: uppercase;
    line-height: 30.17px;
    letter-spacing: 0.9px;
    color: #000;
    text-align: center;
}

.bestSellCustom .product-miniature .thumbnail-container .product-title a {
    font-size: 15.5px;
    color: #666;
    font-family: Raleway;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bestSellCustom .product-miniature .thumbnail-container .product-title {
    height: 40px;
}

.infinitescroll-load-more-bottom {
    background-color: transparent !important;
    border: 0 !important;
    text-align: center;
    order: 1;
}

.infinitescroll-load-more-bottom a,
.infinitescroll-reached-bottom-message {
    font-size: 16px !important;
    font-family: Montserrat;
    background: #feda86 !important;
    text-transform: uppercase;
    min-width: 228px;
    height: 56px;
    border-radius: 28px;
    color: #000 !important;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    margin-top: 35px !important;
    padding: 0 30px !important;
    display: inline-block !important;
    max-width: 270px;
}

.infinitescroll-load-more-bottom a {
    color: #000 !important;
}

.products .product_list {
    display: flex;
    flex-direction: column;
}

.customCounter {
    font-size: 21.03px;
    color: #010101;
    text-align: center;
    margin-top: 40px;
}

.customCounter .progressBar {
    background: #DCD9DD;
    display: block;
    width: 230px;
    margin: 28px auto 0 auto;
    position: relative;
}

.customCounter .progressBar .progression {
    content: '';
    display: block;
    height: 2px;
    width: 10%;
    width: calc(100% / 309 * 12);
    background: #FCDA8C;
}

.imagePub {
    max-width: 364px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0 !important;
}

.imagePub .title_block {
    position: absolute !important;
    left: 30px;
    top: 13px;
    font-family: 'Raleway', sans-serif;
    font-size: 46.52px !important;
    line-height: 54.01px;
    color: #fff;
    letter-spacing: 2.3px;
    text-transform: initial !important;
    margin-top: 0 !important;
}

.imagePub .sub-title-widget {
    position: absolute;
    left: 25px;
    top: 120px;
    color: #fff !important;
    font-size: 93.06px !important;
    line-height: 53.83px !important;
    font-family: Benedict, sans-serif;
}

#products .product_list > .row {
    display: flex;
    flex-wrap: wrap;
}

.customPubTpl .infinitescroll-bottom-message {
    display: none;
}

.customPubTpl {
    display: none !important;
}

.customPubTpl.page-1 {
    display: block !important;
}

/* .infinitescroll-bottom-message, */
.customCounter {
    position: relative;
    left: -128.5px;
}

.infinitescroll-reached-bottom-message {
    flex: 0 0 100%;
    width: 100%;
    clear: both;
    display: flex;
    max-width: unset;
    background: transparent !important;
    border: none !important;
}

.megaMenuCat {
    margin: 0 auto;
    max-width: 1740px;
	
}

.megaMenuCat .menu-title {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 16.94px;
    line-height: 29.04px;
    color: #000;
    letter-spacing: .8px;
}

.megaMenuCat .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.megaMenuCat .navbar-nav > li:first-child,
.megaMenuCat li + .nav-item {
    margin: 0 !important;
}

.megaMenuCat .navbar-nav > li:hover > a span,
.megaMenuCat .navbar-nav > li:focus > a span {
    color: #bc9cc6 !important;
}

.megaMenuCat .navbar-nav > li > a:before {
    display: none !important;
}

.megaMenuCat .widget-inner {
    position: relative;
}


.megaMenuCat .widget-inner .blankSquare {
    position: absolute;
    background: #fffc;
    bottom: 0;
    height: 97px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.megaMenuCat .widget-inner .blankSquare span {
    font-family: 'Raleway', sans-serif;
    font-size: 18.35px;
    line-height: 27.54px;
    color: #000;
    /* text-transform: uppercase; */
    letter-spacing: .9px;
    text-align: center;
    max-width: 130px;
	text-wrap: wrap;
}

.megaMenuCat .navbar-nav > li > a.dropdown-toggle:after {
    display: none;
}

.megaMenuCat .dropdown-menu {
    padding: 0 15px !important;
}

.megaMenuCat .dropdown-menu img {
    max-width: 100%;
}

.megaMenuCat .dropdown-menu .mega-col {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.megaMenuCat .comesticMenu .widget-subcategories ul li:last-child {
    display: block;
}

.megaMenuCat .comesticMenu .widget-inner .menu-title {
    display: none;
}

.megaMenuCat .comesticMenu .dropdown-menu .mega-col:first-child {
    padding-left: 15px;
}

.megaMenuCat .comesticMenu .widget-subcategories {
    margin-top: 10px;
}

.megaMenuCat .comesticMenu .widget-inner .blankSquare span {
    max-width: unset;
}

.megaMenuCat .comesticMenu .dropdown-menu li a:hover {
    transform: none;
    color: #bc9cc6 !important;
}

.megaMenuCat .comesticMenu .dropdown-menu li a {
    /* text-transform: uppercase; */
    color: #000;
    line-height: normal;
    font-size: 14px !important;
    font-family: 'Raleway', sans-serif;
}

.megaMenuCat .ambianceMenu .dropdown-menu .mega-col:first-child {
    padding-left: 15px;
}

.megaMenuCat .aideVenteMenu .dropdown-menu {
    left: -440px !important;
}

.megaMenuCat .allProductsMenu .widget-subcategories ul li:last-child,
.megaMenuCat .allProductsMenu .widget-inner .menu-title {
    display: block;
}

.megaMenuCat .allProductsMenu .dropdown-menu-inner {
    padding: 0 15px;
}

.megaMenuCat .allProductsMenu .dropdown-menu {
    left: -980px !important;
}

.megaMenuCat .allProductsMenu .dropdown-menu .mega-col {
    padding: 0px 15px;
}

.megaMenuCat .allProductsMenu .dropdown-menu .leo-widget .menu-title a {
    color: #222222;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.megaMenuCat::after {
    content: '';
    display: block;
    height: 1px;
    background: #E7E3E9;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.megaMenuCat .aideVenteMenu .widget-inner .blankSquare span {
    max-width: unset !important;
}

/* ||||||||||||||||||||||||||| FIN PAGE CATÉGORIE ||||||||||||||||||||||||||| */


/* ||||||||||||||||||||||||||||||||| HEADER ||||||||||||||||||||||||||||||||| */
.button-list li .ap-total,
#_desktop_cart .cart-preview .cart-quantity {
    background: #feda86 !important;
    color: #000 !important;
}

.flagLang {
    margin-right: 10px;
}

#header .language-selector-wrapper .popup-title {
    padding-left: 0;
}

.popup-over .popup-title {
    padding-right: 0;
}

#page #header #search_widget .form-search.active {
    min-width: 215px;
}

/* ||||||||||||||||||||||||||||||| FIN HEADER ||||||||||||||||||||||||||||||| */


/* |||||||||||||||||||||||||||||||| HOME PAGE ||||||||||||||||||||||||||||||| */
.lightInsta {
    margin-top: 120px;
    position: relative;
}

.lightInsta .msgInsta {
    background: #fff;
    width: 275px;
    position: absolute;
    height: 274px;
    left: 546px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding: 0 33px;
    height: 100%;
}

.lightInsta .msgInsta p {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 25.52px;
    line-height: 25.41px;
    margin: 0;
}

.lightInsta .msgInsta p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12.56px;
    line-height: 12.64px;
}

.lightInsta .msgInsta p img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

/* |||||||||||||||||||||||||||||| FIN HOME PAGE ||||||||||||||||||||||||||||| */


/* ||||||||||||||||||||||||||||||||| PANIER/CHECKOUT ||||||||||||||||||||||||||||||||| */
.leo-remove-from-cart,
.leo-dropdown-cart-content a i,
.leo-dropdown-cart-content a.leo-dropdown-customization,
.leo-dropdown-cart-content a.leo-dropdown-combination {
    color: #414141 !important;
}

.leo-cart-item-info .leo-bt-product-quantity:hover i {
    color: #FFFFFF !important;
}

.leo-cart-dropdown-action .btn.cart-dropdow-checkout {
    background: #feda86 !important;
    border-radius: 50px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    transition: .2s;
}

.leo-cart-dropdown-action .btn.cart-dropdow-checkout:hover {
    background: #FEE19E !important;
}

.leo-cart-dropdown-action .btn.cart-dropdow-viewcart {
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
}

.dropdown {
    color: #000;
}

#cart > #page > #wrapper > .container,
#checkout #page > #wrapper > .container,
#order-confirmation > #page > #wrapper > .container,
#my-account > #page > #wrapper > .container,
#addresses > #page > #wrapper > .container,
#address > #page > #wrapper > .container,
#history > #page > #wrapper > .container,
#invoice-address > #page > #wrapper > .container,
#order-detail > #page > #wrapper > .container,
#order-slip > #page > #wrapper > .container,
#module-psgdpr-gdpr > #page > #wrapper > .container,
#module-leofeature-mywishlist > #page > #wrapper > .container,
#module-leofeature-viewwishlist > #page > #wrapper > .container {
    max-width: 1200px;
}

#cart .cart-grid .btn-primary,
#checkout .cart-grid-body .btn-primary,
#submit-login,
.lql-login-bt,
.lql-register-bt,
.leo-resetpass-form .btn-primary,
#authentication .btn-primary,
#identity .btn-primary,
#address .btn-primary,
#order-detail .btn-primary,
#exportDataToPdf,
#exportDataToCsv,
#module-leofeature-mywishlist .btn-primary,
#my-account .btn-tertiary,
.leo-send-wishlist-button {
    background: #feda86 !important;
    border-radius: 50px;
    color: #000 !important;
    transition: .2s;
    font-family: 'Montserrat', sans-serif;
    border: none;
    font-weight: 400 !important;
}

#module-leofeature-viewwishlist #products .product-miniature.leo-wishlistproduct-item {
    border: none;
    box-shadow: none;
}

#cart .cart-grid .btn-primary:hover,
#checkout .cart-grid-body .btn-primary:hover,
#submit-login:hover,
.lql-login-bt:hover,
.lql-register-bt:hover,
.leo-resetpass-form .btn-primary:hover,
#authentication .btn-primary:hover,
#identity .btn-primary:hover,
#address .btn-primary:hover,
#order-detail .btn-primary:hover,
#exportDataToPdf:hover,
#exportDataToCsv:hover,
#my-account .btn-tertiary:hover,
.leo-send-wishlist-button:hover {
    background: #FEE19E !important;
}

#module-leofeature-mywishlist #mywishlist .btn-outline {
    background: transparent !important;
    color: #000 !important;
    font-size: 13px !important;
}

#module-leofeature-mywishlist #mywishlist .btn-outline:hover {
    color: black;
}

.cart-summary .checkout a.btn-outline,
#js-checkout-summary a.btn-outline {
    background: #fff;
    color: #000;
    border-radius: 50px;
    transition: .2s;
    border: solid 1px #000;
    font-family: 'Montserrat', sans-serif;
}

.cart-summary .checkout a.btn-outline:hover,
#js-checkout-summary a.btn-outline:hover {
    background: #000;
    color: #fff;
}

#cart .blockreassurance_product,
#checkout .blockreassurance_product {
    display: none;
}

.cssload-speeding-wheel,
.leo-wishlist-button .leo-wishlist-bt-loading,
.leo-compare-button .leo-compare-bt-loading,
.quick-view.active .leo-quickview-bt-loading {
    border: 2px solid #CF9147;
    border-left-color: #FCDA8C;
}

.ajax_block_product {
    position: relative;
    z-index: 1;
}

body#checkout section.checkout-step .address-item.selected .box-adress {
    border-color: #CF9147 !important;
}

.list-wishlist tr.show {
    background-color: #ffd7a6 !important;
}


.quickview .social-sharing{
    display: none;
}
/* ||||||||||||||||||||||||||||||| FIN PANIER/CHECKOUT ||||||||||||||||||||||||||||||| */


/* |||||||||||||||||||||||||| CONNEXION/INSCRIPTION ||||||||||||||||||||||||| */
.leo-quicklogin-form .lql-action-bt .lql-bt:before {
    background: #feda86;
}

.leo-quicklogin-form .lql-action-bt .lql-bt.lql-active {
    color: #000 !important;
}

::-webkit-scrollbar-thumb {
    background-color: #feda86 !important;
}

#authentication #customer-form .form-group:nth-child(7),
#authentication #customer-form .form-group:nth-child(11),
#authentication #customer-form .form-group:nth-child(15),
#authentication #customer-form .form-group:nth-child(19),
#authentication #customer-form .form-group:nth-child(20),
#authentication #customer-form .form-group:nth-child(22),
#authentication #customer-form .form-group:nth-child(25),
#authentication #customer-form .form-group:nth-child(26),
#authentication #customer-form .form-group:nth-child(27),
#authentication #customer-form .form-group:nth-child(29),
#authentication #customer-form .form-group:nth-child(30) {
    display: none;
}

/* |||||||||||||||||||||||| FIN CONNEXION/INSCRIPTION ||||||||||||||||||||||| */

/* ||||||||||||||||||||||||||||||||| COMPTE ||||||||||||||||||||||||||||||||| */
.page-my-account #content .links a:hover i {
    color: #feda86;
}

/*#identity #customer-form .form-group:nth-child(8),
#identity #customer-form .form-group:nth-child(12),
#identity #customer-form .form-group:nth-child(16),
#identity #customer-form .form-group:nth-child(20),
#identity #customer-form .form-group:nth-child(21),
#identity #customer-form .form-group:nth-child(23),
#identity #customer-form .form-group:nth-child(26),
#identity #customer-form .form-group:nth-child(27),
#identity #customer-form .form-group:nth-child(28),
#identity #customer-form .form-group:nth-child(30),
#identity #customer-form .form-group:nth-child(31) {
    display: none;
}*/

/*#mokaAutoLogin{
    margin: 10px 0;
}*/

#pagenotfound .search-widget form button[type=submit] {
    position: absolute;
}

.gformbuilderpro_content label{
    display: none;
}

.gformbuilderpro_content input[type="text"]{
        height: 45px;
        padding: 15px;
        border-radius: 4px;
        box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 16%);
        background-color: #fdfdfd;
        border: none;
        font-family: Raleway;
        font-size: 21px;
        color: #010101;
}

.gformbuilderpro_content .checkbox_item_wp input ~ label{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.3;
    color: #010101;
    text-align: left;
    margin-left: 10px;
    position: relative;
    top: 5px;
}

.gformbuilderpro_content .checkbox_item_wp input {
    margin: 2px 5px 0 0;
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 16%);
}

.gformbuilderpro_content .checkbox_item_wp p,
.gformbuilderpro_content .checkbox_box{
    margin-bottom: 0 !important;
}

.gformbuilderpro_action button{
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    min-width: 270px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 56px;
    transition: .2s;
    padding: 0 20px;
}

.mandatoryFields{
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    margin-top: 10px;
}
/* ||||||||||||||||||||||||||||||||| COMPTE ||||||||||||||||||||||||||||||||| */


/* ||||||||||||||||||||||||| BEGIN RESPONSIVE DAVID ||||||||||||||||||||||||| */
/* ******************************* BEGIN /2560PX & +/ ****************************** */
@media only screen and (min-width: 2560px) {
    .lightInsta .msgInsta {
        width: 366px;
        left: 731px;
    }
}

/* ******************************* END /2560PX & +/ ****************************** */


/* ******************************* BEGIN /1600PX/ ****************************** */
@media only screen and (max-width: 1919px) {
    .lightInsta .msgInsta {
        width: 229px;
        left: 458px;
        padding: 10px;
    }

    .leo-megamenu .navbar-nav > li + .nav-item {
        margin: 0 33px 0 0;
    }

    #cms #wrapper nav.breadcrumb{
        display: none;
    }

    .leo-megamenu .dropdown:hover > .dropdown-menu {
        left: -40px;
    }

    .megaMenuCat .aideVenteMenu .dropdown-menu {
        left: -540px !important;
    }

    .megaMenuCat .allProductsMenu .dropdown-menu {
        left: -1015px !important;
    }
			.header-top .leo-megamenu .navbar-nav li a{
		font-size: 19px;
	}

}

/* ******************************* END /1600PX/ ****************************** */


/* ******************************* BEGIN /1440PX/ ****************************** */
@media only screen and (max-width: 1599px) {
    .lightInsta .msgInsta {
        width: 206px;
        left: 411px;
    }

    .lightInsta .msgInsta p {
        font-size: 20.52px;
    }
	.leo-top-menu .nav.navbar-nav{
        display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;	
    }


    .leo-top-menu .nav.navbar-nav{
        display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;	
    }

    .leo-megamenu .dropdown:hover > .dropdown-menu {
        left: -80px;
    }

    #fmm_table_info{
        padding-bottom: 40px;
    }

    #product .priceContenance span.contenance{
        min-width: 150px;
    }

    #product .detail-column .product-prices{
        min-width: 250px;
    }

    body#checkout #cart-summary-product-list td.media-body .flex .product-price {
        padding-right: 70px;
        padding-left: 10px;
    }
}

/* ******************************* END /1440PX/ ****************************** */


/* ******************************* BEGIN /1366PX/ ****************************** */
@media only screen and (max-width: 1439px) {
    .lightInsta .msgInsta {
        width: 195px;
        left: 390px;
    }

    .lightInsta .msgInsta p span {
        font-size: 12px;
    }

    .header-top .leo-megamenu .navbar-nav li a{
        font-size: 17px;
    }

    #quickproducttable .btn.btn-info{
        font-size: 14px;
    }

    .ambianceMenu .dropdown-sub{
        left: -120px !important;
    }

    .megaMenuCat .menu-title{
        font-size: 15px;
    }
	.header-top .leo-megamenu .navbar-nav li a{
        font-size: 17px;
    }

}

/* ******************************* END /1366PX/ ****************************** */


/* ******************************* BEGIN /1280PX/ ****************************** */
@media only screen and (max-width: 1365px) {
    .lightInsta .msgInsta {
        width: 184px;
        left: 384px;
    }

    .lightInsta .msgInsta p {
        font-size: 20px;
    }

    .lightInsta .msgInsta p span {
        font-size: 11px;
    }

    .header-top .leo-megamenu .navbar-nav li a {
        font-size: 15px;
    }

    .ambianceMenu .dropdown-sub {
        left: -270px !important;
    }

    .megaMenuCat .aideVenteMenu .dropdown-menu {
        left: -725px !important;
    }

    .megaMenuCat .menu-title{
        font-size: 15px !important;
    }

    .megaMenuCat .allProductsMenu .dropdown-menu {
        left: -1050px !important;
    }

    #quickproducttable #removeSearch,
    #quickproducttable #mokasync_sync,
    #quickproducttable #mokaAutoLogin{
        font-size: 12px;
    }

    #quickproducttable .btn.btn-info {
        font-size: 13px;
        max-width: 350px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover{
        margin-left: 35%;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide a img {
        max-width: 195px;
    }
	#cms #wrapper nav.breadcrumb {
    display : none;
}
}

/* ******************************* END /1280PX/ ****************************** */

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

.spaceToDel {
	display : none;
}

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

#quickproducttable .top_buttons {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

}

/* ******************************* BEGIN /1024PX/ ****************************** */
@media only screen and (max-width: 1279px) {
    .lightInsta .msgInsta {
        width: 256px;
        left: 256px;
    }

    .header-top .leo-megamenu .navbar-nav li a,
    .header-top .leo-megamenu .navbar-nav li .dropdown-menu a{
        font-size: 14px;
    }

    .header-top .leo-megamenu .navbar-nav li .dropdown-menu a{
        padding: 5px 0;
    }

    .langMenu{
        display: none;
    }

    .footer-center .navbar-nav .nav-item + .nav-item:before{
        display: none;
    }

    .footer-center .navbar-nav .nav-item {
        margin: 0 5px !important;
    }

    #quickproducttable #mokasync_sync{
        margin-left: 0;
        margin-bottom: 10px;
    }

    #quickproducttable .btn.btn-info{
        margin-top: 15px;
    }

    .megaMenuCat .menu-title,
    .megaMenuCat .comesticMenu .dropdown-menu li a {
        font-size: 13px !important;
    }

    .megaMenuCat .allProductsMenu .dropdown-menu .leo-widget .menu-title a{
        font-size: 17px;
    }

    .megaMenuCat .allProductsMenu .dropdown-menu {
        left: -855px !important;
        width: 990px !important;
    }

    .megaMenuCat .widget-inner .blankSquare span {
        font-size: 14px;
        line-height: 17.54px;
    }

    .imagePub .sub-title-widget {
        font-size: 59.06px !important;
        line-height: 44.83px !important;
    }

    .imagePub .title_block {
        font-size: 34.52px !important;
        line-height: 46.01px;
    }

    .imagePub .sub-title-widget{
        top: 80px;
    }

    .product-detail > .row > div:first-child,
    .product-detail > .row > .detail-column{
        width: 100% !important;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images{
        left: 0;
    }

    #product .priceContenance span.contenance{
        min-width: 280px;
    }

    #product .detail-column .product-prices{
        min-width: 380px;
    }

    .quickview .product-actions .add-to-cart{
        margin-top: 10px;
    }

    .trouvez-form .checkbox-row label input, #contact #contact-form-box .contact-form .checkbox-row label input{
        box-shadow: unset;
    }

    body#checkout #cart-summary-product-list td.media-body .flex .product-price{
        padding-right: 70px;
        padding-left: 10px;
    }
	#cms #wrapper nav.breadcrumb {
    display : none;
	}


}

/* ******************************* END /1024PX/ ****************************** */


/* ******************************* BEGIN /992PX/ ****************************** */
@media only screen and (max-width: 1023px) {
    .lightInsta .msgInsta {
        width: 170px;
        left: 278px;
    }
	.row-flex.illu_background-center-left {
	background: none !important;
	/* margin-top : -150px; */
	}

    .megaMenuCat .menu-title, .megaMenuCat .comesticMenu .dropdown-menu li a {
        font-size: 12px !important;
    }

    .megaMenuCat .allProductsMenu .dropdown-menu {
        left: -775px !important;
        width: 955px !important;
    }

    .megaMenuCat .aideVenteMenu .dropdown-menu {
        left: -385px !important;
    }

    .ambianceMenu .dropdown-sub {
        left: 0px !important;
    }

    /* .leo-megamenu .dropdown:hover > .dropdown-menu {
        left: -315px;
    } */

    #category .sidebar .block .title_block{
        font-size: 17px;
    }

    /* .leo-megamenu .dropdown:hover > .dropdown-menu {
        left: 0;
    } */

    .comesticMenu .dropdown-sub{
        left: -315px !important;
    }

    .ambianceMenu .dropdown-sub {
        left: -5px !important;
    }

    .trouvez-container{
        background-size: 45% !important;
    }
}

/* ******************************* END /992PX/ ****************************** */


/* ******************************* BEGIN /768PX/ ****************************** */
@media only screen and (max-width: 991px) {
    .lightInsta .msgInsta {
        width: 192px;
        left: 192px;
    }

    .box-header .right-header{
        width: 100%;
    }

    .leo-megamenu .navbar-nav > li,
    .leo-megamenu .navbar-nav > li + .nav-item{
        text-align: center;
        line-height: auto;
    }

    .comesticMenu .dropdown-sub,
    .ambianceMenu .dropdown-sub {
        left: 0 !important;
    }

    .ajax_block_product {
        width: 50% !important;
    }

    .imagePub .sub-title-widget {
        top: 130px;
    }

    .bestSellCustom .ajax_block_product{
        width: 100% !important;
    }

    #fmm_table_search_client {
        margin-left: 0;
    }

    #quickproducttable .btn.btn-info + .btn.btn-info {
        margin-left: 0;
    }

    .imagePub .title_block {
        font-size: 30.52px !important;
    }

    .imagePub .sub-title-widget {
        top: 70px;
    }

    .megaMenuCat .leo-megamenu .navbar-toggler{
        margin-bottom: 20px;
    }

    #contact-form-box .container-nos .row-flex .ApColumn {
        flex: 0 0 calc(50% - 30px) !important;
    }

    .cartProcess{
        order: -1;
    }

    #checkout > #page > #wrapper > .container > #content > .row{
        display: flex;
        flex-direction: column;
    }

}



/* ******************************* END /768PX/ ****************************** */


/* ******************************* BEGIN /460PX/ ****************************** */
@media (min-width: 768px){
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px){
	#category .sidebar .block {
		display: block;
	}
	
	.breadcrumb {
		display: none !important;
	}
	
	.hidden-sm-up {
		display: block !important;
	}
	
	.hidden-sm-down {
		display: block !important;
	}
	#cms #wrapper nav.breadcrumb{
		Display: none !important;
	}
}

@media only screen and (max-width: 767px) {
    .lightInsta .msgInsta {
        width: 230px;
        left: 0;
    }

    .lightInsta .msgInsta p img {
        margin-bottom: 0 !important;
    }

    .footer-center .navbar-nav .nav-item {
        margin: 0 1px !important;
        text-align: center;
        line-height: normal;
        width: 33.33333%;
    }

    .footer-bottom .navbar-toggleable-md{
        margin-bottom: 10px;
    }

    #cms #wrapper nav.breadcrumb{
        left: 0;
    }

    #cms .page-cms-8 .row-flex:nth-child(6) .ApColumn:first-child .ApImage {
        width: 100vw !important;
    }

    .leo-dropdown-cart.defaultcart {
        right: -115px;
    }

    #cms #wrapper nav.breadcrumb ol li {
        font-size: 11px;
    }

    .breadcrumb > .container{
        padding-top: 5px;
    }

    /* .infinitescroll-bottom-message, */
    .customCounter {
        position: static;
    }

    .only-show-product > .ApColumn{
        width: 100%;
    }

    .imagePub .title_block {
        font-size: 25px !important;
        line-height: 35px;
    }

    .imagePub .sub-title-widget {
        font-size: 50px !important;
        line-height: 45px;
        top: 60px;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide a img {
        max-width: 100px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images{
        width: 120px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover {
        margin-left: 30%;
    }


    #product .product-detail.product-thumbs-left .images-container .product-cover {
        max-width: 295px !important;
    }

    #product .product-description h2, #product .product-video-tutorial h2 {
        font-size: 40px !important;
    }

    #product .priceContenance {
        flex-direction: column;
        width: 100%;
    }

    .titleProductContainer{
        margin-bottom: 10px;
    }

    #product .priceContenance span.contenance{
        margin-right: 0;
        margin-bottom: 15px;
    }

    #product .detail-column .product-prices{
        margin-left: 0;
        min-width: 100%;
    }

    .product-add-to-cart .product-quantity .add {
        margin-top: 10px;
    }

    .product-quantity,
    #product .product-actions + .wishlist{
        text-align: center;
    }

    #product .product-accessories h2 {
        text-align: left;
        font-size: 40px;
    }

    #product .only-show-product {
        margin-top: 0;
    }

    #contact-form-box .container-nos .row-flex .ApColumn {
        flex: 0 0 calc(100% - 30px) !important;
    }

    a#exportDataToCsv {
        margin-bottom: 10px;
    }

    #mokasync .btn {
        margin: 0;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

    #mokasync .btn{
        font-size: 13px;
    }

    #mokasync_sync{
        margin-top: 10px;
    }

    #order-confirmation h1 {
        font-size: 18px !important;
    }
}

/* ******************************* END /460PX/ ****************************** */


/* ******************************* BEGIN /414PX/ ****************************** */
@media only screen and (max-width: 459px) {
    .lightInsta .msgInsta {
        width: 207px;
    }

    .imagePub .title_block {
        font-size: 23px !important;
        line-height: 33px;
    }

    .imagePub .sub-title-widget {
        font-size: 44px !important;
        line-height: 45px !important;
        top: 54px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover {
        max-width: 265px !important;
    }

    #product .product-features h3{
        font-size: 16.5px;
    }

    #product .product-features .other-features h4 {
        font-size: 18.5px;
    }

    .only-show-product h2 {
        font-size: 40px;
    }

    #payment-confirmation button {
        font-size: 12px;
    }

    #order-confirmation #order-details{
        margin-top: 10px;
    }
}

/* ******************************* END /414PX/ ****************************** */


/* ******************************* BEGIN /375PX/ ****************************** */
@media only screen and (max-width: 413px) {
    .lightInsta .msgInsta {
        width: 188px;
    }

    .row-fullbg-histoire .block.ApImage{
        left: -15px;
    }

    #cms .page-cms-8 .row-flex:nth-child(6) .ApColumn:last-child .text-block {
        margin-left: -18px !important;
    }

    .leo-dropdown-cart.defaultcart {
        right: -135px;
    }

    .le-container h1,
    .le-container h2 {
        font-size: 27px !important;
    }

    .ajax_block_product {
        width: 100% !important;
        margin: 10px 5px;
    }

    .imagePub .title_block {
        font-size: 45px !important;
        line-height: 50px;
    }

    .imagePub .sub-title-widget {
        font-size: 70px !important;
        line-height: 60px !important;
        top: 85px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover {
        max-width: 235px !important;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide a img {
        max-width: 80px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images {
        width: 100px;
    }

    #product .product-description h2, #product .product-video-tutorial h2 {
        font-size: 34px !important;
    }

    .product-detail-name {
        font-size: 20px;
    }

    #product .product-accessories h2 {
        text-align: left;
        font-size: 35px;
    }

    #exportDataToCsv, #exportDataToPdf {
        padding: 10px;
        font-size: 12px;
    }

    #payment-confirmation button {
        font-size: 12px;
        padding: 10px 12px;
    }
}

/* ******************************* END /375PX/ ****************************** */


/* ******************************* BEGIN /360PX/ ****************************** */
@media only screen and (max-width: 374px) {
    .lightInsta .msgInsta {
        width: 180px;
    }

    #cms .page-cms-8 .row-flex:nth-child(6) .ApColumn:last-child .text-block {
        margin-left: -18px !important;
    }

    .le-container h1,
    .le-container h2 {
        font-size: 26px !important;
    }

    #cms.cms-id-7 .row.ApRow .block.ApImage img {
        height: 185px!important;
    }

    #payment-confirmation button {
        font-size: 11px;
    }
}

/* ******************************* END /360PX/ ****************************** */


/* ******************************* BEGIN /320PX/ ****************************** */
@media only screen and (max-width: 359px) {
    .lightInsta .msgInsta {
        width: 160px;
    }

    .lightInsta .msgInsta p {
        font-size: 17px;
    }

    .lightInsta .msgInsta p span {
        font-size: 9px;
    }

    #cms .page-cms-8 .row-flex:nth-child(6) .ApColumn:last-child .text-block {
        margin-left: -30px !important;
    }

    .leo-dropdown-cart.defaultcart {
        right: -185px;
    }

    .popup-over .popup-content{
        right: -20px;
    }

    #cms.cms-id-7 .row.ApRow .block.ApImage img {
        height: 165px!important;
    }

    .imagePub .title_block {
        font-size: 40px !important;
        line-height: 45px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover {
        max-width: 205px !important;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide a img {
        max-width: 70px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images {
        width: 90px;
    }

    #product .detail-column .product-prices,
    .product-add-to-cart .product-quantity .add,
    #product .product-actions .add-to-cart{
        max-width: 100% !important;
    }

    #mokasync_sync {
        font-size: 13px;
        padding: 10px 12px;
    }

    .cart-summary-products > p > a{
        font-size: 13px;
    }

    #payment-confirmation button {
        font-size: 10px;
        padding: 10px;
    }

    .gformbuilderpro_content .checkbox_item_wp input ~ label{
        font-size: 14px;
    }
}

/* ******************************* END /320PX/ ****************************** */
/* |||||||||||||||||||||||||| END RESPONSIVE DAVID |||||||||||||||||||||||||| */

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                            END CUSTOM CSS DAVID                            */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#cart #page > #wrapper > .container,
#checkout #page > #wrapper > .container {
    max-width: 1740px;
}

#checkout #cart-summary-product-list .media-right {
    text-align: center;
}

#checkout #cart-summary-product-list .media-right strong {
    display: inline-block;
    white-space: nowrap;
    width: 100px;
    text-align: center;
}

#checkout [id^=clubparfumorder].card-block,
#checkout .cart-summary-subtotals-container,
#checkout .cart-summary-totals .cart-summary-line {
    padding-right: 110px !important;
    padding-left: 0;
}

#checkout .card-block.cart-summary-totals {
    position: relative;
}

#cart .card-block.cart-summary-totals .total-points {
    display: none;
}

#checkout .card-block.cart-summary-totals .total-points {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: inline-block;
    width: 130px;
    text-align: center;
    padding: 16px;
}

#cart table.cart-items {
    width: 100%;
}

#cart table.cart-items th {
    padding: 10px;
}

#cart table.cart-items td {
    padding: 5px 10px;
    border-top: solid 1px rgba(0,0,0,.125);
}

#cart table.cart-items tr.group td {
    padding: 30px 10px 10px;
}

.text-right {
    text-align: right;
}

#cart table.cart-items label.checkbox {
    position: relative;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
}

#cart table.cart-items label.checkbox:before {
    content: '';
    width: 16px;
    height: 16px;
    border: solid 1px #818181;
    border-radius: 6px;
    background: #fff;
    display: block;
}

#cart table.cart-items label.checkbox.checked:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 6px;
    border: solid 1px #bc9cc6;
    border-radius: 6px;
    background: #bc9cc6;
    display: block;
}

#cart table.cart-items label.checkbox input {
    display: none;
}

#cart table.cart-items fieldset {
    margin-top: 50px;
}

#cart table.cart-items fieldset legend {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.page-order table.media-list th,
.page-order table.media-list td {
    padding: 5px 0;
    vertical-align: top;
}

.page-order table.media-list td {
    border-top: solid 1px rgba(0,0,0,.125);
}

.page-order table.media-list tr.group td {
    padding-top: 20px;
}

.page-order table.media-list th.media-right {
    padding: 0 5px 10px;
}

.page-order table.media-list td.media-body {
    padding-left: 10px;
}

.page-order table.media-list td.media-body .flex {
    display: flex;
}

body#checkout #cart-summary-product-list td.media-body .flex .product-name {
    width: 70%;
    height: auto;
    max-width: none;
}

body#checkout #cart-summary-product-list td.media-body .flex .product-quantity {
    width: 10%;
    text-align: right;
    line-height: 1.5;
}

body#checkout #cart-summary-product-list td.media-body .flex .product-price {
    width: 20%;
    text-align: right;
}

.order-confirmation-table table.order-items th,
.order-confirmation-table table.order-items td {
    padding: 10px 5px;
}

.order-confirmation-table table.order-items td {
    border-top: solid 1px rgba(0,0,0,.125);
}

.order-confirmation-table table.order-items tr.group td {
    padding-top: 30px;
}

#order-items table tr td.text-center {
    text-align: center;
}

#contact #wrapper nav.breadcrumb ol li {
    font-size: 14px;
    color: #010101;
    text-transform: uppercase;
}

#quickproducttable .table-responsive {
    overflow-x: visible;
}

body#module-lyofilemanager-documents .btn-success {
    background: #feda86;
    color: #333;
    font-size: 16px;
    font-family: Montserrat;
    text-transform: uppercase;
    border-radius: 28px;
}

body#module-lyofilemanager-documents .btn-success:hover {
    opacity: .8;
}


.product-meta .value-points {
    color: black;
    font-weight: bold;
    margin: auto;
    width: 90px;
    background: url(../img/icon_check.png) left center no-repeat;
    background-size: contain;
}

.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,
.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after {
    content: "tune";
    font-family: "Material Icons";
    padding-right: 30px;
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    right: 0;
}
	
.PM_ASBlockOutput.PM_ASMobileMode .card-header {
    cursor: pointer;
	background-color: #feda86;
    border-radius: 20px;
}

.PM_ASLevelDepth li span.grower.PM_ASCriterionClose .add::before {
    font-family: "Material Icons";
    content: "arrow_drop_down";
    display: flex;
	padding-top: 18px;
}

.PM_ASLevelDepth li span.grower.PM_ASCriterionOpen .remove::before {
    font-family: "Material Icons";
    content: "arrow_drop_up";
    display: flex;
	padding-top: 18px;
}

.PM_ASLevelDepth li a {
    line-height: 50px;
}

.PM_ASCriterionLevelChoosen a:hover {
	text-decoration: none !important;
}

.PM_ASCriterionLevelChoosen a::before {
    content: '\2715';
    position: absolute;
    top: 50%;
    right: 80%;
    transform: translateY(-50%);
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 30%;
    color: #ebcdf4;
}

.PM_ASCriterionLevelChoosen a:hover::before {
	opacity: 2;
}
.PM_ASLevelDepth li:not(.level1):not(.PM_ASCriterionLevelSelected) a {
    color: #bc9cc6;
    font-weight: normal;
    font-size: .875rem;
}

::-webkit-scrollbar {
    width: 5px; /* Ajustez la largeur selon vos préférences */
    background-color: transparent !important; /* Couleur de fond de la barre de défilement */
}

/* Couleur de la partie mobile de la barre de défilement */
::-webkit-scrollbar-thumb {
    background-color: ##feda86; /* Couleur de la partie mobile */
    background-image: none !important;
}

/* Style de la partie fixe de la barre de défilement (peut être transparent) */
::-webkit-scrollbar-track {
    background-color: transparent; 
}


#hotess-gift-header {
    background-color: #ffffff  !important;
	border: none !important;
    text-align: center;
    padding: 0.5em;
    color: #000;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#hotess-gift-header a{
	font-weight: Bold;
} 

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

#quickproducttable .top_buttons {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
}

#fmm_table_wrapper {
    overflow-x: auto;
	max-width: 100%;
    max-height: 2000px;
}

a.cart-dropdown-delete{
	background: transparent;
    border: 1px solid #5f5f5f;
    color: #222222;
	border-radius: 30px;
}
a.cart-dropdown-delete:hover{
	background: #222222;
    color: #FFFFFF;
    border-color: #222222;
}
a.cart-dropdown-delete:active{
	color: #5E514D;
	background-color: transparent !important;
	border: none;
	font-weight: bold;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    line-height: normal;
    font-size: 18px;
    vertical-align: sub;
    margin-right: 10px;
    color: black;
}

.btn-primary:hover .material-icons,
.btn-secondary:hover .material-icons,
.btn-tertiary:hover .material-icons {
    color: white !important;
}

a.cart-dropdown-delete:focus{
	color: #5E514D;
	background-color: transparent !important;
	border: none;
	font-weight: bold;
}
a.cart-dropdown-delete:focus-visible{
	color: #5E514D;
	background-color: transparent !important;
	border: none;
	font-weight: bold;
}

a.cart-delete.btn-secondary{
	border: none;
    background-color: transparent;
	color:#888888;
	float: right;
}

a.cart-delete.btn-secondary:hover{
	color: #5E514D;
	background-color: transparent !important;
	border: none;
	font-weight: bold;
}


.leo-dropdown-cart-item {
    overflow: hidden; 
}

.leo-cart-item-info .product-name a {
	font-size: 14px !important;
    display: inline-block; 
    width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-decoration: none; 
    position: relative;
	color: black;
}

.leo-cart-item-info .product-name a:hover {
    overflow: visible; 
}

.leo-cart-item-info .product-name a::after {
    content: ''; 
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}

.leo-cart-item-info .product-name a:hover::after {
    display: none; 
}

.leo-cart-item-info .product-name a:hover {
    animation: scrollText 15s linear infinite;
}

@keyframes scrollText {
    0%, 100% {
        transform: translateX(0); /* Position initiale et finale */
    }
    25% {
        transform: translateX(-100%); /* Mouvement de gauche à droite */
    }
    75% {
        transform: translateX(100%); /* Mouvement de droite à gauche */
    }
}

.leo-fly-cart-icon-wrapper .leo-fly-cart-total {
	cursor: default;
}
.leo-fly-cart-icon-wrapper .leo-fly-cart-icon {
	cursor: default;
}


/*GRILLE*/
/* Animation combinée pour le défilement et le retour */
@keyframes scroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
}

.h3.product-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}

.h3.product-title a {
  display: inline-block;
  
  transition: transform 0.3s ease; /* Transition douce */
  text-decoration: none; /* Supprime la soulignement par défaut */
  color: #333; /* Couleur du texte */
}

/* Applique l'animation uniquement au survol */
.h3.product-title:hover a {
  animation: scroll 4s linear; /* Animation combinée pendant 4 secondes, répétition infinie */
  transform: translateY(0); /* Réinitialise la transformation au survol */
}


/*05/07/24*/

.leo-fly-cart-icon-wrapper .leo-fly-cart-icon { 
	 background-color: #feda86 !important; 
}
.leo-fly-cart-icon-wrapper .leo-fly-cart-total{
	border-color: #feda86;
	color: black;
}

.product-price{
	color: black;	
}

.leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a, .leo-megamenu .navbar-nav > li:focus > a{
	color: #black !important;
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}

 a:hover{ 
	 color: black ; 
	 
} 

.breadcrumb li a:hover{
	color: black;
	
}
.footer-bottom .ApColumn .block a:hover{
	color: white;
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}
/* .footer-bottom .leo-verticalmenu .navbar-nav .nav-item a span:hover { */
	/* color: #000 !important; */
	/* text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3); */
	
/* } */


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

.popup-over .popup-title:hover{
	color: black !important; 
}
.popup-over .popup-content li.current a:hover{
	color: black !important; 
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}

.popup-over .popup-content li.current a:active{
	color: black !important; 
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}

.popup-over .popup-content li.current a{
	color: black !important; 
}
.popup-over .popup-content li.current a:hover{
	color: black !important; 
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}

.popup-over .popup-content a:hover{
	color: black;
}

.popup-over .popup-content a:active{
	color: black;
}

.leo-megamenu .dropdown-menu li a:hover .menu-title{
	color: black !important; 
	
}

.leo-megamenu .dropdown-menu li a:active .menu-title{
	color: black !important; 
	
}

.off-canvas-nav-megamenu .navbar-nav > li > a:hover, .off-canvas-nav-megamenu .navbar-nav > li > a:focus{
	color: black !important; 
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}

@media (min-width: 1200px) {
    #header #search_widget .form-search .search_query:focus {
        border-color: #feda86 !important;
    }
}

.leo-cart-item-info .leo-bt-product-quantity:hover{
	background: black;
    border-color: black !important;
}

.page-my-account #content .links a span.link-item{
	border: solid 2px;
	height: 150px
}

.cart-grid-body a.label:hover{
	color: black !important; 
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}

.bootstrap-touchspin .btn-touchspin:hover{
	background-color: #feda86;
}

.footer-center .AppButton a span:hover{
	background-color: black;
	color: white;
}

a.cart-delete.btn-secondary{
	background: #feda86 !important;
    border-radius: 50px;
    color: #000 !important;
    transition: .2s;
    font-family: 'Montserrat', sans-serif;
    border: none;
    font-weight: 400 !important;
}
a.cart-delete.btn-secondary:hover{
	color: black !important; 
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
	background: #feda86 !important;
    border-radius: 50px;
    color: #000 !important;
    transition: .2s;
    font-family: 'Montserrat', sans-serif;
    border: none;
    font-weight: 400 !important;
}

span.custom-checkbox {
    display: inline;
    text-align-last: center;
}

.custom-checkbox label {
    text-align: end;
    width: 100%;
    margin-top: 15px;
}


#hotess-gift-header:hover {
    background-color: #feda86 !important;
}

h2.titrementions {
    text-align: center;
    color: #000;
    font-size: 30px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin: 1% 20%;
    padding: 1%;
	margin-top: 4%;
}

h3.titre2mentions{
	margin-left: 20%;
    font-weight: bold;
    color: #000;
	margin-bottom: 1%;
	font-size: 20px;
}

.textmentions {
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
	font-size: 15px;
}

h3.titre3politique{
	
    font-weight: bold;
    color: #000;
	margin-bottom: 1%;
	font-size: 20px;
}

a[href="/content/13-conditions-generales-de-vente"]:hover {
    color: black;
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.4);
}

a[href="/content/12-politique-de-confidentialite"]:hover {
    color: black;
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.4);
}

.products-sort-order .select-list:hover{
	background-color: #ebcdf4 !important;
}


 .product-miniature .product-flags li:hover{ 
	 font-weight: bold;
	 cursor: default;
 } 
 
.trouvez-form .form-control, #contact #contact-form-box .contact-form .form-control{
	border: solid 1px;
	box-shadow: 2px 2px 4px rgba(5, 5, 5, 0.4);
}

#fmm_table td:hover{
	
}

/*LINK AVOIR*/
a#order-slips-link {
    display: none !important;
}

.leoquicklogin-forgotpass:hover, .lql-callregister-action:hover{
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
	color: black;
}

.list-wishlist tr.show{
	background-color: #feda86 !important;
}
.view-wishlist-product:active{
	color: black;
}

::selection {
    background-color: #e1e1e1;   
    color: black; 
}

.input-group .input-group-btn > .btn:hover{
	background-color: #feda86 !important;
	color: black;
}

.form-group .custom-checkbox label {
    display: contents !important;
    vertical-align: text-top;
    padding: 0 0 0 10px;
}
#identity #customer-form .custom-checkbox em {
    padding-top: 10px;
    display: contents;
}

button#search_filter_toggler{
	display: none;
}

#header .hi-cookie-settings-btn {
    display: none;
}

.hi-cookie-settings-btn {
	background : transparent;
	color : #feda86;
	font-size : 13px;
	margin-top: -1%;
	font-weight: 400;
	text-transform: none;
}




::-webkit-scrollbar {
    width: 5px; /* Ajustez la largeur selon vos préférences */
    background-color: transparent !important; /* Couleur de fond de la barre de défilement */
}

/* Couleur de la partie mobile de la barre de défilement */
::-webkit-scrollbar-thumb {
    background-color: #feda86; /* Couleur de la partie mobile */
    background-image: none !important;
}

/* Style de la partie fixe de la barre de défilement (peut être transparent) */
::-webkit-scrollbar-track {
    background-color: transparent; 
}

#products #removeSearch, #products #mokasync_sync, #products #mokaAutoLogin {
	display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    height: 38px;
    border-radius: 28px;
    color: black;
    text-align: center;
    line-height: 38px;
    transition: .2s;
    padding: 0 14px;
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 5px;
    margin-left: 20px;
}

#contact #contact-form-box .page-content .row-flex.row-reverse .text-block a:hover{
	text-shadow: 2px 2px 4px rgba(3, 3, 3, 0.3);
}




/*MES LIENS */



.leftlinks a {
	text-align: center;
	font-size: 15px;
	Display: flex;
	justify-content: center;
	color: #857874;
	margin-top: 5%;
}

.rightlinks a {
	text-align: center;
	font-size: 15px;
	Display: flex;
    justify-content: center;
	color: #857874;
	margin-top: 5%;
}


.row.grp-links-top.ApRow.has-bg.bg-boxed {
    padding-top: 50px;
	margin-left: 7%;
	margin-right: 7%;
}

.row.grp-links.ApRow.has-bg.bg-boxed {
    padding-top: 110px;
	margin-left: 7%;
	margin-right: 7%;
}

h3{
	font-size: 220%;
}


.leftlinks h3 {
    font-size: 19px; 
    text-align: center; 
    padding: 5px; 
    width: 40%; 
    max-width: 70%; 
    color: #333; 
    margin: 50px auto; 
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}
.rightlinks h3 {
    font-size: 19px; 
    text-align: center; 
    padding: 5px; 
    width: 40%; 
    max-width: 70%; 
    color: #333; 
    margin: 50px auto; 
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px; 
}



.psgdpr_consent_message a:hover {
	color: black;
	text-decoration: underline;
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}

a:focus{
	color: black !important;
	text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
}


#category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue:hover, #module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue:hover, #module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionValue:hover, #module-pm_advancedsearch4-searchresults #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink.PM_ASCriterionLinkSelected .PM_ASCriterionValue, #module-quickproducttable-fmmquick #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink.PM_ASCriterionLinkSelected .PM_ASCriterionValue, #category #left-column .PM_ASBlockOutputHorizontal .PM_ASCriterionLink.PM_ASCriterionLinkSelected .PM_ASCriterionValue{
	color: black;
}

.PM_ASLevelDepth li:not(.level1):not(.PM_ASCriterionLevelSelected) a:hover{
	color: black;	
}
.infinitescroll-bottom-message {
    display: none;
    width: 100%;
    padding: 10px 13px;
    border: 1px solid;
}
#fmm_table {
    margin-bottom: 20px;
    display: block;
}

.leo-dropdown-cart-item.high-light {
	background-color: #e1e1e1;
}

table.dataTable.no-footer{
	border-bottom: none !important;
}

.thumbnail-container .wishlist .btn-product:hover {
    color: #ff0000;
}

.cssload-speeding-wheel, .leo-wishlist-button .leo-wishlist-bt-loading, .leo-compare-button .leo-compare-bt-loading, .quick-view.active .leo-quickview-bt-loading{
	border: 2px solid #feda86;
    border-left-color: darkgrey;
}

.leo-megamenu .navbar-nav > li:hover > .caret, .leo-megamenu .navbar-nav > li:active > .caret{
	color: #bc9cc6 !important;
}

#category .PM_ASSelections li a.PM_ASResetSearch, #module-pm_advancedsearch4-searchresults .PM_ASSelections li a.PM_ASResetSearch, #module-quickproducttable-fmmquick .PM_ASSelections li a.PM_ASResetSearch {
    display: inline-block;
    list-style: none;
    font-size: 15.28px;
    border: solid 0.2px #e1e1e1;
    padding: 10px 12px 10px 8px;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    box-shadow: none;
    color: #0b0b0b;
    letter-spacing: 0.75px;
    font-weight: 400;
}
