/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');




@font-face {
    font-family: 'Montserrat UltraLight';
    src: url('font/Montserrat-UltraLight.otf');
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('font/Montserrat-Light.otf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Regular.otf');
    src: url('font/Montserrat-Regular.ttf');	
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url('font/Montserrat-SemiBold.otf');
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('font/Montserrat-Bold.otf');
}

@font-face {
    font-family: 'dashicons';
    src: url('font/dashicons.ttf');
}




header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog {
 display: block;
 }

body {
  font-family: 'Open Sans', serif;
  color: #171717;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin:0;
  padding:0;
  background-color:#0d0d12;
}

.page-wrapper{
	max-width:1980px;
	margin:0 auto 0 auto;
	position:relative;
	overflow:visible;
	clear:both;
	background: #F9F9F9;
}

::selection {
 background: #eb0045!important;
 color: #F9F9F9;
 }
 
::-moz-selection {
 background: #eb0045!important;
 color: #F9F9F9;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;

  cursor: pointer;
}

a:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}


ul, li  {margin:0; }

h1, h2, h3, h4, h5, h6, p, a, span{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-before: 0;
	-webkit-padding-after: 0;
	-webkit-padding-start: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box ;
    -moz-box-sizing: border-box ;
    box-sizing: border-box ;

}

ul, li{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
	margin:0;
	-webkit-box-sizing: border-box ;
    -moz-box-sizing: border-box ;
    box-sizing: border-box ;

}

.clear{clear:both;}




#secondary{
	display: none;
}

.skip-link{
	display: none;
}

.link-snap{
	background: url('img/icon-snapchat.svg');
	width: 20px;
	height: 20px;
	display: block;
    background-size: 100%;	
    float: left;	
}

.link-fb{
	background: url('img/icon-facebook.svg');
	width: 20px;
	height: 20px;
	display: block;
    background-size: 100%;	
    float: left;	
}

.link-tw{
	background: url('img/icon-twitter.svg');
	width: 20px;
	height: 20px;
	display: block;
    background-size: 100%;	
    float: left;	
}

.link-ins{
	background: url('img/icon-instagram.svg');
	width: 20px;
	height: 20px;
	display: block;
    background-size: 100%;	
    float: left;	
}

.link-twitch{
	background: url('img/icon-twitch.svg');
	width: 20px;
	height: 20px;
	display: block;
    background-size: 100%;	
    float: left;	
}

.link-youtube{
	background: url('img/icon-youtube.svg');
	width: 20px;
	height: 20px;
	display: block;
    background-size: 100%;	
    float: left;	
}

.link-youtube:hover{
	background: url('img/icon-youtube-red.svg');
    background-size: 100%;	
}



.link-facebook-grey{
	background: url('img/icon-facebook-grey.svg');
    background-size: 100%;	
}

.link-facebook-grey:hover, .link-fb:hover{
	background: url('img/icon-facebook-red.svg');
    background-size: 100%;	
}

.link-facebook-red{
	background: url('img/icon-facebook-red.svg');
    background-size: 100%;	
}

.link-facebook-red:hover{
	opacity: 0.6;
}


.link-twitter-grey{
	background: url('img/icon-twitter-grey.svg');
    background-size: 100%;	
}

.link-twitter-grey:hover, .link-tw:hover{
	background: url('img/icon-twitter-red.svg');
    background-size: 100%;	
}

.link-twitter-red{
	background: url('img/icon-twitter-red.svg');
    background-size: 100%;	
}

.link-twitter-red:hover{
	opacity: 0.6;
}




.link-ins:hover{
	background: url('img/icon-instagram-red.svg');
    background-size: 100%;	
}

.link-snap:hover{
	background: url('img/icon-snapchat-red.svg');
    background-size: 100%;	
}

.link-twitch:hover{
	background: url('img/icon-twitch-red.svg');
    background-size: 100%;	
}






/*effet fondu apparition load*/
.entry-content{
	 /*opacity: 0;  */ 
    -webkit-transition: all 0.5s 1s ease-in-out;
    -moz-transition: all 0.5s 1s ease-in-out;
    -o-transition: all 0.5s 1s ease-in-out;
    -ms-transition: all 0.5s 1s ease-in-out;
    transition: all 0.5s 1s ease-in-out;
}

.site-header, .site-footer{
	/* opacity: 0;   */
		    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.load {opacity:1}




/* Styles */



.col-sm-8 p {
	font-size:14px;
	font-family: 'Open Sans', serif;
	 color: #171717;
	 padding-bottom:20px;
	 text-align:justify;
}

.row {
	background: #0d0d12;
}

.article-wrapper > p{
	color: #545468;	
	font: 300 18px/28px 'Montserrat', serif;
	padding: 15px 0px;
	text-align: justify;
}

.article-wrapper p > a, .article-wrapper span > a, .article-wrapper strong > a, .article-wrapper em > a{
	color: #eb0045!important;	
}

.article-wrapper p > a:hover, .article-wrapper span > a:hover, .article-wrapper strong > a:hover, .article-wrapper em > a:hover{
	color: #0d0d12!important;	
}

.article-wrapper p img{
    max-width: 100%;
    height: auto;
}


.article-wrapper > ul > li{
	color: #545468;	
	font: 300 18px/28px 'Montserrat', serif;
}


.article-wrapper > blockquote{
	color: #545468;	
	font: 300 18px/28px 'Montserrat', serif;
	padding-left: 40px;
	border-left: 2px solid #eb0045;
	margin: 20px 0px;
}

.article-wrapper > blockquote > p{
	padding: 5px 0px;
}


.article-wrapper > h1{
	color: #0d0d12;	
	font: 300 26px/28px 'Montserrat', serif;
	text-transform: uppercase;
	padding: 20px 0px;
	padding: 0;
}


.read-more{
	color: #eb0045;
	border: 2px solid #eb0045;
	font: 300 16px 'Montserrat', serif;	
	padding: 3px;
	text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;	
	display:inline-block;	
}

.read-more:hover{
	color: #F9F9F9;
	border: 2px solid #F9F9F9;
}



/* Video */


.article-wrapper .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.article-wrapper .video-container iframe,  
.article-wrapper .video-container object,  
.article-wrapper .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

.article-wrapper .semi-width {
    width: 47.7%;
    margin: 0px 1%;
    display: inline-block;
    padding-bottom: 214px!important;	
}
.article-wrapper .semi-width iframe{
    height: 214px!important;
}


@media screen and (max-width: 860px) {
	
	.article-wrapper .semi-width {
		width: 300px;
		margin: 10px auto;
		display: block;
		padding-bottom: 180px!important;	
	}
	.article-wrapper .semi-width iframe{
		height: 167px!important;
	}	
}

/* HEADER */

.main-navigation{
	float: left;
}

.site-header{
	background:transparent;
	width:100%;
	position: fixed;
	border-bottom: 0px solid #0d0d12;
	display: inline-block;
	z-index: 99;
}

.site-header::after{
	content: "";
	width:100%;
	height:1px;
	background:#F9F9F9;
	opacity:0;
	display:block;	
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;	
}

.site-header
{	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d12+0,0d0d12+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(13,13,18,1) 0%, rgba(13,13,18,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(13,13,18,1) 0%,rgba(13,13,18,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(13,13,18,1) 0%,rgba(13,13,18,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d12', endColorstr='#000d0d12',GradientType=0 ); /* IE6-9 */
}

.site-header.scrolled{
	background:rgba(10,34,64,0.9);
}

.site-header.scrolled::after{
	opacity:1;	
}



.site-branding{
	font-size: 0px;
    float: left;	
    padding: 30px 0px 0px 0px;	
	margin-left: 40px;
	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	
}


.site-header.scrolled .site-branding{
	padding-top: 16px;
}

.site-branding img{
	height: 44px;
	width: auto;
    float: left;	
}

.site-footer img{
    height: 60px;
    width: auto;
}

.site-header .wrapper{
	overflow: visible;
}

.site-header-main{
	overflow: hidden;
}

.site-description, header .entry-title{
	display:none;
}

.site-header-menu{
	float: left;
}

.main-navigation ul{
	padding: 40px 0px 30px 60px;	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	list-style-type: none;	
}

.site-header.scrolled .main-navigation ul{
	padding-top: 25px;
}

.main-navigation ul > li{
    float: left;
	padding-left: 0px;
}

.main-navigation ul > li > a{
	font-family: roc-grotesk-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #F9F9F9;
    display: inline-block;	
	border-bottom: 2px solid transparent;
	margin: 0px 20px;	
	padding-bottom: 2px;	
}



@media screen and (max-width: 1450px) {

 .main-navigation ul > li > a{margin: 0px 14px;	}
  .main-navigation ul > li:last-child > a{margin: 0px 0 0 14px;	}
 .site-branding{margin-left: 25px;}
 
}



.main-navigation ul li.current_page_item a:hover, .main-navigation ul li.current_page_parent > a, .main-navigation ul li a:hover{
	border-bottom: 2px solid #eb0045;
	display: block;
}

@media screen and (max-width: 768px) {


.main-navigation ul li.current_page_item a:hover, .main-navigation ul li.current_page_parent > a, .main-navigation ul li a:hover{
	border-bottom: 2px solid transparent!important;
	display: block;
}
 
}


.main-navigation a{
	border-bottom: 2px solid #eb0045;
}

.sub-menu{
	padding: 0;
	display: none;
}

.mm-menu > .mm-panel{
	background: #161520!important;
}


.main-navigation ul.sub-menu{
	width: auto;
    background-color: rgba(13,13,18,0.90);
    position: absolute;
    top: 88px;
	border-top:1px solid #F9F9F9;
    padding:	25px 0px 20px 0px;
    z-index: 999;	
}

.site-header.scrolled ul.sub-menu{
	top: 71px;
}

.menu-item-has-children{
		padding-bottom: 60px;
}

.site-header.scrolled .menu-item-has-children{
	padding-bottom: 26px;
}

.menu-item-has-children:hover ul.sub-menu{
    display: block;
	
}


.menu-item-has-children:hover .sub-menu li {
    display: block;
    float: none;
	margin-bottom: 10px;	
}

.sub-menu li a{margin-left:0; }


button.dropdown-toggle{
	display:none;
}

.main-navigation .wpml-ls-menu-item a{
	text-transform: none;
	font: 10px 'Open Sans';
	margin: 0px 5px;
}

.main-navigation li.wpml-ls-menu-item{
	position: absolute;
	top: 5px;

}

.main-navigation li.wpml-ls-item-fr{
	right: 5px;
}

.main-navigation li.wpml-ls-item-en{
	right: 5px;
	top: 25px;
}

.menu-item-has-children:hover .sub-menu{
	display: block;
}


.menu-item-has-children:hover .sub-menu li{
    display: block;
    float: none;
}


.menu-item-has-children:hover .sub-menu li a{
    display: block;
}

.menu-item-object-team a{
	border-bottom: 2px solid transparent!important;
}
.menu-item-object-team a:hover{
	border-bottom: 2px solid #eb0045!important;
}

.menu-item-10941 a, .menu-item-10940 a{
	color: #16e0d9!important;
}
.menu-item-10941 a:hover, .menu-item-10940 a:hover{
	border-color: #16e0d9!important;
}

/* Bloc social */

.social-bloc{
	float: right;
    display: inline-block;
	padding: 45px 0px 40px 0px;
	margin-right: 0%;
		    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 21%;
    text-align: center;	
}



.site-header.scrolled .social-bloc{
	padding-top: 30px;
    padding-bottom: 25px;
}

.social-bloc span{
	color: #F9F9F9;
    font: 14px 'Montserrat', serif;	
    float: left;
	padding-right: 5px;	
	display: inline-block;
    margin-bottom: 1px;	
}

.social-bloc ul {
    display: inline-block;
	padding: 0;
}


.social-bloc ul > li{
    display: inline-block;
	padding-left: 10px;
}

.social-bloc ul > li > a{
    display: inline-block;
	color: #F9F9F9;
}


.social-bloc ul > li > a:hover{
	margin-top:-10px;
}

.social-bloc ul > li.language{padding-left:20px;}

.wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent;
    padding: 0px;
    clear: both;
}

li.language .wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 0!important;
	line-height: 1;
	color:#eb0045;
}

li.language .wpml-ls-legacy-list-horizontal a span{
    padding: 0!important;
    -webkit-transition: all 0.5s ease-in-out;	
}

li.language .wpml-ls-legacy-list-horizontal a span:hover{
    color: #eb0045!important;
    -webkit-transition: all 0.5s ease-in-out;	
}

li.language .wpml-ls-legacy-list-horizontal a:hover{color:#fff}



#right-menu{
	display: none;
}

.site-header.scrolled #right-menu{
    top: 23px;
}

.language-mobile {display:none;}

.language-mobile a span{display:none;
    color: #F9F9F9;
    font: 14px 'Montserrat', serif;
    float: left;
    padding-right: 5px;
    display: inline-block;
    margin-bottom: 1px;
	
}




/*******************menu*******************/
#right-menu{
	background: url("img/menu-mobile.png") 0px 0px no-repeat; 
	width: 45px;
	height: 48px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	display:none;	
	margin: 0 auto;	
}

