/*
* 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;
}

.tarif{
  margin-top: 10px;
  text-align: center;
  color:var(--primary);
}
.tarif-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:150px;
    align-items: center;
}
.tarif-lien a{
    padding-left:5px;
    text-decoration: none;
    color : inherit;
}
.tarif-lien i{
    padding-right:5px;
}