.atomx-header {
	background-color: #fff
}

.atomx-header object,
.atomx-header iframe,
.atomx-header h1,
.atomx-header .spanTitle,
.atomx-header h3,
.atomx-header h4,
.atomx-header h5,
.atomx-header h6,
.atomx-header p,
.atomx-header blockquote,
.atomx-header pre,
.atomx-header abbr,
.atomx-header address,
.atomx-header cite,
.atomx-header code,
.atomx-header del,
.atomx-header dfn,
.atomx-header em,
.atomx-header img,
.atomx-header ins,
.atomx-header kbd,
.atomx-header q,
.atomx-header samp,
.atomx-header small,
.atomx-header strong,
.atomx-header sub,
.atomx-header sup,
.atomx-header var,
.atomx-header b,
.atomx-header dl,
.atomx-header dt,
.atomx-header dd,
.atomx-header ol,
.atomx-header ul,
.atomx-header li,
.atomx-header fieldset,
.atomx-header form,
.atomx-header label,
.atomx-header legend,
.atomx-header table,
.atomx-header caption,
.atomx-header tbody,
.atomx-header tfoot,
.atomx-header thead,
.atomx-header tr,
.atomx-header th,
.atomx-header td,
.atomx-header article,
.atomx-header aside,
.atomx-header canvas,
.atomx-header details,
.atomx-header figcaption,
.atomx-header figure,
.atomx-header footer,
.atomx-header header,
.atomx-header hgroup,
.atomx-header menu,
.atomx-header nav,
.atomx-header section,
.atomx-header summary,
.atomx-header time,
.atomx-header mark,
.atomx-header audio,
.atomx-header video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

.spanTitle{
	display: block;
}

.spanTitle a {
  color: inherit;
}

.atomx-header article,
.atomx-header aside,
.atomx-header details,
.atomx-header figcaption,
.atomx-header figure,
.atomx-header footer,
.atomx-header header,
.atomx-header hgroup,
.atomx-header menu,
.atomx-header nav,
.atomx-header section {
	display: block
}

.atomx-header blockquote,
.atomx-header q {
	quotes: none
}

.atomx-header blockquote:before,
.atomx-header blockquote:after,
.atomx-header q:before,
.atomx-header q:after {
	content: "";
	content: none
}

.atomx-header ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

.atomx-header mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

.atomx-header del {
	text-decoration: line-through
}

.atomx-header abbr[title],
.atomx-header dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

.atomx-header table {
	border-collapse: collapse;
	border-spacing: 0
}

.atomx-header hr {
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	border: 0
}

.atomx-header input,
.atomx-header select {
	vertical-align: middle
}

.atomx-header select,
.atomx-header input,
.atomx-header textarea,
.atomx-header button {
	font: 99% sans-serif
}

.atomx-header pre,
.atomx-header code,
.atomx-header kbd,
.atomx-header samp {
	font-family: monospace, sans-serif
}

.atomx-header a:hover,
.atomx-header a:active {
	outline: none
}

.atomx-header ul,
.atomx-header ol {
	margin: 0;
	list-style: none
}

.atomx-header ol {
	list-style-type: decimal
}

.atomx-header nav ul,
.atomx-header nav li {
	margin: 0;
	list-style: none;
	list-style-image: none
}

.atomx-header small {
	font-size: 85%
}

.atomx-header strong,
.atomx-header th {
	font-weight: bold
}

.atomx-header sub,
.atomx-header sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

.atomx-header sup {
	top: -0.5em
}

.atomx-header sub {
	bottom: -0.25em
}

.atomx-header pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px
}

.atomx-header textarea {
	overflow: auto
}

.atomx-header q {
	font-style: italic
}

.atomx-header input[type=radio],
.atomx-header input[type=checkbox] {
	vertical-align: middle
}

.atomx-header label,
.atomx-header input[type=button],
.atomx-header input[type=submit],
.atomx-header input[type=image],
.atomx-header button {
	cursor: pointer
}

.atomx-header button,
.atomx-header input,
.atomx-header select,
.atomx-header textarea {
	margin: 0
}

.atomx-header input:invalid,
.atomx-header textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red
}

.atomx-header .no-boxshadow input:invalid,
.atomx-header .no-boxshadow textarea:invalid {
	background-color: #f0dddd
}

.atomx-header ::-moz-selection {
	background: #0a246a;
	color: #fff;
	text-shadow: none
}

.atomx-header ::selection {
	background: #0a246a;
	color: #fff;
	text-shadow: none
}

.atomx-header a:link {
	-webkit-tap-highlight-color: rgba(45, 54, 142, .1)
}

.atomx-header button {
	width: auto;
	overflow: visible
}

.atomx-header select,
.atomx-header input,
.atomx-header textarea {
	color: #000
}

.atomx-header *,
.atomx-header *:before,
.atomx-header *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.atomx-header img {
	display: block;
	max-width: 100%;
	height: auto
}

.atomx-header iframe {
	display: block;
	max-width: 100%;
	width: 100%
}

.atomx-header input[type=text],
.atomx-header textarea,
.atomx-header input[type=submit],
.atomx-header input[type=password],
.atomx-header input[type=number],
.atomx-header input[type=email],
.atomx-header input[type=date] {
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

.atomx-header select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border: 0;
	text-indent: .01px;
	text-overflow: "";
	cursor: pointer
}

.atomx-header select::-ms-expand {
	display: none
}

.atomx-header a {
	text-decoration: none;
	/* color: inherit;
	word-wrap: break-word; */
}

.atomx-header .clearfix:before,
.atomx-header .clearfix:after {
	content: "";
	display: table
}

.atomx-header .clearfix:after {
	clear: both
}

.atomx-header .clearfix {
	*zoom: 1
}

body {
	padding-left: 0px
}

body .page-overlay {
	background-color: #1a1a1a;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transition: opacity .35s ease-out;
	z-index: 6
}

body .page-overlay.show {
	display: flex;
	opacity: .25;
	z-index: 999
}

body.bodyToggled .page-overlay {
	display: flex;
	opacity: .25
}

.atomx-header {
	position: relative;
	z-index: 1000
}

.atomx-header.accessibility--open .atomx-header-avoidance {
	position: relative;
	top: 0
}

.atomx-header .atomx-header-avoidance {
	background-color: #f4f4f4;
	padding-bottom: 16px;
	padding-top: 16px;
	top: -999%;
	position: absolute;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in
}

.atomx-header .atomx-header-avoidance-link {
	margin-bottom: 8px
}

.atomx-header .atomx-header-avoidance-link.atomx-btn {
	border: 1px solid #1057c8 !important;
	width: 100%
}

.atomx-header .atomx-header-avoidance-link.atomx-btn .atomx-btn__label {
	font-family: "Frutiger" !important
}

