::-webkit-scrollbar {
	width: 5px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	background: black;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
	background: #503b54;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	background: rgb(0 89 117);
}

@media (max-width: 1000px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1001px) {
	.hide-for-large {
		display: none !important;
	}
}

body {
	margin: 0;
	font-family: "Rubik", sans-serif;
	overflow-y: scroll;
	  scrollbar-color: #0A4C95 #C2D2E4;
	background-color: darkslateblue;
}

.title-style {
	color: #00bcd4;
	font-family: system-ui;
	font-weight: 600;
	font-style: oblique;
	text-shadow: 2px 1px 3px #100000;
	transition: color 1s;
}

.title-style.hovered {
	color: orange;
}

.hide {
	display: none !important;
}

.subtitle-style {
	color: #fff500;
	font-family: system-ui;
	letter-spacing: 2px;
	font-weight: 600;
	text-shadow: 2px 1px 3px #100000;
}

.screen {
	text-align: center;
	height: auto;
}

.main-screen {
	height: 90%;
	padding-top: 50px;
	background-image: url('img/ai.png');
}

@media (max-width: 1000px) {
	.main-screen {
		height: initial;
		padding-top: 0;
	}
}

.main-back {
	background-color: rgb(0 89 117 / 74%);

	padding-top: 20px;
}

@media (min-width: 1001px) {
	.main-back {
		height: 100%;
	}
}

.logo-video {
	width: 55%;
	max-width: 600px;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	padding-bottom: 20px;
	border-radius: 10px;
}

@media (max-width: 1000px) {
	.logo-video {
		width: 95%;
	}
}

.logo {
	background-image: url(ai.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 140px;
	height: 30%;
	display: flex;
	flex-direction: column-reverse;
	transition: 0.15s;
	transition-timing-function: linear;
	margin: auto;
	width: 230px;
	position: relative;
	z-index: 0;
}

.logo:hover {
	transform: scale(1.05);
}

.menu-below {
	margin-top: 30px;
}

.menu-below hr {
	width: 80px;
}

.menu-below .discord-button {
	margin: auto;
}

.menu-below .mobile-button {
	margin: 20px auto;
}

.menu-below .mobile-button > span {
	width: 60px;
    padding: 7px 34px;
    border-radius: 5px;
	color: white;
    background-color: #03a9f4;
}

.page {
	height: 100%;
	background-color: darkslateblue;
}

.menu-bar {
	height: 50px;
	background-color: #261c30eb;
	position: fixed;
	z-index: 2;
	display: flex;
	width: 100%;
	align-items: center;
	box-shadow: 0px 5px 6px 0px #00c7ff;
	justify-content: space-between;
}

.menu-bar div.left, .menu-bar div.right {
	width: 30%;
}

.menu-bar div.left .ip {
	border-bottom: 1px dotted skyblue;
	cursor: pointer;
}

#ip {
	visibility: hidden;
}

.menu-bar div.right {
	text-align: right;
}

.menu-bar > div {
	padding: 0 30px;
}

.vote-button {
	/* visibility: hidden; */
}
.menu-bar .vote-button img, .menu-bar .donate-button img {
	width: 95px;
}

#donate-button {
	width: 95px;
	margin-left: 2px;
}

.menu-inline {
	display: flex;
	align-items: center;
}

.menu-inline div {
	font-size: 20px;
	text-align: center;
}

.menu-inline div:last-child {
	text-align: right;
}

.menu-inline .sep {
	border-right: #3f51b5 2px solid;
	height: 30px;
}

.menu-inline div:not(.sep) {
	width: 100px;
}

