/*
a {
	color:var(--color1)
}
a:hover {
    color: var(--color1);
    text-decoration: underline;
}
*/

.rtl {
    direction: rtl;
    display: inherit;
}

.rtl span {
    /*float: left;*/
    order: 1;
}

a:hover {
    text-decoration: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #000;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    color: var(--color1);
}

a:hover {
    color: var(--color2);
    color: var(--color1);
}

body p {
    font-size: 1em;
}

.ptrl {
    margin-top: 20px;
    color: #000;
    text-align: center;
}


.bx-wrapper {
    box-shadow: none;
    border: 0;
    background: none;
}

#widget-container {
    height: auto !important;
    overflow: hidden;
}

.instaone { position:relative; overflow:hidden; margin-top:30px; }
.instaone .overlay {
	display:none;
	position:absolute;
	overflow:auto;
	color:#fff;
	opacity:1;
	padding: 10px 20px;
}

.instaone:hover .overlay {
	display:block
}

.bx-clone {
  display: none;
}

.blocimg { display: none}

h2.section-title {
	font-weight: bold;
	font-size: 44.22px;
	line-height: 52px;
	color: #2E2E2E;
}

li.lslide img {
    max-width: 100%;
    max-height: 100%;

}

.table-orange {
    background: #000;
    color: #fff;
    font-weight: 600;
}
.table-orange a {
    color: #fff;
}

.btnrapide, .btnrapide:hover, .btnrapide:focus {
    text-decoration: none;
    box-shadow:none;
}

.btnrapide:before {
    color: #fff;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
}

.btnrapide.collapsed:before {
    color: #fff;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
}

.instock .dropdown {
    max-width: 300px;
}

.specselect {
    background: #d4d4d4;
    padding: 14px 30px;
    border-radius: 35px !important;
    border: 1px solid #d4d4d4;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 0.6rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.specselect:after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
}


.specselect.collapsed:after {
    content: "\f067";
}

.specselect option {
    font-family: "Abhaya Libre";
    text-align: left;
    background-color:#d4d4d4;
    color: #000;
}

.specselect option:hover {
    background-color: #d4d4d4;
}

.specselect:hover {
    border-color: #d4d4d4;
    background: #d4d4d4;
    color: #000;
    text-decoration: none;

}

.specselect  option.pseudo-disabled {
    color: #999;         /* texte grisé */
    opacity: 0.5;
    font-style: italic;  /* style italique */
}

@media screen and (max-width:  1023px) {
    .panel-title  .specselect.collapsed {
        background: white!important;
        color: black!important;
        border-color: black!important;
    }
    .panel-title  .specselect {
        border-color: #E90081;
        background: #E90081;
        color: #fff;
        text-decoration: none;
    }
}


.blocselect {
    position: relative;
    width: 100%;
}
.blocselect:before, .specselect.dropdown-toggle::after {
    content : " ";
    position:absolute;
    width: 13px;
    height: 13px;
    border: 1.5px solid transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-left-color: #000000;
    border-top-color: #000000;

    transform: translateY(-50%) rotate(-135deg);
    display: block;
    top: 20px;
    right: 30px;
    z-index:1;
}



.blocselect:hover:before, .specselect.dropdown-toggle:hover::after {
    z-index: 1;
    border-left-color: #000;
    border-top-color: #000;
    text-decoration: none;
}


.custom-radio-image {
    cursor: pointer;
    display: inline-block;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    max-width: 65px;
}

.lacetcolor {
    font-size:12px;
    line-height:12px;
}
.lacetcolor img {
    margin-bottom: 5px;
}

.custom-radio-image input[type="radio"] {
    display: none;
}

.custom-radio-image.disabled {
    opacity: 0.2;
}

.custom-radio-image img {
    display: block;
    height: auto;
}

/* Style actif */
.custom-radio-image input[type="radio"]:checked + .radio-label img {
    border: 2px solid #000; /* Bleu Bootstrap */
}

.colorimg0 {
    border-right:1px solid #000
}

.colorimg0 label {
    /*width:90px;*/
    /*max-width: inherit;*/
}

[class^="colorimg"]:not(.colorimg0) {
    display: flex;
    align-items: center;

    border: 2px solid red;
}

.radio-color-option input[type="radio"] {
    display: none;
}

.radio-color-option {
    display: inline-block;
    margin: 5px;
}

.radio-color-option .color-box {
    width: 60px;
    height: 75px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    border:1px solid #bbb;
}

