* html, body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	cursor: default !important;
	/*	scrollbar-visibility: hidden;
	scrollbar-width: none;*/
	-ms-overflow-style: none;
	font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

.roboto-bold {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: normal;
}

.roboto-black {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: normal;
}

.roboto-thin-italic {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-style: italic;
}

.roboto-light-italic {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}

.roboto-regular-italic {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: italic;
}

.roboto-medium-italic {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: italic;
}

.roboto-bold-italic {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: italic;
}

.roboto-black-italic {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: italic;
}


a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a
{
	color: #333333;
	padding: 5px;
	width: 1em;
}

input[type=text]:hover
{
    border: 1px solid #adadad;
}
.cadre_top_page_login_date
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-size: 15px;
    color: #1c1c1c;
    background: transparent;
    border: 1px solid transparent;
}
.cadre_top_page_login_fete
{
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-size: 15px;
    color: #1c1c1c;
    background: transparent;
    border: 1px solid transparent;
}
.cadre_top_page_login
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #fafafa;
}
.cadre_bottom_page_login
{
    position: fixed;
    z-index: 100;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EEEEEE;
    color: #FFFFFF;
}

#l
{
    position: absolute;
    display: block;
    bottom: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 313px;
    height: 30px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #2a2a2a;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #e2dcd1;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
}
#p
{
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 313px;
    height: 30px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #2a2a2a;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #C5C5C5;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
}
.button_login
{
    position: absolute;
    display: block;
    top: 65px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: 48px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    user-select: none;
    background-color: #DCDCDC;
    border: 1px solid #C5C5C5;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 2.1;
    border-radius: 5px;
    letter-spacing: 1px;
}
.button_login_message
{
    position: absolute;
    display: none;
    top: 110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: 48px;
    border: 0px solid #CECECE;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #FDE0EB;
    letter-spacing: 1px;
}