/*
 Theme Name:   Myver
 Description:  Woodmart Child Theme + Gestion des reprises et lien EBP
 Author:       Procomag
 Author URI:   
 Template:     woodmart
 Version:      1.0.1
 Text Domain:  woodmart
 
 "poppins bold", Sans-serif;
--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
var(--wd-text-font): "Montserrat", Arial, Helvetica, sans-serif;
*/
.woo-variation-swatches ul.variable-items-wrapper {
	margin: 0 -4px;
}
.woocommerce-variation-price:not(:empty) + div.woocommerce-variation-availability {
	margin-left:0;
}
p#bis_form_title {margin-bottom:0;}
.outofstock_success_msg {color:green; margin:5px 0; font-weight:bold;}
.outofstock_error_msg {color:red; margin:5px 0; font-weight:bold;}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item {
   width: calc(50% - 8px);
}
.woo-variation-swatches .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item {
	text-align:left;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item:not(.radio-variable-item) {
	box-shadow:none;
	border:1px solid #ccc;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item .variable-item-contents {
	align-items: flex-start;
	font-weight:400;
}
.woo-variation-swatches ul.variable-items-wrapper[data-attribute_name="attribute_pa_condition"]  .variable-item:not(.radio-variable-item) {	
	padding:23px 12px;	border-radius: 5px;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) .variable-item-contents {
  font-weight: bold;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item.no-stock:not(.radio-variable-item) {
	background-color:#F6F6F6;
	border-color:#F6F6F6;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item:not(.radio-variable-item).no-stock span {
  opacity: .7;
}
.varprice {font-size:0.8em;}
.varprice.vendu {visibility: hidden;}
.varprice.vendu::before{visibility: visible; content:'Déjà vendu';}
table.variations tr select {
  max-width: 100%;
}
.single_variation.backin .woocommerce-variation-price, .single_variation.back .woocommerce-variation-availability {
  display: block;
}
div.woocommerce-product-details__short-description {display:none;}
.woocommerce-variation-availability {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
}
.backin .woocommerce-variation-availability {
  transition: opacity 1s ease-out;
  opacity: 1;
  height: auto;
}
.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled button{
	/*display:none;*/
	background-color:#bbb;
}
input#backinstock_button {
	text-transform:none;
}
.single-product table.variations label::after {  content: "";}
.single-product table.variations th.label {	padding-bottom:5px;}
.single-product table.variations tr {  display: flex;  flex-direction: column;}
.single-product p.price {font-size:18px!important;}
.single-product p.price .amount {font-size: 30px; padding-left: 6px;}
/*.price del::after {  content: " neuf ";  padding-right: 10px;}*/
select#pa_variation-taille, select#pa_variation-taille option {
	-webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
	width:100%!important;
}

.demande-container {
	background:linear-gradient(to right, #F1F0F0 45%, #fff 45%) bottom;
	left: calc(-50vw + 50%);
	width: 100vw;
	position: relative;
}
.demande-container, #listedemandes, #listebrouillons {	
	font-weight: 400;
}
.demande {
	display: flex; column-gap: 3%; row-gap:12px; flex-wrap: wrap;
	max-width: var(--wd-container-w); margin:auto;
}
.panier {
	display:block; max-width: var(--wd-container-w); margin:auto;
}
.panier.vide {
	display:none;
}
.panier.borne {
	display:none!important;
}
.demande .recap {
	width:44%;
	padding:30px;
	min-height: 70vh;
}
.panier {
	width:100%;
	background:transparent;
	padding: 30px;
}
.panier .inside {
	display:table;
	border-collapse: collapse;
	border-bottom:2px solid #eee;
}
.panier .bordure {
	background:white;	border: 2px solid #eee; border-radius:30px;
 	padding:20px;	text-align: right; 
	display: flex;	flex-direction: column; align-items: end;
}
.paniertotal {
  font-size: 20px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 2px;
  padding-right: 36px;
}
.paniertotal .montant {
  margin-left: 15px;
  display:inline-block;
}
.resumedemande .detailsdemande .removeligne,
.resumedemande .detailsdemande .prixtotal {
  display: none;
}
.recap .produit, .panier .produit  {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 30px;
  padding:20px;
  margin-bottom:20px;
}
.panier .produit  {
  display:table-row;
}
.panier .produit.entete {
  border-bottom:2px solid #eee;
  margin-bottom:5px;
}
.recap .produit span:not(:last-child) {
  padding: 5px 0 20px;
  text-align: right;
  border-bottom: 2px solid #F1F0F0;
  padding-left:36%;
}
.panier .produit span {
	text-align:left;
}
.panier .produit span, .panier .produit a {
	display:table-cell;
	padding: 4px 8px;
	font-size: 0.9em;
	color: black;
}
.panier .produit:last-child span {
	padding-bottom:9px;
}
.recap .produit span label {
  position:relative;
  left:-53%; top:17px;
  text-align:left;
  max-width: 35%;
}
.recap .produit span.prix {
  padding: 30px 10px;
  text-align: right;
  border-bottom: 0px solid black;
  font-size:1.5em;
}
.recap .produit span.prix label {
  left:10px; top:37px;
  text-align:left;
}
.recap a.remove {display:none;}
.panier .entete span label {
  font-weight: 700;
}
.panier .produit {
  background: white;
  border-radius: 30px;
  padding:20px;
}
.panier .produit span {
	border:0;
	line-height: 1.1;
}
.panier .produit:nth-child(2) span {
  padding-top: 10px;
}
.panier .produit:not(.entete) span label {
	display:none;
}
.panier .produit span.prix {
  text-align: right;
  display:flex;
  justify-content:right;
  font-style: italic;
}
.panier .produit span.prix label {
	left:inherit; top:inherit; 
	padding-bottom: 7px;
	font-style: initial;
}
.produit span:last-child {
  vertical-align: middle;
  padding: 0px 3px 0px !important;
}
.panier .boutons, .detailsdemande .actions {
  display: flex;
  flex-direction: row-reverse; 
  align-items: end;
  gap: 10px;
  padding-right: 36px;
  justify-content:right;
}
.detailsdemande .actions {
	padding-right:0;
}
.demande .formulaire {
	width:53%;
	padding: 20px;
}
.acf-repeater > table.acf-table,
.acf-repeater.-block > table.acf-table > tbody > tr > td {
  border: #ccd0d4 solid 0px;
  background:transparent;
}
.demande tr.acf-row td.acf-fields {
  text-align: center;
  border: none;
}
.demande .acf-radio-list {
  text-align: left;
}
ul.acf-radio-list li input[type="checkbox"], ul.acf-radio-list li input[type="radio"], ul.acf-checkbox-list li input[type="checkbox"], ul.acf-checkbox-list li input[type="radio"] {
	accent-color: #C8963E;
}
.demande ul.acf-radio-list li {
	font-size: 15px;
	margin: 20px 0
}
ul.acf-radio-list li label {
  display: inline-block; width:100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor:pointer;
}
ul.acf-radio-list li label.selected {
  background:#F1F0F0;
  transition:all 0.5s ease-in-out;
}
.acf-repeater .acf-row-handle.remove {
  background: #FFF;
  padding: 0;
  width: 0;
}
.demande .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon, 
.demande .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon,
.demande .acf-required {
  display: none;
}
.acf-fields > .acf-field {
  padding: 15px 0 8px;
  border-top-width: 0px;
}
.acf-fields > .acf-field.acf-field-65538eedee340 {
	padding-right:15px;
}
.acf-fields > .acf-field.acf-field-65538f20ee341 {
	padding-left:15px;
}
.acf-field[data-width] + .acf-field[data-width] {
  border-left: 2px solid #F1F0F0;
}

