/*imports*/
@font-face {
  font-family: 'FolksBold';
  src: url('/fonts/FolksBold.eot');
  src: url('/fonts/FolksBold.eot') format('embedded-opentype'), url('/fonts/FolksBold.woff2') format('woff2'), url('/fonts/FolksBold.woff') format('woff'), url('/fonts/FolksBold.ttf') format('truetype'), url('/fonts/FolksBold.svg#FolksBold') format('svg');
}
/*variables*/
/*mixins*/
html .messagepopup .featherlight-content {
  width: 450px;
  min-width: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #253746;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .messagepopup .featherlight-content h1 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #253746;
  font-size: 1.5em;
}
html .messagepopup .featherlight-content a {
  color: #719940;
}
html .messagepopup .featherlight-content a:hover {
  color: #a1ce69;
}
html .messagepopup .featherlight-content p {
  float: left;
  width: 100%;
  padding-top: 20px;
  line-height: 1.2em;
  text-align: center;
}
html .messagepopup .featherlight-close {
  color: #253746;
  background: #fff;
}
html .facture .featherlight-content {
  width: 600px;
  min-width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 48px;
  color: #292e3b;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .facture .featherlight-content h1 {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 1.3em;
  text-align: left !important;
  color: #f00;
}
html .facture .featherlight-content h2 {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.1em;
  border-bottom: 1px solid #b9b9b9;
}
html .facture .featherlight-content h3 {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.1em;
  text-align: left !important;
  font-weight: 600;
}
html .facture .featherlight-content ul {
  float: none;
  clear: both;
  color: #292e3b;
  font-size: 1.1em;
  line-height: 1.8em;
  padding-bottom: 10px;
}
html .facture .featherlight-content ul li {
  width: auto;
  clear: both;
  margin-left: 10px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 1em;
  text-transform: none;
  background: url("/images/communs/puce.png") no-repeat 0px 10px;
}
html .facture .featherlight-content p {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
html .facture .featherlight-content table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
html .facture .featherlight-content tr {
  text-align: center;
}
html .facture .featherlight-content table.adresses {
  margin-bottom: 20px;
}
html .facture .featherlight-content table.adresses td {
  vertical-align: top;
}
html .facture .featherlight-content table.adresses p {
  text-align: left;
}
html .facture .featherlight-close {
  color: #719940;
  background: #fff;
}
/*# sourceMappingURL=popups.css.map */