*,
:after,
:before {
	box-sizing: border-box
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	text-align: inherit;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0
}

details,
main,
summary {
	display: block
}

a,
abbr {
	text-decoration: none
}

b,
strong {
	font-weight: 700
}

em {
	font-style: italic
}

ol,
ul {
	list-style: none
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	width: auto
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

sub,
sup {
	font-size: 0.625em;
	line-height: 0
}

sup {
	vertical-align: super
}

sub {
	vertical-align: sub
}

caption,
input,
select,
td,
th {
	vertical-align: middle
}

input,
select,
textarea {
	text-overflow: ellipsis
}

input::placeholder,
textarea::placeholder {
	color: inherit
}

button,
select {
	text-transform: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	overflow: visible;
	-webkit-appearance: button;
	cursor: pointer
}

button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
	cursor: auto
}

textarea {
	overflow: auto;
	resize: none
}

progress {
	vertical-align: baseline
}

svg {
	overflow: visible;
	display: block
}

template {
	display: none
}

[hidden] {
	display: none !important
}

@font-face {
	font-display: swap;
	font-family: '';
	font-weight: 400;
	src: local(), url("fonts/") format('')
}

html {
	font: 62.5%/1 sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	color: #23384c;
	font: calc(1.6rem + 6 * (100vw - 32rem)/1046)/2em 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

ul>li {
	padding-left: 2.4rem;
	line-height: 3.6rem;
	background: url("images/liste.svg") left 0.85rem/1.1rem 1.9rem no-repeat
}

a {
	font-weight: 700;
	transition: color 0.2s ease-out
}

a:focus,
a:hover {
	color: #008d99
}

blockquote:before {
	font-family: Georgia, serif;
	vertical-align: bottom;
	content: '\201C'
}

.icon {
	height: auto;
	width: auto
}

.icon path:not([fill]) {
	fill: currentColor
}

.color {
	color: #EC671B
}

.color2 {
	color: #00a6d0
}

.color3 {
	color: #2a4689
}

.color4 {
	color: #74c9e3
}

.title {
	font-size: calc(3.5rem + 15 * (100vw - 32rem)/1046);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.076923076923077em
}

.intro {
	font-size: calc(2.2rem + 10 * (100vw - 32rem)/1046);
	letter-spacing: -0.008em
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0 2rem;
	width: 100%
}

.content,
.content-large {
	margin-bottom: 4rem
}

.content-large:last-child,
.content:last-child {
	margin-bottom: 0
}

.main-header {
	inset: 0 0 auto;
	z-index: 40;
}

.scrolled .main-header {
	position: fixed
}

.header-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.header-logo {
	display: block;
	height: 120px
}

.scrolled .header-logo {
	height: 4.3rem
}

.header-nav {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.285714285714286em;
	text-align: right;
	text-transform: uppercase
}

.header-nav-link {
	display: block;
	margin-bottom: 1rem;
	border-bottom: 0.1rem solid transparent;
	transition: border-bottom-color 0.2s ease-out
}

.header-nav-link:focus,
.header-nav-link:hover {
	color: inherit;
	border-bottom-color: currentColor
}

.header-nav-link:last-child {
	margin-bottom: 0
}

.header-lang {
	display: flex;
	justify-content: flex-end
}

.header-lang-item {
	padding-left: 0;
	background: transparent;
	line-height: inherit
}

.header-lang-item:after {
	margin: 0 0.1em;
	content: '/'
}

.header-lang-item:last-child:after {
	content: none
}

.header-lang-current {
	color: #9ed6e1
}

.header-lang-link {
	border-bottom: 0.1rem solid transparent;
	transition: border-bottom-color 0.2s ease-out
}

.header-lang-link:focus,
.header-lang-link:hover {
	color: inherit;
	border-bottom-color: currentColor
}

.header-login {
	margin-top: 1rem;
	width: 100%;
	font-size: calc(1.4rem + 6 * (100vw - 32rem)/1046);
	font-weight: 700;
	line-height: 1.1em;
	text-align: center
}

.header-login:first-child {
	margin-top: 0
}

.scrolled .header-login {
	display: none
}

.header-login-text {
	display: block;
	color: #9ed6e1;
	margin-bottom: 0.5rem
}

.header-login-text:last-child {
	margin-bottom: 0
}

.header-login-button {
	position: relative;
	z-index: 0;
	padding: 0.4rem 1.1rem;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 2.266666666666667em;
	text-transform: uppercase;
	transition: color 0.2s ease-out, background-color 0.2s ease-out
}

.header-login-button:after,
.header-login-button:before {
	position: absolute;
	inset: 0;
	z-index: -10;
	background: url("images/angles-gauche.svg") left center/contain no-repeat;
	content: '';
	opacity: 0.6
}

.header-login-button:after {
	background-image: url("images/angles-droite.svg");
	background-position: right center
}

.header-login-button:focus,
.header-login-button:hover {
	color: #50bcbd;
	background-color: #fff
}

.main-footer {
	position: relative;
	overflow: hidden;
	z-index: 0;
	font-size: 1.8rem;
	line-height: 1.777777777777778em
}

.footer-top {
	padding: 7rem 0 9rem;
	border-bottom: 1px solid #000;
}

.footer-bottom {
	padding: 2rem 0 4rem
}

.footer-logo-wrapper {
	margin-bottom: 2rem
}

.footer-logo-wrapper:last-child {
	margin-bottom: 0
}

.footer-logo {
	display: block;
	width: 27rem
}

.footer-content a:focus,
.footer-content a:hover {
	color: #50bcbd
}

.footer-link {
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 400
}

.footer-link:focus,
.footer-link:hover {
	color: #50bcbd
}

.block-list {
	margin: 3rem 0;
	line-height: 3.6rem
}

.block-list:first-child {
	margin-top: 0
}

.block-list:last-child {
	margin-bottom: 0
}

.block-list li {
	margin-bottom: 1.3rem;
	/*padding: 2.5rem 4.2rem 2.5rem 6.8rem;
	background: url("images/liste.svg") 4.2rem 3.35rem/1.1rem 1.9rem no-repeat*/
}

.block-list li:last-child {
	margin-bottom: 0
}

.visual-text-row {
	margin: 7rem 0
}

.visual-text-row:first-child {
	margin-top: 0
}

.visual-text-row:last-child {
	margin-bottom: 0
}

.visual-text-image-wrapper {
	margin-bottom: 3rem
}

.visual-text-image-wrapper:last-child {
	margin-bottom: 0
}

.visual-text-image {
	display: block;
	width: 100%
}

.highlight-row {
	margin: 7rem 0;
	padding-bottom: 16rem;
	background: url("images/fleche-bas.svg") center bottom/13rem auto no-repeat
}

.highlight-row:first-child {
	margin-top: 0
}

.highlight-row:last-child {
	margin-bottom: 0;
	background: transparent
}

.highlight {
	position: relative;
	z-index: 0;
	margin-top: 10rem;
	text-align: center
}

.highlight:first-child {
	margin-top: 0
}

.highlight.active {
	z-index: 10
}

.highlight-title {
	color: #74c9e3;
	font-size: calc(2.5rem + 20 * (100vw - 32rem)/1046);
	letter-spacing: -0.02em;
	line-height: 1.111111111111111em
}

.highlight-button {
	position: relative;
	display: block;
	height: 6.3rem;
	margin: 3rem auto 0;
	width: 6.3rem;
	transition: color 0.2s ease-out, transform 0.2s ease-out
}

.highlight-button:after,
.highlight-button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-color: currentColor;
	content: ''
}