#right-menu:hover{	
	cursor:pointer;
	opacity: 0.9;
}

.primary-menu{
	padding: 0;
}





/***********************MENU DROITE****************************/

#volet-right{
	display:none;
	background: #161520;	
}

.mm-opened #volet-right {display:block;}

#volet-right ul {
	width:100%;
	text-align:center;
}

#volet-right ul li{
    width:100%;	
	border-bottom:1px solid #e8e8e8;
    background: #161520;	
}


#volet-right ul li a{
    color:#c7c5d3;
	padding:25px 15px 25px 15px;
	font: 14px 'roc-grotesk-wide';
	text-align: center;
	display:block;
}

.top-volet{
	display:block;
	width:100%;
    height: 99px;
	border-bottom:1px solid #e8e8e8;
}



.mm-menu {
		width: 350px;
}

#volet-right ul li:hover{
	border-color: #eb0045!important;	
}

#volet-right ul li a:hover{
	background-color: #161520;
	color: #eb0045!important;	
    border-bottom: 2px solid transparent;
}

.mm-list > li > a:hover{
    background: #161520!important;	
}

.mm-menu .mm-list > li > a.mm-subclose{
	background: #161520;
}

#volet-right .mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span{
	margin: 0px!important;
}


@media screen and (max-width: 1200px) {

	#right-menu{
		display: inline-block;
		position: absolute;
		top: 37px;
		left: 50%;
		margin-left: -24px;		
	}

	.site-header-menu #site-navigation{ 
		display: none;	
	}


	#volet-right ul li a{
		padding:15px 15px 15px 10px;
	}

	#volet-right ul li a:hover{
		color:#302f36;
	}
		
	
}







/************************************************* HOMEPAGE ************************************************/


/* Slider */

#news-slider{
    height: 900px;	
	padding-right: 0px;
	width:79%;
}

#news-slider .carousel .carousel-inner .item {
    height: 100%!important;
}

.js-wpv-view-layout{
    visibility: visible!important;
}

.slide-contener{
	height: 900px;
	background-color:#0e101f;
	
}

.slide-filter{
	background-size: cover!important;
	opacity:0.4;
	height: 100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	
}

.slide-contener .cat-slide{
	font: 300 16px 'Montserrat';
	color: #F9F9F9;
	padding: 200px 0px 0px 10%;
	text-transform: uppercase;
	position:relative;
}

@media screen and (max-width:1980px){
	.slide-contener .cat-slide{
		padding: 40vh 0px 0px 10%;
	}
}

.slide-contener .titre-slide{
	font-size: 82px;
	line-height: 1em;
	font-family: roc-grotesk-wide, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #F9F9F9;
	padding: 0 0 0 10%;
	margin: 0;
	max-width: 90%;
	position:relative;
    text-transform: none;
	border: 0px solid;
	text-transform: uppercase;
}


.slide-contener .titre-slide > a{
	color: #F9F9F9;
}

.slide-contener .titre-slide > a:hover{
	color: #eb0045;
}



@media screen and (max-width: 1440px){

	.slide-contener .cat-slide{
		font: 300 16px 'Montserrat';
		color: #F9F9F9;
		padding: 30vh 0px 0px 10%;
		text-transform: uppercase;
		position:relative;
	}

	.slide-contener .titre-slide{
		font-size: 72px;
	}

}




@media screen and (max-width: 792px){

	.slide-contener .titre-slide{
		font-size: 38px;
	}
	
	.slide-contener .cat-slide {
		padding: 30vh 0px 0px 10%;
	}	
	
	.slide-contener .slide-read-more {
		bottom: -60px;
	}	
	
	.slide-contener{
		height: 100vh;
	
	}	

}



.slide-contener .slide-read-more{
    position: absolute;
    display: block;
    bottom: -40px;
    right: 0;
    font: 300 16px 'Montserrat';
    color: #eb0045!important;
    border: 2px solid #eb0045;
    padding: 4px;
    text-transform: uppercase;
}


.slide-contener .slide-read-more:hover{
	color: #fff!important;
	
}

.slide-contener .txt-btn
{
	display: inline-block;
    z-index: 2;
    position: relative;
}

.btn-remplissage
{transition: all 0.3s ease-in-out 0s;
    background-color: #eb0045;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	}


.slide-contener .slide-read-more:hover .btn-remplissage{
	width:100%;
}

.carroussel-control{
	position: absolute;
    bottom: 20px;
    left: 10%;
}

	
	
#row-more-news h1{
    padding-bottom:0px;
	color: #fff;
    border-left: 2px solid #eb0045;
	font: 500 30px/30px 'roc-grotesk-wide', serif;	
	text-transform: uppercase;
	padding-left: 20px;
	margin: 90px 0px 40px 0px;
}

.row-video h1{
	margin: 30px 0px 40px 0px!important;
}

.arrow{
	position: absolute;
    display: inline-block;
    left: 50%;
    right: 50%;
    top: 88%;
    width: 26px;
    height: 19px;
    margin-left:-13px;
    background: url(img/arrow.svg) no-repeat;
    background-size: 100%;
	z-index:5;
}

.arrow:hover{
	background: url(img/arrow-red.svg) no-repeat;
	background-size: 100%;
}


	
	
/* Colonne de droite */

#right-column{
	background: #0d0d12 url('img/bg-rightbar-home.png') bottom left repeat-x;
    height: 900px;	
	padding: 0;
	width:21%;
}

#right-column h3{
	color: #545468;
	font: 300 16px/18px 'Montserrat';	
	text-transform: uppercase;
	padding: 0px 0px 5px 25px;
}



/* Upcoming events */

.upcoming-event{
	background: #161520;
	border-top: 1px solid #545468;
	border-bottom: 1px solid #545468;
    border-right: 1px solid #545468;	
	text-align: left;
	overflow: hidden;
    height: 116px;
    display: table;	
	width: 100%;
}

.upcoming-event-logo{
	display:table-cell;
	vertical-align: middle;
    max-width: 80px!important;
	margin-right: 10px;
}

.upcoming-event-logo img{
	width: 80%;
	height: auto;
	margin: 0px 15px;
}

.upcoming-event-date{
	display:table-cell;
	vertical-align: middle;	
   padding-right: 15px;
padding-left: 8px;   
}

.event-date {
    color: #eb0045;
    font: 300 12px/14px 'Montserrat', serif;
}

.upcoming-event .event{
	color: #F9F9F9;
	font: 300 20px/22px 'Montserrat';
	padding-top: 8px;
	padding-right: 5px;
}

.upcoming-event-game-logos{
	display:table-cell;
    vertical-align: middle;
    min-width: 64px;		
}

.upcoming-event-game-logos-cont{
	height: 60px;	
	border-left: 1px solid #545468;	
	vertical-align: middle;		
    display: flex;
    align-items: center;	
	justify-content: center;	
}


.upcoming-event .last-result-game-logo{
    height: auto;
    width: 30px;
	display: flex;
    margin-left: 10px;
}

.upcoming-event .last-result-game-logo+.last-result-game-logo{
	display: none;
}

.view-score .slide > div{
	text-align: center;
}

@media screen and (max-width: 1300px) {

	.upcoming-event-logo img {
		width: 50px;
		margin: 0px 10px;
	}
		
	.upcoming-event .last-result-game-logo {
		width: 25px;
	}

}

@media screen and (max-width: 1200px) {

		
	.upcoming-event .last-result-game-logo {
		width: 35px;
		margin-left: 5px;
	}

}






/* Latest results */

.latest-result{
	margin-top: 150px;
	position: relative;
    height: 530px;
	overflow:hidden;
}
.js-wpv-view-layout-105-TCPID65{
	border-top: 1px solid #545468;
}

.view-score{
	margin-top: 160px;
	position: relative;	
	overflow:hidden;
}

.latest-result-slide{
	display: table;
	border-collapse: collapse;
	border-bottom: 1px solid #545468;
    width: 100%;
	background-color:#161520;	
}

.event-round{
	color: #545468;
	font: 300 12px/14px 'Montserrat';	
	height: 14px;	
	margin-bottom: 3px;
}

/*.upcoming-match:nth-child(odd){

	background-color:#0d0d12;	
}*/

.event-logo{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	max-height: 315px;
	width: 15%;
}

.event-logo img{
	width: 100%;
    height: auto;
    max-width: 40px;
    margin: 0 auto;
    display: block;
}

.event-info{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	max-height: 315px;
    width: 37%;	
}


.latest-result .game-date{
	color: #eb0045;
	font: 300 12px/14px 'Montserrat', serif;	
	display: inline-block;
    vertical-align: middle;	
}

