#main_container{
    position: relative;
    width: 100%;  
    height: fit-content;
}

#probono_logo{
    margin-top: 200px;
    width: 100px;
    height: 100px;
    background-image: url("/v2/ressources/images/logo_WS_no_shadows.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.deco_line{
    flex-grow: 1;
    border-bottom: 1px solid rgb(163, 163, 163);
}

h3{
    text-transform: uppercase;
    margin-left: 50px;
    margin-right: 50px;
    font-weight: 300;
    text-align: center;
    width: min-content;
}

#probono_container{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
}

#probono_main_text{
    width: clamp(300px,50%, 600px);
    font-size: 20px;
    text-align: center;
    margin-bottom: 15vh;
}

#probono_title_collaborations{
    width: clamp(350px,50%, 600px);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#probono_collaborations{
    display: flex;
    width:  clamp(300px, 50%, 600px);
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20vh;
}

.probono_collaboration_link{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4vh;
    
    border-bottom: 1px solid gray;

    text-decoration: none;
    color: rgb(0, 0, 0);
    padding-bottom: 10px;
    filter: brightness(0) invert(0.4);
    transition: 0.3s;
}

.probono_collaboration_link_icon{
    width: 20px;
    height: 20px;
    margin-left: 0;
    background-image: url("/v2/ressources/images/foreign.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.probono_collaboration_link_text{
    width: 70%;
}

.probono_collaboration{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.probono_collaboration_link:hover{
    filter: brightness(0) invert(0);
}
