.KawagencyMassPriceEdition table.valid span.select2{
    display:none;
}
.KawagencyMassPriceEdition div.fichecenter {
    height: 85vh;
    position: relative;
}
.KawagencyMassPriceEdition .titleModule{
    margin: 10px;
    width: auto;
    justify-content: center;
    position: relative;
    justify-self: center;
    justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;
    margin-right: 20px;
    background: #fafafa;
    box-shadow: 3px 3px 3px #ddd;
    border: none;
    padding: 20px;
}
.KawagencyMassPriceEdition .fichethirdleft, .KawagencyMassPriceEdition .fichetwothirdright{
    margin: 10px;
    width: 40%;
    justify-content: center;
    position: relative;
    justify-self: center;
    justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fafafa;
    box-shadow: 3px 3px 3px #ddd;
    border: none;
    padding: 20px;
}
.KawagencyMassPriceEdition .helpBlock{
    text-align: center;
    background: #fafafa;
    box-shadow: 3px 3px 3px #ddd;
    border: none;
    padding: 20px;
    clear:both;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
}
input[type=radio] {
    display: initial;
}
.KawagencyMassPriceEdition .widthpictotitle img{
    width:20px;
}
.colorGreen .ui-accordion-header{
    background : #6DE39C;
}
.colorOrange .ui-accordion-header{
    background : #FFC259;
}
#massPriceEdition{
    width: 50%;
    margin : 0 auto;
}
.fournisseurDiv div, #fournisseur, .categoryDiv select[name='category'], .productsDiv div, .productsDiv .select2{
    width: 100% !important;
}
.flexCustom{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.butCustom{
    width : 90%;
}
.customField{
    height: 40px;
    width: 100%;
}
.backtohome{
    width:98%;
    text-align:right;
}
.wrapper{
  display: inline-flex;
  background: #fff;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 8px 0px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 20px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.KawagencyMassPriceEdition input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5,
#option-6:checked:checked ~ .option-6,
#option-7:checked:checked ~ .option-7,
#option-8:checked:checked ~ .option-8{
  border-color: #0069d9;
  background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot,
#option-4:checked:checked ~ .option-4 .dot,
#option-5:checked:checked ~ .option-5 .dot,
#option-6:checked:checked ~ .option-6 .dot,
#option-7:checked:checked ~ .option-7 .dot,
#option-8:checked:checked ~ .option-8 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before,
#option-4:checked:checked ~ .option-4 .dot::before,
#option-5:checked:checked ~ .option-5 .dot::before,
#option-6:checked:checked ~ .option-6 .dot::before,
#option-7:checked:checked ~ .option-7 .dot::before,
#option-8:checked:checked ~ .option-8 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 20px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span,
#option-5:checked:checked ~ .option-5 span,
#option-6:checked:checked ~ .option-6 span,
#option-7:checked:checked ~ .option-7 span,
#option-8:checked:checked ~ .option-8 span{
  color: #fff;
}
