@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo-sans-500';
  src: url("../fonts/museo-sans-500.eot");
  src: url("../fonts/museo-sans-500.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans-500.woff") format("woff"), url("../fonts/museo-sans-500.ttf") format("truetype"), url("../fonts/museo-sans-500.svg#museo-sans-500") format("svg");
  font-weight: normal;
  font-style: normal; }
.museo {
  font-family: "museo-sans-500", sans-serif;
  letter-spacing: 0; }

body {
  min-height: 1200px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  word-wrap: break-word; }

a, span.a {
  cursor: pointer;
  text-decoration: none;
  font: inherit; }
  a:hover, span.a:hover {
    text-decoration: none;
    font: inherit; }

span.grand {
  font-size: 110%; }
span.petit {
  font-size: 90%; }
span.alerte-mp {
  font-size: 80%;
  margin-left: 3px;
  color: #e1a96b; }

#page form {
  line-height: 22px; }
#page input[type=text] {
  border: solid 1px;
  padding: 2px; }
#page textarea {
  border: solid 1px;
  border-radius: 5px;
  padding: 5px;
  resize: none;
  font-family: inherit;
  font-size: inherit; }

form.compte {
  padding: 0;
  margin: 0; }

div.spoil-wrapper {
  margin: 3px auto; }
  div.spoil-wrapper i.spoil-icon {
    color: black; }
div.spoil-content {
  display: none;
  margin: 0.25em 1.5em 0 1.5em;
  padding: 0 0 0 0.5em;
  border: solid 1px; }

.mcol-tuile div.spoil-content {
  margin: 0.25em 0 0 1em;
  padding: 0;
  border: none;
  background-color: initial; }

ul.listh-bipcode {
  list-style: none;
  padding: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

li.listh-bipcode {
  display: inline-block;
  border: solid 1px;
  margin: 3px;
  padding: 3px;
  text-align: center;
  vertical-align: middle; }

#pikachu {
  position: absolute;
  z-index: 1000;
  width: 150px;
  display: none; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

input, textarea, img {
  box-sizing: border-box; }

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

table img {
  max-width: none; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.table-container {
  overflow-x: auto; }

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#header {
  background: url("/assets/images/header-mobile.png") center no-repeat;
  background-size: cover;
  height: 140px; }

@media all and (min-width: 480px) {
  #header {
    background-image: url("/assets/images/header-tablet.png"); } }
@media all and (min-width: 719px) {
  #header {
    height: 169px;
    margin-bottom: 10px;
    padding-top: 30px;
    background-image: url("/assets/images/header-desktop.png"); } }
.clear {
  clear: both; }

/*************************************** TITRES ****************************************/
h1 {
  font-family: "museo-sans-500", sans-serif;
  font-size: 200%;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: solid 2px;
  border-bottom: solid 2px;
  margin: 1px auto 15px; }

#index-news h1 {
  margin-top: 15px; }

h2 {
  background: url("/skins/commun/images/h2.png") no-repeat 2px 6px;
  font-family: "museo-sans-500", sans-serif;
  font-size: 135%;
  font-weight: bold;
  padding: 5px 0 0 25px;
  margin: 10px 0 5px 0;
  text-align: left; }

h3 {
  font-family: "museo-sans-500", sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 5px 0 0 0;
  text-align: left; }

.mcol-tuile h2 {
  background: none;
  padding: 0;
  margin: 10px 0 0 0; }
.mcol-tuile h3 {
  padding: initial;
  margin: initial; }

/*************************************** FIN TITRES ****************************************/
/******************** DEBUT DESIGN ********************/
#page {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  text-align: justify; }

#page-barre-liens {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 35px;
  background-color: #2B2B2B; }
  #page-barre-liens a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 8px 0 8px;
    font-size: 150%;
    font-size-adjust: 0.45;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #EEEEEE; }
    #page-barre-liens a img {
      vertical-align: middle;
      width: auto;
      height: 30px;
      margin-bottom: 5px;
      white-space: nowrap;
      border: 0; }
      #page-barre-liens a img.pokebip-logo {
        height: 25px;
        margin-bottom: 2px; }
    #page-barre-liens a:hover {
      text-decoration: none;
      color: #D19D63;
      background-color: #404040; }

@media all and (min-width: 1200px) {
  #page-barre-liens {
    overflow: hidden; } }
#page-barre-liens-content {
  width: 1200px;
  margin: auto;
  position: relative; }

#smartphone-show {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 !important;
  text-align: center;
  width: 100%;
  margin: auto;
  vertical-align: middle; }
  #smartphone-show a {
    padding-left: 10px;
    padding-right: 10px; }

