/*  General CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Roboto-Regular, serif;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

img {
	max-width: 100%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* Default Link Styles */
a {
	text-decoration: none;
	line-height: inherit;
	box-sizing: border-box;
}

a img {
	border: none;
}

/*  Trabsition */
.BlocService a, header ul.Langue li a, header nav, header nav ul li a {
	transition: all 0.2s linear;
}

/*  header  */

header {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #fff;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

header .headerTrans {
	width: 100%;
	height: 85px;
	background: rgb(255 255 255 / 80%);
	filter: alpha(opacity = 80); /* For IE8 and earlier */
}

header .logo {
	float: left;
	margin-top: 35px;
}

header nav {
	display: inline-block;
	margin: 12px 0;
	padding: 16px 0;
}

header nav ul {
	list-style: none;
}

header nav ul li {
	float: left;
	padding: 5px 7px;
	font-size: 12px;
	letter-spacing: 1px;

	/* text-transform: uppercase; */

	/* border-right: 1px solid #e5e5e5; */
	height: 1.1em;
}

header nav ul li a, span.selected-locale {
	text-decoration: none;
	color: #999;
}

span.selected-locale {
	height: 20px;
	display: block;
	position: absolute;
	background-color: white;
	z-index: 99999;
}

header nav ul li a:hover {
	color: #000;
}

header nav ul li a:active {
	color: #000;
}

#nav_menu {
	position: relative;
}

li.locale:last-child {
	border-right: 0;
}

li.locale a {
	width: 100%;
	display: block;
	z-index: 999999;
}

header .menu_icon {
	width: 35px;
	height: 35px;
	background: url('../img/gma/menu_icon.png') no-repeat;
	float: right;
	margin-top: 18px;
	display: none;
}

header a.logo {
	background: url('../img/gma/logo_company.svg') no-repeat;
	width: 200px;
	height: 60px;
}

/*  BlocImage  */
.BlocImage {
	width: 100%;
	height: 800px;
	background: url('../img/gma/background_01.jpg') no-repeat top 35% center;
	background-size: cover;
	overflow: hidden;
}

/*  BlocFormulaire  */
.FormContent {
	max-width: 1200px;
	width: 400px;
	margin: 67px auto;
	padding: 20px 40px;
	position: relative;
	background: rgb(0 0 0 / 60%);
	border: 1px solid #fff;
	z-index: 8888;
}

.FormContent.small {
	width: 280px;
	margin: 117px auto;
	min-height: 0;
}

.FormContent.min-height-0 {
	min-height: 0;
}

.FormContentTitre {
	font-weight: lighter;
	font-size: 34px;
	padding: 10px 0;
	letter-spacing: 1px;
	max-width: 400px;
	white-space: normal;
}

.FormContentaide, .help-message, .display-panel {
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 5px 20px 20px;
}

.help-message .ui-accordion .ui-accordion-header, .help-message a,
.FormContent a {
	color: #bbb;
	font-weight: lighter;
	outline: 0;
}

.help-message .ui-accordion .ui-accordion-header {
	padding: 0;
}

.help-message .ui-accordion .ui-accordion-header:hover, .help-message a:hover,
.FormContent a:hover, .login-form .uap-display a:hover {
	color: #003341;
	cursor: pointer;
}

.FormContentInfoPerso {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 16px;
	padding-bottom: 20px;
}

/*  Formulaire  */
textarea, input[type='text'], input[type='password'], input[type='datetime'],
input[type='datetime-local'], input[type='date'], input[type='month'],
input[type='time'], input[type='week'], input[type='number'], input[type='email'],
input[type='url'], input[type='search'], input[type='tel'], input[type='color'],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #beced4;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%);
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

select, textarea, input[type='text'], input[type='password'], input[type='datetime'],
input[type='datetime-local'], input[type='date'], input[type='month'],
input[type='time'], input[type='week'], input[type='number'], input[type='email'],
input[type='url'], input[type='search'], input[type='tel'], input[type='color'],
.uneditable-input {
	display: inline-block;
	font-size: 12px;
	padding: 10px 5px;
	line-height: 20px;
	color: #999;
	vertical-align: middle;
	border-radius: 4px;
}

