@charset "UTF-8";
.dropdown-item.active, .dropdown-item:active {
	color: black;
	font-weight: 700;
	background: none;
}

.navbar.bg-dark {
	background-color: rgba(8, 22, 36, 0.5) !important;
	padding: 0 40px 0;
	box-shadow: 0 0 9px 3px rgba(0, 10, 31, 0.75);
}

.navbar-collapse.collapsing {
	transition-duration: 0.2s;
}

.navbar-collapse.collapse.show {
	padding-bottom: 1rem;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}
	.navbar .nav-item:hover .nav-link {
		color: #fff;
	}
	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}

.container-twitch {
	padding-top: 125px;
}

.container-twitch h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
}

.container-twitch p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	margin-bottom: 70px;
	position: relative;
	top: 80px;
}

.container-twitch .tw-iframe-live {
	width: 71%;
}

.container-twitch .tw-iframe-tchat {
	width: 28%;
}

.container-twitch .tw-iframe-tchat-modal {
	width: 100%;
	border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container-twitch .tw-iframe-live {
		width: 100%;
		margin-top: 4rem;
	}
}

@media only screen and (max-width: 767px) {
	.container-twitch .tw-iframe-live {
		width: 100%;
		margin-top: 7rem;
	}
}

.container-twitch-embed #twitch-embed {
	height: 65vh;
}

@media only screen and (max-width: 767px) {
	.container-twitch-embed #twitch-embed {
		height: 75vh;
	}
}

.footer-social p {
	display: inline-block;
	color: #CCC;
	font-size: 1rem;
	margin: 0;
}

.footer-social a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	margin-left: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-social a:hover {
	background: #850606;
}

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #585858;
	line-height: 1.6;
	font-weight: 500;
}