#smartphone-hide {
  display: inline-block;
  position: absolute;
  left: 0; }

@media all and (max-width: 719px) {
  #smartphone-show {
    display: inline-block; }

  #smartphone-hide {
    display: none; } }
#page-titre {
  box-sizing: border-box;
  margin-top: 33px; }
  #page-titre img {
    width: 100%;
    height: auto; }

#page-barre-liens-droite {
  right: -9999px;
  box-sizing: border-box;
  font-size: 80%;
  font-weight: bold;
  position: fixed;
  top: 35px;
  color: #EEEEEE;
  z-index: 105;
  background-color: #2B2B2B !important; }
  #page-barre-liens-droite.visible {
    right: 0; }
  #page-barre-liens-droite a {
    display: block;
    margin: 0;
    background-color: #2B2B2B;
    z-index: 105;
    font-size: 160%;
    padding: 0 5px 0 5px;
    font-size-adjust: 0.47; }
  #page-barre-liens-droite .separator {
    display: none; }
  #page-barre-liens-droite form {
    line-height: 35px;
    background-color: #2B2B2B;
    display: block;
    padding: 0 20px;
    text-align: center; }
    #page-barre-liens-droite form input:not([type='checkbox']) {
      display: block;
      margin-right: 0;
      width: 120px;
      margin-top: 8px; }
    #page-barre-liens-droite form #autologinlabel {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      cursor: pointer; }
    #page-barre-liens-droite form #autologin {
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0;
      vertical-align: bottom;
      position: relative;
      top: -11px;
      cursor: pointer; }
    #page-barre-liens-droite form button {
      display: block;
      width: 120px; }

.barre-avatar {
  vertical-align: middle;
  width: auto;
  height: 25px !important;
  margin-right: 3px;
  white-space: nowrap;
  border-radius: 100%; }

#page-barre-liens-droite-form {
  background-color: #2B2B2B; }

#page-barre-liens-droite-icone {
  position: absolute;
  right: 0;
  z-index: 101;
  padding: 0 8px !important; }
  #page-barre-liens-droite-icone.barre-new-mp {
    font-size: 75% !important; }
    #page-barre-liens-droite-icone.barre-new-mp i:first-child {
      margin-top: -1px; }

.mp-bullet {
  color: #D19D63;
  font-size: 60% !important;
  margin-top: -8px;
  margin-left: 13px; }

#page-contenu {
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 0 0 100px 0;
  font-size: 13px;
  text-align: justify;
  margin-top: 8px; }

[id*="colonne-"] {
  box-sizing: border-box;
  float: left;
  padding: 0 0.5%; }

#socialBar {
  overflow: auto; }
  #socialBar .socialBtn {
    width: 25%;
    float: left;
    padding-top: 25%;
    background-size: cover; }
  #socialBar #twitterBtn {
    background-image: url("../images/bouton-twitter.png"); }
  #socialBar #discordBtn {
    background-image: url("../images/bouton-discord.png"); }
  #socialBar #youtubeBtn {
    background-image: url("../images/bouton-yt.png"); }
  #socialBar #facebookBtn {
    background-image: url("../images/bouton-fb.png"); }

/* Affichage smartphone */
@media all {
  #colonne-gauche, #colonne-droite, .publicite-v {
    display: none; }

  #colonne-centre, #colonne-centre-index {
    display: block;
    width: 100%; }

  .publicite-h {
    display: block;
    max-width: 320px;
    max-height: 100px;
    margin: 10px auto 20px auto; } }
/* Affichage tablette */
@media all and (min-width: 720px) {
  #colonne-gauche, .publicite-h {
    display: none; }

  #colonne-droite {
    display: block;
    width: 30%; }

  #colonne-centre, #colonne-centre-index {
    display: block;
    width: 70%; }

  .publicite-v {
    display: block;
    margin: auto; }

  #menu-deroulant-icone {
    display: none !important; } }
/* Affichage par défaut */
@media all and (min-width: 920px) {
  #colonne-gauche, #colonne-droite {
    display: block;
    width: 20%; }

  #colonne-centre {
    display: block;
    width: 80%; }

  #colonne-centre-index {
    display: block;
    width: 60%; }

  .publicite-h {
    display: none; }

  .publicite-v {
    display: block;
    margin: auto; } }
