/* Au niveau le plus haut du code */
@media screen and (max-width: 635px) {
    body .solid-button-one.button-rose {
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-title {
        margin-left: 40px;
    }
    .line-height-46 {
        line-height: 46px !important;
    }
}

@media screen and (min-width: 635px) {
    .logo-img {
        height: 64px;
    }
}