img {
	max-width: 100%;
	height: auto;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
	box-shadow: none !important;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

/*---------------------
  Helper CSS
-----------------------*/
.btn {
	color: white;
}

.btn:hover {
	color: white;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/*.spad {
  padding-top: 105px;
  padding-bottom: 105px;
}*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black span,
.text-black li,
.text-black a {
	color: #000;
}

.text-grey {
	color: #ccc;
}

.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey p,
.text-grey span,
.text-grey li,
.text-grey a {
	color: #ccc;
}

/*---------------------
  Commom elements
-----------------------*/
/* buttons */
.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after, .site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #850606;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(255, 10, 31, 0.24);
	box-shadow: 0 0 9px 3px rgba(255, 10, 31, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}

.site-btn:hover:after {
	transform: translate(-9px, -10px);
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

#preloder .loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

/*------------------
  Header section
---------------------*/
.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.header-section .header-warp {
	max-width: 1496px;
	margin: 0 auto;
}

.header-social p,
.geme-social-share p {
	display: inline-block;
	color: #CCC;
	font-size: 1rem;
	margin: 0;
}

.header-social a,
.geme-social-share a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	margin-left: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-social a:hover,
.geme-social-share a:hover {
	background: #850606;
}

.header-social > div {
	height: 40px;
}

.modal-connexion {
	background: #081624;
	box-shadow: 0px 0px 5px red;
}

.modal-connexion .modal-header {
	border-bottom: none;
	box-shadow: 0 2px 0 0 rgba(255, 10, 31, 0.24);
	margin: auto;
}

.modal-connexion .oneall_social_login {
	height: 50px;
	overflow: hidden;
}

.modal-connexion .menu li {
	margin-bottom: 16px;
	display: flex;
}

.modal-connexion .link {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 24px;
}

.modal-connexion .logout-link {
	color: #850606;
}

.menu {
	list-style: none;
}

.menu li a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	background: #0d2238;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
}

.menu li a:hover {
	color: white;
}

/* ----------------
  Intro section
---------------------*/
.news-section {
	background: #6a0505;
	background: -webkit-linear-gradient(left, #6a0505 0%, #550404 100%);
	background: -webkit-gradient(linear, left top, right top, from(#6a0505), to(#550404));
	background: -o-linear-gradient(left, #6a0505 0%, #550404 100%);
	background: linear-gradient(to right, #6a0505 0%, #440303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aA0505', endColorstr='#550404', GradientType=1);
	padding: 115px 0;
}

.text-box .top-meta {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-box .top-meta a {
	color: #850606;
}

.text-box h3 {
	margin-bottom: 40px;
	max-width: 370px;
}

.text-box p {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 35px;
}

.blog-filter {
	list-style: none;
	display: block;
}

.blog-filter li {
	display: inline-block;
}

.blog-filter li a {
	display: block;
	color: #fff;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	background: #6f2b95;
	line-height: 1.1;
	margin-right: 7px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.blog-filter li a:hover {
	background: #850606;
}

.blog-item {
	margin-top: 86px;
}

.blog-item .blog-thumb {
	width: 362px;
	float: left;
	margin-right: 30px;
}

.blog-item .text-box {
	overflow: hidden;
}

.blog-item .text-box p {
	margin-bottom: 42px;
}

.widget-item {
	margin-bottom: 85px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	padding-left: 38px;
	margin-bottom: 48px;
}

.categories-widget {
	background: #34164b;
	padding: 55px 0 25px;
}

.categories-widget ul {
	list-style: none;
	padding: 0 38px;
}

.categories-widget ul li {
	display: block;
}

.categories-widget ul li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 15px;
	padding-right: 19px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url("./img/icons/double-arrow.png");
	background-repeat: no-repeat;
	background-position: right -120% center;
	background-size: 11px;
}

.categories-widget ul li a:hover {
	color: #850606;
	background-position: right center;
}

/* --------------------
  Intro video section
-----------------------*/
/*
.intro-video-section {
  height: 757px;
  max-height: 75vh;
  position: relative;
}

.video-play-btn {
  position: absolute;
  left: calc(50% - 61px);
  top: calc(50% - 61px);
  width: 122px;
  height: 122px;
  text-align: center;
  padding-top: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}*/
/*.video-text {
  margin-bottom: 80px;
  padding: 27px 0;
  padding-left: 25px;
  position: relative;
  background: rgba(0,0,0,0.25);

  h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1px;
  }
  p {
    font-size: 18px;
    color: #a3a1b3;
    font-weight: 500;
    margin-bottom: 0;
  }
  &:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 100%;
    left: -22px;
    top: 0;
    border-left: 3px solid #ff0a1f;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 3px rgba(255, 10, 31, 0.5);
    box-shadow: 0 0 9px 3px rgba(255, 10, 31, 0.5);
  }
}*/
/* ----------------
  Featured section
---------------------*/
.communaute-section {
	position: relative;
	overflow: hidden;
}

.communaute-section .communaute-bg {
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.communaute-section .communaute-box {
	background: #fff;
	padding: 75px 25px;
}

.communaute-section .communaute-box .text-box .top-meta {
	color: #68647d;
}

.communaute-section .communaute-box .text-box h3 {
	font-size: 28px;
	max-width: 100%;
	text-align: center;
}

.communaute-section .communaute-box .text-box p {
	font-size: 16px;
}

.communaute-section .communaute-box .text-box .read-more {
	color: #251e2f;
}

/* ----------------
  Footer section
---------------------*/
.footer-section {
	text-align: center;
	border-top: 2px solid white;
	background: #6a0505;
	background: -webkit-linear-gradient(left, #6a0505 0%, #550404 100%);
	background: -webkit-gradient(linear, left top, right top, from(#6a0505), to(#550404));
	background: -o-linear-gradient(left, #6a0505 0%, #550404 100%);
	background: linear-gradient(to right, #6a0505 0%, #440303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aA0505', endColorstr='#550404', GradientType=1);
}

.footer-section .container {
	position: relative;
	padding: 60px 15px 25px;
}

.footer-section .container .footer-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer-section .container .footer-social a:first-child {
	margin-left: 0;
}

/* ----------------
  Other Pages
=====================
---------------------*/
.page-top-section {
	height: 355px;
	padding-top: 210px;
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
}

.site-breadcrumb a,
.site-breadcrumb span {
	font-style: italic;
	color: #fff;
	margin: 0 10px;
	font-weight: 700;
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	color: #850606;
}

/* --------------
  Games Page
-----------------*/
.game-filter {
	list-style: none;
	margin-bottom: 82px;
}

.game-filter li {
	display: inline-block;
	width: 40px;
	height: 34px;
	margin-left: 10px;
	margin-bottom: 5px;
	background: #503c6e;
	border-radius: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.game-filter li:hover {
	background: #c313b7;
}

.game-filter li a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 7px;
}

.game-item {
	margin-bottom: 80px;
}

.game-item h5 {
	font-size: 20px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.read-more {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #ccc;
}

.read-more img {
	margin-left: 9px;
}

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a, .site-pagination span {
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active, .site-pagination span.active {
	width: 44px;
	margin: 0 10px;
	color: #850606;
	border: 2px solid #850606;
}

.site-pagination a.active:first-child, .site-pagination span.active:first-child {
	margin-left: 0;
}

.site-pagination span.current {
	width: 44px;
	margin: 0 10px;
	color: #850606;
	border: 2px solid #850606;
}

.site-pagination span.current:first-child {
	margin-left: 0;
}

.game-page-sideber .widget-item {
	margin-bottom: 55px;
}

.game-single-preview {
	margin-bottom: 108px;
}

.game-single-content .gs-meta {
	font-size: 18px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 20px;
}

.game-single-content .gs-meta a {
	color: #850606;
}

.game-single-content .gs-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}

.game-single-content h4 {
	color: #850606;
	margin-bottom: 20px;
}

.game-single-content p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
}

.game-single-content ul, .game-single-content ol {
	color: #68647d;
	margin-left: 18px;
	font-weight: 500;
	line-height: 1.8;
	font-size: 16px;
}

.rating-widget {
	background: #34164b;
	padding: 55px 0 30px;
}

.rating-widget ul {
	list-style: none;
	padding: 0 38px;
	margin-bottom: 30px;
}

.rating-widget ul li {
	display: block;
	font-size: 16px;
	color: #850606;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-widget ul li span {
	float: right;
	color: #68647d;
}

.rating-widget ul li span.widget-note {
	float: none;
}

.rating-widget h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.rating-widget h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.rating-widget h5 span {
	color: #850606;
}

.testimonials-widget {
	background: #34164b;
	padding: 55px 0 50px;
}

.testimonials-widget .testim-text {
	padding: 0 30px;
	font-style: italic;
}

.testimonials-widget .testim-text p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 40px;
}

.testimonials-widget .testim-text h6 {
	color: #68647d;
	padding-left: 15px;
}

.testimonials-widget .testim-text h6 span {
	color: #850606;
}

.testimonials-widget .testim-text > span {
	display: block;
}

.testimonials-widget .testim-text > span:before {
	content: "«";
	margin-right: 5px;
}

.testimonials-widget .testim-text > span:after {
	content: "»";
	margin-left: 5px;
}

.testimonials-widget .testim-text a {
	display: block;
	font-style: normal;
	margin-top: 10px;
	font-size: 12px;
}

.game-author-section {
	background: #3a1854;
	padding: 51px 0;
	overflow: hidden;
}

.game-author-section .game-author-pic {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	float: left;
	margin-right: 55px;
	border: 2px solid #FFF;
}

.game-author-section .game-author-info {
	overflow: hidden;
	padding-top: 10px;
}

.game-author-section .game-author-info h4 {
	color: #fff;
	margin-bottom: 20px;
}

.game-author-section .game-author-info h4 span {
	color: #850606;
}

.game-author-section .game-author-info p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 0;
}

/*.big-blog-item {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-right: 1px solid white;
  .blog-thumbnail {
    margin-bottom: 30px;
  }
  .blog-content {
    .top-meta {
      margin-bottom: 15px;
    }
    h3 {
      max-width: 100%;
      margin-bottom: 25px;
    }
    p {
      margin-bottom: 10px;
    }
  }
}*/
.big-blog-item > div {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.8);
}

/*@media only screen and (max-width: 767px) {
  .big-blog-item {
    width: 80%;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.8);
    padding-top: 2rem;
  }
}*/
.blog-page .big-blog-item:nth-child(3n), .blog-page .big-blog-item:nth-last-child(1) {
	border-right: none;
}

.main-section {
	min-height: 50vh;
	padding: 104px 0;
	background: repeat url(./img/fond.jpg);
	background-position: center;
	border-top: 2px solid violet;
}

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}

.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #68647d;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

/* ----------------
  Responsive
---------------------*/
@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 250px;
	}
	.hero-item p {
		font-size: 22px;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.game-filter li {
		width: 31px;
		height: 31px;
	}
	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		padding: 0 15px 0;
	}
	.main-menu li a {
		margin-right: 5px;
	}
	.hero-item h2 {
		font-size: 110px;
	}
	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.footer-right-pic {
		right: 15px;
	}
	.footer-left-pic {
		left: -44px;
	}
	.game-filter {
		text-align: center;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.header-bar-warp {
		padding: 0 20px 0;
	}
	.main-menu.primary-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: rgba(8, 22, 36, 0.9);
		-webkit-box-shadow: 0 0 9px 3px rgba(0, 10, 31, 0.75);
		box-shadow: 0 0 9px 3px rgba(0, 10, 31, 0.75);
	}
	.slicknav_btn {
		margin-right: 10px;
		background: #3a3a3a;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #25394c;
		color: #fff;
	}
	.hero-item h2 {
		font-size: 70px;
	}
	.hero-item p {
		font-size: 18px;
	}
	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}
	.intro-text-box {
		margin-bottom: 40px;
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.sidebar {
		padding-top: 60px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.featured-box .text-box h3 {
		font-size: 45px;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.video-text:after {
		left: 0;
	}
	.page-top-section {
		height: 400px;
		padding-top: 250px;
	}
	.game-filter {
		text-align: center;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}
	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}
}

/* Medium Mobile :480px. */
/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
	.hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	.hero-item p {
		font-size: 15px;
	}
	.video-text h2 {
		font-size: 30px;
	}
	/*.video-play-btn {
    top: calc(30% - 61px);
  }*/
	.featured-box {
		padding: 100px 15px;
	}
	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}
	.main-menu li a {
		margin-right: 20px;
	}
	.game-author-pic {
		float: none;
		margin-bottom: 20px;
	}
}

#avatar {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 150px;
	height: 150px;
	display: block;
}

.games-information {
	font-size: 0.8rem;
}

.games-information ul {
	list-style: none;
}

.item-video {
	background: red;
}

.accordion > .card {
	border-radius: 0;
	border: 0;
	background: none;
}

.accordion > .card .card-header {
	background: #6a0505;
}

.accordion > .card .card-body {
	background: rgba(0, 0, 0, 0.25);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.accordion .btn-block {
	display: flex;
	color: white;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1;
}

.accordion .btn:hover {
	text-decoration: none;
}

.accordion .btn:focus {
	box-shadow: none;
	text-decoration: none;
}

.geme-social-share .the_champ_sharing_container ul li {
	margin-left: 16px !important;
}

.carousel-control-next, .carousel-control-prev {
	margin-bottom: 25%;
	margin-top: 25%;
}

#comments #comment {
	background: rgba(255, 255, 255, 0.7);
}

#comments .comment {
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
	margin-bottom: 10px;
}

#comments .comment:last-child {
	margin-bottom: 0;
}

#comments .comment a {
	color: #850606;
}

#comments .comment-reply-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	padding-left: 38px;
	margin-bottom: 48px;
	text-align: center;
}

#comments .comment-content {
	text-align: justify;
}

#comments .comment-content:last-child {
	margin-bottom: 0;
}

