.banner_page {
    background-image: url("../images/image-exposants.png");
}

.nav {
    background-color: white;
}
.nav ul {
    background-color: white;
}
a {
    color: black;
}
.main{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.financedurable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 10px 8px 0px rgb(191 219 254);
    margin: 20px 0;
}

.financedurable .text {
    flex: 1;
    margin: 0 20px 0 0;
    font-size: 1.2rem;
    color: #333;
    text-align: justify;
}
.text ul{
    margin-left: 3rem;
    list-style: none;
    line-height: 2;
}
.text ul li {
    background: url("../images/objectif.png") no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.financedurable img {
    max-width: 250px;
    height: auto;
}

/* Design responsive */
@media (max-width: 768px) {
    .financedurable {
        flex-direction: column;
    }

    .financedurable .text {
        margin: 0 0 10px 0;
        text-align: left;
        font-size: 1rem;
    }
    .text ul{
        margin-left: 1.5rem;
    }
    .financedurable img {
        max-width: 80%;
    }
}