@media(min-width: 768px) {
	.atomx-header .atomx-header-avoidance-link.atomx-btn {
		width: auto
	}
}

@media(min-width: 992px) {
	.atomx-header .atomx-header-avoidance-link.atomx-btn {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media(min-width: 1280px) {
	.atomx-header .atomx-header-avoidance-link {
		margin-bottom: 0;
		margin-right: 16px
	}
}

@media(min-width: 992px) {
	.atomx-header>.atomx-container {
		padding-right: 0
	}
	.atomx-header>.atomx-container>.atomx-row {
		margin-right: 0
	}
	.atomx-header>.atomx-container>.atomx-row>.atomx-col {
		padding-right: 0
	}
}

@media(min-width: 992px)and (-ms-high-contrast: none),
(min-width: 992px)and (-ms-high-contrast: active) {
	.atomx-header>.atomx-container>.atomx-row>.atomx-col {
		flex: 1 1 auto
	}
}

@media(min-width: 1280px) {
	.atomx-header .atomx-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox
	}
}

.atomx-header__card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	font-family: "Frutiger", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow: hidden
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.atomx-header__card-media {
		height: 11.153125em;
		width: 20em
	}
}

.atomx-header__card-media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.atomx-header__card-body {
	padding: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	background-color: #f4f4f4
}

.atomx-header__card-body__title {
	margin-bottom: 12px
}

.atomx-header__card-body__title h3 {
	line-height: 1.5em;
	color: #333;
	font-family: "Frutiger-bold", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: "bold"
}

.atomx-header__card-body__text {
	margin-bottom: 24px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-family: "Frutiger", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5em;
	color: #333
}

.atomx-header__card-body__action .atomx-btn {
	justify-content: inherit;
	margin-left: -16px !important
}

.atomx-header .subMenu {
	background-color: #feffff;
	left: 0;
	top: 56px;
	position: absolute;
	transform: translateX(-100%);
	transition: transform .25s ease-out;
	z-index: 1;
	width: 100%
}

@media(max-width: 576px) {
	.atomx-header .subMenu .atomx-container {
		padding-left: 24px;
		padding-right: 24px
	}
}

.atomx-header .subMenu-container {
	background-color: #fff;
	left: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	transform: translateX(-100%);
	transition: transform .35s ease-out;
	top: 0;
	z-index: 7;
	width: 100%
}

.atomx-header .subMenu-container.first-main .subMenu-btn-return {
	display: none !important
}

.atomx-header .subMenu-container.swipe {
	transform: translateX(0)
}

.atomx-header .subMenu-container.swipe .subMenu-btn-return {
	display: block
}

@media(min-width: 768px) {
	.atomx-header .subMenu-container {
		overflow-x: hidden;
		overflow-y: auto;
		width: 22.5em
	}
}

.atomx-header .subMenu--right {
	left: auto;
	height: 100%;
	overflow: auto;
	padding-bottom: 48px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	z-index: 10
}

.atomx-header .subMenu--right#subMenu-right .atomx-typo-title-second {
	color: #333;
	line-height: 40px;
	margin: 24px 0 32px;
	font-family: "Frutiger", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500
}

@media(min-width: 992px) {
	.atomx-header .subMenu--right#subMenu-right .atomx-typo-title-second {
		display: none
	}
}

.atomx-header .subMenu--right#subMenu-right .subMenu-header {
	padding: 16px
}

.atomx-header .subMenu--right#subMenu-right .subMenu-content {
	padding: 0 24px
}

.atomx-header .subMenu--right#subMenu-right .subMenu-content .subMenu-list a svg {
	display: none
}

.atomx-header .subMenu--right.swipe {
	transform: translateX(0)
}

@media(min-width: 768px) {
	.atomx-header .subMenu--right {
		width: 22.5em
	}
}

.atomx-header .subMenu-btn-close {
	height: 1.5em;
	width: 1.5em;
	margin-left: auto
}

.atomx-header .subMenu-btn-close:focus {
	outline: 0 none
}

.atomx-header .subMenu-btn-close:focus-visible {
	border-radius: 4px;
	outline: 2px solid #fe5716
}

.atomx-header .subMenu-btn-return {
	height: 1.5em;
	width: 1.5em
}

.atomx-header .subMenu-btn-return:focus {
	outline: 0 none
}

.atomx-header .subMenu-btn-return:focus-visible {
	border-radius: 4px;
	outline: 2px solid #fe5716
}

.atomx-header .subMenu-header {
	padding: 16px;
	position: relative;
	display: flex;
	align-content: space-between;
	align-items: center
}

.atomx-header .subMenu-header.sticky {
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 3
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.atomx-header .subMenu-header.sticky {
		position: fixed
	}
}

.atomx-header .subMenu-content {
	padding: 0 0 48px
}

.atomx-header .subMenu-content .spanTitle {
	margin: 24px 0;
	line-height: 40px;
	font-family: "Frutiger", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500
}

@media(min-width: 1280px) {
	.atomx-header .subMenu-content {
		padding: 0
	}
}

.atomx-header .subMenu-list li>a {
	box-shadow: inset 0 -1px 0 0 #e0e0e0;
	color: #333;
	display: block;
	font-family: "Frutiger";
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 24px;
	padding: 16px 0
}

.atomx-header .subMenu-list li>a.subMenu-alert-link .subMenu-alert-link-text {
	flex: 0 0 auto;
	position: relative
}

.atomx-header .subMenu-list li>a.subMenu-alert-link .atomx-header-notification {
	margin-left: 8px
}

.atomx-header .subMenu-list li>a span {
	display: flex;
	align-items: center;
	flex: 0 0 100%;
	line-height: 24px;
	font-family: Frutiger, Helvetica, Arial, sans-serif;
}

.atomx-header .subMenu-list li>a span svg {
	margin-left: auto;
	order: 2
}

@media(min-width: 1280px) {
	.atomx-header .subMenu-list li>a span {
		flex: 0 0 auto;
		text-align: left
	}
}

.atomx-header .subMenu-list li>a:hover .atomx-header-notification {
	text-decoration: #fff
}

.atomx-header .subMenu-list li>a:focus {
	outline: 0 none !important
}

.atomx-header .subMenu-list li>a:focus-visible span {
	border-radius: 4px;
	outline: 2px solid #fe5716
}

.atomx-header .subMenu-list li>a[data-direction=left] {
	box-shadow: inset 0 -1px 0 0 #e0e0e0
}

.atomx-header .subMenu-list li>.atomx-header-notification {
	margin-left: 8px
}

.atomx-header .subMenu-list--subMenu {
	display: none
}

.atomx-header .subMenu-usefulLink {
	margin: 32px 0 0
}

.atomx-header .subMenu-usefulLink .atomx-btn {
	justify-content: inherit
}