.acf-field .acf-label {
  margin: 0 0 16px;
}
.acf-field .acf-label label {  
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  text-align: left;
  font-size: 1em;
}
.acf-field.acf-field-repeater > .acf-label > label {  
	text-align:center;
}
.acf-field-radio.acf-field-65538f63ee342 label {
  font-weight: bold;
}
.acf-field-radio.acf-field-65538f63ee342 label .desc {
  font-weight: normal;
}
.back2, .back3 {
  font-size: 12px;
  display: inline;
  position: absolute;
  top: 10px;
  left: 0;
  cursor:pointer;
}
.back2::before, .back3::before {
  content: '←';
  padding-right: 10px;
  font-size: 20px;
  padding-top: 4px;
}
.acf-input select {
  background-color: #F1F0F0;
  border-radius: 30px;
  border: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  padding: 10px 30px 10px 30px !important;
  text-align: left;
}
.form-style-underlined .acf-input select {
  background-position: right 10px top 50%;
}
#demande-reprise .acf-field .acf-input:not[type=radio] {
  vertical-align: top;
  text-align: center;
}
.acf-field-repeater > .acf-label,
.recap h3, .panier h3 {
  font-size: 1.8em;
  text-align:center;
  font-family: var(--wd-title-font);
  font-weight:bold;
}
.acf-field-repeater > .acf-label {
	background:linear-gradient(to right, #555 33%, #ddd 33%) bottom;
	background-repeat: no-repeat;
	background-size:100% 2px;
	padding-bottom:10px;
}
.acf-field-repeater > .acf-label.border2 {
	background:linear-gradient(to right, #555 66%, #ddd 66%) bottom;	
	background-repeat: no-repeat;
	background-size:100% 2px;
}
.acf-field-repeater > .acf-label.border3 {
	background:linear-gradient(to right, #555 100%, #ddd 100%) bottom;	
	background-repeat: no-repeat;
	background-size:100% 2px;
}

.acf-field[data-name="complet"], .acf-field[data-name="montant"]{
  display: none;
}

.loading {
    background: var(--wpr-bg-2f9204f7-7dc2-4a79-87b2-e88fe07de9e5) no-repeat;
    background-size: 24px;
}
span.loading {
	background-position:0 0;
}
.acf-field.myver-hidden {
	display:none!important;
}
.invisible {
	visibility: hidden;
}
.messageenvoiko, .messagedepot {
	font-style: italic;
	padding: 8px 36px 10px;
	font-size: 0.8em;
	width:370px;
	text-align:left;
}
.messageenvoiko:has( + .messagedepot) { 
	padding-bottom:0;
}
.messageenvoiko + .messagedepot {
  padding-top: 0;
}
.messageenvoiko { 
	display:none;
}
.savoir {
	font-size:0.9em;
	margin-bottom: 0;
}
.demande .envoyer, .demande .connexion {
	font-style: italic;
	padding: 10px 0px 0px;
	font-size: 0.9em;
}
.demande-container .button.elementor-button, .demande-container  input[type="submit"],
 #listedemandes .actions .button,  #listebrouillons .actions .button, #confirmBox .button{
  width:190px;
  padding: 7px 5px !important;
  min-height: 0;
  text-transform: unset;
  font-weight: normal;
  font-family:var(--wd-title-font);
  border-radius: 10px 10px 10px 0px;
  transition: all 0.2s ease-in-out;
}
#confirmBox .button.vert {
	background: #3C493F ;
}
#confirmBox .button.golden, .etape3contenu a.button.golden {
	background:rgb(200, 150, 62)!important;
}
#confirmBox .button.vert:hover, #confirmBox .button.golden:hover, .etape3contenu a.button.golden:hover {
  filter: brightness(1.2);
}
#confirmBox .button.big, .etape3contenu a.button.big {
	font-size:15px;
	font-weight: bold;
    width: 260px;
	margin: 0 15px 10px 15px;
}
#confirmBox .button.big.withmargin {
	margin:0 10px 10px;
}
#confirmBox .button.big:not(.withmargin):not(:first-child) {
	margin-left: 1px;
}
#panierdemande .bordure .boutons .button {
  padding: 7px 40px !important;
  width: 297px;;
}
#listedemandes .actions .button, #listebrouillons .actions .button {
	border-radius: 14px 14px 14px 0px;
}
#listebrouillons .actions .button {
	margin: 1px 0 0;
}
.actions a.button {
	background-color: #3C493F;
	color: #FFFFFF;
}
.actions a.button.faq {
	background-color: #727D70;	
}
.actions a.button.wallet, a.button.modifier {
	background-color: #C8963E;	
}
.actions a.button.erreurcolis, .actions a.button.reconfirmer {
	background-color: #C8963E; /*FF3131;*/
}
.actions a.button.devis, .actions a.button.depot, a.button.annuler {
	background-color: #D9D9D9;	
	color:black;
}
.button.gris {
	background-color: #D9D9D9!important;	
	color:black;
}
.button.acf-repeater-add-row {
	background-color:#C8963E!important;
	font-weight: bold !important;
}
.demande .button.connecter,  .demande-container input[type="submit"] {
	background-color:#3C493F!important;
}
.demande-container .button.inactif, .demande-container .button.inactif:hover {
	background:#545454;
	color:#F1F0F0;
}
.button.etape2, .button.etape3 {
  margin-top: 30px;
  background-color: #3C493F !important;
}
.demande-container .button.elementor-button:hover, .demande-container  input[type="submit"]:hover,
 #listedemandes .actions .button:hover,  #listebrouillons .actions .button:hover, #confirmBox .button:hover{
	filter: brightness(1.2);
 }
 #confirmBox .button.gris:hover{
	filter: brightness(1.1)!important;
 }
