#altametris-header-container {
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	height: 10rem;
	z-index: 20;
	transition: top 0.8s linear 0s;
}

#altametris-header-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 38rem;
	max-width: 178rem;
	z-index: -1;
	background-color: #FFFFFF;
	border-top-right-radius: 5rem;
	border-bottom-right-radius: 5rem;
	box-shadow: 0 11px 34px 0 rgba(43, 75, 172, 0.1);
	transition: all 0.8s cubic-bezier(.45, .35, .15, .85);
	transition: width 0.8s cubic-bezier(.45, .35, .15, .85),
		border-bottom-right-radius 0s linear 0s,
		border-top-right-radius 0s linear 0s;
}

.scrolled #altametris-header-bg::before {
	width: 100%;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;

}

#altametris-header {
	max-width: 178rem;
	height: 10rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

#altametris-header .default-cta {
	text-transform: uppercase;
	margin: 0 2rem;
}

#altametris-header-logo {
	flex: 0 0 38rem;
	display: flex;
	align-items: center;
}

#altametris-header-logo a {
	padding: 1.5rem 5rem 0 3rem;
}

#altametris-header-menu {
	flex-grow: 1;
}

#altametris-header-menu ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

@supports (-ms-ime-align: auto) {
	#altametris-header-menu ul li {
		margin: auto;
	}
}

#altametris-header-menu ul a {
	font-weight: 500;
	color: #FFFFFF;
}

#altametris-header-ctas {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.scrolled .cta-white-border a {
	border-color: #33a7e6;
	color: #33a7e6;
}

.scrolled #altametris-header-menu ul a {
	color: #000000;
}

#altametris-header-button {
	flex: 0 0 10rem;
	height: 10rem;
	background-color: transparent;
	display: none;
	flex-direction: column;
	padding: 3rem 3rem;
	position: relative;
}

.button-bar {
	width: 100%;
	height: 5px;
	border-radius: 2.5px;
	background-color: #c6c6c6;
	position: absolute;
	width: calc(100% - 6rem);
	transform-origin: center center;
	transition:
		background-color 0.5s ease 0s,
		opacity 0.25s ease 0.25s,
		top 0.25s ease-out 0.25s,
		bottom 0.25s ease-out 0.25s,
		transform 0.25s ease-in 0s;
}

.amhp-open-menu .button-bar {
	transition:
		background-color 0.5s ease 0s,
		opacity 0.25s ease 0s,
		top 0.25s ease-out 0s,
		bottom 0.25s ease-out 0s,
		transform 0.25s ease-in 0.25s;
}

#altametris-header-menu ul a.am-current-page {
	color: #33a7e6 !important;
}

.amhp-open-menu #altametris-header-button #bar2 {
	opacity: 0;
}

#altametris-header-button #bar2 {
	top: 4.7rem;
}

#altametris-header-button #bar1 {
	top: 3rem;
}

#altametris-header-button #bar3 {
	bottom: 3rem;
}

.amhp-open-menu #altametris-header-button #bar1 {
	top: 4.7rem;
	background-color: #FF0000;
	transform: rotate(45deg);
}

.amhp-open-menu #altametris-header-button #bar3 {
	bottom: 4.7rem;
	background-color: #FF0000;
	transform: rotate(-45deg);
}

#altametris-header-languageswitcher .globe_class {
	border-radius: none;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
	font-weight: 500;
}

#altametris-header-languageswitcher .globe_class:hover .lang_list_class {
	display: none;
}

#altametris-header-languageswitcher .globe_class .lang_list_class {
    top: 8rem;
    left: auto;
	right: calc(-100% - 1rem);
	transform: translate(0);
    padding: 1.5rem 4rem;
	background-color: #FFFFFF;
	border-radius: 4rem;
	box-shadow: 0 2px 15px rgba(3, 32, 252, 0.1);
	text-align: left;
}

#altametris-header-logo a.lang_switcher_link {
	padding: 0;
	opacity: 0.4;
}

#altametris-header-languageswitcher {
	padding: 1rem 6rem 0 3rem;
/* 	border-left: solid 0.1rem #f0f0f0; */
	margin-right: 0.5rem;
}

.scrolled #altametris-header-languageswitcher {
	border-right: solid 0.1rem #f0f0f0;
	padding-right: 4.5rem;
}

#altametris-header-languageswitcher .globe_class:after {
	content: '';
	width: 1.13rem;
	height: 1.13rem;
	position: absolute;
	right: -2.76rem;
	top: 0.63rem;
	transform: rotate(225deg);
	border-left: solid 1px #bdbdbd;
	border-top: solid 1px #bdbdbd;
}

#altametris-header-languageswitcher .globe_class.open-menu:after {
	transform: rotate(45deg);
	top: 1.53rem;
}

#altametris-header-languageswitcher .globe_class .lang_list_class:before,
#altametris-header-languageswitcher .globe_class .lang_list_class:after {
	display: none;
}

#altametris-header-languageswitcher .globe_class .lang_list_class li:first-child,
#altametris-header-languageswitcher .globe_class .lang_list_class li:last-child,
#altametris-header-languageswitcher .globe_class .lang_list_class li {
	font-size: 1.8rem;
	font-weight: 500;
	color: #19373d;
	border: none;
	width: auto;
	height: 4.5rem;
	padding: 1rem 0;
	background-color: transparent;
}

#altametris-header-languageswitcher .globe_class .lang_list_class li a:after {
	content: unset;
}

#altametris-header-languageswitcher[current_lang="fr"] a.lang_switcher_link[data-language="fr"] { opacity: 1;}
#altametris-header-languageswitcher[current_lang="en"] a.lang_switcher_link[data-language="en"] { opacity: 1;}