@font-face {
	font-family: Arboria;
	src: url(/fonts/Arboria-Bold.ttf);
}

@font-face {
	font-family: BeVietnamPro;
	src: url(/fonts/BeVietnamPro-Regular.ttf);
}

@font-face {
	font-family: BeVietnamPro;
	src: url(/fonts/BeVietnamPro-Bold.ttf);
	font-weight: bold;
}

* {
	-webkit-box-sizing: border-box; /* Safari 3.1+ */
	-moz-box-sizing: border-box; /* Firefox 2+ */
	box-sizing: border-box; /* Standard syntax */
	background: transparent;
	margin: 0;
	padding: 0;
}

html {
	font-family: BeVietnamPro, sans-serif;
	font-size: 100%;
}

body {
	background: #fff;
	font-family: BeVietnamPro, sans-serif;
	font-size: 1em;
}

img {
	border: none;
}

div {
	position: relative;
	font-family: BeVietnamPro, sans-serif;
}

button:active, button:focus {
	outline: none;
}

input[type=button]:focus, input[type=button]:active {
	outline: none;
}

/* ------------------------------------------- Bannière ------------------------------------------- */


div#ban {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
}

div#subban {
	width: 100%;
	padding: .5em;
	/* border-bottom: 3px solid #6e398e; */
	overflow: hidden;
}

div#ban_left {
	float: left;
}

div#ban_left img {
	height: 2em;
}

div#ban_right {
	float: right;
	max-width: 60%;
	padding: .25em 0 0 0;
	font-family: Arboria, sans-serif;
	line-height: 1;
	color: #6e398e;
}

div#ban_right div {
	float: right;
}

div#ban_right div.my_account {
	float: right;
	cursor: pointer;
}

div#ban_right p {
	text-align: right;
	padding-top: .5em;
	margin-right: 2.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inherit;
}

div#ban_right p.my_account {
	text-align: right;
	padding-top: .5em;
	margin-right: 2.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inherit;
	cursor: pointer;
}


/* ------------------------------------------- Menu ------------------------------------------- */


div#menubar {
	background: #6e398e;
}

div#menubar p {
	font-family: Arboria, sans-serif;
	font-size: 1em;
	color: #fff;
	padding: .5em 0 .5em .5em;
}

div#menubar .menu_cursor {
	cursor: pointer;
}

div#user_menu {
	display: none;
	float: left;
	max-width: 50%;
}

div#user_menu p {
	background: #6e398e;
	border-bottom: 2px solid rgba(255,255,255,.1);
	text-align: left;
	cursor: pointer;
}

div#user_menu p:first-child {
	border-top: 2px solid rgba(255,255,255,.1);
}

div#user_menu a {
	display: block;
	text-decoration: none;
	padding: .5em 1em .5em .5em;
	color: #fff;
	font-family: Arboria, sans-serif;
	font-size: .95em;
}

div#user_menu p:hover {
	background: rgba(110,57,142,.8);
}

/* ------------------------------------------- Contenus Pages ------------------------------------------- */


div#content {
	position: fixed;
	z-index: 1;
	top: 6.5em;
	left: 0;
	width: 100%;
	height: calc(100vh - 10.5em);
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
}

div#contentcenter {
	width: 95%;
	margin: 0 auto;
}

div#contentleft {
	padding: 0 .5em;
}

/* ------------------------------------------- Page Accueil ------------------------------------------- */

p.paccueil {
	text-align: left;
	font-size: .95em;
	margin: .5em 0;
}

p.ptitre {
	text-align: left;
	font-size: .95em;
	margin: 0 0 .5em 0;
}

div.subsupport {
	display: inline-block;
	background: rgba(110,57,142,.1);
	text-align: left;
	font-size: .95em;
	margin: 0 1em 1em 0;
	padding: .5em;
	border: 1px solid #6e398e;
	/* border-radius: .5em; */
}

p.paccueil a {
	text-align: left;
	font-size: .95em;
	text-decoration: none;
	color: #69a020;
}

p.rubrique {
	text-align: left;
	font-family: Arboria, sans-serif;
	font-size: 1em;
	margin: .5em 0 .5em 0;
	text-decoration: underline;
}

p.rubrique span {
	color: #6e398e;
}

div#AppContainer {
	text-align: left;
}

p.papp {
	display: inline-block;
	background: rgba(110,57,142,.1);
	text-align: left;
	font-size: .95em;
	margin: 0 1em 1em 0;
	padding: .5em;
	border: 1px solid #6e398e;
	/* border-radius: .5em; */
}

p.papp img {
	background: #fff;
	max-height: 4em;
	border: 1px solid #6e398e;
	/* border-radius: .5em; */
	padding: .5em;
}

p.papp a {
	text-align: left;
	font-size: .95em;
	text-decoration: none;
	color: #69a020;
}


/* ------------------------------------------- Page Erreur ------------------------------------------- */

