@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
body {
  background-color: #F2ECE8;
  padding: 0px;
  margin: 0px; }

@media screen and (min-width: 280px) {
  .container {
    width: 320px;
    height: auto;
    padding: 0px; }

  header, #menu_bottom, .count_pa {
    width: 320px; }

  header {
    background-color: #F1F1D9;
    height: 58px;
    position: fixed;
    top: 0;
    padding: 0 10px;
    border-bottom: 6px #A48F7C solid; }
    header .menu_header {
      width: 100%;
      padding: 0px;
      margin: 0px; }
      header .menu_header li {
        list-style: none;
        padding-top: 14px;
        font-weight: bold;
        color: #A48F7C;
        font-size: 14px;
        float: left;
        width: 25%; }
        header .menu_header li img {
          max-width: 20px;
          max-height: 24px; }
    header .menu_header_2 {
      padding: 0px;
      margin: 0px;
      float: left;
      text-align: center; }
      header .menu_header_2 li {
        float: left;
        padding: 0 10px;
        list-style: none;
        text-transform: uppercase; }
        header .menu_header_2 li a {
          color: #A48F7C;
          font-weight: bold;
          font-size: 1em;
          margin-top: 14px;
          display: block; }
        header .menu_header_2 li a:hover {
          text-decoration: none;
          color: #fff; }
      header .menu_header_2 li:hover {
        background-color: #A48F7C;
        height: 100%; }
        header .menu_header_2 li:hover a {
          text-decoration: none;
          color: #fff; }
      header .menu_header_2 .back {
        padding-left: 0px !important; }
        header .menu_header_2 .back i {
          font-size: 28px; }
      header .menu_header_2 .back:hover {
        background-color: #F1F1D9; }
        header .menu_header_2 .back:hover a {
          color: #A48F7C; } }
@media screen and (min-width: 640px) {
  .container {
    width: 448px;
    height: auto;
    padding: 0px; }

  header, #menu_bottom, .count_pa {
    width: 448px; }

  header {
    background-color: #F1F1D9;
    height: 58px;
    position: fixed;
    top: 0;
    padding: 0 20px;
    border-bottom: 6px #A48F7C solid; }
    header .menu_header {
      width: 100%;
      padding: 0px;
      margin: 0px; }
      header .menu_header li {
        list-style: none;
        padding-top: 14px;
        font-weight: bold;
        color: #A48F7C;
        font-size: 16px;
        float: left;
        width: 25%; }
        header .menu_header li img {
          max-width: 24px;
          max-height: 28px; }
    header .menu_header_2 {
      padding: 0px;
      margin: 0px;
      float: left;
      text-align: center; }
      header .menu_header_2 li {
        float: left;
        padding: 0 10px;
        list-style: none;
        text-transform: uppercase; }
        header .menu_header_2 li a {
          color: #A48F7C;
          font-weight: bold;
          font-size: 1em;
          margin-top: 14px;
          display: block; }
        header .menu_header_2 li a:hover {
          text-decoration: none;
          color: #fff; }
      header .menu_header_2 li:hover {
        background-color: #A48F7C;
        height: 100%; }
        header .menu_header_2 li:hover a {
          text-decoration: none;
          color: #fff; }
      header .menu_header_2 .back {
        padding-left: 0px !important; }
        header .menu_header_2 .back i {
          font-size: 28px; }
      header .menu_header_2 .back:hover {
        background-color: #F1F1D9; }
        header .menu_header_2 .back:hover a {
          color: #A48F7C; } }
/*@media screen and (min-width: 640px) {
	.container {
		width:$largeur_desk;
		height:auto;
		padding:0px;
	}
	header, #menu_bottom {
		width:$largeur_desk;
	}
}*/
p, a, h1, h2, h3, h4, h5, h6, span, input, label, textarea {
  font-family: 'Open Sans', sans-serif; }

a:hover {
  text-decoration: none; }

.margin_bottom {
  margin-bottom: 20px; }

.margin_top {
  margin-top: 20px; }

input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #A48F7C;
  border-bottom: 6px solid #A48F7C;
  padding-left: 8px; }

.button {
  width: 100%;
  padding: 4px 0px;
  border-radius: 4px;
  border: 1px solid #736252;
  background-color: #A48F7C;
  border-bottom: 6px solid #736252;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center; }

.button:hover {
  color: #fff;
  background-color: #736252; }

button {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #736252;
  background-color: #A48F7C;
  border-bottom: 6px solid #736252;
  padding-left: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: bold; }

label {
  font-size: 14px;
  color: #A48F7C;
  font-weight: bold; }

.avatar_36 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  float: left; }
  .avatar_36 img {
    width: 100%; }

.avatar_120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: block; }
  .avatar_120 img {
    width: 100%; }

.btn_chatbox_farm {
  width: 60px;
  height: auto;
  float: right;
  display: block;
  margin-top: 14px; }
  .btn_chatbox_farm .btn_chatbox {
    font-size: 32px;
    color: #736252;
    float: right !important; }
  .btn_chatbox_farm .btn_chatbox:hover {
    color: #A48F7C; }

.notification {
  width: 20px;
  height: 20px;
  background-color: #EF4542;
  border-radius: 50%;
  display: block;
  float: right;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: relative;
  left: -6px; }

.count_pa {
  background-color: #00AEEF;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: fixed;
  padding: 6px 0;
  top: 58px; }

#menu_bottom {
  position: fixed;
  height: auto;
  overflow: hidden;
  bottom: 0;
  padding: 10px 0;
  background-color: #F2ECE8; }
  #menu_bottom ul {
    margin: 0px;
    padding: 0px;
    width: 100%; }
    #menu_bottom ul li {
      list-style: none;
      float: left;
      width: 25%;
      text-align: center; }
      #menu_bottom ul li img {
        max-width: 70%; }
      #menu_bottom ul li a {
        color: #736252;
        font-weight: bold; }

.txt_clan {
  color: #BE72D0; }

.txt_atk {
  color: #D07272; }

.txt_joueur {
  color: #736252; }

.txt_soin {
  color: #72d078; }

.txt_obj_nm {
  color: #736252; }

.txt_obj_good {
  color: #72d078; }

.txt_obj_rare {
  color: #72A1d0; }

.txt_obj_epique {
  color: #BE72D0; }

.txt_obj_legendaire {
  color: #deae4c; }

.txt_you {
  color: #000; }

#historique_cbt {
  width: 100%;
  height: auto;
  margin-top: 100px; }
  #historique_cbt .logs {
    width: 100%;
    height: auto;
    margin-bottom: 25px; }
    #historique_cbt .logs .avatar_36 {
      margin-right: 20px; }
    #historique_cbt .logs p {
      color: #A48F7C;
      font-weight: bold; }

#profil {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 90px; }
  #profil h1, #profil h2 {
    text-align: center; }
  #profil h1 {
    font-size: 28px;
    color: #736252;
    font-weight: bold;
    margin-top: 20px; }
  #profil h2 {
    font-size: 18px;
    color: #736252; }
  #profil ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 20px; }
    #profil ul li {
      float: left;
      width: 25%;
      list-style: none;
      font-size: 16px;
      font-weight: bold;
      color: #A48F7C; }
      #profil ul li img {
        max-width: 28px;
        max-height: 32px; }

#progress {
  width: 100%;
  height: 80px;
  float: left;
  margin-top: 40px; }
  #progress .progress_back {
    width: 100%;
    height: 20px;
    background-color: #D0C3B8;
    border-radius: 4px; }
    #progress .progress_back .progress_front {
      height: 20px;
      border-radius: 4px; }
    #progress .progress_back .color_blue {
      background-color: #72A1D0; }
    #progress .progress_back .color_violet {
      background-color: #BE72D0; }
  #progress p {
    font-size: 16px;
    font-weight: bold;
    color: #A48F7C;
    display: inline-block; }
  #progress .left {
    text-align: left; }
  #progress .right {
    text-align: right; }

#classement {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 90px; }
  #classement .recompense_class {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #A48F7C;
    margin-bottom: 4px; }
    #classement .recompense_class img {
      max-width: 16px;
      float: left;
      margin-right: 8px;
      margin-top: 4px; }
  #classement .class_nm {
    width: 100%;
    padding: 10px 20px;
    background-color: #F6F5F2;
    margin-bottom: 10px;
    font-size: 16px;
    color: #736252;
    font-weight: bold; }
    #classement .class_nm img {
      max-width: 32px;
      margin-right: 20px; }
  #classement .class_gold {
    background-color: #F9E7BE; }
  #classement .class_silver {
    background-color: #F4F4F4; }
  #classement .class_bronze {
    background-color: #F4C9BE; }
  #classement .class_bronze, #classement .class_silver, #classement .class_gold {
    padding: 15px 20px;
    vertical-align: middle; }
  #classement .class_you {
    border: 1px solid #D0C3B8;
    border-bottom: 6px solid #D0C3B8; }
  #classement .niveau_class {
    font-size: 14px;
    font-weight: normal; }