.atomx-header .subMenu-usefulLink .atomx-btn:last-child {
	margin-top: 24px
}

@media(min-width: 992px) {
	.atomx-header .subMenu-usefulLink .atomx-btn:last-child {
		margin-top: 0
	}
}

.atomx-header .subMenu--sub {
	left: 0;
	transform: translateX(100%);
	z-index: 2
}

.atomx-header .subMenu--sub.swipe {
	transform: translateX(0)
}

.atomx-header .subMenu--sub-container {
	padding: 0 24px 48px
}

.atomx-header .subMenu--sub-content {
	margin-bottom: 32px
}

.atomx-header .subMenu--sub-content .spanTitle {
	margin: 24px 0;
	position: relative;
	margin-bottom: 32px;
	font-family: "Frutiger", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500
}

.atomx-header .subMenu--sub-content h2 a {
	color: #333;
	cursor: not-allowed;
	text-decoration: none
}

.atomx-header .subMenu--sub-content h2 a svg {
	display: none
}

.atomx-header .subMenu--sub.subMenu--sub--subMenu {
	display: none;
	height: 100%;
	left: 0;
	top: 7px;
	transform: translateX(-200%);
	z-index: 3
}

.atomx-header .subMenu--sub.subMenu--sub--subMenu.swipe {
	display: block;
	transform: translateX(-100%)
}

@media(min-width: 1280px) {
	.atomx-header .subMenu--sub {
		right: 0
	}
}

@media(min-width: 1280px) {
	.atomx-header .subMenu--sub {
		padding: 32px 0
	}
	.atomx-header .subMenu-linkContent .subMenu-list {
		justify-content: space-between
	}
	.atomx-header .subMenu-linkContent .subMenu-list li {
		flex: 0 0 30%;
		margin-bottom: 16px;
		position: relative
	}
}

