/* 
    Created on : 9 févr. 2016, 18:31:40
    Author     : remi
*/
/* ***** */
/* COLOR */
html.select2C-is-opened {
  overflow: hidden;
  height: 100%;
  max-height: 100%;
}
html body.select2C-is-opened {
  overflow: hidden;
  height: 100%;
  max-height: 100%;
}
body.select2C-open {
  overflow: hidden;
  position: relative;
}
.personnalisation #bg-preview .loading {
  top: 80px;
}
.personnalisation #bg-preview img.img-responsive {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.personnalisation .container-cotes {
  padding: 5px;
  width: 100%;
}
.personnalisation .container-cotes > ul.cotes {
  margin: 0 0 0 10%;
}
.personnalisation .container-cotes > ul.cotes > li {
  display: inline-block;
  width: 20%;
  font-size: 12px;
}
.personnalisation .container-cotes > ul.cotes > li:last-child {
  text-align: right;
}
.personnalisation .box .select2C-container {
  width: 100%;
}
.personnalisation .box .select2C-container .select2C-choice {
  border-color: #ccc;
  border-radius: 0;
  height: 28px;
  background: #FFFFFF;
}
.personnalisation .box .select2C-container .select2C-choice > .select2C-chosen {
  padding-top: 1px;
}
.personnalisation .box .select2C-container .select2C-choice .select2C-arrow {
  background: #EDEEEF;
  border-radius: 0;
  width: 22px;
  border-left: 1px solid #ccc;
}
.personnalisation .box .select2C-container .select2C-choice .select2C-arrow b {
  background-position-x: 2px;
}
.personnalisation .box .select2C-container.select2C-dropdown-open .select2C-choice {
  border-color: #ccc;
}
.personnalisation .box .select2C-container.select2C-dropdown-open .select2C-choice .select2C-arrow b {
  background-position-x: -16px;
}
.personnalisation .box .select2C-container.select2C-container-active a {
  box-shadow: none;
}
.personnalisation .list-caractere-special a {
  font-family: "Georgia";
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding: 3px 9px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #cccccc;
  margin-right: 5px;
  margin-bottom: 5px;
}
.personnalisation .list-caractere-special a:hover,
.personnalisation .list-caractere-special a:active,
.personnalisation .list-caractere-special a:focus {
  color: #000000;
  text-decoration: none;
}
.select2C-drop {
  border: 1px solid #ccc;
  border-radius: 0;
}
.select2C-drop.select2C-drop-above.select2C-drop-active {
  border-top: 1px solid #ccc;
  border-radius: 0;
}
.select2C-drop .select2C-search {
  padding-left: 0;
  padding-right: 0;
}
.select2C-drop .select2C-search input {
  border: none;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ccc;
}
.select2C-drop .select2C-results li {
  color: #000000;
}
.select2C-drop .select2C-results .select2C-highlighted {
  background: #E6E6E6;
}
.personnalisation-lettre .select2C-drop-mask {
  background-color: #000000;
  opacity: 0.6;
}
.personnalisation-lettre .select2C-drop {
  /*width: auto !important;*/
  position: fixed;
  background: transparent;
  overflow: auto;
  /*left: 0 !important;*/
  /*left: 50% !important;*/
  /*top: 50% !important;*/
  /*transform: translate(-50%, -50%);*/
}
.personnalisation-lettre .select2C-results {
  /*        max-height: none;*/
  /*max-height: auto;*/
  max-height: 90vh;
  width: 38vw;
  max-width: 38vw;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 30px auto;
  background: #fff;
}
.personnalisation-lettre .select2C-results .select2C-result-unselectable {
  margin: 30px 0 10px;
}
.personnalisation-lettre .select2C-results .select2C-result-unselectable > .select2C-result-label {
  padding-left: 20px;
  font-size: 16px;
  border-bottom: 1px solid #999;
  font-weight: 400;
  font-style: italic;
}
.personnalisation-lettre .select2C-results .select2C-result-unselectable > .select2C-result-label:before {
  content: 'Style ';
  font-style: normal;
}
.personnalisation-lettre .select2C-results .select2C-result-unselectable > .select2C-result-label:after {
  content: ' :';
  font-style: normal;
}
.personnalisation-lettre .select2C-results .select2C-result-unselectable:first-child {
  margin-top: 10px;
}
.personnalisation-lettre .select2C-results .select2C-result-selectable .select2C-result-label {
  white-space: nowrap;
  padding: 3px 7px 2px 20px;
}
.personnalisation-lettre .select2C-results .select2C-result-selectable .select2C-result-label > span {
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
  line-height: 1.2;
}
.personnalisation-lettre .select2C-results .select2C-result-selectable .select2C-result-label > span.select-font {
  width: 230px;
  color: #777777;
  font-size: 12px;
  line-height: 2.6;
}
.personnalisation-lettre .select2C-results .select2C-result-selectable.select2C-selected-element {
  background: #64D89D;
  display: block;
}
.personnalisation-lettre .select2C-results .select2C-result-selectable.select2C-selected-element > span.select-font {
  color: #333;
}
@media (max-width: 1199px) {
  .personnalisation #bg-preview {
    height: auto;
    padding-bottom: 46px;
  }
  .personnalisation #bg-preview .container-preview {
    height: auto;
  }
  .personnalisation #bg-preview .placeholder-preview {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .personnalisation-lettre .select2C-results {
    width: 80vw;
    max-width: 80vw;
  }
}
@media (max-width: 926px) {
  .personnalisation #bg-preview .placeholder-preview {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .personnalisation #bg-preview .placeholder-preview {
    padding: 10px 0;
  }
  .personnalisation .container-cotes > ul.cotes {
    margin: 0;
  }
  .personnalisation .container-cotes > ul.cotes > li {
    font-size: 10px;
  }
  .personnalisation-lettre .select2C-results {
    width: 95vw;
    max-width: 95vw;
  }
}
@media (max-width: 555px) {
  .personnalisation #bg-preview .placeholder-preview {
    padding: 20px 0;
    font-size: 18px;
  }
  .personnalisation .container-cotes > ul.cotes > li > span > span {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .personnalisation #bg-preview .placeholder-preview {
    padding: 20px 0;
    font-size: 14px;
  }
  .personnalisation .container-cotes {
    padding: 5px 18px 5px 5px;
  }
  .personnalisation-lettre .select2C-drop {
    padding: 0 15px;
  }
  .personnalisation-lettre .select2C-results {
    margin: 7px 0 0;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    max-height: 91vh;
  }
  .personnalisation-lettre .select2C-results .select2C-result-selectable .select2C-result-label > span {
    font-size: 18px;
    line-height: 1.2;
  }
  .personnalisation-lettre .select2C-results .select2C-result-selectable .select2C-result-label > span.select-font {
    width: 150px;
    font-size: 10px;
    line-height: 2.6;
  }
}
@media (max-width: 375px) {
  .personnalisation #bg-preview .placeholder-preview {
    padding: 23px 0;
    font-size: 22px;
  }
  .personnalisation .container-cotes {
    padding: 5px 34px 5px 5px;
  }
}
@media (max-width: 320px) {
  .personnalisation #bg-preview .placeholder-preview {
    padding: 20px 0;
    font-size: 18px;
  }
  .personnalisation .container-cotes {
    padding: 5px 50px 5px 5px;
  }
}
/*# sourceMappingURL=personnalisation_lettres.css.map */