#membres_clan {
  width: 100%;
  height: auto;
  margin-top: 90px;
  margin-bottom: 40px; }
  #membres_clan table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  #membres_clan th, #membres_clan td {
    text-align: left;
    padding: 8px;
    height: 32px; }
    #membres_clan th img, #membres_clan td img {
      width: 16px; }
  #membres_clan th {
    color: #736252; }
  #membres_clan td {
    color: #A48F7C;
    font-weight: bold; }

.notification {
  width: 20px;
  height: 20px;
  background-color: #EF4542;
  border-radius: 50%;
  display: block;
  float: right;
  color: #fff;
  font-size: 12px;
  text-align: center; }

#chat_clan {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 90px; }
  #chat_clan .conversation {
    width: 100%;
    height: auto;
    float: left; }
    #chat_clan .conversation .content_conv {
      width: auto;
      height: auto;
      overflow: hidden;
      background-color: #fff;
      border-radius: 4px;
      border: 1px solid #A48F7C;
      border-bottom: 6px solid #A48F7C;
      padding: 8px;
      color: #A48F7C;
      margin-bottom: 20px; }
    #chat_clan .conversation .conv_you {
      border: 1px solid #72A1D0;
      border-bottom: 6px solid #72A1D0; }
    #chat_clan .conversation .conv_clan {
      border: 1px solid #BE72D0;
      border-bottom: 6px solid #BE72D0; }

