html {
    scroll-padding-top: 80px;
}

.iconstar {
    vertical-align: top;
    display: inline-block;
    width: 14px;
    height: 13px;
    background-size: 14px 14px;
}


@media (min-width: 992px) {
    .float.btn-phone {
        display: none;
    }
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn-phone:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    color: black !important;
    scale: 1.1;
}

.title {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.5rem;
    color: #272936;
}

@media (max-width: 545px) {
    .title {
        font-size: 0.9rem;
    }
}

@media (min-width: 546px) and (max-width: 767px) {
    .title {
        font-size: 1.1rem;
    }

    .wrap-title {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 767px) {
    .wrap-title {
        width: 80%;
        margin: 0 auto;
    }

    .preface {
        top: 120px;
        font-weight: bolder;
        font-size: 1.2rem;
        color: #222222;

        /* animation */
        white-space: nowrap;
        overflow: scroll;
        border-right: 4px solid #212121;
        animation: cursor 1s step-start infinite,
            text 5s steps(18) alternate infinite;
    }
}

.wrap-title {
    border-radius: 3rem;
    background: white;
    box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.1);
    border: none;
}

.text-normal {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1em;
}

.bg-mask-cover {
    background-image: linear-gradient(195deg, #555555, #40634100);
}

.mi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-traitement {
    background-color: rgba(79, 205, 167, 0.12);
}

.img-traitement:hover {
    transform: scale(1.1);
    filter: sepia(0) saturate(2) brightness(1);

}

.black-brown {
    background: -webkit-linear-gradient(#562B05, #794D17);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-header {
    width: 50%;
    /* for mobile */
}

@media (min-width: 768px) {
    .img-header {
        width: 100%;
        /* for desktop */
    }
}