.latest-result .event{
	display: block;
	font: 300 13px/14px 'Montserrat';	
    max-width: 200px;	
	padding-right: 10px;
}

.game-logo{
	border-left: 1px solid #545468;	
    max-width: 50px;
    display: table-cell;	
	vertical-align: middle;	
	width: 10%;
	text-align: center
}

.game-logo img{
	width: 29px;
	height: 29px;
}


.game-logo img:hover{
	opacity: 0.8;
}

.latest-result-slide .opposing-teams{
	display: table-cell;
	text-align: center;
    vertical-align: middle;	
	border-left: 1px solid #545468;
    width: 38%;	
    padding: 10px 6px;
}


.opposing-teams img{
	width: 30px;
	margin-top: -2px;
}


.opposing-teams-separator{
	font: 600 20px 'Montserrat';	
	color: #545468;
    vertical-align: middle;	
    width: 14px!important;
    display: inline-block;	
}

.result-number{
	font: 600 36px 'Montserrat';	
	color: #F9F9F9;
	vertical-align: middle;	
	width: 22px;
}

.result-number-1{
	margin: 0 2px 0px 5px;
}

.result-number-2{
	margin: 0 5px 0px 2px;
}

.result-separator{
	font: 300 48px/48px 'Montserrat';	
	color: #545468;
	margin: 0 10px;
    vertical-align: middle;	
}
.result{	
	padding-bottom: 20px;
}

.result img{	
	vertical-align: middle;
}

.result-number-eq1{
	padding-left: 16px;
}

.result-number-eq2{
	padding-right: 16px;
}

.joueurs{
	display: block;
	font: 400 10px/10px 'Montserrat';	
    text-align: center;
}

.result-bar{
	height: 4px;
	width: 50%;
	display: inline-block;
}

.result-bar-team1{
    bottom: 0;
    position: absolute;
    left: 0;
}

.result-bar-team2{
    bottom: 0;
    position: absolute;
    right: 0;
}


/* Cas d'un score PUBG */

.pubg-score{
	text-align: center;
    display: table-cell;
	border-left: 1px solid #545468;
    width: 38%;	
	vertical-align: middle;
	padding: 10px;
}

.pubg-score span{
	display: block;
}

.pubg-result{
	font: 300 26px/28px 'Montserrat';	
	text-transform: uppercase;
}

.pubg-rounds{
    color: #eb0045;
	font-size: 10px;
	text-transform: uppercase;
}

.pubg-rounds-result{
	font: 300 12px/14px 'Montserrat';	
	margin-top: 2px;
}

.search-mobile{
	display: none;
}


@media screen and (max-width: 1800px) {

	#news-slider{
		width:70%;
	}
	
	#right-column{
		width:30%;
	}
	
	.social-bloc{
		width:30%;
	}
	
}

@media screen and (max-width: 1280px){
	#news-slider{
		width:75%;
	}
	.social-bloc {
		width: 25%;
	}	
	#right-column{
		width:25%;
	}	
}

@media screen and (max-width: 1180px){
	#news-slider{
		width:65%;
	}
	.social-bloc {
		width: 35%;
	}	
	#right-column{
		width:35%;
	}	
}

@media screen and (max-width: 1024px) {

	#news-slider{
		width:100%;
	}
	
	#right-column{
		width:100%;
	}
	
	.view-score {
    margin-top: 50px;
	}
	
	#right-column{background-image:none;
	height:auto;}
	
	.social-bloc{
		width: 44%;
		text-align: right;
		margin-right: 20px;	
	}
	
	.latest-result{
		height: auto;
	}	
	.view-upcoming-events{
		height: auto;
	}	
	.upcoming-event-logo{
		width: 80px!important;		
	}

	
}


@media screen and (max-width: 1024px) {
	
	
	.social-bloc{
		width:45%;
	}	
	
	.view-score{
		height: auto;
	}	
	
	.upcoming-event .last-result-game-logo{
		float: none;
	}

	.upcoming-event-logo{
		width: 80px!important;		
	}

	#row-more-news>.page-contener{
		padding-left: 2%;
		padding-right: 2%;
		width:96%;	
	}
	#news-slider{   
		height: 100vh;	
	}	
}	

@media screen and (max-width: 800px) {

	
	.social-bloc{
		display:none;
	}
	
	#right-menu {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 20px;
	margin:0 0 0 0;
    }
	
	.site-branding {
		float:right;
		margin-right:20px;
		padding: 16px 0px 16px 0px;
	}
	
	.language-mobile{
		display:block;
		position: absolute;
		top: 24px;
		left: 90px;
		margin:0 0 0 0;
	}
	
	.search-mobile{
		display:block;
		position: absolute;
		top: 26px;
		left: 145px;
		margin:0 0 0 0;
	}	
	

}



@media screen and (max-width: 768px) {
	

	.event-info{
		padding: 10px;
	}
	

	
}

@media screen and (max-width: 400px) {
	
	.view-upcoming-events .event{
		max-width: 150px;
	}
	.search-mobile{
		display: none;
	}
		
	
}


.more-news {
    color: #eb0045;
    border: 2px solid #eb0045;
    font: 300 16px 'Montserrat', serif;
    padding: 3px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    display: inline-block;
	margin-bottom: 40px;
}

.more-news:hover {
    color: #F9F9F9;
    border: 2px solid #F9F9F9;
}




/* Paginations */


#anchor-scroll{
  position:absolute;
 bottom:150px;
  height:0;
  width:0;}

  
  
  
/*Bloc de slider*/

.slider, .slader {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#right-column .slider_title-pages h3{
	display: inline-block;
	float: left;
    padding-bottom: 0px;
    margin-top: 10px;
	padding-bottom: 7px;
}


.roster-row .slider_title-pages h1{
	display: inline-block;
	float: left;
    padding-bottom: 0px;
    margin-top: 0px;	
}


.slider_title-pages{
	overflow: hidden;
}

.slider-wrapper, .slader-wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

.slide, .slade {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
    color : #F9F9F9;
}


@-webkit-keyframes AutoSlide {
	0% {
		left: 0px;
	}
	
	5% {
		left: 0px;
	}	
	
	15% {
		left: -100%; 
	}
	
	25%{
		left: -100%; 		
	}
	
	35% {
		left: -200%
	}
	
	45% {
		left: -200%
	}	
	
	55% {
		left: -300%;
	}
	
	65% {
		left: -300%;
	}	
	
	75% {
		left: -400%;
	}
	
	85% {
		left: -400%;
	}	

	95% {
		left: 0px;
	}
}

#main-slider1 .slider-wrapper{
  -webkit-animation-name: AutoSlide;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: AutoSlide;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  animation-name: AutoSlide;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}


/*Pagination bloc de slider*/

.slider-nav, .slader-nav {
	float: right;
	display: inline-block;
    margin-bottom: 12px;
	margin-right: 25px;
}
#main-slider1 .slider-nav{
	display: none;
}

.slider-nav a, .slader-nav a {
	display: inline-block;
    list-style: none;
    text-align: center;
	margin: 0px 5px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	font-size: 0px;
	background: #515164;
}

.slider-nav a.current, .slader-nav a.current, .slider-nav a.carrent, .slader-nav a.carrent {
	width: 8px;
    height: 8px;	
	border: 0px solid;
	background: #eb0045;	
}







.entry-content .pagination-dots{
	display: inline-block;
    float: right;
    list-style: none;
    text-align: center;
    margin: 0;
	margin-right: 25px;
}

.entry-content .pagination-dots > li > a.page-link{
	background: #545468;
	width: 8px;
    height: 8px;	
	margin: 0px 7px;
	border: 0px solid;
	
}

.entry-content .pagination-dots .active-dot a, .view-score .pagination-dots > li > a.page-link:hover{
	background: #eb0045!important;	
}



.view-score .pagination-dots{
	display: inline-block;
	position: absolute;
    list-style: none;
    text-align: center;
	top: 0px;
	right: 8px;
	margin: 0;
}



.view-upcoming-events .pagination-dots{
	display: inline-block;
	position: absolute;
    list-style: none;
    text-align: center;
	top: 0px;
	right: 8px;
	margin: 0;
}

.bloc-news{padding-bottom:20px;}

/* More news */

.homenews{
	position:relative;
	padding-bottom:30px;
}

.list-news .homenews{
	padding-top:70px;	
}

.news-card{
    height: 361px;
}

@media screen and (max-height: 1200px){

	#row-more-news{
		padding: 0px 20px;
	}
	
	.homenews{
		margin: 0 10px;
	}
	
	.news-card{
		height: 361px!important;
		margin-bottom: 20px;
	}

}

.post-article{
	border-bottom: 2px solid #eb0045;
}


@media screen and (max-height: 768px){


	.homenews{
	    margin: 0;			
	}
	
	.bloc-news{
		padding: 0px 0px;
	}

	.news-card{
		height: 393px!important;
		margin-bottom: 20px;
		padding: 0;
	}

}


.post-article:hover .post-title a{
	color:#eb0045!important;
}

.post-article:hover .article-content{
	margin-bottom:0px!important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
		
}


.post-category a{
	color: #eb0045;
	font: 300 12px 'Montserrat', serif;
	text-transform: uppercase;
}

.post-category a:hover{border-left:2px solid red;padding-left:10px}

.post-title{
	font-size: 16px;
	font-family: roc-grotesk-wide;
	font-weight: 500;
    height: 50px;
    max-height: 50px;	
    display: block;
    margin-top: 5px;
	overflow: hidden;	
	text-transform: uppercase;
}

.post-title a{
	color: #F9F9F9!important;	
}

.post-article span{
	color: #727288;
	font: 300 12px 'Montserrat', serif;
}

.article-content{
	padding: 14px 20px;
	background: #1b1a27;
	margin-bottom:10px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
		
}

.homenews .pagination-dots {
    float: none;
    list-style: none;
    text-align: center;
    margin: 8px;
    margin-right: 6px;
    position: absolute;
    top: -61px;
    right: 0;
}


@media screen and (max-width: 750px) {
	
	.homenews .post-article{
		margin-bottom: 30px;
	}
}




/* Section video */

.row-video {
    margin-bottom: 80px!important;
}

.row-video h1{
	    padding-bottom: 0px;
    color: #fff;
    border-left: 2px solid #eb0045;
    font: 300 30px/30px 'Montserrat UltraLight', serif;
    text-transform: uppercase;
    padding-left: 20px;
    margin: 90px 0px 40px 0px;
}

.row-video p{
color: #F9F9F9;
    font: 300 18px/28px 'Montserrat', serif;
    padding: 15px 0px;
    text-align: justify;
}

.row-video video{
	max-width: 60%;
    margin: 0 auto;
    display: block;
	border: 4px solid #545468;	
}

video[poster]{
	height:100%;
	width:100%;
}

@media screen and (max-width: 1024px){
	.row-video video{
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}
}

@media screen and (max-width: 768px){
	.row-video video{
		max-width: 100%;
	}
}