.highlight-button:before {
	height: 100%;
	width: 0.2rem
}

.highlight-button:after {
	height: 0.2rem;
	width: 100%
}

.highlight-button:focus,
.highlight-button:hover {
	color: #74c9e3
}

.highlight-button:first-child {
	margin-top: 0
}

.active .highlight-button {
	color: #74c9e3;
	transform: rotate3d(0, 0, 1, 45deg)
}

.active .highlight-button:focus,
.active .highlight-button:hover {
	color: #2a4689
}

.highlight-tooltip {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: -10;
	max-width: 100vw;
	padding: 10rem 4rem 3rem;
	width: 86rem;
	color: #23384c;
	font-size: 1.8rem;
	line-height: 2.111111111111111em;
	text-align: left;
	transform: translate3d(-50%, -8rem, 0);
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
	visibility: hidden
}

.active .highlight-tooltip {
	opacity: 1;
	visibility: visible
}

.highlight-tooltip li {
	background-image: url("images/liste-4.svg")
}

.tooltip-title {
	margin-bottom: 1rem;
	color: #74c9e3;
	font-size: 2.111111111111111em;
	font-weight: 700;
	line-height: 1em
}

.tooltip-title:last-child {
	margin-bottom: 0
}

.platform-row {
	margin: 7rem 0
}

