body{
    font-size: 1.2em;
}
.invest-img{
    padding-top: 15px;
    padding-left: 20px;
    width: 100%;
    height: auto !important;
    background: url(../images/auto3.jpg)no-repeat center;
}
.invest-img:before{
    content: "";
    background: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    position: static;
    width: 100%;
    height: 100%;
}
.text-p{
    font-weight: bold;
    font-size: 2em;
}
.text-container{
    margin-top: 20px;
    color: white;
}
.btn-funds{
    width: 200px;
    height: 60px;
    background:#008081 !important;
    padding: 5px 20px 5px 20px;
    border: none;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: none !important;
}
.btn-funds:hover{
    background: rgba(0,155,155,0.5);

}
.full-div, .distinction{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background:rgba(18,235,115,0.1);
}
.col-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Répartit l'espace entre les éléments */
    height: 100%; /* Permet d'étirer la div */
    width: 100%;
    min-height: 250px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: white;
}
.row-distinction {
    align-items: stretch; /* Assure que les colonnes ont la même hauteur */
}

.col-distinction {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Répartit l'espace entre les éléments */
    height: 100%; /* Permet à la div de s'étirer */
    padding: 20px; /* Ajuster selon le besoin */
}

.col-distinction h2,
.col-distinction p,
.col-distinction ul {
    line-height: 1.5;
    flex-grow: 3; /* Permet au texte d'occuper l'espace disponible */
}

.col-distinction button {
    align-self: flex-start; /* Aligne le bouton en bas */
}

.col-link{
    color:#008081 !important;
    font-weight: bold;
    text-decoration: none;
}
.col-link:hover{
    width: auto;
    text-decoration: none;
    color:#008081 !important;
}
.title{
    padding-top: 40px;
    margin-bottom: 40px;
}
.img-distinction{
    width: 100%;
    min-height: 100%; /* Ajuste selon tes besoins */
    object-fit: cover; /* Empêche l'image de se déformer */
    border-radius: 0 30px 0 0;
}
@media (max-width: 991px) {
    .invest-img{
        width: 100%;
        height: auto;
        background: url(../images/img-invest2.jpg)no-repeat center;
        background-color: rgba(0,0,1,0.5);
    }
    .row-container{
        gap:10px;
    }
    .col-container{
        margin-bottom: 20px;
    }
    .row-col{
        margin-bottom: 20px;
    }

}