/* ############################################################ */
/* Entreprise */
/* ############################################################ */
/* 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: #DB373F;
}
.text-colored,
.title-2 {
  color: #CB4D44;
}
/*.framed-colored { border-color:@color; }*/
.block-title {
  background: #CB4D44;
}
ul.colored-bullet-list > li {
  padding-left: 16px;
  /**/
  position: relative;
}
ul.colored-bullet-list > li:before {
  content: "";
  background-color: #CB4D44;
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
table.design {
  border-color: #CB4D44;
}
table.design th,
table.design td {
  border-color: #CB4D44;
}
table.design th.bgc,
table.design td.bgc {
  background-color: #db827c;
}
table.design th.bgc-light,
table.design td.bgc-light {
  background-color: #eab8b4;
}
table.design th.bgc-lighter,
table.design td.bgc-lighter {
  background-color: #f5dbda;
}
footer {
  background-image: url("/statique/img/frise-small-ent.png");
  /* &:before { content: url("@{img-path}/frise-small-@{theme-name}.png"); }*/
}
#first-page:before {
  content: url("/statique/img/bg-ent.svg");
}
#first-page:after {
  content: url("/statique/img/frise-ent.png");
}
#first-page .doc-type {
  color: #F8C1B4;
}
#first-page .doc-title-2 {
  color: #CB4D44;
}
