
.wrapper-organisme {
    padding: 30px 0 260px;
    background-size: cover;
    background-image: url(../images/bg/bg-initiative.png);
    background-repeat: no-repeat;
    position: relative;
    background-color: #38b6ff14;
}


.bg-initiative-bg {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0.7;
}
.wrapper-organisme .container {
    width: 1450px;
}

.wrap-organisme.row-container {
    align-items: initial;
    justify-content: initial;
}
.item-organisme {
    position: relative;
    width: 25%;
    padding: 10px;
}

.wrap-item-organisme {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    min-height: 365px;
    box-shadow: 0 0 10px #0000000a;
}

.organisme-img {
    height: 70px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.organisme-texte-content {
    position: relative;
    margin-bottom: 20px;
}