#splash-page {
  overflow-y: hidden;
}

#splash-page .small-margins {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

#splash-page button.translate-link {
    float: right;
    border: 0;
    background-color: #FFF; 
    color: #595959;
    text-decoration: underline;
    cursor: pointer;
}

#splash-page button.translate-link:hover {
    text-decoration: underline;
}

#splash-page .modal-body {
    border: none;
    background-color: #FFF;
}

#splash-page .translate-link {
    text-align: right;
}

#splash-page button.btn {
    /*width: 75%;*/
}
#splash-page .btn > span {color: #595959; font-weight: normal; font-size: 1.231rem;}
#splash-page .btn:hover > span {color: white;}

#splash-page .investisseur >  button.btn {
    float: right;
}

#splash-page .investisseur >  div {
    float: right;
    margin-top: 5%;
}

#splash-page .modal-header button.close {
    display: none;
}

#splash-page .modal-body {
    overflow: auto;
}

#splah-page .hide {
    display: none;
}

@media (max-width: 769px) {
    #splash-page .modal-dialog {
        margin: 0;
        display: inline-block;
        width: 100%;
        height: 100% !important;
    }

    #splash-page .modal-content {
        height: 100%;
    }
}

@media (min-width: 770px) {
    #splash-page .modal-dialog {
        width: 948px;
        max-width: 75%;
    }

    #splash-page .modal-content {
        /*height: 375px;*/
    }
}

#splash-page .btn {margin-top: 1.5rem; font-size: 1.6rem;}

.membre {margin-top: 3rem;}
