a.list-group-item.disabled {
  display:none;
}

.form-field {
	
    .liste-typ {
    	height: 190px;
    	overflow-x: hidden;
    	overflow-y: auto;
    	padding: 0;
    		    	
    	a {
    		padding-left: 40px;
    		font-family: 'Arial-Regular';
    		color: var(--color-black);
    	}
    	
    	.list-group-item:first-child {
 				border-top-left-radius: 0px;
 				border-top-right-radius: 0px;
		}
		
		.list-group-item:last-child {
 				border-bottom-left-radius: 0px;
 				border-bottom-right-radius: 0px;
		}			
	}
	
	/* non utilise .select-arrow-top {
		position: absolute;
		content: '';
		top: 26px;
		left: 293px;
		pointer-events: none;
		background-color: var(--color-blue);
		width: 16px;
		height:20px;
		cursor: pointer;
		display: block;
	}	
	
   	.select-arrow-top:after {
       	position: absolute;
        content: '';
        background-image: url('../img/fleche-white.svg');
        background-repeat: no-repeat;
        height: 15px;
        width: 16px;
        transform: rotate(270deg);
        pointer-events: none;
        display: block;
   	}
		
	.select-arrow-bottom {
		position: absolute;
		content: '';
		top: 192px;
		left: 292px;
		pointer-events: none;
		background-color: var(--color-blue);
		width: 16px;
		height:20px;
		cursor: pointer;
		display: block;
	}
	
	.select-arrow-bottom:after {
       	position: absolute;
        content: '';
        top: 5px;
        background-image: url('../img/fleche-white.svg');
        background-repeat: no-repeat;
        height: 15px;
        width: 16px;
        transform: rotate(90deg);
        pointer-events: none;
        display: block;
   	}*/
   	
   	&.col-1tiers {
   		width: 33%;
   	}		
}

.liste-typ .list-group-item.active {
	background-color: var(--color-rparts);
	border-color: var(--color-rparts);
	color: var(--color-white);
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

.ui-panel {
	padding: 0;
	border: none;
	background: none;
	color: var(--color-black);
}

.ui-panel .ui-panel-content {
	border: 0;
	background: none;
	padding: 0;
}

.produit-list {
  height: 224px;
  overflow-y: auto;
  overflow-x: hidden;
}

.produit-list .produit {
  float: left;
  width: 33%;
  height: 107px;
  position: relative;
  border: solid 1px var(--color-lightgray);
}
.produit-list .produit.active {
  border-color: var(--color-rparts);
}
.produit-list .produit.active a > span {
  background-color: var(--color-rparts);
}
.produit-list .produit a > img,
.produit-list .produit .popover img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-top: -15px;
}
.produit-list .produit .popover img {
  width: 100%;
}
.produit-list .produit a > img {
  max-width: 90%;
  max-height: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.produit-list .produit a > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 23px;
  line-height: 23px;
  font-size: 11px;
  background-color: var(--color-lightgray);
  color: white;
  text-align: center;
}
.produit-list .produit a[role="button"] {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--color-lightgray);
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 14px;
  color: var(--color-white);
}
.produit-list .produit a:not([role="button"]) {
  display: block;
}
.produit-list .produit .popover {
  top: -27px;
  left: 20px;
  display: block;
  width: 280px;
  height: 280px;
  max-width: none;
  position: relative;
}
.produit-list .produit .popover h3 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  background-color: var(--color-gray);
  color: white;
  font-weight: bold;
  height: 30px;
}

/* non utilise .popover.produits-pop {
  top: -27px;
  left: 20px;
  display: block;
  width: 280px;
  max-width: none;
  position: relative;
  border-radius: 0;
}
.popover.produits-pop h3 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  background-color: #ccc;
  color: var(--color-white);
  font-weight: bold;
  height: 30px;
}
.popover.produits-pop img {
  position: relative;
  max-height: 228px;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.popover.produits-pop .popover-title {
  border-radius: 0;
  border: none;
}
.popover.produits-pop .popover-content {
  text-align: center;
  height: 100%;
  position: relative;
  margin-bottom: 35px;
}*/

.ligneEtap2 {
	label {
		max-width: max-content;
	}
}

.questAutreObli {
	font-size: 13px;
	font-weight:bold;
	color: var(--color-rparts);	
}

.required-error {
	.questAutreObli {
		font-size: 13px;
		font-weight:bold;
		color: var(--color-red);	
	}
	color: var(--color-red);
}