#comments .comment-author-avatar {
	width: 64px;
	height: 64px;
	border-radius: 4%;
	object-fit: cover;
}

#comments .comment-metadata {
	font-size: 12px;
	font-style: italic;
}

.accordion-rating .title {
	display: inline-flex;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
}

.accordion-rating .rating {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.accordion-rating .rating > input {
	display: none;
}

.accordion-rating .rating > label {
	position: relative;
	width: 1em;
	font-size: 2rem;
	color: #FFD600;
	cursor: pointer;
	margin-bottom: 0;
}

.accordion-rating .rating > label.rate-zero {
	color: #FF0000;
}

.accordion-rating .rating > label::before {
	content: "\2605";
	position: absolute;
	opacity: 0;
}

.accordion-rating .rating > label:hover:before,
.accordion-rating .rating > label:hover ~ label:before {
	opacity: 1 !important;
}

.accordion-rating .rating > input:checked ~ label:before {
	opacity: 1;
}

.accordion-rating .rating:hover > input:checked ~ label:before {
	opacity: 0.4;
}

@media only screen and (max-width: 479px) {
	.accordion-rating .rating > label {
		font-size: 1.5rem;
	}
}

.own-game-container p {
	font-size: 0.8rem;
	color: #FFF;
}

.own-game-container input[type="radio"].own-game {
	display: none;
}

.own-game-container input[type="radio"].own-game + label {
	padding: 0 0.5rem;
	font-size: 12px;
	border-radius: 4px;
	color: #fff;
	background-color: #6c757d;
	border: 1px solid transparent;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}

.own-game-container input[type="radio"].own-game.own-game-yes:hover + label {
	background-color: #218838;
	border-color: #1e7e34;
}

.own-game-container input[type="radio"].own-game.own-game-yes:checked + label {
	background-color: #28a745;
	border-color: #28a745;
}

.own-game-container input[type="radio"].own-game.own-game-no:hover + label {
	background-color: #c82333;
	border-color: #bd2130;
}

.own-game-container input[type="radio"].own-game.own-game-no:checked + label {
	background-color: #dc3545;
	border-color: #dc3545;
}

.toast-success {
	background-color: #346834;
}

.nav-pills .nav-link {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	background: #0d2238;
	padding: 10px;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
	color: #ccc;
}

.nav-pills .nav-link.active {
	background: #FFF;
	color: #0d2238;
}

.nav-pills .nav-link.active:hover {
	color: #0d2238;
}

.nav-pills .nav-link:hover {
	color: #FFF;
}

.nav-pills .nav-link:nth-last-child(1) {
	margin-bottom: 0;
}

.container-badge > * {
	width: 60px;
	margin-right: 8px;
	margin-bottom: 24px;
}

#v-pills-top3 img {
	transition: 500ms ease-out;
}

