.badge {
  display: inline-block;
  min-width: 4px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  color: #fff;
  background-color: #a94442;
}
input[type=text],
input[type=password] {
  border: 1px solid #eee;
  outline: none;
  background-color: #fff;
}
body {
  background-position-y: 55px !important;
}
.error_icobar {
  color: #a94442;
  position: absolute;
  right: 200px;
}
#icobar {
  min-height: 55px;
  min-width: 990px;
  background: #fff;
  box-shadow: 0 0 5px #000;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  line-height: 1.42857143;
  position: relative;
  z-index: 99;
}
#icobar .icobar_nav {
  list-style: none;
  float: left;
}
#icobar .icobar_nav > li {
  float: left;
  position: relative;
  display: block;
}
#icobar .icobar_nav > li > a {
  color: #404040;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 5px solid transparent;
  line-height: 20px;
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
#icobar .icobar_nav > li > a:hover,
#icobar .icobar_nav > li > a:focus {
  text-decoration: underline;
  border-color: transparent;
}
#icobar .icobar_nav > li span#notifications {
  display: inline-block;
  font-size: 18px;
  padding-top: 15px;
  cursor: pointer;
  height: 40px;
}
#icobar .icobar_nav > li .badge-notify {
  background-color: #FF6B6B;
  position: relative;
  top: -14px;
  left: -16px;
}
#icobar .icobar_nav > li #read-all {
  cursor: pointer;
}
#icobar .icobar_nav .dropdown-header {
  display: block;
  padding: 3px 15px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
