@charset "UTF-8";
/* CSS Document */

:root {
	--bs-primary: #7C00D4;
	--bs-primary_faded : rgba(124,0,212,0.79);
	--menu-compact-width : 60px;
	--radius_form:0.5em;
    --erreur:   #c0392b;
}


label, 
.dcomm_quantity_control, 
.base,
#gestion_menu  li {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;	
cursor: pointer;
}
.RespectTheZoan {
	column-count: 3;
}
.RespectTheZoan .control-label { column-span: all; 
	display: block;
}
.RespectTheZoan .alpaca-control.checkbox, .RespectTheZoan .alpaca-control.radio {
	display: block;
	margin: 0.5em 0.5em 0.5em 0;
}
.RespectTheZoan .form-switch {
	padding: 0.25em 1em 0.25em 1em;
	border-radius: 5em;
/*	border: 1px solid black;*/
	background: #efefef;
}


		
/*.RespectTheZoanB .alpaca-control.checkbox,*/
.base {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.25em 1em 0.25em 1em;
	border-radius: 5em;
	background: none;
	display: inline-block;
    outline: 1px solid var(--text_color);
	
}



.base.selected {

	background: var(--bs-primary); 
	color:var(--text_color);
    outline: 1px solid var(--bs-primary);
}



.RespectTheZoan .form-check-input {
	margin-top: 0.32em;
	margin-right: 0.5em;
	margin-left: 0em;
}



.dcomm_quantity_control {
      --qt-height:2em;
      display: flex;
      min-width: 3.75em;
      gap:0.5em;
}
/* .dcomm_quantity_control .qt-minus, 
.dcomm_quantity_control .qt-plus {
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    width: var;
    height: 1.5em;
    font-size: 1em;
    color: #fff;
    border-radius: 50%;
    background-color: var(--bs-primary);
    text-align: center;
    margin: 0px 2px;
    cursor: pointer;
} */
.dcomm_quantity_control .quantity {


    /* line-height: 1.5em; */
    /* padding: 0.20em 2em; */
    border-radius: 1em;
    /* font-size: 0.9em; */
	color: var(--text_color);
    /* height: 1.5em; */
    /* display: inline-block; */
	  flex: 1; 
    text-align: center;
    font-weight: 500;
    pointer-events: none;
    border-radius: 60px;
    outline:1px solid  var(--text_color);
    outline-offset: -1px;
    height: var(--qt-height);
    line-height: var(--qt-height);
    user-select: none;
    --webkit-user-select:none;
    min-width: var(--qt-height);
    padding-left: 0.5em;
    padding-right: 0.5em;
}


.qt-btn.qt-minus:before {   content:"-"; }
.qt-btn.qt-plus:before {   content:"+"; }
.qt-btn {
  
  width: var(--qt-height);
  height: var(--qt-height);
  flex-shrink: 0;
  display: flex; 
  align-items: center; 
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: background 0.12s, opacity 0.15s;
  border-radius: 60px;
  background: var(--bs-primary);
  color:white;
  /* margin :0px 0.5em; */
}
.qt-btn:hover  { background: var(--text_color); }
.qt-btn:active { transform: scale(0.9); }
.q-btn.qt-disabled { opacity: 0.25; cursor: not-allowed; pointer-events: none; }


#datepicker.input-daterange input {
	    border: none;
    background-color: #f3eeee;
    padding: 10px;
    line-height: 10px;
	height: 42px;
    color: gray;
    width: 127px;
}

.button,
button,
input,
select { 
  border-radius: var(--radius_form);
  padding: 0.5em 1em;
  font-size: 0.8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 1px solid var(--text_color);
  background-color: transparent;
  /* height: 2em; */
  outline: none;    
}
input,
select {
    line-height: 1em;
    height: 2em;
    box-sizing: border-box;
}
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
button {
    cursor: pointer;
}

button.icone::before,
.button.icone::before {

	position: relative;
	font-family: "Font Awesome 5 Free";
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right:1px solid;
	font-weight: 900;
}

.button.icone.box::before {

    border-right: unset;
    background:var(--text_color);
    color:white;
    margin: -1em 1em -1em -1em;
    padding: calc(2px + 0.5em) 1em;
    border-radius: var(--radius_form) 0 0 var(--radius_form);

}
button.mail::before,
.button.mail::before {
	content:"\f0e0";
}

button.phone::before,
.button.phone::before {
	content: "\f095";

}


.field { display: flex; flex-direction: column; gap: 6px; }
.field.dcomm_option_buttons { flex-direction: row; flex-wrap: wrap;}
.field.dcomm_option_buttons {
    flex: 0 0 100%;
}

.field label,
label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text_color);
    opacity: 0.7;
    font-size: 0.6em;
   width: 100%;

}

.fieldZ input,
.fieldZ select {

    font-size: 0.8em;
    color: var(--noir);
    background: var(--blanc);
    transition: border-color var(--transition);
    outline: none;
    width: 100%;
    line-height:30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}

.field input:focus,
.field select:focus { border-color: var(--noir); }

.field input.erreur,
.field select.erreur { border-color: var(--erreur); }

.field .msg-erreur {
    font-size: 12px;
    color: var(--erreur);
    display: none;
}
.field .msg-erreur.visible { display: block; }
.form-row.is-hidden { display: none; }


/* Pour bouton unique "trigger" */
.dcomm-option-trigger {
padding-left: 3em;
position: relative;
}
.dcomm-option-trigger::before {
    content:"";
    width: 2em;
    height: 1em;
     border-radius: 0.5em;
  position: absolute;
  left: 0.5em;
  top: 50%;
   transform: translateY(-50%);
  background-color: var(--text_color);
outline: 2px solid var(--text_color);
  opacity: 0.5;     
}
.dcomm-option-trigger::after {
  content: "";
  width: 1em;
  height: 1em;
  background: var(--text_color);
  border-radius: 0.5em;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  transition: background 0.19s, transform 0.19s;
  /* box-shadow: 0 2px 5px rgba(60,0,80,0.09); */
  /* border: 2px solid var(--bs-primary); */
}



.dcomm-option-trigger.selected::after {
  background: var(--text_color);
  /* border: 2px solid var(--bs-primary); */
  transform: translateY(-50%) translateX(1em);
}


/* rf = RenderForm */

.rf-drop-area {
    border: 2px dashed #ccc;
    border-radius: 6px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}
.rf-drop-area.rf-drop-hover {
    border-color: var(--accent);
    background: #fdf9f2;
}
.rf-drop-label {
    display: block;
    margin-bottom: 10px;
    color: var(--gris-mid);
    font-size: 14px;
}
.rf-drop-btn {
    display: none; /* ouverture via clic sur la zone entière */
}

/* Empêche le curseur pointer quand un upload est en cours */
.rf-drop-area.rf-uploading {
    cursor: not-allowed;
    opacity: 0.6;
}