input, textarea, .uneditable-input {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	min-width: 80%;
}

input, button, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

label, input, button, select, textarea {
	font-weight: normal;
}

select {
	padding: 4px 6px;
	cursor: pointer;
}

/*  services  */

/*  les deux premiers  */
.services {
	width: 100%;
	padding-top: 30px;
	background: #fff;
	overflow: hidden;
}

.services .BlocService {
	display: block;
	width: 28.83%;
	height: auto;
	float: left;
	margin-right: 6.66%;
	margin-bottom: 50px;
}

.services .Icone.icon1 {
	background: url('../img/gma/icon_profile.svg') no-repeat;
}

.services .Icone.icon2 {
	background: url('../img/gma/icon_pencil.svg') no-repeat;
}

.services .Icone.icon3 {
	background: url('../img/gma/icon_bubble.svg') no-repeat;
}

.BlocService .contenu {
	display: block;
	width: 69.36%;
	float: left;
}

.BlocService .contenu a {
	color: #999;
	text-decoration: none;
}

.BlocService p {
	margin-bottom: 0;
	color: #999;
	font-size: 15px;
	line-height: 22px;
}

.BlocService a {
	text-decoration: none;
}

.BlocService a:hover {
	color: #000;
}

.BlocService h3 {
	margin-bottom: 20px;
	color: #585858;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
}

/*  le dernier  */
.services .BlocServicelast {
	display: block;
	width: 28.83%;
	height: auto;
	float: left;
	margin-right: 0;
	margin-bottom: 50px;
}

.BlocServicelast .contenu {
	display: block;
	width: 69.36%;
	float: left;
}

.BlocServicelast .contenu a {
	color: #999;
	text-decoration: none;
}

.BlocServicelast p {
	margin-bottom: 0;
	color: #999;
	font-size: 15px;
	line-height: 22px;
}

.BlocServicelast a {
	text-decoration: none;
}

.BlocServicelast a:hover {
	color: #000;
}

.BlocServicelast h3 {
	margin-bottom: 20px;
	color: #585858;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
}

/*  Footer  */

