body, html {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}

/* customisation */
.gamelist p {
font-size:x-small;
text-align:center;
}

.selection {
	background-color: #ff6c46;
	color: white;
	border: 2px solid #ff6c46;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.gamelist a:link, a:visited {
  background-color: white;
  color: black;
  border: 2px solid #ff6c46;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.gamelist a:hover, a:active {
  background-color: #ff6c46;
  color: white;
}

#about td {
vertical-align: top;
}

.vglogo {
	position: absolute;
	top:30%;
	width: 100%;
	display:inline-block;
	float:center;
	
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 40px;
}
.vglogo img {
	max-width: 100%;
	height: auto;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}

.myscanlines1,.myscanlines2,.myscanlines3 {   
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width:100vw;
  height:100vh;
  position: relative;    
}

/* The scanlines */
  
.myscanlines1::after,.myscanlines2::after,.myscanlines3::after {
  content:'';
  position: absolute;
  width:100%;
  height: 100%;
  background-image: linear-gradient(rgba(39, 43, 46, 0.6) 2px, transparent 2px);
  background-size: 4px 4px;
  background-attachment: fixed;
}

.soustitre p {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 40px;
	text-shadow: -2px 0 black, 0 2px black,
      2px 0 black, 0 -2px black;
}




#titre-jeu { font-size: 52px;
color:white;
}
#titre-jeu a, a:focus { 
color:white;
}
#titre-jeu a:hover { 
color: #ff6c46;
}


/*#titre-jeu a {*/
.prevnext a {
	opacity: 0.5;
	/*color:white;*/
}
/*#titre-jeu a:hover {*/
.prevnext a:hover {
	opacity: 1.0;
	/*color: #ff6c46;*/
}
/*#navigjeu {
  position: absolute;
  right: 0;
  width: 1em;
  font-size: 34px;
}*/
#listejeux img {
  vertical-align: middle;
}
#listejeux a:link,a:visited {
  color: #333;
  text-decoration: none;
}
.tablolist {
	height:450px;
}
.tabvg {color: #333333; font-weight: bold; }
/*#screenshots img {width:384px;height:288px;border-radius: 5px 5px 5px 5px;}*/
#screenshots .overlay{
	background-image: url(../img/scanline.png);
    background-repeat: repeat;
}
.screenshot1, .screenshot2, .screenshot3, .screenshot4 {
	width: 384px;
	height:288px;
	background-repeat:no-repeat;
	background-position:center;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.overlayscr{

	background-image: url(../img/scanlinescr.png);
	background-repeat: repeat;
	width: 384px;
	height:288px;
}

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background-color:#525965;
	border-radius: 5px;
}
.hovereffect .overlay {
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: auto;
	bottom: 0;
	/*padding: 1em;*/
	height: 4.75em;
	background: #79FAC4;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: hidden;
}
.hovereffect img {
	display: block;
	position: relative;
  margin-left: auto;
  margin-right: auto;		

	
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.hovereffect:hover img {
	-webkit-transform: translate3d(0, -10%, 0);
	transform: translate3d(0, -10%, 0);
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
	float: left;
	margin: 0px;
	display: inline-block;
	width:100%;
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect p.icon-links a {
	float: right;
	color: #ff572e;
	font-size: 1.4em;
}
.hovereffect:hover p.icon-links a:hover, .hovereffect:hover p.icon-links a:focus {
	color: #252d31;
}
.hovereffect h2, .hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	visibility: visible;
}
.hovereffect p.icon-links a span:before {
	display: inline-block;
	/*padding: 8px 10px;*/
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hovereffect:hover .overlay, .hovereffect:hover h2, .hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
 .hovereffect:hover p.icon-links a:nth-child(3) {
 -webkit-transition-delay: 0.1s;
 transition-delay: 0.1s;
}
 .hovereffect:hover p.icon-links a:nth-child(2) {
 -webkit-transition-delay: 0.15s;
 transition-delay: 0.15s;
}
.hovereffect:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/* fin customisation */
h2 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #ff6c46;
}
a:hover, a:focus {
	text-decoration: none;
	color: #035f9c;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #ff6c46;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Montserrat', cursive;
	font-size: 36px;
	color: #ff6c46;
	font-weight: 900;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ff6c46;
}
.on {
	background-color: #004365 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ff6c46 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ff6c46;
	border-color: #ff6c46;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #006bd7;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
	border-radius: 5px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #ff572e;
}
/* Intro Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/bg/bg01.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	font-family: 'Montserrat', cursive;
	color: #fff;
	font-size: 10em;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro span {
	color: #a7c44c;
	font-weight: 800;
}
.intro p {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 40px;
	text-shadow: -2px 0 black, 0 2px black,
      2px 0 black, 0 -2px black;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
}

/* About Section */
#about {
	padding: 12px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
	text-align:justify;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Section Titre */
#titre-jeu {
	padding: 0 0 0px 0;
}
#titre-jeu .section-title {
	/*background: #444 url(../img/menu-bg.jpg) center center no-repeat fixed;*/
	background-color:#444;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;

}
#titre-jeu .section-title h2 {
	color: #fff;
}

#titre-jeu .overlay{
background: rgba(0,0,0,0.2);
	background-image: url(../img/scanline.png);
background-repeat: repeat;
}