#listedemandes div.info, #listebrouillons div.info {
	padding:30px;
	margin:20px auto;
    text-align:center;
}
.etape3contenu {
  text-align: center;
  padding: 20px 0;
}
.etape3contenu h3 {
  font-weight: bold;
  font-size: 1.25rem;
}
.etape3contenu .prix {
  font-size: 2rem;
  font-weight: bold;
}
.etape3contenu .prix.prixconverti {
  font-size: 2.9em;
}
.etape3contenu .total {
  font-size: 1.1rem;
  max-width: 330px;
  margin: 0 auto;
}
.button.drafting {
  margin-left: 20px;
  background-color:#D9D9D9!important;
  color:black!important;
}
.button.drafting:hover {
	filter: brightness(1.1)!important;
}

.demande .acf-form-submit {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.demande .acf-actions {
  text-align: center;
}
.demande .acf-repeater .acf-actions .acf-button {
  float: none;
}
.onglets {
	font-weight:bold;
	font-size: 1.25em;
	border-bottom:1px solid #d9d9d9;
	padding-bottom: 6px;
}
.onglets a {
	margin-right:0;
	cursor: pointer;
	width: 48%; padding: 0 20px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #d9d9d9;
}
.onglets a:hover, .onglets a:not(.active):hover {
	color:#C8963E;
}
.onglets a:not(.active) {
	color:black;
}
.onglets a:last-child {
	border:none;
}
h3 .datelimite {
  font-weight: normal;
  font-size: 12px;
  padding-left: 20px;
}
h3 .limite {
  font-weight: normal;
  font-size: 10px; font-style:italic;
  padding-left: 9px;
}
.lignedemande {
  background: #F1F0F0;
  border-radius: 20px;
  padding: 15px;
  margin: 30px auto;
  position:relative;
}
.lignedemande .statut {
	display:inline-block;
	background:#727D70;
	padding:2px 5px;
	color:white;
	font-family: var(--wd-text-font);
	font-size: 12px;
	font-weight: normal;
	border-radius: 5px;
	margin-left: 20px;
}
.lignedemande .statut.invalide {
	background:#C8963E;
}
.lignedemande .statut.erreurcolis,
.lignedemande .statut.annulation {
	background:#FF3131;
}
.lignedemande .statut.valide,
.lignedemande .statut.accepte {
	background:#C8963E;
}
.cols2 {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.steps > span {
	display:inline-grid;
	position:relative;
	margin-left: 13px;
	width: 91px;
	justify-content: center;
	font-size: 12px;
}
.steps > span::before {
	content:'•';
	color:#fff;
	position:absolute;
	font-size:70px;
	top: -50px;
	line-height: 1;
	left: 38%;
}
.steps > span.active,
.steps > span.active::before {
	color:#3C493F;
}
.steps > span.erreur,
.steps > span.erreur::before {
	color: #C8963E;
}
.steps > span.erreur {
  font-weight: bold;
}
.steps > span.erreur::before {
	font-weight:normal;
}
.steps span.comment {
  top: -50px;
  font-style: italic;
}
.steps > span.comment::before {
	content:'';
}
.steps .limite {
  font-size: 10px;
}
.lignedemande .infos {
  font-size: 13px;
  line-height: 1.4;
}
.cols2 .actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
a.faq {
  position: absolute;
  top: 14px;
  right: 19px;
  text-align: right;
}
a.details {
	display:block;
	width:100%;
	border-top:1px solid #D9D9D9;
	padding: 10px 15px;
	margin: 0 -15px;
	width: calc(100% + 30px);
	color:black;
}
#listebrouillons a.details, #listedemandes .detailsdemande a.details {
	display:none;
}
details {
  background-color: rgba(var(--bgcolor-black-rgb), 0.06);
  padding: 10px;
  position:relative;
}
details[open] summary {
  border-bottom: 1px solid #555;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
details table#transactions_table tbody tr {
	background:transparent!important;
}
a.details::after, details::after {
  content: "˅";
  position: absolute;
  right: 20px;
  font-size: 25px;
  font-weight: 100;
  line-height: 1;
  transform: scale(1, 0.5);
}
details::after {
	top:11px;
}
a.details.open::after, details[open]::after {
  content: "˄";
}
.detailsdemande th {
  text-transform: none;
  font-size: 13px;
  font-weight: bold;
  font-family: var(--wd-text-font);
  padding: 10px 5px;
  vertical-align: bottom;
}
.detailsdemande td {
  font-size: 12px;
  padding: 5px 5px;
  border-bottom:none;
}
.detailsdemande td label{
  display:none;
}
.detailsdemande tr:last-child td {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}
.detailsdemande td:nth-child(6), .detailsdemande th:nth-child(6) {
  text-align: right;
}
.detailsdemande .actions {
	text-align:right;
}
.detailsdemande .actions a {margin:5px;}
.detailsdemande .actions a.confirmer {
	background-color:#3C493F;
}
.prixtotal {
  font-weight: bold;
  font-size: 22px;
  text-align: right;
  margin-bottom: 5px;
}
.bar {
	background:linear-gradient(to right, #3C493F 12%, #fff 12%, #fff 91%, transparent 91%) center no-repeat;
	background-size:100% 2px;
	padding-bottom:16px;
}
.bar.statut-expedition, .bar.statut-annulation {
	background:linear-gradient(to right, #3C493F 32%, #fff 32%, #fff 91%, transparent 91%) center no-repeat;;
	background-size:100% 2px;
}
.bar.statut-livraison {
	background:linear-gradient(to right, #3C493F 50%, #fff 52%, #fff 90%, transparent 91%) center no-repeat;;
	background-size:100% 2px;
}
.bar.statut-invalide {
	background:linear-gradient(to right, #3C493F 72%, #fff 72%, #fff 91%, transparent 91%) center no-repeat;;
	background-size:100% 2px;
}
.bar.statut-valide, .bar.statut-accepte {
	background:linear-gradient(to right, #3C493F 91%, #fff 91%, #fff 91%, transparent 91%) center no-repeat;;
	background-size:100% 2px;
}
.removeligne, .panier a.remove, .panier a.removeligne{
  cursor: pointer;
  background: var(--wpr-bg-ecc89c9d-4745-44aa-9998-fd3ff3b9a765) no-repeat center; background-size:24px 24px;
  padding:0!important;
  height: 24px;
  width: 24px;
}
.detailsdemande .removeligne {
	display:inline-block;
	background: var(--wpr-bg-61286f9a-cf5b-41d8-8425-b1a199b0289c) no-repeat center;
}
.detailsdemande tr td:not(:first-child) {
	color:#C8963E;
}
.detailsdemande tr.ok td:not(:first-child) {
	color:#727D70;
}
.detailsdemande tr.conforme td:not(:first-child) {
  color: #727D70; /*#C8963E;*/
}
.detailsdemande tr td {font-weight:bold;}
.detailsdemande tr td:first-child span {
	background:#727D70; color:white; 
	padding:2px 5px; border-radius:5px;width: 66px;
	display: inline-block;  text-align: center;
	margin-left:5px;
}
.detailsdemande tr td:first-child span.Revalu {background:#C8963E;}
.detailsdemande tr td:first-child span.Refus {background:#ff3131;}
.oldprix {
  text-decoration: line-through;
  padding-right: 10px;
  color:#CDCFCD;
}
.detailsdemande tr.annulation td:not(:first-child) {
  color:#ff3131; /*#CDCFCD;*/
}
.detailsdemande tr.annulation td:nth-child(6) {
  text-decoration: line-through;
}
.panier a.remove,  .panier a.removeligne {
	display: table-cell;
	padding: 3px 9px;
}
.acf-radio-list label .desc {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.demande form .envoyer {
	display:none;
}
.demande h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.lignedemande h3 {
  font-size: 15px;
  font-weight: bold;
  font-family: var(--wd-text-font);
}
#listebrouillons .lignedemande h3 {
  font-size: 18px;
  font-family: var(--wd-title-font);
}

#confirmOverlay{
    width:100%;    height:100%;
    position:fixed;    top:0;    left:0;
    background: -moz-linear-gradient(rgba(11,11,11,0.4), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.4)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
}
#confirmBox{
    padding: 10px 30px;
	width: clamp(300px, 825px, 90%); 
	background:white;
    position:fixed;    left:0;    top:0;
    transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    border: 1px solid rgba(33, 33, 33, 0.6);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	text-align:center;
	border-radius: 30px;
}
#confirmBox h1, #confirmBox p{
    padding: 18px 25px; margin:0;
    font-weight: 400;
	color: black;
}
#confirmBox p{
    font-size:16px;
    line-height:1.4;
    padding-top: 5px;
}
#confirmButtons{
    padding:15px 0 25px;
}
#confirmBox .button{
    display:inline-block;   
    margin-right: 30px;
}
#confirmBox .button:last-child{ margin-right:0;}

.attention {
  background: white;
  border: 1px solid #C8963E;
  padding: 9px 10px;
  border-radius: 10px;
  color: black;
  margin: 30px auto;
  max-width: clamp(280px, 750px, 80%);
}
div.inter {height:20px;}
.attention a {
	color:#C8963E;
	font-weight:normal;
}
.attention a:hover {
	color:#D9D9D9;
}
.boutonenvoi {
	display:none;
}
@media (max-width:1100px) {
	.steps {
		background: linear-gradient(to bottom, #3C493F 91%, #fff 91%, #fff 91%, transparent 91%) 20px no-repeat;
		background-size: auto;
		background-size: 2px 100%;
		width: clamp(280px, 100%, 400px);
		margin: 0 auto;
	}
	.bar {display:none;}
	.steps.statut-expedition, .steps.statut-annulation, .steps.statut-erreurcolis {
		background:linear-gradient(to bottom, #3C493F 32%, #fff 32%, #fff 91%, transparent 91%) 20px no-repeat;	
		background-size: 2px 100%;
	}
	.steps.statut-livraison {
		background:linear-gradient(to bottom, #3C493F 50%, #fff 52%, #fff 90%, transparent 91%) 20px no-repeat;
		background-size: 2px 100%;
	}
	.steps.statut-invalide {
		background:linear-gradient(to bottom, #3C493F 72%, #fff 72%, #fff 91%, transparent 91%) 20px no-repeat;
		background-size: 2px 100%;
	}
	.steps.statut-valide, .steps.statut-accepte {
		background:linear-gradient(to bottom, #3C493F 91%, #fff 91%, #fff 91%, transparent 91%) 20px no-repeat;
		background-size: 2px 100%;
	}
	.steps > span {
		margin-left: 43px;
		width: 100%;
		justify-content: left;
		margin-bottom: 10px;
	}
	.steps > span::before {
		top: -31px;
		left: -32px;
	}
	.steps .statutdate {
		display: block;
		position: absolute;
		right: 52px;
	}
	.steps .limite {
		position: absolute;
		right: 124px;
		top: 3px;
	}
	.steps span.comment {
		top: inherit;
	}
}
@media (max-width:920px) {
	.cols2 {
		margin-bottom: 20px;
		flex-direction: column;
	}
	#listedemandes .actions .button, #listebrouillons .actions .button {
		width: clamp(280px, 100%, 380px);
		padding: 14px 5px !important;
		font-size: 20px;
		margin-bottom: 10px;
		margin: 0 auto 10px;
	}
	.prixtotal {
		text-align:center;
		margin:20px;
	}
}
.mobile {display:none!important;}
@media (max-width:768px) {
	.mobileshow {
		display:block!important;
	}
	.mobile {display:inline-block!important;}
	.desktop {display:none;}
	.acf-label.border3,
	.panier .produit.entete	{
		display:none;
	}
	.demande-container .button.elementor-button, .demande-container input[type="submit"], #listedemandes .actions .button, #listebrouillons .actions .button, #confirmBox .button {
		border-radius: 20px 20px 20px 0px;
	}
	.demande .recap {
		display:none;
		width: 100%;
		background: white;
		padding: 20px 10px;
	}
	.recap .produit {
		background: #F1F0F0;
		height: 580px;
	}
	.recap .produit span:not(:last-child),
	.panier .produit span:not(:last-child)	{
		padding: 0px 0 7px 36%;
		border-bottom: 1px solid #000;
		text-align:right;
	}
	.recap.mobileshow + .formulaire {
		margin-top: -290px;
	}
	.panier .boutons {
		flex-direction: column-reverse; align-items: end;
	}
	div.wps_wcb_wallet_balance_container.conversion {
		max-width: calc(100% + 20px);
		margin-left: -10px;
		border-radius: 0 0 10px 10px;
		width: calc(100% + 20px);
	}
	.demande h4 {
		padding-top: 30px;
	}
	.demande-container .button.elementor-button, .demande-container input[type="submit"], #confirmBox .button {
		width: 100%!important;
		padding: 14px 5px !important;
		font-size:20px!important;
		margin-bottom: 10px;
	}
	#confirmBox .button.big.withmargin {
		margin: 0 0px 10px;
	}
	.panier {
		background: #F1F0F0;
	}
	.panier .bordure {
		background: transparent;
		padding: 20px 0px;
		align-items: center;
	}
	.panier .inside {
		width: clamp(300px, 450px, 95%);
	}
	.panier .produit {
		display: flex;
		flex-direction: column;
	}
	.panier .produit:not(.entete) span label {
		left: -56%;
	}
	.panier .produit:not(.entete) span label,
	.detailsdemande td label {
		display: block;
		position: relative;		
		top: 14px;
		max-width: 35%;
		text-align: left;
	}
	.panier .produit:not(.entete) span label {
		top:9px;
	}
	.panier .produit span.prix,
	.detailsdemande td:last-child {
		display: block;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		border:none;
	}
	.detailsdemande tr td:first-child span {
		width: auto;
	}
	.panier .produit:not(.entete) span.prix label,
		.detailsdemande td:last-child label {
		font-size: 15px;
		max-width: 67%;
		font-weight: bold;
		top:23px;
	}
	.panier .produit span:last-child {
		text-align:right;
	}
	.panier a.remove, .panier a.removeligne {
		display: inline-block;
		min-height: 24px;
	}
	.paniertotal {
		font-size: 30px;
		padding-right: 0;
		text-align: center;
	}
	.messageenvoiko, .messagedepot {
		padding: 0 0px 15px;
		text-align: center;
		max-width: 100%;
	}
	.panier .boutons, .detailsdemande .actions {
		padding-right: 0;
	}
	.panier .boutons {
		align-items: normal;
	}
	#panierdemande .bordure .boutons .button {
		width:370px;		
	}
	.button.drafting {
		margin-left: 0;
	}
	.demande .formulaire {
		width:100%;
	}
	.demande-container {
		background:white;
	}
	.back2, .back3 {
		top: 9px;  left: -18px;
		max-width: 100px;
	}
	.back2::before, .back3::before {
		top:-25px;
		position:absolute;
	}
	.boutonenvoi {
		display:none;
		position:fixed;
		bottom:30px;
		right:30px;
		font-size:30px;
		border-radius:50px;
		box-shadow:1px 1px 5px 5px #d9d9d9;
	}
	#listedemandes, #listebrouillons {
		margin: 0 -35px;
		padding: 0 20px;
		width: calc(100% + 70px);
	}
	.lignedemande {
		border-radius: 0;
		margin: 10px auto 60px;
	}
	.lignedemande h3 {
		font-size: 19px;
	}
	a.faq {   /*  bottom: 62px;     top: auto;  */}
	.detailsdemande {
		margin-top: 20px;
	}
	.detailsdemande thead {
		display:none;
	}
	.detailsdemande tr {
		display: flex;
		flex-direction: column;
		width: 100%;
		flex-wrap: wrap;
		background: white;
		border-radius: 30px;
		padding:13px 20px 0px;
		margin-bottom:20px;
	}
	.detailsdemande td, .detailsdemande tr:last-child td {
		display:block;
		width:100%;
		text-align:right;
		padding: 0px 0 10px 30%;
		font-size: 14px;
		border-bottom: 1px solid black;
	}
	.detailsdemande td:first-child, .detailsdemande tr:last-child td:first-child,
	.detailsdemande td:nth-child(6), .detailsdemande tr:last-child td:nth-child(6)  {
		font-weight:bold;
		border-bottom: none!important;
		font-size: 20px;
	}
	.detailsdemande td:nth-child(6) label {
		font-weight:bold;
		max-width: 67%;
		font-size: 14px;
		top:21px;
	}
	.oldprix {
		text-decoration: line-through solid black 3px;
		color: gray;
	}
	.detailsdemande td label {
		left:-39%;
	}
	.detailsdemande tr td:last-child {
		border-bottom: none;
	}
	tr.conforme td, tr.conforme td label, tr.conforme td, tr.conforme td label, tr.nonconforme td, tr.nonconforme td label {
		/*color: #C8963E;*/
	}
	.detailsdemande tr.nonconforme td:not(:first-child) {
		color:#727D70;
	}
	.detailsdemande tr.nonconforme.annulation {
		background: #d9d9d9;
		color:#777;
	}
	tr.annulation td, tr.annulation td label {
		color: #777 !important;
		border-bottom-color: #999;
	}
	.nonconforme .removeligne::before {
		content: "Refuser la nouvelle offre";
		position: absolute;
		margin-left: -188px;
		font-size: 13px;
		padding-right: 30px;
		margin-top: -24px;
	}
	.detailsdemande .removeligne {
		background: var(--wpr-bg-75295742-114b-49e5-baaf-5a99cc028d0d) no-repeat center;
		padding-top: 30px !important;
		height: 24px;
		width: 24px;
	}
	.lignedemande h3 {
       display: flex;
		flex-direction: column;
	}
	.lignedemande h3 span {
		margin: 10px 0 0;
		width: fit-content;
	}
	.lignedemande h3 span:not(.statut) {
		padding:0;
	}
	.lignedemande h3 span.limite {
		margin-top:2px;
	}
	.lignedemande .statut {
		margin-left:0;
	}
	#listebrouillons a.details {
		display:block;
	}
	#listebrouillons table {
		display:none;
	}
}
@media (max-width:450px) {	
	.lignedemande .statut {
		margin: 10px 0 0;
		width: fit-content;
	}
	
	.detailsdemande .actions {
		flex-direction: column-reverse;
	}
	
}
.wps_wcb_main_tabs_template h2 {
	font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto;
}
h2 .small {
  font-size: 14px;
}
.wps_wcb_wallet_balance_container {
	background:#3C493F;
	margin-bottom:30px;
	text-align:center;
	padding: 20px 20px 0px;
}
.wps_wcb_wallet_balance_container.conversion {
  color: white!important;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  border-radius: 10px;
  background: #727d71;
} 
.wps_wcb_wallet_balance_container.conversion .entetecontainer {
  font-weight: bold;
}
.wps_wcb_wallet_balance_container img {
  height: 80px; width: auto;
  object-fit: contain;
}
.wps_wcb_wallet_balance_container.marque{
	background:rgba(var(--bgcolor-black-rgb), 0.06);
	color:black;
}
.wps_wcb_wallet_balance_container h3 {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: var(--wd-text-font);
}  
.wps_wcb_wallet_balance_container:not(.marque) h3 {
  color: white;
}
.wps_wcb_wallet_balance_container.marque .woocommerce-Price-amount,
.wps_wcb_wallet_balance_container.marque h4 {
	color:black;
}
.wps_wcb_wallet_balance_container details {
	background-color:transparent;
  text-align: left;
  border-top: 1px solid gray;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.wps_wcb_wallet_balance_container.conversion details {
	margin-top:6px;
	padding-top: 5px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 0.9em;
}
.conversion details::after {
  top: 4px;
}
.wps_wcb_wallet_balance_container:not(.marque) details {
	color: white;
	  border-top-color: white;
}
.wps_wcb_wallet_balance_container details[open] summary {
  border-bottom: 0px solid #555;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.wps_wcb_wallet_balance_container details:hover {
  box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.1);
}
.wps_wcb_wallet_balance_container.marque details:hover {
  box-shadow: inset 0 0 0 10em rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 350px) {
	.wps_wcb_wallet_balance_container .entetecontainer {
		display:flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 30px;
		gap:20px;
	}
	.wps_wcb_wallet_balance_container.conversion .entetecontainer {
		padding-right: 0px;
	}
	.wps_wcb_wallet_balance_container .titrecontainer {
		text-align: left;
	}	
}
.wps_wcb_content_template ul.tabs li.wallet_transactions {
	background:#3C493F;
}
.wps_wcb_content_template ul.tabs li.wallet_transactions:hover,
.wps_wcb_content_template ul.tabs li.wallet_transactions.active  {
	background:#6D776F;
}
.wps_wcb_content_template ul.tabs li.myver_conversion {
	background:rgba(var(--bgcolor-black-rgb), 0.06);
}
.wps_wcb_content_template ul.tabs li.myver_conversion:hover,
.wps_wcb_content_template ul.tabs li.myver_conversion.active  {
	background:#F4F4F4;
}
.wps_wcb_content_template ul.tabs li.wallet_withdrawal {
	background:#727D71;
}
.wps_wcb_content_template ul.tabs li.wallet_withdrawal:hover,
.wps_wcb_content_template ul.tabs li.wallet_withdrawal.active  {
	background:#959E94;
}
img.wps_wallet_conversion_tab, img.wps_wallet_transactions_tab,  img.wps_wallet_withdrawal_tab {
  height: 92px;
  max-height: 18vw;
}
.marques {
  text-align: center;
  margin: -20px auto 30px;
  font-size: 1.5em;
  font-weight: bold;
}
.textalignleft {
	text-align:left!important;
}

