.section-custom {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title {
    font: 2.8vw Montserrat;
    font-weight: 400;
}


.is-white {
    color: #FFF;
}

.is-green {
    color: #3fb3a8;
}

.is-bg-green {
    background-color: #3fb3a8;
}

.is-bg-white {
    background-color: #FFF;
}

.is-center {
    text-align: center;
}

.has-margin-v-1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.is-w-100 {
    width: 100%;
}

.is-justify-content-center {
    display: flex;
    justify-content: center;
}

.separator {
    background-color: #3fb3a8;
    height: 25px;
    width: 100%;
}

.btn-colivreur {

}

.account-link:hover {
    background-color: #FFF;
}

.btn-colivreur:hover {
    color: #3fb3a8 !important;
}

/******** Responsive *********/

@media (max-width: 767px) {
    .section-title {
        font-size: 4.5vw;
    }
}