#v-pills-top3 a:hover img {
	transform: scale(1.1);
}

#v-pills-top3 a {
	display: block;
	overflow: hidden;
}

.container-upload .remove {
	color: red !important;
	position: absolute;
	top: 5px;
	left: 20px;
	opacity: 1;
	text-shadow: 0 1px 0 #f00;
}

.container-sub-menu-page .item-sub-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

.container-sub-menu-page .item-sub-menu a {
	width: 100%;
	max-width: 240px;
	height: 70px;
	padding: 8px;
	font-size: 0.8rem;
	font-weight: 900;
	color: #ff4655;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 0 0 1px inset rgba(236, 232, 225, 0.3);
	position: relative;
	margin: 10px 0;
}

.container-sub-menu-page .item-sub-menu a.white:hover > p {
	color: #ece8e1;
}

.container-sub-menu-page .item-sub-menu a.white > p {
	background: #ece8e1;
	color: #0f1923;
}

.container-sub-menu-page .item-sub-menu a.white > p span.base {
	border: 1px solid transparent;
}

.container-sub-menu-page .item-sub-menu a.transparent:hover > p {
	color: #ece8e1;
}

.container-sub-menu-page .item-sub-menu a.transparent:hover > p span.text {
	box-shadow: 0 0 0 1px #ece8e1;
}

.container-sub-menu-page .item-sub-menu a.transparent > p {
	background: #0f1923;
	color: #ece8e1;
}

.container-sub-menu-page .item-sub-menu a.transparent > p span.base {
	border: 1px solid #ece8e1;
}

.container-sub-menu-page .item-sub-menu a:after, .container-sub-menu-page .item-sub-menu a:before {
	content: "";
	width: 1px;
	position: absolute;
	height: 8px;
	background: #0f1923;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.container-sub-menu-page .item-sub-menu a:before {
	right: 0;
	left: initial;
}

.container-sub-menu-page .item-sub-menu a p {
	margin: 0;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	z-index: 1;
	left: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container-sub-menu-page .item-sub-menu a p span.base {
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	border: 1px solid #ff4655;
}

.container-sub-menu-page .item-sub-menu a p span.base:before {
	content: "";
	width: 2px;
	height: 2px;
	left: -1px;
	top: -1px;
	background: #0f1923;
	position: absolute;
	transition: 0.3s ease-out all;
}

.container-sub-menu-page .item-sub-menu a p span.bg {
	left: -5%;
	position: absolute;
	background: #ff4655;
	width: 0;
	height: 100%;
	z-index: 3;
	transition: 0.3s ease-out all;
	transform: skewX(-10deg);
}

.container-sub-menu-page .item-sub-menu a p span.text {
	z-index: 4;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.container-sub-menu-page .item-sub-menu a p span.text:after {
	content: "";
	width: 4px;
	height: 4px;
	right: 0;
	bottom: 0;
	background: #0f1923;
	position: absolute;
	transition: 0.3s ease-out all;
	z-index: 5;
}

.container-sub-menu-page .item-sub-menu a:hover {
	color: #ece8e1;
}

.container-sub-menu-page .item-sub-menu a:hover span.bg {
	width: 110%;
}

.container-sub-menu-page .item-sub-menu a:hover span.text:after {
	background: #ece8e1;
}

#container-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#searchform {
	width: 100%;
	max-width: 790px;
	margin: 0;
}

#searchform .inner-form {
	width: 100%;
}

#searchform .inner-form .input-field {
	position: relative;
}

#searchform .inner-form .input-field input {
	border: 0;
	background: #fff;
	display: block;
	width: 100%;
	padding: 10px 32px 10px 70px;
	font-size: 18px;
	height: 70px;
	color: #ccc;
}

#searchform .inner-form .input-field input.placeholder {
	color: #999;
	font-size: 18px;
}

#searchform .inner-form .input-field input:-moz-placeholder {
	color: #999;
	font-size: 18px;
}

#searchform .inner-form .input-field input::-webkit-input-placeholder {
	color: #999;
	font-size: 18px;
}

#searchform .inner-form .input-field input:hover, #searchform .inner-form .input-field input:focus {
	box-shadow: none;
	outline: 0;
}

#searchform .inner-form .input-field .btn-search {
	min-width: 100px;
	height: 40px;
	padding: 0 15px;
	background: #e45c27;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	transition: all .2s ease-out, color .2s ease-out;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

#searchform .inner-form .input-field .btn-search:hover {
	background: #d7501b;
}

#searchform .inner-form .input-field .btn-delete {
	min-width: 100px;
	height: 40px;
	padding: 0 15px;
	background: transparent;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	transition: all .2s ease-out, color .2s ease-out;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

#searchform .inner-form .input-field .btn-delete:hover {
	color: #fff;
}

#searchform .inner-form .basic-search {
	margin-bottom: 5px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

#searchform .inner-form .basic-search .input-field {
	width: 100%;
}

#searchform .inner-form .basic-search .input-field input {
	padding: 10px 80px 10px 40px;
}