.margin_right {
  margin-right: 20px; }

.margin_left {
  margin-left: 20px; }

#attaque {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 200px; }
  #attaque .choise_attaque {
    width: 100%;
    vertical-align: middle;
    color: #736252;
    font-size: 16px;
    font-weight: bold;
    background-color: #F6F5F2;
    padding: 8px 0 18px 20px;
    display: block;
    margin-bottom: 20px; }
    #attaque .choise_attaque .avatar_36 {
      margin-right: 20px; }
    #attaque .choise_attaque .vita_attaque {
      float: right;
      width: 120px; }
      #attaque .choise_attaque .vita_attaque img {
        max-width: 18px; }
  #attaque .choise_attaque:hover {
    background-color: #F1F1D9; }

#fouiller {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 90px;
  text-align: center;
  color: #736252; }
  #fouiller img {
    max-width: 120px;
    max-height: 120px; }
  #fouiller h1 {
    font-size: 24px; }
  #fouiller h2 {
    font-size: 36px;
    font-weight: bold; }

.case_equipement {
  margin: 0px;
  padding: 0px; }
  .case_equipement li {
    float: left;
    list-style: none;
    width: 19%;
    margin-right: 1%;
    background-color: #F6F5F2;
    margin-bottom: 14px;
    padding: 12px; }
    .case_equipement li img {
      width: 100%;
      text-align: center;
      height: 48px; }
    .case_equipement li .title_equipement {
      width: 100%;
      height: auto;
      font-size: 14px;
      color: #A48F7C;
      text-align: center;
      font-weight: bold; }
    .case_equipement li .count_equipement {
      width: 22px;
      height: 22px;
      position: relative;
      bottom: 2px;
      right: 2px;
      background-color: #A48F7C;
      font-size: 11px;
      color: #fff; }

.border_case_equipement_nm {
  border: 4px solid #D0C3B8; }

.border_case_equipement_good {
  border: 4px solid #72d078; }

.border_case_equipement_rare {
  border: 4px solid #72A1d0; }

.border_case_equipement_legendaire {
  border: 4px solid #deae4c; }

.border_case_equipement_epique {
  border: 4px solid #BE72D0; }

.border_case_equipement_selected {
  border: 4px solid #000; }

#inventaire {
  width: 100%;
  margin-top: 80px;
  float: left;
  margin-bottom: 150px;
  overflow: hidden; }
  #inventaire #equipements {
    width: 100%;
    height: 80px;
    float: left; }
  #inventaire .stock_inventaire {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0; }
    #inventaire .stock_inventaire h4 {
      font-size: 16px;
      color: #736252;
      font-weight: bold; }

.cellule_mini_item {
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  background-color: #F6F5F2;
  margin-bottom: 20px;
  padding: 20px; }
  .cellule_mini_item .item {
    display: block;
    float: left;
    margin-right: 20px; }
    .cellule_mini_item .item img {
      width: 60px;
      height: 60px; }
  .cellule_mini_item h4, .cellule_mini_item h5 {
    font-size: 14px;
    font-weight: bold; }
  .cellule_mini_item h5 {
    color: #A48F7C; }
    .cellule_mini_item h5 img {
      max-height: 14px; }
