#phoenix-modal-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: crosshair;
}
#phoenix-modal-panel {
  position: absolute;
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #d6d6d6;
  cursor: default;
}
#phoenix-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: black;
  text-align: center;
  font-size: 22px;
  font-family: 'Carter One', 'Alegreya Sans', sans-serif;
  width: 32px;
  height: 32px;
  background-color: #ececec;
  cursor: pointer;
}
#phoenix-modal-body {
  color: black;
}
body,
html {
  padding: 0;
  margin: 0;
}
body {
  text-align: center;
  background: #48f5fc;
  background: url(/design/bg-stars.png) repeat-x, url(/design/bg-cloud.png) left 0 bottom 0 no-repeat, #48f5fc linear-gradient(to bottom,#040652 0%,#254ae5 20%,#48f5fc 100%);
  background-attachment: fixed;
  color: black;
}
@keyframes bodybg {
  from {
    background-position: top left, left -800px bottom 0, center;
  }
  to {
    background-position: top left, left 2000px bottom 0, center;
  }
}
a,
a:visited {
  color: black;
}
.simplemodal-container {
  background: #def;
  box-sizing: border-box;
}
@media (min-width: 681px) {
  .simplemodal-container {
    border: 2px solid black;
    border-radius: 1em;
  }
}
.dbm_quick_popup {
  display: none;
  margin: 4em;
  padding: 1em;
  cursor: pointer;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  background: #fff;
}
@media (max-width: 800px) {
  .dbm_quick_popup {
    margin: 1em;
    padding: 0.2em;
  }
}
.center {
  text-align: center;
  text-indent: 0;
}
table.center td {
  text-align: center;
}
.small {
  font-size: small;
}
hr,
.spacer {
  border: none;
  display: block;
  clear: both;
  width: 1px;
  height: 1px;
}
img {
  border: none;
}
img.border {
  border: 1px solid;
}
.left {
  float: left;
  margin-right: 0.2em;
}
.right {
  float: right;
  margin-left: 0.2em;
}
p.l {
  margin: 0;
}
p.youtube {
  text-align: center;
  margin: 1em auto;
  width: 560px;
  height: 350px;
  position: relative;
}
p.youtube div {
  position: absolute;
  right: -15em;
  top: 50px;
  width: 10em;
  font: 0.8em sans-serif;
}
p.youtube iframe {
  width: 560px;
  height: 349px;
  border: none;
}
@media (max-width: 800px) {
  *[nomobile] {
    display: none;
  }
  *[desktop] {
    display: none;
  }
}
@media (min-width: 801px) {
  *[mobile] {
    display: none;
  }
  *[nodesktop] {
    display: none;
  }
}
@media print {
  *[dont-print] {
    display: none;
  }
}
.myflex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
table.cols {
  width: 100%;
  border-collapse: collapse;
  margin: 0 -6px;
}
table.cols td,
table.cols th {
  padding: 6px;
  vertical-align: top;
}
#debug_messages {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  max-height: calc(98%);
  overflow: auto;
  background: white;
  border: 1px solid black;
  margin: 1em;
  text-align: left;
  font: 0.8em sans-serif;
}
#debug_messages>h4 {
  cursor: pointer;
  margin: 0;
  padding: 0.4em;
  background: #ccc;
}
#debug_messages>div {
  margin: 0.4em;
}
@media (max-width: 900px) {
  #debug_messages {
    font: 0.5em sans-serif;
  }
}
@media print {
  #debug_messages {
    display: none;
  }
}
.myprintr span {
  color: red;
}
.myprintr span.ak {
  color: green;
}
div.vardisplay>table {
  border-collapse: collapse;
}
div.vardisplay>table>thead>tr>th,
div.vardisplay>table>tbody>tr>td {
  border: 1px solid;
  padding: 0.2em 0.3em;
}
.txt_Bangers {
  font-family: 'Bangers', cursive;
  font-size: 0.900em;
  line-height: 1.100;
  letter-spacing: 0.07em;
}
.txt_Balsamiq {
  font-family: 'Balsamiq Sans', cursive;
  font-size: 0.950em;
  line-height: 1.000;
}
.txt_Balsamiq-UC {
  font-family: 'Balsamiq Sans', cursive;
  font-size: 0.820em;
  line-height: 1.000;
  text-transform: uppercase;
}
.txt_Carter-One {
  font-family: 'Carter One', cursive;
  font-size: 0.900em;
  line-height: 1.000;
}
.txt_Gochi-Hand {
  font-family: 'Gochi Hand', cursive;
  font-size: 1.000em;
  line-height: 1.000;
}
.txt_Gochi-Hand-UC {
  font-family: 'Gochi Hand', cursive;
  font-size: 0.900em;
  line-height: 1.000;
  text-transform: uppercase;
}
.txt_Kalam {
  font-family: 'Kalam', cursive;
  font-size: 0.900em;
  line-height: 1.000;
}
.txt_Kalam-UC {
  font-family: 'Kalam', cursive;
  font-size: 0.850em;
  line-height: 1.000;
  text-transform: uppercase;
}
.txt_Neucha {
  font-family: 'Neucha', cursive;
  font-size: 1.000em;
  line-height: 1.000;
}
.txt_Pangolin {
  font-family: 'Pangolin', cursive;
  font-size: 0.950em;
  line-height: 1.000;
}
.txt_Pangolin-UC {
  font-family: 'Pangolin', cursive;
  font-size: 0.850em;
  line-height: 1.000;
  text-transform: uppercase;
}
.txt_Patrick-Hand {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.000em;
  line-height: 1.000;
}
.txt_Patrick-Hand-UC {
  font-family: 'Patrick Hand', cursive;
  font-size: 0.930em;
  line-height: 1.000;
  text-transform: uppercase;
}
.txt_Permanent-Marker {
  font-family: 'Permanent Marker', cursive;
  font-size: 0.850em;
  line-height: 1.100;
}
.txt_Balsamiq-small {
  font-family: 'Balsamiq Sans', cursive;
  font-size: 1.000em;
  line-height: 1.000;
}
.txt_Kosugi-Maru {
  font-family: 'Kosugi Maru', cursive;
  font-size: 0.850em;
  line-height: 1.000;
}
.txt_Fira-Sans-Condensed {
  font-family: 'Fira Sans Condensed', cursive;
  font-size: 1.000em;
  line-height: 1.000;
}
.txt_Ruslan-Display {
  font-family: 'Ruslan Display', cursive;
  font-size: 0.810em;
  line-height: 1.000;
}
.txt_Kalam-UC>.balloon {
  padding-top: 0.3em;
}
div.dbm-tags>span {
  display: inline-block;
  font: 0.8em sans-serif;
  background: #8AF;
  border-radius: 0.5em;
  padding: 0.1em 0.3em;
  margin: 0.1em;
}
h1,
h2 {
  clear: both;
  text-align: center;
}
h4 {
  margin: 0;
}
a {
  color: #095;
}
a:visited {
  color: #074;
}
div.im {
  text-align: left;
  height: 120px;
  clear: both;
}
div.im img {
  float: left;
  margin: 0.2em;
}
div.im div {
  height: 94px;
  overflow: auto;
  border: 1px solid;
  font: small sans-serif;
  margin: 0.2em;
  padding: 3px;
}
@media (min-width: 601px) {
  div.im {
    padding-top: 0.5em;
    margin: 0 10%;
  }
}
.cimg {
  width: 152px;
  background: #000;
  color: #FFF;
  text-align: center;
  font: 0.8em sans-serif;
  padding: 1px;
}
.cimg img {
  margin: 1px;
}
.dbm-big-font {
  font-family: 'Bangers', cursive;
  letter-spacing: 0.07em;
}
body#ru_RU .dbm-big-font,
body#bg_BG .dbm-big-font {
  font-family: 'Ruslan Display', cursive;
  letter-spacing: normal;
}
body#jp .dbm-big-font,
body#cn .dbm-big-font {
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: normal;
}
body#gr_GR .dbm-big-font {
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: normal;
}
h1.horscadrelect {
  border: 2px solid black;
  background: #2143a3;
  margin: 0 2em;
  color: #ddf;
  border-radius: 0.3em;
}
.cadrelect {
  border: 1px solid black;
  background: url(/design/semiwhitebg.png);
  padding: 10px;
  margin: 5px auto;
  text-align: justify;
}
.cadrelect h1 {
  border: 2px solid black;
  background: #2143a3;
  margin: 0 2em;
  color: #ddf;
  border-radius: 0.3em;
}
.cadrelect h2 {
  border: 1px solid;
  background: #6e89d5;
  margin: 1em 2em;
}
.cadrelect h3 {
  background: #8AF;
  text-align: center;
  margin: 0;
  padding: 0.1em;
}
.cadrelect a {
  color: #074;
  font-weight: bold;
}
.cadrelect a:visited {
  color: #032;
}
.cadrelect img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cadrelect h1,
  h1.horscadrelect {
    border-width: 1px;
    margin: 0;
  }
}
.cadre-yellow {
  font-size: 1.2em;
  max-width: 30em;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  background: #ffa;
  color: #a40;
  border: 3px solid #f70;
}
#content {
  margin: 5px;
}
#dbm-menu {
  position: absolute;
  top: 0;
  z-index: 50;
}
#dbm-menu>a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: black;
  font-family: 'Bangers', cursive;
  letter-spacing: 0.07em;
  font-size: 1.5em;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  border: 1px solid #000;
  padding: 0.6rem;
  background-size: cover;
}
html[dir="rtl"] #dbm-menu>a {
  text-align: right;
}
body#ru_RU #dbm-menu>a,
body#bg_BG #dbm-menu>a {
  font-family: 'Ruslan Display', cursive;
  letter-spacing: normal;
}
body#jp #dbm-menu>a,
body#cn #dbm-menu>a {
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: normal;
}
body#gr_GR #dbm-menu>a {
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: normal;
}
#dbm-menu>a img {
  vertical-align: bottom;
}
#dbm-menu>a#admin-link {
  background-image: url(/design/menu/bg09.jpg);
  text-align: center;
}
#dbm-menu>a#admin-link img {
  width: 60px;
  border-radius: 10px;
}
#dbm-menu>a#change_language {
  background-image: url(/design/menu/bg05.jpg);
}
#dbm-menu>a#change_language img {
  height: 1em;
}
#dbm-menu>a#dbm-menu-accueil {
  background-image: url(/design/menu/bg02.jpg);
}
#dbm-menu>a#dbm-menu-chapters {
  background-image: url(/design/menu/bg03.jpg);
}
#dbm-menu>a#dbm-menu-strip {
  background-image: url(/design/menu/bg04.jpg);
}
#dbm-menu>a#dbm-menu-authors {
  background-image: url(/design/menu/bg06.jpg);
}
#dbm-menu>a#dbm-menu-social {
  background-image: url(/design/menu/bg08.jpg);
  text-align: center;
}
#dbm-menu>a#dbm-menu-social img {
  height: 2em;
}
#dbm-menu>a#dbm-menu-accueil,
#dbm-menu>a#dbm-menu-strip,
#dbm-menu>a#dbm-menu-authors,
#dbm-menu>a#dbm-menu-social {
  font-size: 2em;
}
#dbm-menu>a#dbm-menu-chapters {
  font-size: 2.7em;
}
#dbm-menu>a#dbm-menu-fanarts {
  background-image: url(/design/menu/bg11.jpg);
}
#dbm-menu>a#dbm-menu-faq {
  background-image: url(/design/menu/bg07.jpg);
}
#dbm-menu>a#dbm-menu-tournament {
  background-image: url(/design/menu/bg13.jpg);
}
#dbm-menu>a#dbm-menu-listing {
  background-image: url(/design/menu/bg14.jpg);
}
#dbm-menu>a#dbm-menu-bonuses {
  background-image: url(/design/menu/bg09.jpg);
}
#dbm-menu>a#dbm-menu-event {
  background-image: url(/design/menu/bg10.jpg);
}
#dbm-menu>a#dbm-menu-promote {
  background-image: url(/design/menu/bg12.jpg);
}
#dbm-menu>a#dbm-menu-partenaires {
  background-image: url(/design/menu/bg01.jpg);
}
@media (max-width: 900px) {
  #dbm-menu {
    left: 0;
    width: 100%;
    font-size: 1.2em;
  }
  #dbm-menu>.dbm-mobile-menu-navigation {
    background: url(/design/mob-menu-icon.png);
    cursor: pointer;
    width: 60px;
    height: 50px;
    margin: 5px;
  }
  #dbm-menu>a {
    display: none;
  }
  #dbm-menu.opened>a {
    display: block;
  }
}
@media (min-width: 901px) {
  html[dir="ltr"] #content {
    margin-left: 230px;
  }
  html[dir="rtl"] #content {
    margin-right: 230px;
  }
  #dbm-menu {
    width: 214px;
  }
  html[dir="ltr"] #dbm-menu {
    left: 0;
  }
  html[dir="rtl"] #dbm-menu {
    right: 0;
  }
  #dbm-menu>.dbm-mobile-menu-navigation {
    display: none;
  }
  #dbm-menu>a:not(#admin-link) {
    border-top: none;
  }
}
h1#dbm-h1-title {
  text-align: center;
  margin: 0.3em;
}
@media (max-width: 900px) {
  h1#dbm-h1-title {
    color: #c93620;
    font: normal 60px/50px Bangers, Impact, Charcoal, sans-serif;
    -webkit-text-stroke: 2px black;
    text-shadow: 4px 4px 0 rgba(0,0,0,0.5);
    margin-left: 65px;
  }
  h1#dbm-h1-title span {
    color: #fff53e;
  }
  html[dir="rtl"] h1#dbm-h1-title {
    margin-left: 0;
    margin-right: 65px;
  }
}
@media (min-width: 901px) {
  h1#dbm-h1-title {
    width: 583px;
    height: 103px;
    background: transparent url(/design/h1-titre.png) center center no-repeat;
    background-size: contain;
    font-size: 0;
  }
}
@media (max-width: 450px) {
  h1#dbm-h1-title {
    font-size: 40px;
  }
}
#languages_list {
  display: none;
}
#languages_list>div {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: white;
  border: 2px solid black;
  padding: 4px;
  text-align: center;
}
#languages_list>div>a[rel="close"] {
  text-decoration: none;
  text-align: right;
  flex-grow: 1;
  font: 2em sans-serif;
  color: black;
  padding-top: 0.4em;
  padding-right: 0.6em;
}
@media (max-width: 900px) {
  #languages_list>div>a {
    width: 22%;
  }
}
@media (min-width: 901px) {
  #languages_list>div>a img {
    margin: 10px;
  }
}
#content iframe.jaimefb {
  border: none;
  height: 25px;
  width: 100%;
  overflow: hidden;
}
p.partenaires {
  text-align: center;
  margin: 0.5em;
}
@media print {
  #content {
    margin: 0;
  }
  #dbm-menu,
  h1#dbm-h1-title,
  #languages_list,
  #content iframe.jaimefb,
  p.partenaires {
    display: none;
  }
}
div.dapage {
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
}
div.dapage #balloonsimg {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid black;
}
@media screen and (min-width: 900px) {
  div.dapage #balloonsimg {
    box-shadow: 15px 15px 8px rgba(0,0,0,0.5);
  }
}
div.dapage img#balloonsimg {
  max-width: 99%;
}
div.dapage div#balloonsimg {
  position: relative;
  background: top left no-repeat;
}
div.dapage div#balloonsimg div {
  position: absolute;
  text-align: center;
  color: black;
}
div.dapage div.textstrip {
  display: none;
}
p#last_news_trailer {
  margin: 0 2em 0.5em 2em;
  padding: 0.5em;
  background: rgba(0,0,0,0.48);
}
p#last_news_trailer a {
  text-decoration: none;
  font: 1.5em Arial, sans-serif;
}
p#last_news_trailer a:hover {
  text-decoration: underline;
}
p.error {
  position: fixed;
  left: 3em;
  width: 10em;
  bottom: 10%;
  border: 2px solid;
  color: red;
  background: #fdd;
  z-index: 99;
  text-align: center;
  font: bold 0.8em sans-serif;
}
p.error a,
p.error a:visited {
  color: #c00;
}
h2.comments {
  color: white;
}
div.reader_comment {
  text-align: left;
  border: 1px #620 solid;
  border-bottom: none;
  background: #FD5;
  width: 100%;
  overflow: hidden;
}
div.reader_comment:last-child {
  border-bottom: 1px #620 solid;
}
div.reader_comment h2,
div.reader_comment div {
  padding: 0.2em;
  text-align: left;
}
div.reader_comment h2 {
  background: #D90;
  color: white;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0.2em 0.5em;
  clear: none;
}
div.reader_comment form {
  margin: 0;
}
div.reader_comment form h2 input {
  background: #FE9;
  font-size: 0.8em;
  margin: 0.1em;
}
div.reader_comment form textarea {
  background: #FE9;
  width: 90%;
  margin: 0.5em auto;
}
div.reader_comment form div.special {
  margin: 0;
  padding: 0;
  font: x-small sans-serif;
}
div.reader_comment span.date {
  color: #500;
  float: right;
}
div.reader_comment img.gravatar {
  float: left;
  margin: 3px;
}
div.reader_comment img.av {
  float: left;
  margin: 3px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
div.reader_comment a {
  color: #05b;
}
div.reader_comment a:visited {
  color: #025;
}
div.reader_comment span.quote {
  color: #1C5538;
}
div.reader_comment .dbmc-wrap {
  overflow: hidden;
  max-height: 400px;
  background-image: linear-gradient(transparent 80%,#000 100%);
}
div.reader_comment .dbmc-wrap+div {
  text-align: center;
  height: 0;
}
div.reader_comment .dbmc-wrap+div>button {
  position: relative;
  top: -2em;
}
div.reader_comment .spoiler>div {
  border: 1px dotted #a50;
  display: none;
}
div.reader_comment button {
  color: #800;
  border-color: #b55;
  background: #f90;
}
div.reader_comment img {
  max-width: 400px;
  max-height: 200px;
}
div.reader_comment img:hover {
  max-width: 1200px;
  max-height: 1000px;
}
@media (max-width: 600px) {
  div.reader_comment img {
    max-width: 300px;
    max-height: 100px;
  }
}
div.reader_comment a.colorbox {
  display: block;
  float: right;
  border: 1px solid black;
  margin: 0.5em;
  width: 15em;
  color: white;
  font: 0.7em sans-serif;
}
html[dir=rtl] div.reader_comment {
  text-align: inherit;
}
html[dir=rtl] div.reader_comment h2,
html[dir=rtl] div.reader_comment div {
  text-align: inherit;
}
html[dir=rtl] div.reader_comment img.gravatar {
  float: right;
}
html[dir=rtl] div.reader_comment img.av {
  float: right;
}
html[dir=rtl] div.reader_comment h2 {
  text-align: right;
}
html[dir=rtl] div.reader_comment span.date {
  float: left;
}
div.author_comment {
  background: #FF8;
}
div.author_comment h2 {
  background: #BB4;
}
#portrait {
  display: none;
  width: 780px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -400px;
  z-index: 888;
  cursor: pointer;
}
#portrait img {
  float: right;
  margin-left: -150px;
}
#portrait div {
  width: 180px;
  padding: 5px;
  margin-top: 120px;
  text-align: center;
  background: white;
  border: 2px solid #555;
  float: left;
}
div.dbm_convention_team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.dbm_convention_team>div {
  flex: 0 1 45%;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  div.dbm_convention_team>div {
    flex: 0 1 95%;
  }
}
div.dbm_convention_team>div>img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
#strips_links {
  overflow: auto;
}
#strips_links>div {
  width: 3000px;
  display: flex;
}
#strips_links>div img {
  width: auto;
  height: 100px;
  border: 1px solid #580b0b;
  border-right: none;
}
#strips_links>div img:last-child {
  border-right: 1px solid #580b0b;
}
@media (max-width: 800px) {
  #strips_links {
    display: none;
  }
}
.bonus {
  max-width: 700px;
}
.bonus img {
  margin: 4px;
  border: 1px solid black;
  vertical-align: middle;
}
ul.bonuslist li {
  margin-bottom: 1em;
}
#page1000 {
  text-align: center;
  max-width: 805px;
}
#page1000 img {
  margin: 4px 5px 15px 5px;
}
#page1000 b {
  font: bold 1em sans-serif;
}
#page1000.cadrelect h1 {
  margin-bottom: 1em;
}
#page1000.cadrelect h2 {
  margin: 1.5em 2em 0.2em 2em;
}
.faq {
  max-width: 50em;
  padding: 1.5em;
}
.faq h4 {
  margin: 1em 0 0 0;
}
.faq h4::before,
.faq .faq h4::after {
  content: " ★ ";
  color: #347;
}
.faq p {
  margin: 0;
  text-indent: 2em;
}
div.promos table {
  text-align: center;
}
div.promos tr.space td,
div.promos table.space td {
  padding-bottom: 2em;
}
div.promos table.space div.htmlcode {
  font: 1em monospace;
  border: 1px dotted;
  padding: 0.4em;
  overflow: auto;
}
div.promos table.space div.credit {
  font: x-small sans-serif;
  text-align: right;
}
div.promos table.space a {
  color: black;
}
div.navigation {
  text-align: center;
  font: bold 25px 'Comic Sans Ms', Verdana, sans-serif;
  color: #fff;
}
div.navigation a {
  display: inline-block;
  width: 60px;
  height: 50px;
  border: none;
  vertical-align: middle;
  background: #ff0;
  font-size: 0;
  text-decoration: none;
  background-size: contain !important;
}
div.navigation a[rel="first"] {
  background: url(/design/nav/first.png);
}
div.navigation a[rel="prev"] {
  background: url(/design/nav/prev.png);
}
div.navigation a[rel="next"] {
  background: url(/design/nav/next.png);
}
div.navigation a[rel="last"] {
  background: url(/design/nav/last.png);
}
div.navigation a[rel="chprev"] {
  background: url(/design/nav/ch-prev.png);
}
div.navigation a[rel="chnext"] {
  background: url(/design/nav/ch-next.png);
}
div.navigation a[rel="parent"] {
  background: url(/design/nav/radar.png);
}
html[dir="rtl"] div.navigation a[rel="first"] {
  background: url(/design/nav/last.png);
}
html[dir="rtl"] div.navigation a[rel="prev"] {
  background: url(/design/nav/next.png);
}
html[dir="rtl"] div.navigation a[rel="next"] {
  background: url(/design/nav/prev.png);
}
html[dir="rtl"] div.navigation a[rel="last"] {
  background: url(/design/nav/first.png);
}
html[dir="rtl"] div.navigation a[rel="chprev"] {
  background: url(/design/nav/ch-next.png);
}
html[dir="rtl"] div.navigation a[rel="chnext"] {
  background: url(/design/nav/ch-prev.png);
}
div.navigation a[rel="prev"],
div.navigation a[rel="next"] {
  width: 120px;
  height: 100px;
}
@media (max-width: 900px) {
  div.navigation {
    font-size: 20px;
  }
  div.navigation a {
    width: 30px;
    height: 25px;
  }
  div.navigation a[rel="prev"],
  div.navigation a[rel="next"] {
    width: 60px;
    height: 50px;
  }
  div.navigation span.page {
    display: block;
  }
}
.special-navigation {
  display: flex;
  max-width: 30em;
  margin: 1em auto;
  text-align: center;
  background: #efd;
  color: black;
  border: 3px solid #79b;
  text-decoration: none;
}
.special-navigation>div {
  padding: 1em;
}
.special-navigation>img {
  height: 4em;
}
.dbm-colors-link {
  font-size: 1.1em;
  text-align: right;
}
.dbm-colors-link::after {
  display: inline-block;
  content: ' ';
  background: transparent url(/design/dbmcolors-color.png) no-repeat;
  background-size: contain;
  width: 2em;
  height: 2.5em;
  vertical-align: middle;
}
.dbm-colors-link.dbm-colors-link-from::after {
  background-image: url(/design/dbmcolors-grey.png);
}
.dbm-colors-link>a {
  color: black;
}
@media print {
  div.navigation {
    display: none;
  }
  .dbm-colors-link {
    display: none;
  }
  div.dapage {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
}
#xxi-smoke {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#xxi-smoke>img {
  position: absolute;
  width: 20%;
  height: 20%;
  margin: -10%;
  animation: fadeIn 3s;
}
#xxi-smoke-stop {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0.3rem;
  text-align: center;
  color: white;
  background: black;
  cursor: pointer;
  font: bold 1rem sans-serif;
  animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.DbmBuuChallenges div.readerAnswer {
  z-index: 10;
}
body.DbmBuuChallenges div.readerAnswer span {
  white-space: pre-line;
}
body.DbmBuuChallenges div.readerAnswer textarea {
  width: 100%;
  height: 5rem;
}
body.DbmBuuChallenges div.readerAnswer button {
  opacity: 0;
}
body.DbmBuuChallenges div.readerAnswer:hover button {
  opacity: 1;
}
div.DbmBuuChallengesCopyWrapper {
  position: absolute;
  top: 57%;
  left: 36%;
  width: 58.7%;
  height: 7.2%;
  z-index: 1;
  overflow: hidden;
}
div.DbmBuuChallengesCopyWrapper>div {
  width: 85%;
  transform-origin: top left;
  transform: rotate(6deg) translate(11%,0);
  min-height: 91px;
}
div.dapage div#balloonsimg div.DbmBuuChallengesCopyWrapper div {
  position: static;
  text-align: left;
}
div.DbmBuuChallengesCopyAlt {
  transform-origin: center;
  transform: rotate(6deg) translate(11%,0);
}
img.DbmBuuChallengesFG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
img.DbmBuuChallengesBuuCom {
  float: right;
  animation: 2s linear teleportingAnim infinite alternate;
}
@keyframes teleportingAnim {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
body.DbmBuuChallengesControl {
  cursor: url(/imgs/strip_buu_challenges/c1.png) 2 2, auto;
}
body.DbmBuuChallengesControl a[href] {
  cursor: url(/imgs/strip_buu_challenges/c2.png) 2 2, auto;
}
@media (min-width: 901px) {
  body.DbmBuuChallengesControl h1#dbm-h1-title {
    background-image: url(/imgs/strip_buu_challenges/logo.png);
  }
}
#DbmBuuChallengesTimeM {
  position: absolute;
}
#DbmBuuChallengesTimeM>img {
  width: 100%;
  animation: 1s ease-in-out floatQuietly infinite alternate;
}
@keyframes floatQuietly {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 5%;
  }
}
#balloonsimg.p2167 {
  overflow: hidden;
}
#balloonsimg.p2167>* {
  position: absolute;
}
.shaking {
  animation: shakeAnim 0.5s;
  animation-iteration-count: infinite;
}
@keyframes shakeAnim {
  0% {
    transform: translate(1px,1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px,-2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px,0px) rotate(1deg);
  }
  30% {
    transform: translate(3px,2px) rotate(0deg);
  }
  40% {
    transform: translate(1px,-1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px,2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px,1px) rotate(0deg);
  }
  70% {
    transform: translate(3px,1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px,-1px) rotate(1deg);
  }
  90% {
    transform: translate(1px,2px) rotate(0deg);
  }
  100% {
    transform: translate(1px,-2px) rotate(-1deg);
  }
}
.bright {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.bright-entry {
  animation: fadeIn 300ms reverse forwards;
}
#balloonsimg.p2379 {
  overflow: hidden;
}
#balloonsimg.p2379>* {
  position: absolute;
  top: 0;
  left: 0;
}
#balloonsimg.p2379>[dbmbox] {
  top: 379px;
  left: 91px;
}
.SqlResultNavigator {
  font: 1em/2em Arial, Helvetica, sans-serif;
  padding: 1em 0;
  margin: 0;
}
.SqlResultNavigator>* {
  margin: 2px;
  padding: 2px 8px;
  background: #fff;
  border: solid 2px #ddd;
  font-weight: bold;
}
.SqlResultNavigator a,
.SqlResultNavigator a:link {
  color: #06D;
  text-decoration: none;
}
.SqlResultNavigator a:visited {
  color: #27C;
}
.SqlResultNavigator a:active,
.SqlResultNavigator a:hover {
  color: #fff;
  background: Silver;
  border-color: Gray;
}
.SqlResultNavigator b,
.SqlResultNavigator span.current {
  color: black;
}
#accueil-base {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
  text-align: center;
}
#accueil-base>div {
  box-sizing: border-box;
  margin: 0.4rem;
}
#accueil-base>div.whats_new {
  background: #99E;
}
#accueil-base>div#whatisdbm h3 {
  font-family: 'Bangers', cursive;
  letter-spacing: 0.07em;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
