/* 1 ombre portée seulement */
/* 2 ombres portées */
/* 1 transition */
/* 2 transition */
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #529d3f;
  background-image: url(../images/GameBG20.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
}
h1 {
  font-size: 18px;
}
h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
}
h3 {
  font-size: 14px;
  color: #C09;
}
p,
div {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  margin-bottom: 10px;
  vertical-align: baseline;
}
@media all and (max-width: 960px) {
  p,
  div {
    font-size: 14px;
  }
}
ul {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media all and (max-width: 960px) {
  ul {
    font-size: 14px;
  }
}
a {
  color: #CC0099;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
img {
  border: 0;
}
object {
  background-color: #9CF;
}
/* Table */
table {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  border: solid 1px #eee;
  border-spacing: 0;
}
table th {
  background-color: #eee;
}
table th,
table td {
  display: table-cell;
  margin: 0;
  padding: 10px;
  border: 0;
  vertical-align: middle;
}
/*
clearfix
*/
.clear {
  display: block;
  clear: both;
}
.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.hide {
  display: none;
  visibility: hidden;
}
.centrer {
  text-align: center;
}
/* header */
header {
  background-color: #529d3f;
  background-image: url(../images/GameBG20.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center -200px;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
}
/* Container */
.contenair {
  max-width: 960px;
  margin: auto;
  margin-bottom: -10px;
  overflow: hidden;
  background-color: #dd16af;
}
/* Content */
.content {
  min-height: 800px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
/* Footer */
footer {
  padding: 15px;
}
footer a {
  color: white;
}
footer p {
  text-align: center;
  color: white;
}
footer ul {
  text-align: center;
  padding: 0;
}
footer ul li {
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
}
footer ul.links {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 2%;
  font-size: 12px;
}
footer ul.links li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: left;
  width: 19%;
  line-height: normal;
}
footer ul.links li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
colonnes
*/
.cols {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}
.cols div:last-child {
  margin-right: 0;
}
.cols .col1,
.cols .col2,
.cols .col3,
.cols .col4 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 2%;
  margin-right: 20px;
  vertical-align: top;
  text-align: left;
}
.cols .col1 {
  width: 185px;
  margin-right: 0;
}
.cols .col1 .alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
@media all and (max-width: 960px) {
  .cols .col1 {
    width: 100%;
    margin-right: 0;
  }
}
.cols .col2 {
  width: 48.87%;
}
.cols .col3 {
  width: 730px;
}
@media all and (max-width: 960px) {
  .cols .col3 {
    width: 100%;
    margin-right: 0;
  }
}
.cols .col4 {
  width: 100%;
}
/*
menu
*/
.menu {
  margin: 0;
  padding: 0;
  height: 55px;
}
@media all and (max-width: 960px) {
  .menu {
    height: auto;
    padding-bottom: 10px;
  }
}
.menu:after {
  display: block;
  content: "";
  clear: both;
  float: none;
  height: 0;
}
.menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 145px;
  height: 47px;
  vertical-align: bottom;
  margin-left: 10px;
  font-size: 15px;
  line-height: normal;
  text-align: left;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: height 0.15s linear;
  -webkit-transition: height 0.15s linear;
  -moz-transition: height 0.15s linear;
  -ms-transition: height 0.15s linear;
  -o-transition: height 0.15s linear;
}
@media all and (max-width: 960px) {
  .menu li {
    display: block;
    float: left;
    width: calc(30.58333333%);
    margin-left: 2%;
    margin-bottom: 2%;
    height: auto;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  }
}
.menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
}
@media all and (max-width: 960px) {
  .menu li a {
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.menu li:nth-child(1) {
  background-color: deepskyblue;
}
.menu li:nth-child(2) {
  background-color: orange;
}
.menu li:nth-child(3) {
  background-color: deeppink;
}
.menu li:nth-child(4) {
  background-color: yellowgreen;
}
.menu li:nth-child(5) {
  background-color: gold;
}
.menu li:nth-child(6) {
  background-color: lightsteelblue;
}
.menu li:hover,
.menu li.select {
  height: inherit;
  background-color: #dd16af;
}
/*
breadcrumb
*/
.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
}
.breadcrumb li:after {
  content: " >";
  color: #aaa;
}
.breadcrumb li:last-child:after {
  content: "";
}
/*
header
*/
.header {
  background: #dd16af;
  position: relative;
  width: auto;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  color: white;
  font-size: 20px;
  line-height: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
}
.header h1 {
  text-align: left;
}
@media all and (max-width: 960px) {
  .header h1 {
    font-size: 14px;
    text-align: justify;
  }
}
/*
navigation
*/
.nav {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  /* Vertical */
  /* Auto */
  /* Catégories : pour les coloriages */
}
.nav:after {
  display: block;
  content: "";
  clear: both;
  float: none;
  height: 0;
}
.nav li {
  display: block;
  float: left;
  width: calc(24.5%);
  margin-left: 0.25%;
  margin-right: 0.25%;
  margin-bottom: 1%;
  padding: 0;
  list-style: none;
  border: solid 1px #ddd;
  background: whitesmoke;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  text-shadow: 1px 1px 0px white;
  -webkit-text-shadow: 1px 1px 0px white;
  -moz-text-shadow: 1px 1px 0px white;
  -o-text-shadow: 1px 1px 0px white;
}
@media all and (max-width: 960px) {
  .nav li {
    width: calc(49.5%);
  }
}
.nav li:hover,
.nav li.select {
  border-color: #66b6fc;
  background: #b2e1ff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmI2ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2e1ff), color-stop(100%, #66b6fc));
  background-image: -webkit-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
  background-image: -o-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
  background-image: -ms-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
  background-image: linear-gradient(to bottom, #b2e1ff 0%, #66b6fc 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.nav li:hover a,
.nav li.select a {
  color: white;
}
.nav li:hover a strong,
.nav li.select a strong {
  font-weight: bold;
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav li a .icon {
  font-size: 16px;
  font-style: normal;
}
.nav li a:hover {
  text-decoration: none;
}
.nav li a strong {
  font-weight: normal;
}
.nav.vertical li {
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 5px;
}
.nav.auto {
  width: auto;
}
.nav.categories li {
  margin-bottom: 5px;
  padding: 0;
  width: calc(23%);
  margin: 1%;
  overflow: hidden;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 960px) {
  .nav.categories li {
    width: calc(48%);
  }
}
.nav.categories li a {
  height: 170px;
  white-space: normal;
  padding: 5px;
}
.nav.categories li a strong {
  display: block;
  padding: 5px;
  font-weight: bold;
}
.nav.categories li a .picto {
  display: block;
  height: 120px;
  background-color: #FFF;
  border: solid 1px #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/*
pagination
*/
.pagination {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.pagination li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 4px;
  list-style: none;
  min-width: 5.2%;
  text-align: center;
  margin-right: 0.5%;
  margin-bottom: 0.7%;
  border: solid 1px #ccc;
  background: whitesmoke;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  box-sizing: border-box;
  text-shadow: 1px 1px 0px white;
  -webkit-text-shadow: 1px 1px 0px white;
  -moz-text-shadow: 1px 1px 0px white;
  -o-text-shadow: 1px 1px 0px white;
}
.pagination li a {
  display: block;
  text-decoration: none;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  color: #777;
}
.pagination li a strong {
  font-weight: normal;
}
.pagination li:hover,
.pagination li:active,
.pagination li.select {
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.pagination li:hover a,
.pagination li:active a,
.pagination li.select a {
  font-weight: bold;
}
/*
alert
*/
.alert {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #FFE;
  border: solid 1px #FFA;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  text-shadow: 1px 1px 0px white;
  -webkit-text-shadow: 1px 1px 0px white;
  -moz-text-shadow: 1px 1px 0px white;
  -o-text-shadow: 1px 1px 0px white;
}
.alert.error {
  background-color: #F8CECE;
  border: solid 1px #F5ACAC;
}
.alert.info {
  background-color: #DDF4FB;
  border: solid 1px #C6EDF9;
}
.alert.success {
  background-color: #E1FCE1;
  border: solid 1px #C0F3C0;
}
.alert.well {
  background-color: whitesmoke;
  border: solid 1px #EEE;
}
/*
boutons
*/
.btn {
  display: inline-block;
  zoom: 1;
  *zoom: 1;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -o-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:first-child {
  margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-warning {
  background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-danger {
  background-color: #da4f49;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-success {
  background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-info {
  background-color: #49afcd;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-inverse {
  background-color: #414141;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
button.btn,
input[type="submit"].btn,
input[type="reset"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large,
input[type="reset"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini,
input[type="reset"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/*
actions
*/
.actions {
  display: block;
  background-color: whitesmoke;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
/*
Formulaire
*/
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
form {
  width: auto;
  margin: 0;
  margin-bottom: 20px;
  padding: 0px;
  font-size: 13px;
  overflow: hidden;
  /* Formulaire en 2 colonnes */
  /* Bloc des actions */
  /* Tailles des éléments du formulaire */
  /* Avatars */
}
form .clear {
  margin-bottom: 10px;
}
form .clear label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 250px;
  height: inherit;
}
@media all and (max-width: 960px) {
  form .clear label {
    display: block;
    margin-bottom: 5px;
  }
}
form .actions {
  padding-left: 260px;
}
@media all and (max-width: 960px) {
  form .actions {
    padding-left: 10px;
  }
}
form .top {
  vertical-align: top;
}
form .middle {
  vertical-align: middle;
}
form .mini {
  width: 30px;
}
form .small {
  width: 100px;
}
form .large {
  width: 350px;
}
form .xlarge {
  width: 435px;
}
form ul {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 220px;
  max-height: 300px;
  overflow: auto;
  padding: 0;
  text-align: left;
}
form ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: calc(20%);
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
form ul li a {
  display: block;
}
form ul li a img {
  border: solid 3px transparent;
  padding: 2px;
  outline: 0;
}
form ul li.select a img {
  border-color: orange;
  transition: border linear 0.2s;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -ms-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
}
/* Form bordered */
form.bordered {
  border: solid 1px #eee;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
}
form.bordered .actions {
  width: calc(110%);
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  border-top: solid 1px #eee;
}
label {
  width: auto;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
input,
textarea,
select {
  display: inline-block;
  width: 200px;
  padding: 4px;
  line-height: 18px;
  height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
select,
textarea {
  height: auto;
}
select.mini {
  width: 68px;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input {
  box-sizing: content-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  width: auto;
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
/*
Search box
*/
.search-box {
  margin-top: 10px;
  padding: 10px;
  background-color: #dd16af;
}
@media all and (max-width: 960px) {
  .search-box {
    display: none;
  }
}
.search-box a,
.search-box h3 {
  color: white;
}
.search-box input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 110px;
  vertical-align: middle;
  border: 0;
}
.search-box .btn {
  *padding: 0px 5px;
  *font-size: 12px;
  *border: solid 1px;
  position: relative;
  top: -1px;
}
/* Appli box */
.appli-box {
  background-color: black;
  text-align: center;
}
.appli-box a:first-child {
  display: block;
}
.appli-box a img {
  width: calc(43%) !important;
  height: auto !important;
  border: solid 0.5px #fff;
  background-color: #fff;
  margin-left: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
@media all and (max-width: 960px) {
  .appli-box a img {
    width: calc(29.33333333%) !important;
  }
}
.appli-box a img.google-play-icon {
  width: auto !important;
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*
Social box
*/
.social-box {
  margin: 20px 0 10px 0;
}
.social-box:after {
  display: block;
  content: "";
  clear: both;
  float: none;
  height: 0;
}
.social-box h3 {
  text-align: left;
}
.social-box a {
  display: block;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}
/*
vignettes
*/
.vignettes {
  margin-bottom: 0;
}
.vignettes:after {
  display: block;
  content: "";
  clear: both;
  float: none;
  height: 0;
}
.vignette {
  display: block;
  float: left;
  width: calc(49%);
  padding: 0px;
  margin-right: 2%;
  margin-bottom: 2%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  /* Vignette qui se trouve à droite */
}
@media all and (max-width: 960px) {
  .vignette {
    width: 100%;
    margin-right: 0;
  }
}
.vignette h3 a {
  display: block;
  text-decoration: none;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vignette p {
  margin-bottom: 10px;
}
.vignette p .picto {
  display: block;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.vignette p .picto a {
  display: block;
  width: inherit;
  height: inherit;
  overflow: inherit;
}
.vignette p .picto a img {
  margin-top: -20px;
  width: 100%;
}
.vignette p .description {
  display: block;
  padding: 5px;
  height: 70px;
  overflow: hidden;
}
.vignette p .description strong {
  font-weight: normal;
}
.vignette p .description a {
  color: #333;
  text-decoration: none;
}
.vignette p .niveau {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-weight: normal;
  font-size: 11px;
  margin-left: 1.5%;
  width: 48%;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vignette p .btn {
  width: 45%;
  background: #e570e7;
  margin-left: 5px;
  padding: 10px 7px;
  text-transform: uppercase;
  color: white;
  border-color: #DB63D5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2), 0px 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2), 0px 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2), 0px 2px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2), 0px 2px 3px rgba(0, 0, 0, 0.05);
}
.vignette p .btn:hover,
.vignette p .btn:active,
.vignette p .btn.active,
.vignette p .btn.disabled {
  background: #A7EF00;
  border-color: #8fc800;
}
.vignette.cote-0 {
  margin-right: 0;
}
/*
vignette compact
*/
.vignette.compact p .picto {
  width: 40%;
  float: left;
  border: solid 1px #eee;
  margin-left: 5px;
  padding: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
}
.vignette.compact p .picto a {
  width: 100%;
}
.vignette.compact p .picto a img {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}
.vignette.compact p .description {
  width: calc(55%);
  float: left;
  padding-top: 0;
  text-align: justify;
}
/*
vignette similaire
*/
.vignette.similaire {
  width: 31.333%;
  margin: 1%;
  padding: 0 1% 1% 1%;
  background-color: deepskyblue;
  border: none;
}
.vignette.similaire h3 a {
  color: #fff;
}
.vignette.similaire p {
  margin: 0;
  line-height: 0;
}
.vignette.similaire p .picto {
  float: none;
  height: 130px;
  border: solid 1px #fff;
}
.vignette.similaire p a img {
  width: 100%;
  height: auto;
}
/* Coloriage zoom */
.coloriage-zoom a img {
  width: 100%;
  height: auto;
  max-width: 600px;
  max-height: 600px;
}
/* tabs */
.tabs {
  margin: 0px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding: 0px;
  border-bottom: solid 1px lightgrey;
}
.tabs li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin-left: 3px;
  background-color: white;
  position: relative;
  *top: 3px;
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
}
.tabs li a {
  display: block;
  padding: 10px;
  padding-left: 12px;
  padding-right: 12px;
  color: #777;
  text-decoration: none;
}
.tabs li:hover {
  background-color: whitesmoke;
}
.tabs li.select {
  border: solid 1px lightgrey;
  border-bottom: none;
  background-color: white;
  top: 1px;
  *top: 4px;
  font-weight: bold;
}
/* tabs-content */
.tabs-content div {
  display: none;
}
.tabs-content div.active {
  display: block !important;
  visibility: visible;
}
/* brand */
.brand {
  margin: 0;
  padding: 10px;
  height: auto;
}
.brand a {
  display: inline-block;
  padding: 10px;
}
.brand a img {
  border: 0;
  width: calc(143.33333333px);
  height: calc(50px);
}
/*
classement
*/
.classement {
  margin-top: -10px;
  margin-bottom: 10px;
}
.classement ul {
  padding: 0;
  display: block;
}
.classement ul li {
  display: block;
  list-style: none;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: whitesmoke;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #FFF;
}
.classement ul li span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: left;
}
.classement ul li span.medaille {
  width: 32px;
}
.classement ul li span.medaille img {
  border: none;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.classement ul li span.position {
  width: 30px;
}
.classement ul li span.pseudo {
  width: 20%;
  font-weight: bold;
}
.classement ul li span.pseudo a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px;
}
.classement ul li span.barre {
  min-width: 3%;
  max-width: 65%;
  height: 25px;
  margin-right: 3px;
  background-color: #c3d9ff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* tooltip */
a[rel='tooltip'] span.bulle {
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 5px;
  background: black;
  position: absolute;
  margin-top: 10px;
  max-width: 100px;
  text-align: left;
  z-index: 999;
  box-shadow: 0px 2px 3px gray;
  -moz-box-shadow: 0px 2px 3px gray;
  -webkit-box-shadow: 0px 2px 3px gray;
  -o-box-shadow: 0px 2px 3px gray;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
/* backdrop */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
  filter: alpha(opacity=80);
}
/* pop */
.pop {
  width: 500px;
  background-color: white;
  display: block;
  position: fixed;
  top: 10%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 0px;
  border: solid 1px #fff;
  overflow: hidden;
  opacity: 1;
  z-index: 998;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.pop .header {
  margin: 0px;
  padding: 0px;
  background-color: whitesmoke;
  color: #333;
  font-size: 18px;
  padding: 7px;
  line-height: normal;
  border-bottom: solid 1px #eff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.pop .body {
  padding: 10px;
  margin: 0;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  max-height: 400px;
  overflow: auto;
}
.pop .footer {
  background-color: whitesmoke;
  border-top: solid 1px #eff;
  margin: 0;
  padding: 7px;
  padding-right: 15px;
  text-align: right;
}
.pop form {
  text-align: left;
}
.pop form .clear .label {
  width: 130px;
}
.pop form .btn {
  margin-left: 135px;
}
/* listeUser */
.listeUser {
  margin: 0;
  padding: 0;
}
.listeUser:after {
  display: block;
  content: "";
  clear: both;
  float: none;
  height: 0;
}
.listeUser li {
  display: block;
  float: left;
  width: calc(31.33333333%);
  padding: 5px;
  margin: 0;
  margin-right: 3%;
  margin-bottom: 3%;
  list-style: none;
  border: solid 1px #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.listeUser li:nth-child(3n+0) {
  margin-right: 0 !important;
}
@media all and (max-width: 960px) {
  .listeUser li {
    width: 100%;
    margin-right: 0;
  }
}
.listeUser li .left,
.listeUser li .right {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 125px;
}
.listeUser li .left {
  width: 40px;
}
.listeUser li .left img {
  border: 0;
  width: 40px;
  height: 40px;
}
.listeUser li .right .pseudo {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C09;
}
/* Profil du joueur */
.profil .user {
  border: solid 1px #eee;
  text-align: center;
  margin-top: 10px;
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}
.profil .user h2 {
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profil h2 {
  margin-top: 10px;
}
.profil .tabs {
  margin-top: 10px;
}
.profil .tabs-content {
  margin-bottom: 15px;
}
.profil .cols .col1 {
  margin-right: 15px;
}
.profil .cols .col3 {
  margin-right: 0px;
}
.profil table {
  position: relative;
  top: -10px;
  border-top: none;
  border-color: lightgrey;
}
.profil table th {
  background-color: transparent;
  border-bottom: solid 1px lightgrey;
}
.profil .profil-menu {
  margin-top: 10px;
  text-align: left;
}
.profil .profil-menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: center;
  width: 30%;
  list-style: none;
  padding: 0;
  margin: 1%;
  border: 1px solid lightgrey;
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: inset 0px 1px 5px #eeeeee;
  -moz-box-shadow: inset 0px 1px 5px #eeeeee;
  -webkit-box-shadow: inset 0px 1px 5px #eeeeee;
  -o-box-shadow: inset 0px 1px 5px #eeeeee;
}
.profil .profil-menu li a {
  display: block;
  padding: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profil .profil-menu li.admin a {
  color: gray;
}
/* admin-links */
.admin-links {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.admin-links:after {
  display: block;
  content: "";
  clear: both;
  float: none;
  height: 0;
}
.admin-links li {
  display: block;
  float: left;
  width: calc(14.41666667%);
  margin-left: 2%;
  margin-bottom: 2%;
  text-align: center;
}
@media all and (max-width: 960px) {
  .admin-links li {
    width: calc(31.08333333%);
  }
}
.admin-links li .btn {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* adsense */
.adsense {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
.adsense:after {
  content: "";
  display: block;
  clear: both;
}
.adsense .bloc_a,
.adsense .bloc_b,
.adsense .bloc_c,
.adsense .bloc_d {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* Adsense haut */
.adsense.haut {
  text-align: center;
}
/* Adsense milieu */
.adsense.milieu {
  text-align: center;
}
/* Adsense bas */
.adsense.bas {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.adsense.bas.jeu,
.adsense.bas.jeuFlash,
.adsense.bas.coloriage,
.adsense.bas.parent,
.adsense.bas.video {
  text-align: center;
  margin-top: 20px;
}
/* Adsense 2 blocs */
.adsense.double {
  padding: 10px;
}
.adsense.double .bloc_a,
.adsense.double .bloc_b {
  display: block;
  margin: 0;
  padding: 0;
}
.adsense.double .bloc_a {
  float: left;
}
.adsense.double .bloc_b {
  float: right;
}
/* Adsense latéral */
.adsense.lateral {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 0;
  background-color: whitesmoke;
  border: solid 1px #eee;
}
/* Adsense réactif */
.adsense.reactif {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
/* #video */
#video-description {
  display: block;
  padding-bottom: 10px;
}
#video-description.show {
  height: auto;
}
#video-action {
  text-align: center;
}
#video-action a {
  border: solid 1px #eee;
  border-top: none;
  padding: 5px 15px;
  color: #666;
  position: relative;
  top: -7px;
  text-decoration: none;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
/* YouTube Player */
#player {
  width: 100%;
  height: 360px;
}
/*# sourceMappingURL=iev5.css.map */