/* Affichage de la barre de compte seulement à 1200px de large */
@media all and (min-width: 1200px) {
  #page-barre-liens-droite-icone {
    display: none !important; }

  #page-barre-liens-droite {
    position: absolute;
    right: 0;
    top: 0; }
    #page-barre-liens-droite a {
      display: inline-block; }
    #page-barre-liens-droite .separator {
      display: inline-block; }
    #page-barre-liens-droite form {
      display: inline;
      padding: 0; }
      #page-barre-liens-droite form input:not(#autologin), #page-barre-liens-droite form button {
        display: inline;
        margin: 0; }
      #page-barre-liens-droite form button {
        width: auto; }

  #page-contenu {
    margin: auto auto 50px; } }
/********************* FIN DESIGN **********************/
/******************** MENUS COLONNE ********************/
.mcol-tuile-titre {
  padding: 5px;
  font-size: 130%;
  font-weight: bold;
  font-variant: small-caps; }

.mcol-tuile {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: 5px;
  margin-bottom: 10px;
  vertical-align: middle; }

/*** FIN MENU COLONNE ***/
/******************* MENU DEROULANT ********************/
#menu-deroulant-icone {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100; }

#navigation {
  display: initial;
  position: fixed;
  left: 0;
  right: 0;
  top: 35px;
  z-index: 70;
  text-align: center; }
  #navigation * {
    box-sizing: border-box;
    z-index: 100; }

#menu-deroulant {
  width: 100%;
  max-width: 1200px;
  opacity: 0.9; }
  #menu-deroulant:hover {
    opacity: 1; }
  #menu-deroulant > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 17px;
    font-weight: bold;
    font-variant: small-caps;
    cursor: pointer; }
    #menu-deroulant > li:hover {
      z-index: 101; }
    #menu-deroulant > li img {
      vertical-align: middle;
      width: auto;
      height: 24px;
      margin-bottom: 3px;
      white-space: nowrap;
      border: 0; }
    #menu-deroulant > li > ul {
      position: absolute;
      width: 180px;
      left: -99999px;
      font-size: 0; }
    #menu-deroulant > li:hover ul {
      left: 50%;
      margin-left: -90px; }
    #menu-deroulant > li ul li {
      display: block;
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      border-top: solid 1px; }
    #menu-deroulant > li:last-child {
      background-image: none; }
  #menu-deroulant > i {
    margin-top: 12px;
    padding: 0 4px;
    font-size: 5px;
    opacity: 0.8; }
  #menu-deroulant a, #menu-deroulant span {
    display: inline-block;
    text-decoration: none;
    padding: 5px; }
  #menu-deroulant a {
    display: block; }
  #menu-deroulant div.hidden {
    height: 2px; }

#menu-deroulant, #menu-deroulant ul {
  padding: 0;
  margin: auto;
  list-style: none;
  font-size: 0; }

@media all and (max-width: 719px) {
  #navigation {
    display: none; }

  #menu-deroulant {
    position: absolute;
    width: 140px;
    left: 0;
    opacity: 1; }
    #menu-deroulant > li {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }
      #menu-deroulant > li:hover ul, #menu-deroulant > li:focus ul {
        position: fixed;
        left: 140px;
        margin-left: 0;
        top: 35px; }
      #menu-deroulant > li ul li {
        padding-top: 2px;
        padding-bottom: 4px; }
        #menu-deroulant > li ul li:first-child {
          border-top: 0; }
    #menu-deroulant i {
      display: none; } }
/***************** FIN MENU DEROULANT ******************/
/************************ TUILES ************************/
#index-tuiles-conteneur {
  width: 100%;
  margin: 0 auto; }

#index-tuiles {
  margin: 0 auto;
  text-align: center; }

div.index-tuile {
  display: inline-block;
  margin: 0 4px;
  opacity: 1; }
  div.index-tuile:hover {
    opacity: 0.8; }

div.index-tuile-image {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 220px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: 50% 50% no-repeat;
  background-size: cover; }

div.index-tuile-legende {
  overflow: hidden;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 120%;
  text-align: center;
  white-space: nowrap; }
  div.index-tuile-legende:first-line {
    font-weight: bold; }

/******************** FIN TUILES ************************/
/******************** OVERLAY ************************/
div.overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #000;
  opacity: 0.7;
  display: none; }

div.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 210;
  margin: 0;
  padding: 0;
  display: none; }