.radio-color-option input[type="radio"]:checked + .color-box {
    border:2px solid #000;
}

section .title--, section .genere_static-- h1 {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    color: #0F0F0F;
    text-align: center;
    margin-bottom: 35px;
}

section .genere_static h2 {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 53px;
    color: #0F0F0F;
    margin-bottom: 35px;
}

section .genere_static .grey-bloc {
    background: #F7F7F7;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

section .genere_static .grey-bloc h1,
section .genere_static .grey-bloc h2,
section .genere_static .grey-bloc h3,
section .genere_static .grey-bloc h4,
section .genere_static .grey-bloc h5,
section .genere_static .grey-bloc h6 {
    margin-bottom: 15px;
}


section .genere_static h4 {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 27px;
}

section .genere_static a.cbtn {
    border: 1px solid #F08A00;
    box-sizing: border-box;
    border-radius: 50px;
    background: transparent;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 8px 30px;
    /* Orange */
    color: #F08A00!important;
}

section .genere_static a.cbtn:hover {
    background: #F08A00;
    border-color: #F08A00;
    color: white!important;
}

section .genere_static h3 img {
    margin-right: 50px !important;
}

section .genere_static h3 {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 41px;
    margin-bottom: 20px;
}

section .genere_static p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

section.expe h2 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
}

section .genere_static .col-12 img {
    display: flex;
    margin: auto;
}

#warning, #warning2 { display: none }

body#product .product-prices .product-discount {
    margin-right: 20px!important;
}

body#product .product-prices .product-price.has-discount {
    margin-left: 0px!important;
}

#product .product-add-to-cart .add-to-cart:hover {
    background: #000000;
}
#product .product-add-to-cart .add-to-cart {
    background: #E90081;
    border-radius: 35px;
    padding: 15px 50px;
    font-family: "Abhaya Libre";
    font-size: 18px;
    line-height: 0.9;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
}

#add-to-cart-btn-off {
    display: none;
    background: #999;
    opacity: 0.4;
    border: 1px solid #999;
}

.input_error {
    border:1px solid red;
}


.grecaptcha-badge { display: none}

.lSSlideOuter .lSPager.lSGallery li, .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
	height: auto!important;
	margin-bottom: 18px !important;
}


.lSSlideOuter.vertical {
    padding-right: 130px!important;
}

.menuleft li {
    list-style: circle;
	line-height: 33px;
}

.menuleft > li > a {
    font-weight: bold;
}


.menuleft ul {
   padding-left:20px;
   padding-left:0px;
}
.menuleft li li {
    font-size:14px;
}

.wishlist-link {
	width: 40px;
	display: block;
	position: absolute;
	right: -50px;
	top: 13px;
	background-image: url('../../../images/heart.png');
	background-size: cover;
	height: 26px;
}

.wishlist-link.active {
	background-image: url('../../../images/heart_full.png');
}

h1.product-title {
	font-style: normal;
	font-weight: bold;
	font-size: 44.22px;
	line-height: 52px;
	color: #2E2E2E;
	display: inline-block;
position: relative;
}

.product-pricetag {
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 27px;
    color: #986855;
	text-align:right;
}

.product-pricetag del {
    font-size: 14px;
	color:#647473;
	display:block;
	font-weight: 300;
}

/*
.descall ul li {
	width:calc(100%/3);
	text-align:center;
}
*/

form { width:100%}

.options {
	margin:20px 0;
}



.page-numbers {
	margin:auto;
}

.page-numbers .current {
    color: #986855;
    text-decoration: underline;
}

.page-numbers li {
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
}

.page-numbers a.last, .page-numbers a.first {
    margin: 0 10px;
    font-size: 30px;

}

.page-numbers a {
	color:#986855;
	margin:0 10px;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    background: none;
}

.breadcrumb {
    background: transparent;
    font-size: 13px;
	padding: 0;
    margin-top: 20px;
    color: var(--color3);
}

.breadcrumb a {
	margin: 0
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    /*margin-top: 3px;*/
}
.breadcrumb a {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: var(--color3);
}

.breadcrumb i {
    line-height: 17px;
    font-size: 14px;
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
	max-width:50%;
	margin:auto;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#cookiesdirective { text-align:center!important; color:#fff; z-index: 10000; }
#cookiesdirective a {color: #fff!important }
#impliedsubmit { background:#666!important }


#accordion .card-body {
border-left: 4px solid var(--color1);
    margin: 0 0 40px 20px;
    padding: 0 0 0 20px;

}
#accordion button {
    border: 0;
    background: transparent;
    color: var(--color1);
    padding: 0;
	text-align: left;
}