footer .GM {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

footer .copyright {
	color: #585858;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
	margin-bottom: 50px;
}

/*  pied de page  */
.pied {
	height: auto;
	width: auto;
	margin: auto;
	background: #f7f7f7;
}

/*  Responsive code  */
@media ( max-width :1200px) {
	.services .BlocService {
		display: block;
		width: 32%;
		height: auto;
		float: left;
		margin-right: 2%;
		margin-bottom: 50px;
	}

	.services .Icone {
		display: block;
		width: 20%;
		float: left;
		margin-right: 5%;
	}

	.services .Icone.icon1, .services .Icone.icon2, .services .Icone.icon3 {
		background-size: 100%;
	}

	.services .BlocServicelast {
		display: block;
		width: 32%;
		height: auto;
		float: left;
		margin-right: 0;
		margin-bottom: 50px;
	}
}

@media (max-width: 1000px) {
	.HeaderContent {
		position: relative;
	}

	header .menu_icon {
		display: block;
	}

	header nav {
		background: #000;
		margin: 0;
		padding: 0;
		border-left: 0;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 9999;
		display: none;
		float: none;
	}

	header nav.show_menu {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		top: 85px;
	}

	header nav ul li {
		margin: 0;
		width: 100%;
		border-bottom: 1px #333 solid;
	}

	ul.selected-locale {
		display: none;
	}

	header nav ul.select-locale {
		width: 100%;
		position: static;
		background: black;
	}

	header nav ul li a {
		display: block;
		width: 100%;
		padding: 20px 0;
		text-decoration: none;
		color: #bbb;
	}

	header nav ul li a:hover, li.locale a:hover {
		color: #fff;
	}

	li.locale {
		float: left;
		line-height: 1;
	}

	li.locale a:hover {
		background: none;
	}

	header nav ul li a:active {
		color: #fff;
	}

	.FormContent.small {
		width: 40%;
		min-height: 420px;
		padding: 0 20px;
		position: relative;
		background: rgb(0 0 0 / 60%);
	}

	.services .BlocService {
		display: block;
		width: 32%;
		height: auto;
		float: left;
		margin-right: 2%;
		margin-bottom: 50px;
	}

	.services .Icone {
		display: block;
		width: 20%;
		float: left;
		margin-right: 5%;
	}

	.services .BlocServicelast {
		display: block;
		width: 32%;
		height: auto;
		float: left;
		margin-right: 0;
		margin-bottom: 50px;
	}
}

@media ( max-width :600px) {
	.HeaderContent {
		padding: 0 20px;
	}

	.FormContent {
		width: 90%;
		min-height: 500%;
		margin: 67px auto;
		padding: 0;
		position: relative;
		background: rgb(0 0 0 / 60%);
	}

	.FormContent.small {
		width: 65%;
		min-height: 420px;
		margin: 107px auto;
		padding: 0 10px;
	}

	.services .BlocService {
		width: 100%;
		margin-right: 0 !important;
	}

	.services .BlocServicelast {
		width: 100%;
		margin-right: 0 !important;
	}

	.services .Icone.icon1, .services .Icone.icon2, .services .Icone.icon3 {
		background-size: auto;
	}
}

@media ( max-width :380px) {
	.HeaderContent {
		padding: 0 20px;
	}

	.FormContent.small {
		width: 90%;
		min-height: 420px;
		margin: 107px auto;
		padding: 0;
		position: relative;
		background: rgb(0 0 0 / 60%);
	}

	.FormContentTexte {
		font-weight: lighter;
		font-size: 11px;
		text-transform: uppercase;
		line-height: 16px;
		padding: 10px 20px 30px;
	}

	.services .BlocService {
		width: 100%;
		margin-right: 0 !important;
	}

	.services .BlocServicelast {
		width: 100%;
		margin-right: 0 !important;
	}

	.services .Icone.icon1, .services .Icone.icon2, .services .Icone.icon3 {
		background-size: 100%;
	}
}

/************** JEMMIC styles **************/
.hidden {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.buttons input, .uap-button {
	cursor: pointer;
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 0.75em 1.5em 0.8125em;
	font-size: 18px;
	border: 1px solid #fff;
	color: #fff;
	margin: 20px 0;
	min-width: 0;
}

.buttons input:hover, .uap-button:hover, .buttons input:focus,
.uap-button:focus {
	/* background-color: #B70C35; */
}

.buttons input.cancel {
	margin-right: 10px;
}

.uap-display {
	font-weight: lighter;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 10px 20px 30px;
	display: block;
}

.uap-input.error, .uap-input.error:focus {
	border: 1px solid red;
}

.uap-input.error:focus {
	outline: none;
	border: 2px solid red;
}

#uap-errorBox span {
	color: red;
	padding-bottom: 10px;
}

#uap-loading-popup {
	z-index: 10000;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: no-repeat scroll center #ccc;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

#uap-loading-popup-content {
	z-index: 10000;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.uap-loading-popup-image {
	margin: auto;
	background: url('../img/ibm/uap/loading_lg.gif') no-repeat;
	height: 100px;
	width: 100px;
	display: block;
}

.uap-loading-popup-label {
	margin: 20px 0 0;
}

.user-info {
	margin-right: 1em;
}

.display.user-info {
	font-weight: bold;
}

#uap-gridcard-challenge-label, #uap-gridcard-challenge-display {
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
}

#capslock-message .uap-display, .uap-display.first {
	padding-bottom: 0;
}

#selfUnblockChallengeResponseLabel, #selfUnblockNewPasswordLabel {
	display: none;
}

span.selfUnblockHelp {
	display: block;
}