img.bonachat {
  float: left;
  margin-right: 20px;
  max-width: calc(100% - 350px);
 }
.choixbon {
  display: flex;
  flex-direction: column;
}
.choixbon > * {
  text-align: left !important;
}
.wps_wcb_body_template .error {
  /*background: rgba(var(--bgcolor-black-rgb), 0.06);*/
  color: #FF4842;
  padding: 20px;
  text-align: center;
  font-weight:bold;
}
.wps_wcb_body_template .choixbon .error {
  text-align: left;
  display: inline-block;
  font-size: 0.8em;
  max-width: calc(100% - 175px);
  padding-top: 0px;
  vertical-align: top;
}
.wps_wcb_body_template .info {
  /*background: rgba(var(--bgcolor-black-rgb), 0.06);*/
  color: green;
  padding: 20px;
  text-align: center;
  font-weight:bold;
}
#wps_wallet_conversion_form select {
  max-width: 400px;
}
#wps_wallet_conversion_form select {
  max-width: 400px;
  border: 0;
  background-color: rgba(var(--bgcolor-black-rgb), 0.06);
  padding: 6px 17px;
  border-radius: 8px;
  background-position: right 5px top 50%;
  font-size: 1.5em;
  font-weight: bold;
}
table.conversion {
  width: 320px;
  margin: 0 auto;
}
table.conversion tr:nth-child(2n) {
  background-color: rgba(var(--bgcolor-black-rgb), 0.06);
}
table.conversion td {
  text-align: center;
  font-size: 1.5em;
}
table.conversion th {
  text-align: center;
}
.en_attente {
  background: rgba(var(--bgcolor-black-rgb), 0.06);
  padding: 10px 30px 5px;
  font-weight: 600;
  color: gray;
  margin-top: 40px;
}
.en_attente img {
  margin-top: -6px;
}
.montant_attente {
  float: right;
  margin-top: -10px;
  font-size: 27px;
}
.wps_wcb_content_template ul.tabs, .wps_wcb_content_template ul.tabs:last-child {
	margin: 40px 0;
}
.wps-wallet-transaction-container .wps-wsfw-wallet-field-table td {
	border-bottom:0;
}
.wps-wallet-transaction-container .wps-wsfw-wallet-field-table td.wps_wallet_debit,
.wps-wallet-transaction-container .wps-wsfw-wallet-field-table td.wps_wallet_credit,
.wps-wallet-transaction-container .wps-wsfw-wallet-field-table th:last-child {
  text-align: right;
}
.wps-wallet-transaction-container .wps-wsfw-wallet-field-table tbody tr:nth-of-type(2n) {
	background-color: rgba(var(--bgcolor-black-rgb), 0.06);
}
.wps_wcb_content_template ul.tabs, .wps_wcb_content_template ul.tabs:last-child {
	background:#F1F0F0;
}
.wsfw_show_user_restriction_notice {
	display:none;
}
.wps_wcb_content_template ul.tabs li svg path {
  fill: #C8963E;
}
.wps_view_withdrawal span {
    color: #C8963E;
    text-decoration: underline;
    margin-bottom: 20px;
}
.wps_wcb_content_template ul.tabs, .wps_wcb_content_template ul.tabs:last-child {
  background: transparent;;
}
.wps_wcb_content_template ul.tabs, .wps_wcb_content_template ul.tabs:last-child {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 45px;
  border-bottom: 2px solid #DFE3E8;
}
.wps_wcb_content_template ul.tabs li {
    border-radius: 15px;
}
select#wps_withdrawal_typewallet_myver {
  box-shadow: none;
  border: 2px solid #DFE3E8;
  border-radius: 6px;
  padding: 8px;
  font-size: 16px;
  margin: 0 0 28px;
  min-height: 30px;
  width: 100%;
  max-width: 100%;
  background-position: right 14px top 50%;
}

