body {
    background: #f8f8f8;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.title-hero {
    color: #148a28;
}

.svg {
    width: 100px;
    height: 100px;
}

.hero {
    background: linear-gradient(to bottom, #499c5d, #befaba);
    width: 100vw;
    height: 10vh;
}

.custom-shape-divider-top-1727625781 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1727625781 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

.custom-shape-divider-top-1727625781 .shape-fill {
    fill: #FFFFFF;
}

video {
    border-radius: 25px;
}
.histoire {
    border-radius: 25px;
}
.clip-path {
    width: 250px;
    height: 175px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.card-border {
    position: relative;
}

@media screen and (max-width: 576px) {
    .card-border {
        border-bottom: 1px solid #88B300;
        width: 75%;
        margin: auto;
    }
    .clip-path {
        width: 250px;
        height: 150px;
    }
}


@media screen and (min-width: 768px) {
    .card-border::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 60px;
        border-left: 3px solid #88B300;
        border-bottom: 3px solid #88B300;
    }
}
.btn {
    background-color: #53c466;
    color: #FFFFFF;
}

.btn:hover {
    background-color: #148a28;
    color: #FFFFFF;
}

.img-partenaire {
    width: 150px;
    height: 150px;
}

footer {
    background-color: #148a28;
    color: #FFFFFF;
}

footer li a {
    text-decoration: none;
    color: white;
}

footer a {
    text-decoration: none;
    color: white;
}