.altares .AltBanner{
    margin-bottom: 0;
}

.altares .alt-banner-wrapper{
    margin-bottom: 0;
    padding-bottom: 100px;
}


.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_bleu_fonce.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 {
    background: white;
    border-radius: 12px;
    padding: 24px;
}

.altares .RequestAccessBar {
    color: var(--tc-main-text-color);
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    background-color: white !important;
    border-radius: 12px;
}
.altares .RequestAccessBar h3, .altares .RequestAccessBar p{
    color: #050505;
}

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

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


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

.RequestReclaimAccessModalBody .change-tab {
    color: #00576F !important; /* Main bg is white which makes it invisible */
}




/* For large screens */
@media (min-width: 1201px) {
    .altares .TrustCenterViewPublic {
        padding-top: 300px;
        margin-top: -150px;
    }
}

@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%;
    }
}
