/* 
    Created on : 6 avr. 2016, 14:26:31
    Author     : remi
*/
/* ***** */
/* COLOR */
.personnalisation {
  /*    &.fixed {
            padding-top: 266px;
            #bg-preview {
                position: fixed;
                width: 1170px;
                top: 101px;
                z-index: 10;
            }
        }*/
}
.personnalisation #bg-preview {
  /*border: 1px solid @gris_sombre_neutre;*/
  background: #444444;
  width: 100%;
  height: 302px;
  position: relative;
  text-align: center;
}
.personnalisation #bg-preview .container-preview {
  height: 250px;
  width: 100%;
}
.personnalisation #bg-preview .loading {
  display: none;
  color: #EFEFEF;
  font-size: 60px;
  text-align: center;
  top: 90px;
  z-index: 10;
  position: absolute;
  width: 100%;
}
.personnalisation #bg-preview .placeholder-preview {
  font-size: 28px;
  display: block;
  padding-top: 85px;
  font-weight: 300;
  font-style: italic;
  color: #555555;
}
.personnalisation #bg-preview img.img-responsive {
  max-width: none;
  max-height: 100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.personnalisation #bg-preview-color {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #c1c1c1;
}
.personnalisation #bg-preview-color span {
  background: #444444;
  margin: 0px -8px -5px 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.personnalisation #bg-preview-color i {
  font-size: 12px;
  position: absolute;
  bottom: 3px;
  right: 5px;
  background: #fff;
  padding: 0 5px;
}
.personnalisation .container-cotes {
  position: absolute;
  bottom: 0;
  border: none;
  background: #F2F2F2;
}
.personnalisation .container-cotes > ul.cotes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.personnalisation .container-cotes > ul.cotes > li {
  text-align: center;
  text-transform: lowercase;
  font-weight: 600;
}
.personnalisation .container-cotes > ul.cotes > li > span {
  display: block;
}
.personnalisation .container-cotes > ul.cotes > li.hauteur-totale {
  color: #20ba6b;
  font-weight: bold;
}
.personnalisation .container-cotes > ul.cotes > li.largeur-totale {
  color: #20ba6b;
  font-weight: bold;
}
.personnalisation .container-cotes > ul.cotes > li.hauteur-minuscule {
  color: #20ba6b;
  font-weight: normal;
}
.personnalisation .container-cotes > ul.cotes > li.hauteur-majuscule {
  color: #20ba6b;
  font-weight: normal;
}
.personnalisation .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.personnalisation #color-laquage {
  bottom: 5px;
  right: 5px;
  background: #FFFFFF;
  width: 50px;
  height: 50px;
}
.personnalisation #color-laquage i {
  font-size: 12px;
  position: absolute;
  bottom: 3px;
  right: 5px;
  background: #fff;
  padding: 0 5px;
}
.personnalisation .mention {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #777777;
}
.personnalisation form {
  margin: 0;
  border: none;
}
.personnalisation form .help-block {
  font-size: 10px;
  font-style: italic;
}
.personnalisation form #form-button-submit {
  font-size: 16px;
}
.personnalisation .box {
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #E6E6E6;
  margin: 10px 0;
  /*        .btn-u {
                    background: @vert_frais;
                    &:hover {
                        background: shade(@vert_frais, 12%);
                    }
                }*/
}
.personnalisation .box .form-group .form-control {
  height: 28px;
  padding: 3px 12px;
}
.personnalisation .box .form-group .form-control.input-important {
  height: 34px;
  padding: 6px 12px;
  border-color: #22C773;
}
.personnalisation .box .form-group .form-control[type="number"] {
  padding-right: 0;
}
.personnalisation .box .form-group.has-error input.input-important {
  border-color: #a94442;
}
.personnalisation .box .form-group small.help-block {
  font-weight: 300;
  color: #444444;
}
.personnalisation .box .select2-container {
  width: 100%;
}
.personnalisation .box .select2-container .select2-choice {
  border-color: #ccc;
  border-radius: 0;
  height: 28px;
  background: #FFFFFF;
}
.personnalisation .box .select2-container .select2-choice > .select2-chosen {
  padding-top: 1px;
}
.personnalisation .box .select2-container .select2-choice .select2-arrow {
  background: #EDEEEF;
  border-radius: 0;
  width: 22px;
  border-left: 1px solid #ccc;
}
.personnalisation .box .select2-container .select2-choice .select2-arrow b {
  background-position-x: 2px;
}
.personnalisation .box .select2-container.select2-dropdown-open .select2-choice {
  border-color: #ccc;
}
.personnalisation .box .select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position-x: -16px;
}
.personnalisation .box .select2-container.select2-container-active a {
  box-shadow: none;
}
.personnalisation .box label {
  font-size: 14px;
  margin: 6px 0 7px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  display: block;
}
.personnalisation .box label span.form-choice-selected {
  font-weight: 300;
  font-size: 12px;
}
.personnalisation .box label span.help-label {
  padding: 1px 7px 0;
  font-size: 14px;
  margin: -5px 0 0 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.personnalisation .box label span.help-label i {
  position: relative;
  border: none;
  color: #bebebe;
  background: transparent;
  width: auto;
  height: auto;
  top: 0;
}
.personnalisation .box label span.mat-indication {
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
.personnalisation .box label small {
  font-weight: normal;
}
.personnalisation .box label.checkbox.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.personnalisation .box label.radio.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.personnalisation .box label.checkbox,
.personnalisation .box label.radio {
  color: #444444;
  margin-top: 11px;
  font-weight: 300;
}
.personnalisation .box label.checkbox input + i,
.personnalisation .box label.radio input + i {
  margin-top: -5px;
}
.personnalisation .box label.checkbox input + i:after,
.personnalisation .box label.radio input + i:after {
  color: #444444;
}
.personnalisation .box label.radio input + i:after {
  background: #444444;
}
.personnalisation .box .choice-materiau-group {
  margin-bottom: 30px;
}
.personnalisation .box .choice-materiau-group .choice-materiau {
  margin: 0;
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio {
  display: inline-block;
  cursor: pointer;
  padding: 4px;
  font-size: 10px;
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio > div {
  border: 2px solid transparent;
  position: relative;
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio > div span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  display: none;
  padding: 5px 0 3px;
  background: rgba(34, 199, 115, 0.7);
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio.checked > div {
  border-color: #22C773;
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio.checked > div span {
  display: block;
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio.checked > div:hover {
  border-color: #22C773;
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio > div.no-touch:hover {
  border-color: rgba(34, 199, 115, 0.8);
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio > div.no-touch:hover span {
  display: block;
}
.personnalisation .box .choice-materiau-group .choice-materiau .input-radio input {
  opacity: 0;
  position: absolute;
  left: -100px;
}
.personnalisation .box .choice-chanfrein-group {
  margin: 0;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein {
  margin: 0;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio {
  display: inline-block;
  cursor: pointer;
  padding: 4px;
  font-size: 10px;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio > div {
  border: 2px solid transparent;
  position: relative;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio > div span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  display: none;
  padding: 5px 0 3px;
  background: rgba(34, 199, 115, 0.7);
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.checked > div {
  border-color: #22C773;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.checked > div:hover {
  border-color: #22C773;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.checked > div span {
  display: block;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio > div.no-touch:hover {
  border-color: rgba(34, 199, 115, 0.8);
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio > div.no-touch:hover span {
  display: block;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio input {
  opacity: 0;
  position: absolute;
  left: -100px;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.disabled {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: default;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.disabled > div img {
  opacity: 0.25;
  visibility: visible;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.disabled > div:hover {
  border-color: rgba(34, 199, 115, 0.8);
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.disabled > div:hover span {
  display: block;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.disabled.no-visibility > div:hover {
  visibility: hidden;
}
.personnalisation .box .choice-chanfrein-group .choice-chanfrein .input-radio.disabled.no-visibility > div:hover span {
  visibility: hidden;
}
.personnalisation .box .choice-fixation-group {
  margin: 0;
}
.personnalisation .box .choice-fixation-group .choice-fixation {
  margin: 0;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio {
  display: inline-block;
  cursor: pointer;
  padding: 4px;
  font-size: 10px;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio > div {
  border: 2px solid transparent;
  position: relative;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio > div span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  display: none;
  padding: 5px 0 3px;
  background: rgba(34, 199, 115, 0.7);
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio.checked > div {
  border-color: #22C773;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio.checked > div:hover {
  border-color: #22C773;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio.checked > div span {
  display: block;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio > div.no-touch:hover {
  border-color: rgba(34, 199, 115, 0.8);
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio > div.no-touch:hover span {
  display: block;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio input {
  opacity: 0;
  position: absolute;
  left: -100px;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio.disabled {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: default;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio.disabled > div img {
  opacity: 0.25;
  visibility: visible;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio.disabled.no-visibility > div:hover {
  visibility: hidden;
}
.personnalisation .box .choice-fixation-group .choice-fixation .input-radio.disabled.no-visibility > div:hover span {
  visibility: hidden;
}
.personnalisation .box .choice-laquage-color-group {
  position: relative;
  margin: 24px 0 20px;
}
.personnalisation .box .choice-laquage-color-group.disabled {
  opacity: 0.5;
}
.personnalisation .box .choice-laquage-color-group.disabled #color-laquage {
  cursor: not-allowed;
  background: #FFFFFF !important;
  color: #FFFFFF;
}
.personnalisation .box .choice-laquage-color-group label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.personnalisation .box .choice-laquage-color-group #color-laquage {
  bottom: 5px;
  right: 5px;
  background: #FFFFFF;
  color: #444444;
  width: 70px;
  height: 40px;
  vertical-align: middle;
}
.personnalisation .box .choice-laquage-color-group #color-laquage i {
  font-size: 12px;
  position: absolute;
  bottom: 3px;
  right: 5px;
  background: #fff;
  padding: 0 5px;
}
.personnalisation .box .choice-laquage-color-group #color-laquage + span {
  font-weight: 300;
  color: #444444;
}
.personnalisation .box hr {
  border-color: #C2BDBA;
}
.personnalisation .box.recapitulatif h2 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  color: #22C773;
  font-weight: bold;
}
.personnalisation .box.recapitulatif ul {
  margin-top: 10px;
}
.personnalisation .box.recapitulatif ul li {
  margin: 0 0 6px;
  font-size: 10px;
}
.personnalisation .box.recapitulatif ul li strong {
  color: #22C773;
}
.personnalisation .box.recapitulatif hr {
  border-color: #E6E6E6;
}
.personnalisation .box.recapitulatif label {
  color: #000000;
}
.personnalisation .box.recapitulatif #prix {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  color: #22C773;
}
.personnalisation .box .container-proportion {
  padding-right: 60px;
  position: relative;
}
.personnalisation .box .container-proportion .proportion {
  position: absolute;
  top: 58px;
  right: 0;
  z-index: 10;
}
.personnalisation .box .container-proportion .proportion span {
  width: 14px;
}
.personnalisation .box .container-proportion .proportion label.disabled {
  opacity: 0.5;
}
.personnalisation .box .container-proportion .lignes-proportion {
  position: absolute;
  top: 35px;
  bottom: 4px;
  right: 31px;
  width: 20px;
  z-index: 9;
}
.personnalisation .box .container-proportion .lignes-proportion .haut {
  border-bottom: 1px solid #ccc;
}
.personnalisation .box .container-proportion .lignes-proportion .milieu-haut {
  border-right: 1px solid #ccc;
  height: 28px;
  margin-bottom: 28px;
}
.personnalisation .box .container-proportion .lignes-proportion .milieu-bas {
  border-right: 1px solid #ccc;
  height: 28px;
}
.personnalisation .box .container-proportion .lignes-proportion .bas {
  border-bottom: 1px solid #ccc;
}
.personnalisation .box .ui-slider {
  height: 2px;
  border-width: 1px;
}
.personnalisation .box .ui-slider .ui-slider-handle {
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-color: #999999;
}
.personnalisation .box .ui-slider .ui-slider-handle:hover {
  border-color: #444444;
}
.personnalisation .choice-materiau {
  max-height: 500px;
  overflow: auto;
  border: 1px solid #E6E6E6;
}
.personnalisation .diapo {
  max-width: 370px;
  margin: 0 auto;
}
.select2-drop {
  border: 1px solid #ccc;
  border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ccc;
  border-radius: 0;
}
.select2-drop .select2-search {
  padding-left: 0;
  padding-right: 0;
}
.select2-drop .select2-search input {
  border: none;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ccc;
}
.select2-drop .select2-results li {
  color: #000000;
}
.select2-drop .select2-results .select2-highlighted {
  background: #E6E6E6;
}
.input-number {
  position: relative;
}
.input-number > input {
  padding-right: 34px;
}
.input-number > span {
  position: absolute;
  border: 1px solid transparent;
  border-left-color: #ccc;
  right: 0;
  width: 24px;
  text-align: center;
  cursor: pointer;
  height: 14px;
}
.input-number > span.input-number-up {
  top: 0;
}
.input-number > span.input-number-up:before {
  content: "\f0d8";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 7px;
  top: 0px;
  color: #555;
}
.input-number > span.input-number-down {
  bottom: 0;
}
.input-number > span.input-number-down:before {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 7px;
  top: 0px;
  color: #555;
}
.input-number > span:hover {
  background: #F5F5F5;
  border-color: #ccc;
}
.list-aide-infos {
  padding: 10px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.list-aide-infos .aide-infos {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .personnalisation .mention {
    padding: 0 10px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .personnalisation .box .choice-materiau-group .choice-materiau .input-radio {
    width: 20%;
  }
}
.noUi-handle {
  border-radius: 50px;
  width: 20px !important;
  height: 20px !important;
  border-color: #999999;
  background-color: #FFF;
  border-width: 2px;
  top: -10px !important;
  box-shadow: unset;
}
.noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}
.noUi-horizontal {
  height: 0;
  margin-top: 9px;
}
/*# sourceMappingURL=personnalisation.css.map */