#searchform .inner-form .basic-search .input-field .icon-wrap {
	position: absolute;
	top: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 100%;
}

#searchform .inner-form .basic-search .input-field .icon-filtre {
	position: absolute;
	top: 0;
	right: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 100%;
}

#searchform .inner-form .basic-search .input-field .icon-wrap svg {
	width: 34px;
	height: 34px;
	fill: #ccc;
	cursor: pointer;
}

#searchform .inner-form .basic-search .input-field .icon-filtre svg {
	width: 34px;
	height: 34px;
	fill: #ccc;
	cursor: pointer;
}

#searchform .inner-form .advance-search {
	background: #000;
	padding: 40px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	display: none;
}

#searchform .inner-form .advance-search .desc {
	font-size: 15px;
	color: #999;
	display: block;
	margin-bottom: 26px;
}

#searchform .inner-form .advance-search .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

#searchform .inner-form .advance-search .row.second {
	margin-bottom: 46px;
}

#searchform .inner-form .advance-search .row.third {
	margin-bottom: 0;
}

#searchform .inner-form .advance-search .row.third .input-field {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#searchform .inner-form .advance-search .row.third .input-field .result-count {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 110px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

#searchform .inner-form .advance-search .row.third .input-field .result-count span {
	color: #e45c27;
	padding-right: 5px;
}

#searchform .inner-form .advance-search .input-field {
	width: calc(33.3333% - 30px);
}

#searchform .inner-form .advance-search .input-select {
	height: 40px;
}

#searchform .inner-form .advance-search .choices__inner {
	background: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #ccc;
	height: 100%;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	padding-right: 30px;
	font-size: 14px;
}

#searchform .inner-form .advance-search .choices__inner .choices__list.choices__list--single {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-top: 10px;
}

#searchform .inner-form .advance-search .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	opacity: 1;
	color: #666;
}

#searchform .inner-form .advance-search .choices__inner .choices__list--single .choices__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #fff;
}

#searchform .inner-form .advance-search .choices__list.choices__list--dropdown {
	border: 0;
	background: #000;
	padding: 20px 30px;
	margin-top: 2px;
	border-radius: 4px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

#searchform .inner-form .advance-search .choices__list.choices__list--dropdown .choices__item--selectable {
	padding-right: 0;
}

#searchform .inner-form .advance-search .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background: transparent;
	color: #e45c27;
}

#searchform .inner-form .advance-search .choices__list--dropdown .choices__item {
	color: #555;
	min-height: 24px;
}

#searchform .inner-form .advance-search .choices[data-type*="select-one"]:after {
	border: 0;
	width: 32px;
	height: 32px;
	margin: 0;
	transform: none;
	opacity: 1;
	right: 0;
	top: 10px;
	background-size: 18px 18px;
	background-position: right center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
}

#searchform .inner-form .advance-search .choices[data-type*="select-one"] .choices__button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23e45c27' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3e%3c/svg%3e");
	background-size: 16px 16px;
	background-position: right center;
	width: 32px;
	height: 32px;
	opacity: 1;
	display: none;
	top: 10px;
	right: 0;
	transform: none;
	margin: 0;
}

#searchform .inner-form .advance-search .choices[data-type*="select-one"].valid .choices__button {
	display: block;
}

#searchform .inner-form .advance-search .choices[data-type*="select-one"].valid .choices__button:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ccc' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3e%3c/svg%3e");
}

#searchform .inner-form .advance-search .choices[data-type*="select-one"].valid:after {
	display: none;
}

#searchform .inner-form .advance-search .choices[data-type*="select-one"].is-open:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
}

@media screen and (max-width: 767px) {
	#searchform .inner-form .basic-search .input-field input {
		padding: 10px 60px 10px 40px;
	}
	#searchform .inner-form .basic-search .input-field .icon-wrap {
		width: 60px;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#searchform .inner-form .basic-search .input-field .icon-filtre {
		width: 35px;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#searchform .inner-form .basic-search .input-field .icon-wrap svg {
		width: 26px;
		height: 26px;
	}
	#searchform .inner-form .basic-search .input-field .icon-filtre svg {
		width: 26px;
		height: 26px;
	}
	#searchform .inner-form .advance-search .row {
		display: block;
	}
	#searchform .inner-form .advance-search .input-field {
		width: 100%;
		margin-bottom: 20px;
	}
}

#form-filtre {
	background: #34164b;
	padding: 55px 38px 30px;
}

.container-communaute {
	background: rgba(0, 0, 0, 0.25);
}

.container-tournament {
	background: rgba(0, 0, 0, 0.25);
	padding: 1rem 0;
}

.container-tournament .title {
	width: 100%;
	font-style: italic;
	font-size: 24px;
	font-weight: 700;
}

.engagement {
	font-style: italic;
	font-size: 0.75rem;
}

.card-participant {
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.25);
	border: 0;
}

.card-participant.card-participant-gagnant {
	background-color: rgba(0, 255, 0, 0.25);
}

.card-participant .remove {
	color: red !important;
	position: absolute;
	top: 5px;
	right: 20px;
	opacity: 1;
	text-shadow: 0 1px 0 #f00;
}

.card-participant img {
	height: 100px;
	width: auto;
}

.card-participant img.img-thumbnail {
	border: 0;
	background: none;
	border-radius: 0;
}

.card-participant .card-title a {
	color: #ccc;
}

.card-participant .card-title a:hover {
	color: #FFF;
}

.card-participant .card-footer span {
	display: block;
}

#container-user .card {
	background: rgba(50, 50, 50, 0.8);
	border-radius: 0;
}

#container-user .card > a {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#container-user .card .card-img-top {
	height: 100px;
	width: auto;
}

#container-user .card .card-title {
	text-align: center;
	color: #FFF;
}

#container-user .card .card-text {
	color: #ccc;
}