/************************************************* PAGE MANAGEMENT ************************************************/


.standard-header{
	height: 190px;
    display: block;
    padding-top: 160px;
    text-align: center;
    box-sizing: content-box;
    background-size: cover!important;
}


.standard-title{
    font: 300 100px/106px 'Montserrat', serif;
    color: #F9F9F9;
    margin: 0;
}

@media screen and (max-width: 768px) {
	
	.standard-title{
		font: 300 60px/64px 'Montserrat', serif;
	}
	
	.standard-header{
		height: 125px;
		padding-top: 75px;
		text-align: center;
		box-sizing: content-box;
		background-size: cover!important;
	}	
	
}

@media screen and (max-width: 500px) {
	
	.standard-title{
		font: 300 40px/44px 'Montserrat', serif;
	}
}


.standard-header p{
    font: 300 16px 'Montserrat', serif;
    color: #F9F9F9;
	text-transform: uppercase;
}

#row-management{
	background: #0d0d12;
	padding: 70px 0px 90px 0px;
}

#row-management p{
	color: #F9F9F9;
	font: 300 18px/28px 'Open Sans', serif;
	padding: 0px 15px;
	text-align: justify;
}

.staff-members{
	display: block;
    overflow: hidden;
	margin-top: 60px;
}


.staff-member-card{
	padding-bottom: 10px!important;
	margin-bottom: 10px;
}


.staff-member_pic{
	height: 200px;
	background-size: cover!important;	
}

.staff-member_name{
	color: #F9F9F9;
	font: 300 20px 'Montserrat', serif;
	text-transform: uppercase;	
	display: block;
    padding-top: 6px;	
	border-top: 2px solid #eb0045;	
	margin: 10px 0px 0px 0px;	
}


.staff-member_position{
	color: #eb0045;
	font: 300 12px 'Montserrat', serif;
	text-transform: uppercase;
	padding-left: 4px;
	border-left: 2px solid #eb0045;
	display: block;	
    margin-top: 3px;	
}


/************************************************* PAGE TEAMS ************************************************/


.team-page-header{
	height:190px;
	display:block;
	padding-top: 160px;
	text-align: center;
    box-sizing: content-box;	
}

.team-players-awards{
	margin-top: 2px;
	font: 300 16px 'Montserrat', serif;	
	color: #F9F9F9;
	text-transform: uppercase;
}

.team-players-awards .js-wpv-view-layout, .players-awards  .js-wpv-view-layout{
	display: inline-block;
}



.team-page-header h1{
	font: 300 100px/106px 'Montserrat', serif;	
	margin-bottom: 3px;
	color: #F9F9F9;
	margin: 0;
}


.dot{
	color: #eb0045;
}



#row-teams{
	padding: 0;
	margin: 0;
	display: block;	
}

.team-blocks{
	display: table;
	border-collapse: collapse;
    width: 100%;	
	
}


.team-block{
	text-align: center;
	border: 1px solid #2c2b39;
	display: table-cell;	
	vertical-align: middle;
	height: 600px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;	
	float: none!important;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}

.overlay-team{
	background-color:#351a41;
	opacity:0.2;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: 0.5s ease-in;	
}

.team-block .logo-game{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:100px;
	width:auto;
	margin-top:-50px;
	z-index:2;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: 0.5s ease-in;
}

.team-block .logo-game img{
	max-height:90px;
	width:auto;
	max-width: 90%;
	}

.players-awards{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin-top:-39px;
	font: 300 16px 'Montserrat', serif;	
	color: #F9F9F9;
	text-transform: uppercase;
	opacity: 0;

	z-index:2;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
		
}

.players-awards .read-more{
	margin-top:30px;
}



.players-awards .read-more:hover{
	color: #F9F9F9;
	border: 2px solid #F9F9F9;
}




.team-block:hover .overlay-team{
	background-color:#0d0d12;
	opacity:0.95;	
}



.team-block:hover .players-awards{
	opacity: 1;
}

.team-block:hover .logo-game{
	margin-top:-150px;
}

.jeux-dofus .player-box1 img:first-child {
    margin-left: -30px;
}

.jeux-dofus .player-box2 .player-photo{
    width: 20%;
	left: 18%;
}


@media screen and (max-width: 1200px) {

	.jeux-dofus .player-box1 img:first-child {
		margin-left: -160px;
	}
	

	.jeux-dofus .player-box2 .player-photo{
		width: 30%;
		left: 14%;				
	}	
	
}


@media screen and (max-width: 768px) {

	.jeux-dofus .player-box1 img:first-child {
		margin-left: 0px;
	}
	
}

@media (min-width: 1301px){
	
	.team-block.col-md-3{
		width: 14.28%!important;
	} 
}

@media screen and (max-width: 1300px) {

	.team-blocks .col-sm-6, .team-block.col-md-3{
		width: 25%!important;
		display: inline-block;
		height: 300px;
	}
	
	.team-block .logo-game{
		
	}	
	
	
	.team-block:hover .logo-game{
	margin-top:-105px;
	}
	
	.players-awards{margin-top:15px;}

	
	.team-blocks .players-awards.coming {
		margin-top: 0px;		
	}
	
	
	
	
}


@media screen and (max-width: 768px) {
	

	.team-blocks .col-sm-6 {
		width: 50%!important;
		display: inline-block;
		height: 300px;
	}
	

	.team-blocks .col-xs-12 {
		width: 100%;
	}
	


	.team-page-header h1{
		font: 300 54px/56px 'Montserrat', serif;	
	}

		
	
	
}





.page-contener{
	max-width: 1290px;
	margin: 0px auto 0px auto;	
}






/************************************************* PAGE D'UNE EQUIPE ************************************************/



.team-top{
	text-align: center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.big-overlay-team{
	background-color:#281231;
	opacity:0.4;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;	
}

.title-team{
	z-index:5;
	bottom:14vh;
	left:0;
	right:0;
	position:absolute;

}

.team-top .image-team{
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	height:70vh;
	width:100%;
	background-size: contain;
	background-position: bottom center;
	background-repeat:no-repeat;
}



.team-top span{
	font: 300 16px 'Montserrat', serif;	
	color: #F9F9F9;
	text-transform: uppercase;
}

.team-top img{
	width: 332px;	
}


.team-top .arrow{
	top:85%;
}

@media screen and (max-width: 768px) {

	.title-team{
		bottom:60vh;
	}
	
	.team-top .arrow {
		top: 30%;
	}	

}



#row-player-gear{
	padding-bottom: 120px;
}

.gear-item{
	border-collapse: collapse;
	text-align: center;
	padding-bottom: 10px;
    border-bottom: 2px solid #eb0045;
	display:block;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;		
}

/*.gear-item:hover{
	padding-bottom: 0px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;	
}*/

.gear-item_img{
	width: 100%;
	height: 250px;
	border: 1px solid #e3e3ea;
	background-size: cover!important;
}

.gear-item_footer{
	border: 1px solid #e3e3ea;	
}

.gear-item_name{
	font: 300 20px 'Montserrat', serif;	
	color: #0d0d12;
	display: block;
	padding: 5px 0px 10px 0px;	
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;		
}

.gear-item_type{
	font: 300 12px 'Montserrat', serif;	
	color: #eb0045;
	text-transform: uppercase;
	padding: 10px 0px 0px 0px;		
    display: block;	
}

.gear-item_price{
	font: 300 30px 'Montserrat', serif;	
	color: #eb0045;
	border-top: 1px solid #e3e3ea;	
	padding: 12px 15px;
	display: inline-block;	
}


.gear-item:hover .gear-item_name{
	color: #eb0045;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;		
}





@media screen and (max-width: 1290px) {

	.page-contener{
		/*padding-left: 2.5%;
		padding-right: 2.5%;
		width:95%;*/
	}
	
}


.page-contener h1{
	font: 300 30px/30px 'Montserrat UltraLight', serif;	
	text-transform: uppercase;
	padding-left: 20px;
	margin: 90px 0px 30px 0px;
}


#row-team-roster{
	padding-bottom: 100px;
}


.cards-holder h1{
	color: #F9F9F9;
	border-left: 2px solid #505061;	
    margin-left: 15px;	
}


.cards-holder .player-card{
	padding: 20px;
	margin: 0px 0px 0px 0px;
}

.player-card{
	background: #1b1a27;
}

.cards-holder .border{
	padding-bottom: 10px;
	border-bottom: 2px solid #eb0045;	
	margin-bottom: 50px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s  ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	height: 190px;	
}



.player-img{
	position: absolute;
    bottom: 61px;
    right: 10px;
}

.card_player-nickname{
	font: 300 30px/26px 'Montserrat', serif;	
	color: #F9F9F9;
	text-transform: uppercase;	
}


.card_player-name{
	font: 300 14px 'Montserrat', serif;	
	color: #727288;
}

.card_player-role{
	font: 300 12px 'Montserrat', serif;	
	color: #eb0045;
	text-transform: uppercase;
	border-left: 2px solid #eb0045;
	padding-left: 10px;
	display: block;
	margin-top: 10px;
	min-height: 15px;
}

.player-card .read-more{
	margin-top: 30px;
	background-color: #131422;
	padding: 8px 10px;
}


.player-card .read-more:hover{
	color: #F9F9F9;
	border: 2px solid #F9F9F9;
}


#row-team-stats{
	background: #F9F9F9;
	display: inline-block;
	padding-bottom: 30px;
}

.team-partners{
	text-transform: uppercase;
	color: #a3a3b8;
	font: 16px 'Montserrat', serif;
	margin-top: 100px;
	padding: 0px 15px;
}

.team-partners > div{
	text-align: center;
}


.team-partners span{
    display: block;
    margin: 20px auto;
    text-align: center;
}


.team-partners img{
	height: 36px;
	width: auto;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 14px;
}

.team-partners img[title=rekt-logo-black]{
	height: 20px;	
}

.roster-row{
	overflow: hidden
}

@media screen and (max-width: 768px){

	.team-partners{
		padding: 0 15px!important;
	}
	
	.team-partners span{
		display: block;
	}	
	
	.team-partners img{
		margin-top: 10px;
	}		
	
}




/* View latest results (team)*/



#row-team-stats .roster-latest-results{
	margin-top: 90px;
}

#row-team-stats .slider-nav{
	margin-right: 0px;
}

.view-team-latest-results{
	margin-bottom: 120px;
	position: relative;	
}

.entry-content .view-team-latest-results .pagination-dots{
	top:-60px;
	right: 0px;
	position: absolute;
}

.roster-stats h1{
	color: #0d0d12;
	border-left: 2px solid #eb0045;		
}

.team-latest-results{
	display: table;	
	width: 100%;
	border-bottom: 1px solid #dfdfe5;
    padding: 10px 0px 0px 0px;	
    margin: 0px 0px 15px 0px;		
}

.roster-row h1{
	border-left: 2px solid #eb0045;
}



/* Moitié gauche*/
.team-latest-results_info{
	float: left;
	display: table-cell;
	max-width: 410px;
}