.civilite {
    padding-top: 2rem;
}

.popupcart {
	position:absolute; margin:auto; background:#fff; top:10%; left:50%; margin-left:-275px; width:550px; padding:10px; z-index:100000; color:#333; display: block; text-align:center
}

#contact-form p,
#retractation-form p ,
#addr-form p {
	font-size:12px;
    text-align: justify;
}

.form-group {
    margin-bottom: 1rem !important;
}

img__ {
image-rendering: auto;
  image-rendering: crisp-edges;
}


.zoomContainer  {
height: 1px!important;
width: 1px!important;
}

.btcaddiel, .btcaddier {
color: #fff!important;
background: var(--color1);
padding: 10px 10px;
float: left;
margin-top: 15px;
 }

.btcaddier {
	float:right
}

.btcaddiel a, .btcaddier a {
color: #fff!important;
}
.btcaddiel:hover, .btcaddier:hover {
	background:#000
}

.caddie th, .tetiere {
color: #fff!important;
background: var(--color1);
padding:5px
}

.table td { padding:10px }

.lignecaddie { padding:5px; border-bottom:1px dashed #f0f0f0 }

.actions-log { text-align:center ; margin-bottom: 10px; }

/* ------------------------------------
24. Login page area
--------------------------------------*/
.customer-login-area {
    margin-bottom: 50px;
}
.my-account{
	margin-top: 20px;
}
.form-fields, .form-fields2 {
    border-bottom: none;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    /*float: left;*/
    padding: 20px 25px;
    width: 100%;
}

.form-fields2 {
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
}

.form-fields h2 {
    border-bottom: 1px solid #d3d3d3;
    font-size: 17px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    text-transform: uppercase;
	color: var(--color1);
    font-family:inherit;
}
.form-fields label {
    margin: 0 0 5px;
	color: #000000;
	font-weight: 400;
}
.form-row label span.required {
    color: red;
    font-weight: 700;
    border: 0;
	line-height: 2;
	font-size: 14px;
}



a.abs {
	position: absolute;
    right: -20px;
    border: 0;
    bottom: 0;
}

.order-last a.abs {
    left: -20px;
	right:auto;
}
/*
.actus, .actus_ {
	margin-bottom:50px;
	background: url(../../../images/deap/bg_organic.jpg) no-repeat top left;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	margin-right:10vw;
}

.actus_ {
	margin-left:10vw;
	margin-right:auto;
}
*/
.vendee-clue {
	padding:0 15px;
}

@media screen and (max-width: 1023px) {
    .vendee-clue {
        padding-left: 15px!important;
    }
    .vendee-clue ul {
        padding-left: 0;
    }

    .selectOption select {
        border-radius: 0;
        color: black;
    }
}

.customer-register .form-action,
.customer-login .form-action{
	/* background: #fff; */
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: none;
    float: left;
    padding: 0 20px 16px;
    width: 100%;
}

.compte { margin-top:30px }
.compte a { border:1px solid var(--color1); background:#fff; padding:10px; color:#fff; display: inline-block; height: 100% }


.gx-contact p {
    font-size: 1em;
}

#retractation-form input[type=text], #retractation-form input[type=email], #retractation-form input[type=password],#retractation-form input[type=tel], #retractation-form textarea, #retractation-form select,
#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=password],#contact-form input[type=tel], #contact-form textarea, #contact-form select,
#addr-form input[type=text], #addr-form input[type=email], #addr-form input[type=password],#addr-form input[type=tel], #addr-form textarea, #addr-form select{
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #000;
    border: 1px solid #000;
    background-color: transparent;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0;
}

#retractation-form input, #retractation-form textarea, #retractation-form button {
    margin-bottom: 20px!important;
}

#retractation-form input[type=radio] {
    margin-bottom: 0px!important;
}

#retractation-form label:not(.nopos) {
    position: absolute;
    background: #fff;
    top: -14px;
    left: 30px;
    padding: 0 5px;
    font-style: italic;
}


.compte { margin-top:30px }

