
/************************************/
/*** FONTS + COULEURS ***************/
/************************************/

@font-face{font-family:Verdana, Helvetica, Arial, sans-serif;src:url(./fonts/Brother-1816-Regular.eot);src:url(./fonts/Brother-1816-Regular.eot?#iefix) format('embedded-opentype'),url(./fonts/Brother-1816-Regular.woff) format('woff'),url(./fonts/Brother-1816-Regular.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:Verdana, Helvetica, Arial, sans-serif;src:url(./fonts/Brother-1816-Thin.eot);src:url(./fonts/Brother-1816-Thin.eot?#iefix) format('embedded-opentype'),url(./fonts/Brother-1816-Thin.woff) format('woff'),url(./fonts/Brother-1816-Thin.ttf) format('truetype');font-weight:100;font-style:normal}@font-face{font-family:Verdana, Helvetica, Arial, sans-serif;src:url(./fonts/Brother-1816-Bold.eot);src:url(./fonts/Brother-1816-Bold.eot?#iefix) format('embedded-opentype'),url(./fonts/Brother-1816-Bold.woff) format('woff'),url(./fonts/Brother-1816-Bold.ttf) format('truetype');font-weight:700;font-style:normal}@font-face{font-family:Verdana, Helvetica, Arial, sans-serif;src:url(./fonts/Brother-1816-ExtraBold.eot);src:url(./fonts/Brother-1816-ExtraBold.eot?#iefix) format('embedded-opentype'),url(./fonts/Brother-1816-ExtraBold.woff) format('woff'),url(./fonts/Brother-1816-ExtraBold.ttf) format('truetype');font-weight:900;font-style:normal}


body{
	font-size: 14px;
}

:root {
    --uas-couleur-1: #940E18;
    --uas-couleur-2: ;
    --uas-couleur-3: #940E18;
    --uas-couleur-4: ;
}

* {	
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
}

a {
    color: var(--uas-couleur-1);
}
a:hover {
    color: var(--uas-couleur-1);
    background-color: var(--uas-couleur-3);
}


/************************************/
/*** LOGO ***************************/
/************************************/

.pageCover {
    background-image: url("https://static.moveonfr.com/fr-paris-8/images/logo.jpg");
    background-position: 0px 15px;
    background-size: 180px;
}
@media (min-width: 768px) {
    .pageCover {
        background-position: 0px 15px;
        background-size: 180px;
    }
}
@media (min-width: 1200px) {
    .pageCover {
        background-position: 0px 15px;
        background-size: 180px;
    }
}

/************************************/
/*** BOUTONS ************************/
/************************************/

input[type="submit"], button, input[type="reset"], .button,
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover,
.consent-btn,
.consent-btn:hover,
.addSection,
.addSection:hover,
button.irm_filter_btn,
button.irm_filter_btn:hover {
    background-color: var(--uas-couleur-1);
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
}

button[kind="previous_button"],
button[kind="previous_button"]:hover,
button[kind="next_button"],
button[kind="next_button"]:hover,
button[kind="save_button"],
button[kind="save_button"]:hover,
button[kind="submit_button"],
button[kind="submit_button"]:hover   {
    background-color: var(--uas-couleur-1);
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 !important;
    background-image: none;
    border: 0;
}
button[kind="previous_button"]:after,
button[kind="next_button"]:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: calc(50% - 5px);
    min-width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #FFF;
    transform: rotate(135deg);
    margin-left: 10px;
}
button[kind="next_button"]:after {
    left: auto;
    right: 0;
    transform: rotate(315deg);
    margin-left: 0;
    margin-right: 10px;
}


/************************************/
/*** NAVIGATION *********************/
/************************************/

li.currentLanguage {
    background: var(--uas-couleur-1);
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;

}
#languageButtons li {
    font-weight: 600;
    text-transform: uppercase;
}




/************************************/
/*** LAYOUT *************************/
/************************************/
.menuContainer,
.wizardTitleBar,
.formContainer fieldset > legend,
.searchBox .searchHeader{
    background-color: var(--uas-couleur-3);
	color : white;
}
.vMenu > a > li,
.vMenu > a > li:hover,
.vMenu > a > li.active {
    border: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
}
.vMenu > a > li.active {
    font-weight: 600 !important;
}

._background_patch {
    background-color: var(--uas-couleur-1) !important;
}

/************************************/
/*** TITRES *************************/
/************************************/

h1,
.formHeader {
    color: var(--uas-couleur-1) !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-bottom: .8em;
    display: flex;
    position: relative;
    line-height: inherit !important;
    font-weight: 600 !important;
}

.formContainer fieldset > legend,
.searchBox .searchHeader {
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

/************************************/
/*** FORMS **************************/
/************************************/

select, .rowControl > select,
textarea, .rowControl > textarea,
input[type="text"], input[type="search"], input[type="password"], input[type="file"], input[type="number"], input[type="email"],
._qs_input_style input.md-form-control,
._qs_input_style input.md-form-control:focus,
.fs-label-wrap .fs-label {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    max-width: 100%;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: var(--uas-couleur-1);
    color: #000000;
    background-color: #f5f8f7 !important;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    position: relative;
}
input[type=file]:before {
    background-color: var(--uas-couleur-1);
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
}
input[type=file]:after {
    background-color: var(--uas-couleur-3);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
}
.fs-label-wrap {
    border: 0 !important;
}
.fs-arrow:after {
    border-top: 10px solid var(--uas-couleur-3) !important;
}

/************************************/
/*** FOOTER *************************/
/************************************/

.pageFooter {
    background-color: var(--uas-couleur-4);
}

.menuContainer {
	display:none;
}

.loginBar {

    top: 15px;
}