.team-latest-results_info .event{
	font: 300 18px 'Montserrat', serif;		
	color: #0d0d12;
}

.team-latest-results_info .event-round{
	font: 300 12px 'Montserrat', serif;		
	color: #545468;
}

.team-latest-results_info .opposing-teams{
	font: 300 12px 'Montserrat', serif;		
	color: #eb0045;
	padding-bottom: 6px;
	display: block;
}

/* Moitié droite*/

.team-latest-results .team-latest-results_result{
	display: table-cell;	
	float: right;
	vertical-align: middle;
}

.team-latest-results .team-latest-results_result img{
	vertical-align: middle;
}

.team-latest-results .team-latest-results_result img:first-child{
filter: invert(100%);
    -webkit-filter: invert(100%);
}


.team-latest-results .team-latest-results_result .result-number{
	font: 50px/45px 'Montserrat', serif;		
	color: #0d0d12;
	vertical-align: middle;		
    min-width: 50px;
    display: inline-block;	
	text-align: center;
	width: auto;
}

.team-latest-results_result .result-separator{
	font: 300 20px 'Montserrat', serif;		
	color: #b8b8c8;
    margin: 0px 13px;
    display: inline-block;
	vertical-align: middle;	
}

.team-latest-results .team-latest-results_result .bars{
	height: 4px;
	position: relative;
	margin-top: 17px;
}


#row-team-stats .roster-latest-results, #row-team-stats .roster-achivements{
	padding-right: 60px;
}


#row-team-stats .roster-upcoming-events, #row-team-stats .roster-stats{
	padding-left: 60px;
}



@media screen and (max-width: 1290px){

	#row-team-stats .roster-latest-results, #row-team-stats .roster-achivements{
		padding-right: 30px;
	}

	#row-team-stats .roster-upcoming-events, #row-team-stats .roster-stats{
		padding-left: 30px;
	}
	
	.view-team-latest-results{
		margin-bottom: 0;
	}
	
	.team-stats-block sup{
		top: -1em!important;
	}	
	

	
}

@media screen and (max-width: 1090px){
	/* Team latest results */
	
	.team-latest-results .team-latest-results_result{
		float: none;	
		width: 100%;
		text-align: center;
		display: block;		
	}
	
	.team-latest-results_info{
	    width: 100%;
		margin-bottom: 16px;
		text-align: center;	
		display: block;
	}

	#row-team-stats .team-latest-results_result img{
		width: 40px;
		height: 40px;
	}
			
	#row-team-stats .team-latest-results_result span{
		font: 600 26px/28px 'Montserrat', serif!important;
	}	
	
	.team-latest-results .team-latest-results_result .result-number{	
		min-width: 33px;
	}

}

@media screen and (max-width: 768px){

	#row-team-stats{
		display: block;
	}
	
	#row-team-stats .page-contener{
		padding: 0;
	}
		
	#row-team-stats .col-xs-12 h1{
		margin-top: 60px;
		font: 300 24px/26px 'Montserrat UltraLight', serif;		
	}
	
	

	/* Team achivements */

	.achievement-date{
		padding: 0px 5px 2px 15px!important;
		font-size: 12px;
	}
	
	.achievement-event {
		padding: 0px 0px 2px 5px!important;
		font-size: 12px;
	}		
		
	#row-team-stats .roster-latest-results, #row-team-stats .roster-achivements{
		padding: 0px 10px;
	}

	#row-team-stats .roster-upcoming-events, #row-team-stats .roster-stats{
		padding: 0px 10px;
	}
	
	.team-stats-block sup{
		top: -0.6em!important;
	}
	
}


@media screen and (max-width: 420px){
	.opposing-teams img {
		width: 25px;
	}
	.result-number {
		font: 600 32px 'Montserrat';
	}
}


/* View upcoming events (team)*/

.view-upcoming-events-team{
	margin-bottom: 60px;	
	position: relative;
}

.entry-content .view-upcoming-events-team .pagination-dots{
	top:-60px;
	right: 0px;
	position: absolute;
}

.upcoming-match-team{
	display: table;	
	width: 100%;
	border-bottom: 1px solid #dfdfe5;	
    padding: 7px 0px;		
}

		/* Moitié gauche*/

		
.upcoming-match-team .event-info{
	width: 50%;
    display: table-cell;
    vertical-align: middle;
	padding: 0;
}

.upcoming-match-team_event{
	font: 300 16px 'Montserrat', serif;		
	color: #0d0d12;	
    display: block;	
}

.upcoming-match-team_round{
	font: 300 12px 'Montserrat', serif;		
	color: #545468;	
}

.upcoming-match-team_opposing-teams{
	font: 300 12px 'Montserrat', serif;		
	color: #eb0045;	
}




		/* Date*/
		
.upcoming-match-team .game-date{
	display: table-cell;
	font: 300 16px 'Montserrat', serif;		
	color: #0d0d12;
    width: 20%;
	text-align: center;	
	vertical-align: middle;
}		
		
.upcoming-match-team .game-date span{
	font: 300 12px 'Montserrat', serif;		
}		



		/* Equipe opposée*/
				
.upcoming-match-team .opponent{
	display: table-cell;
	vertical-align: middle;
    width: 30%;	
	text-align: right;
}			
				
.upcoming-match-team .opponent-separator{
	font: 300 10px 'Montserrat', serif;		
	color: #b8b8c8;
	padding: 0px 25px;
}	

.upcoming-match-team .opponent img{
	max-height: 50px;
	max-width: 100px;
}			
	


/* View achivement équipe*/

.achievement-block{
	margin-bottom: 5px;
	font: 300 14px 'Montserrat', serif;	
    width: 100%;	
}

.achievement-winner, .achievement-finalist, .achievement-semifinalist, .achievement-notable-result{
	display: table;
	margin-bottom: 10px;
	min-height: 120px;
    position: relative;
    width: 100%;	
}

.achievement-winner p{
    display: block;
    width: 28px;
    padding-right: 2px;	 		
}

/*.achievement-winner:before{
	content:"1";
	position: absolute;
	left: -40px;
    top: -30px;
	display: inline-block;
	font: 300 100px 'Montserrat', serif;	
	color: #eb0045;	
}*/

.achievement-list{
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #e3e3ea;
	width: 100%;	
}

.achievement-position{
	font: 300 16px 'Montserrat', serif;		
	color: #b8b8c8;	
}


.achievement-date{
	color: #0d0d12;
	text-transform: uppercase;	
	padding: 0px 30px 2px 15px;
    width: 40%;	
}

.achievement-event{
	color: #eb0045;
	padding: 0px 15px 2px 15px;
    width: 60%;	
}

.achievement-finalist p, .achievement-semifinalist p, .achievement-notable-result p{
    writing-mode: vertical-lr;
    text-orientation: sideways;
     display: inline-block; 
    padding-right: 2px;	 
}

.achievement-notable-result p{
    width: 28px!important;
}






/* View chiffres équipe*/

.team-stats{
	display: table;
    width: 100%;	
}

.team-stats-left{
	display: table-cell;	
	width: 50%;
	vertical-align: top;
	border-right: 1px solid #a3a3b8;
}

.team-stats-block{
	text-align: center;
    margin-bottom: 50px;
}

.team-stats-block h3{
	color: #a3a3b8;
	font: 16px 'Montserrat', serif;		
	text-transform: uppercase;
	margin-bottom: 4px;
}
				
.team-stats-block span{
	color: #0d0d12;
	font: 100px 'Montserrat SemiBold', serif;		
	text-transform: uppercase;
}				
				
.team-stats-block sup{
	color: #0d0d12;
	font: 30px 'Montserrat SemiBold', serif;		
	text-transform: uppercase;
    top: -1.6em;	
}				
				

.team-stats-right{
	display: table-cell;	
	width: 50%;
}



@media screen and (max-width: 768px){
	
	.achievement-winner:before{
		display:none;
	}
	
	.view-upcoming-events-team{
		margin-bottom: 0;
	}

}




/* Row team news*/

#row-team-news{
	background: #0d0d12;
		padding: 0px 10px;	
}

#row-team-news h1{
	color: #F9F9F9;
}

#row-team-news h1{
	border-left: 2px solid #505061;
}

@media screen and (max-width: 768px){
	

	
	#row-team-news .homenews{
		    margin: 0!important;
	}

}


/* Row player news*/

.player-news h1{
	color: #F9F9F9;
    border-left: 2px solid #eb0045;	
}




/************************************************* PAGE ACHIEVEMENT ************************************************/

.header-achievements{
	height: auto!important;
	position: relative;	
	background: url
}

.big-achievements{
    padding-bottom: 70px;
    display: inline-block;
    width: 100%;
	margin-top: 108px;
}

.achievement-highlight{
	text-align: center;
	padding: 0px 2%!important;
}

.achievement-highlight_img{
	max-width: 100%;
    max-height: 80px;
    margin: 0 auto 10px auto;
    display: block;	
}

.achievement-highlight_rank{
	font: 300 12px 'Montserrat', serif;
	color: #ff0101;
	text-transform: uppercase;
	display: block;
}

.achievement-highlight_date{
	font: 300 12px 'Montserrat', serif;
	color: #F9F9F9;
	text-transform: uppercase;
}

.achievement-highlight_event{
	font: 300 20px 'Montserrat', serif;
	color: #F9F9F9;
	text-transform: uppercase;
	height: 84px;
    display: block;
}

.achievement-highlight_game{
    max-width: 80%;
    opacity: 0.35;
	display: inline-block;
	
}

.achievement-highlight_game img{
    width: 100%;
    opacity: 0.2;
}

.all-awards{
 color: #454558;
    font: 300 16px 'Montserrat', serif;
    text-transform: uppercase;
    width: 80px;
    display: inline-block;
    margin: 0 auto 70px auto;
	color: #454558;
	font: 300 16px 'Montserrat', serif;	
	text-transform: uppercase;
    width: 100px;
	position: relative;
    text-align: center;
}

.header-achievements .arrow{
	bottom: 40px!important;
	top: auto!important;
}



#row-achievements{
	background: #F9F9F9;
    overflow: hidden;	
    padding-bottom: 80px;	
}


#row-achievements .slider{
    margin: 0 1% 0 4%!important;
    padding: 0!important;
    width: 60%!important;
}





#row-achievements h1{
	border-left: 2px solid #eb0045;
	color: #0d0d12;
}

#row-achievements .slider-nav{
	margin-left: 0;
    margin-right: 0;	
	text-align: center;
}


#row-achievements .slider-nav a, #row-achievements .slider-nav a.current, #row-achievements .slader-nav a.current{
	width: auto;
    height: auto;
    border: 0px solid;
    background: transparent;	
}


.annual-achievement{
	text-transform: uppercase;
	padding-bottom: 10px;	
	display: table;
	padding-top: 10px;	
    width: 100%;	
}