div#error_panel {
	display: inline-block;
	max-width: 100%;
	background: rgba(110,57,142,.1);
	border: 1px solid #6e398e;
	border-radius: 1em;
	padding: .5em 5em;
	margin: 1em 0 0 0;
}

div#error_panel p.erreur {
	font-family: Arboria, sans-serif;
	color: #000;
}

div#error_panel p.comment {
	margin: .5em 0 0 0;
	font-family: Arboria, sans-serif;
	font-size: .875em;
	color: #000;
}

/* ------------------------------------------- Ecran Connexion ------------------------------------------- */

div#login_panel {
	display: inline-block;
	max-width: 100%;
	background: rgba(110,57,142,.1);
	border: 1px solid #6e398e;
	/* border-radius: 1em; */
	padding: .5em 5em 1.25em 5em;
	margin: 1em 0 0 0;
}

div#login_panel p {
	font-family: Arboria, sans-serif;
	color: #000;
}

.loginbt {
	margin: 1em 0 0 0;
	padding: 0.75em 2em;
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
	background: #eee;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.loginbt:before {
	content: "";
	background: linear-gradient(
		45deg,
		#ff0000,
		#ff7300,
		#fffb00,
		#48ff00,
		#00ffd5,
		#002bff,
		#7a00ff,
		#ff00c8,
		#ff0000
	);
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing-button-85 20s linear infinite;
	transition: opacity 0.3s ease-in-out;
	border-radius: 10px;
}

@keyframes glowing-button-85 {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.loginbt:after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.loginbt img {
	height: 2em;
}


/* ------------------------------------------- Page "Mon Compte" ------------------------------------------- */

div#account_panel {
	display: inline-block;
	max-width: 100%;
	/* background: rgba(110,57,142,.1); */
	/* border: 1px solid #6e398e; */
	/* border-radius: 1em; */
	/* padding: .5em 1em 1em 1em; */
}

div#account_panel p.title {
	font-family: Arboria, sans-serif;
	font-size: 1em;
	padding: 0 0 .25em 0;
	border-bottom: 2px solid #6e398e;
}

table#MyAccount {
	width: 100%;
	border: 0;
	margin: .5em 0 0 0;
	font-family: Arboria, sans-serif;
	font-size: 1em;
	color: #000;
}

table#MyAccount td {
	text-align: left;
	padding: .5em 0 0 0;
}

table#MyAccount tr {
	border: 1em solid rgba(110,57,142,.4);
}

table#MyAccount td {
	text-align: left;
	padding: .5em 1em .5em .25em;
	font-family: BeVietnamPro, sans-serif;
	font-size: .75em;
	color: #555;
}

table#MyAccount td:first-child {
	text-align: left;
	padding: .5em 2em .5em .25em;
	border: 0;
	color: #000;
	font-weight: bold;
}

table#MyAccount td.tr1 {
	background: rgba(110,57,142,.2);
}

table#MyAccount td.tr2 {
	background: rgba(110,57,142,.3);
}













/* ------------------------------------------- Footer ------------------------------------------- */



div#footer {
	position: fixed;
	background: #fff;
	z-index: 4;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 3px solid #6e398e;
}

div#footer p {
	text-align: center;
	font-size: .625em;
	color: #000;
	padding: 1em 0;
}






/* ---------------------------------------- Content Scale for devices ---------------------------------------- */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	body {
		font-size: .875em;
	}

	div.subsupport {
		width: 100%;
	}

	p.papp {
		width: 100%;
	}

	/* div#contentcenter { */
		/* width: 95%; */
	/* } */

	/* div.button { */
		/* width: 100%; */
		/* margin: 10px 0; */
	/* } */

	/* div.topsubinfo { */
		/* min-width: 70%; */
	/* } */

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	body {
		font-size: .875em;
	}
	/* div#contentcenter { */
		/* width: 540px; */
	/* } */

	/* div.button { */
		/* width: 250px; */
		/* margin: 10px; */
	/* } */

	/* div.topsubinfo { */
		/* min-width: 80%; */
	/* } */


}

/* Medium devices (landscape tablets, 820px and up) */
@media only screen and (min-width: 820px) {

	body {
		font-size: 1em;
	}

	/* div#contentcenter { */
		/* width: 810px; */
	/* } */

	/* div.button { */
		/* width: 250px; */
		/* margin: 10px; */
	/* } */

	/* div.topsubinfo { */
		/* min-width: 50%; */
	/* } */

}

/* Large devices (laptops/desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	body {
		font-size: 1em;
	}
	
	/* div#contentcenter { */
		/* width: 1080px; */
	/* } */

	/* div.button { */
		/* width: 250px; */
		/* margin: 10px; */
	/* } */

	/* div.topsubinfo { */
		/* min-width: 30%; */
	/* } */

}

/* Very Large devices (laptops/desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

	body {
		font-size: 1em;
	}
	
	/* div#contentcenter { */
		/* width: 1350px; */
	/* } */

	/* div.button { */
		/* width: 250px; */
	/* } */

	/* div.topsubinfo { */
		/* min-width: 30%; */
	/* } */

}