.platform-row:first-child {
	margin-top: 0
}

.platform-row:last-child {
	margin-bottom: 0
}

.platform-name {
	padding-bottom: 3rem;
	color: #74c9e3;
	font-size: 3.4rem;
	letter-spacing: 0.135em;
	line-height: 1.176470588235294em
}

.platform-name:last-child {
	padding-bottom: 0
}

.platform-name .bold,
.platform-name strong {
	color: #fff;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: normal
}

.platform-name.large {
	font-size: 4rem;
	letter-spacing: 0.23em
}

.platform-name.large .bold,
.platform-name.large strong {
	font-size: 7rem;
	letter-spacing: 0.03em;
	line-height: 0.928571428571429em
}

.platform-content {
	padding-top: 3rem;
	border-top: 0.1rem solid rgba(116, 201, 227, 0.3)
}

.platform-content:first-child {
	padding-top: 0;
	border-top: none
}

.carousel {
	position: relative
}

.carousel-inner {
	display: flex
}

.carousel-item {
	flex-shrink: 0;
	margin-right: -100%;
	width: 100%
}

.carousel-image {
	display: block;
	width: 100%
}

.carousel-next,
.carousel-prev {
	position: absolute;
	bottom: 2rem;
	left: 3rem;
	height: 9.6rem;
	width: 5rem;
	transition: color 0.2s ease-out
}

.carousel-next:focus,
.carousel-next:hover,
.carousel-prev:focus,
.carousel-prev:hover {
	color: #50bcbd
}

.carousel-next {
	right: 3rem;
	left: auto
}

.carousel-nav {
	position: absolute;
	bottom: 5.5rem;
	left: 50%;
	display: flex;
	flex-wrap: wrap;
	transform: translate3d(-50%, 0, 0)
}

.carousel-bullet {
	height: 1.6rem;
	margin: 0.5rem;
	width: 1.6rem;
	background-color: #fff;
	border: 0.2rem solid #fff;
	border-radius: 50%;
	transition: background-color 0.2s ease-out, border-color 0.2s ease-out
}

.carousel-bullet:focus,
.carousel-bullet:hover {
	background-color: #23384c;
	border-color: #23384c
}

.carousel-bullet.active {
	background-color: #23384c
}

.banner-carousel {
	color: #fff
}

.banner-carousel .carousel-item {
	position: relative;
	align-items: center;
	display: flex;
	min-height: calc(100vh - 13.2rem);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease-out, visibility 0.4s ease-out
}

.banner-carousel .carousel-item.active,
.banner-carousel .carousel-item:only-child {
	opacity: 1;
	visibility: visible
}

.banner-carousel .carousel-image-wrapper {
	position: absolute;
	inset: 0;
	z-index: -10
}

.banner-carousel .carousel-image-wrapper:after {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.3);
	content: ''
}

.banner-carousel .carousel-image {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover'
}

.banner-carousel .carousel-content {
	padding: 4rem 0 13.6rem;
	width: 100%;
	font-weight: 500
}

.news-tab {
	display: block;
	padding: 1.8rem 4.2rem;
	border: 0.2rem solid transparent;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out
}

.news-tab:focus,
.news-tab:hover {
	color: inherit;
	border-color: #00a6d0
}

.news-tab.active,
.news-tab:only-child {
	color: #fff;
	background-color: #00a6d0;
	border-color: transparent
}

.news-date {
	margin-bottom: 0.8rem;
	font-size: calc(1.4rem + 4 * (100vw - 32rem)/1046);
	line-height: 1.777777777777778em
}

.news-date:after {
	display: block;
	height: 0.1rem;
	margin-top: 1rem;
	width: 7.7rem;
	background-color: currentColor;
	content: '';
	opacity: 0.3;
	transition: opacity 0.2s ease-out
}

.news-date:last-child {
	margin-bottom: 0
}

.news-tab.active .news-date:after,
.news-tab:only-child .news-date:after {
	opacity: 0.4
}