#toast-container.toast-cesar .toast-success, #toast-container.toast-cesar .toast-error {
	background-image: none !important;
}

#toast-container.toast-cesar .toast {
	padding: 15px;
}

.qae-faqs-container .qe-faqs-filters-container li a:hover {
	border-bottom: 1px solid;
	font-weight: bold;
}

.qae-faqs-container .qe-faqs-filters-container li.active a {
	border-bottom: 1px solid;
}

.qae-faqs-container .qe-faq-toggle {
	margin-bottom: 1rem;
}

.qae-faqs-container .qe-faq-toggle .qe-toggle-title {
	background: #6a0505;
	border: 0;
	padding: .75rem 1.25rem;
}

.qae-faqs-container .qe-faq-toggle .qe-toggle-content {
	background: rgba(0, 0, 0, 0.25);
	border: 0;
}

.author-biographie a {
	font-weight: 700;
	color: #CCC;
	text-decoration: underline;
}

.tournament-info {
	color: #CCC;
}

.tournament-info span {
	display: inline-block;
	width: 200px;
	margin-right: 10px;
	text-align: right;
	font-weight: 700;
	color: #FFF;
}

.page-template-template-asinaria .c-key {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	animation: opacity 0.1s ease-out reverse forwards, opacity 0.1s ease-out forwards 6.8s;
}

.page-template-template-asinaria .c-key__item {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem;
	height: 4rem;
	animation: rotate 5s linear infinite;
	transform-origin: 0 50%;
	width: 100px;
}

.page-template-template-asinaria .c-key__key-wrap {
	display: inline-block;
	font-size: 4rem;
	line-height: 1;
	animation: expand 7s ease-out forwards;
}

.page-template-template-asinaria .c-key__item:nth-child(1) {
	animation-delay: -1s;
}

.page-template-template-asinaria .c-key__item:nth-child(2) {
	animation-delay: -2s;
}

.page-template-template-asinaria .c-key__item:nth-child(3) {
	animation-delay: -3s;
}

.page-template-template-asinaria .c-key__item:nth-child(4) {
	animation-delay: -4s;
}

.page-template-template-asinaria .c-key__item:nth-child(5) {
	animation-delay: -5s;
}

.page-template-template-asinaria .c-key__key {
	animation: rotate 1s linear infinite, opacity 1s ease-out forwards 6s;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes expand {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(50vw);
	}
}

@keyframes opacity {
	to {
		opacity: 0;
	}
}

.item-photo {
	cursor: move;
}

.item-photo .item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: #DDD;
	padding: 4px;
}

.container-blocks {
	display: flex;
}

.container-blocks .block {
	display: flex;
	padding: 1vw;
	position: relative;
}

.container-blocks .key {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3vw;
}

#responsePorte {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	padding: 2vh;
}

#responsePorte .key {
	display: flex;
	margin-left: 15px;
	width: 50px;
	animation: float 6s ease-in-out infinite;
}

.found_key_anisaria {
	opacity: 0;
	cursor: pointer;
}

.anisaria-r {
	display: none;
}

@media only screen and (min-width: 466px) and (max-width: 468px) {
	.anisaria-r {
		display: flex;
		position: fixed;
		background: #000;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		align-items: center;
	}
	.anisaria-r .found_key_anisaria_4 {
		display: inline-block;
		margin: 0 auto;
		width: 50px;
	}
}

.floating-key {
	width: 50px;
	position: absolute;
	z-index: 999;
}

.floating-key .found_key_anisaria {
	opacity: 1;
	cursor: pointer;
	animation: float 6s ease-in-out infinite;
}

.fond-vert {
	background: #00FF00;
	display: flex;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

#stream-container-unlock-cesar .parchemin {
	display: flex;
	flex-direction: column;
	width: 399px;
	height: 230px;
}

#stream-container-unlock-cesar .parchemin .img-cesar {
	margin-top: 45px;
	display: flex;
	align-self: center;
}

#stream-container-unlock-cesar .parchemin .informations {
	margin-top: 10px;
	display: flex;
	align-self: center;
	flex-direction: column;
	text-align: center;
	width: 235px;
}

#ModalMonster .modal-content {
	background: #000;
	border: none;
	border-radius: 0;
}

#ModalMonster .modal-content .modal-header {
	justify-content: center;
	border: none;
}

#ModalMonster .modal-content .modal-header progress {
	width: 100%;
	height: 20px;
	background-color: #eee;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

#ModalMonster .modal-content .modal-header h5 {
	color: #CCC;
}

#ModalMonster .modal-content .modal-body {
	padding: 0;
}

#ModalMonster .modal-content .modal-body #pop-monster-img {
	position: relative;
}

#ModalMonster .modal-content .modal-body .img-pop-monstre {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.container-lds-ring {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.75);
	align-items: center;
}

.container-lds-ring .lds-ring {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.container-lds-ring .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}

.container-lds-ring .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.container-lds-ring .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.container-lds-ring .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

.container-portes .card-porte {
	min-height: 19vh;
}

.container-portes span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #CCC;
}

.container-portes .card-img-overlay {
	display: flex;
	text-align: center;
}

.container-portes .card-img-overlay .card-body {
	align-self: center;
}

.container-portes .card-img-overlay .card-body h5 {
	margin: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 1vh;
	color: #FFF;
}

.modal-simon .modal-content {
	background: none;
	border: none;
}

.modal-simon .display-sound-aurelia {
	display: none;
}

.modal-simon .display-sound-aurelia a {
	background: black;
	padding: 2vh;
}

.modal-simon .noSelect {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.modal-simon .gameContainer {
	position: relative;
	width: 440px;
	height: 440px;
	margin: 0 auto;
	margin-top: 50px;
	border: solid 1px black;
	border-radius: 50%;
	background-color: grey;
}

.modal-simon .fourButton {
	position: absolute;
	width: 190px;
	height: 190px;
	margin: 20px;
	pointer-events: none;
}

.modal-simon .fourButton:active {
	opacity: .5;
}

.modal-simon .activated {
	opacity: .5;
}

.modal-simon #buttonGre {
	top: 0;
	left: 0;
	background-color: green;
	border-radius: 100% 0 0 0;
}

