
@import url('https://fonts.googleapis.com/css?family=Lato:100,400,700');
@font-face {
 font-family: "Triforce";
 src: url("Triforce.ttf") format("truetype");
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato';
	overflow-x: hidden;
	/*text-decoration: none;*/
}
body {
	background-color: #040C3E;
	width: 100vw;
}
.inn {
	z-index: 95;
	width: 80%;
	margin: auto;
	height: 70px;
	min-width: 375px;
}
.menu {
	position: fixed;
	transition: all 0.4s ease-in-out;

	z-index: 99;
	background:  #040C3E;
	width: 100vw;
	height: 70px;
	line-height: 70px;
}
.m-left {
	float: left;
}
.logo {
	line-height: 70px;
	margin: 0;
	padding: 0;
	color: #605EFC;
	font-family: 'Triforce';
	font-weight: 900;
	font-size: 40px;
	letter-spacing: 1px;
}
.m-right {
	float: right;
}
.m-link {
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	padding: 0;
	margin: 0 10px;
	color: #605EFC;
	transition: all 0.4s ease-in-out;
	border-bottom: 2.5px solid transparent;
	cursor: pointer;
	padding-bottom: 2px;
}
.m-link:hover {
	text-decoration: none;
	border-color: #605EFC; 
	color: #605EFC; 
}
.m-link:active {
	text-decoration: none;
	border-color: #301C57;
	color: #301C57;
}
.m-link i {
	margin-right: 5px;
}
.store {
	display: block;
	z-index: 0;
	position: absolute;
	height: 100%;
	width: 100vw;
	top: 70px;
	left: 0;
	background: transparent;
	
}
.content {
	margin: 0 auto;
}
.containerBack {	overflow: hidden;	position: relative;	height: 100%;	min-width: 100%;
  	background-position: center center;
  	top: 0;
	z-index: -2;
	
}
.contentBackTop {
	content: "";
	height: 100vh;
	width: 100%;
		position: relative;
	margin-top: 70px;

	z-index: -99;
	background-image: url('../img/fond.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.contentBackBottom {
	
	height: 100vh;
	width: 100%;
	min-width: 100%;
 	min-height: 100%;
	z-index: -90;
	background-image: url('../img/Accueil.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.accueil {
    width: 100%;
    margin: 0px auto;
}
.live {
	height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0px
}
.chat {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0px;
    float: right;
}
.live iframe {
	max-height: calc(100vh - 70px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
}
.chat iframe {
	max-height: calc(100vh - 70px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    float: right;
}
/*.live, .chat{
	margin: 0 auto;
	width: auto;
}
.accueil {
	position: static;
	height: 100vh;
	width: 100vw;
}*/
.logoYt{
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.rotate {
	-webkit-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	transform: rotate(720deg);
	opacity: 1;
}
.logoYt img{
	width: 80%;
	opacity: .3;
	transition: all 0.6s ease-in-out;
	background-color: #AAAAAA;
	border-radius: 60px;
}
.logoYt img:hover{
	-webkit-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	transform: rotate(720deg);
	opacity: 1;
}
.m-nav-toggle {
	width: 40px;
	height: 70px;
	display: none;
	float: right;
	-ms-align-items: center;
	align-items: center;
}
.m-nav-icons, .m-nav-icons:before, .m-nav-icons:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #605EFC;
	position: relative;
	transition: all 0.4s ease-in-out;
}
.m-nav-icons:before {top: 10px;}
.m-nav-icons:after {top: -12px;}

.m-right.is-open {
	transform: translateX(0);
}
.m-nav-toggle.is-open span.m-nav-icons{
	background: transparent;
}
.m-nav-toggle.is-open span.m-nav-icons:before, .m-nav-toggle.is-open span.m-nav-icons:after{
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translate(1px, 1px);
	-ms-transform: rotate(45deg) translate(1px, 1px);
	-o-transform: rotate(45deg) translate(1px, 1px);
	transform: rotate(45deg) translate(1px, 1px);
	top: 0;
}
.m-nav-toggle.is-open span.m-nav-icons:after {
	-webkit-transform: rotate(-45deg) translate(1px, -1.5px);
	-ms-transform: rotate(-45deg) translate(1px, -1.5px);
	-o-transform: rotate(-45deg) translate(1px, -1.5px);
	transform: rotate(-45deg) translate(1px, -1.5px);
}
.player {
	max-width: 100vw;
}
	
.player iframe {
	max-width: 100%;
	display: block;
	margin: auto;
	z-index: 99;
}
.lists {
	width: 100%;
	height: 100%;
	margin-left: 3px;
	margin-top: 30px;
	
}
.item {
	transition: box-shadow .3s;
	cursor: pointer;
	color: #6DB2C0;
	z-index: 1;

}
.item:hover {
	box-shadow: 0 0 10px rgba(0,0,0, .2);
	background-color: #301C57;
}
.item h4 {
	margin: 1rem 0 .5rem 0;
	font-family: "Roboto";
	color: #aaa;
}
.item p {
	margin:  0 0 1rem 0;
	
    text-overflow: ellipsis;
}
.item img {
	width: 100% ;
	

	display: block;
}
.socials iframe {
	display: block !important;
	position: static;
	margin: auto;
	padding: auto !important;
	
}
.socials {
	margin: auto;
	position: relative;
	max-width: 100vw;
}
.socials div {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fbsocial iframe{
	width: 100%;
	/*min-width:300px;*/
	max-width: 450px;
	height: 800px;
}
.twsocial {
	padding-left: auto;
	padding-right: auto;
	width: 450px;
}
.newsocial {
	max-width: 100vw;
}
.newsocial iframe {
	max-width: 100%;
}
@media only screen and (max-width: 975px) {
	.logo {
		font-size: 30px;
		font-weight: 900;
	}
	.chat {
    	height: 50vh;
	}
	.live {
		height: auto;
	}
	.m-right {
		position: absolute;
		top: 70px;
		right: 0;
		width: 200px;
		background:  #040C3E;
		transition: all 0.4s ease-in-out;
		transform: translateX(100%);
	}
	.m-link {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
		height: 60px;
	}
	.m-nav-toggle {
		width: 40px;
		overflow: hidden;
		display: flex;
		cursor: pointer;
	}
	.m-nav-toggle:active .m-nav-icons, .m-nav-toggle:active .m-nav-icons:before, .m-nav-toggle:active .m-nav-icons:after{
		background: #301C57;
	}
}
@media only screen and (min-width: 1200px) {
	#video {
		position: fixed;
	}
	.player iframe {
		/*position: absolute;*/
	}
	.player {
		margin: auto;
		width: 100%;
		height: auto;
		position: relative;
		
	}
	.wrap-vid {
		margin-right: auto;
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position: sticky;
		z-index: 10;
		top: 20px;
	}
	.socials {
		margin: 0 auto;
		z-index: -1;
	}
}