.annual-achievement img{
	image-rendering: -webkit-optimize-contrast;
}





.annual-achievement:before{
	width: 20%;
	height: auto;
	content:'';
    display: table-cell;	
	color: #0d0d12;
    vertical-align: middle;	
	font: 100px/68px 'Montserrat SemiBold', serif;		
}

.tag-2021:before{
	content:"'21";
}

.tag-2020:before{
	content:"'20";
}

.tag-2019:before{
	content:"'19";
}

.tag-2018:before{
	content:"'18";
}

.tag-2017:before{
	content:"'17";
}

.tag-2016:before{
	content:"'16";
}

.tag-2015:before{
	content:"'15";
}

.tag-2014:before{
	content:"'14";
}

.tag-2013:before{
	content:"'13";
}

.tag-2012:before{
	content:"'12";
}

.tag-2011:before{
	content:"'11";
}


.tag-2011, .tag-2012, .tag-2013, .tag-2014, .tag-2015, .tag-2016, .tag-2017, .tag-2018, .tag-2019{
	margin-top: 40px;
}


.annual-achievement_leftblock{
	float: left;
	display: table-cell;
    border-bottom: 1px solid #dfdfe5;
    padding-bottom: 10px;	
    width: 100%;	
	min-height: 68px;
}

.annual-achievement_date{
	color: #0d0d12;
	font: 300 20px 'Montserrat', serif;	
}

.annual-achievement_event{
	color: #eb0045;
	font: 300 30px/28px 'Montserrat', serif;	
    display: block;	
}

#annual-achievement_position{
	color: #0d0d12;
	font: 300 30px 'Montserrat', serif;	
	display: table-cell;
	vertical-align: middle;
	position: relative;
    border-bottom: 1px solid #dfdfe5;	
    width: 20%;
    text-align: center;	
}

.annual-achievement .rank-1st{
	color: #0d0d12!important;
	
}

.annual-achievement .rank-1st:before{
	content:"";
    height: 25px;
    width: 28px;
    image-rendering: -webkit-optimize-contrast;
	display: block;
    margin: 0 auto;
	background: url('img/crown.png') center no-repeat;
    background-size: cover!important;
}

.annual-achievement .rank-2nd{
	color: #bbb9c9!important;
}

.annual-achievement .rank-3rd{
	color: #d6c1ad!important;
}


.annual-achievement .rank-OK{
	font-size: 0px!important;
	background: url('https://gamersorigin.com/wp-content/uploads/2017/12/thumbup.png') center no-repeat;
    background-size: 21%;	
}


.form-group{
	margin-top: 65px;
    border-right: 1px solid #dfdfe5;
	image-rendering: -webkit-optimize-contrast;
}



#row-achievements .form-group input[type=radio] {
    position: absolute;
    left: -9999px;
}

#row-achievements .form-group label{
    color: #F9F9F9;	
}


.form-group input + label{
    width: 332px;
    height: 140px;
    display: block;
	cursor: pointer;
	opacity: 0.2;
	margin-bottom: 30px;	
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;			
}



.form-group input + label:hover{
	opacity: 1;

}


.form-group #jeux-hearthstone + label{
	background: url('img/logo-hs-black.png') center no-repeat;
    background-size: 100%;		
}

.form-group #jeux-pubg + label{
	background: url('img/logo-pubg-black.png') center no-repeat;
    background-size: 100%;		
}

.form-group #jeux-lol + label{
	background: url('img/logo-lol-black.png') center no-repeat;
    background-size: 100%;		
}

.form-group #jeux-ow + label{
	background: url('img/logo-ow-black.png') center no-repeat;
    background-size: 100%;		
}

.form-group #jeux-sc2 + label{
	background: url('img/logo-sc2-black.png') center no-repeat;
    background-size: 100%;		
}

.form-group #jeux-dofus + label{
	background: url('img/logo-dofus-black.png') center no-repeat;
    background-size: 100%;		
}

.form-group #jeux-trackmania + label{
	background: url('img/logo-trackmania-black.png') center no-repeat;
    background-size: 100%;		
}

.form-group #jeux-fortnite + label{
	background: url('img/logo-fortnite-black.png') center no-repeat;
    background-size: 68%;		
}

.form-group #jeux-sfv + label{
	background: url('img/logo-sfv-black.png') center no-repeat;
    background-size: 68%;		
}

.form-group #jeux-soulcavi + label{
	background: url('img/logo-soulcavi-black.png') center no-repeat;
    background-size: 68%;		
}

.form-group #jeux-apex + label{
	background: url('img/logo-apex-black.png') center no-repeat;
    background-size: 68%;		
}

.form-group #jeux-lol-academy + label{
	background: url('img/logo-lol-academy-black.png') center no-repeat;
    background-size: 100%;		
}


 
.form-group .current label{
	opacity: 1;	
}



@media screen and (max-width: 1200px){
	
	.annual-achievement:before {
		font: 64px/58px 'Montserrat SemiBold', serif;
		vertical-align: top;		
	}	
	
	#row-achievements .form-group label{
		width: 250px;
	}	
	
	
}

@media screen and (max-width: 768px){
	
	.achievement-highlight{
		margin-bottom: 20px;
	}

	.achievement-highlight_event{
		height: auto;
	}
	
	.achievement-highlight_game{
		width: 180px;
		opacity: 0.8;		
	}

	.big-achievements{
		padding-bottom: 30px;
	}


	#row-achievements .form-group{
		display: inline-block;
		border: 0px!important;
	}
	
	#row-achievements .achievement-block{
		padding: 0;
	}	
	
	.form-group input + label{
		width: 116px;
		display: inline-block;
		margin: 0px 6px;	
	}	
	
	#row-achievements h1 {
		margin: 30px 0px 20px 0px;
	}
	
	#row-achievements .slider{
		width: 96%!important;
		margin: 0px 2%!important;			
	}
	
	#annual-achievement_position{
		font: 300 24px 'Montserrat', serif;
		
	}
	
	.annual-achievement:before {
		font: 56px/52px 'Montserrat SemiBold', serif;
	}	
	
	.annual-achievement_date{
		font: 300 14px 'Montserrat', serif;
	}	
	
	.annual-achievement_event{
		font: 300 16px 'Montserrat', serif;
	}
	
	.annual-achievement:before{
		display: none;
	}
	
	.annual-achievement .rank-1st:before{
		display: none;		
	}
		
}







/************************************************* PAGE D'UN JOUEUR ************************************************/



.player-top{
	color: #F9F9F9;
	position: relative;	
	padding-top:0;
	height:520px;
	background-position: center;
}

.player-box1{
    padding-left:40%;
	position:absolute;
	z-index:5;
	top:167px;
}

.player-box2{
    padding-left:40%;
	margin:40px 0 10px 0;		
}

.bandeau-noir{
	height:auto;
	width:100%;
}

.player-box1 img:first-child{
    width: 160px;
}

.player-top h1{
	font: 300 100px 'Montserrat', serif;	
	margin: 0px 0px 0px -6px;
	padding: 0!important;
	text-transform: capitalize;
}

.player-name{
	font: 300 30px/20px 'Montserrat', serif;	
	margin-bottom: 90px;
    display: block;	
}

.player-desc{
	font: 500 16px 'Montserrat', serif;	
	text-transform: uppercase;
	margin-bottom: 0px;
    display: block;	
}

.player-desc div{
    display: inline-block;	
}


.player-role{
	font: 300 30px/28px 'Montserrat UltraLight', serif;		
	border-left: 2px solid #eb0045;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
    display: block;	
	color:#F9F9F9;
}

.player-bio{
	margin-right: 22%;
	color:#F9F9F9;
	margin-bottom: 10px;
}

@media screen and (max-width: 1500px){
	.player-bio{
		margin-right: 15%;
	}		
}

@media screen and (max-width: 1290px){
	.player-bio{
		margin-right: 11%;
	}		
}

@media screen and (max-width: 768px){
	.player-bio{
		margin-right: 0%;
	}		
}

.player-bio p{
	font: 300 18px/28px 'Open Sans', serif;
    display: block;
	margin-bottom: 20px;	
	text-align: justify;
	color:#F9F9F9;
}

.player-social-media{
	padding-bottom: 50px;
}

.player-social-media a{
	color: #F9F9F9;
    margin-right: 13px;
}

.player-social-media a:hover {
    color: #eb0045;
}

.player-photo{
	position: absolute;
	bottom: 0;
	left: 7%;
	width: 30%;
	z-index:10;
	
}

.player-photo-hidden{
	display: none;
	
}


#row-player-page, #row-player-gear{
	background: #F9F9F9;
    overflow: hidden;	
}


#row-player-page h1, #row-player-gear h1{
    color: #0d0d12;
    border-left: 2px solid #eb0045;
}


#row-player-page .player-achievements{
	padding-right: 60px;
}

#row-player-page .player-stats{
	padding-left: 60px;
}



@media screen and (max-width: 1290px){

	#row-player-page .player-achievements{
		padding-right: 30px;
	}

	#row-player-page .player-stats{
		padding-left: 30px;
	}		

	.team-stats-block span{
		color: #0d0d12;
		font: 60px 'Montserrat SemiBold', serif;
		text-transform: uppercase;
	}	
	
	.player-box1 {
    padding-left:0;
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
	}
	
	.player-photo {
    left: 0%;
    width: 40%;
	
	}
	
	
}


@media screen and (max-width: 768px){

	#row-player-page .player-achievements{
		padding: 0px;
	}
	#row-player-page .player-stats{
		padding: 0px;
	}
	
	#row-player-page .page-contener{
		padding: 0px 15px;
	}
	

	
	.team-stats-block span{
		color: #0d0d12;
		font: 600 56px 'Montserrat', serif;
		text-transform: uppercase;
	}	
	
	.player-top h1 {
    font: 300 50px 'Montserrat', serif;
	}
	
	.player-box2{
		padding:0 15px;
		
	}	

	.player-name{
		margin-bottom: 20px;
	}
	
	.player-photo {
		display:none;
	}

	.player-photo-hidden{
		display: block;
		position: absolute;
		bottom: 0;
		height: 240px;
		z-index: 999;
		width: 100%;
		background-size: contain!important;
	}



}


@media screen and (max-width: 500px){

	
	.player-top h1 {
    font: 300 40px 'Montserrat', serif;
	}
	

}


/************************************************* PAGE PARTNERS ************************************************/


.partners-header{
	height:190px;
	display:block;
	padding-top: 160px;
	text-align: center;
    box-sizing: content-box;	
}

.partners-header h1 {
    font: 300 100px/106px 'Montserrat', serif;
    color: #F9F9F9;
    margin: 0;
}

.partners-header p{
    font: 300 16px 'Montserrat', serif;
    color: #F9F9F9;
    text-transform: uppercase;
}


.partner-card{
    background-size: cover!important;
}


#row-partners .partner-card:nth-child(even) .partner-text{
	margin-left: 50%;
		margin-right: 15px;	
}


