:root {
  --ROSE: rgb(225,60,128);
  --VERT: rgb(63,157,63);
  --BLEU: rgb(63, 124, 157);
  --JAUNE: rgb(255, 173, 9); }

body {
  font-size: 1.05em;
  color: #333; }

.citation {
  font-size: 2.25em;
  font-style: italic;
  font-weight: 400;
  color: #CCC; }

.subtitle {
  font-size: 1.5em;
  color: #333; }

.title {
  font-size: 4vw;
  margin-left: 4px;
  color: #333;
  font-weight: 400; }

.subtitle2 {
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  color: #333; }

.tarif {
  font-size: 1em !important;
  color: #ccc !important;
  list-style: none; }

.tdr {
  border: solid 2px var(--ROSE);
  padding: 2px 5px; }

.trh {
  border: solid 2px var(--BLEU);
  padding: 2px 5px; }

.fdp {
  border: solid 2px var(--JAUNE);
  border-radius: 15px;
  padding: 2px 5px; }

.BT-register {
  border: solid 1px var(--ROSE);
  padding: 2px 5px;
  margin: 0px 5px; }

.BT-login {
  border: solid 1px var(--VERT);
  color: white !important;
  background: var(--VERT) !important;
  padding: 2px 5px;
  margin: 0px 5px; }

/*# sourceMappingURL=styleHome.css.map */
