/* ############################################################ */
/* Artisans */
/* ############################################################ */
/* Paths */
/* ############################################################ */
/* ############################################################ */
/* Utils */
/* ############################################################ */
/* ############################################################ */
/* WYSIWYG */
/* ############################################################ */
/* ############################################################ */
/* WYSIWYG */
/* ############################################################ */
/*1in == 96px*/
/*1mm == 0.1cm == 3.78px*/
/* 1em == 16px == 0.17in == 12pt == 1pc == 4.2mm == 0.42cm */
/* 1in = 2.54cm = 25.4mm = 72pt = 6pc */
/* ############################################################ */
/* Inner block common padding */
/* ############################################################ */
/* ############################################################ */
/* Default radius */
/* ############################################################ */
/* ############################################################ */
/* Fonts */
/* ############################################################ */
/* ############################################################ */
/* Couleurs Charte */
/* ############################################################ */
/* ############################################################ */
/* Autres Couleurs */
/* ############################################################ */
/* ############################################################ */
/* Couleurs thématiques */
/* ############################################################ */
/* Entreprises */
/* Particuliers */
/* Artisans */
/* b,c et d en bg uniquement !!!! */
/* ############################################################ */
/* A remplacer par générique / Corp : */
/* ############################################################ */
/* Déclinaisons de couleurs */
/* ############################################################ */
/* To use */
/* ############################################################ */
/* Color */
/* ############################################################ */
/* ############################################################ */
/* Imgs */
/* ############################################################ */
/* ############################################################ */
/* Styles */
/* ############################################################ */
/* ############################################################ */
/* Styles */
/* ############################################################ */
.title-1 {
  color: #00A292;
}
.text-colored,
.title-2 {
  color: #A5B874;
}
/*.framed-colored { border-color:@color; }*/
.block-title {
  background: #A5B874;
}
ul.colored-bullet-list > li {
  padding-left: 16px;
  /**/
  position: relative;
}
ul.colored-bullet-list > li:before {
  content: "";
  background-color: #A5B874;
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
table.design {
  border-color: #A5B874;
}
table.design th,
table.design td {
  border-color: #A5B874;
}
table.design th.bgc,
table.design td.bgc {
  background-color: #c0cd9e;
}
table.design th.bgc-light,
table.design td.bgc-light {
  background-color: #dbe3c7;
}
table.design th.bgc-lighter,
table.design td.bgc-lighter {
  background-color: #edf1e3;
}
footer {
  background-image: url("/statique/img/frise-small-art.png");
  /* &:before { content: url("@{img-path}/frise-small-@{theme-name}.png"); }*/
}
#first-page:before {
  content: url("/statique/img/bg-art.svg");
}
#first-page:after {
  content: url("/statique/img/frise-art.png");
}
#first-page .doc-type {
  color: #FFF9BF;
}
#first-page .doc-title-2 {
  color: #A5B874;
}
