/** Btn Home **/
.btn-home {
    font-size: 14px;
    white-space: nowrap;
    border-radius: 25px!important;
    padding-top: 10px!important;
    color: #fff;
    margin-bottom: 45px;
}

.btn-home span img {
    width: 13px
}

.home-tarifs .prices-block .btn-home.creer-bg {
    position: relative;
    top: 38px;
    left: 90px
}

.home-tarifs .prices-block .btn-home.gerer-bg {
    position: relative;
    top: 15px;
    left: 90px;
}

.landing .home-tarifs .prices-block .btn-home {
    position: absolute;
    top: 625px;
    left: 140px;
}
.btn.rounded-0,
.btn-default {
    border-radius: 0 !important;
}
.btn-block {
    background: #000;
    color: #fff !important;
    margin: 0;
}

.btn-w-fix {
    width: 212px !important;
}