/* ---------------------------------------------------------------------------- MOBILE -------------------------------------------------- */

@media only screen and (max-width : 640px) {

body, #CTN_Newsletter_backgroundWrap, #CTN_BETA_backgroundWrap{
  	background-size: 200% auto;
}

/* Overall */

p{
	font-size: 1rem !important;
	text-align: center;
}

h2{
	font-size: 2.7rem;
	text-align: center;
}


#CTN_topmenu
{
	height: 40px;
	padding: 0 5px 0 5px;
	padding-bottom: 35px;
}

#CTN_topmenu img{
	height: auto;
}

#Topmenu_links a
{
	font-size: 0.55em;
	display: inline-block;
	margin: 0 2px 0 2px;
	height: auto;
}

#Header-video-container
{
	height: 40vh;
}

#Header-img
{
	width: 80dvw;
}


/* CTA CONTAINER ET TRUCS */
#CTN_CallToAction_backgroundWrap h2{
	font-size: 2.2em;
	line-height: 0.9em;
}

#CTN_CallToAction_backgroundWrap img{
	max-height: 10vh;
	margin-bottom: 1vh;
}


/* MAIN INFOS ET PITCH */
#CTN_pitch h2{
	padding-top: 2vh;
}



#CTN_TasteOfGameplay
{
  	background-size: auto 100%;
 	background-position: center bottom;
}

#Features_lastdiv{
	margin-top: 5vh !important;
}

.BIG_H2{
	font-size: 3.4rem;
}

.MTN_Btn {
	font-size: 1.5rem;
}

.MTN_NinzaPicture, #CTN_Features img{
	max-height: 25vh;
}

.MTN_ContentWrapper video{
	margin-top: 2vh;
	margin-bottom: 0vh;
}

.BigButton{
	font-size: 2rem;
}

#CTN_Features{
	background-image: none;
 	padding: 5vh 0 5vh 0;
}

#CTN_Screenshots{
	display: none;
}

#CTN_SelectedArticles{
	display: none;
}

#FOOTER a{
	font-size: 1rem !important;
}

#FOOTER img{
	max-height: 15vh;
	max-width: 60dvw;
}

#Logo_Klakmioch{
	margin-top: 5vh;
}




/* ------------------------ LEADERBOARD ---------------------------- */
/* Version du leaderboard mobile */
#CTN_PageTitle{
	margin-top: 5vh;
	margin-bottom: 5vh;
}

/* LES FILTRES, LES BOUTONS */
.filters input{
	width: 60%;
	margin-top: 20px;
}

.ninza-buttons label {
	padding: 0 5px 0 5px;
	margin: 5px;
   	font-size: 1.8em;
}

.ninza-buttons .ninza-icon {
  width: 65px;
}

/* LE TABLEAU */
tr{
	flex-basis: 100%;
	padding: 5px;
}

/* LE TABLEAU colonnes fine tweak*/
/* Formattage du texte et du fond*/
.peak{
	display: none;
}

tr .position, tr .score, tr .wins-losses, tr .ninza{
	width: 13%;
	text-align: center;
}

tr .nickname{
	width: 30%;
	text-align: left;
}

tr .rank{
	width: 18%;
}

table tr:first-child {
	font-size: 1.5rem;
	line-height: 0.8;
}

table tr:not(:first-child) {
	font-size: 0.9rem;
}


/* Centrage des images et ce genre de facéties */
table .ninza-icon{
	width: 35px;
}

table .star-icon{
	width: 10px;
}

table .rank .rank-content{
	font-size: 0.75rem;
	line-height: 1.2;
}

.leaderboard .rank-icon {
  max-height: 25px;
}

/* Arrows*/
.pages-navigation-button{
	flex-basis: 100%;
}

.leaderboard .page-previous,
.leaderboard .page-next  {
  height: 20px;
  width:  40px;
  margin: 0px 10px 0 10px;
}


} /* FIN DE LA SECTION MOBILE */