#icobar .icobar_nav #read-all.dropdown-item {
  font-weight: bold;
}
#home {
  opacity: 0.6;
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#home:hover {
  opacity: 1;
}
#sections {
  height: 55px;
}
#sections ul > li > a {
  text-decoration: none !important;
}
#sections ul > li > a:hover,
#sections ul > li > a:focus {
  text-decoration: none !important;
}
#sections ul > li.anime > a:first-letter {
  color: #A2155A;
}
#sections ul > li.anime > a:hover,
#sections ul > li.anime > a:focus {
  color: #A2155A;
  border-color: #A2155A;
}
#sections ul > li.anime.active > a,
#sections ul > li.anime.active > a:focus,
#sections ul > li.anime.active > a:hover {
  background: #A2155A;
}
#sections ul > li.communaute > a:first-letter {
  color: #80C32B;
}
#sections ul > li.communaute > a:hover,
#sections ul > li.communaute > a:focus {
  color: #80C32B;
  border-color: #80C32B;
}
#sections ul > li.communaute.active > a,
#sections ul > li.communaute.active > a:focus,
#sections ul > li.communaute.active > a:hover {
  background: #80C32B;
}
#sections ul > li.drama > a:first-letter {
  color: #7E118E;
}
#sections ul > li.drama > a:hover,
#sections ul > li.drama > a:focus {
  color: #7E118E;
  border-color: #7E118E;
}
#sections ul > li.drama.active > a,
#sections ul > li.drama.active > a:focus,
#sections ul > li.drama.active > a:hover {
  background: #7E118E;
}
#sections ul > li.forum > a:first-letter {
  color: #80C32B;
}
#sections ul > li.forum > a:hover,
#sections ul > li.forum > a:focus {
  color: #80C32B;
  border-color: #80C32B;
}
#sections ul > li.forum.active > a,
#sections ul > li.forum.active > a:focus,
#sections ul > li.forum.active > a:hover {
  background: #80C32B;
}
#sections ul > li.manga > a:first-letter {
  color: #FF8F39;
}
#sections ul > li.manga > a:hover,
#sections ul > li.manga > a:focus {
  color: #FF8F39;
  border-color: #FF8F39;
}
#sections ul > li.manga.active > a,
#sections ul > li.manga.active > a:focus,
#sections ul > li.manga.active > a:hover {
  background: #FF8F39;
}
#sections ul > li.novel > a:first-letter {
  color: #0285BD;
}
#sections ul > li.novel > a:hover,
#sections ul > li.novel > a:focus {
  color: #0285BD;
  border-color: #0285BD;
}
#sections ul > li.novel.active > a,
#sections ul > li.novel.active > a:focus,
#sections ul > li.novel.active > a:hover {
  background: #0285BD;
}
#sections ul > li.active > a,
#sections ul > li.active > a:focus,
#sections ul > li.active > a:hover,
#sections ul > li.active > a:first-letter {
  color: #fff;
}
#input_recherche {
  float: left;
  height: 31px;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-collapse: separate;
  margin-top: 9px;
  margin-left: 15px;
}
@media only screen and (min-width: 1400px) {
  #input_recherche {
    width: 13%;
  }
}
@media only screen and (max-width: 1400px) {
  #input_recherche {
    width: 8%;
  }
}
#input_recherche input[type=text] {
  color: #404040;
  margin-top: 6px;
  padding: 0 0 0 12px;
  font-size: 14px;
  border: 0;
  outline: none;
  background-color: transparent;
}
@media only screen and (min-width: 1400px) {
  #input_recherche input[type=text] {
    width: 78%;
  }
}
@media only screen and (max-width: 1400px) {
  #input_recherche input[type=text] {
    width: 49%;
  }
}
#input_recherche button[type=submit] {
  display: table-cell;
  height: 31px;
  padding: 0 0 0 10px;
  border-left: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-collapse: separate;
  cursor: pointer;
  background-color: transparent;
  position: relative;
}
#barre_profil {
  float: right;
  min-width: 200px;
  min-height: 24px;
  position: relative;
  font-size: 10px;
  left: -20px;
}
#barre_profil #form_ico_login {
  padding: 8px;
}
#barre_profil #form_ico_login input {
  margin-bottom: 5px;
}
#barre_profil #form_ico_login #lien_mdp_perdu {
  color: #404040;
  font-weight: bold;
  padding: 0px;
}
#barre_profil #form_ico_login #lien_mdp_perdu:hover,
#barre_profil #form_ico_login #lien_mdp_perdu:focus {
  text-decoration: underline;
}
#barre_profil #connected > li > a {
  padding-top: 5px;
  padding-bottom: 0px;
}
#barre_profil #connected .avatar_icob {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 6px;
  vertical-align: middle;
}
/* Popup */
#background-popup {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 1;
  overflow: hidden;
}
#divPopupError {
  text-align: center;
  font-weight: bold;
  color: #B94A48;
  border: 1px solid #EED3D7;
  background-color: #F2DEDE;
  -moz-border-radius: 10px;
}
/* buttons */
.button {
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  float: right;
}
.button:hover {
  background-color: #111111;
  color: #FFFFFF;
  text-decoration: none !important;
}
.small.button {
  font-size: 11px;
}
.large.button {
  font-size: 14px;
  padding: 8px 19px 9px;
}
.green.button {
  background-color: #91BD09;
}
.green.button:hover {
  background-color: #749A02;
}
/* tooltip */
.counter {
  background: none repeat scroll 0 0 #5D93DB;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 0.6em;
  height: 11px;
  line-height: 11px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 18px;
  z-index: 99;
}
/* barre utilisateur */
/*#profil_menu:hover{
    background: #CCCCCC;
    cursor: pointer;
}*/
.logout-img {
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.dropup,
.dropdown {
  position: relative;
  list-style: none;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 6px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin-top: 5px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #676767;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #676767;
  text-decoration: none;
  background-color: #E5E5E5;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
/* Message d'alerte pour le JS */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
#page h2 a.editer {
  margin-right: -3px;
}
/* Outils de la page */
#page a.editer {
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #FFFFFF !important;
  cursor: pointer;
  float: right;
  font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
  position: relative;
  background-color: #91BD09;
  text-decoration: none;
  margin-right: 1px;
  margin-left: 5px;
}
#page a.editer:hover {
  color: #FFFFFF;
  text-decoration: none !important;
  background-color: #749A02;
}
#page a.editer_left {
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
  position: relative;
  background-color: #91BD09;
  text-decoration: none;
  margin-left: 1%;
  margin-top: 1%;
}
#page a.editer_left:hover {
  color: #FFFFFF;
  text-decoration: none !important;
  background-color: #749A02;
}
p.retour a {
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 3px #CCCCCC;
  clear: both;
  color: #555555 !important;
  cursor: pointer;
  float: right;
  font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  margin: 36px;
  padding: 3px 6px;
  position: relative;
  text-decoration: none;
}
p.retour a:hover {
  text-decoration: none!important;
}
p.vide,
p.vide-mini,
table td.vide {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #3A87AD;
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  -moz-border-radius: 10px;
  min-height: 15px;
}
p.vide-mini {
  margin-top: 0;
}
.contenu .fiche-mini {
  width: 700px;
  float: left;
}
.contenu .fiche-mini-magazine {
  width: 530px;
  float: left;
}
.contenu .image {
  float: right;
  vertical-align: top;
}
.search_form table {
  background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EDEDED)) repeat scroll 0 0 transparent;
  border: 1px solid #D2D2D2;
  padding: 3px;
}
#count {
  background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EDEDED)) repeat scroll 0 0 transparent;
  border: 1px solid #D2D2D2;
  display: inline-block;
  padding: 5px;
  width: 192px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