.news-tab-title {
	color: #00a6d0;
	font-size: calc(1.6rem + 4 * (100vw - 32rem)/1046);
	font-weight: 600;
	line-height: 1.6em;
	transition: color 0.2s ease-out
}

.news-tab.active .news-tab-title,
.news-tab:only-child .news-tab-title {
	color: #fff
}

.news-list {
	display: flex
}

.news-item {
	flex-shrink: 0;
	margin-right: -100%;
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
	visibility: hidden
}

.news-item.active,
.news-item:only-child {
	opacity: 1;
	visibility: visible
}

.news-image-wrapper {
	margin-bottom: 3.5rem
}

.news-image-wrapper:last-child {
	margin-bottom: 0
}

.news-image {
	display: block;
	width: 100%
}

.news-title {
	margin-bottom: 2rem;
	color: #00a6d0;
	font-size: calc(2.4rem + 10 * (100vw - 32rem)/1046);
	font-weight: 700;
	line-height: 1.176470588235294em
}

.section {
	padding: 6rem
}

.banner-carousel+.section {
	position: relative;
	overflow: hidden;
	z-index: 0
}

.banner-carousel+.section:before {
	position: absolute;
	top: -7.8rem;
	left: calc(50% - 28.5rem);
	z-index: -10;
	height: 57.1rem;
	width: 105.8rem;
	background: url("images/planete-pointilles.svg") center/contain no-repeat;
	content: '';
	opacity: 0.2
}

.platform-section {
	padding-bottom: 27rem;
	color: #fff;
	background: #2a4689 url("images/ville-pleine.svg") 50vw bottom/auto 23.5rem no-repeat
}

.gradient-section {
	color: #fff;
	background-color: #23384c;
}

.about-content {
	margin-bottom: 3rem;
	font-size: calc(1.8rem + 7 * (100vw - 32rem)/1046)
}

.about-content:last-child {
	margin-bottom: 0
}

.about-logos {
	margin: 0 auto;
	max-width: 49rem;
	padding: 2rem 3rem;
	color: #23384c;
	font-size: calc(2rem + 8 * (100vw - 32rem)/1046);
	font-weight: 700;
	text-align: center;
	border-right: 0.1rem solid rgba(35, 56, 76, 0.5);
	border-left: 0.1rem solid rgba(35, 56, 76, 0.5)
}

.about-logo-row {
	align-items: center;
	display: flex;
	margin: 3rem 0
}

.about-logo-row:first-child {
	margin-top: 0
}

.about-logo-row:last-child {
	margin-bottom: 0
}

.about-logo-wrapper {
	margin-right: 3rem;
	width: calc(50% - 1.5rem)
}

.about-logo-wrapper:last-child {
	margin-right: 0
}

.about-logo {
	display: block;
	max-height: 16.4rem;
	-o-object-fit: contain;
	object-fit: contain
}

.info-band {
	padding: 6.5rem 0;
	font-size: calc(2.2rem + 10 * (100vw - 32rem)/1046);
	letter-spacing: -0.025em;
	line-height: 1.25em;
	color: #fff;
	background-color: #2DB8DA;
}

.info-band a {
	font-weight: 700;
	letter-spacing: normal;
	word-wrap: break-word;
	border-bottom: 0.2rem solid currentColor
}

.info-band a:focus,
.info-band a:hover {
	color: #23384c
}

[dir=rtl] {
	direction: rtl
}

[dir=rtl] ul>li {
	padding: 0 2.4rem 0 0;
	background-image: url("images/liste-rtl.svg");
	background-position: right 0.85rem
}