.wps_wcb_content_template .button-tabs ul.tabs li {
    padding: 11px;
}
.wps_wcb_content_template ul.tabs li h3, .wps_wcb_content_template ul.tabs li a {
  font-size: 18px;
  margin: 9px 0 10px;
  color: white;
}
.wps_wcb_content_template .button-tabs ul.tabs li a {
	padding: 0px;
  font-weight: 600;
  margin: 0;
}
.wps_wcb_content_template ul.tabs li.myver_conversion h3, .wps_wcb_content_template ul.tabs li.myver_conversion a {
	color:black;
}
div.wps_wcb_wallet_balance_container div h4 {
	/*display:none;*/
	font-size:18px;
}

#user-registration, #user-registration.horizontal {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.user-registration-register.register {
    display: none;
}
.woocommerce-MyAccount-content .user-registration h1 {
	display:none;
}
.ur-frontend-form .ur-form-row .ur-form-grid input {
  border-style: none none solid none;
}
.elementor-kit-12 h2.ur-form-title {
    font-family: "poppins bold", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
	text-transform:uppercase;
}
.woocommerce .ur-frontend-form.login-registration {
	border-radius: 25px 25px 25px 25px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7A7A7A3B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
}
.ur-frontend-form .ur-form-row {
    max-width: 900px;
    margin: auto;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
	padding:0 10px;
}
.ur-frontend-form > .ur-form-row > .ur-form-grid:first-child {
	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #7A7A7A3B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 60px 0px 0px;
}
.ur-frontend-form > .ur-form-row > .ur-form-grid:last-child {
	padding:0 0 0 60px;
}
.woocommerce .ur-frontend-form.login,
.ur-frontend-form .ur-form-row .ur-form-grid {
	padding:0;
}
.wd-my-account-links .wps-wallet-link a::before {
  content: "\f126";
}
.wd-my-account-links .myver_demandes-link a::before {
  content: "\f182";
}
.wps_wcb_wallet_balance_container .woocommerce-Price-amount {
  font-size: 50px;
  font-weight: 600;
  padding: 0;
  display: block;
}
#wps_wallet_transfer_form p {
  margin: 14px 0;
}
#wps_wallet_transfer_form label,
#wps_wallet_conversion_form label {
  display: inline; margin-right: 50px;
}
#wps_wallet_transfer_form .wps-form-select-card,
#wps_wallet_conversion_form .wps-form-select-card {
	margin:20px;
}
#wps_wallet_transfer_form input:disabled+label,
#wps_wallet_conversion_form input:disabled+label {
	color:grey;
}
@media (max-width: 1024px) {
  .wd-my-account-sidebar {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  body .woocommerce-MyAccount-content {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  img.bonachat {
    max-width: calc(100% - 300px);
  }
  #transactions_table th {
	display: none;
  }
  .detailsdemande tr td:first-child span {
	  margin-left:0;
  }
  .oldprix {
	padding-right: 0px;
    display: block;
  }
}

@media (min-width:769px) {
	.toggle-sidebar {
		display: none;
	}
}
@media (max-width:768px) {
	.toggle-sidebar {
		display: inline;
		position: absolute;
		top: -10px;
		right: 0;
		background-color: transparent !important;
		font-size: 1.2em;
	}
	.toggle-sidebar:after {
		content:'+';
		color:white!important;
		background-color: #C8963E !important;
		padding:7px;
	}
	.toggle-sidebar.open:after {
		content:'-';
	}
	.wd-my-account-sidebar {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	body .woocommerce .woocommerce-MyAccount-content {
		flex-basis: 100%;
		padding-block: 0;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce-MyAccount-navigation {display:none;}
	.wps_wcb_content_template ul.tabs li h3, .wps_wcb_content_template ul.tabs li a {
		font-size: 14px;
	}
	.wps_wcb_main_tabs_template h2 {
		font-size: 25px;
	}
	.marques {
		font-size: 1.2em;
	}
}

@media (max-width:600px) {
	img.bonachat { max-width: 400px;  width:100%; margin-bottom: 20px;}
	#wps_wallet_conversion_form select {
		width:100%; 
		max-width:100%;
		height: 53px;
	}
	#wps_conversion_request, #wps_withdrawal_request { 
		width: 100%; 
		font-size: 1.5em;
		text-transform: capitalize;
		padding:11px 0;
	}
	.wps-wallet-transaction-container table.dataTable tbody td {
		padding: 8px 5px;
		font-size: 12px!important;
	}
	.choixbon, .description {
		width:100%;
		margin:auto;
	}
	.choixbon {
		font-size: 1.3em;
	}
	.wps_wcb_body_template .choixbon .error {
		max-width:100%;
		padding:10px 0;
	}
	.wps_wcb_content_template ul.tabs, .wps_wcb_content_template ul.tabs:last-child {
		gap: 8px;
	}
}
@media (max-width:500px) {
	#transactions_table {
		font-size:0.8em;
	}
	#transactions_table td {
		padding:15px 6px!important;
	}
}