.compte p { color:#a1a1a1; font-size:14px; margin-bottom:20px; }
.compte { margin-top:0; }
.compte a {font-weight: 600; position:relative; text-align:center; border: 1px solid var(--color1); color: #555; padding:10px; padding-top:80px; width:100%; display: block; min-height: 150px; }
.compte a span { color:#aaaaaa; font-size:14px; font-weight:normal; display:block;min-height: 50px; }

.compte p a { border:0; display:inline; padding:0; width:auto }
.compte a:hover { text-decoration:none; color:#fff; border: 1px solid var(--color1);  background:var(--color1) }
.compte a:hover span { text-decoration:none; color:#fff; }

.compte a:before {
    position: absolute;
    width: 100%;
    height: 50px;
	top:30px;
    left: 0;
    right: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 50px;
	color: var(--color1);
	font-weight: 600;
 }
.compte a:hover:before { color:#fff; }

.compte a.user:before { content:'\f007'; }
.compte a.addr:before { content:'\f3c5'; }
.compte a.password:before { content:'\f13e'; }

.compte a.achatsrapides:before { content:'\f218'; }

.compte a.commande:before { content:'\f07a'; }

.compte a.envie:before { content:'\f004'; }

.compte a.parrain:before { content:'\f06b'; }

.compte a.logout:before { content:'\f011'; }
.compte a.admin:before { content:'\f013'; }

.compte a.logout:hover:before, .compte a.admin:hover:before { color:#fff; }



.form-action a { color:#000; }

.my-account p.lost_password {
    float: left;
    line-height: 20px;
    margin: 10px 0 0 0;
}
.my-account label.inline {
    float: right;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 20px 0 0;
}
input#rememberme {
    margin-right: 3px;
    margin-top: 0;
    position: relative;
    top: 2px;
}
.my-account .actions-log {
  /*  float: right; */
}

.emballage bdi {
    margin:10px 0;
    font-weight: 600;
}
.limit_emballage {
    font-size: 12px;
    color: #666;
}

.actions-log input, .btn-third, .btn-cta {
    border: 0;
    background: var(--color1);
    color: #fff;

    padding: 10px 20px !important;
	transition: .3s;

    border: 1px solid #000;
    border-radius: 50px;
    background: transparent;
    color: #000;
    font-family: "Abhaya Libre";
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;

}
.actions-log input:hover, .btn-cta:hover {
	background: var(--color2);
	transition: .3s;
    color: #fff;
}

.banner-text--presentation.contact {
    padding-top:220px;
}

/* ---------------------------------------
21. Shoping-cart area
------------------------------------------*/
/*7.1 Shopping Cart Table
----------------------------------------------------------------------------------------------*/


.social a {

    font-size: 20px;
    margin: 0 10px;

}

.bar-title {
    text-align: center;
    position: relative;
	width: 100%;
}

.bar-title::after {
    content: "";
    width: 100%;
    border-top: 1px dashed var(--color1);
    position: absolute;
    left: 0;
    top: 50%;
}


.bar-title h3 {
		line-height: 1.5;
}
.bar-title hr {
	display:none;
}
.bar-title h3 span {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: var(--color1);
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
}


#Zone_Widget{
    margin: auto;
    display: inline-block;
	width:100%;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
table.cart-table {
    margin-bottom: 65px;
	width: 99.9%;
    background: #fff;
}

table.cart-table b {
    font-weight: 500;
}

.cart-table th {
    padding: 0 20px;
}

h4.cart-title {
    color: #000;
    margin-bottom: 34px;
    margin-top: 2px;
    text-transform: uppercase
}
.cart-table thead tr th {
    border: 1px solid var(--color1);
    border-collapse: collapse;
    color: #fff;
    font-size: 15px;
	background: var(--color1);
    font-weight: 300;
    height: 49px;
    text-align: center;
    vertical-align: middle
}
.cart-table tbody tr td {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    font-size: 12px;
    font-weight: normal;
    padding: 35px 48px;
	padding: 15px 20px;
	text-align: center;
	color: #647473
}

.cart-table tbody tr td h5{
	font-size:20px;
	font-weight:bold;
	color:#2E2E2E
}

.cart-table tbody tr td {
    padding: 25px
}

.cart-table tbody tr td span {
	color:#2E2E2E;
}

.cart-table tbody tr td i {
    font-size: 12px;
	font-weight: 400;
}
.cart-price, .cart-subtotal {
    color: #647473;
    font-size: 12px;
    font-weight: 400
}
.cart-table img.img-responsive {
    width: 133px;
}
.cart-table tbody tr td input[type=text] {
    background-color: #f0f0f0;
    border: medium none;
    color: #000;
    font-size: 15px;
    height: 39px;
    text-align: center;
    width: 82px
}

#Zone_Widget  input {

    font-size: inherit;
    height: auto;
}

.cart-table tbody tr td.actions-crt {
    padding: 30px 0
}
.cartPage-btn a{
	padding: 12px 100px
}
.cart-table .cartPage-btn a:hover{
	padding: 12px 100px;
	color: #c2a376;
}
.cartPage-btn {
    float: none;
}
.cartPage-btn li {
    display: inline-block;
    margin-right: 9px
}
.cartPage-btn li a.cbtn:hover, a.cbtn:hover {
    background: none repeat scroll 0 0 #000
}
.cart-area-start .cart-table tbody tr td{vertical-align: middle}

.cart-table h4 {
    color: var(--color1);
}



.actions-crt a, a.cbtn, , button.cbtn{
	padding: 10px 20px;
    background: var(--color1);
    color: #fff !important;
    transition: .3s;
}

.qtekdo {
    padding: 5px;
    text-align: center;
}

button.cbtn {
    border: 0;
    padding: 8px;
    margin: 0 10px;
}

.actions-crt a:hover{
	background: var(--color2);
	color: #fff !important;
	transition: .3s;
}
.shipping {

    /*
    padding: 20px 20px 10px;
	background: var(--color2);
    color:#fff;
     */
    padding:0;
}

.shipping ul {
    padding: 0;
}

.prodlike-tt {
    border-top: 1px solid #000;
}

.prodlike-tt h2 {
    text-align: center;
    padding:10px 0 20px 0;
}

.typex span {
    float: right;
}
.typex {
    cursor:pointer;
    border: 1px solid #fff;
    margin-bottom: 0px;
    padding: 5px;
}

.typex svg {
    /*fill:#fff;*/
    width: 20px;
}

.typex:hover {
    color: var(--color1);
    background-color: #fff;
}

.typex:hover svg {
    fill: var(--color1);
}

.shipping:last-child {
    margin-right: 0
}
.shipping.coupon h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
	/*color: #fff;*/
    font-style: italic;
    font-size: 20px;
}
.shipping.coupon > p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px
}
input.coupon-input, .selectOption input {
    background: none repeat scroll 0 0 #fefefe;
    border: medium none;
    display: block;
    font-size: 14px;
    /*margin-bottom: 29px;*/
    padding: 4px 6px 3px;
    width: 80%;
    float: left;
    border: 1px solid var(--color1);
}
.shipping button {
    background-color: #ffffff;
    border: medium none;
    color: #252525;
	border: 1px solid #d3d3d3;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 30px;
    /*margin-bottom: 53px; */
    text-align: center;
    text-transform: uppercase;
    width: 18%;
	float:right;
}
.shipping button:hover{
	color: #fff;
	border-color: #000;
	transition: .3s;
	background: #000
}
.shippingTitle > p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    margin-bottom: 0px
}
.shippingTitle {
    margin-bottom: 10px;
}
.shippingTitle span {
    color: #f00
}
.selectParent > select {
    background-color: #fefefe;
    border: medium none;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 26px;
    outline: medium none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    color:var(--color1);
    border: 1px solid #000

}
.cart-totals {
    /*background: #F6F1EB;*/
	border: 0px solid #ccc;
    padding:0;
}
.cart-totals li {
    color: #647473;
    color: #000;
    display: block;
}
.cart-totals li.cartSubT {
    font-size: 14px;
    margin-bottom: 10px;
	text-align: left;
}
.cart-totals li.cartSubT span{float:right}
.cart-totals li.cartSubT.total span{ font-size: 16px; }
.cart-totals li.cartGrandT {
    border-bottom: 1px solid #535353;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 32px
}
button.proceedbtn , a.proceedbtn {
    background: var(--color1);
	border:0;
    color: #fff;
    display: inline-block;
	font-size: 15px;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	padding: 0 10px;
	width: auto;
	text-transform: uppercase;
	font-weight: 400;

	font-size: 0.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	padding: .375rem .75rem;
	width: auto;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid transparent;

}

.coupon button.proceedbtn , .coupon a.proceedbtn {
    color:#fff!important;
}

input.custom-select {
	font-size: 15px;
    text-align: center;
    max-width: 75px;
    padding: 6px 6px;
margin: 20px 10px 20px 0;
}

.multiCheckout > a {
    color: var(--color1);
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
    text-decoration: underline
}
.cart-area-start .cart-table tbody tr td h6{
	margin: 0;
	font-weight: 400;
}
.cart-area-start .cart-table tbody tr td a{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #647473;
}
.cart-area-start .cart-table tbody tr td a:hover{color: #c2a376}
.cart-area-start {margin: 50px 0 50px;}

#header-banner.isimg {
	padding:150px 0;
	background-size:cover;
}

@media (max-width: 1024px) {
	.actus, .actus_ {
		margin-right: 0;
		margin-left: 0;
	}

	.rapideimg img {
		height:100px;
	}

	.rapidetxt {
		text-align:center;
		padding-left:0!important
	}
}

@media (max-width: 768px) {
	.popupcart {
		position:absolute; margin:auto; background:#fff; top:10%; left:50%; margin-left:-175px; width:350px; padding:10px; z-index:100000; color:#333; display: block; text-align:center
	}

    .specselect {
        font-size: 15px;
    }

	.shipping:first-child {
    width: 100%!important;
	}
	.shipping {
		float: inherit!important;
		width: 100%!important;
		margin-bottom:0px
	}

    button.proceedbtn, a.proceedbtn {
        padding: .375rem .50rem;
    }

	.lSSlideOuter.vertical {
		padding-right: 95px !important;
	}

	#header-banner.isimg {
		padding: 120px 0;
	}

	.rapideimg img {
		height:100px;
	}


}


@media (max-width: 576px) {

	a.abs {
		right: 0;
	}
	.order-last a.abs {
		left: 0;
	}

	.lSSlideOuter.vertical {
		padding-right: 80px !important;
	}

	#header-banner.isimg {
		padding:80px 0
	}

	.rapideimg img {
		height:100px;
	}

}



/* ajout cat */

.points .ligneprod .lignedecli:last-child {
    border: 0!important;
}

.points .table thead th {
    vertical-align: middle;
}

.points .btnrapide {
    width: auto;
}

.points .blackinput, .points .pinkinput {
    background: #000;
    color: #fff;
    border: 0;
    width: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 100px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.points .pinkinput {
    background: var(--color1);
}

.points .infos-cd-table {
    flex-direction: row;
}

.points h4 {
    font-size: 16px;
    line-height: 19px;
}

.points bdi {
    color: #E6007E;
    font-size: 16px !important;
    font-weight: 500;
}

.points .add-cat {
    margin-top: 30px;
    display: none;
}

.points .add-cat span {
    padding: 14px 25px;
    cursor: pointer;
}


.points .add-cat2 form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.points .add-cat2 {
    margin-top: 30px;
    display: none;
    flex-wrap: wrap;
}


#catg {
    width: 100%;
}

.points .add-cat2 select, .points .add-cat2 button---, .points .add-cat2 span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 10px;
    /* identical to box height, or 77% */

    letter-spacing: 0.1em;
    text-transform: uppercase;

    border-radius:50px;

    /* Orange */
    font-family: 'Dosis', sans-serif;
    color: #000;
    border: 2px solid #000;
    padding: 9px 19px;
    outline: none;
    background-color: transparent;
    min-height: 40px;
    display: inline-block;
    align-items: center;
}