.PASSWORD_SELF_UNBLOCK .login-form > div > span.clear.left.bold.uap-display {
	float: none;
}

.PASSWORD_SELF_UNBLOCK .login-form div.buttons > input.cancel {
	margin: 0;
}

/*** password rules ***/
#normal-password-rules-panel {
	text-align: left;
	display: none;
	min-height: 200px;
	max-width: 700px;
	margin: 20px auto;
	color: #999;
}

#normal-password-rules-panel > .password-rule {
	display: block;
	float: left;
	width: 100%;
	padding: 4px 0;
}

.password-rule > .password-rule-message {
	width: 70%;
	float: left;
}

.password-rule > .password-rule-cat_img-wrapper {
	width: 30%;
	float: right;
}

.password-rule > .password-rule-cat_img-wrapper > .password-rule-category {
	width: 90%;
	padding: 0 10px;
}

.password-rule.valid > .password-rule-cat_img-wrapper > .password-rule-category {
	color: #578726;
}

.password-rule.optionalInvalid > .password-rule-cat_img-wrapper > .password-rule-category {
	color: #ea732f;
}

.password-rule.invalid > .password-rule-cat_img-wrapper > .password-rule-category {
	color: #a33840;
}

.password-rule > .password-rule-cat_img-wrapper > .password-rule-image {
	width: 12px;
	height: 12px;
	font-size: 12px;
	background-size: cover;
}

.password-rule.valid > .password-rule-cat_img-wrapper > .password-rule-image::after {
	color: #578726;
	content: '\02714';
}

.password-rule.optionalInvalid > .password-rule-cat_img-wrapper > .password-rule-image::after {
	color: #ea732f;
	content: '\026A0';
}

.password-rule.invalid > .password-rule-cat_img-wrapper > .password-rule-image::after {
	color: #a33840;
	content: '\02718';
}

@media (max-width: 1000px) {
	.password-rule > .password-rule-message {
		width: 90%;
	}

	.password-rule > .password-rule-cat_img-wrapper {
		width: 10%;
	}

	.password-rule-category {
		display: none;
	}
}

/************ font ************/
@font-face {
	font-family: Roboto-Black;
	src: url('../font/Roboto/Roboto-Black.ttf');
}

@font-face {
	font-family: Roboto-BlackItalic;
	src: url('../font/Roboto/Roboto-BlackItalic.ttf');
}

@font-face {
	font-family: Roboto-Bold;
	src: url('../font/Roboto/Roboto-Bold.ttf');
}

@font-face {
	font-family: Roboto-BoldItalic;
	src: url('../font/Roboto/Roboto-BoldItalic.ttf');
}

@font-face {
	font-family: Roboto-Italic;
	src: url('../font/Roboto/Roboto-Italic.ttf');
}

@font-face {
	font-family: Roboto-Light;
	src: url('../font/Roboto/Roboto-Light.ttf');
}

@font-face {
	font-family: Roboto-LightItalic;
	src: url('../font/Roboto/Roboto-LightItalic.ttf');
}

@font-face {
	font-family: Roboto-Medium;
	src: url('../font/Roboto/Roboto-Medium.ttf');
}

@font-face {
	font-family: Roboto-MediumItalic;
	src: url('../font/Roboto/Roboto-MediumItalic.ttf');
}