.modal-simon #buttonRed {
	top: 0;
	right: 0;
	background-color: red;
	border-radius: 0 100% 0 0;
}

.modal-simon #buttonYel {
	bottom: 0;
	left: 0;
	background-color: yellow;
	border-radius: 0 0 0 100%;
}

.modal-simon #buttonBlu {
	bottom: 0;
	right: 0;
	background-color: blue;
	border-radius: 0 0 100% 0;
}

.modal-simon #center {
	position: absolute;
	background-color: white;
	border: 20px solid grey;
	width: 200px;
	height: 200px;
	top: 120px;
	left: 120px;
	border-radius: 50%;
}

.modal-simon #textTitle {
	height: 70px;
	line-height: 90px;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: black;
}

.modal-simon #countBox {
	vertical-align: top;
	display: inline-block;
	height: 50px;
	width: 50.3px;
}

.modal-simon #countDisplay {
	border: solid 3px black;
	border-radius: 20%;
	height: 50%;
	margin: 0px 6px 0px 6px;
	background: red;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.modal-simon #countText {
	height: 30%;
	margin: 4px 6px 0px 6px;
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-align: center;
}

.modal-simon #displayText {
	opacity: 0.3;
}

.modal-simon #startBox {
	vertical-align: top;
	display: inline-block;
	height: 50px;
	width: 50.4px;
}

.modal-simon #startButton {
	border: solid 3px black;
	border-radius: 50%;
	height: 50%;
	margin: 0px 12.7px 0px 12.7px;
	background: red;
	font-size: 20px;
	line-height: 17px;
	text-align: center;
}

.modal-simon #startText {
	height: 30%;
	margin: 4px 6px 0px 6px;
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-align: center;
}

.modal-simon #strictBox {
	vertical-align: top;
	display: inline-block;
	height: 50px;
	width: 50.4px;
}

.modal-simon #strictButton {
	border: solid 3px black;
	border-radius: 50%;
	height: 50%;
	width: 25px;
	margin: 0px 12.5px 0px 12.5px;
	background: yellow;
	color: black;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
}

.modal-simon #strictText {
	height: 30%;
	margin: 4px 6px 0px 6px;
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-align: center;
}

.modal-simon #onText {
	vertical-align: top;
	display: inline-block;
	height: 40px;
	line-height: 25px;
	width: 60px;
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-align: right;
}

.modal-simon #powerSwitch {
	background: grey;
	vertical-align: top;
	display: inline-block;
	border: solid 1px black;
	margin-top: 5px;
	height: 15px;
	width: 30px;
}

.modal-simon #buttonOn {
	visibility: hidden;
	background: blue;
	vertical-align: top;
	display: inline-block;
	border-radius: 15%;
	margin: 1px 2.8px 0px 1px;
	height: 10px;
	width: 12px;
}

.modal-simon #buttonOff {
	background: blue;
	vertical-align: top;
	display: inline-block;
	border-radius: 15%;
	margin: 1px 0px 0px 0px;
	height: 10px;
	width: 12px;
}

.modal-simon #offText {
	vertical-align: top;
	display: inline-block;
	height: 40px;
	line-height: 25px;
	width: 60px;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

/*.form-inventaire {
  .card {
    border-radius: 0;
    border: 3px solid rgba(0,0,0,.125);
  }

  .card-input{
    cursor: alias;
  }

  img {
    border-radius: 0;
  }

  input {
    position: absolute;
  }
  label{
    z-index: 10;
  }

}*/
.vert-battle .health-bar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	height: 20px;
	padding: 5px;
	background: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.vert-battle .bar {
	background: #c54;
	width: 100%;
	height: 10px;
	position: relative;
	transition: width .5s linear;
}

.vert-battle .hit {
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0px;
	transition: width .5s linear;
}

.vert-battle #countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20vw;
}

.vert-battle .deck {
	display: flex;
	justify-content: space-between;
}

.vert-battle .card {
	position: relative;
	border: none;
	border-radius: 0;
	background: none;
}

.vert-battle #demo {
	height: 100%;
	position: relative;
	display: inline-block;
}

.vert-battle .box {
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 6px;
	margin-top: 4px;
	display: inline-block;
}

.vert-battle .green {
	background-color: #6fb936;
}

.vert-battle .orange {
	background-color: #f38630;
}

.vert-battle .grey {
	background-color: #989898;
}

#countdown-accept-battle {
	position: fixed;
	top: 3vh;
	right: calc(50% - 10vh);
	left: calc(50% - 10vh);
	background: rgba(0, 0, 0, 0.85);
	color: #CCC;
	padding: 1rem;
	border-radius: 4px;
	z-index: 150;
	display: flex;
	justify-content: center;
}

#countdown-accept-battle a {
	color: #FFF;
}

#choose_deck_modal .modal-content {
	border: none;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.8);
}

#choose_deck_modal .modal-content .card {
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	margin-right: 3px;
	background: none;
}

#choose_deck_modal .modal-content .card:focus {
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	outline: 0;
}

#choose_deck_modal .modal-content .card input {
	position: absolute;
	z-index: -10;
	left: 50%;
	top: 50%;
}

#choose_deck_modal .modal-content .card label {
	margin: 0;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	display: flex;
	justify-content: center;
}

#choose_deck_modal .modal-content .card .c-card {
	border: 3px solid rgba(0, 0, 0, 0);
	cursor: pointer;
}

#choose_deck_modal .modal-content #submitChooseDeck {
	display: none;
}

#modal-bande-annonce .modal-body {
	background: #000;
}

.form-inventaire .new-card {
	background-color: transparent;
}

.c-card-list {
	display: flex;
	gap: 20px;
}

