/*
gris 3F3F3F
bleu foncé 007FD0
bleu clair 15beee
*/


body {
	font-family: 'Roboto';
	color: white;
	/*color:black;*/
	background-image: url('/img/theme.png');
	background-repeat: repeat;
}


body * {
	outline: none;
}

h1 {
	font-size: 1.9em;
	font-weight: 300;
	font-style: bolder;
	/*color: #202020ce;*/
	color: white;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	width: 400px;

	font-size: 1.2em;
	font-weight: 200;
	font-style: lighter;
	
	text-align: justify;
	text-justify: inter-word;
}


a {
    text-decoration: none;
    color: #007FD0;
}

a:hover {
	color: #15beee;
}

strong {
	color: #007FD0;
}

img {
	border: 0;
	vertical-align: middle;
}

ul {
	list-style-image:url(/img/puce.png);
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.menu a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    background-color: #85b524;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.menu a:hover {
    background-color: #a7e826;
    transform: scale(1.05);
}

.menu a:active {
    background-color: #48660c;
    transform: scale(0.95);
}

/* Version mobile */
@media screen and (max-width: 600px) {
    .menu {
        flex-direction: column;
        gap: 5px;
    }

    .menu a {
        width: 90%; /* Boutons prennent presque toute la largeur */
        text-align: center;
        font-size: 18px; /* Police un peu plus grande pour une meilleure lisibilité */
    }
}


.gameitem {
	display: flex;
  	justify-content: center;
  	align-items: center;

	margin-top: 10px;
	margin-bottom: 10px;
}

#plateform_title {
	color: #cccccc;
	font-size: 1.4em;
}

#header,
#nav,
#main,
#footer {
	width: 40em;
	margin: auto;
}

#tabcontent {
	position: absolute;
	top: 200px;
	left: 100px;
}

#main {
	/*margin-top: 80px;*/
	top: 200px;
}

#mainlogo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#header {
	text-align: center;
	color: #007FD0;
}
#header span {
	color: #15beee;
	/*margin-top: -2.5em;*/
	font-size: 2.0em;
	position: absolute;
	left: 100px;
}

#header #subtitle {
	color: #15beee;
	margin-top: 34px;
	font-size: 1.4em;
	position: absolute;
	left: 100px;
	font-weight: normal;
}

#header #contactbar {
	color: #15beee;
	margin-top: 90px;
	font-size: 0.8em;
	position: absolute;
	left: 600px;
	font-weight: normal;
}


#nav 
{
	position: absolute;
	top: 210px;
	left: 2px;	
	font-size: 1.3em;
	height: 45px;
	display: block;
}

#nav a:link, #nav a:visited 
{
   	display: block;
    position: absolute;
    width: 156px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    color: #007FD0;
    background-image: url(/img/bg_link.png);
}

#nav a:hover, #nav a:active, #nav a.active {
    background-position: 0 -60px;
    color: #C1DEF9;
}

#nav #nav_desc
{
	position: absolute;
	top: -183px; /*0px*/
	left: 450px;
}
#nav #nav_guide
{
	position: absolute;
	top: -183px; /*60*/
	left: 600px;
}
#nav #nav_shot
{
	position: absolute;
	top: -183px; /*120*/
	left: 750px;
}
#nav #nav_dld
{
	position: absolute;
	top: 180px;
}

#main {
	position: absolute;
	bottom: 150px;
	left: 90px;
	width: 38em;
	padding: 1em;
	_background-image: url(/img/top_left.png);
	background-repeat: no-repeat;
	background-position: top left;
}


#guide li {
	margin-bottom: 1em;
}
.title {
	font-size: 20px;
	color: #444444;
}
#guide .desc {
	font-size: .8em;
	color: #444444;
}
.details {
	font-size: 14px;
	color: #bbbbbb;
}

#dld .details {
	font-size: .8em;
	color: #cccccc;
}

#download {
	display: block;
	margin: auto;
	width: 211px;
	height: 68px;
	line-height: 68px;
	background-image: url(/img/download.png);
	font-size: 1.5em;
	color: #007FD0;
}

#footer {
	padding-top: 1em;
	text-align: right;
}