@media(min-width: 992px) { 
	.atomx-header .subMenu.subMenu--right#subMenu-right {
		transform: translateX(0);
		position: absolute;
		border-radius: 2px;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
		display: none;
		height: auto;
		padding: 8px;
		right: 8px;
		top: 85%;-
		width: 20em;
		z-index: 11
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right.swipe {
		display: block
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-header {
		display: none
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content {
		padding: 0;
		flex-direction: column
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content .subMenu-list {
		flex-direction: column;
		padding: 0 16px
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content .subMenu-list a {
		box-shadow: none;
		color: #333;
		font-family: "Frutiger";
		font-weight: inherit;
		line-height: 24px;
		margin-bottom: 16px;
		margin-right: 0;
		padding: 0
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content .subMenu-list a.subMenu-alert-link:hover {
		text-decoration: none
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content .subMenu-list a.subMenu-alert-link:hover .subMenu-alert-link-text {
		text-decoration: underline
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content .subMenu-list a:hover {
		text-decoration: underline
	}
}

@media(min-width: 992px)and (min-width: 1280px) {
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content .subMenu-list a {
		line-height: 24px
	}
	.atomx-header .subMenu.subMenu--right#subMenu-right .subMenu-content .subMenu-list a svg {
		display: none
	}
}

@media(min-width: 992px) {
	.atomx-header .subMenu--sub-container {
		display: flex;
		justify-content: space-between;
		max-width: 100%;
		margin: auto
	}
}

@media(min-width: 992px)and (min-width: 1280px) {
	.atomx-header .subMenu--sub-container {
		padding: 2em
	}
}

@media(min-width: 992px)and (min-width: 1440px) {
	.atomx-header .subMenu--sub-container {
		max-width: 90em;
		padding: 2.5em
	}
}

@media(min-width: 992px) {
	.atomx-header .subMenu--sub .subMenu-btn-close,
	.atomx-header .subMenu--sub .subMenu-btn-return {
		display: none
	}
}
@media (min-width: 992px) {
.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right:hover span.subMenu-btn--client-text+span {
    background-color: #1a1a1a;
    border-radius: 50%;
	}
}
@media(min-width: 992px) {
	.atomx-header .subMenu--sub-content {
		margin-bottom: 32px;
	}
	.atomx-header .subMenu--sub-content .spanTitle {
		font-family: "Frutiger";
		line-height: 38px;
		padding: 0
	}
	.atomx-header .subMenu--sub-content h2 a {
		box-sizing: border-box
	}
	.atomx-header .subMenu--sub-content h2 a:after,
	.atomx-header .subMenu--sub-content h2 a:before {
		box-sizing: border-box
	}
	.atomx-header .subMenu--sub-content h2 a span {
		border-radius: 4px;
		border: solid 2px transparent
	}
	.atomx-header .subMenu--sub-content h2 a:focus {
		outline: 0 none
	}
	.atomx-header .subMenu--sub-content h2 a:focus-visible span {
		border-radius: 4px;
		outline: 2px solid #fe5716
	}
}

@media(min-width: 992px)and (min-width: 1280px) {
	.atomx-header .subMenu--sub-content h2 a {
		cursor: pointer;
		display: inline-flex;
		flex: 0 0 auto;
		width: auto;
		align-items: center;
		line-height: 28px
	}
	.atomx-header .subMenu--sub-content h2 a:hover {
		text-decoration: underline
	}
}

@media(min-width: 992px)and (min-width: 1280px) {
	.atomx-header .subMenu--sub-content.subMenu--sub-content__without-subsubMenu .subMenu-list {
		display: block
	}
	.atomx-header .subMenu--sub-content.subMenu--sub-content__without-subsubMenu .subMenu-list a {
		font-weight: 500
	}
	.atomx-header .subMenu--sub-content.subMenu--sub-content__without-subsubMenu .subMenu-list a span {
		flex: 0 0 auto;
		text-align: left
	}
	.atomx-header .subMenu--sub-content.subMenu--sub-content__without-subsubMenu .subMenu-list a:hover {
		text-decoration: underline
	}
}

@media(min-width: 992px) {
	.atomx-header .subMenu--sub .atomx-header__card {
		margin: 0
	}
}

.atomx-header .secondaryMenu-content .ico-r-localisation {
	color: #999
}

.atomx-header .secondaryMenu-content .atomx-arrow {
	border-color: #666;
	border-width: 2px
}

@media(min-width: 992px) {
	.atomx-header .secondaryMenu-content {
		height: 100%;
		margin-right: 20px
	}
}

@media(min-width: 1280px) {
	.atomx-header .secondaryMenu-content {
		display: none
	}
}

@media(min-width: 1280px) {
	.atomx-header .secondaryMenu-list {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%
	}
}

.atomx-header .secondaryMenu-list li {
	height: 100%;
	margin-bottom: 16px;
	position: relative
}

.atomx-header .secondaryMenu-list li.openSecondaryMenu .secondaryMenu-txt+span {
	background-color: #e0e0e0
}

.atomx-header .secondaryMenu-list li.openSecondaryMenu .secondaryMenu-txt+span svg {
	margin: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.atomx-header .secondaryMenu-list li:last-child {
	margin-bottom: 0
}

.atomx-header .secondaryMenu-list li:last-child * {
	margin-bottom: 0
}

@media(min-width: 1280px) {
	.atomx-header .secondaryMenu-list li {
		margin-bottom: inherit;
		margin-left: 24px
	}
}

.atomx-header .secondaryMenu-btn {
	align-items: center;
	display: flex;
	height: 100%;
	position: relative;
	margin-bottom: 20px
}

.atomx-header .secondaryMenu-btn--hide {
	display: none !important
}

@media(min-width: 992px) {
	.atomx-header .secondaryMenu-btn {
		margin-bottom: 0
	}
	.atomx-header .secondaryMenu-btn:hover {
		outline: 0 none !important
	}
	.atomx-header .secondaryMenu-btn:hover .secondaryMenu-txt+span {
		background-color: #e0e0e0
	}
	.atomx-header .secondaryMenu-btn:focus-visible {
		border-radius: 4px;
		outline: 2px solid #fe5716
	}
}

.atomx-header .secondaryMenu-txt {
	color: #333;
	font-family: "Frutiger", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 20px;
	margin: 0 4px 0 8px
}

.atomx-header .secondaryMenu-txt_bar {
	color: #ccc
}

.atomx-header .secondaryMenu-txt+span {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

@media(min-width: 768px) {
	.atomx-header .secondaryMenu-txt+span {
		display: flex;
		align-items: center;
		justify-content: center
	}
}

.atomx-header .secondaryMenu-dropdown {
	background: #feffff;
	border-radius: 2px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	display: none;
	padding: 1.5em;
	position: absolute;
	bottom: 2.5em;
	width: 100%;
	z-index: 1000
}

@media(min-width: 768px) {
	.atomx-header .secondaryMenu-dropdown {
		bottom: 60px
	}
}

@media(min-width: 992px) {
	.atomx-header .secondaryMenu-dropdown {
		bottom: auto;
		top: 32px;
		width: 20em;
		right: -2.5em
	}
}

.atomx-header .secondaryMenu-dropdown ul li {
	margin: 0 0 16px 0
}

.atomx-header .secondaryMenu-dropdown ul li a {
	align-items: center;
	color: #333;
	display: flex;
	line-height: 24px;
	font-family: "Frutiger", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500
}

.atomx-header .secondaryMenu-dropdown ul li a:hover {
	text-decoration: underline;
	outline: 0 none !important
}

.atomx-header .secondaryMenu-dropdown ul li a:focus-visible {
	border-radius: 4px;
	outline: 2px solid #fe5716
}

.atomx-header .secondaryMenu-dropdown ul li.secondaryMenu-site-eng a {
	color: #1057c8
}

.atomx-header .secondaryMenu-dropdown ul li.secondaryMenu-site-eng a .atomx-arrow-full {
	background: #1057c8
}

.atomx-header .secondaryMenu-dropdown ul li.secondaryMenu-site-eng a:hover {
	text-decoration: underline
}

.atomx-header .secondaryMenu-dropdown ul li.with-sep {
	border-top: 1px solid #e0e0e0;
	margin: 0;
	padding: 16px 0 0
}

.atomx-header .secondaryMenu-dropdown.show {
	display: block
}

.atomx-header .secondaryMenu-dropdown.show .atomx-switch-title {
	line-height: 24px;
	margin-bottom: 12px;
	font-family: "Frutiger-bold", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: "bold"
}

.atomx-header .secondaryMenu-site-eng {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 16px
}

.atomx-header .secondaryMenu-site li {
	align-items: center
}

@media(min-width: 768px) {
	.atomx-header .secondaryMenu-site li {
		flex-direction: column;
		align-items: flex-start;
		display: flex;
		width: 100%
	}
}

.atomx-header .secondaryMenu-site li button {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
	line-height: 24px;
	font-family: "Frutiger-bold", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: "bold"
}

.atomx-header .secondaryMenu-site li button[aria-expanded=true] svg {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.atomx-header .secondaryMenu-site li button:hover {
	outline: 0 none !important
}

.atomx-header .secondaryMenu-site li button:focus-visible {
	border-radius: 4px;
	outline: 2px solid #fe5716
}

.atomx-header .secondaryMenu-site-dropdown {
	display: none;
	overflow: hidden;
	margin-top: 16px;
	transition: display .25s linear
}

.atomx-header .secondaryMenu-site-dropdown.show {
	display: block;
	overflow: inherit
}

.atomx-header .secondaryMenu-site-dropdown.show li {
	margin: 0 0 16px 0
}

.atomx-header .secondaryMenu-site-dropdown.show li a {
	line-height: 24px
}

.atomx-header .secondaryMenu-site-dropdown.show li:last-child {
	margin-bottom: 0
}

.atomx-header .secondaryMenu-site .atomx-arrow {
	margin-left: auto;
	order: 2
}

.atomx-header .atomx-arrow {
	display: inline-block;
	width: 0.4375em;
	height: 0.4375em;
	border-top: 2px solid #666;
	border-right: 2px solid #666
}

@media(min-width: 576px) {
	.atomx-header .atomx-arrow {
		border-top-color: #b8b8b8;
		border-right-color: #b8b8b8
	}
}

.atomx-header .atomx-arrow--right {
	margin-left: auto;
	order: 2;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.atomx-header .atomx-arrow--left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

.atomx-header .atomx-arrow--up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

.atomx-header .atomx-arrow--down {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

.atomx-header .atomx-arrow-full {
	background: #333;
	height: 0.0625em;
	width: 0.9375em;
	margin: 0 auto 0 5px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.atomx-header .atomx-arrow-full:before,
.atomx-header .atomx-arrow-full:after {
	content: "";
	background: #333;
	position: absolute;
	height: 0.0625em;
	top: 0;
	width: 0.5em
}

.atomx-header .atomx-arrow-full:before {
	right: -2px;
	bottom: -3px;
	transform: rotate(-45deg)
}

.atomx-header .atomx-arrow-full:after {
	right: -2px;
	top: -3px;
	transform: rotate(45deg)
}

.atomx-header .atomx--bold {
	font-family: "Frutiger-bold" !important;
	font-weight: 700
}

.atomx-header .subscription-content {
	border-bottom: 1px solid #e0e0e0;
	margin: 32px 0 24px;
	padding-bottom: 32px
}

@media(min-width: 1280px) {
	.atomx-header .subscription-content {
		border-bottom: 0 none
	}
}

.atomx-header-notification {
	background-color: #fe5716;
	border-radius: 10px;
	color: #feffff;
	display: inline-block;
	padding: 0px 6px;
	line-height: 1.6875em;
	font-family: "Frutiger", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 500
}

.atomx-header *:focus {
	outline: 0 none
}

.atomx-header.atomx-header-private .subMenu--sub.subMenu--sub--subMenu.swipe {
	position: fixed
}

.fadeOut {
	display: none !important
}

@media(min-width: 992px) {
	.atomx-header.atomx-header-private .subMenu>.atomx-container {
		padding: 0 24px
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-content {
		display: block !important
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list>li {
		margin-left: 24px;
		margin-bottom: 0
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list>li .secondaryMenu-txt+span {
		display: none
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list>li .secondaryMenu-dropdown {
		right: -10.5em
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list>li .secondaryMenu-dropdown:last-child {
		right: -5em
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-txt {
		display: none
	}
	.atomx-header .atomx-header-2-content .subMenu-btn--client-text {
		display: none !important
	}
	.atomx-header .atomx-header-2-content .subMenu-btn--client-text+span {
		display: none !important
	}
	.atomx-header .subMenu-list li a span {
		flex: 0 0 100%;
		text-align: left
	}
	.atomx-header .subMenu .subscription-content {
		border-bottom: 0 none
	}
	.atomx-header .subMenu .secondaryMenu-content {
		display: none
	}
	.atomx-header .subMenu-usefulLink .atomx-btn:last-child {
		margin-top: 24px
	}
}

@media(min-width: 1280px) {
	.atomx-header .subMenu--sub-content .subMenu-list li a:hover>span {
		text-decoration: underline
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list>li .secondaryMenu-txt {
		display: block
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list>li .secondaryMenu-txt+span {
		display: flex
	}
	.atomx-header .atomx-header-2-content .secondaryMenu-list>li .secondaryMenu-dropdown {
		right: -2.5em
	}
	.atomx-header .atomx-header-2-content .subMenu-btn--client-text {
		display: block !important
	}
	.atomx-header .atomx-header-2-content .subMenu-btn--client-text+span {
		display: block !important
	}
	.atomx-header.atomx-header-private .subMenu {
		z-index: 10
	}
	.atomx-header.atomx-header-private .subMenu-container {
		overflow-y: auto
	}
	.atomx-header.atomx-header-private .subMenu-list li a span {
		flex: 0 0 100%
	}
	.atomx-header.atomx-header-private .subMenu--sub {
		padding: 0 0 40px
	}
	.atomx-header.atomx-header-private .subMenu--sub>.atomx-container {
		padding: 0 24px
	}
	.atomx-header.atomx-header-private .subMenu--sub .subMenu-btn-return,
	.atomx-header.atomx-header-private .subMenu--sub .subMenu-btn-close {
		display: block
	}
	.atomx-header.atomx-header-private .subMenu--sub-content.subMenu--sub-content__without-subsubMenu .subMenu-list a span {
		flex: 0 0 100%;
		text-align: left
	}
	.atomx-header.atomx-header-private .subMenu-linkContent .subMenu-list li {
		flex: 0 0 100%;
		margin-bottom: 0
	}
	.atomx-header.atomx-header-private .subMenu-usefulLink .atomx-btn:last-child {
		margin-top: 24px
	}
	.atomx-header:not(.atomx-header-private).accessibility--open .subMenu-container {
		top: 8.75em
	}
	.atomx-header:not(.atomx-header-private).show-second-nav .subMenu-container {
		border-bottom: 1px solid #e0e0e0
	}
	.atomx-header:not(.atomx-header-private) .atomx-header-private-nav {
		display: none
	}
	.atomx-header:not(.atomx-header-private) .subMenu-btn-open[data-direction=left] {
		display: none
	}
	.atomx-header:not(.atomx-header-private) .subMenu-container {
		height: auto;
		opacity: 1;
		overflow: inherit;
		position: absolute;
		top: 3.75em;
		transform: translateX(0);
		visibility: visible;
		width: 100%
	}
	.atomx-header:not(.atomx-header-private) .subMenu:not(.subMenu--right) {
		position: relative;
		top: 0;
		transform: translateX(0)
	}
	.atomx-header:not(.atomx-header-private) .subMenu:not(.subMenu--right)#subMenu-left {
		transform: translateX(0)
	}
}

@media(min-width: 1280px)and (-ms-high-contrast: none),
(min-width: 1280px)and (-ms-high-contrast: active) {
	.atomx-header:not(.atomx-header-private) .subMenu:not(.subMenu--right) .subMenu-list {
		flex: 0 0 70%
	}
	.atomx-header:not(.atomx-header-private) .subMenu:not(.subMenu--right) .subMenu-list li {
		flex: 1
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu {
		height: auto;
		position: relative;
		top: 0;
		display: block;
		height: auto;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		padding: 0;
		margin-top: 8px
	}
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu>.atomx-container {
		padding: 0
	}
}

@media(min-width: 1280px)and (-ms-high-contrast: none),
(min-width: 1280px)and (-ms-high-contrast: active) {
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu {
		height: 100%
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu .spanTitle,
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu .subMenu-usefulLink {
		display: none
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu .subMenu-list {
		flex-direction: column;
		margin-top: 8px
	}
}

@media(min-width: 1280px)and (-ms-high-contrast: none),
(min-width: 1280px)and (-ms-high-contrast: active) {
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu .subMenu-list {
		display: block
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu.subMenu--sub--subMenu .subMenu-list li a {
		color: #333;
		line-height: 24px;
		margin-bottom: 0;
		padding: 0;
		font-family: "Frutiger", sans-serif;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 500
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content {
		border: 0 none;
		display: flex;
		margin: 0;
		padding: 0
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu-list {
		display: flex;
		padding-left: 2px
	}
	.atomx-header:not(.atomx-header-private) .subMenu-list li {
		margin-right: 48px;
	}
	.atomx-header:not(.atomx-header-private) .subMenu-list li:last-child {
		margin-right: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu-list li a {
		font-family: "Frutiger-bold";
		font-weight: 700;
		box-shadow: none;
		padding: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu-list li a svg {
		display: none
	}
	.atomx-header:not(.atomx-header-private) .subMenu-list--link__mobile {
		display: none !important
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu-header {
		padding: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu-header .subMenu-btn-return,
	.atomx-header:not(.atomx-header-private) .subMenu-header .subMenu-btn-close {
		display: none
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu--home .subMenu-list {
		align-items: center
	}
	.atomx-header:not(.atomx-header-private) .subMenu--home .subMenu-list li a {
		margin: 21px 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu--home .subMenu-list li a:after {
    	content:"";
		border-bottom: 2px solid transparent;
		position:absolute;
        width:100%;
        height:1px;
        left:0;
        bottom:-21px;
		pointer-events: none;
	}
	.atomx-header:not(.atomx-header-private) .subMenu--home .subMenu-list li a.active {
		color: #1057c8
	}
.atomx-header:not(.atomx-header-private) .subMenu--home .subMenu-list li a.active:after {
		border-color: #1057c8;
	}
	.atomx-header:not(.atomx-header-private) .subMenu--home .subMenu-list li a span {
		display: inline;
		line-height: inherit
	}
	.atomx-header:not(.atomx-header-private) .subMenu--home .subMenu-content {
		display: flex;
		justify-content: space-between;
		padding: 0
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu--sub {
		display: none;
		left: 0;
		padding: 40px 0;
		right: auto;
		z-index: 2
	}
	.atomx-header:not(.atomx-header-private) .subMenu--sub:not(.subMenu--sub--subMenu) {
		border-top: 1px solid #e0e0e0
	}
	.atomx-header:not(.atomx-header-private) .subMenu--sub.focused-subMenuSub .subMenu--sub-content h2 a span {
		border-radius: 4px;
		outline: 2px solid #fe5716
	}
	.atomx-header:not(.atomx-header-private) .subMenu--sub-content .spanTitle {
		margin-top: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu--sub-content h2 a svg {
		display: inline
	}
	.atomx-header:not(.atomx-header-private) .subMenu--sub-content .subMenu-list li a {
		display: flex;
		font-family: "Frutiger", sans-serif;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 500;
		padding: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu--sub-content .subMenu-list li a[is-sub-title=true] {
		font-family: "Frutiger-bold";
		font-weight: 700
	}
	.atomx-header:not(.atomx-header-private) .subMenu--sub-content .subMenu-list--subMenu {
		margin-top: 16px
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .subMenu-usefulLink {
		align-items: flex-end;
		display: flex;
		margin-right: 32px
	}
	.atomx-header:not(.atomx-header-private) .subMenu-usefulLink:last-child {
		margin-top: auto
	}
	.atomx-header:not(.atomx-header-private) .subMenu-usefulLink .atomx-btn:first-child {
		margin-right: 32px
	}
	.atomx-header:not(.atomx-header-private) .subMenu-usefulLink .atomx-btn__label {
		font-size: 16px
	}
}


/*!
    * Atomx Header v1.0
*/

.atomx-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.atomx-header.sticky {
		position: fixed
	}
}

.atomx-header.atomx-header-home-page.sticky {
	border-bottom: 1px solid #e0e0e0
}

.atomx-header:not(.atomx-header-home-page) {
	border-bottom: 1px solid #e0e0e0
}

.atomx-header button {
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.atomx-header .btn-subscribe-sticky {
	display: none;
	border-top: 1px solid #e0e0e0;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	padding: 8px;
	width: 100%;
	z-index: 6
}

@media(max-width: 576px) {
	.atomx-header .btn-subscribe-sticky .atomx-btn {
		width: auto
	}
}

.atomx-header .btn-subscribe-sticky .atomx-btn:first-child {
	padding-left: 22px;
	padding-right: 22px
}

.atomx-header .btn-subscribe-sticky .atomx-btn:last-child {
	padding-left: 34px;
	padding-right: 34px;
	margin-left: 8px
}

.atomx-header .btn-subscribe-sticky .atomx-btn .atomx-btn__label {
	font-family: "Frutiger"
}

.atomx-header .btn-subscribe-sticky.sticky {
	display: flex
}

.atomx-header .btn-subscribe-sticky--hide {
	display: none !important
}

.atomx-header #atomx-header-1 {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.atomx-header #atomx-header-1 .subMenu-btn-open {
	width: 1.5em;
	height: 1.5em
}

.atomx-header #atomx-header-1 .subMenu-btn-open:focus {
	outline: 0 none
}

.atomx-header #atomx-header-1 .subMenu-btn-open:focus-visible {
	border-radius: 4px;
	outline: 2px solid #fe5716
}

@media(min-width: 1280px) {
	.atomx-header #atomx-header-1 {
		padding-top: 0;
		padding-bottom: 0
	}
	.atomx-header #atomx-header-1>ul {
		width: 100%
	}
}

.atomx-header .atomx-header-logo-edf {
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	justify-content: center;
	width: 90%
}

@media(min-width: 1280px) {
	.atomx-header .atomx-header-logo-edf:focus {
		outline: solid #fe5716 2px
	}
}

@media(min-width: 768px) {
	.atomx-header .atomx-header-logo-edf {
		padding-top: 9px;
		padding-bottom: 9px
	}
}

@media(min-width: 992px) {
	.atomx-header .atomx-header-logo-edf {
		justify-content: flex-start;
		width: auto
	}
}

.atomx-header .atomx-header-2-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.atomx-header .atomx-header-2-content .secondaryMenu-content {
	display: none
}

@media(min-width: 1280px) {
	.atomx-header .atomx-header-2-content .secondaryMenu-content {
		display: block
	}
}

.atomx-header #atomx-header-2 {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.atomx-header #atomx-header-2 #menubar1 {
	max-height: 24px
}

.atomx-header #atomx-header-2 .subMenu-btn--client-icon {
	position: relative;
	vertical-align: middle
}

.atomx-header #atomx-header-2 .subMenu-btn--client-icon svg {
	display: none
}

.atomx-header #atomx-header-2 .subMenu-btn--client-icon svg.icon-mobile {
	display: block
}

@media(min-width: 992px) {
	.atomx-header #atomx-header-2 .subMenu-btn--client-icon svg.icon-mobile {
		display: none
	}
	.atomx-header #atomx-header-2 .subMenu-btn--client-icon svg.icon-desctop {
		display: block
	}
}

.atomx-header #atomx-header-2 .subMenu-btn--client-icon .atomx-header-notification {
	position: absolute;
	bottom: 65%;
	left: 35%
}

@media(min-width: 768px) {
	.atomx-header #atomx-header-2 .subMenu-btn--client-icon.with--notification {
		margin-right: 17px
	}
}

.atomx-header #atomx-header-2 .subMenu-btn--client-text {
	font-family: "Frutiger", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	margin: 0 4px 0 8px
}

.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right {
	position: relative
}

.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right span {
	display: none;
	position: relative
}

@media(min-width: 992px) {
	.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 18px 24px;
		background: #333;
		color: #fff;
		position: relative
	}
	.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right.active span.subMenu-btn--client-text+span {
		background-color: #1a1a1a;
		border-radius: 50%
	}
	.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right.active span.subMenu-btn--client-text+span svg {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg)
	}
	.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right span {
		display: inline;
		margin-left: 4px
	}
	.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right span.subMenu-btn--client-text+span {
		height: 1.5em;
		line-height: 1.5em;
		width: 1.5em
	}
	.atomx-header #atomx-header-2 .subMenu-btn--client#subMenu-btn-open-right .ico-r-profil {
		margin-right: 8px
	}
}

.atomx-header #atomx-header-2 .subMenu-btn--client:focus {
	outline: 0 none
}

.atomx-header #atomx-header-2 .atomx-header-2 .login {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 28px 16px 16px;
	border-radius: 2px;
	background-color: #f4f4f4;
	margin-bottom: 24px
}

.atomx-header #atomx-header-2 .atomx-header-2 .login.login_connect {
	background-color: #1057c8
}

.atomx-header #atomx-header-2 .atomx-header-2 .login.login_connect-content .icon {
	background-color: #1057c8
}

.atomx-header #atomx-header-2 .atomx-header-2 .login.login_connect-content .icon svg {
	color: #fff
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-content {
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-content .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	margin-bottom: 16px
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-content a.atomx-btn {
	margin-bottom: 16px;
	font-size: 16px
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-content a.atomx-btn .atomx-btn__ico-r {
	margin-left: inherit
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-footer {
	border-top: 1px solid #dfdfdf;
	padding-top: 16px;
	display: flex;
	justify-content: center
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-footer::before {
	content: "";
	border-top: 1px solid #000
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-footer a.atomx-btn {
	max-width: inherit;
	width: inherit;
	padding: 0
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-footer a.atomx-btn:nth-child(1) {
	margin-right: 5px
}

.atomx-header #atomx-header-2 .atomx-header-2 .login-footer a.atomx-btn:nth-child(2) {
	text-decoration: underline
}

.atomx-header #atomx-header-2 .login {
	background-color: #f4f4f4;
	margin-bottom: 24px;
	padding: 28px 22px 16px;
	text-align: center;
	border-radius: 2px
}

.atomx-header #atomx-header-2 .login_connect {
	background-color: #1057c8
}

.atomx-header #atomx-header-2 .login_connect .login-icon {
	background-color: rgba(0, 0, 0, .2)
}

.atomx-header #atomx-header-2 .login_connect .login-icon svg g path {
	fill: #feffff
}

.atomx-header #atomx-header-2 .login_connect .login-userName {
	display: block
}

.atomx-header #atomx-header-2 .login_connect .login-linkConnexion,
.atomx-header #atomx-header-2 .login_connect .login-linkCreateAccount {
	display: none !important
}

.atomx-header #atomx-header-2 .login_connect .login-linkDiscconnect {
	display: block
}

.atomx-header #atomx-header-2 .login_connect .login-footer {
	border-color: rgba(254, 255, 255, .2)
}

.atomx-header #atomx-header-2 .login-icon {
	background-color: #fff;
	border-radius: 100%;
	height: 3em;
	margin: auto;
	padding: 12px;
	width: 3em
}

.atomx-header #atomx-header-2 .login-icon svg g path {
	fill: #333
}

.atomx-header #atomx-header-2 .login-content .icon {
	background-color: #0b4195
}

.atomx-header #atomx-header-2 .login-linkConnexion {
	display: flex;
	line-height: 1.5em;
	margin-top: 15px;
	font-family: "Frutiger", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold
}

.atomx-header #atomx-header-2 .login-linkConnexion .atomx-btn__ico-r {
	height: 24px
}

.atomx-header #atomx-header-2 .login-footer {
	border-top: 1px solid #e0e0e0;
	margin-top: 16px;
	padding-top: 16px;
	text-align: center
}

.atomx-header #atomx-header-2 .login-footer a {
	padding: 0
}

.atomx-header #atomx-header-2 .login-footer a:hover .atomx-btn__label:first-child {
	text-decoration: none
}

.atomx-header #atomx-header-2 .login-footer a .atomx-btn__label {
	color: #666;
	font-family: "Frutiger", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500
}

.atomx-header #atomx-header-2 .login-footer a span:last-child {
	text-decoration: underline
}

.atomx-header #atomx-header-2 .login-userName {
	display: none;
	color: #feffff;
	text-align: center;
	margin-top: 16px;
	line-height: 24px;
	font-family: "Frutiger-bold", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500
}