#titre-jeu .overlay img{
filter: drop-shadow( 0 0 1px black);
	-webkit-filter: drop-shadow(0 0 0 1px black);
	-moz-filter: drop-shadow(0 0 0 1px black);
	-ms-filter: drop-shadow(0 0 0 1px black);
	-o-filter: drop-shadow(0 0 0 1px black);
}
#titre-jeu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}

/* ecrans Section */
#ecrans {
	padding: 0 0 120px 0;
}
#ecrans .section-title {
	margin-bottom: 50px;
	background-color:#444;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#ecrans .section-title h2 {
	color: #fff;
}


ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #999;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	color: #fff;
	background-color: #ff6c46;
}
ol.type li a:hover {
	color: #fff;
	background-color: #ff6c46;
}

.ecrans-item {
	margin: 15px 0;
}
.ecrans-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.ecrans-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

/*Mon cadre video*/
.video-framecv {
  background-image: url('../games/img/tv-cv.jpg');
  background-repeat: no-repeat;
  width: 538px;
  height: 618px;
  position: relative;
  margin: 0 auto;
}
.video-ctrl { width:448px;
height:auto;
position: relative;
  margin: 0 auto;
  top: 44px;
    left: 0px;}

.video-framecv > img {
  position: absolute;
    top: 44px;
    left: 43px;
}
.video-framecv > video {
  position: absolute;
    top: 44px;
    left: 43px;
}


.video-framesgm {
  background-image: url('../games/img/tv-sgm.jpg');
  background-repeat: no-repeat;
  width: 538px;
  height: 618px;
  position: relative;
  margin: 0 auto;
}
.video-framesgm > img {
  position: absolute;
    top: 44px;
    left: 43px;
}
.video-framesgm > video {
  position: absolute;
    top: 44px;
    left: 43px;
}

/* Footer Section*/
#footer {
	background: #004365;
	padding: 50px 0 0 0;
}
#footer h3 {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,0099ff+50 */
	background: #002f46;
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 12px;
	color: rgba(255,255,255,0.8)
}
#footer h3 {
	font-size: 16px;
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
    /* ... */
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
    /* ... */
}
/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {
    /* ... */
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
    /* ... */
}

@media only screen and (hover: none) and (pointer: coarse){
.hovereffect  img {
 	-webkit-transform: translate3d(0, -10%, 0);
	 	transform: translate3d(0, -10%, 0);
	


		  } 
.hovereffect a.info { 	box-shadow: 0 0 5px #fff; } .hovereffect:hover p.icon-links a, .hovereffect  p.icon-links a:focus { 	color: #252d31; } .hovereffect .overlay, .hovereffect  h2, .hovereffect p.icon-links a { 	-webkit-transform: translate3d(0, 0, 0); 	transform: translate3d(0, 0, 0); } .hovereffect h2 { 	-webkit-transition-delay: 0.05s; 	transition-delay: 0.05s; }  .hovereffect p.icon-links a:nth-child(3) {  -webkit-transition-delay: 0.1s;  transition-delay: 0.1s; }  .hovereffect p.icon-links a:nth-child(2) {  -webkit-transition-delay: 0.15s;  transition-delay: 0.15s; } .hovereffect p.icon-links a:first-child { 	-webkit-transition-delay: 0.2s; 	transition-delay: 0.2s; }
}

@media all and (min-width: 1920px) {
}
@media (min-width: 1400px) {
}
@media all and (max-width: 1024px) {
.navbar-header img {width:180px;}
.screenshot1, .screenshot2, .screenshot3, .screenshot4,.overlayscr {
	width: 341px;
	height:256px;
}
}
@media all and (max-width: 735px) {
#titre-jeu .section-title {
    background-attachment:scroll;
}
#ecrans .section-title {
    background-attachment:scroll;
}
}
@media all and (max-width: 640px) {
.screenshot1, .screenshot2, .screenshot3, .screenshot4, .overlayscr {
	width: 320px;
	height:240px;
}
.video-framecv {
  background-image: url('../games/img/tv2-cv.jpg');
  background-repeat: no-repeat;
  width: 320px;
  height: 368px;
  position: relative;
  margin: 0 auto;
}
.video-ctrl { 
width:267px;
height:auto;
position: relative;
  margin: 0 auto;
  top: 27px;
    left: 0px;}

.video-framecv > img {
  position: absolute;
    top: 27px;
    left: 26px;
}
.video-framecv > video {
  position: absolute;
    top: 27px;
    left: 26px;
}

.video-framesgm {
  background-image: url('../games/img/tv2-sgm.jpg');
  background-repeat: no-repeat;
  width: 320px;
  height: 368px;
  position: relative;
  margin: 0 auto;
}
.video-framesgm > img {
  position: absolute;
    top: 27px;
    left: 26px;
}
.video-framesgm > video {
  position: absolute;
    top: 27px;
    left: 26px;
}

}
@media all and (max-width: 480px) {
.screenshot1, .screenshot2, .screenshot3, .screenshot4, .overlayscr {
	width: 299px;
	height:224px;
}
}
@media all and (max-width: 385px) {
}
@media all and (max-width: 320px) {
.screenshot1, .screenshot2, .screenshot3, .screenshot4, .overlayscr {
	width: 256px;
	height:192px;
}
}