.c-card {
	--name-shadow-color: rgba(0, 0, 0, 0.5);
	position: relative;
	width: 1em;
	height: 1.5em;
	font-size: 200px;
	padding: 0.22em 0.02em 0.02em;
	margin: 0 auto;
	text-align: center;
	background: #ccc;
	color: #fff;
	border-radius: 0.03em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0.05em 0.05em 0.07em rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

.c-card__name {
	position: absolute;
	top: 0.7em;
	left: 0.2em;
	right: 0.2em;
	font-size: 0.09em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 1px var(--name-shadow-color);
}

.c-card__image-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.02em;
	overflow: hidden;
}

.c-card__image-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0.15em rgba(0, 0, 0, 0.8);
}

.c-card__image {
	display: block;
	width: 100%;
	height: 100%;
}

.c-card__values {
	position: absolute;
	bottom: 0.1em;
	right: 0.02em;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.c-card__lvl {
	position: absolute;
	top: 3.5em;
	right: 0.75em;
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 0.08em;
	border-radius: 5em;
	border: solid 0.125em #fff;
	background: #000;
	color: #fff;
	box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.3);
}

.c-card__hp,
.c-card__attack,
.c-card__defence {
	position: relative;
	margin-top: 0.3em;
	padding: 0 0.1em 0 1em;
	font-size: 0.075em;
	min-width: 3.5em;
	border: solid 0.125em #fff;
	border-right: 0;
	border-radius: 0.5em 0 0 0.5em;
	color: #fff;
	background: #000;
	box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.3);
}

.c-card__hp::before,
.c-card__attack::before,
.c-card__defence::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.5em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 0.8em;
	background: 50% 50% no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

.c-card__hp {
	min-width: 4em;
	font-size: 0.09em;
}

.c-card__hp::before {
	font-size: 0.65em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 13.066 13.066'%3E%3Cpath d='M6.555,12.558c-0.098,0-0.195-0.034-0.273-0.103c-0.233-0.2-5.718-4.954-6.199-7.885 C-0.133,3.243,0.071,2.201,0.69,1.474C1.22,0.85,2.034,0.507,2.982,0.507c0.082,0,0.165,0.002,0.247,0.008 c0.058-0.003,0.115-0.004,0.172-0.004c1.048,0,2.343,0.461,3.109,2.421c0.43-1.196,1.311-2.417,3.328-2.417 c1.135,0,2.023,0.342,2.571,0.987c0.597,0.701,0.787,1.733,0.569,3.068c-0.479,2.929-5.918,7.684-6.149,7.884 C6.751,12.524,6.653,12.558,6.555,12.558z'/%3E%3C/svg%3E");
}

.c-card__attack::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' fill='white' viewBox='0 0 260 260'%3E%3Cpath d='M258,2l-16,48L97.06,181.76l-7.23-11.14l-11.68-7.58L210,18L258,2z M101.029,238.26l11.314-11.314l-31.176-48.02 l-48.02-31.176l-11.314,11.314l31.386,31.386l-34.26,37.693c-4.464-0.586-9.138,0.82-12.568,4.249 c-5.858,5.858-5.858,15.355,0,21.213c5.858,5.858,15.355,5.858,21.213,0c3.428-3.428,4.834-8.1,4.25-12.562l37.695-34.262 L101.029,238.26z'/%3E%3C/svg%3E");
}

.c-card__defence::before {
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-2.995 2.995-7.486 4-11 4 0 8.583 5.068 16.097 11 20 5.932-3.903 11-11.417 11-20-3.514 0-8.005-1.005-11-4z'/%3E%3C/svg%3E"); */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 297.891 297.891'%3E%3Cpath d='M264.148,40.644L153.978,0.89C152.334,0.297,150.64,0,148.917,0c-1.731,0-3.449,0.3-5.101,0.899L34.041,40.653 c-5.933,2.152-10.096,7.789-10.096,14.101v94.191c0,21.029,6.778,42.061,19.713,62.51c9.915,15.673,23.715,31.043,40.802,45.686 c28.57,24.482,56.918,38.604,58.109,39.193c2.096,1.037,4.402,1.557,6.681,1.557c2.245,0,4.505-0.504,6.577-1.512 c1.191-0.58,29.526-14.482,58.123-38.867c17.104-14.584,30.697-29.954,40.619-45.682c12.93-20.493,19.375-41.65,19.375-62.885 V54.754C273.945,48.432,270.095,42.788,264.148,40.644z M47.945,148.875V65.969c0-3.156,1.934-5.975,4.901-7.051l93.312-33.947 c0.832-0.301,1.787-0.523,2.787-0.523v124.498h101.711c0.006,0,0.013,0.135,0.013,0.221c-0.02,27.129-13.684,54.016-40.607,80.195 c-21.025,20.445-44.912,35.036-57.199,41.919c-1.139,0.639-2.917,0.94-3.917,0.94c0-2.333,0-121.982,0-123.314L47.945,148.875z'/%3E%3C/svg%3E");
}

.c-card__rare {
	position: absolute;
	bottom: 0.2em;
	left: 0.2em;
	padding: 0.3em 0.7em;
	background: inherit;
	border-radius: 0 0.5em;
	font-size: 0.06em;
	box-shadow: 2px -2px 7px -2px rgba(0, 0, 0, 0.5);
}

.c-card__rare span {
	opacity: 0.7;
}

.c-card--tres-rare {
	background: #392775;
}

.c-card--rare {
	background: #084686;
}

.c-card--commun {
	background: #339B28;
}

.c-card--peu-commun {
	--name-shadow-color: rgba(255, 255, 255, 0.7);
	color: #444;
	background: #D8DE0C;
}

.c-card--legendaire {
	background: #EE7000;
}

.c-card--unique {
	background: #000000;
}

.c-card--divin {
	background: #B40707;
}

#scene {
	color: white !important;
}

/*# sourceMappingURL=style.css.map */