.atomx-header #atomx-header-2 .login-linkDiscconnect {
	display: none
}

.atomx-header #atomx-header-2 .login-linkDiscconnect a {
	line-height: 18px
}

.atomx-header #atomx-header-2 .login-linkDiscconnect a .atomx-btn__label {
	color: #f0f0f0;
	font-family: "Frutiger", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500
}

@media(min-width: 992px) {
	.atomx-header #atomx-header-2 #menubar1 {
		max-height: inherit
	}
}

@media(min-width: 1280px) {
	.atomx-header #atomx-header-2 .subMenu--right .subMenu-content {
		padding: 0
	}
}

@media(min-width: 1280px) {
	.atomx-header.accessibility--open:after {
		top: 8.75em
	}
	.atomx-header.accessibility--open:before {
		top: 13em
	}
}

@media(min-width: 1280px) {
	.atomx-header.atomx-header-home-page.sticky {
		border-bottom: 0 none
	}
	.atomx-header.atomx-header-home-page.show-logo .atomx-header-logo-edf {
		opacity: 1
	}
	.atomx-header.atomx-header-home-page.show-second-nav {
		border-bottom: 1px solid #e0e0e0
	}
	.atomx-header.atomx-header-home-page.show-second-nav #atomx-header-second-nav {
		display: flex
	}
	.atomx-header.atomx-header-home-page #atomx-header-second-nav {
		display: none;
		transition: display .6s
	}
	.atomx-header.atomx-header-home-page .atomx-header-logo-edf {
		opacity: 0;
		transition: opacity .6s
	}
	.atomx-header.atomx-header-home-page .btn-subscribe-sticky {
		display: flex
	}
	.atomx-header.atomx-header-home-page:after,
	.atomx-header.atomx-header-home-page:before {
		border-bottom: 0 none
	}
}

