.inclusion-content-item {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.inclusion-content-item.active {
    display: block;
    opacity: 1;
}

.pole-banner {
    background-image:var(--bg-desktop);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

@media(min-width: 1920px) {
    .pole-banner {
        height: 45vh;
    }
}

@media(max-width:992px){
    .pole-banner{
        position:relative;
        background-image: var(--bg-mobile);
        height: 85vh;
        display: block; 
    }
}

.img-logo-banner {
    width: auto;
    height: auto;
    max-width: 300px;
    object-fit: cover;

    border-radius: 0px;
}

@media(max-width: 768px) {
    .img-logo-banner {
        max-width: 180px;
    }
}

.cdp-type-button {
    width: max-content !important; 
    margin-bottom: 10px
}

.section-axian-investment {
    padding: 0px !important;
    background-color: #414042;

    color: #fff;
}

.section-axian-investment h1 {
    font-family: 'roboto_bold';
}

.section-axian-investment .axian-investment-image {
    width: auto;
    height: auto;

    max-width: 100%;
    object-fit: cover;
}

.section-axian-investment .axian-investment-texte {
    height: 100%;

    display: flex;
    align-items: center;

    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
}

.section-axian-investment .axian-investment-texte .axian-investment-logo {
    width: auto;
    height: auto;

    max-width: 200px;
    object-fit: cover;
}

.section-inclusion-financiere {
    padding-right: 0px !important;
}


.cluster-act-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

.row-cluster-act {
    background-color: #fff;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
}


.col-cluster-act {
    padding: 0 !important;
}

.cluster-with-foundation-content {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media(max-width:768px){
    .cluster-act-img{
        border-bottom-left-radius:0px;
    }

    .cluster-with-foundation-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.cluster-with-foundation-content p {
    /* font: inherit !important; */
    color: inherit !important;
}

.axian-agit-logo {
    width: auto;
    height: auto;

    max-width: 300px;
    object-fit: cover;
}


.section-inclusion-financiere img {
    border-radius: 0px;
}

.cluster-with-axian-foundation img {
    border-radius: 0px;
}

.col-cluster-act img {
    border-top-left-radius: 55px;
}

.cluster-act-logo {
    border-radius: 0px !important;

    max-width: 300px;
}

@media(max-width:768px){
    .cluster-act-logo{
        max-width:200px;
    }
}

.margin-top-40 {
    margin-top: 40px !important;
}

.title-in-two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-button-redirection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.lowercase-uppercase {
    text-transform: lowercase;
}

.lowercase-uppercase::first-letter {
    text-transform: uppercase;
}

.chiffre-cle-chevron-button-control {
    width: 40px;
    height: 40px;
    background-color: #d6254f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d6254f;
}

.padding-left-right-15 {
    padding-left: 15%;
    padding-right: 15%;
}

.max-height-350-mobile {
    max-height: 350px;
}