.partner-text{
    padding: 80px 4% 100px 20px;
	width: 46%;
    overflow: hidden;	
}

.partner-text img{
	margin-bottom: 15px;
max-height: 120px;	
}


@media screen and (max-width: 792px){

	.partner-text{
    padding: 40px 15px 100px 15px;
		width: 100%;
		margin:0;
	}
	
	.partner-card{
    background-image:none!important;
	}
	
	#row-partners .partner-card:nth-child(even) .partner-text{
		margin-left: 0%;
	}
	
	.partners-header h1 {
		font: 300 46px/48px 'Montserrat', serif;
		color: #F9F9F9;
		margin: 0;
	}
	
	.partner-text img{
		margin-bottom: 20px;
		width: 200px;
	}
	
}


.partner-description{
	font: 300 18px/28px 'Open Sans', serif;	
	color: #85859c;
	text-align: justify;
	margin-bottom: 20px;
	font-weight: 400;
}

.partner-links a{
    font-size: 16px;
    color: #F9F9F9;
	text-transform: uppercase;	
	display: inline-block;
    float: left;
	margin-right: 20px;	
}


.partner-links a:hover{
    color: #eb0045;
}


#partner-contact{
	background: #0d0d12;
	text-align: center;
}

#partner-contact a{
	background: #0d0d12;
	margin: 95px auto;
}


		

/***************************** FOOTER ******************************************/

.site-footer{
	max-width: 1290px;
	margin: 0 auto;	
	position: relative;
}

.footer-partners{
	text-align: center;
	padding: 30px 0px;
	background: #1b1a27;
	
}

.footer-partners img{
	margin: 0px 0.5%;
	image-rendering: -webkit-optimize-contrast;	
    max-width: 8.8%;
}


.footer-links{
	padding: 50px 0px;
	overflow: hidden;
	border-bottom: 1px solid #545468;	
}

.footer-links h3{
	font: 20px 'Montserrat', serif;
	color: #F9F9F9;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.footer-links ul{
	list-style-type: none;
	padding: 0;
}

.footer-links ul > li > a{
	font: 14px 'Montserrat', serif;
	color: #545468;
	text-transform: uppercase;
	margin: 6px 0px;
    display: block;	
}

.footer-links ul > li > a:hover{
	color: #F9F9F9;
	border-left: 2px solid #eb0045;
	padding-left: 8px;
}

.footer-links .site-branding{
	padding: 0;
}

.site-info{
	color: #545468;
	font: 600 12px 'Montserrat', serif;
	padding-bottom: 40px;
	padding-top: 10px;
	overflow: hidden;	
}

.site-info a{
	color: #545468;
}

.site-info a:hover{
	color: #F9F9F9;
}

.textwidget footer{
	background: #0c0a1f;
}




@media screen and (max-width: 1200px) {

	.footer-nav{
		margin-bottom: 50px;
	}	
	
	.site-info{
		text-align: center;
	}

	.site-info > a, .site-info > p{
		display: block;
		margin: 10px auto 0px auto;
		float: none!important;
	}
	
	.footer-partners a img{
		max-width: 12%!important;
	}	

	
	.footer-partners a[title=SG] img{
		margin: 20px auto!important;
		display: block;
		max-width: 20%!important;
	}

}

@media screen and (max-width: 992px) {

	.footer-partners a img{
		margin: 5px 10px;
		max-width: 20%!important;		
	}
	
	.footer-partners a[title=SG] img{
		max-width: unset!important;
		height: auto;
		width: 238px;
		max-height: unset!important;
	}

}

@media screen and (max-width: 768px) {

	.footer-nav{
		margin-bottom: 50px;
		min-height:200px;
	}	
		
	.footer-links .col-xs-6{
		padding: 0px 30px;
	}
	

	.footer-partners a[title=SG] img {
		width: 180px;
	}
		
	.footer-links div:first-child{
		display: none!important;
	}
	
	.footer-partners a img{
		margin: 8px 1%;
		max-width: 18%!important;
		max-height: 36px!important;
	}
	
	.footer-partners a[title=Randstad] img,	.footer-partners a[title=Nicecactus] img {
		max-width: 20%!important;
	}	
	.footer-partners a[title=Rekt] img{
		height: unset!important;
	}		
}





.site-footer a {
	
}

.site-footer a:hover{

	
} 



















/******************* PAGE D'UN ARTICLE ***********************/

.status-publish .entry-footer, .post-navigation, .comments-area{
	display: none;
}

.type-post #article-body{
	background: #F9F9F9;
}


.article-header-wrapper{
	width:100%;
	position:absolute;
	left:0;
	z-index:5;
	padding-top:150px;
	text-align:center;
	
}

.article-header .big-overlay-team{
	opacity:0.6;
	
}

.article-wrapper{
	width: 800px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 840px) {
	.article-wrapper{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

}



.article-header{
	height: 520px;
	text-align: center;
    background-size: cover;		
}

.article-header-image{
	height: 520px;
	opacity: 0.9;
    width: 100%;
    background-size: cover;	
    display: -webkit-box;
    display: -ms-flexbox;	
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;	
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.share-options{
	position: absolute;
    top: 225px;
    left: -60px;
	color: #eb0045;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);	
}


.share-options span, .share-options a{
	display: inline-block;
}


.share-options span{
	font: 600 14px 'Montserrat', serif;	
	text-transform: uppercase;
}

.share-options a{
	width: 15px;
	height: 15px;
    margin: 0px 5px;	
}

.article-cat{
	text-transform: uppercase;
	font: 300 16px/18px 'Montserrat', serif;		
}

.article-cat a{
	color: #F9F9F9;	
}


.article-header-wrapper h1{
	font: 82px/94px 'Montserrat', serif;
	color: #F9F9F9;
	z-index: 99;
	opacity: 1;
	margin:0;
    max-width: 1000px;
	display:inline-block;
	margin-bottom: 30px;	
}

@media screen and (max-width:1200px){
	
	.article-header-wrapper h1{
		font: 76px/82px 'Montserrat', serif;
		margin-bottom: 20px;
		padding: 0px 10px;
	}	
}

@media screen and (max-width:768px){
	
	.article-header-wrapper h1{
		font: 40px/44px 'Montserrat', serif;
		margin-bottom: 20px;
		padding: 0px 10px;
	}	
}

.article-wrapper .size-full{
	width: 100%;
    height: auto;
}



.article-tags {
	text-align: center;
	text-transform: uppercase;
}


.article-tags a{
	color: #0d0d12;	
	font: 300 20px 'Montserrat', serif;	
	margin-right: 5px;	
}


.article-tags a:before{
	color: #eb0045;	
	content:'#';
	display: inline-block;
	font: 300 20px 'Montserrat', serif;	
	padding-right: 3px;
}

.article-author{
	color: #787887;
	font: 300 12px  'Montserrat', serif;
	padding-top: 5px;
}

.co-authors{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.co-authors a{
	cursor: unset;
}

@media screen and (max-width: 480px){
	.article-tags a{
		font: 300 16px 'Montserrat', serif;	
	}
}


/* Footer */


.article-footer{
	text-align: center;
	background: #F9F9F9;
	padding-bottom: 100px;
	margin-top: 60px;
}

.author-image{
    display: block;
    margin: 0px auto;
	padding: 20px 0px 15px 0px;
    box-sizing: content-box;	
	border-top: 1px solid #dfdfe5;
    text-align: center;	
	margin-top: 20px;
}

.author-name{
	font: 300 20px/22px 'Open Sans', serif;
	color: #a3a3b8;
	display:inline-block;	
}


.author-name a{
	font: 300 20px/22px 'Open Sans', serif;
	color: #a3a3b8;
	display:inline-block;
}

.first-name{
	padding-right: 5px;
}

.user-fb, .user-tw{
	margin: -2px 5px;
	height: 22px;
	width: 22px;
	display: inline-block;
}












/************************************* ABOUT ***********************************************/



.row-about h1:first-child{	
	margin: 0px 0px 20px 0px;
}

.row-about h1{
	font: 26px/28px 'Montserrat', serif;
	text-transform: uppercase;
	margin: 40px 0px 20px 0px;
	padding: 0;
}

.row-about p{
	font: 17px/24px 'Open Sans', serif;
	padding: 10px 0 5px 0px;
	text-align: justify;
}



/* ROW 1*/


#row-about-1{
	background: #F9F9F9;
	padding: 60px 0px;
}

#row-about-1 h1, #row-about-1 h3{
	color: #0d0d12;
}

#row-about-1 p, #row-about-3 p{
	color: #545468;
}


/* ROW 2*/

#row-about-2{
	background: #12101d;
}

#row-about-2 h1{
	color: #fff;
}

#row-about-2 p{
	color: #fff;
}

#row-about-2 .img-half-row{
	width: 50%;
	float: left;
	height: 402px;	
}

#row-about-2 .content-half-row{
	width: 50%;
	padding: 60px 40px;	
	float: left;	
	height: 100%;
}

#row-about-2 .content-half-row_text{
	max-width: 600px;
}


#row-about-2 h1:first-child{
	margin: 0px 0px 0px 0px;
}



/* ROW 3*/


#row-about-3{
	background: #F9F9F9;
}

#row-about-3 .content-half-row{
	width: 50%;
	padding: 50px 40px 50px 0px;	
	float: left;	
}

#row-about-3 .content-half-row_text{
	max-width: 600px;
}

#row-about-3 .img-half-row{
	width: 50%;
	display: flex;
    align-items: center;	
	justify-content: center;
	height: 546px;		
}



#row-about-3 .img-half-row img{


}


/* ROW 4*/

#row-about-4{
	background: url(img/row-about-4.jpg) no-repeat;
}

#row-about-4 h1{
	color: #fff;
}

#row-about-4 p{
	color: #fff;
}

#row-about-4 .content-half-row{
	width: 60%;
	padding: 48px 40px;	
	float: right;	
	height: 100%;
}

#row-about-4 .content-half-row_text{
	max-width: 600px;
}

#row-about-4 h1:first-child{
	margin: 0px 0px 20px 0px;
}



/* ROW 5*/


#row-about-5{
	background: #F9F9F9;
	padding: 60px 0px;
}

#row-about-1 h5{
	color: #0d0d12;
}

#row-about-5 p{
	color: #545468;
}


@media screen and (max-width: 1290px){
	
	.row-about .page-contener{
		padding: 0px 10px; 
	}

	#row-about-2 .content-half-row{
		width: 65%!important;
	}
	

	#row-about-2 .img-half-row{
		width: 35%;
		float: left;
	    background: url('http://esport.gamersorigin.com/wp-content/uploads/2017/12/row-about-2.jpg') top right no-repeat -50px no-repeat!important;		
	}
	

	#row-about-3 .content-half-row{
		width: 60%;
	}
	
	#row-about-3 .img-half-row{
		width: 40%;
	}			
		
}


