.c-header {
    max-width: 128rem;
    margin: auto;
    min-height: 42rem;
}
.c-header__content .primary-heading {
    color: rgba(255, 255, 255, 0.88);

}
.c-header__content p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 2.2rem;
    font-weight: 600 !important;
}
.c-header__content p strong {
    color: rgba(255, 255, 255, 1);
}
.c-button.primary-button {
    background-color: #fff!important;
    border: .2rem solid #fff;
    color: #4DDD45!important;
}
.c-button.secondary-button {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: .2rem solid #fff;
}
.c-button.secondary-button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #4DDD45;
}

.c-card-standard__text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-eco-circulaire {
    overflow: hidden;
}
.p-eco-circulaire .c-button {
    background-color: #4DDD45;
}
.p-eco-circulaire .c-button:hover {
    opacity: .8;
}
.p-eco-circulaire button.c-text-link {
    color: #4DDD45;
}
.p-eco-circulaire button.c-text-link:hover {
    color: #009A27;
}

/**********************/
/***** Responsive *****/
/**********************/

@media only screen and (min-width: 1280px) {
    .c-header {
        border-radius: 2.4rem;
    }
    .c-header__content p {
        font-size: 2.6rem;
    }
}