/***********************
Mise en forme général
***********************/

body {
    background-color: #FF847C;
}

* {
    font-size: 1.04em;
    font-family: 'robotoregular', 'Trebuchet MS', verdana;
    border: none;
}

p {
    color: #2A363B;
}

a, button {
    color: #688c7c;
    text-decoration: none;
    transition: color 0.2s, border-bottom 0.2s;
}

a:hover {
    border-bottom: 3px solid;
    transition: color 0.2s, border-bottom 0.2s;
}
.roundedImage:hover {
  border-bottom: 0px;
}
a:focus {
    outline: thin dotted;
    transition: color 0.3s;
}

a:hover, a:focus, button:hover {
    color: rgb(131, 175, 155);
    cursor: pointer;
}

h1 {
    line-height: 1.3em;
    text-align: center;
    font-size: 1.9em;
    font-family: 'robotomedium';
    margin: 15px;
    margin-top: 10px;
    color: #2A363B;
}

h2 {
    font-size: 1.15em;
    text-align: left;
}

.button-nav > span > button {
  background-color: rgba(0,0,0,0);
}
/**********
Outils
*********/

.gras {
    font-weight: bold;
}

.sosa {
    font-family: "sosa-regular-webfont";
}

#signature {
    max-height: 1.3em;
}

.center {
  text-align: center;
}
.home {
  padding-left: 10px;
}

.error {
  background-color: rgba(170, 22, 22, 0.8);
  margin: 0 auto;
  padding: 1px;
  max-width: 95%;
  box-shadow: 0 0 15px rgb(168, 230, 206);
  border-radius: 15px 15px 15px 15px;
}

.outside a {
  color:#4c675b;
}
/**********************
Partie menu
**********************/

nav {
    text-align: center;
    font-family: 'robotothin';
    font-size: 1.3em;
    transition: color 0.5s;
    line-height: 2.2em;
    margin: 0 auto;
    max-width: 925px;
}

nav p {
    margin: 10px;
}

#logo_tipeee, #logo_discord {
    max-height: 31.2px;
    top: 10px;
    position: relative;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    cursor: pointer;
    background-color: none;
    color: #688c7c;
}

/**********************
Mise en forme normale
**********************/

header {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 1.5em;
}

header img {
    box-shadow: 0 0 15px rgb(168, 230, 206);
    border-radius: 15px 15px 15px 15px;
    max-width: 100%;
    min-width: 30%;
}

.un, footer {
    background-color: #FECEA8;
    margin: 0 auto;
    padding: 1px;
    max-width: 925px;
    line-height: 1.5em;
    box-shadow: 0 0 15px rgb(168, 230, 206);
    border-radius: 15px 15px 15px 15px;
}
footer > p, .un > p {
  padding-right: 3%;
  padding-left: 3%;
}
.box_form {
    background-color: #FECEA8;
    margin: 0 auto;
    padding: 1px;
    max-width: 300px;
    line-height: 1.5em;
    box-shadow: 0 0 1px black;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
      margin-top: 15%; /* poussé de la moitié de hauteur de viewport */
}

footer
{
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 925px;
    line-height: 1.5em;
}

footer a:hover {
    border-bottom: 0.1em solid;
}


/**********
CONTENU
*************/

.content {
    margin: 0 auto;
    text-align: center;
}

#image {
    max-width: 100%
}


/**********
FORM
*************/
input {
  margin: 10px;
}
button {
  margin-top: 10px;
}

/*****
JS
******/

#mask_dernier {
    display : inline-blockuser agent stylesheet;
}

#mask_premier {
      display : inline-blockuser agent stylesheet;
}


/**************************************
TABLEAU
*************************************/


table
{
	font-size: 0.8em;
	font-style: 'robotocondensed';
	text-align: center;
	table-layout: auto;
	border-spacing: 0;
    width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}
.laby
{
	background-color: #F2F2F2;
}
.minijeu
{
	background-color: #F3F781;
}
.nouvelle
{
	background-color: #FA5858;
}
.pvp
{
	background-color: #5882FA;
}
.open
{
	background-color: #088A08;
}
.final
{
	background-color: #D7DF01;
}
.loterie
{
	color: red;
}
.heure
{
	font-size: 1.3em;
	font-weight: bold;
}
table th
{
	font-weight: bold;
}
.bordered {
    border: solid #111 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #111;
    -moz-box-shadow: 0 1px 1px #111;
    box-shadow: 0 1px 1px #111;
}

.bordered td:hover
{
    background: #fbf8e9;
    transition: all 0.4s ease-in-out;
}

.bordered td, .bordered th
{
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    padding: 7px;
}

.bordered th
{
    background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child
{
    border-left: none;
}

.bordered th:first-child
{
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child
{
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child
{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child
{
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child
{
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
/**** ****/
.tooltip
{
    border-bottom: 1px dotted #000000;
	color: #000000;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
.tooltip span
{
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span
{
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: 0; width: 250px;
}
.tooltip:hover img
{
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip:hover em {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
.classic
{
padding: 0.8em 1em;
}
.custom
 {
 padding: 0.5em 0.8em 0.8em 2em;
 }
* html a:hover
{
 background: transparent;
 }
.classic
{
background: #FFFFAA;
border: 1px solid #FFAD33;
}


.fb-share-button > span:first-child {
  vertical-align: top !important;
}
