/*
  Pre personnalisation
*/

.persoV2preBlock {
  text-align: center;
}

.persoV2preChoix {
  display: inline-block;
  vertical-align: top;
  background: #FFF;
  border: 1px solid #c3c4c7;
  margin: 5px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 10px;
}

.persoV2preChoix h3 {
  font-weight: bold;
  font-size: 14px;
}

.persoV2preChoix h4 {
  font-weight: normal;
}

.persoV2preChoix input {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
}

.persoV2preChoix .catPrixBoxApparance {
  bottom: 32px;
}

#personalisationH2 {
  padding: 0 15px;
}


/*
FENETRE
*/

#p_chargeBarre {
  width: 100%;
  height: 16px;
  border: 1px solid #ABABAB;
  background: #EEE;
  border-radius: 2px;
  box-shadow: 0px 0px 8px #CCC;
}

#p_chargeBarre2 {
  height: 16px;
  background: #9AFF7C;
  width: 0px;
  border-radius: 2px;
}

#personalisation {
  padding: 20px;
  min-height: 528px;
  position: relative;
}

#p_gestionFenetre {
  position: absolute;
  top: 10px;
  font-size: 15px;
}

#p_apercusSolo {
  position: absolute;
  top: 20px;
}

#p_gestionFenetre h4 {
  padding: 6px 5px 0 35px;
  font-weight: bold;
  border-bottom: 1px solid #c3c4c7;
  height: 30px;
  position: relative;
}

#p_gestionFenetre h4 .p_cat_titre_apercu {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #c3c4c7;
  border-bottom: 1px solid #c3c4c7;
}

#p_gestionFenetre h4 .p_cat_titre_choix {
  font-weight: normal;
}

#p_fenetre {
  padding: 2px 4px;
  border: 1px solid #c3c4c7;
  background: #EEE;
  border-radius: 5px;
}

#p_fenetre .p_sousFenetre {
  width: 100%;
  border: 1px solid #c3c4c7;
  margin: 2px 0;
  background: #FFF;
  border-radius: 3px;
}

#p_fenetre .p_couleur {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 3px;
  box-sizing: content-box;
  border: 1px solid #ABABAB;
  cursor: pointer;
}

#p_aRevoir {
  position: absolute;
  top: 425px;
  left: 96px;
  height: 32px;
  background: #FFF;
  border: 1px #ABABAB solid;
  border-radius: 16px;
  font-size: 17px;
  padding: 0 15px;
  text-decoration: none;
  line-height: 32px;
}

#personalisation .p_apercu {
  position: relative;
  display: inline-block !important;
  margin-bottom: 123px;
}

#personalisation .p_apercu img,
#p_apercusSolo img {
  position: absolute;
  top: 0;
  left: 0;
}

#p_fenetre .p_sepa {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #ABABAB;
  width: 100%;
}

#personalisation .p_p_rix {
  bottom: -113px;
  position: absolute;
  text-align: center;
  width: 58px;
  left: 4px;
  font-size: 16px;
  background: #0293f5;
  color: #FFF;
  font-weight: bold;
  padding: 8px 0;
}

#personalisation .p_p_rix span {
  font-size: 12px;
}

#personalisation .p_edit {
  position: absolute;
  bottom: -42px;
  background: url(img/p_edit.svg);
  background-size: contain;
  color: #000;
  font-size: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  left: 50%;
  margin: 0 0 0 -17px;
}

#personalisation .p_p_lus,
.p_moins {
  position: absolute;
  bottom: -73px;
  color: #000;
  font-size: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  left: 50%;
  line-height: 20px;
  margin: 0 0 0 -26px;
  background: url(img/p_duplicate.svg);
}

#personalisation .p_moins {
  background: url(img/p_delete.svg);
  margin: 0 0 0 3px;
}

#personalisation h5 {
  padding: 5px 7px;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  position: relative;
}

#personalisation h4 .catPrixBoxApparance {
  top: 4px;
}

#personalisation .catPrixBoxApparance span {
  font-size: 13px;
}

#personalisation .catPrix,
#personalisation .catPrixClub {
  height: 22px;
  min-width: 60px;
}

#personalisation .catPrix:before {
  height: 22px;
  background-position: -32px -112px;
}

#personalisation .catPrixClub:before {
  height: 22px;
  background-position: -32px -86px;
}

#personalisation .p_allCouleur {
  padding: 0 5px 0 10px;
  border-bottom: 1px solid #c3c4c7;
}

#rappelAjout {
  font-size: 16px;
}

#ajoutMassue {
  background: #FFF url(img/p_add.svg) no-repeat 4px center;
  padding: 0 9px 0 34px;
  margin: 9px 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 9px;
  cursor: pointer;
}