div.overlay-box {
  margin: auto;
  background: #FFF;
  padding: 10px;
  border: solid 1px #000; }

/*************************************** COMMENTAIRES ****************************************/
table.nstyle {
  width: 100%;
  border: solid 1px;
  font-weight: normal; }

td.nstyle1 {
  width: 200px;
  padding: 3px;
  border-right: solid 1px;
  text-align: left;
  vertical-align: top; }

td.nstyle2 {
  padding: 3px;
  text-align: left;
  vertical-align: top; }

div.nstyle3 {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding: 5px;
  border: solid 1px;
  text-align: center; }

div.comments-list {
  overflow-x: auto; }

div.comment-container {
  display: table;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px;
  margin: 0 auto 1em auto;
  word-wrap: break-word; }

div.comment-user {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  text-align: center;
  padding: 5px; }

div.comment-avatar {
  height: 100%;
  min-width: 60px;
  text-align: center;
  vertical-align: middle; }
  div.comment-avatar img {
    margin: 0 auto; }

div.comment-user-infos {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto; }

div.comment-main {
  display: table-cell;
  width: auto;
  height: 100%;
  vertical-align: middle;
  text-align: left; }

div.comment-text {
  padding: 5px; }

div.comment-infos {
  padding: 5px;
  margin-right: 5px;
  border-top: solid 1px; }

/*************************************** FIN COMMENTAIRES ****************************************/
/*************************************** LISTE D'AMIS ****************************************/
span.ami-connecte {
  color: #009900;
  font-weight: bold; }

span.ami-deconnecte {
  color: #666666;
  font-weight: bold; }

span.favorable {
  color: #009900; }

span.defavorable {
  color: #CC0000; }

/*************************************** FIN LISTE D'AMIS ****************************************/
/*************************************** CLASSEMENT TABLEAUX ****************************************/
/*.sortcol, table.tablesorter .header {
	cursor: pointer;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('../commun/images/tri.gif');
}
.sortasc, table.tablesorter .headerSortDown {
	background-image: url('../commun/images/up.gif');
	background-color: #837 !important;
}
.sortdesc, table.tablesorter .headerSortUp {
	background-image: url('../commun/images/down.gif');
	background-color: #837 !important;
}
.nosort {
	cursor: default;
	background-image: none;
}*/
.sortcol {
  cursor: pointer; }
  .sortcol i {
    display: inline; }

.sortcol
.nosort {
  cursor: default; }

/*************************************** FIN CLASSEMENT TABLEAUX ****************************************/
/****************************************** PAGINATION ********************************************/
div.pagination {
  text-align: center; }
  div.pagination ul {
    display: inline-block;
    font-weight: bold; }
    div.pagination ul li {
      display: inline-block; }
      div.pagination ul li span {
        padding: 2px 5px;
        border: solid 1px;
        background-color: #BBB; }
        div.pagination ul li span.a {
          padding: 2px 5px;
          border: solid 1px;
          border-radius: 3px; }
      div.pagination ul li a {
        padding: 2px 5px;
        border: solid 1px;
        border-radius: 3px; }

/********************************** BOUTONS ET FORMULAIRES **************************************/
.button {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  height: 30px;
  text-align: center;
  vertical-align: middle; }
  form .button {
    height: 24px;
    margin-bottom: 4px; }
  .button.blue {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #ffffff; }
    .button.blue:hover {
      background-color: #286090;
      border-color: #204d74; }
  .button.red {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff; }
    .button.red:hover {
      background-color: #c9302c;
      border-color: #ac2925; }
  .button.green {
    background-color: #1d9d74;
    border-color: #198764;
    color: #ffffff; }
    .button.green:hover {
      background-color: #449d44;
      border-color: #398439; }
  .button.grey {
    background-color: lightgrey;
    border-color: grey;
    color: #494949; }
    .button.grey:hover {
      background-color: #b9b9b9;
      border-color: #656565; }

form input[type="text"], form input[type="password"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 24px; }

/************************************ FIN BOUTONS ET FORMULAIRES **********************************/
.video-wrapper {
  max-width: 720px;
  margin: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: auto; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtube-player {
  cursor: pointer;
  overflow: hidden; }
  .youtube-player:hover .play-button {
    opacity: 1; }

div.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center; }

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/skins/commun/images/yt-button.png") no-repeat;
  opacity: 0.8; }

.community-icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  width: 60px;
  word-wrap: normal; }
  .community-icon:hover {
    opacity: 0.8; }
  .community-icon:not(.chat) {
    width: 70px; }
    .community-icon:not(.chat) .community-icon-nb {
      top: -17px;
      left: 55px; }
  .community-icon img {
    width: 45px; }

.community-icon-nb {
  background-color: #484848;
  color: white;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  left: 45px;
  font-size: 90%; }

.dpm {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px; }

/* COOKIE CONSENT */
.cc-window .cc-message, .cc-window .cc-compliance {
  font-size: 70%;
  line-height: initial; }

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