@font-face {
	font-family: Roboto-Regular;
	src: url('../font/Roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: Roboto-Thin;
	src: url('../font/Roboto/Roboto-Thin.ttf');
}

@font-face {
	font-family: Roboto-ThinItalic;
	src: url('../font/Roboto/Roboto-ThinItalic.ttf');
}

/* ************************************************************************* */

/* NEW THEME - GMA STYLING 2022
/* ************************************************************************* */

/* ABCGintoNord */
@font-face {
	font-family: ABCGintoNord-Bold;
	src: url('../font/GintoNord/ABCGintoNord-Bold.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-BoldItalic;
	src: url('../font/GintoNord/ABCGintoNord-BoldItalic.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-Light;
	src: url('../font/GintoNord/ABCGintoNord-Light.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-LightItalic;
	src: url('../font/GintoNord/ABCGintoNord-LightItalic.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-Medium;
	src: url('../font/GintoNord/ABCGintoNord-Medium.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-Regular;
	src: url('../font/GintoNord/ABCGintoNord-Regular.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-RegularItalic;
	src: url('../font/GintoNord/ABCGintoNord-RegularItalic.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-Thin;
	src: url('../font/GintoNord/ABCGintoNord-Thin.woff') format('woff');
}

@font-face {
	font-family: ABCGintoNord-ThinItalic;
	src: url('../font/GintoNord/ABCGintoNord-ThinItalic.woff') format('woff');
}

/* RobotoCondensed */
@font-face {
	font-family: RobotoCondensed-Bold;
	src: url('../font/RobotoCondensed/RobotoCondensed-Bold.ttf') format('ttf');
}

@font-face {
	font-family: RobotoCondensed-BoldItalic;
	src: url('../font/RobotoCondensed/RobotoCondensed-BoldItalic.ttf') format('ttf');
}

@font-face {
	font-family: RobotoCondensed-Light;
	src: url('../font/RobotoCondensed/RobotoCondensed-Light.ttf') format('ttf');
}

@font-face {
	font-family: RobotoCondensed-Regular;
	src: url('../font/RobotoCondensed/RobotoCondensed-Regular.ttf') format('ttf');
}

header nav {
	margin: 19px 0;
}

header .app_icon {
	width: 70px;
	height: 40px;
	background: url('../img/gma/logo_app_xnet.svg') no-repeat;
	background-size: contain;
	display: block;
	float: right;
	position: relative;
	margin-top: 35px;
	margin-right: 10px;
}

/* header - navigation menu (language selector) */
#nav_menu {
	cursor: pointer;
	display: inline-flex;
	float: right;
}

.nav_menu_icon {
	width: 17px;
	vertical-align: middle;
	margin-right: 5px;
}

ul.selected-locale {
	display: block;
}

ul.selected-locale span.selected-locale {
	font-family: ABCGintoNord-Regular, serif;
	font-size: 13px;
	text-transform: uppercase;

	/* prevent user selection */
	-webkit-touch-callout: none;
	user-select: none;
}

#nav_menu .select-locale li.locale a.selected-locale {
	font-weight: bold;
	text-decoration: none;
	color: #003d4c;
}

#nav_menu #selectLocaleIcon {
	background: url('../img/gma/icon_arrow_down.svg') no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	position: relative;
	left: 20px;
	top: 5px;
}

ul.select-locale {
	position: absolute;
	top: 55px!important;
	right: -35px;
	margin: 0;
	text-align: center;
	width: 120px!important;

	/* height: 220px!important; */
	background-color: #fff;
	border-radius: 10px;
	z-index: 10;
	box-shadow: 0 3px 6px #00000029;
}

ul.select-locale li {
	border-right: none!important;
	width: 100%;
	height: 3em;
	line-height: 3em;
	padding: 7px 0;
}

ul.select-locale li a {
	font-family: RobotoCondensed-Regular, serif;
	font-size: 16px!important;
	text-transform: initial;
	text-align: center;
	color: #69919c;

	/* prevent user selection */
	-webkit-touch-callout: none;
	user-select: none;
}

ul.select-locale li:hover {
	background: rgb(127 159 169 / 50%);
}

header nav ul.select-locale li a span:nth-child(1) {
	display: block;
}

header nav ul.select-locale li a span:nth-child(2) {
	display: none;
}

/* form */
#main-panel {
	z-index: 5;
	width: 880px;
	border: none;
	border-radius: 40px;
	background-color: #fff;
	color: #000;
	box-shadow: rgb(0 0 0 / 20%) 0 5px 20px;
	position: relative;
	bottom: 130px;
	margin: 0 auto;
}

.FormContent .contenu {
	color: #000;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.FormContentTitre, .login-title {
	max-width: unset;
	font-family: ABCGintoNord-Medium, serif;
	font-size: 32px;
	color: #003d4c;
}

input {
	min-width: unset;
}

.uap-input {
	float: left;
	width: 30%;

	/* GMA */
	background-color: #fff;
	border: 1px solid #bdcdd5;
	border-radius: 6px;
	font-family: RobotoCondensed-Regular, serif;
	font-size: 15px!important;
}

.uap-input::-ms-input-placeholder { /* Edge */
	font-family: RobotoCondensed-Regular, serif;
	font-size: 15px!important;
	color: #beced4;
}

.uap-input::placeholder {
	font-family: RobotoCondensed-Regular, serif;
	font-size: 15px!important;
	color: #beced4;
}

.uap-button {
	float: right;
	width: 30%;
	margin: 0!important;

	/* GMA */
	background-color: #7f9fa9;
	border-radius: 30px;
	display: inline-block;
	cursor: pointer;
	font-family: ABCGintoNord-Medium, serif !important;
	font-size: 16px!important;
	font-weight: 800;
	line-height: 30px;
	padding: 15px 30px;
	text-decoration: none;
	text-align: center;
	white-space: normal;
}

.uap-button:hover {
	background-color: #003341;
}

.uap-button.cancel {
	background: #fff;
	color: #7f9fa9;
	border: 1px solid #7f9fa9;
}

.uap-display {
	font-size: 18px;
	text-transform: unset;
	color: #447684;
}

.login-form {
	position: relative;
}

.login-form .uap-display a {
	font-family: ABCGintoNord-Medium, serif;
	font-size: 12px;
}

.ERROR.uap-display {
	float: left;
	width: 100%;
	text-align: left;
	color: #eb6b5a;
}

.display-panel {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 28px 0;
	margin-top: 10px;
}

.checkboxes-panel-group {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.checkbox-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.checkbox-wrapper div {
	display: flex;
	align-items: center;
}

.terms-and-condition-checkbox input {
	margin: 0.5em;
}

.uap-button.disabled:hover {
	background-color: #beced4;
	cursor: not-allowed;
}

.help-message {
	bottom: -60px;
}

.help-message, .help-message .ui-accordion .ui-accordion-header {
	display: inline-block;
	font-family: ABCGintoNord-Medium, serif;
	position: absolute;
	width: 100%;

	/* center horizontally */
	left: 50%;
	transform: translate(-50%, 0);
}

.help-message a, .help-message .ui-accordion .ui-accordion-header, .login-form .uap-display a {
	color: #f19371;
	text-decoration: underline;
}

.help-message .ui-accordion .ui-accordion-content {
	font-family: ABCGintoNord-Regular, serif;
	font-size: 12px;
	color: #447684;
	padding: 0;
	top: 20px;
}

.FormContentInfoPerso, .uap-label {
	font-family: ABCGintoNord-Medium, serif;
	font-size: 18px;
	color: #003d4c;
}

.label.user-info, .display.user-info {
	font-family: Roboto-Regular, serif;
	font-size: 12px;
	color: #447684;
}

.BlocImage {
	z-index: 2;
	max-width: 1400px;
	height: 510px;
	position: relative;
	overflow: visible;
	background: url('../img/gma/background_01.jpg') no-repeat top 35% center content-box;
	margin: 0 auto;
}

.image-bottom-edge {
	z-index: 3;
	max-width: 1402px;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-top: -55px;
	height: 66px;
	width: 100%;
}

/* custom fixes */
.PASSWORD_CHANGE_SELF_SERVICE .help-message, .PASSWORD_CHANGE .help-message {
	background-color: rgb(255 255 255 / 20%);
}

.PASSWORD_SELF_UNBLOCK .uap-button {
	min-height: 92px;
	max-height: 140px;
	margin-top: 0;
	min-width: 193px;
	max-width: 250px;
	white-space: normal;
}

.PASSWORD_CHANGE_SELF_SERVICE .login-form .labelInputWrapper {
	display: flex;
	justify-content: center;
}

.PASSWORD_CHANGE_SELF_SERVICE .login-form .buttons {
	min-width: 30%;
	display: flex;
	justify-content: center;
}

.PASSWORD_CHANGE_SELF_SERVICE .login-form input[type='password'] {
	width: 50%;
}

/* button order - fix */
.PASSWORD_CHANGE .buttons {
	display: flex;
	flex-direction: column-reverse;
}

.PASSWORD_CHANGE #uap-cancel-button, .PASSWORD_CHANGE #uap-submit-button {
	width: 100%;
}

.PASSWORD_SELF_UNBLOCK #unblock-contract, .PASSWORD_SELF_UNBLOCK .buttons {
	display: flex;
	width: 100%;
	margin-top: 10px;
	justify-content: center;
}

.PASSWORD_SELF_UNBLOCK .clear.left.bold.uap-display {
	display: none;
}

/* services */
.services {
	margin-top: -30px;
	padding-top: 0;
}

.services .HeaderContent {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.services .contenu h3 {
	font-family: ABCGintoNord-Medium, serif;
	font-size: 16px;
	color: #003d4c;
	text-align: center;
}

.services .contenu a {
	font-family: Roboto-Regular, serif;
	font-size: 16px;
	color: #003d4c;
	display: block;
	text-align: center;
	outline: none;
}

.services .BlocService, .services .BlocServicelast {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.services .Icone {
	margin-right: unset;
	margin-bottom: 30px;
	display: block;
	width: 18.79%;
	float: left;
	height: 65px;
}

/* footer */
footer {
	padding: 30px 0;
	text-align: center; /* Firefox */
	background: -moz-linear-gradient(90deg, #f7f7f7, #fff); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff)); /* Webkit */
	border-top: none;
	background: #fffaf1;
	height: 86px;
}

footer .logo-footer {
	background: url('../img/gma/logo_company_gray.svg') no-repeat;
	width: 200px;
	height: 31px;
	margin: 0 auto 20px;
}

footer .adresse, footer .copyright {
	font-family: Roboto-Regular, serif;
	font-size: 16px;
	color: #003d4c;
}

footer .adresse {
	display: block;
	color: #585858;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
	line-height: 18px;
}

footer .adresse-mobile {
	display: none;
}

/* header */
.HeaderContent {
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 0 40px;
	max-width: 1400px;
}

header a.logo {
	background: url('../img/gma/logo_company.svg') no-repeat;
	width: 200px;
	height: 31px;
}

/* service - header */
.header-banner {
	width: 100%;
	max-width: 1400px;

	/* center horizontally */
	position: relative;
	left: 50%;
	transform: translateX(-50%);

	/* center horizontally items */
	display: flex;
	justify-content: center;
}

.service-header {
	display: none;
	z-index: 1;
	height: 510px;
	width: 35%;
	min-width: 410px;
}

/* MOBILE OVERRIDES */
@media only screen and (max-width: 1000px) {
	/* header */
	header .menu_icon {
		float: left;
		margin-top: 29px;
	}

	header .app_icon {
		margin: 35px 0 0;
	}

	.service-header {
		width: 100%;
		height: 410px;
	}

	/* form */
	#main-panel {
		width: 90%;
		min-height: 370px;
		max-width: 420px;
		bottom: 90px;
	}

	.uap-button {
		float: unset;
		width: 90%;
	}

	.uap-input {
		width: calc(100% - 32px);
	}

	.BlocImage {
		background-size: cover;
	}

	.FormContentTitre {
		text-align: left;
		margin-top: 35px;
		margin-left: 10px;
	}

	.uap-display {
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 20px;
		margin-top: 12px;
		margin-left: 10px;
		text-align: left;
	}

	.help-message {
		bottom: -90px;
		width: 90%;
	}

	.image-bottom-edge {
		display: none;
	}

	/* services */
	.services {
		margin-top: 30px;
	}

	.services .HeaderContent {
		display: block;
		justify-content: unset;
		flex-wrap: unset;
	}

	/* service footer */
	.service_footer_image {
		background-position-x: right;
	}

	/* footer */
	footer {
		height: 130px;
		padding-left: 10px;
		padding-top: 40px;
	}

	footer .logo-footer {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}

	footer .adresse {
		display: none;
	}

	footer .adresse-mobile {
		display: block;
		text-align: left;
		font-family: ABCGintoNord-Regular, serif;
		font-size: 11px;
		color: #003d4c;
		line-height: 2;
	}

	footer .copyright {
		text-align: left;
		font-family: ABCGintoNord-Regular, serif;
		font-size: 11px;
	}

	/* header - navigation menu (language selector) */
	#nav_menu {
		display: none;
	}

	#nav_menu.show_menu {
		display: block;
		top: 0 !important;
		margin-top: 0;

		/* full screen overlay */
		position: fixed;
		height: 100vh;
		width: 100vw;
		background: #fff;
	}

	header nav ul li {
		height: 44px;
		padding-top: 0;
	}

	ul.select-locale {
		display: inline-flex !important;
	}

	ul.select-locale {
		display: inline-flex;
		top: 0 !important;
		left: 0 !important;
		width: 100%!important;
		height: unset !important;
		box-shadow: unset !important;
	}

	header nav ul.select-locale {
		width: 100%;
		max-width: 100%;
		background: #fff;
		display: inline-flex;
		border-top: 1px solid #dee7eb;
		margin-left: auto;
		margin-right: auto;
	}

	header nav ul.select-locale li {
		font-size: 18px;
		padding-top: 10px;
	}

	header nav ul li {
		border-bottom: unset;
		border-right: unset;
	}

	#nav_menu ul.selected-locale, #nav_menu #selectLocaleIcon {
		display: none;
	}

	#nav_menu #navMenuLinks li {
		background: #fffaf1;
		text-align: left;
		border-top: 1px solid #dee7eb;
	}

	#nav_menu #navMenuLinks li a {
		color: #003d4c;
		margin-left: 20px;
	}

	#nav_menu #navMenuLogoContainer {
		display: block;
		width: 100%;
		margin-top: 40px;
		border-top: 1px solid #dee7eb;
	}

	#nav_menu #navMenuLogo {
		display: block;
		width: 70px;
		height: 40px;
		background: url('../img/gma/logo_app_xnet.svg') no-repeat center;
		background-size: contain;
		margin: 20px;
	}

	#nav_menu #navMenuCloseIcon {
		display: block;
		width: 35px;
		height: 35px;
		margin-top: 29px;
		margin-left: 20px;
		font-size: 30px;
	}

	header nav ul.select-locale li a span:nth-child(1) {
		display: none;
	}

	header nav ul.select-locale li a span:nth-child(2) {
		display: block;
	}

	/* custom fixes */
	.PASSWORD_CHANGE #normal-password-rules-panel {
		margin-left: 10px;
	}

	.PASSWORD_SELF_UNBLOCK, .PASSWORD_CHANGE {
		margin: 10px;
	}

	.FORGET_PASSWORD_REQUEST .buttons, .PASSWORD_CHANGE .buttons, .CHALLENGE_GRIDCARD .buttons {
		display: inline-flex;
		flex-direction: column-reverse;
		width: 90%;
		align-items: center;
	}

	.FORGET_PASSWORD_REQUEST .buttons input, .PASSWORD_CHANGE .buttons input, .CHALLENGE_GRIDCARD .buttons input {
		margin-top: 10px !important;
	}

	.PASSWORD_CHANGE_SELF_SERVICE .login-form input[type='password'] {
		width: calc(100% - 32px);
	}

	.PASSWORD_CHANGE_SELF_SERVICE .login-form input[type='submit'] {
		left: 0;
	}
}

@media only screen and (max-width: 580px) {
	/* header */
	.service-header {
		width: 100%;
		height: 510px;
		min-width: unset;
	}
}
