@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
	
	
body{
    
    font-family: 'Neue Einstellung';
    background:#fff;
    font-weight: 400;
}
.ligne-groupee {
    cursor: pointer;
    font-size: 16px!important;
}
.ligne-groupee a {
    color: #fff;
    font-weight: 600;
    text-decoration:none;
}
.ligne-groupee:hover{ color:#fff; background:#dd1e93;}
.ligne-groupee:hover a{ color:#3c375f;}
.bg-pink {
    background: #bb0073;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.printableArea .table>:not(caption)>*>*{
    border-bottom-width:0!important;
}
.shop_sidebar_area .filter {
    background: #2e284e;
    padding: 15px;
}

.shop_sidebar_area .filter h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Neue Einstellung';
    text-transform: uppercase;
    border-left: 3px solid #fff;
    padding-left: 10px;
    margin: 0;
    line-height: 16px;
}
.shop_sidebar_area .widget h3 {
    color: #bc2a88;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Neue Einstellung';
    text-transform: uppercase;
    margin: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

.shop_sidebar_area .widget.price label {
    text-transform: uppercase;
    font-family: 'Neue Einstellung';
    font-size: 14px;
    color: #2e284e;
}
.shop_sidebar_area .widget {
    border-bottom: 1px solid #2e284e;
    margin-bottom: 20px;
}
.shop_sidebar_area .widget:last-child {
    border-bottom: unset;
}
.shop_sidebar_area .widget .form-check {
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
}
.shop_sidebar_area .widget .form-check:last-child{ border-bottom:unset; }

.shop_sidebar_area .widget .form-check-label {
    font-size: 15px;
    color: #1a1a1a;
    font-family: 'Neue Einstellung';
    font-weight: 400;
    width: calc( 100% - 25px);
    cursor: pointer;
}
.shop_sidebar_area .widget .form-check .fa {
    color: #bc2a88;
}
.shop_sidebar_area .widget .form-check.category input[type="checkbox"]:checked + .form-check-label {
    color: #2e284e;
    font-weight:700;
}

.shop_sidebar_area .btn-search {
    margin-bottom: 20px;
    background: #bc2a88;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    width: -webkit-fill-available;
    font-family: 'Neue Einstellung';
    text-transform: uppercase;
    font-weight: 600;
}
.widget.price .ui-widget.ui-widget-content {
    border: 3px solid #e6e6e6;
    border-radius: 0;
}
.widget.price .ui-slider-handle {
    background-color: #fff;
    top: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 5px solid #ffb18d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #bc2a88;
    height: 5px;
    top: -3px;
    border-radius: 0;
}
 .widget.price .ui-slider-horizontal {
	 height: 5px;
	 background-color: #bc2a88;
}
 .widget.price .range-price {
	 font-size: 16px;
	 font-weight: 400;
	 margin-top: 20px;
	 text-transform: uppercase;
	 color: #959595;
}

.right-content .card .card-title a,.left-content .card .card-title a,.full-content .card .card-title a { text-decoration: unset; }
.right-content .card .card-title a h3,.left-content .card .card-title a h3,.full-content .card .card-title a h3 {
    color: #2e284e;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    font-family: 'Neue Einstellung';
    font-weight: 400;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    color: #2e284e;
    justify-content: center;
    font-size: 24px;
    margin: 0;
}
.page-item .page-link {
    border: unset;
    background: unset;
    color: #d5ddea;
    font-family: Inter;
    font-weight: 600;
}
.page-item.active .page-link {
    z-index: 3;
    color: #2e284e;
    background-color: unset;
    border-color: unset;
}

.page-item .page-link:before {
    content: '.';
    padding-right: 5px;
}
.page-item .page-link:hover {
    color: #bc2a88;
}
.sort.form-control {
    width: fit-content;
    margin-left: auto;
    font-family: 'Neue Einstellung';
    font-weight: 600;
    border: 1px solid #2e284e;
    color: #fff;
    background: #2e284e;
}
.product-meta-data h2 {
    color: #bc2a88;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
}
.avis-clients {
    font-family: 'Neue Einstellung';
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    margin-top: 5px;
}
.product-meta-data .old-price {
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 10px;
}
.product-meta-data .new-price {
    color: #d182af;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    font-size: 30px;
}
.single_product_desc .marque img {
    max-width: 150px;
}
.single_product_desc .option label {
    font-family: 'Neue Einstellung';
    font-weight: 600;
    color: #bc2a88;
}
.single_product_desc .option select {
    font-family: 'Neue Einstellung';
    font-weight: 500;
    height: 45px;
    background: #e9ecef;
    border: none;
    font-size: 14px;
    border-radius: unset;
    width: calc(100% - 116px);
    padding: 10px 25px;
}
.cart-btn-prod button {
    background: #2e284e;
    color: #fff;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 16px;
    border-radius: 40px;
    width: calc(100% - 200px);
}
.cart-btn-prod button:hover {
    background: #d182af;
    color: #fff;
}
.quantity {
    border: 1px solid #ececec;
    border-radius: 5px;
    background:#fdfdfd;
}
.quantity .qty-text {
    border: unset;
    vertical-align: middle;
    height: 40px;
    color: #2f2f2f;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    font-size: 15px;
	width: 40px;
}
.qty-minus, .qty-plus {
    padding: 0 10px;
    color: #2e284e;
    cursor: pointer;
}
.single_product_thumb .carousel-inner {
    overflow: hidden;
    height: 400px;
}
.single_product_thumb .carousel-item {
    height: 400px;
    background: #fff;
}
.single_product_thumb .carousel-item img {
    object-fit: contain;
    height: -webkit-fill-available;
}
#qd41xksjcr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.btn-qd41xksjcr {
    color: #013ca6;
    font-family: 'Neue Einstellung';
    font-size: 13px;
    padding: 0;
}
.short_overview , .short_overview ul li {
    font-size: 14px;
    font-family: 'Neue Einstellung';
    color: #4e4e4e;
    font-weight: 400;
}

.details-produit .nav-pills {
    padding: 0;
    border-radius: 60px;
}
.details-produit .nav-pills .nav-item {
    margin: 0;
}
.details-produit .nav-pills .nav-item button {
    margin: 0;
    background: rgb(185 141 165 / 42%);
    color: #2e284e;
}
.details-produit .nav-pills .nav-item button.active {
    background: #2e284e;
    color: #fff;
}
.details-produit .nav-pills .nav-item button.active:hover {
    background: #bc2a88;
}
.details-produit .tab-content {
    margin: 0;
    background: #e2cfd9;
    padding: 20px;
    border: 0;
}
.details-produit .tab-content img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.details-produit .tab-content .tab-pane h2 {
    font-size: 24px;
    margin-bottom: 10px;
    border-left: 5px solid rgb(185 141 165 / 42%);
    padding-left: 10px;
    color: #bc2a88;
}
.details-produit .tab-content .tab-pane p, .details-produit .tab-content .tab-pane ul li {
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 14px;
    line-height:24px;
}

.details-produit .tab-content .tab-pane ul { list-style: none;padding:0; }
.details-produit .tab-content .tab-pane ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #bc2a88;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-fiche-technique {
    font-family: 'Neue Einstellung';
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
    background: #f47a3e;
    color: #fff;
    text-transform: uppercase;
}
.btn-fiche-technique:hover {
    background: #bc2a88;
    color: #fff;
}
.ratings .fa {
    color: #a1a1a1;
}
.ratings .fa.s1 {
    color: #f6663f;
}
.cart-btn-prod button.cart-icone {
    height: 45px;
    border-radius: 50%;
    width: 45px;
    border: none;
    margin: 0 5px;
}
.cart-btn-prod button.cart-icone i {
    color: #fff;
    line-height: 45px;
}
.cart-btn-prod button.cart-icone i:hover {
    color: #fff;
}
.cart-btn-prod button.cart-icone.like-marker i {
    color: #fff;
}
.quantity .qty-text::-webkit-inner-spin-button,
.quantity .qty-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.bg-blue {
    background-color: #2e284e!important;
}
.avaibility {
	 margin-bottom: 0;
	 font-size: 12px;
    font-family: 'Neue Einstellung';
	 color: #6b6b6b;
	 line-height: 1;
}
 .avaibility i {
	 color: #20d34a;
	 font-size: 12px;
}
 .avaibility.rupture { color: #ff0000; }
 .avaibility.rupture i {
	 color: #ff0000;
	 font-size: 12px;
}

.cursor-pointer{
	cursor:pointer;
}
.garantie ul {
    margin: 0;
}

.garantie ul li {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Neue Einstellung';
}
.garantie ul li span {
    color: #bc2a88;
    font-weight: bold;
}
/*------------------- feedback ---------------------------*/

#feedback {
    position: fixed;
    width: 250px;
    right: -250px;
    top: 50%;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: translateY(-50%);
    box-shadow: -4px 0px 5px #00000036;
	display: inline-flex;
    background: #fff;
    height: 50px;
    text-align: center;
    padding-right: 0;
    color: #fff;
    font-family: 'Neue Einstellung';
    font-size: 20px;	
	border-right:unset;
	border-left:unset;
	    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#feedback:hover {	
    width: 620px;
	transition: width .4s;
}