.atomx-header.atomx-header-private .subMenu--sub-content h2 a {
	color: #333;
	cursor: not-allowed;
	text-decoration: none
}

.atomx-header.atomx-header-private:after {
	z-index: 5
}

@media(min-width: 1280px) {
	.atomx-header.atomx-header-private:before {
		border-bottom: 0 none
	}
}

@media(min-width: 992px) {
	.atomx-header.atomx-header-home-page .btn-subscribe-sticky {
		display: none
	}
}

@media(min-width: 1280px) {
	.atomx-header {
		border-bottom: 0 none
	}
	.atomx-header.show-second-nav:after,
	.atomx-header.show-second-nav:before {
		content: "";
		width: 100%;
		border-bottom: 1px solid #e0e0e0;
		position: absolute;
		left: 0;
		z-index: 10
	}
	.atomx-header.show-second-nav:before {
		border: 0 none;
		z-index: 8
	}
	.atomx-header:not(.atomx-header-home-page) {
		border-bottom: 0 none
	}
	.atomx-header:after,
	.atomx-header:before {
		content: "";
		width: 100%;
		border-bottom: 1px solid #e0e0e0;
		position: absolute;
		left: 0;
		top: 3.75em;
		z-index: 10
	}
	.atomx-header:before {
		top: 8em;
		z-index: 8
	}
}

