.pageCover {
    background: url("https://sante.sorbonne-universite.fr/sites/default/files/media/2023-07/logo_sante_horiz_rvb.svg") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
    padding-top: 100px;
    background-size: 25%;
    float: left;
    background-position: 0px 62px;
}

.pageContent {
    background: url("https://static.moveonfr.com/fr-sorbonne/images/Logo_RI_english.png") no-repeat scroll 0 20px #ffffff;
    background-size: 13%;
    float: right;
    background-position: 850px 41px;
}

.loginBar {
    top: 36px !important;
    padding-top: 30px;
}

.pageCover h1 {
    margin-top: 50px;
}

.vMenu > a > li {
    background-color: none;
    border-bottom: 1px solid #AB172F;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    /*color: white;*/
}

.vMenu > a {
    color: #AB172F !important;
}

    .vMenu > a > li:hover {
        background-color: #AB172F;
        color: white;
        cursor: pointer;
        font-weight: 700;
    }

    .vMenu > a > li:hover, .active {
        background-color: #AB172F !important;
        border: 0px;
    }

    .vMenu > a > li:active {
        background-color: #AB172F !important;
        border: 0px;
    }

li.currentLanguage {
    background: none repeat scroll 0 0 #AB172F;
    border-bottom: 4px solid #FAB500;
    color: white;
    padding: 4px 8px;
}

ul#languageButtons{
    margin-top: 10px;
}

.wizardTitleBar {
    background: #AB172F;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    color: white;
    margin-top: 47px;
}

#progressLabel {
    color: #525252;
}

.formContainer fieldset > legend {
    background: #F1F1F1;
    color: #AB172F
}

.formContainer fieldset {
    border-bottom: medium solid #F1F1F1;
}

.formHeader {
    color: #AB172F !important;
    border-bottom: 1pt solid #AB172F;
}

button[kind="next_button"], button[kind="previous_button"] {
    background-color: #AB172F;
}

    button[kind="next_button"]:hover {
        background-color: #FAB500 !important;
    }

button[kind="save_button"], button[kind="submit_button"] {
    background-color: #AB172F;
}

    button[kind="save_button"]:hover, button:hover {
        background-color: #FAB500 !important;
    }

    button[kind="submit_button"]:hover {
        background-color: #FAB500 !important;
    }

button[kind="previous_button"]:hover {
    background-color: #FAB500 !important;
}

input[type=submit], button, input[type=reset], .button {
    background-color: #AB172F;
    color: white;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
    background-color: #FAB500 !important;
}

#Disclaimer .rowControl > textarea {
    margin-left: -600px;
    margin-top: 25px;
}


.pageFooter::after {
    content: " <a class="impressum" href="https://www.thm.de/site/en/impressum.html" target="blank">Impressum</a> / <a class="impressum" href="https://www.thm.de/site/en/datenschutz.html" target="blank">Datenschutzerkl�rung</a>";
}