#feedback p {	
    display: inline-flex;
    font-family: 'Neue Einstellung';	
	font-weight: 600;
	font-size:14px;
	color:black;
    padding: 10px 20px;
}
#feedback p a {	
    font-family: 'Neue Einstellung';
	font-weight: 600;
	font-size:14px;
	color:#0061de;	
    text-decoration: none;
}
#feedback .fa{
	position:absolute;
    background: #0061de;
    padding: 10px;
    font-size: 25px;
	left:-50px;
	width:50px;
	height:50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border: 1px solid #fff;
	cursor: pointer;
    box-shadow: -4px 0px 5px #00000036;
}


/*------------------- Topheader ---------------------------*/
.topheader{ background:#fff;}
.topheader .slogan {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Neue Einstellung';
    font-weight: 400;
}

.topheader-infos span:last-child {
    border-right: 0!important;
    margin: 0!important;
}

.topheader .commande a {
    font-size: 16px;
    color: #013ca6;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    text-decoration: none;
}


.topheader .suivez-nous {
    font-size: 16px;
    color: #bc2a88;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    text-decoration: none;
}

.topheader .suivez-nous .fa { color:#1a1a1a; font-size:16px;font-weight: 700;}
.topheader .lang .btn {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Neue Einstellung';
}
/*------------------- top-navbar ---------------------------*/

.top-navbar .top-section{
	justify-content: space-between;
}
.top-navbar form {
    color: #464646;
}

.top-navbar a, .top-navbar .cart-nav {
    font-family: 'Neue Einstellung';
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.top-navbar a:hover { color:#ff91d5; }
.top-navbar span {
    font-family: 'Neue Einstellung';
    color: #fff;
    font-size:14px;
    font-weight:400;
}

.top-navbar .input-group {
    border: 1px solid #fff;
    font-family: 'Neue Einstellung';
}
.top-navbar .input-group .input-group-btn .btn {
    color: #fff;
    border-right: 1px solid #fff;
    font-family: 'Neue Einstellung';
    font-size: 16px;
    font-weight: 400;
    border-radius: unset;
    margin: 5px 0;
    appearance: auto;
}
.top-navbar .input-group input {
    background: transparent;
    color: #464646;
    font-family: 'Neue Einstellung';
    border: none;
    font-size: 16px;
    font-weight: 400;
}
.top-navbar .input-group input::placeholder {
    color: #464646;
    font-family: 'Neue Einstellung';
}
.top-navbar .input-group .fa.fa-search {
    background: #bc2a88;
    color: #fff;
    border-radius: unset;
    border: none;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: 400;
    height: 100%;
    transform: rotateY(180deg);
}
.topheader .badge {
    background: #bc2a88;
    color: #fff;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    width: 22px;
    top: 4px;
    height: 22px;
    padding: 0;
    line-height: 22px;
}


.newsletter{background:#d182af; color:#fff; }

.newsletter h3 {
    font-size: 22px;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    text-transform: uppercase;
}

.newsletter h4{
    font-size: 18px;
    font-family: 'Neue Einstellung'; 
    font-weight:400;
}

.newsletter form {
    width:450px;
}
.newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: 100%;
    color: #565656;
    font-family: 'Neue Einstellung';
    font-weight: 400;
}
.newsletter form input[type="email"]:focus {
    box-shadow: unset;
}
.newsletter input {
    height: 50px;
    border-radius: 5px!important;
}
.newsletter form button[type="submit"] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    font-size: 13px;
    padding: 0 25px;
    background: #77953f;
    margin: 0;
    color: #fff;
    transition: 0.3s;
    border-radius: 5px!important;
    text-transform: uppercase;
    height: 50px;
    z-index:3;
}

/*------------------- Navbar ---------------------------*/

.navbar-brand img {
    max-width: 150px;
}
.sticky-wrapper.is-sticky .top-panier {
    color: #fff;
}
.sticky-wrapper.is-sticky .top-panier img{
    filter: invert(1);
}
.sticky-wrapper.is-sticky .top-panier span {
    color: #ff91d5;
}
.sticky-wrapper.is-sticky .top-panier .info-badge {
    background: #bc2a88;
    font-weight:600!important;
}
.site-navbar-wrap a {
        color: #fff;
        text-decoration: unset;}
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top,.site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
    margin-bottom: 0px;
    background: #3c375f;
}
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    text-align: center;
    padding:0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
      .site-navbar .site-navigation .site-menu a.dropdown-item {
        color: #3c375f;}
        .site-navbar .site-navigation .site-menu a.dropdown-item:active, .site-navbar .site-navigation .site-menu a.dropdown-item:hover {
        color: #3c375f;
        background-color: #e9ecef;  }
    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 0px;
        margin: 0;
        border-bottom: 2px solid transparent; }
        .site-navbar .site-navigation .site-menu > li > a.nav-link {
            font-size: 13px;
            color: #fff; /*#3c375f;*/
            font-family: 'Neue Einstellung';
            font-weight: 500;
            padding: 5px; /*5px 10px*/
            text-transform: uppercase;
            line-height: 20px;
        }
        @media (max-width:1107px) and (min-width:1032px){
            .site-navbar .site-navigation .site-menu > li > a.nav-link{
            font-size: 12px;
            }
        }
        @media (max-width:1031px) and (min-width:992px){
            .site-navbar .site-navigation .site-menu > li > a.nav-link{
            font-size: 11px;
            }
        }
        
        .site-navbar .site-navigation .site-menu > li :nth-last-child(2) .nav-link {
            border-right:none;
            margin-right: 0px;
        }
        .sticky-wrapper .site-navbar .site-navigation .site-menu > li > a.nav-link .fa{
        	color: #bb0073; /*#3c375f;*/
        	font-size: 14px;
        	font-weight: 600;
        }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.nav-link .fa{ color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li:hover {
          border-bottom: 2px solid #af0065; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
       
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          /*.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }*/
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #7b6145; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #f9fafb !important;
            background: #d8864f;  }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: max-content; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block;
            text-transform: uppercase;}
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #f9fafb;
                background: #8f4b1e;
                border-bottom:1px solid #fff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 2px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #8f4b1e;
            color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #705539; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top:0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    padding: 20px;
    position: relative;
    overflow-y: auto;
    /*
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
    */ }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 5px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #3c375f; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #3c375f;}
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 5px;
        font-size: 16px; 
        text-transform:uppercase;}
        .site-mobile-menu .site-nav-wrap > li > a span {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                padding-left: 40px;
                font-size: 16px;
                text-transform: uppercase;
            }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
.sticky-wrapper {
    position: relative;
  z-index: 100;
  width: 100%; }
  
    .sticky-wrapper .navbar-brand { display:none; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .site-navbar .site-navigation .site-menu > li.active {
        background: #e5e5e5;}
    .sticky-wrapper .site-navbar ul li.active a {
        color: #3c375f!important; }
    .sticky-wrapper.is-sticky .navbar-brand { display:inline-block; }
    .sticky-wrapper.is-sticky .navbar-brand img {
        max-width: 120px;
        /* background: #fff; */ 
        object-fit: contain; }
    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #3c375f; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px;
        font-size: 12px;
        color:#fff;
          border:0;  }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #3c375f; }  
.top-panier {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
}
.top-panier span{
    color: #bb0073;
    font-weight: 500;
}
.info-badge {
    background: #bb0073;
    color: #fff!important;
    width: 20px;
    height: 20px;
    padding: 0px!important;
    top: 75%!important;
    right: 0px;
    font-weight: 400!important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-group .dropdown-menu{ background: #fff; }
.input-group .dropdown-item {
    color: #2e284e;
    padding: .5rem;
    margin-left: 0;
    font-size: .9rem;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    border-bottom: none;
}
.input-group .dropdown-item:hover {
    color: white;
    background: #2e284e;
    border: 1px solid #2e284e;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.navbar .input-group.lang .btn {
    border-radius: unset;
    background: transparent;
    font-size: 12px;
    font-family: 'Neue Einstellung';
    height: 35px;
    border-right: 2px solid #ddcad4;
    margin-left: 10px;
}
.navbar .input-group.lang .fa {
    color: #ef7d00;
    font-size: 16px;
    vertical-align: middle;
}
.lang .dropdown-menu {
    min-width: 80px;
}
.lang .dropdown-item {
	border-left: unset;
}

.account a {

    color: #ddcad4;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    font-size: 10pt;
    text-decoration: none;
}
.account img {
	max-width: 40px;
}

.account a:hover { color: #bc2a88; }

.cart {
    padding: 10px;
    background: #bc2a88;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
}
.cart img {
    max-width: 25px;
    transform: translate(0px, 12px);
}
.cart .badge {
    background: #2e284e;
    width: 40px;
    height: 40px;
    color: #bc2a88;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    left: 55px;
}
.cart .badge span {
    font-size: 24px;
    left: 18px;
    top: 22px;
    line-height: 40px;
}
.cart:hover {
    background: #ff691f;
}


.acces-client {
    font-family: 'Neue Einstellung';
    font-size: 14px;
    color: #bc2a88;
    font-weight: 700;
    text-transform: capitalize;
}

/*--------------------- Loading -------------------------*/

#loading
{
	text-align:center; 
	background: url('../img/loader.gif') no-repeat center; 
	height: 300px;
}


/*------------------- Header ---------------------------*/

.header .carousel-inner {
    height: 420px;
}
.header{ overflow: hidden; }

.header .carousel-inner .carousel-control-prev, .header .carousel-inner .carousel-control-next {
    color: #bb0073;
    font-size: 32px;
}

.header .carousel-indicators {
    z-index: 2;
    list-style: none;
    justify-content: end;
    margin-right: 25px;
}
.header .carousel-caption-text h1 {
    color: #38325a;
    text-transform: uppercase;
    font-size: 48px;
}
.header .carousel-caption-text h2 {
    color: #464646;
    text-transform: capitalize;
    font-size: 35px;
}

.header .carousel-control-next, .header .carousel-control-prev {
    width: 5%;
}

@media (max-width:992px){
    
    .header .carousel-caption-text h1 {
        font-size: 30px;
    }
    .header .carousel-caption-text h2 {
        font-size: 18px;
    }
}
@media (max-width:768px){
    .header .carousel-caption-text {
        width: 60%;
        /*transform: translateY(-100%);*/
    }
    .bg-pink {
        font-size: 12px;
    }
    .header .btn-more {
        font-size: 8px;
        margin-top:10px;
    }
}
@media (max-width:420px){
    .header .carousel-caption-text {
        width: 80%;
        padding-top: 10px;
    }
}
.header .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bed2b3;
    border: 1px solid #bed2b3;
    padding: 0;
    opacity: 1;
}
.header .carousel-indicators .active {
    background-color: #bed2b3;
    opacity: 1;
    width: 35px;
    border-radius: 20px;
}
.header .carousel-item {
    overflow: hidden;
    position:relative;
    height:100%;
}
.header .carousel-item img {
    height: -webkit-fill-available;
    width: 100%;
    object-fit: cover;
    max-height: 420px;
}
.full_content {
    columns: 2;
    font-family: 'Neue Einstellung'!important;
    font-size: 14px;
    font-weight: 400;
    background: rgb(255 255 255 / 80%);
    padding: 20px;
}

.full_content p, .full_content p span, .full_content span , .full_content a{
    font-size: 14px!important;
    font-family: 'Neue Einstellung'!important;
    margin: 0;
    line-height: 22px;
	text-decoration:unset;
}
.full_content img {
    max-width: 100%;
    height: auto;
    margin: auto!important;
	display:inline-block;
}
.btn-more {
    color: #bf0c72;
    border: 1.5px solid #38325a;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.btn-more:hover {
    background: #38325a;
    color: #fff;
}

.cmd-photo {
    overflow: hidden;
    display: block;
    height: 205px;
}
.cmd-photo img{
    width:100%;
    object-fit:contain;
    /*height:-webkit-fill-available;*/
}
.cmd-photo .cmd-link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}
.cmd-photo:hover .cmd-link {
    color: #fc580c;
}

.right-mega-menu {
    max-height: 420px;
    z-index: 1;
    display:none;
}

.left-mega-menu {
    background: #fff;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    height:100%;
}
.left-mega-menu:hover {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.left-mega-menu ul li .nav-link {
    background: #fff;
    color: #1a1a1a;
    padding-left: 10px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 15px;
    border-left: 3px solid #bc2a88;
    text-transform:uppercase;
    transition:0.5s;
}
.left-mega-menu .menu-large { border-bottom: 1px solid #ececec; }
.left-mega-menu .menu-large:last-child { border-bottom:none; }

.left-mega-menu ul li .nav-link:hover {
    color: #fff;
    background: #bc2a88;
    padding: 5px 10px;
}
.menu-large {
  position: static !important;
}
.megamenu {
    padding: 20px 0px;
    width: 100%;
    position: absolute!important;
    left: 100%;
    top: 0;
    background: #fff;
    height: 420px;
    border-left: 1px solid #ececec;
}
.menu-large:hover .megamenu.row {
    padding: 0;
    box-shadow: unset;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.megamenu> li {
    padding: 5px 0;
}
.megamenu> .divider {
    border-top: 1px solid #ececec;
    margin: 10px 0;
}
.megamenu> li a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    font-size:14px;
    line-height: 20px;
    color: #1a1a1a;
    white-space: normal;
    text-decoration: unset;
    font-family: 'Neue Einstellung';
}
.megamenu> li a:hover,
.megamenu> li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu .dropdown-header {
  color: #fff;
  background:#2e284e;
  font-size: 18px;
  padding: .25rem 1rem;
}
@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
		left: 0;
		top: auto;
	}
	.megamenu> li {
		margin-bottom: 5px;
	}
	.megamenu> li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu.show,.dropdown-menu.dropdown-submenu {
		height: auto;
		margin-top: 0;
	}
	.navbar-light .navbar-nav .nav-link{ border-right:0;}
}

.prod-row {
    align-items: center;
}
.left-content h2, .right-content h2, .full-content h2 {
    font-family: 'Neue Einstellung';
    color: #2e284e;
    font-weight: 600;
}
.left-content h2 {font-size: 18px; }
.right-content h2 ,.full-content h2 {font-size: 2rem; }


.follow_insta_home h2{
    font-size:24px;
    color:#2e284e;
}

.follow_insta_home a {
    font-size: 20px;
    color:#bf0c72;
    text-decoration: none;
}
.follow_insta_home .instagramCarousel a {
    color: #000;
    aspect-ratio: 1/1;
}
.follow_insta_home img {
    width: 100%;
    object-fit: cover;
    height:-webkit-fill-available;
}
.instagramCarousel .slick-slide {
    margin: 0 1px!important;
}
.instagramCarousel .hover-box-insta {
    background: #ffffff7d;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.instagramCarousel a:hover .hover-box-insta{
    display: block;
}
.instagramCarousel .slick-arrow {
    position: absolute;
    top: 50%;
    color: #bf0c72;
    z-index: 3;
    cursor:pointer;
}
.instagramCarousel .slick-arrow:hover { color: #2e284e; }
.instagramCarousel .slick-arrow.fa-angle-left {
    left: -20px;
}
.instagramCarousel .slick-arrow.fa-angle-right {
    right: -20px;
}
 
.banner-text p {
    font-family: 'Neue Einstellung';
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    width: 40%;
    text-align: left;
    text-transform: uppercase;
}
.flyer-left {
    height: 425px;
    border: 1px solid #ececec;
    overflow:hidden;
}
.flyer-left img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
}
.banner-btn a {
    font-family: 'Neue Einstellung';
    color: #2e284e;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    width: 200px;
    display: block;
}
.divider {
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}

.divider::before {
    content: "";
    height: 2px;
    width: 250px;
    background: #bf0c72;
    display: block;
    position: absolute;
    bottom: -1px;
}

.prod-content nav {
    margin-bottom: 25px;
}
.prod-box {
    margin-bottom: 0px!important;
}
.tablist-content .card:hover {
    transition: 0.6s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.left-content .prod-content .border-section,.service-content .border-section{
    border-bottom: 1px solid #ebebeb;
}
.left-content .prod-content .border-section:last-child,.service-content .border-section:last-child{
    border-bottom: unset;
}
.prod-content .product-img { transition:0.5s;}
.prod-content .product-img .hover-zoom,.tablist-content .product-img .hover-zoom  { display:none;}
.prod-content .card:hover .product-img .hover-zoom ,.tablist-content .card:hover .product-img .hover-zoom {
    display: block;
    /*background: rgb(255 255 255 / 40%);*/
}
.prod-content .card:hover .product-img img, .tablist-content .card:hover .product-img img {
    opacity: 0.6;
}
.cart-icone { 
    background: #fff;
    color: #2e284e;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    padding: 0;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.cart-icone:hover{background: #cd2786;color:#fff;}
.service-content img {
    width: 50px;
    display: block;
    object-fit: contain;
    height: -webkit-fill-available;
}
.left-content .prod-content .product-meta-data { width:calc( 100% - 120px ); }
.prod-content .product-meta-data a,.tablist-content .product-meta-data a{ text-decoration:unset;color: #2e284e;}
.left-content .prod-content .product-meta-data h3{
    font-family: 'Neue Einstellung';
    color: #252525;
    font-weight: 400;
    font-size: 14px;
}
.left-content .prod-content .product-meta-data .product-price{
    font-family: 'Neue Einstellung';
    color: #2e284e;
    font-weight: 600;
    font-size: 16px;
}

.tablist {
    position: relative;
}
.full-content .prod-content .product-img, .right-content .prod-content .product-img, .tablist-content .product-img {
    height: 260px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}
.full-content .prod-content .product-img img,.right-content .prod-content .product-img img,.tablist-content .product-img img {
    width: 100%;
    object-fit: contain;
    height: -webkit-fill-available;
}
.full-content .prod-content .product-meta-data h3, .right-content .prod-content .product-meta-data h3, .tablist-content .product-meta-data h3 {
    font-family: 'Neue Einstellung';
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    min-height: 35px;
}
.full-content .prod-content .product-meta-data .product-price, .right-content .prod-content .product-meta-data .product-price, .tablist-content .product-meta-data .product-price {
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 15px;
}

.vente_flash {
    background: #2e284e;
    color: #fff;
}
.vente_flash h2{
    color: #fff;
}
.vente_flash p{
    margin: 0;
    font-size:24px;
    font-weight:300;
}
.vente_flash .card{
    background: none;
}

.vente_flash .product-img {
    height: 100%;
    background: #fff;
    padding: 5px;
    overflow: hidden;
    min-height: 300px;
}
.vente_flash .product-img img{
    height: -webkit-fill-available;
    width: 100%;
    object-fit: contain;
    transition: all 0.6s ease;
}
.vente_flash .product-img:hover img {
    transform: scale(1.07);
}

.vente_flash .product-meta-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.vente_flash .product-meta-data a {
    color: #fff;
    text-decoration: none;
}
.vente_flash .product-meta-data a h3 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.vente_flash .product-meta-data .product-price {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}
.vente_flash .product-meta-data .old-price {
    color: #fff;
    text-decoration: line-through;
    margin-right: 10px;
}

.home-content>.row>div:nth-child(3) {
    background: #2e284e;
    padding: 15px;
    position: relative;
    width: 98.5vw;
    max-width: 98.5vw;
    left: calc(50% - 49.5vw);
    box-sizing: border-box;
}

.home-content>.row>div:last-child {
    background: #fff;
    padding: 15px;
    position: relative;
    width: 98.5vw;
    max-width: 98.5vw;
    left: calc(50% - 49.5vw);
    box-sizing: border-box;
}

.home-content>.row>div:last-child .container,.home-content>.row>div:nth-child(3) .container { --bs-gutter-x: 1.75rem!important; }
.home-content>.row>div:nth-child(3) h2 {
    font-size: 24px;
    color: #fff;
}
.home-content>.row>div:nth-child(3) .divider::before{ background:#fff; }
.home-content>.row>div:nth-child(3) .btn-case .btn-carousel{
    color:#fff;
    border-color:#fff;
}
.home-content>.row>div:nth-child(3) .btn-case .btn-carousel:hover{
    color:#2e284e;
    background:#fff;
}

.shop_sidebar_area {
    position: relative;
    margin-top: 20px;
}

.vente-flash-box .detail{
    font-size:14px;
    font-family:'Neue Einstellung';
    font-weight:400;
    color:#3a393a;
    margin-bottom:10px;
}
.vente-flash-box .cart-btn {
    background: #c15291;
    letter-spacing: 0.125rem;
}
.vente-flash-box .cart-btn:hover{
    background:#d182af;
}
.full-content .clock-sc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-content .clock-sc .counter-sc{ padding:5px;background:#bb0073; text-align:center;position:relative }

.full-content .clock-sc .counter-sc .counter {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
	display: block;
	text-align:center
}
.full-content .clock-sc .counter-sc .time {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
	text-align:center;
	text-transform:uppercase;
}

.promo_home .card {
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: none;
    width: fit-content;
    margin: auto;
    padding: 30px;
    max-width: 100%;
    aspect-ratio: 1;
}
.promo_home .card h2 {
    font-weight: 600;
    color: #2e284e;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 45px;
}
.promo_home .card .clock-sc {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.promo_home .card .clock-sc .counter-sc{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    background:#ededed;
	width:90px;
	height:90px;
	border-radius:50%;
	padding:5px;
	overflow:hidden;
    max-width:100%
}
.promo_home .card .clock-sc .counter-sc:after{ content:'';margin:0; }
.promo_home .card .clock-sc .counter-sc .counter{
    font-weight: bold;
    color: #333333;
    font-size: 45px;
    line-height: 45px;
}
.promo_home .card .clock-sc .counter-sc .time{
    font-weight: 500;
    color: #333333;
    font-size: 14px;
}
@media (max-width:768px){
    .promo_home .card .clock-sc .counter-sc{
    	width:70px;
    	height:70px;
    }
    .promo_home .card .clock-sc .counter-sc .counter{
        font-size: 30px;
        line-height: 30px;
    }
    .promo_home .card .clock-sc .counter-sc .time{
        font-size: 12px;
    }
}
.promo_home .btn-more {
    color: #333333;
    border: 1.5px solid #bf0c72;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 25px;
    letter-spacing: .05rem;
}
.promo_home .btn-more:hover {
    color: #fff;
    background:#bf0c72;
}

.full-content .prod-content .product-meta-data .product-price .old-price, .right-content .prod-content .product-meta-data .product-price .old-price,
.tablist-content .product-meta-data .product-price .old-price{
    text-decoration:line-through;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 13px;
}
.cart-btn {
    background: #2e284e;
    color: #fff;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
}
.cart-btn:hover {
    background: #c15291;
    color: #fff;
}
.bckg-orange {
    z-index: 2;
    background: #bc2a88;
    color: #fff;
    padding: 4px 15px;
    font-family: 'Neue Einstellung';
    font-size: 14px;
    font-weight: 700;
}
.bckg-blue {
    z-index: 2;
    background: #2e284e;
    color: #fff;
    padding: 4px 15px;
    font-family: 'Neue Einstellung';
    font-size: 14px;
    font-weight: 700;
}
.bg-vente {
    background: #ff6c29;
    z-index: 2;
    color: #fff;
    padding: 4px 10px;
    font-family: 'Neue Einstellung';
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
}
.tablist-content .nav-tabs {
    transform: translate(0%,-130%)!important;
    height: 40px;
}
.box-tablist {
    width: 100%;
    margin: 0 auto;
    position: relative;
	opacity:1;
}

.tablist-content .nav-tabs .nav-item .nav-link,.tablist-content .nav-tabs .nav-link {
    color: #202020;
    background-color: transparent;
    border: unset;
    border-radius: unset;
    font-family: 'Neue Einstellung';
    font-size: 16px;
    text-transform:uppercase;
}
.tablist-content .nav-tabs .nav-item.show .nav-link,.tablist-content .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #bc2a88;
}

.btn-case .btn-carousel {
    width: 30px;
    height: 30px;
    color: #c8c8c8;
    border: 2px solid #c8c8c8;
    border-radius: 50%;
    margin: 0;
    line-height: 25px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.btn-case .btn-carousel.fa-angle-left {
    margin-right: 5px;
}

.btn-case .btn-carousel:hover {color: #fff;background: #bc2a88;}

.service-content h4 {
    color: #bc2a88;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Neue Einstellung';
    text-transform: uppercase;
    margin: 0;
}
.service-content p {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Neue Einstellung';
    margin: 0;
}

.call-to-action {
    background-size: contain;
    background-color: #9cbc89;
    min-height: 200px;
    position: relative;
}
.cat-bloc .btn-devis i {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 33px;
}
.cat-bloc .btn-devis {
    position: absolute;
    top: 35%;
    left: 20%;
    transform: translate(0%, 0%);
    background: #bc2a88;
    padding: 20px 40px;
    text-transform: uppercase;
    font-family: 'Neue Einstellung';
    font-weight: 600;
    color: #fff;
}
.rounded-50 {
    border-radius: 50%;
}
.cat-bloc .btn-devis:hover {
    background: #fff;
    color: #bc2a88;
}

.cat-bloc .btn-devis:hover i{ border:2px solid #bc2a88;color: #fff; background: #bc2a88; }

.top-auto{ top:auto!important; }

/***************************************************/


.default-btn{
	color:#622b00;
	font-family: 'Neue Einstellung';
	text-decoration:none;
	font-size: 24px;
	padding:5px 20px 5px 30px;
	border-radius: 2rem;
	background:#ce840c;
	text-transform: uppercase;
}
.default-btn:hover{
	color:#622b00;
	background:#ffffff96;
	border:1px solid #622b00;
}

.row-flex .sc{margin-bottom: 10px;}
.bg-section-header{	
	background: white;
	padding: 5px 5px 16px 5px;
	height: 100%;
}
/*.bg-section-header img{ width: 50px; }*/

.iconfinder{width: 32px;height: 32px;    margin: 10px auto;}
.bg-section-header a{
	font-family: 'Neue Einstellung';
	font-size: 16px;
	color: #7c6020;		
	text-decoration:none;
	text-transform: uppercase;
}

.marques,.custom-slick-box {
    position: relative;
}

.btn-case {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    transform: translate(0%,-100%);
}
.btn-case-left, .btn-case-right {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #c8c8c8;
    border: 2px solid #c8c8c8;
    border-radius: 50%;
    margin: 0;
    line-height: 25px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    z-index:3;
}
.btn-case-left{ left:0; }
.btn-case-right{ right:0; }
.custom-slick-box .slick-slide,.products-home-box .slick-slide {
    margin: 0px 5px;
}
.custom-slick-box .slick-slide img,.products-home-box .slick-slide img {
    width: 100%;
    object-fit:contain;
}
.custom-slick-box .slick-slide .ratings-cart img,.products-home-box .slick-slide .ratings-cart img {
    width: auto;
    object-fit:contain;
}
.marques .slick-slide img {
    width: 100%;
    object-fit:contain;
}
.marques .marque-box .slide{ margin:0;}
.marques .slick-list,.custom-slick-box .slick-list,.products-home-box .slick-list{ margin:0; }
.custom-slick-box .slick-slide .card,.products-home-box .slick-slide .card{
    display: block;
    height: 113px;
    padding: 10px;
    margin: 0 5px;
}
.marques .slick-slide .card {
    display: block;
    height: 113px;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    border-right: 0;
}
.marques .slick-slide:last-child .card{ border-right:1px solid rgba(0,0,0,.125);}
/*------------------- Main ---------------------------*/

.main{min-height:500px;}
/*.main .section{margin-top: 40px;}*/
.slide-section {
    max-width: 1700px;
    margin: auto;
}
.title h2 {
    font-family: 'Neue Einstellung';
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    color: #2e284e;
    /*width: fit-content;*/
    background: rgb(237 236 238 / 50%);
}
.title h3 {
    color: #2e284e;
    font-family: 'Neue Einstellung';
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    background: rgb(237 236 238 / 50%);
}
#produitsimilaires .title h2 {
    color: #2e284e;
}
.products .prod-icone .categ-img{ position:relative; overflow:hidden; }
.products .prod-icone:hover .categ-img {
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}
.products .prod-icone .categ-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.products .prod-icone:hover .categ-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.products .prod-icone .title-prod {
    margin-top: 10px;
}
.products .prod-icone img {
    width: 70px;
    margin: auto;
    height: 70px;
    object-fit: contain;
}
.products .prod-row a { text-decoration: unset; }

.products .prod-row a:hover h4 { color: #2e284e; }
.products .prod-icone .categ-img {
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    line-height: 100px;
}
.products .prod-icone .title-prod h4 {
    text-align: center;
    color: #c14c8e;
    font-family: 'Neue Einstellung';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin:0;
}

.notre-selection-section {
    margin-top: -270px;
    background: #2e284e;
    height: 500px;
    z-index: 1;
}
.bloc-selection {
    position: relative;
}
/*.bloc-selection::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: rgb(46 40 78 / 50%);
    object-fit: cover;
    z-index: 1;
}
*/
.section-selection {
    width: 100%;
    height: 250px;
    overflow: hidden;
    z-index: 2;
}

.section-selection img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
    filter: sepia(90%) hue-rotate(190deg) saturate(500%);
}
.outil-a-main-section {
    z-index: 2;
}
.outil-a-main .title {
    margin-bottom: 20px;
    bottom: 0;
}
.outil-a-main .title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.products-outil-a-main .card-body-prod a{ text-decoration: unset; }
.products-outil-a-main .card-body-prod h3 {
    font-family: 'Neue Einstellung';
    font-size: 24px;
    color: #2e284e;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-best-seller {
    background: #bc2a88;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    display: none;
}
.btn-best-seller:hover { color: #fff; }

.products-outil-a-main .cart-prod img {
    width: 40px;
}

.products-outil-a-main .cart-prod .white-cart{ display: none; }
.products-outil-a-main .card-body-prod .old-price {
    color: #ddcad4;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    text-decoration: line-through;
    font-size: 22px;
}
.products-outil-a-main .card-body-prod .new-price {
    color: #bc2a88;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    font-size: 30px;
}
.products-outil-a-main .card{ transition: 0.5s ease; }

.products-outil-a-main .card:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.products-outil-a-main .card:hover .card-body {
    background: #2e284e;
}
.products-outil-a-main .card:hover .card-img {
    background: #fff;
}
.products-outil-a-main .card:hover h3,.products-outil-a-main .card:hover .old-price { color: #fff; }

.products-outil-a-main .card:hover .white-cart { display: block; }
.products-outil-a-main .card:hover .gray-cart { display: none; }
.products-outil-a-main .card:hover .btn-best-seller { display: block; }

.products-outil-a-main .card .card-img {
    height: 400px;
    overflow: hidden;
}
.products-outil-a-main .card .card-img img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
}
.cart-table-area table thead {
    width: 100%;
    display: block;
}
.cart-table-area table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.cart-table-area table thead tr th {
    border-top: none;
    border-bottom: none;
    font-size: 12px;
    color: #131212;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
}

.cart-table-area table tbody {
	 width: 100%;
	 display: block;
	 border-top:none!important;
}
.cart-table-area table tbody tr {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
     flex-wrap: nowrap;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -ms-grid-row-align: center;
	 align-items: center;
	 width: 100%;
}
.cart-table-area table tbody tr td {
	 border: none;
    font-family: 'Neue Einstellung';
    width: 100%;
}
.cart-table-area table tbody tr td h5 {
    font-size: 16px;
    color: #252525;
    font-family: 'Neue Einstellung';
}

.cart-table-area table tbody tr td .qty-btn p {
	 margin-bottom: 0;
	 line-height: 40px;
	 height: 40px;
	 padding: 0 15px;
	 background-color: #fff;
	 color: #131212;
	 font-size: 14px;
}
.cart-table-area table tbody tr td .qty-btn .quantity {
	 position: relative;
	 z-index: 1;
	 border:none;
	 border-radius:unset;
}
.cart-table-area table tbody tr td .qty-btn .quantity input {
	 text-align: center;
	 background-color: #fff;
	 height: 40px;
	 width: 70px;
	 border: none;
	 -moz-appearance: textfield;
	 -webkit-appearance: textfield;
	 appearance: textfield;
	 color: #2e284e;
	 font-size: 14px;
}

.cart-table-area table tbody tr td .qty-btn .quantity .qty-plus {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	height: 40px;
	cursor: pointer;
	color: #a1a1a1;
	font-size: 10px;
    padding-right: 0;
}
.cart-table-area table tbody tr td .qty-btn .quantity .qty-minus {
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    color: #a1a1a1;
    font-size: 10px;
    padding-right: 0;
}

.cart-table-area .cart-summary {
    background-color: #fff;
    margin-top: 118px;
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}
.cart-table-area .cart-summary h5 {
	 font-size: 18px;
	 margin-bottom: 0;
    font-family: 'Neue Einstellung';
}
.cart-table-area .cart-summary .summary-table {
    margin-top: 30px;
    padding: 0;
}

.cart-table-area .cart-summary .summary-table li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
	margin-bottom: 10px;
	text-transform: capitalize;
    font-family: 'Neue Einstellung';
}
.cart-table-area .cart-summary .summary-table li span {
	 color: #6b6b6b;
	 font-size: 14px;
}
.cart-table-area .cart-summary .summary-table li span:first-child {
    width: calc(100% - 100px);
}
.cart-table-area .cart-summary .summary-table li span:last-child {
    width: 100px;
    text-align: end;
}
.cart-table-area .cart-summary .payment-method label {
	 font-size: 14px;
    font-family: 'Neue Einstellung';
	 color: #6b6b6b;
	 font-weight: 400;
	 margin-bottom: 15px;
}
.cart-table-area .cart-summary .livraison-method label {
    font-size: 14px;
    font-family: 'Neue Einstellung';
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 15px;
}
.para-btn {
    display: inline-block;
    min-width: 160px;
    font-family: 'Neue Einstellung';
    height: 55px;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 7px;
    font-size: 18px;
    line-height: 56px;
    background-color: #bc2a88;
    font-weight: 400;
}
.para-btn.active, .para-btn:hover, .para-btn:focus {
    color: #fff;
    background-color: #d182af!important;
}
.bg-para {
    background: #77953f;
    border-color: #ffffff;
    border-width: 4px 0!important;
}
.bg-para th{ color:#dbc2cf;}
#bodyCmd .cart-table-area table tbody tr:nth-child(2n+1) td {
    background: #bc2a88;
}
#bodyCmd .cart-table-area table tbody tr:nth-child(2n+2) td {
    background: #d7b8ca;
}
#bodyCmd p {
    font-family: fangsong;
}
.actualite .card {
    flex-direction: row;
}
.actualite .card-img {
    position: relative;
    z-index: 1;
    width: 50%;
    min-height: 250px;
    overflow: hidden;
}
.actualite .card-img a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(91 136 65 / 25%);
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.actualite .card-img img {
    height: -webkit-fill-available;
    object-fit: cover;
    transition: 2s;
    min-height: 250px;
}
.actualite .card-img:hover img {
    transform: scale(1.2);
}
.actualite .card-body {
    background: #e7c9da;
    width: 50%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.actualite .card-body .card-title {
    text-align:center;
}
.actualite .card-body .card-title a {
    color: #b86291;
    text-decoration: unset;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 16px;
}
.actualite .card-body .date {
    color: #2e284e;
    text-align: left;
    font-size: 12px;
}
.detail-article .date,.detail-article .date a {
    color: #2e284e;
    text-align: left;
    font-size: 14px;
    text-decoration:none;
}
.actualite .card-body .card-text {
    color: #000;
    font-size: 14px;
    font-family: 'Neue Einstellung';
    font-weight: 400;
    line-height: 20px;
}
.actualite .card-body .btn-article {
    background: #2e284e;
    color: #fff;
    font-size: 14px;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: unset;
}
.actualite .card-body .btn-article:hover {
    background: #d182af;
}
.detail-article p, .detail-article p span, .detail-article span {
    font-size: 14px;
    font-family: 'Neue Einstellung';
    font-weight: 400;
    line-height: 24px;
}
.services .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.services .card .card-body {
    border: 1px solid #bf0c72;
}

.services .card .card-img {
    height:80px;
    overflow: hidden;
    margin-bottom:20px;
}
.services .card .card-img img {
    height: -webkit-fill-available;
    object-fit: contain;
}

.services .card .card-body h3{
    color: #38325a;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
}
.services .card .card-body p{
    color:#676767;
    font-size:14px;
    font-weight:500;
}
.tp-gallery-thumb {
    position: relative;
    transition: all 0.6s ease;
    overflow: hidden;
    height: 250px;
}
.tp-gallery-thumb img {
    transition: all 0.6s ease;
    height: -webkit-fill-available;
    object-fit: cover;
}
.tp-gallery-thumb:hover img {
    transform: scale(1.07);
}
.tp-gallery-thumb .tp-gallery-thumb-title {
    background: #bf0c72;
    color: #fff;
    transition: all 0.4s ease;
}
.tp-gallery-thumb .tp-gallery-thumb-title h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin:0;
    padding:5px;
}

.tp-gallery-thumb:hover .tp-gallery-thumb-title {
    background: #2e284e;
}

/*--------------------------------------------------------------
# Connexion
--------------------------------------------------------------*/
.login-form {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.login-form .profile-text {
    padding: 40px;
    background: #bc2a88;
    border-bottom-right-radius: 80px;
    box-shadow: 0px 5px 12px 0px rgb(185 141 165 / 25%);
}
.login-form .profile-text h3 {
    font-family: 'Neue Einstellung';
    font-weight: 600;
    color: #2e284e;
}

.login-form .profile-text h4 {
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    margin-top: 15px;
}
.login-form form{
    padding: 40px;
}
.login-form form .form-control {
    height: 60px;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%), -1px -1px 4px 0px rgb(124 124 124 / 10%);/*0px 5px 12px 0px rgb(185 141 165 / 42%)*/
    font-family: 'Neue Einstellung';
    font-weight: 500;
}
.login-form form .form-control:focus {
    border: 2px solid #2e284e;
} 
.login-form form .btn-login, .login-form form .btn-inscrit {
    height: 60px;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    font-family: 'Neue Einstellung';
    font-weight: 500;
    font-size: 20px;
}
.login-form form .btn-login {
    background: #2e284e;
    color: #fff;
}
.login-form form .btn-login:hover {
    background: #bc2a88;
}
.login-form form .btn-inscrit {
    background: #bc2a88;
    border: 2px solid #d182af;
    color: #fff;
}
.login-form form .btn-inscrit:hover {
    background: #d182af;
}

.login-form form .forget-password a {
    text-decoration: unset;
    font-family: 'Neue Einstellung';
    font-weight: 600;
    font-size: 18px;
    color: #bc2a88;
}
.login-form form .forget-password {
    text-decoration: unset;
    font-family: 'Neue Einstellung';
    font-weight: 600;
    font-size: 18px;
    color: #bc2a88;
}
.login-form form hr {
    height: 2px;
    background: rgb(185 141 165 / 42%);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444;
    background: #fafafa;
    padding: 20px;
    height: 100%;
    font-family: 'Neue Einstellung';
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #2e284e;
}

.contact .info-box .fa {
  line-height: 1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #bc2a88;
  font-weight: 700;
  margin: 5px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafafa;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #19aa67;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #5daa3b;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #2e284e;
}

.contact .php-email-form input {
    padding: 10px 15px;
    font-family: 'Neue Einstellung';
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  font-family: 'Neue Einstellung';
}

.contact .php-email-form button[type="submit"] {
    background: #2e284e;
    border: 0;
    font-family: 'Neue Einstellung';
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    font-weight: 500;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #bb0073;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-avis .form-control {
    border-radius: 30px;
    min-height: 45px;
    padding: 15px 20px;
    color: #212529;
    font-family: 'Neue Einstellung';
    font-weight: 400;
}
.form-avis .btn.btn-avis ,.btn-avis {
    border-radius: 30px;
    min-height: 45px;
    padding: 15px 40px;
    background: #2e284e;
    color: #fff;
    font-family: 'Neue Einstellung';
    font-weight: 600;
}
.form-avis .btn.btn-avis:hover, .btn-avis:hover ,.btn-avis.show{
    color: #2e284e;
    background: #ddcad4;
}

.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    text-align: right;
    text-decoration: none;
}
.home-content>.row>div:last-child{
    margin:0!important;
}

.article a{
    text-decoration: none;
}
.article .img-article {
    height: 150px;
    overflow: hidden;
}
.article h3 {
    color: #c93a8b;
    font-size: 16px;
    font-family: 'Neue Einstellung';
    margin-top: 10px;
    text-align: left;
}

/*----------------------------------------------------------------------------*/

.livraison .title h3 {
    font-family: 'Neue Einstellung';
    font-size: 24px;
    font-weight: 300;
    color: #ddcad4;
    text-align: center;
}
.partenaires{ padding: 100px 0;	}
.partenaires .title h2 {
    color: #2e284e;
}

.partenaires .partenaire-img {
    width: 200px;
    margin: auto;
}
.partenaires .partenaire-img img {
    max-height: 100px;
    filter: grayscale(1);
    margin: auto;
    width: 100%;
    object-fit: contain;
}
.partenaires .partenaire-img img:hover {
    filter: none;
}
footer {
    background: #f9f8ff;
}
.localisation li {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    
}
.localisation li b {
    color: #2e284e;
}
.localisation li i {
    color: #bc2a88;
    line-height: 1.4;
}

.footer .text-footer p {
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
}
.border-top-footer{
    border-top:2px solid #d33e93;
}
.reseaux-sociaux-icones a {
    color: #3c375f;
    font-size: 20px;
    text-decoration: none;
    margin-right: 5px;
}
.reseaux-sociaux-icones a:last-child {
    margin-right: 0px;
}
.reseaux-sociaux-icones a:hover { color: #bc2a88!important; }

.footer .reseaux-sociaux .reseaux-sociaux-icones span {
    color: #d33e93;
    font-family: 'Neue Einstellung';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.footer .reseaux-sociaux a {
    text-decoration: unset;
    margin-right: 5px;
    color: #393939;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 37px;
}
.footer .reseaux-sociaux a:hover {
    color: #fff;
    background: #bc2a88;
    border: 1px solid #bc2a88;
}

.footer .infos h3 {
    color: #bc2a88;
    text-transform: uppercase;
    font-family: 'Neue Einstellung';
    font-size: 18px;
    font-weight: 500;
}
.footer .infos p {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 400;
}
.footer .infos ul li {
    color: #2e284e;
    margin-bottom: 10px;
    transition: 0.6s;
    font-size: 13px;
}
.footer .infos ul li a {
    color: #434343;
    text-decoration: unset;
    font-family: 'Neue Einstellung';
    font-size: 14px;
    font-weight: 500;
}

.footer .infos ul li:hover a { font-weight: 600;}

.footer .infos form {
    border-radius: 20px;
    overflow: hidden;
}
.footer .infos form input {
    border-radius: 50px!important;
    height: 50px;
    background: #faf9ff;
    position:relative;
}
.footer .infos form .bnt-abonner {
    height: 49px;
    width: 49px;
    color: #fff;
    background: #352a6b;
    border-radius: 50px!important;
}

.footer .pied-page p {
    margin: 0;
    color: #474747;
    font-size: 14px;
    font-family: 'Neue Einstellung';
    font-weight: 400;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    background-size: cover;
    color: #2e284e;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    font-family: 'Neue Einstellung';
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumbs ol a {
  color: #353535;
  transition: 0.3s;
  font-family: 'Neue Einstellung';
  text-decoration: unset;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  font-family: 'Neue Einstellung';
  color: #2e284e;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #bc2a88;
  content: "\f105";
  font-family:"FontAwesome";
}
.ratings-cart {
    position: relative;
}
.single-product-area .ratings-cart {
    z-index: -1;
}

#rating svg,#rating2 svg {
    width: 20px;
    height: 20px;
}
.rating2 svg {
    width: 15px;
    height: 15px;
}
.prod-content .sort-section {
    height: 40px;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# sliks
--------------------------------------------------------------*/

.slick-slide {
    margin: 0px 15px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    /*margin-bottom: 20px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    /*margin: 0 15px;*/
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;

}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
    text-align: center;

}
.slick-slide::before {
    content: '';
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-initialized .slick-slide
{
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.prod-box.slick-initialized .slick-slide,.box-tablist.slick-initialized .slick-slide{ vertical-align: top; }

.customer-megaMenu .slick-initialized .slick-slide
{
    text-align: left;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos, .customer-megaMenu {
    padding: 0;
    overflow: visible;
    margin: 0;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    padding: 0;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-arrow {
    background: transparent;
    max-width: 100px;
}
.slick-orange{ display: none!important; }
.slick-grey	 { display: inline!important; }

.slick-next.slick-grey:hover{ display: none!important; }
.slick-next.slick-grey:hover + .slick-next.slick-orange,.slick-next.slick-orange:hover{ display: inline!important; }

.slick-prev.slick-grey:hover{ display: none!important; }
.slick-prev.slick-grey:hover + .slick-prev.slick-orange,.slick-prev.slick-orange:hover{ display: inline!important; }

/*---------------------------------------------*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bb0073;
}

.nav-pills .nav-link.active:hover, .nav-pills .show>.nav-link:hover {
    background-color: #bc2a88;
}
.nav-pills .nav-link {
    border-radius: 0;
    background: #ececec;
    color: #000;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Neue Einstellung';
    padding: 8px 20px;
}
.nav-pills .nav-link:hover {
    background: rgb(185 141 165 / 35%);
}
.nav-pills .nav-link i { font-size: 18px; }
.nav-pills .nav-link:first-child {
    margin-top: 0;
}
#contact-form .form-group label {
    color: #000;
    font-family: 'Neue Einstellung';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    margin-left: 15px;
    margin-top: 15px;
}

#contact-form .form-group .form-control {
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    box-shadow: 0px 5px 12px 0px rgb(185 141 165 / 42%);
    font-family: 'Neue Einstellung';
    font-weight: 400;
}
#contact-form h5 {
    margin: 20px;
    border-top: 1px dashed #bc2a88;
    border-bottom: 1px dashed #bc2a88;
    font-family: 'Neue Einstellung';
    font-weight: 600;
    color: #bc2a88;
}

#contact-form  .btn-login {
    height: 50px;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
    font-family: 'Neue Einstellung';
    font-weight: 600;
    font-size: 18px;
    background: #2e284e;
    color: #fff;
    margin: 20px 0;
}

#contact-form  .btn-login:hover {
    background: #bc2a88;
}
.checkout_details_area .form-control {
    background: #fff;
    border: none;
    border-radius: unset;
    font-family: 'Neue Einstellung';
    font-weight: 400;
    color: #000;
}
.checkout_details_area input.form-control {
    height:45px;
}

/*--------------------------------------*/

.btn.disabled, .btn:disabled {
    opacity: 1;
    background: gray;
}

.back-to-top {
    position: fixed;
    height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    padding: 0;
    line-height: 50px;
    right: .5rem;
    bottom: 4rem;
    outline: none;
    display:none;
    z-index: 3;
    background: #bf0c72;
    border-radius: 50%;
    box-shadow: rgba(0,13,31,.25) 0 0 .25rem 0;
    transition: box-shadow cubic-bezier(0.4,0,0.2,1) .2s;
}

.back-to-top:hover {color: #bf0c72;background: #fff;}


/*----------------------------------------------------------------------------------------*/
	@media (min-width: 1700px){

		.slide-section {
		    max-width: 1600px;
		    margin: auto;
		}
	
	}
	@media (min-width: 1200px) and (max-width: 1539px){
	    .container.container-custom {
	        max-width: 1340px;
	    }
		.slide-section {
		    max-width: 1100px;
		    margin: auto;
		}	 
	}

	@media (min-width: 1200px){
	    .container.container-custom {
	        max-width: 1340px;
	    }
	}

	@media (max-width: 1200px) { 
	 
		.logo{
			width:250px;
		}
		.cl1,.cl2,.cl3{padding:0 20px;}
		.cl2{padding-left:20px;}
		.f1 a {
			margin-left: 20px;
		}
		.slide-section {
		    max-width: 1300px;
		    margin: auto;
		}	 
	}
	@media (min-width: 992px) and (max-width: 1200px){
	    .container.container-custom {
	        max-width: 1140px;
	    }
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 1024px) and (min-width: 993px) { 
	/* Increase all font sizes on mobile */
		.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: 470px;
		}
		
	}

	@media (max-width: 1090px) { 
		
		.prod-content .sort-section {
			transform: none;
		}
		.prod-content nav {
			margin-bottom: 25px;
			margin-top: 50px;
		}
	}
	
	/* Increase all font sizes on mobile */
	@media (max-width: 992px) and (min-width: 768px) { 
	.left-content .prod-content .product-meta-data {
		width: calc( 100% - 0px );
	}
	}
	@media (max-width: 992px) { 
	/* Increase all font sizes on mobile */
	
	    
        .title h2 {
            font-size: 30px;
        }
        .title h3 {
            font-size: 22px;
        }
		.sticky-wrapper.is-sticky .navbar-brand {
            display: none;
        }

		.f1 .row {
			padding: 0px;
		}
	
		.f1 .row {
			padding: 0px;
		}
		.full-bg-img h2{
			line-height:40px;
		}
	    .container.container-custom {
	        max-width: 920px;
	    }
		.header-section {
            width: 100%;
            position: absolute;
            background: #fff;
            top: 60px;
            z-index: 3;
            left: 0;
            box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 40%);
        }
		
	}

	@media (max-width: 768px){
		.cmd-photo img,.sidebar-categ{ display:none;}
		
		.full_content{
			columns:1;
		}
		.full_content img{
			margin:auto!important;
			height: auto!important;
		}
		.top-navbar .top-section{
			flex-wrap: wrap;
			justify-content: center;
			margin: 0!important;
		}
		.top-navbar .input-group .input-group-btn .btn {
			display: none;
		}
		.top-navbar .input-group input {
			font-size: 14px;
		}
		.top-navbar .input-group .fa.fa-search {
			padding: 5px 15px;
			font-size: 18px;
		}
		.P-t-2{
			padding-top: .5rem;
		}
		.actualite .card {
            flex-direction: column;
        }
        .actualite .card-img {
            width: 100%;
        }		
        .actualite .card-body {
            width: 100%;
            margin-top: 10px;
            margin-left:0;
        }
        .topheader .commande  {
			border-right: 0!important;
			margin: 0!important;
			width: 100%;
			text-align: center;
		}
        .topheader .commande a span {
            color: #fff;
            padding: 0px;
            line-height: 22px;
        }
        .topheader .suivez-nous {
			display:none;
		}
		.topheader .slogan {
			display: none;
		}
		.topheader-infos {
			justify-content: space-between!important;
			margin: 5px 0;
		}
		.top-navbar .cart-nav img {
			max-width: 20px;
		}
		.top-navbar span{ font-size:11px;}
		.top-navbar .cart-nav .badge {
			width: 20px;
			height: 20px;
		}
		.cart {
            margin-top: 25px;
            margin-right: 10px;
        }
        .slick-next {
            right: 0px;
            max-width: 50px;
        }
        .slick-prev {
            left: 0;
            max-width: 50px;
        }
        .flayout ,.header .carousel-inner,.cmd-photo{
			height: auto;
		}
		.cmd-photo{
			max-height:250px;
		}
		.top-navbar a, .top-navbar .cart-nav{ font-size:12px;}
		.top-navbar .cart-nav {
			width: 100px!important;
		}
		.bloc_accueil .cat-bloc { margin-right: 0!important; }
		.bloc_accueil .cat-bloc .btn-devis {
			top: 60%;
			left: 5%;
			transform: translate(0%, 50%);
			background: #bc2a88;
			padding: 5px 10px;
		}
		.tablist-content .nav-tabs {
			transform: translate(0%,-60%)!important;
			justify-content: center!important;
		}
		.tablist-content .nav-tabs li{ margin-bottom:10px}
		.tablist-content .nav-tabs .nav-item .nav-link, .tablist-content .nav-tabs .nav-link {
			font-size: 14px;
			padding: 10px;
		}
		.marque-box, .article-box, .vente-flash-box ,.products-home-box,.categ-box{
            margin-top: 30px;
        }
		.btn-case {
			transform: none; /*translate(0%,-60%)*/
			margin-top: 5px;
		}
		.slick-initialized .slick-slide {
            margin-top: 20px;
        }
		.cart-btn{ font-size:14px;}
		.home-content>.row>div:last-child .container, .home-content>.row>div:nth-child(3) .container {
            --bs-gutter-x: 0!important;
        }
        .clock-sc .counter-sc .counter { font-size: 14px; }
        .clock-sc .counter-sc .time { font-size: 8px; }
        
		.top-navbar form {
			order: 6;
			margin-top:5px;
		}
		
		.logo-navbar{
			width:130px;
		}
		.title {
			margin-right: 5px!important;
		}
		.title h2 {
			font-size: 22px;
			padding: 5px;
		}
		.title h3{ font-size:18px; }
		.breadcrumbs ol{ font-size: 11px; }
		
		.details-produit .tab-content img {
			max-width: 100%;
			height: auto!important;
			width: 100%;
		}
		.prod-box .slick-list {
			margin-top: 30px;
		}
		
		.newsletter .d-flex{
		    flex-wrap:wrap!important;
		    justify-content:center!important;
		    text-align:center;
		}
		.newsletter-text-sc>img {
            margin-bottom: 15px;
        }
        .localisation li b {
            display: contents;
        }
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 768px) and (min-width: 601px) { 
	 
		.f1 a {
			font-size: 16px;
			margin-left: 20px;
		}
		 
		.f1 .fa {
			font-size: 24px;
			padding: 0px 50px;
		}
		.search form{
            width: auto;
        }
		.rate{
		    margin-bottom:20px;
		}
		#content h1,#contenu h1{font-size:30px;}
		#content h2,#contenu h2{font-size:24px;}
		#content h3,#contenu h3{font-size:20px;}
		
		.cl5 {
			border-right: unset;
			border-bottom: 1px solid #4db2e0;
		}		/* :: 7.0 Popular Products Area CSS */
		.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: 370px;
		}
	}
	

	/* Increase all font sizes on mobile */
	@media (max-width: 640px) { 
	 
		.full-bg-img h2{
		/* default is 1rem or 16px */
			font-size: 1.5rem;
			line-height: 1rem;
		}
	 
	}

	/* Increase all font sizes on mobile */
	@media (max-width: 600px) { 
	    
	    .full-content .prod-content .product-img, .right-content .prod-content .product-img, .tablist-content .product-img {
            height: 160px;
        }
		
		.f1 a {
			margin:0;
			padding: 0px;
		}
		
		.f1 .fa {
			font-size: 24px;
			padding-left: 10px;
			padding-right: 10px;
			margin:0;
		}
		.top-bar span {
			width:150px;
			font-size: 12px;
		}
		.iconTel{padding: 15px 0;}
		.navbar-nav{padding: 0;}
        .navbar-light .navbar-nav .nav-link {
            font-size: 14px;
            color: #5b8741;
            font-family: 'Neue Einstellung';
            font-weight: 500;
            padding: 8px 10px;
            text-transform: uppercase;
            line-height: 20px;
            background: #e9ecef;
            box-shadow: 4px 4px 5px #bc2a8866;
            margin: 5px;
        }
		.main .section>h2,.section4 h2{font-size: 22px;}
		.section2 h3,.alert h3{font-size: 22px;}
		.section4 ul li a {
			font-size: 12px;
			line-height: 1em;
		}
		.section2,.section3,.section4{padding-left: 10px;padding-right: 10px;}
		.pack .card-body{
			padding-left: 15px;
			padding-right: 15px;
		}
		.cl5 ul li span {font-size: 18px;}
				.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: auto;
		}
		.pagination {
			font-size: 16px;
		}
		.pagination .page-link {
			padding: .05rem .2rem;
		}
		
		.prod-content .pagination { margin-top:60px; }
		
}
	

	
	/* Increase all font sizes on mobile */
	@media (max-width: 524px) {
	    
	    .services .card .card-body h3 {
            font-size: 18px
        }
        .services .card .card-img {
            height: 40px;
        }
		
		.prod-content .sort-section {
            transform: none;
        }
		
		.top-navbar .container{
			max-width:920px;
		}
		.navbar-brand{ max-width:100px}
		.navbar-brand img{ width:100%}
		
		
		.tablist-content .nav-tabs {
			transform: translate(0%,-180%)!important;		
			justify-content: center!important;
		}
		.vente-flash-box .cart-btn {
            padding-left: 5px!important;
            padding-right: 5px!important;
            background: #c15291;
            letter-spacing: 0;
            height: auto;
        }
        .section-selection {
            height: 150px;
        }
        .prod-content .products-home-box .product-img,.prod-content .vente-flash-box .product-img{
            height:160px;
        }
        .prod-content .vente-flash-box .card{
            flex-direction:column!important;
        }
        .prod-content .vente-flash-box .card .w-50{
            width:100%!important;
        }
        .prod-content .products-home-box .product-meta-data{
            text-align: center;
            padding: 15px 0;
        }
        .prod-content .products-home-box .product-meta-data .ratings-cart{
            justify-content:center!important;
        }
        .prod-content .products-home-box .cart-btn{
            font-size:0;
            width:60px;
        }
	}
	@media (max-width: 466px) {

		.cart-btn .btn{ width: 100%; font-size:12px; padding-left:5px!important;padding-right:5px!important; }
		.cart-btn .btn img{ width: 15px; }
		.qty-minus, .qty-plus {
			padding: 0 5px;
		}
		.cart-btn-prod button.cart-icone {
			height: 35px;
			width: 35px;
		}
		.cart-btn-prod button.cart-icone i {
			line-height: 35px;
		}
		.quantity .qty-text {
			height: 35px;
			width: 35px;
		}
	}
	

	
	/* Increase all font sizes on mobile */
	@media (max-width: 419px) { 
		.nav-pills .nav-link{
			padding: 8px 10px;
			font-size:14px;
		}
		.promo_home .card {
            padding: 30px 10px;
        }
		.promo_home .card h2 {
            font-size: 25px;
            line-height: 28px;
        }
        .bg-pink {
            font-size: 10px;
        }
	}
	@media (max-width: 370px) { 
	
		.fav-icon a {
			font-size: 12px;
		}
		.fav-icon .fa {
			font-size: 14px;
			color: #72411f;
			padding: 8px;
			font-family: 'FontAwesome';
		}
		.tablist-content .nav-tabs .nav-item .nav-link, .tablist-content .nav-tabs .nav-link {
			font-size: 12px;
			padding: 10px;
		}
	}

	@media (max-width: 362px) { 
	
		.prod-content .sort-section {
			transform: translate(6%,250%);
		}
		
	}
	
	@media (max-width: 337px) { 

		.tablist-content .nav-tabs {
			transform: translate(0%,-280%)!important;		
			justify-content: center!important;
		}
	}