.countdown {
    color: #44a777;
    color: var(--green);
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.countdown-number {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -15px;
    margin-right: 50px;
    white-space: nowrap;
}
.countdown-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.countdown-text-line1 {
    font-size: 41px;
    line-height: 40px;
    letter-spacing: -2px;
}
.countdown-text-line2 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -2px;
}
.petition-cta {
    margin-top: 30px;
    margin-right: -50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.petition-cta > * {
    margin-right: 50px;
}
.copyright {
    font-size: 14px;
    font-style: italic;
    position: relative;
    top: -8px;
}
.btn-group-homepage-share {
    display: flex;
    flex-wrap: wrap;
}
.btn-group-homepage-share .btn-share {
    background-color: #eee;
    color: #444;
    color: var(--text-color);
}
.btn-group-homepage-share .btn-share:hover,
.btn-group-homepage-share .btn-share:active {
    background-color: #ddd;
}
.who-are-we-facebook-cta {
    margin-top: 60px;
}

.homepage-container-first p:first-child {
    margin-top: 27px;
}
.soutiens-banner {
    display: flex;
    justify-content: space-between;
}
.soutiens-highlight {
    flex: 1 1 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: -20px;
}
.soutiens-highlight img {
    max-height: 100%;
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.soutiens-others {
    flex: 1 1 1000px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
}
.soutiens-others img {
    flex: 0 0 auto;
    max-height: 80px;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
}
@media (max-width: 900px) {
    .homepage-container-first p:first-child {
        margin-top: 1em;
    }
    .countdown-number {
        font-size: 100px;
        line-height: 100px;
        letter-spacing: -12px;
        margin-right: 30px;
    }
    .countdown-text-line1 {
        font-size: 34px;
        line-height: 40px;
    }
    .countdown-text-line2 {
        font-size: 50px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .countdown-number {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -8px;
        margin-right: 20px;
    }
    .countdown-text-line1 {
        font-size: 20px;
        line-height: 25px;
    }
    .countdown-text-line2 {
        font-size: 28px;
        line-height: 25px;
    }
    .petition-cta {
        margin-right: -35px;
    }
    .petition-cta > * {
        margin-right: 35px;
    }
}
@media (max-width: 500px) {
    .petition-cta {
        margin-right: 0;
        justify-content: center;
    }
    .petition-cta > * {
        display: block;
        margin-right: 0;
    }
    .who-are-we-facebook-cta {
        margin-top: 30px;
    }
}