.points .show-cat {
    display: block;
}

.points .add-cat2 button---,
.points .add-cat2 span {
    margin-top: 15px;
}

.points .add-cat2 select::after {
    content: '';
    right: 15px;
}

#content {
    padding: 140px 0 45px;
}

.gx-contact i.fa {
    background: var(--color1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}


.datepicker {
    font-size: 13px !important;
}

.blogart h3{
color: var(--color1);
font-family: inherit;
\*: font-size: 13px;
font-size: 22px;
margin: 10px 0;
}

.pagination .page-link {
    color: #000;
    border: 0;
    border-radius: 0 !important;
    border: 1px solid #ddd;
    margin: 0 10px;
}
.pagination .page-link.page-current {
    background: #000;
    color: #fff;
}



.staticbloc section { padding: 0; }
.staticpage section { padding: 0; }


.staticpage h2 {
    font-size: 45px;
    /*margin-bottom: 0;*/
    line-height: 65%;
}

.bloc4 .txt {
    margin-top:10px;
}

.staticbloc .desc_section {
    margin-bottom: 20px;
}


.address {
    /*background: var(--color2);
    color: #ffffff;*/
    padding: 17px 20px 27.3px !important;
    line-height: 154%;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    margin: 20px 10px;
    border: 1px solid var(--color1);
    line-height: 25px;
}

.addr_name  {
    font-size: 20px;
    line-height: 35px;
    position: absolute;
    opacity: 0.3;
    right: 10px;
    top: 0px;
    text-align: right;

}

.actionaddr {
    position: absolute;
    width: auto;
    right: 5px;
    bottom: 5px;
}

.actionaddr a {
    background: #000;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
}