body#ru_RU #accueil-base>div#whatisdbm h3,
body#bg_BG #accueil-base>div#whatisdbm h3 {
  font-family: 'Ruslan Display', cursive;
  letter-spacing: normal;
}
body#jp #accueil-base>div#whatisdbm h3,
body#cn #accueil-base>div#whatisdbm h3 {
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: normal;
}
body#gr_GR #accueil-base>div#whatisdbm h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: normal;
}
#accueil-base>div#whatisdbm p#read_comic {
  font-size: 2rem;
  margin: 0.5rem;
}
@media (max-width: 800px) {
  #accueil-base>div {
    flex: 1 1 160px;
  }
  #accueil-base>div.news,
  #accueil-base>div#whatisdbm {
    flex: 1 0 100%;
    margin: 0.4rem 0;
  }
}
@media (min-width: 801px) {
  #accueil-base>div {
    flex: 0 0 160px;
  }
  #accueil-base>div.whats_new {
    background: #99e;
  }
  #accueil-base>div.news {
    flex: 1 1 600px;
  }
  #accueil-base>div#whatisdbm {
    flex: 1 1 320px;
  }
}
div.chapters-wrapper {
  text-align: left;
}
html[dir="rtl"] div.chapters-wrapper {
  text-align: right;
}
div.cadrelect.chapter {
  overflow: auto;
  padding: 5px;
  font-size: 13px;
}
div.cadrelect.chapter img {
  float: left;
  border: none;
  display: block;
  margin-right: 5px;
}
html[dir="rtl"] div.cadrelect.chapter img {
  float: right;
}
div.cadrelect.chapter p {
  margin-bottom: 0;
}
div.cadrelect.chapter p a {
  border: 1px solid;
  margin: 2px;
  display: inline-block;
  text-decoration: none;
  width: 24px;
  height: 20px;
  text-align: center;
}
div.cadrelect.chapter p a.lastpage {
  color: #a60;
  background: #ff8;
}
div.cadrelect.chapter p a.double {
  width: 54px;
}
@media (max-width: 700px) {
  div.cadrelect.chapter p a {
    width: 30px;
    margin: 10px;
  }
}
div.cadrelect.chapter.after1000 p a {
  width: 30px;
}
@media (max-width: 700px) {
  div.cadrelect.chapter p {
    clear: both;
  }
}
@media (min-width: 701px) {
  div.cadrelect.chapter.chapter-block {
    display: inline-block;
    width: 220px;
    height: 200px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_20 {
    width: 340px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_30 {
    width: 350px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_40 {
    width: 360px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_50 {
    width: 390px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_60 {
    width: 450px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_70 {
    width: 510px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_80 {
    width: 570px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_90 {
    width: 630px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_10.after1000 {
    width: 240px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_20.after1000 {
    width: 360px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_30.after1000 {
    width: 380px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_40.after1000 {
    width: 460px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_50.after1000 {
    width: 480px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_60.after1000 {
    width: 540px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_70.after1000 {
    width: 620px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_80.after1000 {
    width: 700px;
  }
  div.cadrelect.chapter.chapter-block.nb_ch_90.after1000 {
    width: 780px;
  }
  div.cadrelect.chapter.chapter-block.ch-trunks {
    width: 260px;
  }
}
@media (min-width: 701px) {
  div.cadrelect.parties.chapter.chfanfic {
    width: 142px;
    overflow: visible;
  }
}
div.cadrelect.parties.chapter.chfanfic h2 {
  margin: 0;
  width: 100%;
  font-size: 15px;
}
div.cadrelect.parties.chapter.chfanfic h3 {
  margin: 0;
  width: 100%;
  clear: both;
  background: transparent;
  font-size: 15px;
}
div.chaptersmode {
  width: 65%;
  margin: 0.5em auto;
  display: flex;
  justify-content: space-between;
}
div.chaptersmode>a {
  display: block;
  border: 1px solid black;
  background: #ccf;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  margin: 0 0.2em;
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-align: center;
}
div.chaptersmode>a.sel {
  background: #ffc;
}
@media (max-width: 440px) {
  div.chaptersmode {
    width: 95%;
  }
}
.pageslist {
  text-align: center;
}
.pageslist a img {
  margin: 5px;
  box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
}
#read-explain {
  text-align: center;
  justify-content: center;
}
#read-explain1 {
  width: 16em;
  height: 16em;
  background: url(/imgs/read/explain/characters.webp);
  background-size: contain;
  position: relative;
  font-family: 'Kalam', cursive;
  font-size: 1.05em;
  line-height: 1em;
}
#read-explain1>div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#read-explain1>div:first-child {
  top: 0.8em;
  left: 0.9em;
  width: 5em;
  height: 5em;
}
#read-explain1>div:last-child {
  top: 1em;
  left: 9.5em;
  width: 6em;
  height: 5em;
}
#read-explain h2 {
  font-size: 1.4em;
  margin: 0.5em 1em;
}
#read-explain #dbm-menu-accueil {
  display: block;
  text-align: left;
  text-decoration: none;
  color: black;
  font-family: 'Bangers', cursive;
  letter-spacing: 0.07em;
  font-size: 1.5em;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  border: 1px solid #000;
  padding: 0.6rem;
  background-size: cover;
  background-image: url(/design/menu/bg02.jpg);
  width: 5em;
  margin: 0 auto;
}
div#dbm-reads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#dbm-reads div.cadrelect.dbm-read {
  margin: 5px 0;
  width: 48%;
  margin-bottom: 1rem;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
}
@media (max-width: 900px) {
  div#dbm-reads div.cadrelect.dbm-read {
    width: 99%;
  }
}
div#dbm-reads div.cadrelect.dbm-read>h3 {
  font-family: 'Bangers', cursive;
  letter-spacing: 0.07em;
  font-size: 2rem;
  padding: 1rem;
}
body#ru_RU div#dbm-reads div.cadrelect.dbm-read>h3,
body#bg_BG div#dbm-reads div.cadrelect.dbm-read>h3 {
  font-family: 'Ruslan Display', cursive;
  letter-spacing: normal;
}
body#jp div#dbm-reads div.cadrelect.dbm-read>h3,
body#cn div#dbm-reads div.cadrelect.dbm-read>h3 {
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: normal;
}
body#gr_GR div#dbm-reads div.cadrelect.dbm-read>h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: normal;
}
@media (max-width: 900px) {
  div#dbm-reads div.cadrelect.dbm-read>h3 {
    padding: 0.2rem;
  }
}
div#dbm-reads div.cadrelect.dbm-read>div {
  margin: 0.4em 0.2em;
}
div#dbm-reads div.cadrelect.dbm-read>div.dbm-read-not-released {
  margin: 1em;
  padding: 0.5em;
  background: rgba(0,0,0,0.2);
  border-radius: 0.8em;
}
div#dbm-reads div.cadrelect.dbm-read a.illustration>img {
  float: right;
  margin-left: 0.2em;
  width: 20rem;
  height: 20rem;
}
@media (max-width: 1400px) {
  div#dbm-reads div.cadrelect.dbm-read a.illustration>img {
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 900px) {
  div#dbm-reads div.cadrelect.dbm-read a.illustration>img {
    width: 10rem;
    height: 10rem;
  }
}
.cadrelect.social-networks>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cadrelect.social-networks>div>div {
  text-align: center;
  padding: 1em;
}
.cadrelect.social-networks img {
  width: 4em;
}
.cadrelect.social-networks p+p img {
  width: 2em;
}
div.fanarts-navigation>a {
  display: block;
  padding: 0.1em 0.3em;
  border: 1px solid;
  background: #ddf;
  text-align: center;
  text-decoration: none;
}
.fanart-video>iframe {
  display: block;
  margin: auto;
  width: 800px;
  height: 600px;
  max-width: 95%;
}
@media (max-width: 700px) {
  .fanart-video>iframe {
    width: 400px;
    height: 300px;
  }
}
div.fanarts h1 {
  margin-bottom: 0.5em;
}
div.fanarts h2 {
  margin-top: 0.1em;
}
div.fanarts>div.cadrelect {
  width: 49%;
  box-sizing: border-box;
  margin: 5px 0;
  margin-bottom: 1em;
}
div.fanarts>div.cadrelect div.fanartimages img {
  margin: 0;
}
.fanart_image {
  display: block;
  background: #000 center no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  div.fanarts>div.cadrelect {
    width: 100%;
  }
}
a.fanart-author {
  text-decoration: none;
  align-items: center;
  color: black;
}
.fanart-author>img {
  width: 45%;
  height: auto;
  background: black;
}
.fanart-author>div {
  flex: 1 1 55%;
  text-align: left;
  padding: 0 1em;
  box-sizing: border-box;
}
.fanart-author>div>h4 {
  margin: 0.2em 0;
  font-size: 140%;
}
.fanart-author:nth-child(even) {
  flex-direction: row-reverse;
}
.fanart-author:nth-child(even)>div {
  text-align: right;
}
@media (max-width: 700px) {
  .fanart-author>div {
    font-weight: normal;
  }
  .fanart-author>div>h4 {
    font-size: 120%;
  }
}
.myratio {
  position: relative;
}
.myratio>img:first-child {
  display: block;
  width: 100%;
  height: auto;
}
.myratio>*:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
}
.myratio>*:last-child.fanart-video>iframe {
  width: 100%;
  height: 100%;
}
div.fanart-list {
  max-width: none;
}
div.fanart-list>h1 {
  overflow: auto;
}
div.fanart-list>h1>img {
  height: 150px;
  margin: 0 1em;
}
div.fanart-list>h1>div {
  display: inline-block;
}
div.fanart-line {
  text-align: left;
  clear: both;
}
div.fanart-line>div {
  flex: 1;
  min-width: 10em;
  height: 94px;
  overflow: auto;
  border: 1px solid;
  font: small sans-serif;
  margin: 0.2em;
  padding: 3px;
}
.fanart-line>.fanart-video>iframe {
  width: 150px;
  height: 100px;
}
div.fanart-page-desc {
  overflow: auto;
}
div.fanart-page-desc>img {
  float: left;
  height: 100px;
  margin-right: 0.5em;
}
div.fanart-images {
  text-align: center;
}
div.fanart-images img {
  background: #fff;
  border: 1px solid #000;
  -moz-box-shadow: 10px 10px 5px #aaa;
  -moz-box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 10px 10px 5px #aaa;
  -webkit-box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
  box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
  margin: 0.6em;
  max-width: 95%;
}
div.fanarts-examples {
  text-align: left;
}
div.fanarts-examples>div {
  border: 1px solid;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
  background: #8F8;
}
div.fanarts-examples>div:first-child {
  background: #F88;
}
div.fanarts-examples>div>h4 {
  font: bold 2em sans-serif;
}
div.fanarts-examples>div>div {
  display: inline-block;
  border: 1px solid;
  width: 150px;
  margin: 0.3rem;
}
div.fanarts-examples>div>div>div {
  font-weight: bold;
  background: #9bf;
  padding: 0.2rem;
}
div.fanarts-examples>div>div>img {
  width: 100%;
  margin: 0;
  border: none;
}
p.error2 {
  color: red;
  font: bold 1em sans-serif;
}
.fanfic {
  width: 35em;
  min-width: 550px;
  margin: 5px auto;
  padding: 1.5em;
}
.fanfic p {
  margin: 0;
  text-indent: 1.5em;
  text-align: justify;
}
.fanfic h1 {
  margin: 2em 0 0 0;
  text-transform: uppercase;
}
.fanfic h2 {
  margin-top: 2em;
}
.fanfic img {
  border: 1px solid #000;
  padding: 2px;
  background: #fff;
  margin: 0.8em;
}
.fanfic p.center {
  text-indent: 0;
  text-align: center;
}
.fanfic p.center img {
  margin: 0;
}
.fanfic img.left {
  float: left;
  margin-left: 0;
}
.fanfic img.right {
  float: right;
  margin-right: 0;
}
.fanfic img.nocss {
  border: none;
  background: transparent;
}
.fanfic p.fanficspace {
  font-size: 0.6em;
}
.fanfic h2+p.fanficspace {
  display: none;
}
.fanfic_u14 p,
.fanfic_u14b p,
.fanfic_u19 p {
  margin: 0.7em;
}
@media (max-width: 600px) {
  .fanfic {
    width: auto;
    min-width: 0;
    margin: 0.2em;
    padding: 0.5em;
  }
}
div.parties {
  padding: 5px;
  max-width: 30em;
  font-size: 14px;
  height: auto;
  overflow: auto;
}
div.parties b.parttitle,
div.parties a {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
div.parties b.parttitle {
  width: 6em;
  text-align: left;
}
div.parties a {
  border: 1px solid;
  margin: 2px;
  text-decoration: none;
  width: 24px;
  text-align: center;
}
div.parties a.double {
  width: 54px;
}
@media (max-width: 600px) {
  div.parties {
    max-height: 24em;
  }
  div.parties b.parttitle {
    display: block;
  }
  div.parties a {
    width: 4em;
    margin: 1em;
  }
}
@media (min-width: 1140px) {
  div.cadrelect.parties.fanfic_dbm {
    width: 17em;
    float: left;
  }
  div.fanfic_all_chapter.fanfic_dbm {
    margin-left: 17em;
  }
}
@media (min-width: 601px) and (max-width: 1139px) {
  .cadrelect.parties.fanfic_dbm {
    max-width: 17em;
  }
}
.warning {
  color: #b00;
  margin-top: 1em;
  font: bold 1.3em sans-serif;
}
.warning input {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.fanfic #hanasia_cast h3,
.fanfic #hanasia_cast h4 {
  clear: both;
}
.fanfic #hanasia_cast img {
  padding: 0;
  margin: 0 0 0 0.8em;
  border-radius: 30px;
  float: right;
}
@media (max-width: 600px) {
  .fanfic #hanasia_cast img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
}
.fanfic #hanasia_cast img.left {
  float: left;
  margin: 0 0.8em 0 0;
}
.fanfic_hanasia img.bigsound {
  border: none;
  padding: 0;
  background: transparent;
  margin: 0;
  width: 100%;
}
.fanfic_hanasia .calendar #h_read {
  width: auto;
}
.fanfic_hanasia .calendar h4 {
  background: white;
  text-align: center;
  margin: 1em 0;
  padding: 0.4em;
}
.fanfic_hanasia .calendar p {
  text-indent: 0;
}
.fanfic_hanasia .calendar p.date {
  background: rgba(255,255,255,0.53);
  padding: 0.1em 0.2em;
}
.fanfic_hanasia .calendar p.date::before {
  content: '\1F4C5 ';
}
.fanfic_hanasia .calendar table {
  border-collapse: collapse;
}
.fanfic_hanasia .calendar table td,
.fanfic_hanasia .calendar table th {
  padding: 0 0.3em;
  width: 33.3%;
  vertical-align: top;
}
.fanfic_hanasia .calendar table th>p {
  text-align: center;
  background: rgba(255,255,0,0.53);
}
.fanfic_hanasia .calendar table td {
  border-left: 1px dashed;
  border-right: 1px dashed;
}
.fanfic_hanasia .calendar table td:first-child {
  border-left: none;
}
.fanfic_hanasia .calendar table td:last-child {
  border-right: none;
}
div#arena>div {
  border: 1px solid;
  width: 90px;
  height: 60px;
  cursor: pointer;
  background-size: cover;
}
div#arena>div h2 {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
  margin-top: 15px;
  color: red;
  font: bold 23px sans-serif;
  text-shadow: 1px 1px 1px black;
}
div#udescs>div {
  display: none;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid red;
  font: 13px sans-serif;
  line-height: 16px;
  background: none, #ff5;
  background-position: center, center;
  background-size: cover, cover;
}
div#udescs>div#hello {
  display: block;
  text-align: center;
  font-weight: bold;
}
div#udescs>div#hello b {
  color: red;
}
div#udescs>div ul {
  margin-top: 0;
  text-align: left;
  font-weight: bold;
}
div#udescs>div h4 {
  text-align: center;
  font-size: 16px;
  color: red;
  margin: 0;
}
div#udescs>div h4+div {
  margin: 0.5em 0;
}
div#udescs>div h4+div+div {
  width: 50%;
  float: left;
}
div#udescs>div h4+div+div+div {
  width: 50%;
  float: left;
}
div#udescs>div h4+div+div+div+div {
  clear: both;
}
div#udescs>div h5 {
  margin: 0;
  font-size: 1em;
}
div#udescs>div#u21 {
  height: 330px;
}
div#udescs>div#u21>img {
  display: none;
}
@media (max-width: 600px) {
  div#arena {
    text-align: center;
  }
  div#arena>div {
    display: inline-block;
    width: 3.3em;
    height: 4em;
    margin: 0.2em;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  div#arena>div h2 {
    padding-top: 1em;
  }
}
@media (min-width: 601px) and (max-width: 1019px) {
  div#arena {
    text-align: center;
  }
  div#arena>div {
    display: inline-block;
    margin: 0.5em;
  }
}
@media (min-width: 1020px) {
  div#arena,
  div#udescs {
    height: 520px;
    width: 735px;
  }
  div#arena {
    position: absolute;
  }
  div#arena>div {
    position: absolute;
    transition: all 1s linear;
  }
  div#udescs {
    position: relative;
    pointer-events: none;
  }
  div#udescs>div {
    pointer-events: all;
    z-index: 30;
    position: absolute;
    left: 50%;
    top: 110px;
    margin-left: -207px;
    width: 390px;
    height: 261px;
  }
  div#udescs>div#hello {
    width: 280px;
    height: 160px;
    top: 180px;
    margin-left: -161px;
    border-radius: 150px/90px;
    background: #ff5;
  }
}
.social-network {
  max-width: 50em;
}
.social-network>table {
  width: 70%;
  margin: auto;
}
.social-network>table td {
  width: 50%;
}
iframe#twitter-widget-0 {
  width: 70% !important;
  margin: 0 auto 1em auto;
  display: block;
}
@media (max-width: 600px) {
  iframe#twitter-widget-0,
  .social-network>table {
    width: 100% !important;
  }
}
#sites_sala2 {
  display: none;
}
.the-authors {
  overflow: auto;
}
.the-authors p {
  margin: 0.5em 0;
}
.the-authors .links a[href*="chapters.html"] {
  display: inline-block;
  background: #ffd984;
  color: #9b5f14;
  border: 2px solid;
  border-radius: 0.4em;
  text-decoration: none;
  padding: 0.1em;
  vertical-align: middle;
}
.the-authors .links img {
  max-width: 1.8em;
  vertical-align: middle;
}
.cadrelect.the-authors a {
  font-weight: normal;
}
div.column-big,
div.column2,
div.column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.column-big>div,
div.column2>div {
  width: 100%;
}
div.column3>div {
  width: 32%;
}
@media (min-width: 1050px) {
  div.column2>div {
    width: 49%;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  div.column2>div {
    width: 49%;
  }
}
@media (min-width: 650px) {
  div.column-big>div {
    width: 49%;
  }
}
@media (min-width: 901px) and (max-width: 1050px) {
  div.column3>div {
    width: 49%;
  }
}
@media (min-width: 650px) and (max-width: 756px) {
  div.column3>div {
    width: 49%;
  }
}
@media (max-width: 450px) {
  div.column3>div {
    width: 49%;
  }
}
.tournament-graph {
  width: 800px;
  margin: auto;
  position: relative;
}
.tournament-graph>a {
  display: block;
  position: absolute;
  width: 125px;
  height: 43px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tournament-graph>a.round1_gauche {
  left: 4px;
}
.tournament-graph>a.round1_droite {
  right: 4px;
}
.tournament-graph>a.round2_gauche {
  left: 135px;
  height: 62px;
}
.tournament-graph>a.round2_droite {
  right: 135px;
  height: 62px;
}
.tournament-graph>a.round3_gauche {
  left: 266px;
  height: 100px;
}
.tournament-graph>a.round3_droite {
  right: 266px;
  height: 100px;
}
.tournament-graph>a.round4_gauche {
  left: 185px;
  height: 185px;
  width: 105px;
}
.tournament-graph>a.round4_droite {
  right: 185px;
  height: 185px;
  width: 105px;
}
.tournament-graph>a.round5_gauche {
  left: 270px;
  height: 340px;
  width: 90px;
}
.tournament-graph>a.round5_droite {
  right: 270px;
  height: 340px;
  width: 90px;
}
.tournament-graph>a.round6 {
  left: 293px;
  height: 115px;
  width: 212px;
}
.tournament-graph>a:hover {
  border: 3px solid red;
}
@media (max-width: 1066px) {
  .tournament-graph {
    transform: scale(0.7);
    margin: -80px -130px;
  }
}
@media (max-width: 590px) {
  .tournament-graph {
    transform: scale(0.4);
    margin: -170px -250px;
  }
}
div.ventepreview {
  text-align: center;
  border: 2px solid #520;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background: #f25800;
  background: -moz-linear-gradient(-45deg,#f25800 0%,#edf72e 58%,#f4c311 59%,#ffff21 100%);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#f25800),color-stop(58%,#edf72e),color-stop(59%,#f4c311),color-stop(100%,#ffff21));
  background: -webkit-linear-gradient(-45deg,#f25800 0%,#edf72e 58%,#f4c311 59%,#ffff21 100%);
  background: -o-linear-gradient(-45deg,#f25800 0%,#edf72e 58%,#f4c311 59%,#ffff21 100%);
  background: -ms-linear-gradient(-45deg,#f25800 0%,#edf72e 58%,#f4c311 59%,#ffff21 100%);
  background: linear-gradient(-45deg,#f25800 0%,#edf72e 58%,#f4c311 59%,#ffff21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f25800',endColorstr='#ffff21',GradientType=1);
}
div.ventepreview hr {
  border: none;
  clear: both;
}
div.ventepreview>ul {
  margin: 0.5em 20%;
  text-align: left;
}
div.ventepreview .ventepreview-ico-tomes-double img {
  width: 150px;
  margin-left: -15px;
}
div.ventepreview .ventepreview-photos-tomes-double img {
  height: 180px;
}
div#POSTER img {
  height: 340px;
}
@media (max-width: 1100px) {
  div#POSTER img {
    height: 200px;
  }
}
@media (max-width: 600px) {
  div.ventepreview img.tome_ico {
    width: 80px;
    height: 100px;
  }
  div.ventepreview>ul {
    margin: 0.5em;
  }
  div#POSTER img {
    height: 115px;
  }
  div.ventepreview .ventepreview-tomes-simples {
    display: none;
  }
  div#MANGA>img {
    display: none;
  }
}
.dbm-comment-load span.dbm-comment-load-message {
  color: #fff;
}
div.dbm_comment {
  border: 1px #620 solid;
  border-bottom: none;
  background: #FD5;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
}
html[dir=rtl] div.dbm_comment {
  text-align: right;
}
div.dbm_comment:last-child {
  border-bottom: 1px #620 solid;
}
div.dbm_comment.is_team {
  background: #FF8;
}
div.dbm_comment.deleted {
  background: #F88;
}
div.dbm_comment.banned {
  background: #FA8;
}
div.dbm_comment>.dbmc-top {
  display: block;
  background: rgba(136,51,0,0.4);
  color: white;
  padding: 0.2em;
}
div.dbm_comment>.dbmc-top img.dbmc-av {
  float: left;
  margin: 0 5px 5px 0;
  width: 90px;
  height: 90px;
  border-radius: 4px;
}
html[dir=rtl] div.dbm_comment>.dbmc-top img.dbmc-av {
  float: right;
  margin: 0 0 5px 5px;
}
@media (max-width: 800px) {
  div.dbm_comment>.dbmc-top img.dbmc-av {
    width: 50px;
    height: 50px;
  }
}
div.dbm_comment>.dbmc-top>.dbmc-nick {
  font-weight: bold;
}
div.dbm_comment>.dbmc-top>.dbmc-date {
  color: #500;
}
@media (max-width: 800px) {
  div.dbm_comment>.dbmc-top>.dbmc-date {
    display: block;
    text-align: right;
  }
}
@media (min-width: 801px) {
  div.dbm_comment>.dbmc-top>.dbmc-date {
    float: right;
  }
  html[dir=rtl] div.dbm_comment>.dbmc-top>.dbmc-date {
    float: left;
  }
}
div.dbm_comment>div.dbmc-content,
div.dbm_comment>div.dbmc-form-guest,
div.dbm_comment>div.dbmc-form-logged {
  padding: 0.2em;
}
div.dbm_comment>div.dbmc-form-guest img {
  border: none;
  width: 60px;
  border-radius: 10px;
  float: left;
  margin-right: 0.3em;
}
div.dbm_comment>div.dbmc-form-logged form textarea {
  background: #FE9;
  width: 90%;
  height: 12em;
  margin: 0.5em auto;
}
div.dbm_comment>div.dbmc-form-logged form input[type="submit"] {
  margin-left: 95px;
}
div.dbm_comment>img {
  border: none;
  width: 60px;
  border-radius: 10px;
}
div.dbm_comment>div.dbmc-content {
  overflow-wrap: break-word;
}
div.dbm_comment>div.dbmc-content a {
  color: #05b;
}
div.dbm_comment>div.dbmc-content a:visited {
  color: #025;
}
div.dbm_comment>div.dbmc-content span.quote {
  color: #1C5538;
}
.admin-comments div.dbm_comment>div.dbmc-content {
  min-height: 50px;
}
#member_page div.dbm_comment>div.dbmc-content {
  min-height: 50px;
}
@media (max-width: 1000px) and (orientation: portrait) {
  div.dbm_comment>div.dbmc-content img {
    max-width: 100vw;
    max-height: 60vh;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  div.dbm_comment>div.dbmc-content img {
    max-width: 100vw;
    max-height: 80vh;
  }
}
@media (min-width: 1001px) {
  div.dbm_comment>div.dbmc-content img {
    max-width: 500px;
    max-height: 300px;
  }
  div.dbm_comment>div.dbmc-content img:hover {
    max-width: 100%;
    max-height: 1000px;
  }
}
div.dbm_comment>div.dbmc-content.dbmc-wrap {
  overflow: hidden;
  max-height: 400px;
  background-image: linear-gradient(transparent 80%,#000 100%);
}
div.dbm_comment>div.dbmc-content.dbmc-wrap+div {
  text-align: center;
  height: 0;
}
div.dbm_comment>div.dbmc-content.dbmc-wrap+div>button {
  position: relative;
  top: -2em;
}
div.dbm_comment>div.dbmc-content .spoiler>div {
  border: 1px dotted #a50;
  display: none;
}
div.dbm_comment>div.dbmc-content div.dbmc-quote {
  border: 1px solid rgba(0,0,0,0.53);
  margin: 0.1em;
  font-size: 90%;
  max-height: 10em;
  overflow: auto;
}
div.dbm_comment>div.dbmc-content div.dbmc-quote>a {
  display: block;
  padding: 0.2em 0.3em;
  background: rgba(0,0,0,0.27);
  text-decoration: none;
}
div.dbm_comment>div.dbmc-content div.dbmc-quote>div {
  padding: 0.2em 0.3em;
  background: rgba(255,255,255,0.67);
}
div.dbm_comment>div.dbmc-content a.dbmc-replies {
  float: right;
  background: rgba(0,0,0,0.4);
  border-radius: 0.4em;
  padding: 0.2em;
}
div.dbm_comment button,
div.dbm_comment a.dbmc-check {
  display: inline-block;
  border: 2px outset;
  text-decoration: none;
  color: black;
  margin: 0.3em;
  background: #ac3;
  border-color: #667a1f;
}
div.dbm_comment button.dbmc-report,
div.dbm_comment a.dbmc-check.dbmc-report {
  background: #fa5;
  border-color: #ee7700;
}
div.dbm_comment button.dbmc-del,
div.dbm_comment button.dbmc-check,
div.dbm_comment a.dbmc-check.dbmc-del,
div.dbm_comment a.dbmc-check.dbmc-check {
  background: #fa5;
  border-color: #ee7700;
}
div.dbm_comment button.dbmc-del::before,
div.dbm_comment button.dbmc-check::before,
div.dbm_comment a.dbmc-check.dbmc-del::before,
div.dbm_comment a.dbmc-check.dbmc-check::before {
  content: '\1F525\FE0F ';
}
div.dbm_comment>a.dbmc-page-link {
  display: block;
  text-decoration: none;
  text-align: center;
  background: rgba(0,0,0,0.33);
}
div.dbm_comment.deleted       .dbmc-more-info button[rel="del"] {
  display: none;
}
div.dbm_comment:not(.deleted) .dbmc-more-info button[rel="undel"] {
  display: none;
}
div.dbm_comment>.dbmc-more-info {
  background: #9CF;
  font: 0.8em sans-serif;
  border-bottom: 3px solid;
}
div.dbm_comment>.dbmc-more-info>div {
  background: rgba(255,255,255,0.6);
}
div.dbm_comment>.dbmc-more-info p {
  margin: 0;
  padding: 0.4em;
}
div.dbm_comment .commenthelp {
  font: 1em sans-serif;
  border: 1px dotted;
  background: #FE9;
  margin: 0.5em 1em;
  padding: 1em !important;
}
div.dbm_comment .commenthelp a {
  cursor: pointer;
  font: 0.8em sans-serif;
  color: #A00;
}
div.dbm_comment .commenthelp div.commenthelp-more {
  text-align: center;
  font-weight: bold;
  color: darkred;
}
div.dbm_comment .commenthelp div.commenthelp-more>div {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.dbm_comment .commenthelp div.commenthelp-more>div>div {
  text-align: center;
  max-width: 400px;
}
.comment_help_pop {
  font: 1em sans-serif;
  color: black;
  background: #FFB;
}
.comment_help_pop span {
  color: red;
}
.comment_help_pop h4 {
  color: maroon;
}
.dbmc-report-form {
  display: none;
  z-index: 1000;
  background: white;
  color: black;
  padding: 0.4em 0.7em;
  max-width: 20em;
  box-sizing: border-box;
  border: 1px solid block;
}
.dbmc-report-form>h4 {
  background: #eee;
  margin: 0;
  padding: 0.3em;
}
.dbmc-report-form>div {
  display: flex;
  justify-content: space-between;
}
.dbmc-report-form>textarea {
  width: 100%;
  height: 5em;
  box-sizing: border-box;
}
button.dbm-comment-hide {
  margin: 0.5em auto;
  color: #800;
  border-color: #b55;
  background: #f90;
}
.ban_show {
  border: 1px solid;
  padding: 0.3em;
}
.ban_show.ban_warning {
  background: #FF5;
}
.ban_show.ban_ban {
  background: #F55;
}
.ban_show img {
  width: 30px;
  height: 30px;
}
.ban_show.ban_big {
  margin: 1em 0;
  padding: 1em;
  font-size: 1.5em;
}
@media print {
  .dbm-comment-load,
  button.dbm-comment-hide {
    display: none;
  }
}
#tr-page-app h1,
#tr-page-app h2 {
  clear: none;
  margin: 0.2em 310px 0.2em 100px;
}
#tr-page-app img.left {
  width: 90px;
}
#tr-page-app img.right {
  width: 300px;
}
#tr-page-app a.app-dl {
  display: inline-block;
  margin-left: 3em;
  padding: 0.4em 1em;
  text-decoration: none;
  font: bold 1.5em sans-serif;
  background: #007100;
  color: white;
  border: 3px outset #008a00;
  border-radius: 0.5em;
}
#tr-page-app #tr-page-app-shots img {
  width: 200px;
  vertical-align: top;
}
#tr-page-app #tr-page-app-shots img:hover {
  width: auto;
}
@media (max-width: 1200px) {
  #tr-page-app h1,
  #tr-page-app h2 {
    margin: 0.1em;
  }
  #tr-page-app img.left,
  #tr-page-app img.right {
    display: none;
  }
}
#member_page.cadrelect h1>span {
  font-size: 1.3em;
}
#member_page.cadrelect>.line-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
#member_page.cadrelect>.line-1 #member_avatar {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  float: left;
  margin: 0.3em;
  margin-right: 1em;
}
#member_page.cadrelect>.line-1 .member_box {
  margin: 0;
  padding: 1em;
  border: 1px solid;
  border-radius: 0.4em;
  background: rgba(255,255,255,0.53);
}
#member_page.cadrelect>.line-1 #member_author {
  margin-top: 0.5em;
}
#member_page.cadrelect>.line-1 #member_author ul {
  margin: 0 1em;
}
.news {
  margin-bottom: 1em;
  clear: both;
  overflow: auto;
}
.news h3 {
  margin: 0;
}
.news div.date {
  color: #032;
  float: right;
}
html[dir="rtl"] .news div.date {
  float: left;
}
.news img {
  margin: 0.2em 0.5em 0.2em 0;
  float: left;
  max-width: 100%;
}
.news img.right {
  margin: 0.2em 0 0.2em 0.5em;
  float: right;
}
.news img.center {
  margin: 0.2em;
  float: none;
}
.news img[src="/imgs/promos/site-compte.png"] {
  width: 300px;
}
@media (max-width: 640px) {
  .news img {
    width: 49.5%;
    margin: 0 !important;
  }
}
.news iframe {
  width: 560px;
  height: 320px;
}
@media (max-width: 640px) {
  .news iframe {
    width: 95%;
    margin: auto;
  }
}
@-moz-document url-prefix() {
  @media (max-width: 1100px) {
    .news img {
      max-width: 600px;
    }
  }
}
@media (max-width: 1100px) {
  noindex:-o-prefocus,
  .news img {
    max-width: 600px;
  }
}
