.altares .AltBanner{
    background-image: url("/Background_Leading.svg");
    margin-bottom: 0;
}

.altares .alt-banner-wrapper{
    background-image: url("/visuel_leading.svg");
    background-repeat: no-repeat;
    /** offset the image to the right */
    background-position: right;
    /** set the height to 100% */
    background-size: contain;
    margin-bottom: 0;
}


.altares .AltBanner h1,  .altares .AltBanner p{
    /*color: #63c0be*/
    color: white;
}
.altares .AltBanner .alt-banner-button.secondary{
    display: none;
}

.altares .TrustCenterViewPublic {
    padding: 200px 5% 5%;
    width: 100%;
    max-width: none;
    background-image: url("background_with_icons.svg");
    /** set the background to 100% width with vertical repeat*/
    background-size: 100%;
    margin-top: -100px;
    z-index: 1;
}

.altares .TrustCenterViewPublic .title-container .title {
    color: white;
}

.altares .DocumentSection {
    display: none;
}

.altares .RequestAccessBar {
    /* margin-bottom: 48px; */
    /* background-color: var(--tc-main-bg-color); */
    /* border-radius: 12px; */
    color: var(--tc-main-text-color);
    /* max-height: 360px; */
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    justify-content: center;
    padding: 20px 3px;
}

.altares .documents-section {
    padding: 5%;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.altares #document-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.altares .document-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FF5733;
    padding: 10px 16px;
    border-radius: 24px;
    color: white;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    z-index: 2; /* needs to be above the below background to be clickable*/
}

.altares .document-icon {
    display: flex;
    align-items: center;
}

.altares .document-icon img {
    width: 16px;
    height: 16px;
}

.altares .document-name {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.altares .documents-section h2{
    color: black;
}

.altares .RequestAccessBar{
    background-color: transparent !important;
}
.altares .RequestAccessBar h3, .altares .RequestAccessBar p{
    color: white;
}

.altares .RequestAccessBar button, .RequestReclaimAccessModalBody button {
    background-color: #00576F !important;
    color: white !important;
}
.altares .RequestAccessBar button {
    color: #00576F !important;
    background-color: white !important;
}
.CategoryModalHeader .category-title-container .category-title, .RequestReclaimAccessModalBody .modal-title {
    color: #00576F !important;
}
.altares .TrustCenterSearchBar, .altares .AltOverview {
    display:none;
}

/* Modal is not in the .altares class */
.TrustCenterSignNDAModal {
    overflow: scroll !important;
}

.altares .TrustCenterViewPublic  .TrustUpdateCard  .title-container .title {
    color: black;
}


/* For large screens */
@media (min-width: 1201px) {
    .altares .documents-section {
        background: white;
        background-image: url("/Group-341.svg");
        background-repeat: no-repeat;
        background-position: calc(60% + 200px) center; /* Adjusted for larger screens */
        background-size: auto 80%;  /* Slightly larger background */
        padding-bottom: 120px;
        max-width: 1200px;  /* Limit maximum width */
        margin: 0 auto;  /* Center the section */
    }

    .altares #document-list {
        max-width: 500px;
    }

    .altares .TrustCenterViewPublic {
        padding-top: 300px;
        margin-top: -150px;

    }
}

/* For medium screens */
@media (min-width: 750px) and (max-width: 1200px) {
    .altares .documents-section {
        background: white;
        background-image: url("/Group-341.svg");
        background-repeat: no-repeat;
        background-position: calc(55% + 100px) center;
        background-size: auto 80%;
        padding-bottom: 120px;
    }

    .altares #document-list {
        max-width: 400px;
    }
}



@media (max-width: 749px) {
    .altares .TrustCenterViewPublic {
        z-index: 0;
        padding: 5%;
        width: 100%;
        max-width: none;
        background-image: url("Background_bleu_fonce.svg");
        /** set the background to 100% width with vertical repeat*/
        background-size: 100%;
    }
    .altares .documents-section {
        padding: 5% 120px 120px;  /* Add space for the blocks at bottom */
    }
}
