body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}
.first-content{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%; 
    margin: 0 auto;
}
.width-308{
    max-width: 500px !important;
}
.img-d{
    margin-right: -135px !important;
}
.comment{
    letter-spacing: 1.5px !important;
}
.para{
    text-align: justify !important;
}
.para-title{
    align-items: center !important;
    text-align: center !important;
}
.teams{
    /* margin: auto !important; */
    margin-left: 200px !important;
}
.img-team{
    margin-right: -45px !important;

}
.img-team-left{
    margin-right: -80px !important;

}
.img-team-right{
    margin-left: -40px !important;

}
h1, h2, h3, h4 {
    color: #333;
}

.text-warning {
    color: white !important;
    background-color: #D38200;
}

.text-decoration-underline {
    text-decoration: underline;
}

.text-align-center {
    text-align: center
}
.align-center {
    margin-left: auto;
    margin-right: auto
}
/* image */
.invest-img {
    border: 0
}
.invest-img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

.invest-img {
    max-width: 100%
}

.margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.margin-top.margin-12 {
    margin-top: .75rem
}
.margin-large {
    margin: 3rem
}
.margin-large-2 {
    margin: 3rem
}

.investisseurs-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    display: flex
}
.investisseurs-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex
}
.investisseurs-list_wrapper {
    width: 100%;
    max-width: 48rem;
    margin-left: -4.5rem
}

.investisseurs-list_wrapper.is-2 {
    margin-left: 4.5rem;
}

.investisseurs-item {
    border-radius: 100vw;
    width: 8rem;
    height: 8rem;
    display: flex;
    position: relative;
    overflow: hidden;
}
.investisseur-content_wrapper {
    cursor: default;
    background-color: #000000b3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: none;
    position: absolute;
    inset: 0%
}
.investisseurs-item:hover .investisseur-content_wrapper {
    display: flex !important;
    opacity: 1 !important;
    color: white !important;
}
.investisseur-name {
    /* color: var(--color--blue-100); */
    text-align: center !important;
    font-size: .75rem !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
}

.investisseur-profession {
    /* color: var(--color--gray-100); */
    text-align: center !important;
    font-size: .75rem !important;
    line-height: 1rem !important;
}
@media screen and (max-width:767px){
    
    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }
    .margin-large-2 {
        margin: 1.5rem
    }
	 .investisseurs-list_wrapper {
        margin-left: -2.5rem
    }

    .investisseurs-list_wrapper.is-2 {
        margin-left: 2.5rem
    }

    .investisseurs-item {
        width: 4.5rem;
        height: 4.5rem
    }

    .investisseurs-list {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem
    }

    .investisseurs-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column
    }
}
@media screen and (max-width:479px){
   
    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }
	.investisseurs-list_wrapper,
    .investisseurs-list_wrapper.is-2 {
        margin-left: 0
    }

    .investisseurs-item {
        width: 7rem;
        height: 7rem
    }

    .investisseurs-list {
        grid-column-gap: 2rem !important;
        grid-row-gap: 2rem !important;
        flex-direction: column !important;
    }

    .investisseurs-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-direction: row;
        justify-content: center
    }

}
@media screen and (max-width:991px){
    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }
    .margin-large-2 {
        margin: 2.5rem
    }
    .investisseurs-list_wrapper {
        width: auto;
        max-width: none
    }

    .investisseurs-item {
        width: 7rem;
        height: 7rem
    }

    .investisseur-image {
        object-fit: cover;
        width: 100%;
        max-width: none;
        height: 100%
    }
}
.img-prime {
    position: relative; 
    top: 50px;
    width: 100%;
    /* background: url('https://placehold.co/1400') no-repeat center; */
    background: url('../assets/img/successfull-happy-business-team.webp') no-repeat center;

    background-size: cover;
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 70px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 

   
}

.img-prime::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1; /* Place la superposition au-dessus de l'image */
}

.img-prime * {
    position: relative;
    z-index: 2;
    color: white !important;
}


.text-c{
   
}

/* Mobile petit (max-width: 479px) */
@media screen and (max-width: 479px) {
   
    .text-c{
        
    }
    .first-content {
        margin-left: 0 !important;
        text-align: center;
    }
    .img-prime {
        height: auto;
        top: 0px;
        padding: 20px;
        background-size: cover;
    }
    .img-d {
        margin-right: 0 !important;
    }
    /* .teams {
        margin-left: 0 !important;
    }
    .img-team, .img-team-left, .img-team-right {
        margin: 0 !important;
    } */
    .comment {
        font-size: 14px;
        text-align: center;
    }
    .para {
        text-align: justify;
        font-size: 14px;
    }
    img {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
   
    .first-content {
        /* margin-left: 0 !important;
        text-align: center; */
    }
    .img-d {
        margin-right: 0 !important;
    }
    .teams {
        margin-left: 0 !important;
    }
    .img-team, .img-team-left, .img-team-right {
        margin: 0 !important;
    }
    .para {
        font-size: 16px;
    }
}

/* Tablette paysage et petit écran (max-width: 991px) */
@media screen and (max-width: 991px) {
    
    .first-content {
        /* margin-left: 50px !important; */
        text-align: center !important;
    }
    .img-d {
        margin-right: -50px !important;
    }
    .teams {
        margin-left: 100px !important;
    }
    .img-team {
        margin-right: -20px !important;
    }
    .img-team-left {
        margin-right: -40px !important;
    }
    .img-team-right {
        margin-left: -20px !important;
    }
}

/* Écran moyen (min-width: 768px) */
@media screen and (min-width: 768px) {
    .text-c{
        margin: auto;
    }
    .img-prime {
        height: 40vh;
        top: 50px;
        padding-top: 40px;
    }
    .first-content {
        /* margin-left: 100px !important; */
    }
    .img-d {
        margin-right: -100px !important;
    }
}


@media screen and (min-width: 1920px) {
    .text-c{
       text-align: center;
    }
    .img-prime {
        height: 60vh;
        padding-top: 50px;
    }
    .first-content {
        /* margin-left: 300px !important; */
        justify-content: center;
        text-align: center;
    }
    .teams {
        margin-left: 300px !important;
    }
    .img-team {
        margin-right: -60px !important;
    }
    .img-team-left {
        margin-right: -80px !important;
    }
    .img-team-right {
        margin-left: -60px !important;
    }
}
