/*-------PRIMARY COLOR -----------*/
/*-------SECONDARY COLOR ----------*/
/* CALCUL DES TAILLE DE POLICES PX > EM */
/* CALCUL DES MARGIN PX > EM */
/* CALCUL DES PADDING PX > EM */
/* CALCUL DES LINE HEIGHT PX > EM */
/*FONCTION POUR UTILISER DES SRITES */
body {
  background-color: #fff;
  font-family: Arial;
  font-size: 15pt;
}
.grid-standard {
  width: 100%;
  float: left;
  position: relative;
  left: 0;
  margin-left: 0;
}
.container {
  border: none;
  margin: 0;
}
header,
footer,
nav,
.breadcrumb {
  display: none;
}
h1 {
  font-size: 25pt;
  line-height: 25pt;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
h2,
h3,
#content h3,
#content a,
a {
  color: #000;
}
h2 {
  border-bottom: 1pt solid #000;
  font: bold 20pt Serif;
  padding-bottom: 2pt;
  padding-left: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  color: #000;
  font-size: 12pt;
  margin: 2pt 1pt 6pt 0;
  text-align: justify;
}
#content {
  float: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#content a {
  font-weight: normal;
  text-decoration: none;
}
img {
  background: #fff;
  border: 1pt solid #000;
  float: left;
  margin: 3pt 6pt 3pt 6pt;
  padding: 8pt;
}
.simulateur-page-print h3,
.simulateur-page-print h1 {
  color: #68a548 !important;
  -webkit-print-color-adjust: exact!important;
  print-color-adjust: exact!important;
}