@media screen and (max-width: 980px){
	
	.row-about .img-half-row{
		width: 100%!important;
	}
	
	.row-about .content-half-row, .row-about .content-half-row_text{
		max-width: 100%!important;
		width: 100%!important;
	}
	


	#row-about-2 .content-half-row, #row-about-4 .content-half-row{
		padding: 60px 20px;
		width: 100%!important;
	}
	
	#row-about-3 .img-half-row{
		height: auto;
		margin-bottom: 60px;
	}
	

	#row-about-3 .content-half-row{
		padding: 60px 0px 60px 0px;	
	}	
		
}




@media screen and (max-width: 768px){
	
	#row-about-2 .img-half-row{
		height: 300px;
	    background: url('http://gamersorigin.com/wp-content/uploads/2020/07/IMG_94012-1.jpg') top -20pxcenter no-repeat!important;		
		background-size: cover;
	}
	
		
}



	






/************************************* CGU ***********************************************/



#legal-notice{
	background: #F9F9F9;
}

















/************************************* CONTACT ***********************************************/


.contact-phrase{
	    font: 300 16px 'Montserrat', serif;
    color: #F9F9F9;
    text-transform: uppercase;
}

.wpcf7-form{
	width: 540px;
    margin: 100px auto 0px auto;
	padding-bottom: 100px;
}

.wpcf7-form div{
	margin-bottom: 30px;
}

.wpcf7-form label{
    width: 180px;
    display: block;
    float: left;
    margin-top: 10px;
	color: #0d0d12;
	text-transform: uppercase;
	padding-left: 12px;
	border-left: 2px solid #eb0045;
	font: 20px 'Montserrat', serif;
}

.wpcf7-form span{
	display: inline-block;	
	width: 356px;
}

.wpcf7-form .wpcf7-text{
	height: 40px;
    border: 0px;
	width: 100%;
	font: 16px 'Open Sans', serif;
	color: #2f2e35;	
	outline: none;
	border-bottom: 2px solid #5e5f66;
  	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
    transition: 0.5s ease-in-out;		
}


.wpcf7-form .wpcf7-text:focus{
	border-bottom: 2px solid #eb0045;
  	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
    transition: 0.5s ease-in-out;		
}

.label-message{
	margin-top: 2px!important;
}

.wpcf7-form .wpcf7-textarea{
	height: 40px;
	min-height: 40px;	
    border: 0px;
	width: 356px;
	font: 16px 'Open Sans', serif;
	color: #2f2e35;	
	outline: none;
	border-bottom: 2px solid #5e5f66;	
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}


.wpcf7-form .wpcf7-textarea:focus{
	min-height: 200px;
	border-bottom: 2px solid #eb0045;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.wpcf7-form .wpcf7-text::-webkit-input-placeholder, .wpcf7-form .wpcf7-textarea::-webkit-input-placeholder{
    font-style: italic;
	color: #b9b7c6;
	font-weight: 300;
	font-family: 'Open Sans';
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}

.wpcf7-form .wpcf7-text:focus::-webkit-input-placeholder, .wpcf7-form .wpcf7-textarea:focus::-webkit-input-placeholder { 
	color:transparent; 	
	-webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
	
.wpcf7-form .wpcf7-text:focus:-moz-placeholder, .wpcf7-form .wpcf7-text:focus::-moz-placeholder, .wpcf7-form .wpcf7-textarea:focus:-moz-placeholder, .wpcf7-form .wpcf7-textarea:focus::-moz-placeholder { 
	color:transparent; 	
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
} 
	
.wpcf7-form .wpcf7-text:focus:-ms-input-placeholder, .wpcf7-form .wpcf7-textarea:focus:-ms-input-placeholder{ 
	color:transparent; 	
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
} 



	

.wpcf7-form .wpcf7-text:-moz-placeholder, .wpcf7-form .wpcf7-textarea:-moz-placeholder{
    font-style: italic;
	color: #b9b7c6;
	font-weight: 300;
}

.wpcf7-submit{
    display: block;
    font: 300 16px 'Montserrat';
    color: #eb0045;
    border: 2px solid #eb0045;
    padding: 4px;
    background: none;	
	margin: 40px auto 0px auto;
    text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	cursor: pointer;
	outline:none;
}

.wpcf7-submit:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
    color: #0d0d12;
    border: 2px solid #0d0d12;
}


.wpcf7 div.wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 0.2em 1em;
}


.wpcf7 div.wpcf7-mail-sent-ok {
	border: 1px solid #cda979;
	color:#cda979;
}

.wpcf7 div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
	color:#ff0000;
}

.wpcf7 div.wpcf7-spam-blocked {
	border: 1px solid #c7c5d3;
}

.wpcf7 div.wpcf7-validation-errors {
	border: 1px solid #c7c5d3;
}



@media screen and (max-width: 768px) {

	.wpcf7-form{
		padding: 0px 10px 100px 10px;
		width: 320px;
	}	
	
	.wpcf7-form label{
		width: 100%;
	}	
	
	.wpcf7-form span {
		width: 100%;
	}	
	
	.wpcf7-form textarea {
		width: 100%!important;
	}		
}


.connexion-player-achievement-dinep .player-photo {
	left: 26%;
    width: 12%;
}

@media screen and (max-width: 1290px) {

.connexion-player-achievement-dinep .player-photo {
    left: 20%;
    width: 18%;
}

}




.article-wrapper .twitter-tweet-rendered{
	margin: 0 auto!important;
}

.MediaCard-mediaAsset, .MediaCard-media, .MediaCard{
	max-height: 500px!important;
}








/* Recherche admin / résultat archive */


.search-archive{
	margin: 20px 0;
	color: #F9F9F9;
}

.search-archive li{
	margin: 15px 0;
	color: #F9F9F9;	
	font-size : 16px;
}

.search-archive li h3{	
	font-size : 16px;

}

.search-archive .more-link{
	display: none;
}


.search-archive li a{
	color: #F9F9F9;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;		
}


.search-archive li:hover a, .search-archive li:hover h3{
	color: #eb0045;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;	
}

.search-archive li .more-link{
	display: none;
}



/* Recherche générale public */

.search-form label{
    cursor: pointer;
}

.search-form label{
    position: relative;
    margin-bottom: 0px;	
}
.search-form label:before{
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 20;
    font: 400 20px/1 dashicons!important;
	color: #F9F9F9;
    content: "\f179";
    speak: none;
	width: 20px;
	height: 20px;
    -webkit-transition: all 0.5s ease-in-out;		
}

.search-form:hover label:before{
    color: #eb0045;
    -webkit-transition: all 0.5s ease-in-out;	
}
.search-field{
    float: left;
	border: 0px;
	outline: none;
    width: 26px;
    transition: all .1s ease-in-out;	
	background: transparent;	
}

.search-field:focus{
    width: 80px;
    transition: all .1s ease-in-out;
}

@media screen and (max-width: 1200px){
	
	.search-field:focus{
		width: 140px;
	}
	
}
@media screen and (max-width: 1000px){
	
	.search-field:focus{
		width: 80px;
	}
	
}

@media screen and (max-width: 800px){
	
	.search-field:focus{
		width: 140px;
	}
	
}

@media screen and (max-width: 500px){
	
	.search-field:focus{
		width: 100px;
	}
	
}

.search-submit{
	display: none;
    font-size: 10px;
    background: red;
    border-radius: 12px;
    padding: 3.5px;
    color: #F9F9F9;
    border: 0px;	
}


.search-active .search-field{
	background: #F9F9F9;
}

.search-active .search-submit{
	/*display: inline-block;*/
	margin-left: 6px;	
}

.search-active label:before{
    display: none;
}


.search-results .page-header{
	display: none;
}





/* Jobs */


.jobs-title{
	    border-left: 2px solid #eb0045;
}

.jobs-list{
	border: 1px solid black;
	border-radius: 5px;	
	max-width: 60%;
	padding: 20px;
	margin-bottom: 30px;	
}


.jobs-list h1{
	margin: 0px 0px 10px 0px!important;
	font: 700 30px/30px 'Montserrat', serif;
	padding: 0;
	color: black;
}


.jobs-list h1:hover{
	color: #545468;
}

.jobs-table tr{
	margin: 5px 0px;
	display: block;
	
}

.jobs-table tr td:first-child{
	width: 150px;
}




.jobs-table tr td:last-child{
	color: #545468;
}

    

.job-block{
	padding: 40px 0px;
}


.job-block h2{
	font: 300 26px/30px 'Montserrat', serif;
	padding: 0;
	margin: 30px 0px 20px 0px;
}

.job-block h3{
	margin: 20px 0px 10px 0px;
}

.job-block p{
	padding: 10px 0;
}

.job-card{
	padding: 10px 20px;
}

.job-card h1{
	    border-left: 2px solid #eb0045;
}

.job-data{
	position: relative;
	padding-left: 15px;		
}

.job-data p{
	color: #545468;
	padding-left: 15px;	
}

.job-data b{
	color: #545468;
	padding: 5px 0px 5px 15px;
	margin: 5px 0px;
}

.job-data p:before, .job-data b:before{
    display: block;
    font: 400 18px/1 dashicons!important;
    margin: 0 10px 0 0;
    position: absolute;
	left: -2px;
}

.job-data-date:before {
	content: "\f508";
}

.job-data-lieu:before {
    content: "\f230";
}

.job-data-domaine:before {
    content: "\f323";
}

.job-data-contrat:before {
    content: "\f481";
}

.jobs-return{
	margin: 20px 0px;
	display: block;
	color: black;
	font: 700 18px/20px 'Montserrat', serif;
}

.jobs-return:hover{
	color: #545468;
	margin-left: -5px;
}





/********** PAGE MATCH ***************/


.match-result{
	padding: 5em 0;
}

.match-result > img{
	max-width: 150px;
	margin: 0 auto;
	display: block;
}

.match-result .event-info {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #F9F9F9;
}

.match-result  .game-date {
    color: #eb0045;
    font: 300 18px/24px 'Montserrat', serif;
	padding: 8px 12px;
    display: inline-block;
    vertical-align: middle;
}

.match-result .event-info-left{
    font: 300 16px/18px 'Montserrat', serif;	
}

.match-result .event-round {
    color: #545468;
    font: 300 16px/18px 'Montserrat',serif;
    height: 14px;
    margin-bottom: 3px;
}

.match-result .opposing-teams{
    padding-top: 10px;
}

.match-result .opposing-teams img {
    width: 60px;
}

.match-result .result-number-1 {
    margin: 0 10px 0 15px;
}

.match-result .result-number-2 {
    margin: 0 15px 0px 10px;
}

.match-result .result-number {
    font: 600 55px 'Montserrat';
    color: #F9F9F9;
    vertical-align: middle;
    width: 22px;
}

.match-result .opposing-teams{
	text-align: center;
}

.match-result  .joueurs {
    display: block;
    font: 400 16px/20px 'Montserrat';
    text-align: center;
	color: #F9F9F9;
	padding-top: 16px;
}