/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root{
  --primary: #FF6634;
  --text: #111;
  --bg: #fff;
  --muted: #666;
  --cardW: 250px;
}

.condition{
  margin-top: 10px;
  text-align: center;
  color:var(--primary);
}
.condition-lien{
  text-align: center;
  font-size:1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* horizontal */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;     /* vertical */
  height:350px;
  align-items: center;
}
.condition-lien a{
  text-decoration: none;
  color : inherit;
}