form#verification dl.help dt {
  margin-top: 3px;
}
.widget_corps span.aide {
  font-style: italic;
  color: grey;
  font-size: 10px;
}
.accueil .centre_bloc {
  text-align: center;
}
.accueil .centre_bloc .chronique {
  width: 33%;
  float: left;
}
.accueil .centre_bloc .chronique > div {
  background-color: #f2f2f2;
  margin: 2px;
  padding: 10px;
  height: 110px;
  overflow: hidden;
}
.accueil .centre_bloc .chronique .chronique_image_lien {
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
.top_link {
  position: fixed;
  right: 20%;
  width: 60px;
  height: 60px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  display: none;
  background: url(../images/general/pictos/top.png) repeat scroll -2px -1px #444444;
  opacity: 0.9;
  z-index: 2000;
}
.commentaire-public,
.commentaire-public-long,
.commentaire-public-short {
  max-width: 757px;
  word-wrap: break-word;
}
.commentaire-public-long {
  max-width: 980px;
}
.commentaire-public-short {
  max-width: 490px;
}
.widget_corps input[type=file] {
  width: 255px;
}
/*------INFOS--------*/
#divFicheHentai,
.hentai {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #BF54B2;
  border: 1px solid #EED4F9;
  background-color: #F6E3F9;
}
/* EPISODE */
#page.fiche div.contenu .a_commencer h2 {
  color: #AA0000;
}
#page.fiche div.contenu .termine h2 {
  color: green;
}
.bouton_don {
  border: 2px solid #ccc;
  border-radius: 3px;
  color: #f8f8f8 !important;
  background-color: #80C32B;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 6px;
  text-decoration: none;
  cursor: pointer;
}
.bouton_don span {
  border-bottom: 1px dashed #f8f8f8;
}
.bouton_don.anime {
  border-color: #A2155A;
  background-color: #b91867;
}
.bouton_don.manga {
  border-color: #FF8F39;
  background-color: #ff9d53;
}
.bouton_don.drama {
  border-color: #7E118E;
  background-color: #9214a5;
}
.bouton_don.novel {
  border-color: #0285BD;
  background-color: #0297d6;
}
.bouton_don:hover {
  color: #fff !important;
  background-color: #8dd235;
  text-decoration: none;
}
.bouton_don:hover span {
  border-bottom-style: solid;
}
.bouton_don:hover.anime {
  background-color: #cf1b73;
}
.bouton_don:hover.manga {
  background-color: #ffac6c;
}
.bouton_don:hover.drama {
  background-color: #a616bc;
}
.bouton_don:hover.novel {
  background-color: #03a9ef;
}
.bouton_don_planning {
  margin-top: 10px;
  margin-right: 18px;
  text-align: right;
}
.bouton_don_planning .bouton_don {
  font-size: 14px !important;
}
/*# sourceMappingURL=icobar_tmp.css.map */