.subMenu#subMenu-left {
	left: 0;
	transform: translateX(-100%)
}

.subMenu#subMenu-left.swipe {
	transform: translateX(0)
}

.subMenu#subMenu-left .subscription-content>div:last-child {
	margin-top: 16px
}

.subMenu#subMenu-left .subscription-content .atomx-btn svg,
.subMenu#subMenu-left .subscription-content .atomx-btn i {
	display: none
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
	.atomx-header .atomx-container>.atomx-row.row-reverse .atomx-col:first-child {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.atomx-header .atomx-container>.atomx-row.row-reverse .atomx-col:last-child {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.atomx-header .atomx-container>.atomx-row .subMenu-container {
		overflow-y: auto
	}
}

@media(min-width: 1024px)and (max-width: 1279px) {
	.atomx-header .atomx-container>.atomx-row.row-reverse .atomx-col:first-child {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.atomx-header .atomx-container>.atomx-row.row-reverse .atomx-col:last-child {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.atomx-header .atomx-container>.atomx-row .subMenu-container {
		overflow-y: auto
	}
}

@media(min-width: 1280px) {
	.atomx-header:not(.atomx-header-private) .atomx-container>.atomx-row.row-reverse {
		flex-direction: column-reverse
	}
}

.atomx-header-private-nav {
	display: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1088px
}

@media(min-width: 768px) {
	.atomx-header-private-nav {
		display: block
	}
}

.atomx-header-private-nav ul {
	align-items: center;
	display: table;
	justify-content: center;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
	width: 100%
}

.atomx-header-private-nav ul li {
	vertical-align: middle;
	display: inline-table;
	border-bottom: 1px solid #666;
	height: 46px;
	border-left: 1px solid #666;
	text-align: center;
	width: 25%
}

.atomx-header-private-nav ul li a {
	color: #666;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: "Frutiger", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500
}

@media(min-width: 992px) {
	.atomx-header-private-nav ul li {
		width: 12.5%
	}
}

.atomx-header .subMenu#subMenu-left .subscription-content .atomx-btn:hover .atomx-btn__label {
	text-decoration: underline
}

.atomx-header .subMenu#subMenu-left .subscription-content .atomx-btn .atomx-btn__label {
	align-items: center;
	display: flex;
	font-family: "Frutiger", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500
}

@media(min-width: 1280px) {
	.atomx-header .subMenu#subMenu-left .subscription-content .atomx-btn .atomx-btn__label {
		font-family: "Frutiger-bold", sans-serif;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: 500
	}
}