.video-buttons {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.discord-button {
	width: 70px;
}

.left-buttons, .right-buttons {
	/* width: 70px; */
	margin: 0 auto;
}

div.discord-button img {
    height: 40px;
    border-radius: 10px;
}

.worlds {
	margin-top: 55px;
	display: flex;
	justify-content: space-evenly;
}

@media (max-width: 1000px) {
	.worlds {
		margin-top: 0;
		flex-direction: column;
		align-items: center;
		padding-bottom: 25px;
	}
}

.world {
	height: 100px;
	width: 15%;
	border-radius: 5px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 5px 3px 8px 0px;
	transition: 0.4s;
	cursor: pointer;
}

@media (max-width: 1000px) {
	.world {
		width: 90%;
		height: 175px;
		margin-top: 40px !important;
	}
}

@media (min-width: 1001px) {
	.world:hover {
		height: 105px;
		width: 16%;
	}
}

.world div.worldname {
	margin-top: -20px;
	width: 80%;
	border-radius: 20px 0;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: inherit;
	font-size: 14px;
}

@media (max-width: 1000px) {
	.world div.worldname {
		margin-top: 10px;
    	width: 15%;
		min-width: 150px;
		border-radius: 10px 0;
	}
}

.survie-miniworld, .games-miniworld {
	margin-top: -80px;
}

.parcours-miniworld {
	margin-top: 50px;
	background-image: url('img/parcours_small.png');
}

.survie-miniworld {
	background-color: #4eff4e;
	background-image: url('img/survie_small.png');
}

.survie-miniworld .worldname {
	background-color: rgb(35 113 28 / 91%);
	color: #afffaf;
}

.doom-miniworld {
	background-image: url('img/doom_small.png');
}

.doom-miniworld .worldname {
	background-color: rgb(19 64 17 / 90%);
	color: #ffb846;
}

.parcours-miniworld .worldname {
	background-color: rgb(75 49 178 / 90%);
	color: #e600ff;
}

.sky-miniworld {
	background-image: url('img/sky_small.png');
}

.sky-miniworld .worldname {
	background-color: rgb(54 159 145 / 94%);
	color: #31ccff;
}

.games-miniworld {
	background-image: url('img/games_small.png');
}

.games-miniworld .worldname {
	background-color: rgb(185 77 192 / 90%);
	color: #efe075;
}


/*
----


.survie-world .world-description {
	background-color: rgb(35 113 28 / 91%);
	color: white;
}

.survie-world h2 {
	color: #afffaf;
}


.sky-world .world-description {
	background-color: rgb(54 159 145 / 94%);
	color: white;
}

.sky-world h2 {
	color: lightblue;
}

.parcours-world .world-description {
	background-color: rgb(75 49 178 / 90%);
	color: white;
}

.parcours-world h2 {
	color: #e600ff;
}


.doom-world .world-description {
	background-color: rgb(19 64 17 / 90%);
	color: white;
}

.doom-world h2 {
	color: #ffb846;
}

.doom-world .world-description {
	width: 48%;
}

.games-world .world-description {
	background-color: rgb(185 77 192 / 90%);
	color: white;
}

.games-world h2 {
	color: #efe075;
}


----*/





.world-container {
	display: flex;
	height: 92%;
	margin-top: 25px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	box-shadow: 0px 0px 6px 2px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	font-size: 14px;
	text-align: left;
}

@media (max-width: 1000px) {
	.world-container {
		height: initial;
	}

	.world-container .world-description {
		margin-bottom: 150px;
	}
}

h2 {
	margin-top: 0;
	text-align: center;
}

.shadow-inside {
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 1px 8px 4px;
}

.world-image {
	padding: 14px;
	margin: 14px;
	border-radius: 30px;
	background-color: white;
}

.world-image img {
	background-color: rgba(0, 0, 0, 0.4);
	transition: 1s all;
}

.world-image img:hover {
	transform: scale(1.05);
	transition: 1s all;
	background-color: rgba(0, 0, 0, 0.2);
}

.world-description {
	padding: 20px;
	margin: 14px;
	height: fit-content;
	width: 35%;
	border-radius: 30px 10px 10px 15px;
	transition: 0.4s opacity;
	text-align: justify;
	border-left: 6px #222 solid;
	border-right: 3px #444 solid;
	line-height: 20px;
	/* font-family: system-ui; */
	letter-spacing: 0.2px;
}

.world-description.inverted {
	border-radius: 30px 15px 10px 10px;
	border-right: 6px #222 solid;
	border-left: 3px #444 solid;
	float: right;
}

.world-description.mask {
	opacity: 0;
	transition: 0.4s all;
}

.world-description ul {
	list-style-type: disclosure-closed;
	padding-left: 25px;
}

.world-description li {
	margin-bottom: 14px;
}

.frame {
	padding: 14px;
	background: #666;
}

@media (max-width: 970px) {
	.world-container {
		flex-direction: column;
	}
}

@media (min-width: 971px) {
	.world-container {
		/* justify-content: space-evenly; */
	}
}

.presentation-world {
	border-bottom :#0035ff solid 3px;
	background-image: url('img/pres_large.png');
	height: 70%;
	max-width: 1200px;
}

.presentation-world .world-description {
	background-color: rgb(51 98 130 / 96%);
	color: white;
	width: 70%;
	float: none;
	margin: 14px auto;
}

p a {
	text-decoration: none;
	font-weight: bold;
	color: #47ff48;
}

.presentation-world h2 {
	color: #fff420;
}

.survie-world {
	border-bottom :#4ecf4e solid 3px;
	background-image: url('img/survie_large.png');
}

.survie-world .world-description {
	background-color: rgb(35 113 28 / 91%);
	color: white;
}

.survie-world h2 {
	color: #afffaf;
}

.sky-world {
	border-bottom:#31ccff solid 3px;
	background-image: url('img/sky_large.png');
}

.sky-world .world-description {
	background-color: rgb(54 159 145 / 94%);
	color: white;
}

.sky-world h2 {
	color: #31ccff;
}

.parcours-world {
	border-bottom: #e600ff solid 3px;
	background-image: url('img/parcours_large.png');
}

.parcours-world .world-description {
	background-color: rgb(75 49 178 / 90%);
	color: white;
}

.parcours-world h2 {
	color: #e600ff;
}

.doom-world {
	border-bottom: #0d0090 solid 3px;
	background-image: url('img/doom_large.png');
}

.doom-world .world-description {
	background-color: rgb(19 64 17 / 90%);
	color: white;
}

.doom-world h2 {
	color: #ffb846;
}

.doom-world .world-description {
	width: 48%;
}

.games-world {
	border-bottom :#efe075 solid 3px;
	background-image: url('img/games_large.png');
}

.games-world .world-description {
	background-color: rgb(185 77 192 / 90%);
	color: white;
}

.games-world h2 {
	color: #efe075;
}

@media (max-width: 1000px) {
	.world-container {
		background-size: cover;
	}

	.world-description {
		width: 80% !important;
		margin: auto;
		float: none !important;
	}
}

.oeil {
	height: 25px;
	float: right;
	cursor: pointer;
	margin: 14px;
	position: relative;
	z-index: 1;
}

.oeil.inverted {
	float: left;
}

.oeil:hover {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 40px;
}



#players-dropdown-large > span {
	cursor: pointer;
}

#players-dropdown-large .dropdown-large {
	position: absolute;
	right: 20px;
	/* height: 0px; */
	padding-right: 20px;
	display: flex;
    padding-right: 35px;
    padding-top: 0px;
    margin-top: 15px;
	background-color: #5b40ae;
    border-radius: 0 0 20px 20px;
	overflow-x: hidden;
	box-shadow: 0px 5px 6px 0px #00c7ff;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}

#players-dropdown-large .dropdown-large.unlock {
	display: block;
}

#players-dropdown-large .dropdown-large.visible {
	opacity: 1;
}

#players-dropdown-large .dropdown-large > div {
	/* height: 0px; */
}

#players-dropdown-large .dropdown-large.with-scroll {
	overflow-y: scroll;
}

#players-dropdown-large .dropdown-large ul {
	list-style-type: none;
	text-align: center;
	margin-top: 0;
	margin-bottom: 7px;
	margin-right: 10px;
}

#players-dropdown-large .dropdown-large li {
	width: 80px;
	margin-bottom: 2px;
	border-bottom: 1px dotted gray;
	color: #cfff86;
}

#players-dropdown-mobile .list {
	color: #cfff86;
}