[dir=rtl] .main-header {
	background-image: linear-gradient(to left, #2a4689, #50bcbd)
}

[dir=rtl] .header-nav {
	text-align: left
}

[dir=rtl] .header-login-button {
	letter-spacing: normal
}

[dir=rtl] .header-lang-item {
	padding-right: 0;
	background: transparent
}

[dir=rtl] .main-footer:before {
	right: auto;
	left: calc(50% + 56.4rem)
}

[dir=rtl] .footer-top {
	background-image: url("images/ville-filaire-rtl.svg");
	background-position: left bottom
}

[dir=rtl] .block-list li {
	padding: 2.5rem 6.8rem 2.5rem 4.2rem;
	background-image: url("images/liste-rtl.svg");
	background-position: right 4.2rem top 3.35rem
}

[dir=rtl] .highlight-tooltip {
	right: 50%;
	left: auto;
	text-align: right;
	transform: translate3d(50%, -8rem, 0)
}

[dir=rtl] .highlight-tooltip li {
	background-image: url("images/liste-rtl-4.svg")
}

[dir=rtl] .carousel-item {
	margin: 0 0 0 -100%
}

[dir=rtl] .carousel-prev {
	right: 3rem;
	left: auto
}

[dir=rtl] .carousel-next {
	right: auto;
	left: 3rem
}

[dir=rtl] .news-item {
	margin: 0 0 0 -100%
}

[dir=rtl] .banner-carousel+.section:before {
	right: calc(50% - 28.5rem);
	left: auto
}

[dir=rtl] .gradient-section {
	background-image: linear-gradient(to left, #2a4689, #50bcbd)
}

[dir=rtl] .platform-section {
	background-image: url("images/ville-pleine-rtl.svg");
	background-position: right 50vw bottom
}

[dir=rtl] .platform-name {
	letter-spacing: normal
}

[dir=rtl] .about-logo-wrapper {
	margin: 0 0 0 3rem
}

[dir=rtl] .about-logo-wrapper:last-child {
	margin-left: 0
}

[dir=rtl] .info-band {
	background: linear-gradient(to left, rgba(80, 188, 189, 0.5), rgba(80, 188, 189, 0.5)), linear-gradient(to left, #2a4689, #50bcbd)
}

[data-animate] {
	transform: translate3d(0, 3rem, 0);
	opacity: 0
}

#contentarea [data-animate],
.cke_editable [data-animate] {
	transform: none;
	opacity: 1
}

.animated {
	animation: animate 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both
}

@keyframes animate {
	to {
		transform: none;
		opacity: 1
	}
}

@media (min-width:32em) {
	
	.container {
		max-width: 64rem
	}

	.header-container {
		flex-wrap: nowrap
	}

	.header-nav {
		order: 1
	}

	.header-login {
		margin-top: 0;
		width: auto
	}

	.scrolled .header-login {
		display: block
	}

	.about-logos {
		padding: 2rem 5rem
	}

	.about-logo-wrapper {
		margin-right: 7rem;
		width: calc(50% - 3.5rem)
	}

	[dir=rtl] .about-logo-wrapper {
		margin-left: 7rem
	}
}

@media (min-width:48em) {
	
	.main-header {
		padding: 2.6rem 0 2rem
	}

	.scrolled .main-header {
		padding: 1rem
	}

	.header-logo {
		height: 120px
	}

	.header-login-button {
		padding: 0.8rem 2.1rem
	}

	.highlight-tooltip {
		padding: 10rem 7rem 6rem
	}
}

@media (min-width:64em) {
	
	.container {
		max-width: 80rem
	}

	.header-logo {
		height: 22rem
	}

	.header-nav {
		align-items: center;
		display: flex;
		text-align: inherit
	}

	.header-nav-link {
		margin: 0 4rem 0 0
	}

	.header-nav-link:last-child {
		margin-right: 0
	}

	.header-lang {
		justify-content: flex-start
	}

	.footer-bottom,
	.footer-top {
		display: flex;
		justify-content: space-between
	}

	.footer-logo-wrapper {
		flex-shrink: 0;
		margin: 0 4rem 0 0
	}

	.footer-logo-wrapper:last-child {
		margin-right: 0
	}

	.footer-content {
		flex: 1;
		max-width: 60rem
	}

	.carousel-next,
	.carousel-prev {
		top: 50%;
		transform: translate3d(0, -50%, 0)
	}

	.carousel-nav {
		bottom: 3.5rem
	}

	.banner-carousel .carousel-content {
		padding: 9.6rem 0 9.6rem
	}

	.news-item {
		display: flex
	}

	.news-image-wrapper {
		margin: 0 6.5rem 0 0;
		width: 33.333333%
	}

	.news-image-wrapper:last-child {
		margin-right: 0
	}

	.news-image {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: 'object-fit: cover'
	}

	.news-content {
		flex: 1;
		margin-top: 8.4rem
	}

	.news-title {
		position: relative;
		z-index: 0;
		margin-left: -15.5rem;
		padding: 1.5rem 0 1.5rem 2.8rem
	}

	.news-title:before {
		position: absolute;
		inset: 0 auto 0 0;
		z-index: -10;
		width: 9rem;
		background-color: #fff;
		content: ''
	}

	[dir=rtl] .header-nav {
		text-align: inherit
	}

	[dir=rtl] .header-nav-link {
		margin: 0 0 0 4rem
	}

	[dir=rtl] .header-nav-link:last-child {
		margin-left: 0
	}

	[dir=rtl] .footer-logo-wrapper {
		margin: 0 0 0 4rem
	}

	[dir=rtl] .footer-logo-wrapper:last-child {
		margin-right: 0
	}

	[dir=rtl] .news-image-wrapper {
		margin: 0 0 0 6.5rem
	}

	[dir=rtl] .news-image-wrapper:last-child {
		margin-left: 0
	}

	[dir=rtl] .news-title {
		margin-right: -15.5rem;
		margin-left: 0;
		padding: 1.5rem 2.8rem 1.5rem 0
	}

	[dir=rtl] .news-title:before {
		right: 0;
		left: auto
	}
}

@media (min-width:85.375em) {
	body {
		font-size: 2.2em
	}

	.title {
		font-size: 5rem
	}

	.intro {
		font-size: 3.2rem
	}

	.container {
		max-width: 114rem
	}

	.content-large {
		margin-right: -10rem;
		margin-left: -10rem
	}

	.header-container {
		max-width: 124rem
	}

	.header-login {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		font-size: 2rem
	}

	.scrolled .header-login {
		display: flex
	}

	.header-login-text {
		margin: 0 1.8rem 0 0
	}

	.header-login-text:last-child {
		margin-right: 0
	}

	.footer-container {
		max-width: 104rem
	}

	.visual-text-row {
		display: flex;
		margin-right: -10rem;
		margin-left: -10rem
	}

	.visual-text-image-wrapper {
		margin: 0 7rem 0 0;
		flex-shrink: 0;
		width: calc(45.9375% - 3.5rem)
	}

	.visual-text-image-wrapper:last-child {
		margin-right: 0
	}

	.visual-text-content {
		flex: 1;
		margin-top: 8.5rem
	}

	.visual-text-content .title {
		position: relative;
		z-index: 0;
		margin-left: -25rem;
		padding: 2rem 0 2rem 4rem
	}

	.visual-text-content .title:after {
		position: absolute;
		inset: 0 auto 0 0;
		z-index: -10;
		width: 18rem;
		background-color: #fff;
		content: ''
	}

	.highlight-row {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-right: -10rem;
		margin-left: -10rem
	}

	.highlight {
		margin-right: 3rem;
		width: calc(33.333333% - 2rem)
	}

	.highlight:nth-child(-n+3) {
		margin-top: 0
	}

	.highlight:last-child,
	.highlight:nth-child(3n) {
		margin-right: 0
	}

	.highlight-title {
		font-size: 4.5rem
	}

	.highlight:nth-child(3n+1) .highlight-tooltip {
		padding: 10rem 6rem 6rem 8rem;
		transform: translate3d(-10rem, -8rem, 0)
	}

	.highlight:nth-child(3n) .highlight-tooltip {
		right: 50%;
		left: auto;
		padding: 10rem 8rem 6rem 6rem;
		transform: translate3d(10rem, -8rem, 0)
	}

	.platform-row {
		display: flex;
		margin-right: -10rem;
		margin-left: -10rem
	}

	.platform-name {
		align-self: center;
		width: 25%;
		padding: 0 6.4rem 0 0;
		text-align: right
	}

	.platform-name:last-child {
		padding-right: 0
	}

	.platform-content {
		flex: 1;
		padding: 0 0 0 5.5rem;
		border-top: none;
		border-left: 0.1rem solid rgba(116, 201, 227, 0.3)
	}

	.platform-content:first-child {
		padding-left: 0;
		border-left: none
	}

	.banner-carousel .carousel-container {
		max-width: 88rem
	}

	.news-wrapper {
		display: flex;
		margin-right: -10rem;
		margin-left: -10rem
	}

	.news-tab-list {
		flex-shrink: 0;
		width: 40rem
	}

	.news-date {
		font-size: 1.8rem
	}

	.news-tab-title {
		font-size: 2rem
	}

	.news-list {
		flex: 1
	}

	.news-item {
		height: 100%
	}

	.news-title {
		font-size: 3.4rem
	}

	.about-row {
		display: flex;
		justify-content: center;
		margin-right: -10rem;
		margin-left: -10rem
	}

	.about-content {
		margin: 0 7rem 0 0;
		max-width: 50rem;
		width: 100%;
		font-size: 2.5rem
	}

	.about-content:last-child {
		margin-right: 0
	}

	.about-logos {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
		width: 100%;
		font-size: 2.8rem
	}

	.info-band {
		font-size: 3.2rem
	}

	[dir=rtl] .header-login-text {
		margin: 0 0 0 1.8rem
	}

	[dir=rtl] .header-login-text:last-child {
		margin-right: 0
	}

	[dir=rtl] .visual-text-image-wrapper {
		margin: 0 0 0 7rem
	}

	[dir=rtl] .visual-text-image-wrapper:last-child {
		margin-left: 0
	}

	[dir=rtl] .visual-text-content .title {
		margin-right: -25rem;
		margin-left: 0;
		padding: 2rem 4rem 2rem 0
	}

	[dir=rtl] .visual-text-content .title:after {
		right: 0;
		left: auto
	}

	[dir=rtl] .highlight {
		margin-right: 0;
		margin-left: 3rem
	}

	[dir=rtl] .highlight:last-child,
	[dir=rtl] .highlight:nth-child(3n) {
		margin-left: 0
	}

	[dir=rtl] .highlight:nth-child(3n+1) .highlight-tooltip {
		padding: 10rem 8rem 6rem 6rem;
		transform: translate3d(10rem, -8rem, 0)
	}

	[dir=rtl] .highlight:nth-child(3n) .highlight-tooltip {
		right: auto;
		left: 50%;
		padding: 10rem 6rem 6rem 8rem;
		transform: translate3d(-10rem, -8rem, 0)
	}

	[dir=rtl] .platform-name {
		padding: 0 0 0 6.4rem;
		text-align: left
	}

	[dir=rtl] .platform-name:last-child {
		padding-left: 0
	}

	[dir=rtl] .platform-content {
		padding: 0 5.5rem 0 0;
		border-right: 0.1rem solid rgba(116, 201, 227, 0.3);
		border-left: none
	}

	[dir=rtl] .platform-content:first-child {
		padding-right: 0;
		border-right: none
	}

	[dir=rtl] .about-content {
		margin: 0 0 0 7rem
	}

	[dir=rtl] .about-content:last-child {
		margin-left: 0
	}
}

@media (min-width:120em) {
	.title {
		font-size: 6.5rem
	}

	.header-container {
		max-width: 164rem
	}

	.visual-text-row {
		margin-right: -25rem;
		margin-left: -25rem
	}

	.visual-text-content {
		margin-top: 12.5rem
	}

	.highlight-row {
		margin-right: -25rem;
		margin-left: -25rem
	}

	.highlight {
		margin-right: 6rem;
		width: calc(33.333333% - 4rem)
	}

	.platform-row {
		margin-right: -25rem;
		margin-left: -25rem
	}

	.news-wrapper {
		margin-right: -25rem;
		margin-left: -25rem
	}

	.news-content {
		margin-top: 12.4rem
	}

	.section {
		padding: 8rem 0
	}

	.platform-section {
		padding-bottom: 27rem
	}

	.about-row {
		margin-right: -25rem;
		margin-left: -25rem
	}

	[dir=rtl] .highlight {
		margin-left: 6rem
	}
}

.title-left {
	margin-left: 0 !important;
	padding: 2rem 0 2rem 0rem !important;
}

h2 {
	font-size: 4rem;
}

h2:after {
    display: block;
    height: 0.5rem;
    margin: 0.25em 0.25em 0.5em 0;
    width: 6rem;
    background-color: #2db8da;
    content: '';
}

a.internal {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    box-shadow: #2db8da 0px -4px 0px inset;
    transition: box-shadow 0.3s ease-in-out 0s;
}

a.internal:hover {
    color: #fff;
    box-shadow: #2db8da 0px -30px 0px inset;
}

.profil {
	border-radius: 50%;
}

.header-logo-wrapper {
	margin-left: auto;
    margin-right: auto;
}