html,
body {
	margin: 0;
	font-family: "Kanit";
	color: #323141;
}

.centered {
	text-align: center
}

.partenaires {
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: center
}

#menuLink {
	display: none
}

h1,
h2,
h3,
h4 {
	font-family: 'Fredoka One', cursive
}

section.container h2 {
	text-align: center;
	font-size: 3.5em;
	padding-top: 41px;
	padding-bottom: 53px;
	color: #DDD;
	text-shadow: 1px 1px 1px #000
}

header nav a {
	color: #323141;
	padding: 5px;
	margin: 2px;
	font-size: 1.5em;
	display: inline-block;
	text-align: center;
	transition-duration: .3s;
}

.promo {
	text-decoration: line-through
}

header nav a:hover {
	text-decoration: none;
	transition-duration: .3s;
	border-radius: 10px;
}

footer {
	text-align: center;
	padding: 153px 0 50px 0;
}

.multi_user {
	padding-top: 84px;
}

.multi_user h2 {
	font-size: 4.8rem;
	line-height: 1.2;
	margin: 0;
}

.multi_user__desc {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 36px;
	font-family: "Kanit";
}

.avatarContainer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.avatarContainer img {
	width: 128px;
	height: 128px;
	margin: 34px 26px;
	display: block;
}

.descr {
	background: url(../img/shape-section3.svg) center top no-repeat;
	width: 100%;
	height: auto;
	padding-top: 104px;
	position: relative;
	max-height: 800px
}

.descr h2 {
	font-size: 4.8rem;
	line-height: 1.2;
	margin: 0;
}

.descr p {
	margin: 36px 0 0 0;
	font-size: 1.8rem;
	line-height: 1.5;
	font-family: "Kanit";
}

.descr ul {
	margin: 20px 0 0 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	font-family: "Kanit";
}

.descr__img {
	display: flex;
	justify-content: center;
}

.descr__circle-pink-1,
.descr__circle-pink-2 {
	background: #E47B93;
	border-radius: 100%;
	content: '';
	position: absolute;
}

.descr__circle-pink-1 {
	width: 104px;
	height: 104px;
	left: -324px;
	bottom: 0px;
}

.descr__circle-pink-2 {
	width: 62px;
	height: 62px;
	left: -24px;
	top: 30px;
}

.descr__circle-blue-1,
.descr__circle-blue-2 {
	background: #4D95D6;
	border-radius: 100%;
	content: '';
	position: absolute;
}

.descr__circle-blue-1 {
	width: 87px;
	height: 87px;
	left: 256px;
	top: -90px;
}

.descr__circle-blue-2 {
	width: 30px;
	height: 30px;
	right: 50px;
	top: 90px;
}

.features {
	padding-top: 75px;
}

.features h2 {
	font-size: 4.8rem;
	line-height: 1.2;
	margin: 0;
}

.features ul {
	margin: 20px 0 0 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	font-family: "Kanit";
}

.centered-form {
	margin-top: 120px;
	margin-bottom: 120px
}

.centered-form .panel {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px
}

.langue {
	position: absolute;
	top: 20px;
	right: 11px;
}

.dropdown-menu {
	min-width: 90px
}

.langue-flags {
	min-width: 280px;
	padding: 8px 10px;
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 12px;
}

.dropdown.open .langue-flags,
.dropdown.show .langue-flags {
	display: grid;
}

.langue-flags > li {
	width: 100%;
}

.langue-flags > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.flag {
	width: 32px;
	display: block;
	height: 20px;
}

ul.home {
	padding-left: 20px;
	list-style: none
}

ul.home li {
	padding: 3px
}

ul.home li:before {
	font-family: 'FontAwesome';
	content: "\f05d";
	margin: 0 5px 0 -15px;
	color: #006cff
}

.btnTry,
.btnRegister {
	font-size: 2.3em;
	font-family: 'Fredoka One', cursive
}

.registerInput {
	font-size: 2.2em;
	border: 5px solid #38aafc;
	border-radius: 8px;
	padding: 5px;
	display: block;
	margin: 20px auto
}

#adminDiv {
	position: absolute;
	top: 75px;
	right: 8px;
	color: #AAA
}

#adminDiv a {
	color: #FFF;
	padding: 5px 10px;
	border: 1px solid #91ccff;
	border-radius: 5px
}

@media screen and (max-width:640px) {
	body {
		font-size: 1.5em
	}

	h1 {
		font-size: 1.5em
	}

	.avatarContainer img {
		width: 65px;
		height: 96px;
		padding: 2px
	}

	section.container h2 {
		font-size: 2em
	}

	.registerInput {
		font-size: 1.2em
	}

	#adminDiv {
		display: none
	}

	header nav {
		display: none
	}

	header nav a {
		display: block
	}

	.langue {
		position: absolute;
		top: 72px;
		right: 11px
	}

	div.langue button.btn {
		padding: 0
	}

	.btnTry,
	.btnRegister {
		margin: 10px 0;
		font-size: 2em;
		margin: 5px;
		width: calc(100% - 10px)
	}

	#menuLink {
		display: block;
		color: white;
		font-size: 2em;
		text-align: center;
		border-top: 1px solid;
		padding: 0;
		margin: 0
	}

	#menuLink:hover {
		text-decoration: none
	}
}