.atomx-header .subMenu-usefulLink .atomx-btn {
	border: 0 none
}

.atomx-header .atomx-btn {
	font-size: 1rem;
	padding-bottom: 11px;
	padding-top: 11px;
	width: 100%
}

.atomx-header .atomx-btn i {
	font-weight: bold
}

.atomx-header .atomx-btn .atomx-btn__label {
	line-height: 24px;
	font-family: "Frutiger-bold", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500
}

.atomx-header .atomx-btn:active:before {
	box-shadow: none
}

.atomx-header .atomx-btn svg path {
	fill: #1057c8
}

@media(min-width: 1280px) {
	.atomx-header .atomx-btn:focus {
		outline: 0 none
	}
	.atomx-header .atomx-btn:focus-visible {
		border-radius: 4px;
		outline: 2px solid #fe5716
	}
}

.atomx-header a.atomx-btn-outline--theme-primary,
.atomx-header button.atomx-btn-outline--theme-primary,
.atomx-header input.atomx-btn-outline--theme-primary {
	color: #1057c8;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #1057c8
}

.atomx-header a.atomx-btn--theme-primary,
.atomx-header button.atomx-btn--theme-primary,
.atomx-header input.atomx-btn--theme-primary {
	color: #fff;
	background: #1057c8;
	border: 1px solid #1057c8
}

.atomx-header a.atomx-btn-link--theme-blue-light,
.atomx-header button.atomx-btn-link--theme-blue-light,
.atomx-header input.atomx-btn-link--theme-blue-light {
	color: #1057c8;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0)
}

@media(min-width: 1280px) {
	.atomx-header.atomx-header-private .subMenu#subMenu-left .subscription-content .atomx-btn .atomx-btn__label {
		font-family: "Frutiger"
	}
	.atomx-header.atomx-header-private .subMenu-usefulLink .atomx-btn {
		border: 0 none
	}
	.atomx-header:not(.atomx-header-private) .atomx-btn {
		background-color: transparent;
		border: 0 none;
		width: auto
	}
	.atomx-header:not(.atomx-header-private) .atomx-btn:focus .atomx-btn__label,
	.atomx-header:not(.atomx-header-private) .atomx-btn:hover .atomx-btn__label {
		color: #001a70
	}
	.atomx-header:not(.atomx-header-private) .atomx-btn:focus svg g path,
	.atomx-header:not(.atomx-header-private) .atomx-btn:focus svg g polygon,
	.atomx-header:not(.atomx-header-private) .atomx-btn:hover svg g path,
	.atomx-header:not(.atomx-header-private) .atomx-btn:hover svg g polygon {
		fill: #001a70
	}
	.atomx-header:not(.atomx-header-private) .atomx-btn .atomx-btn__label {
		color: #1057c8;
		line-height: 24px;
		font-family: "Frutiger-bold", sans-serif;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 500
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content {
		align-items: center;
		border: 0 none;
		display: flex;
		margin: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content .atomx-btn {
		height: max-content;
		padding-bottom: 0;
		padding-top: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content .atomx-btn .atomx-btn__label {
		font-size: 0.875em
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content .atomx-btn:first-child {
		position: relative
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content .atomx-btn:last-child {
		position: relative;
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content .atomx-btn svg,
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content .atomx-btn i {
		display: inline;
		color: #1057c8
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content>div {
		position: relative
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content>div:last-child {
		margin-top: 0
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content>div:last-child:after {
		content: normal
	}
	.atomx-header:not(.atomx-header-private) .subMenu#subMenu-left .subscription-content>div:after {
		content: "";
		border-right: 1px solid #e0e0e0;
		height: 1.5em;
		position: absolute;
		right: 0;
		top: 0;
		width: 0.0625em
	}
}
.atomx-header.show-second-nav #atomx-header-1 {
    height: 65px;
}

