* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.manga-news.com/tpl/default/font/b009a76ad6afe4ebd301.woff2) format("woff2")
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.manga-news.com/tpl/default/font/e10742dbb1d4a0864ba8.woff2) format("woff2")
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.manga-news.com/tpl/default/font/f25d774ecfe0996f8eb5.woff2) format("woff2")
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.manga-news.com/tpl/default/font/227c93190fe7f82de3f8.woff2) format("woff2")
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.manga-news.com/tpl/default/font/d92a5d1451f249359639.woff2) format("woff2")
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.manga-news.com/tpl/default/font/bb7a4e73944870e385e1.woff2) format("woff2")
}

/*____GLOBAL___________________________________________________________*/
:root {
  --mn-textboxed-bg: #FF922C;
  --mn-color-bg: #FF922C;
  --mn-color-blue: #3088ED;
}


body {
  font: normal 14px "Roboto", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  font-smoothing: antialiased;
  background-color: #000;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h2 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 17px;
  padding-top: 15px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

fieldset {
  border: none;
  display: flex;
}


/*____Page Section___________________________________________________________*/
#global {
  margin-top: 360px;
  z-index: 2;
}

.container {
  position: relative;
  height: auto;
  width: 1200px;
  margin: auto;
}

#page {
  width: 100%;
}

#contentWrapper {
  background-color: #fafafa;
}

#desc_page {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  text-align: justify;
  color: #e1e1e1;
  bottom: -345px;
  box-sizing: border-box;
  background: #000;
}

#desc_page a {
  color: #919191;
}


#ban970250 {
  padding: 20px;
}

#ban970250 img {
  width: 1156px;
  height: 300px;
  border-radius: 7px;
}

/*____HEADER___________________________________________________________*/

header {
  top: 0;
  height: 100px;
  width: 100%;
  background-color: #000;
  z-index: 100;
  position: fixed;
}

#header_top {
  display: block;
  height: 60px;
}

#header_bottom {
  height: 40px;
  display: block;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}

#logo {
  margin-top: 10px;
}

#logo a {
  display: block;
  width: 290px;
  height: 40px;
  background: transparent url(../img2/logo_manga_news_2014.png) top no-repeat;
}

#logo span {
  display: none;
}

#header_top .container {
  display: flex;
  justify-content: space-between;
}

#topicons {
  display: none;
}

#topsearch {
  margin-top: 12px;
  margin-left: auto;
}

#topconnect {
  margin-top: 20px;
}

#topconnect.connected {
  margin-top: 15px;
}

#topconnect a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-left: 20px;
}

#topconnect.connected img {
  border-radius: 50%;
}

#topconnect.connected a {
  display: block;
  line-height: 30px;
}

#topconnect.connected a span {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}


#searchMain {
  width: 25px;
  height: 25px;
  background: transparent url(../img2/search_icon.png) top no-repeat;
}


/*______MENU____________________________________________________________*/

.drop-menu {
  display: none;
  float: left;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding-top: 7px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  border-radius: 0px 0px 7px 7px;
}
.drop-menu-content {
  display: flex;
}

.drop-menu-content .block-flex {
  display: flex;
  gap: 20px;
}

.univers-menu-block {
  min-width: 225px;
}

#univers-menu .drop-menu-content .block-flex {
  gap: 0;
}

.block-1-3,
.block-2-3,
.block-2-4 {
  display: block;
  height: 100%;
  margin: 0;
}

.block-1-3 {
  width: 275px;
  min-width: 275px;
}




.menuContent .block-2-4 .menu-item ,
.menuContent .block-2-3 .menu-item {
  width: 161px;
  height: 275px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.menuContent .block-2-3.block-3-item .menu-item {
  width: 183px;
  height: 127px;
}


.menuContent .block-2-3 .menu-item img,
.menuContent .block-2-3 .menu-item a {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.menuContent .block-1-3 .menu-item {
  width: 176px;
  height: 274px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.menuContent .block-1-3 .menu-item img,
.menuContent .block-1-3 .menu-item a {
  width: 176px;
  height: 274px;
  border-radius: 7px;
}

.menu-item .gradient-layer {
  height: 260px;
}

.menu-item-title {
  color: #fff;
  position: absolute;
  bottom:5px;
  left: 5px;
  font-weight: normal;
  line-height: 15px;
}

.menu-item .catIcon {
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 16px;
}

.menuContent {
  display: flex;
}

.menu-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: inherit;
  justify-content: flex-end;
}

#univers-menu .menu-items-wrapper {
  justify-content: flex-start;
}

.menuContent .block-1-3 {
  display: flex;
  justify-content: space-between;
}

.menuContent .block-2-3 {
  width: 513px;
  margin-right: 13px;
}

.menuContent .block-2-3.large {
  width: 910px;
}



.menuContent .block-2-3.block-3-item {
  width: 595px;
}

.menuContent .block-2-3.block-3-item .menu-items-wrapper {
  margin-bottom: 20px;
}

.menuContent .block-1-3 {
  width: 380px;
}

#menuPub img {
  width:293px;
  height: 274px;
  border-radius: 7px;
}

#main-nenu-nav ul li:hover .drop-menu,
#main-nenu-nav ul li.hover .drop-menu {
  display: block;
  min-height: 290px;
}

#main-nenu-nav {
  /*position:relative;*/
  float: left;
  width: 100%;
  height: auto;
  background: transparent;
}

#main-nenu-nav ul, .drop-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#main-nenu-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
}

#main-nenu-nav ul li a {
  display: block;
  padding: 7px 11px;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

#main-nenu-nav ul li .menu-level0-wrapper a {
  line-height: 28px;
}

#main-nenu-nav ul li .drop-menu a {
  text-transform: none
}

#main-nenu-nav ul li a,
#main-nenu-nav ul li a:visited {
  color: #000;
}

#main-nenu-nav ul li a:hover,
#main-nenu-nav ul li.open a {

}

#main-nenu-nav ul li ul li a:hover,
#main-nenu-nav ul li.open ul li a {
  background: transparent;
}

#main-nenu-nav ul li.open .entete {
  color: #3088ED;
  font-weight: bold;
}

#main-nenu-nav ul li li a:hover,
#main-nenu-nav ul li li a.entete:hover {
  color: #ff7c00;
}

.drop-menu ul li {
  display: block;
  width: 90%;
  margin: 0 5%;
}

.drop-menu ul li:last-child {
  border-bottom: none;
}

.drop-menu ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}

.menuContent {
}

span.headSubTitle {
  display: block;
  color: #ff7c00;
  font-weight: bold;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

span.headSubInfo {
  display: block;
  color: #3088ED;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  font-style: italic;
}

.headSubBlock {
  display: block;
  height: 135px;
  overflow: hidden;
}

#menuPub,
.adWarn280 {
  display: block;
  float: right;
  margin-right: 7px;
  height: 280px;
  width: 300px;
}

#main-nenu-nav ul li.open .menuContent a {
  background: transparent;
}

#main-nenu-nav ul li .menuContent a {
  padding: 0;
}

#main-nenu-nav ul li .menuContent a:hover {
  color: #ff7c00;
}


span.topMenuLine a {
  display: block;
  height: 24px;
}

span.topMenuLine a img {
  vertical-align: middle;
}

.menu-chevron {
  display: none;
}

/*___ Footer ___________________________________________________________*/
#footer {

}

#footer-wrapper {
  padding: 20px;
  background: #000;
  box-sizing: border-box;
}

#footer-links a, #footer-links {
  color: #c4c4c4;
  font-size: 14px;
}


#followsocial p a {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  margin: 0 5px;
}

#followsocial p {
  width: 350px;
  display: flex;
  margin: auto;
}


#followsocial #icofacebook {
  background: transparent url(../img2/socials/facebook.png) top no-repeat;
}

#followsocial #icotwitter {
  background: transparent url(../img2/socials/twitter.png) top no-repeat;
}

#followsocial #icodailymotion {
  background: transparent url(../img2/socials/rss.png) top no-repeat;
}

#followsocial #icoyoutube {
  background: transparent url(../img2/socials/youtube.png) top no-repeat;
}

#followsocial #icoinstagram {
  background: transparent url(../img2/socials/instagram.png) top no-repeat;
}

#followsocial #icopinterest {
  background: transparent url(../img2/socials/forum.png) top no-repeat;
}


#footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* padding: 0 100px; */
  width: 500px;
  margin: auto;
  padding-top: 20px;
}

#footer-links a {
  display: inline-block;
  padding: 0 5px;
}


#langform {
  position: absolute;
  display: block;
  padding: 1px 5px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  border-radius: 0px 0px 7px 7px;
  right: 0px;
  top: 5px;
}

#langform form {
  background: transparent url(../img2/arrow_bottom.png) 0 6px no-repeat;
  padding-left: 20px;
  padding-right: 20px;
}

#langform:hover input {
  display: block;
}

#langform input {
  display: none;
  width: 32px;
  height: 19px;
  border: 0;
  color: transparent;
  cursor: pointer;
  text-indent: -9999px;
  background: #fff url(../img2/sprites/flags2.png) no-repeat;
  margin: 5px 0;
}

#langform input.selected {
  display: block;
}

#langform input#fr {
  background-position: 0 0;
}

#langform input#en {
  background-position: 0 -29px;
}

#langform input#de {
  background-position: 0 -58px;
}

#langform input#es {
  background-position: 0 -87px;
}

#langform input#it {
  background-position: 0 -116px;
}

#langform input#ru {
  background-position: 0 -145px;
}

#langform input#jp {
  background-position: 0 -174px;
}

#langform input#kr {
  background-position: 0 -203px;
}

/*____Slick slide___________________________________________________________*/
.slick-slider {
  margin-bottom: 0;
}

.slick-next, .slick-next:hover, .slick-next:focus {
  width: 119px;
  height: 64px;
  background: transparent url(../img2/bt_next.png) top no-repeat;
  font-size: 0;
  text-indent: -9999px;
  right: 0px;
  top: 45%;
  position: absolute;
  border: none;
  cursor: pointer;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  width: 119px;
  height: 64px;
  background: transparent url(../img2/bt_prev.png) top no-repeat;
  font-size: 0;
  text-indent: -9999px;
  left: 0px;
  top: 45%;
  position: absolute;
  border: none;
  z-index: 100;
  cursor: pointer;
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
  background: transparent;
}

/*____Common___________________________________________________________*/

.txt_boxed {
  background-color: var(--mn-textboxed-bg);
  color: #fff;
  border-radius: 7px;
  padding: 2px 8px;
}

button.txt_boxed {
  border: 1px solid var(--mn-textboxed-bg);
  cursor: pointer;
}

.sideWrapper .center-content ul {
  margin:0;
}

.sideWrapper .center-content ul li {
  list-style-type: none;
}

.sideWrapper a {
  display: inline-block;
  width: 250px;
  overflow-wrap: anywhere;
}

.center-content {
  text-align: center;
}

.section-block {
  background: linear-gradient(180deg, #FAFAFA 0%, #F1F1F1 100%);
  padding: 20px 20px 20px 20px;
}

.page-grid-2 .section-block {
  padding: 20px 0px 0px 0px;
}

.section-block.section-block-white {
  background: #FAFAFA;
}

.content-section-1 {
  display: flex;
}

.content-section-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-section-1 .content-section-item {
  width: 216px;
  height: 341px;
}

#homeRep .content-section-1 .content-section-item {
  width: 216px;
  height: 341px;
}


.content-section-1 .content-section-item img {
  width: 100%;
  height: 100%;
}


.content-section-1.size-2 .content-section-item,
.content-section-1.size-2 .content-section-item .gradient-layer,
.content-section-1.size-2 .content-section-item .item-img-link {
  width: 274px;
  height: 400px;
}


.content-section-1.double .content-section-item:nth-last-child(-n+5),
.content-section-1.double .content-section-item:nth-last-child(-n+5) img,
.content-section-1.double .content-section-item:nth-last-child(-n+5) .item-img-link {
  height: 210px;
}



.content-section-item, .content-section-item img, .content-section-item .item-img-link {
  border-radius: 7px;
}

.content-section-item {
  margin-bottom: 20px;
  position: relative;
}

.content-section-item .catIcon {
  position: absolute;
  top:5px;
  left: 5px;
}

a.content-section-item-img-link {
  overflow: hidden;
  border-radius: 7px;
  display: block;
  width: 100%;
  height: 100%;
}

.content-section-item .content-section-item-link-title,
.content-section-item .actu-title {
  position: absolute;
  display: block;
  bottom: 5px;
  font-size: 18px;
  font-weight: normal;
}

.content-section-item .content-section-item-link-title a,
.content-section-item .actu-title a {
  color: #fff;
  padding: 10px;
  display: block;
}

.content-section-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 13px;
}

.boxedTitleWrapper {
  display: flex;
  justify-content: space-between;
}

.boxedTitleWrapper h3, .boxedTitleWrapper h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: bold;
}

.entryPage.fiche .boxedTitleWrapper h3, .entryPage.fiche .boxedTitleWrapper h2 {
  color: var(--mn-color-bg);
}

.boxedTitleWrapper .title-all-link {
  padding-top: 15px;
}

.gradient-layer {
  position: absolute;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66.67%, #000000 100%);
  border-radius: 7px;
  bottom: 0;
  padding: 0;
  width: inherit;
  height: inherit;
}

.gradient-layer.gradient-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.title-all-link:after {
  content: url(../img2/right_arrow_blue.png);
  padding-top: 4px;
  vertical-align: middle;
  margin-left: 5px;
}

.tabs-hide {
  display: none;
}

.section-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-bottom: 20px;
  gap:20px;
}

.section-list.size-small {
  gap:14px;
}

#mangareviews .section-list {
  padding-bottom: 0px;
}

.rounded-box-content .section-list {
  padding-bottom: 0;
}


.section-list.items-grid-5 .section-list-item {
  margin-bottom: 0px;
}

.section-block .rounded-box-content .section-list-item {
  width: 170px;
  height: 240px;
}


.section-list-item {
  width: 176px;
  height: 246px;
}

.section-list-item a.topvu {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-list-item-img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  display: block;
  overflow: hidden;
}

.section-list-item img {
  width: 100%;
  border-radius: 7px;
  display: block;
  object-fit: cover;
}



.items-grid-5 .section-list-item,
.items-grid-5 .section-list-item img,
.items-grid-5 .section-list-item .section-list-item-img ,
.items-grid-5 .section-list-item .gradient-layer {
  width: 143px;
  height: 199px;
}

.section-list.items-grid-5 a {
  color: #fff;
  border-radius: 7px;
  overflow: hidden;
}

.section-list-item {
  position: relative;
}

.section-list-item .gradient-layer {
  width: 100%;
  height: 100%;
}

#homeRep.section-block {
  padding-bottom: 0px;
}

.section-list-item-title {
  position: absolute;
  bottom: 5px;
  color: #fff;
  left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.items-grid-5 .section-list-item-title {
  white-space: normal;
  overflow: auto;
  text-overflow: inherit ;
  max-width: 180px;
  font-weight: bold;
}


.size-small .section-list-item,
.size-small .section-list-item img,
.size-small .section-list-item-img {
  width: 135px;
  height: 200px;
  border-radius: 7px;
  display: block;
}

.revnote {
  position: absolute;
  bottom: 30px;
  left: 8px;
  padding: 1px 4px;
}

.section-slider-1 {
  padding-bottom: 20px;
}


.section-slider-1 .slider-item,
.section-slider-1 .slider-item img,
.section-slider-1 .slider-item a,
.section-slider-1 .slider-item .gradient-layer {
  display: block;
  width: 153px;
  height: 213px;
  border-radius: 7px;
  overflow: hidden;
}

.slider-item {
  position: relative;
  margin-right: 20px;
}

.slider-item-text {
  left: 0px;
  position: absolute;
  bottom: 0px;
  padding: 6px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-slider-1 .slider-item .slider-item-text {
  max-width: 140px;
}

.page-header {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  padding: 20px 20px 10px 20px;
}

#breadcrumb {
  display: flex;
}

#breadcrumb span {
  display: inline-block;
  padding-right: 4px;
}

#breadcrumb h1 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.entryTitle {
  font-size: 26px;
  color: #ff922c;
  text-transform: none;
  padding-bottom: 0;
  padding-top: 5px;
  margin-top: 5px;
  display: block;
  border-top: 1px solid #fff;
}

#classement {
  display: flex;
  position: relative;
}

#classement ul {
  display: flex;
  padding: 17px 0;
  margin: auto;
}

#classement a {
  font-weight: bold;
  display: block;
  margin-right: 26px;
}

#classement .selected a {
  background-color: var(--mn-textboxed-bg);
  border-radius: 7px;
  padding: 2px 8px;
}

#alphablock {
  display: flex;
}

#alphablock ul {
  display: flex;
  padding: 17px 0;
  margin: auto;
}

#alphablock a {
  display: block;
  margin-right: 26px;
}

#alphablock .selected {
  background-color: var(--mn-textboxed-bg);
  border-radius: 7px;
  padding: 2px 8px;
}

.list-age-filter fieldset {
  padding: 0px 0 20px 0;
}

.list-age-filter fieldset p {
  margin: auto;
}

.list-filter {
  position: relative;
  min-height: 50px;
}

.list-filter-large {
  min-height: 70px;
}

.view-selector {
  position: absolute;
  right: 10px;
  bottom: 15px;
  display: flex;
}

.view-selector div, .view-selector button  {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  cursor: pointer;
  padding: 4px;
  border:none;
  box-sizing: content-box;
  display: block;
}

.view-selector div.selected {
  background-color: var(--mn-textboxed-bg);
  border-radius: 7px;
}

.view-selector-block {
  background: transparent url(../img2/block-view.png) center no-repeat;
}

.view-selector-table {
  background: transparent url(../img2/table-view.png) center no-repeat;
}

.bg-gradient-1 {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}

.list-1 thead {
  background-color: var(--mn-color-bg);
  color: #fff;
}

.list-1 thead th {
  color: #fff;
  padding: 7px;
  font-weight: normal;
  text-align: left;
}

.list-1 thead th:first-child {
  border-radius: 7px 0 0 0;
}

.list-1 thead th:last-child {
  border-radius: 0 7px 0 0;
}

.list-1 tbody td {
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.list-1 .entryPicture {
  display: none;
  width: 176px;
  height: 246px;
}

.list-1.img-view thead, .list-1.img-view .list-1-data {
  display: none;
}

.list-1.img-view tbody {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-1.img-view tbody tr {
  display: inline-block;
  width: 176px;
  height: 246px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.list-1.img-view.section-block-white tbody tr {
  width: 568px;
  height: 286px;
  margin-right: 0;
}

.list-1.img-view.section-block-white tbody {
  justify-content: space-between;
}


.list-1.img-view tbody tr:nth-child(6n) {
  margin-right: 0px;
}

.list-1.img-view tbody td {
  padding: 0;
  font-weight: normal;
  border-bottom: none;
}

.list-1.img-view .list-1-item a,
.list-1.img-view .list-1-item img,
.list-1.img-view .list-1-item .gradient-layer {
  width: 176px;
  height: 246px;
  border-radius: 7px;
  display: block;
}

.size-small.list-1.img-view .list-1-item a,
.size-small.list-1.img-view .list-1-item img,
.size-small.list-1.img-view .list-1-item .gradient-layer {
  width: 132px;
  height: 200px;
  border-radius: 7px;
  display: block;
  overflow: hidden;
}

.page-grid-section-1 .size-small.list-1.img-view .list-1-item a,
.page-grid-section-1 .size-small.list-1.img-view .list-1-item img,
.page-grid-section-1 .size-small.list-1.img-view .list-1-item .gradient-layer {
  width: 152px;
  height: 220px;
}

.list-1.img-view .list-1-item a {
  position: relative;
}

.list-1.img-view .list-1-item a:hover img,
.section-list-item-img:hover img {
  border: 1px solid white;
  box-sizing: border-box;
}

.list-1.img-view .list-1-item a {
  position: relative;
}

.list-1.img-view .list-1-item a {
  position: relative;
}

.list-1.img-view .item-list-content-title {
  position: absolute;
  bottom: 0;
  padding: 13px;
  color: #fff;
  font-weight: 700;
}


.section-list-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-list-2-item,
.img-view td.title .section-list-2-item {
  display: flex;
  border-radius: 7px;
  width: 568px;
  height: 286px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}

.section-list-2-item.featured {
  background: linear-gradient(180deg, #f1f1f1 0%, #ff922c 100%);
}

.section-list-2-item.featured .date-out {
  color: #3088ed;
  font-weight: bold;
  margin-bottom: 10px;
}

.featured-label {
  margin-top: -25px;
  font-weight: bold;
  color: #3088ed;
  text-transform: uppercase;
  font-size: 18px;
}


td.title .section-list-2-item {
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0px;
}

.section-list-2-item .cover,
.section-list-2-item .cover img,
.section-list-2-item .cover a {
  border-radius: 7px;
  width: 176px;
  height: 246px;
  display: inline-block;
  background: #ccc;
  overflow: hidden;
}

.section-list-2-item .cover {
  margin: 20px;
  position: relative;
}

.section-list-2-item .content,
.img-view td.title .section-list-2-item .content {
  position: relative;
  height: 246px;
  margin-top: 20px;
  width: 330px;
  flex-direction: column;
  gap: 10px;
}

td.title .section-list-2-item .content {
  position: relative;
  height: auto;
  margin-top: 0px;
  width: auto;
}

#listing-chroniques-jv .title {
  height: auto;
}

.section-list-2-item .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-list-2-item .data-item.data-summary {
  font-weight: normal;
}


.section-list-2-item .title,
.img-view td.title .section-list-2-item .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  height: 85px;
}

td.title .section-list-2-item .title {
  font-size: 14px;
  font-weight: normal;
  display: block;

}

.section-list-2-item .title .titlevo {
  color: #716E6E;
  font-size: 14px;
}

.section-list-2-item .date-out {
  color: var(--mn-color-bg);
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.section-list-2-item .data-item {
  font-weight: bold;
  display: block;
}

.section-list-2-item .data-title {
  font-weight: normal;
}

td.title .cover,
td.title .data-item.author,
td.title .data-item.editor,
td.title .data-title,
td.title .details-link-bt {
  display: none;
}

.img-view td.title .cover,
.img-view td.title .data-item.author,
.img-view td.title .data-item.editor,
.img-view td.title .details-link-bt {
  display: block;
}

.img-view td.title .data-title {
  display: inline-block;
}



#listing-chroniques .summary {
  display: none;
}

.details-link-bt {
  background: #fff;
  color: #3088ED;
  display: block;
  border-radius: 7px;
  width: 179px;
}

.details-link-bt span {
  display: block;
  width: 179px;
  vertical-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}

.details-link-bt span:after {
  content: url(../img2/right_arrow_blue.png);
  padding-top: 4px;
  vertical-align: middle;
  margin-left: 5px;
}

.section-list-2-item .details-link-bt {
  position: absolute;
  bottom: 0px;
  right: 0px;
}


.filter-form fieldset {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.filter-form-selector {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.filter-form select {
  border-radius: 5px;
  background: #fff;
  padding: 4px;
  border: 1px solid #e9e9e9;
}

.filter-form .submit {
  background: var(--mn-color-bg);
  border-radius: 5px;
  padding: 2px 4px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.filter-form-selector p {
  margin:0 5px;
}

#planning-filter .select label {
  display: none;
}

.apply-filter-bt {
  border-radius: 7px;
  background: #e1dede;
  border: 5px solid #e1dede;
}

.filter-form a {
  color: #3088ED;
}

.form-export {
  display: flex;
  margin-top: -25px;
}

.form-export-inner {
  display: flex;
  margin: auto;
}

.form-export-inner form {
  margin: 20px 10px;
}

form.export .submit {
  background: var(--mn-color-bg);
  border-radius: 5px;
  padding: 2px 4px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: none;
}

.fiche-menu li {
  text-align: center;
}

.fiche-menu li a {
  display: inline-block;
  width: inherit;
  text-align: center;
}


.fiche-menu a {
  padding: 5px;
}

.fiche-menu .selected a {
  background: var(--mn-color-bg);
  border-radius: 7px;
}


.section-content-3 {
  display: flex;
  justify-content: space-between;
}

.section-content-3 .title-all-link {
  padding-top: 15px;
}

.section-content-3-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 835px;
}

.section-content-3-item {
  display: flex;
  margin-right: 20px;
  margin-bottom: 16px;
  width: 380px;
}

.section-content-3-item-img {
  display: inline-block;
  width: 126px;
  height: 177px;
  margin-right: 20px;
}

.section-content-3-item-img img {
  width: 126px;
  height: 177px;
  border-radius: 7px;
  object-fit: cover;
}

.section-content-3-pub {
  width: 297px;
  height: 600px;
  border-radius: 7px;
  background: #ccc;
  margin-top: 20px;
}

.section-content-3-item .item-data {
  display: block;
}

.section-content-3-item .data-title {
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  margin-bottom: 10px;
  display: inline-block;
}

.section-content-3-item .data-note span,
.section-list-2-item .data-note span {
  color: #fff;
  padding: 4px;
  border-radius: 7px;
  background: var(--mn-color-bg);
  font-weight: normal;
}

.section-content-3-item .data-author {
  margin-top: 15px;
}

.section-content-3-item .item-data {
  font-weight: bold;
}

.section-content-3-item .item-data-title {
  font-weight: normal;
}

.section-content-4 {
  display: flex;
  justify-content: space-between;
}

.section-content-4 .section-content-4-item {
  background: #3088ED;
  border-radius: 7px;
}

.section-content-4 .section-content-4-item a {
  display: inline-block;
  width: 372px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 7px;
  color: #fff;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  height: 43px;
  line-height: 39px;
}

.section-content-4.grid-2 .section-content-4-item a {
  width: 568px;
}

.section-content-4.grid-3 .section-content-4-item a {
  width: 372px;
}

.section-content-4.grid-4 .section-content-4-item a {
  width: 274px;
}

.section-content-4 .section-content-4-item:hover a {
  font-size: 16px;
}

.blockcover {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ico-pen:before {
  content: url(../img2/icon_pen2.png);
  vertical-align: top;
  margin-right: 10px;
}

.ico-paper:before {
  content: url(../img2/icon_paper.png);
  vertical-align: middle;
  margin-right: 10px;
}

.ico-book:before {
  content: url(../img2/icon_book.png);
  vertical-align: middle;
  margin-right: 10px;
}

.ico-artbook:before {
  content: url(../img2/icon_artbook.png);
  vertical-align: middle;
  margin-right: 10px;
}

.ico-mag:before {
  content: url(../img2/icon_mag.png);
  vertical-align: middle;
  margin-right: 10px;
}

.ico-dvd:before {
  content: url(../img2/icon_dvd.png);
  vertical-align: middle;
  margin-right: 10px;
}

.ico-play:before {
  content: url(../img2/icon_play.png);
  vertical-align: middle;
  margin-right: 10px;
}

.ico-console:before {
  content: url(../img2/icon_console.png);
  vertical-align: middle;
  margin-right: 10px;
}

.ico-file:before {
  content: url(../img2/icon_file.png);
  vertical-align: sub;
  margin-right: 10px;
}


.console-tag {
  color: #fff;
  background: var(--mn-color-bg);
  padding: 2px 4px;
  border-radius: 7px;
}

.section-list-item .console-tag,
.slider-item .console-tag {
  position: absolute;
  top: 5px;
  left: 5px;
}

.section-content-3-pub img {
  border-radius: 7px;
}

.page-grid-2 {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.page-grid-2 .page-grid-section-1 {
  width: 835px;
}

.page-grid-2 .page-grid-section-2 {
  width: 300px;
}

.page-grid-2 .page-grid-section-2 .sideWrapper {
  width: 300px;
}

.section-list-large {
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  border-radius: 7px;
}

.day-date {
  background: var(--mn-color-bg);
  line-height: 36px;
  color: #fff;
  text-align: right;
  border-radius: 7px;
  text-transform: uppercase;
  padding-right: 7px;
  margin-bottom: 20px;
}


.section-list-large-img, .section-list-large-img img {
  width: 75px;
  height: 118px;
  border-radius: 7px;
  object-fit: cover;
}


.section-list-large-img {
  margin-right: 20px;
  position: relative;
}

.section-list-large h2 {
  font-size: 20px;
  padding: 0;
}

.section-list-large-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.actu-comments:before {
  content: url(../img2/icon_comment_small.png);
  margin-right: 5px;
  vertical-align: -3px;
}

.section-list-large-img .catIcon ,
.section-list-2-item .catIcon {
  position: absolute;
  top: 5px;
  left: 5px;
}

.slider-item .topflag,
.list-1-item .topflag,
.slider-item .coeurflag,
.list-1-item .coeurflag {
  position: absolute;
  top: 5px;
  left: 5px;
}

.catIcon, .topflag, .coeurflag {
  background: var(--mn-color-bg);
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 4px;
}

.coeur-tag.catIcon, .coeurflag {
  background: red;
}

.navigation-pager {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
}

.navigation-pager.pager-full {
  justify-content: space-between;
  width: 1200px;
  box-sizing: border-box;
}

.navigation-pager.pager-full .navlinks {
  font-weight: bold;
}

.navigation-pager.pager-full .navlinks .next:after {
  content: url(../img2/right_arrow_blue.png);
  padding-top: 4px;
  vertical-align: middle;
  margin-left: 5px;
}

.navigation-pager.pager-full .navlinks .prev:before {
  content: "";
  padding-top: 2px;
  width: 21px;
  height: 17px;
  vertical-align: middle;
  margin-right: 4px;
  background: url(../img2/right_arrow_blue.png) no-repeat 0 0;
  transform: scaleX(-1);
  display: inline-block;
}



.navigation-pager.pager-full a {
  color : var(--mn-color-blue);
}

ul.twocols {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.twocols li {
  width: 40%;
  padding: 4px 0px;
  list-style-type: disc;
}

.rounded-box {
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.rounded-box-2 {
  border-radius: 7px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.rounded-box-content {
  padding:20px;
}


.rounded-box h3, .rounded-box h2, .rounded-box .lastnextTitle {
  color: var(--mn-color-bg);
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 10px 0;
}

.rounded-box-2 h3, .rounded-box-2 h2 {
  background: var(--mn-textboxed-bg);
  color: #fff;
  display: block;
  text-align: left;
  border-radius: 7px 7px 0 0;
  padding:10px 20px;
  font-weight: normal;
}

.fiche-block .rounded-box h3, .fiche-block .rounded-box h2 {
  font-size: 18px;
}

.sideWrapper h4, .sideWrapperTitle {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 8px;
}

.sideWrapper h5 , .sideWrapper .big_txt{
  font-weight: normal;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: var(--mn-color-bg);
  text-transform: uppercase;
}

.sideWrapper ul {
  margin-left: 20px;
}

.sideWrapper ul li {
  list-style-type: disc;
}

.product-header {
  position: relative;
  margin: 20px;
  box-sizing: border-box;
}

.product-header.report-header {
  padding-bottom: 0;
}

.product-header .gradient-layer {
  width: 1156px;
  height: 41%;
  bottom: 0;
  opacity: 90%;
}


.product-header .product-header-data {
  position: absolute;
  left: 0;
  width: 1156px;
  bottom: 0;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
  background: rgba(217, 217, 217, 0.50);
}


.product-header h1, .product-header h1 a {
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 40px;
  color: #FFFFFF;
  text-shadow: 0 0 7px #4b4b4b91;
}

.product-header h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  text-shadow: 0 0 7px #4b4b4b91;
}


.product-header-title {
  position: absolute;
  bottom: 70px;
  left: 13px;
  max-width: 75%;
}

.product-header .entrySubTitle {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 0px 0 0 3px;
  text-transform: initial;
  display: block;
}


.product-banner img {
  width: 1156px;
  height: 413px;
  border-radius: 7px;
  display: block;
  object-fit: cover;
}

.report-header .product-banner img {
  width: 1156px;
  height: 255px;
}

.no-banner .product-banner-actions {
  position: absolute;
  bottom: 5px;
}

.no-banner .product-banner-notes {

}

.product-tabs {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.product-tabs h2 {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-transform: none;
}

.product-tabs li {
  margin-right: 20px;
}

.product-tabs li a {
  font-weight: 600;
  font-size: 14px;
  padding: 8px;
}

.product-tabs li.selected a {
  background: var(--mn-color-bg);
  border-radius: 7px;
}

.product-infomain-wrapper {
  display: flex;
}

.product-infomain #picinfo {
  margin-right: 20px;
  min-height: 400px;
  min-width: 245px;
  text-align: center;
  position: relative;
}

.product-infomain #picinfo img {
  width: 245px;
  /* height: 345px; */
  border-radius: 7px;
  object-fit: cover;
}

#author .product-infomain #picinfo img,
#perso .product-infomain #picinfo img {
  width: auto;
}


#author .product-infomain #picinfo img {
  max-width: 245px;
}

.product-infomain .share-this {
  margin: 20px;
}

.product-infomain .entryInfos {
  margin-left: 20px;
}

.product-infomain .entryInfos li {
  padding-bottom: 8px;
  font-weight: bold;
  clear: both;
}

.product-infomain .entryInfos li a {
  /*text-decoration: underline;*/
}

.product-infomain .entryInfos li a:hover {
  text-decoration: none;
}

.product-infomain .entryInfos li strong {
  font-weight: normal;
  width: 140px;
  display: inline-block;
  float: left;
}

.product-infomain .entryInfos li .entryInfos-data {
  display: block;
  float: left;
  width: 290px;
}

.product-infomain .entryInfos li .entryInfos-data span {
  display: block;
  padding-bottom: 3px;
}

.picture-copyright {
  font-style: normal;
  font-size: 10px;
  width: 245px;
  font-weight: normal;
}

.product-infomain #subinfoblock {
  display: flex;
  justify-content: flex-start;
  margin-left: 285px;
  margin-top: 30px;
}

.colored, .colored a {
  color: var(--mn-color-bg);
}

.big-data-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.big-data-content {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

#userActions {
  display: flex;
  justify-content: space-between;
}

.product-banner-actions {
  position: absolute;
  left: 0px;
}

#tournaments a.trnbt {
  display: block;
  width: 500px;
  height: 90px;
  background: transparent url(../img2/trn-bt.png) no-repeat;
  margin-left: 140px;
  font: bold 28px arial, verdana, sans-serif;
  color: #fff;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
}

#voteNow {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#userActions .action {
  display: flex;
  gap: 5px;
  border-right: 1px solid #aaa;
  padding-left: 10px;
  height: 30px;
  margin-top: 5px;
  padding-right: 10px;
}

#userActions .action a {
  display: block;
}

#userActions .likesubmit,
#userActions .collsubmit,
#userActions .wishsubmit,
#userActions .buysubmit,
#userActions .viewsubmit,
#userActions .user-action-bt {
  display: block;
  cursor: pointer;
  height: 28px;
}



#userActions .user-action-data {
  display: block;
  color: #fff;
  text-align: left;
  line-height: 31px;
  font-size: 16px;
  font-weight: bold;
  background: #99a2ab;
  border-radius: 4px;
  padding: 0 5px;
}

#userActions .action.buysell {
  display: none;
}

.user-action-data::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0c0";
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

.toprightbtnevent {
  position: absolute;
  bottom: 0;
  right: 190px;
  display: flex;
  gap: 10px;
}

.addVolWish, .addVolColl, .addDvdWish, .addDvdColl, .removeVolColl, .addVolCollDelWish  {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 7px;
  text-align: center;
  border:none;
}

.product-banner-actions .addVolWish,
.product-banner-actions .addVolColl,
.product-banner-actions .addDvdWish,
.product-banner-actions .addDvdColl,
.product-banner-actions .removeVolColl,
.product-banner-actions .addVolCollDelWish {
  width: 30px;
  line-height: 34px;
}

.product-banner-actions .addFan .likesubmit { background: transparent url('../img2/user_action/heart.png') left center no-repeat; }
.product-banner-actions .addFan .likesubmit.unfan { background: transparent url('../img2/user_action/heart_color.png') left center no-repeat; }
.product-banner-actions .addColl .collsubmit { background: transparent url('../img2/user_action/books.png') left center no-repeat; }
.product-banner-actions .addColl .collsubmit.uncoll { background: transparent url('../img2/user_action/books_color.png') left center no-repeat; }
.product-banner-actions .addWish .wishsubmit { background: transparent url('../img2/user_action/list-check.png') left center no-repeat; }
.product-banner-actions .addWish .wishsubmit.unwish { background: transparent url('../img2/user_action/list-check_color.png') left center no-repeat; }
.product-banner-actions .buysell .buysubmit { background: transparent url('../img2/user_action/buy_sales.png') left center no-repeat; }
.product-banner-actions .addView .viewsubmit { background: transparent url('../img2/user_action/read.png') left center no-repeat; }
.product-banner-actions .addView .viewsubmit.unview  { background: transparent url('../img2/user_action/read_color.png') left center no-repeat; }

#userActions .wishsubmit.nowish { cursor: default; }
#userActions .collsubmit.nocoll { cursor: default; }

.product-banner-actions .user-action-title {
  padding-left: 35px;
  color: #fff;
  line-height: 31px;
}



.addVolWish, .addDvdWish {
  background: #fff url('../img2/user_action_buy_blue.png') center  no-repeat;
}

.addVolWish:disabled, .addDvdWish:disabled {
  background: #fff url('../img2/user_action_buy_orange.png') center  no-repeat;
}

.addVolColl, .addDvdColl, .addVolCollDelWish  {
  background: #fff url('../img2/user_action_add_blue.png') center  no-repeat;
}

.removeVolColl {
  background: #fff url('../img2/user_action_remove_blue.png') center  no-repeat;
}


.addVolColl:disabled, .addDvdColl:disabled {
  background: #fff url('../img2/user_action_add_orange.png') center  no-repeat;
}

.addFan .likesubmit {
  background: transparent url('../img2/user_action_heart.png') center 0 no-repeat;
}


.addColl .collsubmit {
  background: transparent url('../img2/user_action_add.png') center 0 no-repeat;
}

.addWish .wishsubmit {
  background: transparent url('../img2/user_action_file.png') center 0 no-repeat;
}

.buysell .buysubmit {
  background: transparent url('../img2/user_action_bookmark.png') center 0 no-repeat;
}

.addView .viewsubmit {
  background: transparent url('../img2/user_action_collection.png') center 0 no-repeat;
}

.addFan .likesubmit.unfan {
  background: transparent url('../img2/user_action_heart_orange.png') center 0 no-repeat;
}

.addColl .collsubmit.uncoll {
  background: transparent url('../img2/user_action_add_orange.png') center 0 no-repeat;
}

.addWish .wishsubmit.unwish {
  background: transparent url('../img2/user_action_file_orange.png') center 0 no-repeat;
}

.addView .viewsubmit.unview {
  background: transparent url('../img2/user_action_collection_orange.png') center 0 no-repeat;
}

.product-header-data-inner {
  position: relative;
  height: 40px;
}

.product-banner-user-rating {
  position: absolute;
  display: flex;
  right: 15px;
  bottom: 4px;
}

.user-rating-label {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  padding-right: 10px ;
}

.user-rating {
  margin-top: 3px;
}

.product-banner-notes {
  position: absolute;
  right: 30px;
  bottom: 50px;
  display: flex;
  gap: 40px;
}

.product-banner-note * {
  color: #fff;
}

.product-banner-note {
  background: transparent url('../img2/icon_star_white.png') top center no-repeat;
  padding-top: 45px;
}

.product-header-data .product-banner-note {
  filter: drop-shadow(0 0 8px #4b4b4b91);
}

.product-banner-note .notetxt {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}

.product-banner-note .notenumber {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
}

.product-banner-note .notenumber .note-20 {
  display: none;
}

#trailervideo video,
.product-youtube iframe {
  border-radius: 7px;
}

#themelist .theme-item, #actags a {
  background: #E4E4E4;
  border-radius: 7px;
  padding: 4px;
  color: #3088ED;
  display: inline-block;
  white-space: nowrap;
}

#themelist .theme-item:hover {
  background: var(--mn-textboxed-bg);
  color:#fff;
}

.rounded-box a {
  color: #3088ed;
}

.rounded-box h3 a {
  color: var(--mn-textboxed-bg);

}

.rounded-box a:hover {
  color: #3088ed;
}

.rounded-box .title-all-link {
  color: #3088ed;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.winner {
  background: #E4E4E4 url(../img2/icon_medal.png) 5px 3px no-repeat;
  border: 1px solid #3088ED;
  border-radius: 7px;
  padding: 2px 6px 2px 20px;
  margin: 10px 10px;
  display: inline-block;
  color: #3088ED;
}

.winner a {
  color: #3088ED;
}

ul.content-box-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul.content-box-list li {
  list-style-type: disc;
  padding: 4px 2px;
}

.serieVolumesImgBlock {
  position: relative;
}

.serieVolumesImgBlock .selection {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}

.serieVolumesImgBlock .selection input {
  cursor: pointer;
}

.section-slider-footer-content {
  padding-top: 10px;
}

.boxedContent-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.section-list.size-small.boxedContent-items  {
  gap:8px;
}

.section-list.size-small.boxedContent-items .list-1-item:nth-child(6n),
.boxedContent-items .vols:nth-child(6n) .list-1-item {
  margin-right: 0px;
}

.boxedContent-items .list-1-item:nth-child(6n) {
  margin-right: 0px;
}

.boxedContent-items .vols {
  position: relative;
}

.boxedContent-items .selection {
  position: absolute;
  bottom: 15px;
  left: 5px;
  color: #fff;
}

.fiche-block .navlinks {
  display: flex;
  justify-content: space-between;
}

.fiche-block .navlinks a {
  font-weight: bold;
  color: var(--mn-color-blue);
}

.fiche-block th , .fiche-block td {
  padding:4px;
}

.fiche-block th {
  text-align: left;
}

.no-banner-img {
  width: 1156px;
  height: 198px;
  border-radius: 7px;
  display: block;
  background: var(--mn-color-blue);
}

.product-header.no-banner .gradient-layer {
  height: 198px;
  bottom: 0;
}

#product-trending {
  background: linear-gradient(181deg, #ebebeb 0%, #d5d5d5 100%);
  border-radius: 7px;
  padding: 40px;
}

#prixcons {
  margin-left: 100px;
}

.smallpicinfo {
  position: relative;
  display: block;
}

#nsfw, .nsfw {
  background: var(--mn-textboxed-bg);
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 7px;
  text-align: center;
  font-size: 24px;
  top:0;
  left:0;
  z-index: 1;
}

.nsfwsmall {
  background: var(--mn-textboxed-bg);
  position: absolute;
  width: inherit;
  height: 100%;
  border-radius: 7px;
  text-align: center;
  left: 0;
  z-index: 1;
}


.tag-filter {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.tag-filter-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.tag-filter-list li {
  padding: 3px 0;
  list-style-type: disc;
}

.tag-filter-list li a {
  color: #000;
}

.tag-filter-list li.selected a {
  color: var(--mn-textboxed-bg);
}

#allGenres.tag-filter-list {
  margin-left: 115px;
}

#allGenres li {
  width: 200px;
}

.tag-definition {
  margin: 20px;
}

#volmenu {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px 10px 20px;
  width: 1158px;
}

#volmenu a {
color: var(--mn-color-blue);
font-weight: bold;
display: block;
}

#volmenu a#leftgovol:before {
content: "";
background: url(../img2/right_arrow_blue.png) no-repeat 0 0;
transform: scaleX(-1);
padding-top: 4px;
vertical-align: middle;
width: 21px;
height: 17px;
display: inline-block;
}

#volmenu a#rightgovol {
padding-right: 4px;
}

#volmenu a#rightgovol:after {
content: url(../img2/right_arrow_blue.png);
padding-top: 4px;
vertical-align: middle;
margin-left: 5px;
}

#actus .actu-picture-wrapper {
display: none;
}

.actu-meta {
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #ACA9A9;
}

#actags {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

/* STAR RATING NEWS*/
#notation {
  display: block;
  margin: 10px 0;
}

#notation .star-rating,
#notation .star-rating a:hover,
#notation .star-rating a:active,
#notation .star-rating a:focus,
#notation .star-rating .current-rating {
  background: url(../img2/starnews.gif) left -1000px repeat-x;
}

#notation .star-rating {
  position: relative;
  width: 125px;
  height: 22px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

#notation .star-rating li {
  display: inline;
}

#notation .star-rating a,
#notation .star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
}

#notation .star-rating a:hover,
#notation .star-rating a:active,
#notation .star-rating a:focus {
  background-position: left bottom;
}

#notation .star-rating .current-rating {
  z-index: 1;
  background-position: left center;
}

#notation .inline-rating {
  display: -moz-inline-block;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}


.sideWrapper .topActuBox ,
.sideWrapper .topActuBox a {
  width: 120px;
  max-width: 120px;
  height: 172px;
  min-width: 120px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  margin: 0;
}

.top-actu-box-wrapper  {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.sideWrapper .topActuBox .gradient-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 7px;
  overflow: hidden;
}

.sideWrapper .topActuBox a span.actu-title {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
}

#actu-yt-video iframe {
  width:260px;
  height: 176px;
  border-radius: 7px;
}

.sideWrapper a.link-all {
  text-align: right;
  padding-top:10px;
  font-weight: bold;
}

.es-views {
  display: flex;
}

.sideWrapper .es-views {
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0;
  margin: 0;
}

.sideWrapper .es-views li {
  list-style-type: none;
  padding:0;
  margin: 0;
  width:120px;
  height: 162px;
  margin-bottom: 20px;
}

.sideWrapper .es-views a {
  width:120px;
  height: 162px;
  position: absolute;
  border-radius: 7px;
  overflow: hidden;
  display: block;
  background: #ccc;
}

.sideWrapper .es-views img {
  display: block;
  width:120px;
  height: 162px;
}

.sideWrapper .es-views .view-title {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
}


.featured-box-content-wrapper {
  display: flex;
}

.featured-box-img a {
  width: 176px;
  height: 246px;
  border-radius: 7px;
  display: block;
  overflow: hidden;
}

.featured-box-img img {
  width: 176px;
  height: 246px;
  object-fit: cover;
}

.featured-box-data {
  margin-left: 20px;
  position: relative;
  width: 100%;
}

.featured-box-txt {
  border-radius: 7px;
  background: #fff;
  padding:20px;
}

.featured-box-data .details-link-bt {
  position: absolute;
  bottom:0;
  right: 0;
}

#report-content , #article-content  {
  position: relative;
}

#report-content #facelike {
  position: absolute;
  top:20px;
  right: 20px;
}

#article-content #facelike {
  position: absolute;
  bottom:20px;
  right: 20px;
}

.threecols {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0 0 7px 7px;
  margin-bottom: 20px;
}

.threecols li {
  width: 30%;
  margin-left: 20px;
}

.threecols li a {
  padding:6px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: block;
  margin: 0 0 -1px 0;
}

.threecols li a:hover {
  background: #ccc;
}

#editors h3 {
  background: var(--mn-textboxed-bg);
  display: block;
  border-radius: 7px 7px 0 0;
  padding:5px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.pager {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pager .pagerblock a, .pager .pagerblock strong {
  padding:2px 5px;
  display: inline-block;
  margin:0 5px;
}

.pager .pagerblock strong {
  background: var(--mn-textboxed-bg) ;
  border-radius: 7px;
}



.lexique-block h3 {
  background: var(--mn-textboxed-bg);
  color: #fff;
  display: block;
  text-align: left;
  border-radius: 7px 7px 0 0;
  padding:10px 20px;
  font-weight: normal;
}

.rounded-box-2 .multiple-line.section-list{
  gap: 12px;
  padding:0 20px;
}

.section-list-item .catIcon {
  position: absolute;
  top:5px;
  left: 5px;
  text-transform: uppercase;
}

.rounded-box-footer {
  padding:20px;
  text-align: right;
}

.menuContent .block-1-3 img,
.menuContent .block-2-3 img,
#home-top-actus img,
.content-section-1.double .content-section-item:nth-last-child(-n+4),
.content-section-1.double .content-section-item:nth-child(-n+4),
#actus .items-grid-5 img,
#listing-articles .entryPicture,
#listing-reports .entryPicture,
.content-section-1.size-1 .content-section-item img {
  object-fit: cover;
}

#actus-categories .all-cats {
  display: none;
}

.dropdow-added-item {
  display: none;
}

.form-input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.form-input {
  display: block;
  width: 93%;
  line-height: 35px;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 7px;
  box-shadow: inset 0 0.0625rem 0.125rem rgb(0 0 0 / 8%);
  font-weight: 700;
  height: 35px;
  font-size: 1rem;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
}

#login-form .form-input {
  padding-left: 35px;
}

.form-input.date-input {
  width: 50px;
}

.input-field {
  display: flex;
}

.form-icon {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-size: cover;
}


.form-icon.icon-user {
  background: transparent url(../img2/user_ico_black_m.png) center no-repeat;
}

#blocklog {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-bottom: 50px;
}

#login-form {
  width: 460px;
  margin-right: -69px;
}
#sign-up {
  border-left: 1px solid #ccc;
  padding-left: 50px;
}

#blocklog h3 {
  margin:20px 0;
}

.btn, #voteNow a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--mn-color-bg);
  border: 0.0625rem solid var(--mn-color-bg);
  padding: 0.1875rem 0.625rem;
  font-size: 0.9375rem;
  border-radius: 7px;
}

.forget {
  float: right;
  padding-left: 35px;
  color: var(--mn-color-blue);
  font-weight: bold;
  font-size: 12px;
}

.login-btn {
  clear: both;
  text-align: center;
  padding-top: 20px;
}

a.btn.inscrilink {
  margin-top: 20px;
  background: #fff;
  color: var(--mn-color-bg);
}

/*---- memberBoard ---*/

#memberBoard {
  width: 1156px;
  height: 358px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin:20px;
}

#memberBoard.no-banner {
  height: 198px;
  background: var(--mn-color-blue);
}



#memberBanner img {
  width: 1156px;
  height: 358px;
  object-fit: cover;
}

#boardinfo {
  position: absolute;
  bottom:20px;
  left:20px;
  display: flex;
}

#boardcontrol {
  position: absolute;
  bottom:20px;
  right:20px;
  display: flex;
}

#boardcontrol li {
  margin-left: 20px;
}

#boardcontrol a {
  display: block;
  width: 38px;
  height: 38px;
  text-indent: -99999px;
}

#boardcontrol a#edition { background: transparent url(../img2/user_action_note.png) 0 0 no-repeat; }
#boardcontrol a.member-message { background: transparent url(../img2/user_action_message.png) 0 0 no-repeat; }
#boardcontrol a#stats { background: transparent url(../img2/user_action_stats.png) 0 0 no-repeat; }

#boardcontrol #deco {
  display: block;
  width: 38px;
  height: 38px;
  text-indent: -99999px;
  border:none;
  background: transparent url(../img2/user_action_logout.png) 0 0 no-repeat;
  cursor: pointer;
}

#changeBan {
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: 0 1px 2px rgb(0 0 0);
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgb(0 0 0);
  cursor: pointer;
}

.member-banner-info {
  display: flex;
}

#memberlogo {
  margin-right: 20px;
}

.member-data h2 {
  margin:0;
  padding:0;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.member-data .genre {
  font-size: 20px;
}

.member-data .citation {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.member-banner-info > * , .member-banner-info a {
  color: #fff;
}

.memberBox .memberBox-content {
  display: flex;
  justify-content: space-between;
}

.memberBox .rankbox {
  border-radius: 7px;
  width: 142px;
  height: 106px;
  border:1px solid #c4c4c4;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}

.rankbox h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #716E6E;
  padding:10px 0;
}

.rankbox .rank {
  border-top:1px solid #c4c4c4;
  color: var(--mn-color-bg);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0 20px;
  padding-top: 10px;
}

.no-eval {
  display: none;
}

#member-presentation {
  display: flex;
  justify-content: space-between;
}

#member-presentation .mBoxMedium {
  width: 695px;
}

#member-presentation .mBoxSmall {
  width: 440px;
}

.edit-profil-form {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

#member-collec {
  display: flex;
  justify-content: space-between;
}


.member-product-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.member-product-items a {
  display: block;
  width: 97px;
  height: 132px;
  overflow: hidden;
  border-radius: 7px;
  margin-right: 20px;
}

.member-product-items li:last-child a {
  margin-right: 0;
}

.member-product-items a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#memberedit {
  padding:20px;
}

.member-pref-form-wrapper {
  display: flex;
  justify-content: space-between;
}

.memberPicEditBox {
  width: 320px;
  height: 76px;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
}

.memberBox.prefer h4 {
  padding:10px 0;
}

.form-btn-validation {
  text-align: center;
  padding: 10px 0 20px 0;
}

#member-edit-infos label, #inscript label  {
  width: 175px;
  line-height: 35px;
}

#member-edit-infos .form-input, #inscript  .form-input {
  width: 500px;
}

#member-edit-infos .form-input.date-input,  #inscript  .form-input.date-input {
  width: 50px;
  margin-right: 5px;
}

#inscript .long-txt {
  width: 100%;
  line-height: 17px;
}

#inscript .long-txt a {
  color: var(--mn-color-blue);
}

#inscript .radioCheck {
  width: auto;
  margin-right: 20px;
}

.input-field {
  margin-bottom: 40px;
  line-height: 35px;
  position: relative;
}

label.error {
  position: absolute;
  bottom: -32px;
  left: 176px;
  color: red;
  font-weight: bold;
}

#inscript label.error {
  width: 100%;
}


.grid-table th {
  text-align: left;
  padding: 10px;
}

.grid-table tbody td {
  border-top:1px  solid #ccc;
  padding: 10px;
}

.member-collec-filters {
  padding: 20px 20px 0 20px;
  display: flex;
  justify-content: space-between;
}

.member-collec-pager-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px;
}

#member .supprimer input.submit {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent url(../img2/ico/delete.png) no-repeat center center;
  cursor: pointer;
}

#helpcoll td {
  padding:5px;
}

td.legend {
  color: var(--mn-color-bg);
  font-weight: bold;
}

#member .rounded-box h3 {
  color: #000;
}

.member-collec-filter-form {
  padding:0 20px;
}

.member-collec-filter-form td {
  padding:5px;
}

.member-collec-filter-form .rounded-box{
  margin-bottom: 0;
  margin-top: 20px;
}

.filterlink a {
  display: block;
  padding: 2px 10px 2px 27px;
  border: 1px solid #505050;
  background: transparent url(../img2/ico/filters.png) 4px center no-repeat;
  text-decoration: none;
  border-radius: 7px;
}

.member-tabbed h3 {
  font-size: 26px;
  padding:20px;
}

.member-tabbed {
  position: relative;
}

.member-tabbed .member-tabs {
  position: absolute;
  top: 27px;
  left: 190px;
}
.empty-list-form {
  padding:20px;
  text-align: center;
}

.buywish strong {
  color: var(--mn-color-bg);
  font-size: 20px;
}

#blockMyEval {
  position: absolute;
  right:20px;
  top:0;
}

#member-transaction .member-tabs {
  left: 210px;
}

.big-action-btn {
  padding:20px;
  text-align: center;
}

#member-profil-resume span {
  display: inline-block;
  width:105px;
}

#member-profil-resume p {
  padding:2px 0;
}

.block-2-col {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.block-3-col {
  display: flex;
  gap: 20px;
}

.block-2-col .rounded-box {
  flex-basis: 50%;
  flex-grow: 1;
}

.block-3-col .rounded-box {
  flex-basis: 30%;
  flex-grow: 1;
}

.member-likes-list {
  display: flex;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
  padding:20px;
}

.likeimgbox {
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  width: 176px;
  height: 246px;
  background: #f7f7f7;
}

.likeimgbox-link {
  display: block;
  width: 176px;
  height: 246px;
  position: relative;
}

.likeimgbox img {
  display: block;
  width: 176px;
  height: 246px;
  object-fit: contain;
}

.likeimgbox.dedicace-item img {
  object-fit: cover;
}

.likeimgbox .contenthover {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.likeimgbox:hover .contenthover {
  display: block;
}

.like-item-data {
  position: absolute;
  bottom:10px;
  left:10px;
  color: #fff;
}

.like-item-data a {
  color: #fff;
  display: block;
  font-weight: bold;
}

#memberLike #classement {
  margin-bottom:20px;
}

.likesubmit.btn {
  padding: 0px 3px;
}

#dedicace .pager-top {
  margin-top: 20px;
}

.dedBox-action {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top:40px;
}

.dedBox {
  display: flex;
  justify-content: center;
  padding:20px;
}

#memberStats table {
  width: auto;
  margin:10px 0;
}

#memberStats td {
  width: 250px;
  padding:2px;
}

#val {
  padding: 20px;
}

#quant {
  padding:20px 20px 0 20px;
}

#quant .rounded-box {
  background: #fff;
}


#messagerie {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

#messagerie_menu {
  width: 180px;
}

#messagerie_menu li {
  padding:10px 20px;
}

#messagerie_menu .tabs-selected {
  background: var(--mn-color-bg);
  border-radius: 0 7px 7px 0;
}

.messagerie-content {
  width: 933px;
  padding-left:40px;
  border-left:1px solid #ccc;
}

.mail-box table th {
  background: #e7e7e7;
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #d7d7d7;
}

.mail-box table th:first-child {
  border-top-left-radius: 7px;
}

.mail-box table th:last-child {
  border-top-right-radius: 7px;
}

.mail-box table td {
  padding: 12px;
  border-bottom: 1px solid #d7d7d7;
}

.mail-box table tr.subbar td {
  padding: 2px;
  background: #dbdbdb;
  text-align: right;
}

.mail-box table td.message {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  padding: 20px;
}

.mail-box td.empty {
  width: auto;
}

.mail-box td.repondre,
.mail-box td.supprimer,
.mail-box td.archiver {
  width: 20px;
}

#messages .acceptinvit input.submit,
#archives .acceptinvit input.submit {
  width: 150px;
  height: 20px;
  border: none;
  background: transparent url(../img2/acceptinvit.png) no-repeat center center;
  cursor: pointer;
}

#messages .refuseinvit input.submit,
#archives .refuseinvit input.submit {
  width: 150px;
  height: 20px;
  border: none;
  background: transparent url(../img2/refuseinvit.png) no-repeat center center;
  cursor: pointer;
}

#nouveau_message label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

#nouveau_message select {
  border-radius: 7px;
  height: 35px;
}

#nouveau_message textarea {
  height: 250px;
  margin-bottom: 20px;
}

#messages .repondre input.submit, #archives .repondre input.submit {
  display: block;
  width: 16px;
  height: 20px;
  margin-top: -4px;
  border: none;
  background: transparent url(../img2/icons/repondre.png) no-repeat center center;
  cursor: pointer;
}

#messages .archiver input.submit, #archives .archiver input.submit {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent url(../img2/disk.png) no-repeat center center;
  cursor: pointer;
}

.td-action {
  width: 50px;
  text-align: center;
}


#edit-password-from label {
  padding: 8px 0;
  display: block;
}

#edit-password-from p {
  margin-bottom: 20px;
}

#edit-password-from .rounded-box-content {
  width: 35%;
}

.center-box-content {
  display: flex;
  justify-content: center;
}

#publish-annnonce {
  text-align: center;
  padding:20px;
}

#publish-annnonce a {
  text-transform: uppercase;
}

#annonces h3 {
  padding:10px 0;
  text-transform: uppercase;
}

#annonces td.date {
  width: 75px;
}

#annonces td.state {
  width: 65px;
}

.annonce {
  text-align: center;
  padding-top:20px;
}

.annonce a {
  color: var(--mn-color-blue);
}

#sell .author {
  padding: 20px 20px 0 20px;
  font-size: 20px;
}

#sell .author a {
  color: var(--mn-color-blue);
}

#reserve .btn {
  width: 100%;
  text-transform: uppercase;
}

a.btn {
  color: #fff;
}

.btn.level-2 {
  background: var(--mn-color-blue);
  border:1px solid var(--mn-color-blue);
}

.btn.level-2:hover {
  color: #fff;
}

.btn.small {
  font-size: 12px;
}

#sell-form td {
  padding:8px;
}

#sell-form input {
  border-radius: 7px;
  padding: 7px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
}


#sell-form td.champsA {
  width: 180px;
}

#sell-form td.champsB, #sell-form td.champsBB {
  width: 600px;
}

.champsBB div, .champsB div {
  margin-right: 10px;
}

#catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 75%;
}

#catlist .annuaire {
  flex-basis: 40%;
  flex-grow: 1;
  border: 1px solid #C4C4C4;
  margin:0;
}
#catlist .annuaire h3.annuaire-cat-title a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}

#catlist .annuaire h3 {
  border-bottom:1px solid #C4C4C4;
  margin-bottom:15px;
}

.center-content {
  text-align: center;
}

#annuaires-categories .boxedTitleWrapper {
  width: 75%;
  margin: 20px 0;
}

#annuaires-categories .boxedTitleWrapper h3 {
  background: var(--mn-color-bg);
  padding:5px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

#links-content {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin-top:20px;
}

.annuairesite.rounded-box {
  margin:0;
  flex-basis: 40%;
  flex-grow: 1;
}

.flex-content {
  display: flex;
  gap:20px;
}

.flex-item.grid-3 {
  width: 372px;
  height: 301px;
  flex-grow: 1;
}

.flex-item.grid-3 img {
  width: 372px;
  height: 301px;
  object-fit: cover;
}

.item-picture-and-text {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  width: inherit;
  height: inherit;
}

.item-picture-and-text .gradient-layer {
  position: absolute;
  top:0;
  left:0;
}

.item-picture-and-text .item-picture-text {
  position: absolute;
  bottom:10px;
  left: 10px;
  color: #fff;
}

#mappp {
  text-align: center;
}

.dataTables_length , .dataTables_filter {
  float: left;
  margin:10px;
}

#libs-select-filters {
  display: none;
}

.dataTables_paginate {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}

.paginate_button {
  margin:0 10px;
  cursor: pointer;
  padding:2px 6px;
}

.paginate_button.current {
  background: var(--mn-color-bg);
  border-radius: 7px;
}

.sideWrapper .bouton {
  margin:10px 0;
}

#planningFilter fieldset {
  margin-top: 16px;
}

#planningFilter fieldset p {
  margin:0 5px;
}

#collection {
  display: flex;
  gap:20px;
}

#collection .rounded-box-2 {
  flex-basis: 30%;
  flex-grow: 1;
}

#searchMember td {
  padding:5px;
}

#searchMember td.leftable {
  width: 150px;
}

.memRevTxt {
  display: flex;
  flex-direction: column;
}

.memRevTxt h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.memRevTxt h5 {
  margin-bottom: 20px;
}

.memRevTxt .read-it {
  position: absolute;
  bottom:20px;
  right: 20px;
}

.activityLog {
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}

.activity-img {
  border-radius: 7px;
  overflow: hidden;
  display: block;
  width:75px;
  height: 32px;
}

.activity-img img {
  width:75px;
  height: 32px;
  object-fit: cover;
}

.rightLog {
  padding-top: 9px;
}

#mytofs {
  display: flex;
  gap: 20px;
}

#mytofs a {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 7px;
  display: block;
}

#mytofs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

#tournament-prez {
  padding:0;
}

#tournament-prez .rounded-box {
  height: 600px;
}

.oldtour-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.oldtour {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.oldtour .tournament-winner-img {
  display: block;
  width: 142px;
  height: 207px;
}

.oldtour .tournament-winner-img img {
  display: block;
  width: 142px;
  height: 207px;
  object-fit: cover;
  border-radius: 7px;
}

.oldtour h5, .tournoi-title {
  height: 34px;
  display: block;
  width: 134px;
  padding: 4px;
  color: #000;
  text-align: center;
}


.oldtour .tournament-winner-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}

.tournamentMenuSub {
  display: none;
}

.no-pdg-bottom {
  padding-bottom: 0;
}

.no-mrg-bottom {
  margin-bottom: 0;
}

#tournoiDesc {
  width: 884px;
}

.btn.btn-white {
  background: #fff;
  color: var(--mn-color-blue);
  border-color: #fff;
}

#part a {
  width: 100%;
  display: block;
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  padding:0;
}

#part  {
  width: 234px;
}

#agenda-grid {
  width: 900px;
}

.agenda-grid-content {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}

.agenda-grid-item {
  display: flex;
  gap:12px;
  width: 275px;
}

.agenda-grid-item-img {
  width: 98px;
  height: 115px;
  border-radius: 7px;
  overflow: hidden;
}

.agenda-grid-item-img a {
  display: block;
}

.agenda-grid-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agenda-grid-item-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#join {
  display: none;
}

#contests .rounded-box-2 {
  width: 750px;
}

#contests .rounded-box-2 img {
  width: 750px;
  object-fit: cover;
}

#contest-logo {
  width: 1156px;
  height: 250px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 20px;
}

#contest-logo img {
  width: 100%;
  height: 100%;
object-fit: cover;
}

#contest-form fieldset {
  flex-direction: column;
}

.contest-form-wrapper fieldset {
  border:1px solid #c4c4c4;
  border-radius:7px;
  padding:20px;
  width: 80%;
}


.q-wrapper {
  margin: 10px 0;
}

.q-title {
  font-size: 1em;
  font-weight: bold;
  color: var(--mn-color-bg);
  padding-bottom: 20px;
}

.q-response {
  position: relative;
  background: transparent url(../img2/puce2.gif) center left no-repeat;
  padding: 5px 0 5px 18px;
  margin-left: 5px;
  font-size: 15px;
  height: auto;
  line-height: 18px;
  border-bottom: 1px solid #eee;
}

.q-response.ticked {
  background: #FDF5E6 url(../img2/tick.png) center left no-repeat;
}

.q-response img {
  position: absolute;
  top: 3px;
  right: 2px;
}

.participant-fields {
  margin-bottom: 20px;
}

.contest-form-wrapper {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.contest-form-wrapper .field {
  display: flex;
  margin-bottom: 20px;
}

.contest-form-wrapper .field label {
  width: 110px;
  line-height: 35px;
}

.contest-form-wrapper .field .form-input {
  width: 300px;
}

.required {
  color: #ff0000;
  padding: 4px;
}

#tournament-prez .addthis_sharing_toolbox {
  position: absolute;
  bottom:20px;
  right: 20px;
}

#listing-agenda .editor {
  margin:8px 0;
  color: var(--mn-color-bg);
  font-weight: bold;
}

#listing-agenda .section-list-2-item .title, .img-view td.title .section-list-2-item .title {
  height: 40px;
}

.filter-form-selector .close-form {
  display: none;
}

.addtocal {
  display: block;
  width: 51px;
  height: 51px;
  border-radius: 7px;
  text-align: center;
  background: #fff url(../img2/calendar_plus.png) center no-repeat;
  cursor: pointer;
}

.next-event-desc {
  padding: 10px 0;
}

#next-event-block h3 {
  color: #000;
}

#next-event-block h4 {
  color: var(--mn-color-bg);
}

#contests-home {
  display: none;
}

.cancel-filter {
  display: none;
}

#subpics {
  display: flex;
  gap:5px;
}

.product-infomain #picinfo #subpics img {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 7px;
}

#picinfo .cpModal {
  position: relative;
  display: block;
}

.actu-picture-wrapper {
  display: none;
}

#actu .share-actions {
  position: absolute;
  bottom: 10px;
  right: 327px;
}

#actu .catIcon {
  display: none;
}

.searchWrapper.page-grid-section-1 {
  display: flex;
  gap:20px;
}

#searchFilter {
  width: 210px;
  min-width: 210px;
}

.filter-list {
  padding:10px;
}

.filter-list li {
  padding:8px 0;
}

.filter-list li a {
  color: var(--mn-color-blue);
}

.filter-list li.activ a {
  font-weight: bold;
  color: var(--mn-color-bg);
}

.search-filter-title {
  display: none;
}

#searchFilter li a.cross {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url(../img2/uncheck.png) center no-repeat;
}

.searchCat li {
  border-radius: 7px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  padding:10px;
  margin-bottom: 20px;
  border:1px solid #c4c4c4;
}

.searchCat li a {
  display: flex;
  gap:20px;
}

.searchCat li img {
  width: 51px;
  height: 80px;
  object-fit: cover;
  border-radius: 7px;
}

.searchTxtBlock {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.searchTitle {
  font-weight: bold;
  font-size: 16px;
}

.searchCat h4 {
  display: none;
}

.searchWrapper #main {
  flex-grow: 1;
}

#page-search-form , #top-search-form {
  margin-bottom: 20px;
  height: 30px;
  background: #fff;
  border: 1px solid #c4c4c4;
  display: flex;
  border-radius: 7px;
  padding:2px;
}

#page-search-form input , #top-search-form input {
  display: block;
  height: 30px;
  width: 560px;
  background: #fff;
  padding-left: 5px;
  border: none;
  color: #3088ED;
  font-weight: bold;
}


#top-search-form input {
  color: #000;
  width: 610px;
}

#page-search-form input.submit , #top-search-form input.submit {
  width: 27px;
  height: 30px;
  background: #fff url(../img2/icons/black_search.png) center no-repeat;
  border: none;
  cursor: pointer;
}

#page-search-form input:focus {
  outline: 0;
}

.warning {
  background: #fff6da;
  border: 1px solid #fde394;
  border-radius: 4px;
  padding: 10px;
}

.messadmin {
  background: #fff6da;
  border: 1px solid #fde394;
}

#actus #socialblock {
  display: none;
}

fieldset#identite  {
  flex-direction: column;
}

.inscript-note {
  padding: 20px 0;
}

#actus-categories .selected a {
  color: var(--mn-color-bg);
  font-weight: bold;
}
#actus-archives {
  display: none;
}

#menu-member-board, #menu-member-edit, #menu-member-messages, #menu-member-stats {
  display: none;
}

#search-mob-bt {
  display: none;
}

.topsearch-title {
  display: none;
}

.full-width {
  width: auto;
}

.no-pdg {
  padding:0;
}
.list-filter.navigation-pager {
  line-height: 50px;
  padding: 0 20px;
}

#visuels_img img {
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 7px;
}

#eventmenu {
  display: none;
}

.page-grid-2 .section-list {
  gap:6px;
}

.page-grid-2 .items-grid-5.section-list {
  gap:20px;
}

.birthdate-inputs {
  display: flex;
}

/*________jTip_____________________________*/

#JT_arrow_left {
  background: url(../img2/arrow_left2.gif) left top no-repeat;
  position: absolute;
  z-index: 101;
  left: -12px;
  height: 23px;
  width: 10px;
  top: -3px;
}

#JT_arrow_right {
  background: url(../img2/arrow_right2.gif) left top no-repeat;
  position: absolute;
  z-index: 101;
  height: 23px;
  width: 11px;
  top: -2px;
}

#JT {
  position: absolute;
  z-index: 100;
  border: 2px solid #CCCCCC;
  background-color: #fff;
}

#JT_copy {
  padding: 10px 10px 10px 10px;
  color: #333333;
}

.JT_loader {
  background: url(../img2/loader3.gif) center center no-repeat;
  width: 100%;
  height: 12px;
}

#JT_close_left {
  background-color: #CCCCCC;
  text-align: left;
  padding-left: 8px;
  padding-bottom: 5px;
  padding-top: 2px;
  font-weight: bold;
}

#JT_close_right {
  background-color: #CCCCCC;
  text-align: left;
  padding-left: 8px;
  padding-bottom: 5px;
  padding-top: 2px;
  font-weight: bold;
}

#JT_copy p {
  margin: 3px 0;
}

#JT_copy img {
  padding: 1px;
  border: 1px solid #CCCCCC;
}

.jTip {
  cursor: help;
}

#trailers {
  display: flex;
  gap: 20px;
}

#trailers .trailers-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.twitter-follow-button {
  width: 200px;
}

#collection .section-list.multiple-line {
  padding:20px;
}

#picinfo img {
  object-fit: contain;
}

#previews .multiple-line.section-list {
  margin-top:20px;
  padding-bottom:20px;
}


.list-age-filter {
  display: flex;
  justify-content: center;
}

.center-form-content {
  display: flex;
  justify-content: center;
}


.exta-link.website,
.exta-link.facebook,
.exta-link.instagram,
.exta-link.blog,
.exta-link.twitter {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 5px;
  text-indent: -9999px;
}

.exta-link.website {
  background: transparent url('../img2/social/website.png') no-repeat;
  background-size: contain;
}

.exta-link.facebook {
  background: transparent url('../img2/social/fb.png') no-repeat;
  background-size: contain;
}

.exta-link.twitter {
  background: transparent url('../img2/social/tw.png') no-repeat;
  background-size: contain;
}

.exta-link.instagram {
  background: transparent url('../img2/social/insta.png') no-repeat;
  background-size: contain;
}

.exta-link.blog {
  background: transparent url('../img2/social/blog.png') no-repeat;
}

.sideWrapper:after  {
  content: ' ';
  clear: both;
  display: block;
  height: 0px;
}

#best-blocks {
  display: flex;
  flex-direction: column;
}

#best-block-Shonen {
  order: -1;
}

#planning-filters {
  height: 95px;
}

td.actions  {
  width: 150px;
}

td.actions .addVolWish, td.actions .addVolColl, td.actions .removeVolColl {
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-block;
  margin:0 5px;
}

td.actions form {
  display: inline-block;
}


table thead th.headerSort {
  background: #FF7C00 url(../img2/arrow_sort.png) 2px 9px no-repeat;
  padding-left: 25px;
}


table thead th.headerSortUp {
  background: #FF7C00 url(../img2/arrow_sort.png) 2px -34px no-repeat;
  padding-left: 25px;
}


table thead th.headerSortDown {
  background: #FF7C00 url(../img2/arrow_sort.png) 2px -13px no-repeat;
  padding-left: 25px;
}


.print.print-planning {
  background: var(--mn-color-bg);
  border-radius: 5px;
  padding: 2px 4px;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 20px 10px;
}

.old-display-choice {
  display: none;
}

#event-actions {
  position: absolute;
  bottom: 40px;
}

#event-actions #eventgo,
#event-actions #eventwho {
  line-height: 51px;
}

#event-actions #eventgo .btn {
  line-height: 49px;
  padding: 0 32px;
  background: #fff;
  color: var(--mn-color-blue);
  border-color: #fff;
  font-weight: bold;
}


#editor .product-infomain #picinfo img {
  object-fit: contain;
}


#bangeante {
  width: 100%;
  position: absolute;
  top: 100px;
  text-align: center;
  height: 1400px;
}

#bangeante.fixed {
  position: fixed;
}

#bangeante iframe {
  position: absolute;
  width: 1900px;
  left: 50%;
  margin-left: -950px;
}

#bangeante a {
  display: flex;
  width: 100%;
  justify-content: center;
}


#collecs h4 {
  margin:20px 0;
  text-transform: uppercase;
}

#report .product-banner-note {
  position: absolute;
  top:20px;
  right: 20px;
  padding-top: 0;
  width: 85px;
  background: transparent url(../img2/icon_star_white.png) center left no-repeat;
}


#report .product-banner-note .notetxt {
  display: none;
}

#report .product-banner-note .notenumber {
  font-size: 35px;
  line-height: 47px;
  text-align: right;
}

#report .product-banner-note * {
  color: #a9a9a9;
}

.actu-content {
  padding-bottom: 10px;
  margin-top: 15px;
}

.actu-innerpict .catIcon {
  text-transform: none;
  font-size: 12px;
}

.list-age-filter-solo {
  padding-top: 20px;
}

.reportPreview {
  margin-bottom: 40px;
}

/* __facebox________________________*/
#facebox .b {
  background: url(../img2/facebox/b.png);
}

#facebox .tl {
  background: url(../img2/facebox/tl.png);
}

#facebox .tr {
  background: url(../img2/facebox/tr.png);
}

#facebox .bl {
  background: url(../img2/facebox/bl.png);
}

#facebox .br {
  background: url(../img2/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

#facebox form {
  margin: 10px 0 0 0;
}

#facebox input.states {
  margin: 2px 5px 0 5px;
}

#facebox input.submit {
  display: block;
  width: 100px;
  height: 22px;
  font-size: 12px;
  margin: 0 0 0 125px;
  border: 1px solid #c1c1c1;
  background-color: #f1f1f1;
  color: #7d7d7d;
  cursor: pointer;
  padding: 2px;
  text-align: center;
}

#facebox input.submit:hover {
  border: 1px solid #03A7DA;
  background-color: #f1f1f1;
  color: #03A7DA;
}

#facebox label {
  display: block;
  height: 20px;
  width: 100%;
  background: #ccc;
  padding-top: 3px;
  text-align: center;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #000;
}

.actu-meta-bloc {
  display: block;
  font-weight: 700;
}

.selection input[type="checkbox" i]:disabled {
  background-color: var(--mn-color-bg);
  outline:2px solid var(--mn-color-bg);
}

#picinfo .topflag, #picinfo .coeurflag {
  position: absolute;
  top: 30px;
  left: 30px;
}

.wish-export-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 20px;
}


#picinfo .preview-flag {
  position: absolute;
  display: block;
  width: 162px;
  height: 83px;
  top: 0;
  left: 0;
  background: transparent url(../img2/preview2.gif) no-repeat;
  background-size: 140px 200px;
  z-index: 50;
}

#picinfo .preview-flag span {
  display: none;
}


#memberManga .complet .comp,
#memberDvd .complet .comp {
  width: 50px;
  height: 16px;
  margin-left: 18px;
  background: url(../img2/membre/complete.png) no-repeat;
}

#memberManga .complet .incomp,
#memberDvd .complet .incomp {
  width: 50px;
  height: 16px;
  margin-left: 18px;
  background: url(../img2/membre/incomplete.png) no-repeat;
}

#memberManga .complet .paused,
#memberDvd .complet .paused {
  width: 50px;
  height: 16px;
  margin-left: 18px;
  background: url(../img2/membre/pause.png) no-repeat;
}

#memberManga .complet .stopped,
#memberDvd .complet .stopped {
  width: 50px;
  height: 16px;
  margin-left: 18px;
  background: url(../img2/membre/stop.png) no-repeat;
}

#memberManga .complet .pret,
#memberDvd .complet .pret {
  width: 50px;
  height: 16px;
  margin-left: 18px;
  background: url(../img2/membre/pret.png) no-repeat;
}

#memberManga .complet .envente,
#memberDvd .complet .envente {
  width: 50px;
  height: 16px;
  margin-left: 18px;
  background: url(../img2/membre/envente.png) no-repeat;
}

#memberManga .complet a#status0,
#memberDvd .complet a#status0 {
  width: 50px;
  height: 16px;
  font-size: 16px;
  background: url(../img2/membre/incomplete.png) no-repeat center;
  text-decoration: none;
}

#memberManga .complet a#status1,
#memberDvd .complet a#status1 {
  width: 50px;
  height: 16px;
  font-size: 16px;
  background: url(../img2/membre/complete.png) no-repeat center;
  text-decoration: none;
}

#memberManga .complet a#status2,
#memberDvd .complet a#status2 {
  width: 50px;
  height: 16px;
  font-size: 16px;
  background: url(../img2/membre/pause.png) no-repeat center;
  text-decoration: none;
}

#memberManga .complet a#status3,
#memberDvd .complet a#status3 {
  width: 50px;
  height: 16px;
  font-size: 16px;
  background: url(../img2/membre/stop.png) no-repeat center;
  text-decoration: none;
}

#memberManga .complet a#status4,
#memberDvd .complet a#status4 {
  width: 50px;
  height: 16px;
  font-size: 16px;
  background: url(../img2/membre/pret.png) no-repeat center;
  text-decoration: none;
}

#memberManga .complet a#status5,
#memberDvd .complet a#status5 {
  width: 50px;
  height: 16px;
  font-size: 16px;
  background: url(../img2/membre/envente.png) no-repeat center;
  text-decoration: none;
}

a.amazon {
  display: none;
}

#top-link {
  background: url(../img2/toplink.png) no-repeat scroll 0 0 transparent;
  bottom: 5px;
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: -2px;
}

/*  HP ------------*/
.homeTitle {
  display: flex;
  justify-content: space-between;
}

.homeTitle h3, .homeTitle h2 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 17px;
  padding-top: 15px;
}

.title-all-link {
  padding-top: 13px;
  color: #3088ed;
  font-weight: bold;
  font-size: 18px;
}


.topActuBox {
  min-width: 216px;
  width: 216px;
  height: 341px;
  border-radius: 7px;
  margin-right: 20px;
  position: relative;
}

.topActuBox a {
  display: block;
  width: 100%;
  height: 100%;
}

.topActuBox a .actu-text {
  position: absolute;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  bottom: 8px;
  box-sizing: border-box;
}

.topActuBox .actu-date {
  position: absolute;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 11px;
  bottom: -6px;
  box-sizing: border-box;
}

.topActuBox a .catIcon {
  position: absolute;
  top: 10px;
  left: 10px;
}



.topActuBox img {
  display: block;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.topActuBox a .gradient-layer {
  width: 100%;
}

#homeLastActus .content-section-item {
  width: 216px;
  height: 341px;
}

#homeLastActus .content-section-1 .content-section-item img {
  height: 100%;
  width: 100%;
}

#homeLastActus .item-img-link.content-section-item-img-link {
  height: 100%;
  width: 100%;
}

#homeLastActus  .content-section-item .content-section-item-link-title,
#homeLastActus  .content-section-item .actu-title {
  font-size: 16px;
}


#homeLastActus .content-section-item:nth-last-child(-n+5),
#homeLastActus .content-section-item:nth-last-child(-n+5) img,
#homeLastActus .content-section-item:nth-last-child(-n+5) .item-img-link
{
  height: 210px;
}


#homeLastActus p {
  display: none;
}

.actudate {
  position: absolute;
  bottom: -8px;
  color: #fff;
  padding: 10px;
  font-size: 11px;
}

#homeLastActus .gradient-layer {
  width: 100%;
}

.topSlider {
  width: 836px;
}

.slideTop, .slideTop img, .slideTop a, .slideTop .gradient-layer {
  display: block;
  width: 294px;
  height: 210px;
  border-radius: 7px;
  object-fit: cover;
}

.slideTop a {
  position: relative;
}

.slideTop {
  margin-right: 20px;
}

#manganews-focus-elements .main-content {
  display: flex;
}

#manganews-focus {
  width: 836px;
  height: 370px;
  background: #ccc;
  border-radius: 7px;
  margin-bottom: 20px;
  overflow: hidden;
}

#manganews-focus .big-one {
  position: relative;
}

#manganews-focus .big-one .catIcon,
.topSlider .catIcon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.mobile-feat-big {
  display: none !important;
}

#manganews-focus img {
  width: 836px;
  height: 370px;
  object-fit: fill;
}

#advertisement {
  width: 300px;
  height: 600px;
  border-radius: 7px;
  background: #ccc;
  margin-left: 20px;
}

#advertisement img {
  border-radius: 7px;
}

.zoneBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ccc;
}

.zoneBlock::before {
  content: attr(data-message);
  white-space: pre-wrap;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  font-size: 12px;
}

.zoneBlock ins {
  z-index: 10;
}


#entryTabs ul {
  display: flex;
}

#entryTabs .tabs-selected {
  background-color: var(--mn-textboxed-bg);
  border-radius: 7px;
}

.tabs-nav li {
  padding:2px 8px;
}

#homeChro {
  position: relative;
}

#homeChro .tabs-nav {
  position: absolute;
  top: 36px;
  left: 230px;
}

.home-top-subtitle {
  font-weight: bold;
}

.chroLinkAll{
  position: absolute;
  right: 20px;
  top: 25px;
}

#flash-info {
  display: flex;
  padding-bottom: 20px;
}

#homeChaps {
  width: 568px;
  height: 385px;
  margin-right: 20px;
}

#homeChaps iframe {
  border-radius: 7px;
}


#flash {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  column-gap: 20px;
  row-gap: 11px;
}

#flash-300-ad {
  width: 300px;
  height: 250px;
}

#flash-300-ad img {
  border-radius: 4px;
}

#flash-wrapper {
  display: flex;
}

.flash-item {
  display: flex;
  width: 264px;
}

.flash-item-img {
  width: 98px;
  height: 115px;
  background: #2D2F26;
  margin-right: 14px;
  border-radius: 7px;
  overflow: hidden;
}

.flash-item-img img {
  width: 98px;
  height: 115px;
  object-fit: cover;
}


.flash-item-info {
  width: 166px;
  margin-bottom: 20px;
}

.flashlink {
  font-size: 13px;
  font-weight: bold;
}

.flashdate {
  font-size: 10px;
}

.flashcat a{
  color: #fff;
}
.flashcat{
  margin-bottom: 8px;
}

#homeChaps .title-all-link{
  padding : 15px 0;
  display: block;

}

#top-week-content {
  display: flex;
  gap: 20px;
}

#topheart {
  width: 336px;
  height: 467px;
  border-radius: 7px;
  background: #2D2F26;
  overflow: hidden;
  position: relative;
}

.top-week-title {
  position: absolute;
  bottom:20px;
  left:20px;
  font-weight: bold;
  font-size: 24px;
  color:#fff;
}

#topheart img {
  width: 100%;
  object-fit: cover;
}

#top-score-list, #top-coeur-list {
  width: 371px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-score-list-item {
  display: flex;
  height: 78px;
}

.top-score-list-img a {
  min-width: 78px;
  min-height: 78px;
  max-width: 78px;
  max-height: 78px;
  background: #2D2F26;
  margin-right: 10px;
  border-radius: 7px;
  overflow: hidden;
  display: block;
}

.top-score-list-img img {
  width: 78px;
  height: 78px;
  object-fit: cover;
}

.top-score-list-data a {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}


#homeSimulcastActusWrapper {
  display: flex;
  justify-content: space-between;
}

#simulcast-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 835px;
}

.simulcast-item {
  display: flex;
  margin-right: 20px;
  margin-bottom: 16px;
  width: 380px;
}

.simulcast-item-img {
  width: 98px;
  height: 98px;
  border-radius: 7px;
  background: #ccc;
  margin-right: 10px;
  overflow: hidden;
}

.simulcast-item-img img {
  width: 98px;
  height: 98px;
  object-fit: cover;
}

.simulcast-item-content {
  width: 285px;
}

.simulcast-item-content .colored {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

#actuBlog2 {
  width: 297px;
  height: 600px;
  border-radius: 7px;
  background: #ccc;
  margin-top: 9px;
}

#actuBlog2 img {
  border-radius: 7px;
}


#misc-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.misc-content-box {
  width: 352px;
  height: 157px;
  border-radius: 7px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  padding:10px;
  position: relative;
}

.misc-content-box .title-all-link {
  position: absolute;
  bottom:10px;
  right:10px;
}

.misc-content-box-data {
  margin: auto;
}

.misc-content-box h2 {
  padding: 0;
}

.misc-content-box .txt_boxed {
  font-size: 14px;
  font-weight: normal;
}

.misc-content-box-data {
  padding:5px 0;
}


/*poller*/
.poller {
  width: 280px;
  height: 185px;
  padding: 0;
  background: transparent;
  margin: 0 0 0 5px;
}

.pollerTitle {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.9em;
}

.pollerLink {
  margin-bottom: 5px;
  font: normal 10px Verdana, Arial, sans-serif;
}

a.pollerLink,
.pollerLink a {
  color: #3088ED;
  padding: 3px 0;
}

.pollerOption {
  margin: 0;
}

.result_pollerOption {
  margin: 0;
  font: normal 10px Verdana, Arial, sans-serif;
}

.result_pollerTitle {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.9em;
}

.result_pollGraph img {
  float: left;
}

.result_pollGraph div {
  float: left;
  height: 16px;
  background-repeat: repeat-x;
  color: #FFF;
  font-size: 0.9em;
  line-height: 16px;
}

.result_pollGraph {
  height: 16px;
}

.result_pollGraph p {
  margin: 5px;
}

.poller_waitMessage {
  display: none;
}

.result_totalVotes {
  clear: both;
  font: italic 10px Verdana, Arial, sans-serif;
  margin-top: 5px;
  padding-top: 5px;
}

.quote-content {
  padding: 20px;
  font-size: 14px;
}

.quote-question {
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}

#tournoiWrapper .misc-content-box-data {
  display: flex;
  flex-direction: column;
  gap:5px;
  padding-top: 20px;
}


#last-reviews .content-section-item:nth-last-child(-n+8) {
  display: none;
}

#actus #mainCatLink {
  position: absolute;
  top: 12px;
}

.print {
  display: none;
}

.content-section-1 .actu-meta ,
.content-section-1 .actu-content {
  display: none;
}

/*--- Univers Jeux Video--------- */
#videogame-tests .item-data {
  padding:2px 0;
}

#videogame-tests  .data-title {
  height: 65px;
}

/*--- Univers Cine asie--------- */
.section-content-3-item .data-editor {
  margin-top:10px;
}


/*--- Actus --------- */
.actusimul {
  border:none;
  background: none;
  font-size: 14px;
  cursor: pointer;
}

.actusimul.switch-off:after {
  content: url(../img2/bt_switch_off.png);
  margin-left: 5px;
  vertical-align: -1px;
}

.actusimul.switch-on:after {
  content: url(../img2/bt_switch_on.png);
  margin-left: 5px;
  vertical-align: -1px;
}

#actus-categories ul {
  padding-left: 20px;
}

a.twitter-follow-button {
  background: #4A9AE9;
  border-radius: 7px;
  display: block;
  padding: 7px;
  color: #fff;
  margin-left: 5px;
  width: 184px;
}

.fb_iframe_widget {
  margin: 10px 0;
}

#socials-follow-buttons {
  margin-left: 25px;
}

#actus-archives h5 {
  color: #C4C4C4;
  text-align: right;
  text-decoration: none;
  margin: 3px 2px 0 2px;
  padding: 4px;
  border-radius: 7px;
  background: #F1F1F1;
  border: 0.5px solid #C4C4C4;
}

#actus-archives ul {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 2px 0;
}

#actus-archives ul li {
  display: block;
  float: left;
  width: 45px;
  height: 16px;
  background: transparent;
  padding: 0;
  margin: 3px 2px;
}

#actus-archives ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  color: #3088ed;
  border: 1px solid #eee;
  border-radius: 2px;
  line-height: 16px;
  border-radius: 7px;
  font-size: 13px;
}

#actus-archives ul li a:hover {
  border: 1px solid #ff7c00;
  color: #ff7c00;
}

/*___COMMENTS___________________________________________________*/

.followsubmit {
  cursor: pointer;
  padding: 4px 4px 3px 25px;
  background: #ff7c00 url(../img2/icons/plane.png) 5px center no-repeat;
  color: #fff;
  border: none;
  margin-right: 10px;
  border-radius: 7px;

}

a.feedcom {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: #fff url(../img2/icons/rss.png) center left no-repeat;
  padding-top: 0;
  margin: 0 5px 0 0;
  cursor: pointer;
  border-radius: 7px;
}

a.feedcom span {
  display: none;
}

.com-actions {
  display: flex;
  justify-content: space-between;
}

#actu-comments a.feedcom,
#comments a.feedcom {
  border: 3px solid #ff7c00;
  margin: 0;
}

a.addcom {
  background: var(--mn-color-blue);
  padding:3px 6px;
  color: #fff;
  border-radius: 7px;
  margin-left:5px;
}

#comfilters {
  display: block;
  margin: 5px 0 20px 5px;
  padding: 10px 20px;
  background: #F3F3F3;
}

#comfilters strong {
  color: #aaa;
  margin-right: 10px;
}

#sondage #comfilters {
  margin-left: 100px;
}

a.comfilter {
  padding: 3px 10px;
  margin-right: 10px;
  color: #ff7c00;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #fff;
  border-radius: 2px;
}

a.comfilter:hover {
  color: #3088ED;
}

#commentsBox {

}

.comment-parent-node.level-0 {
  padding-left: 0px;
  margin-bottom: 20px;
}

.comment-parent-node {
  padding-left: 40px;
}

.comment-wrapper {
  float: left;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-top: 7px;
  margin-left: 5px;
  width: 90%;
  background: #fff;
}

.comment-content {
  position: relative;
  margin: 0px 0 0px 5px;
}

.comment-content .block {
  padding: 10px;
  font-size: 1.2em;
  /* background: #fcfcfc; */
  /* margin-left: 40px; */
  margin-top: -15px;
}

.comment-content .block2 {
  border: 1px solid #d8d8d8;
  padding: 10px;
  font-size: 1.1em;
  background: #fffffa;

}

#tinymce {
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
}

.comment-content .block2 p,
.comment-content .block p {
  padding-right: 55px;
}

.comment-note {
  position: relative;
  display: block;
  float: right;
  right: 0;
  color: #ff7c00;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: -0.03em;
  background: transparent;
  border-bottom-left-radius: 3px;
  width: 55px;
  padding: 0;
  margin-right: 30px;
  padding-top: 10px;
}

#report .comment-note {
  position: absolute;
  margin: 0;
}

.comment-meta {
  height: 40px;
  margin-top: -1px;
}

.comment-meta2 {
  height: 30px;
  background: transparent url(img2/comment_bg_simple.png) 0 0 no-repeat;
  margin-top: -1px;
}

.comment-icone {
  float: left;
  margin: 7px 0 0 0;
}

.comment-icone img {
  height: 30px;
  width: 30px;
  padding: 3px;
  border: 1px solid #d8d8d8;
}

.comment-infos {
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}

.comment-infos p {
  margin: 10px 0 0 0px;
  text-align: left;
}

.comment-infos p:last-child {
  margin: 5px 0 0 0px;
  color: #aaa;
}

.comment-action {
  float: left;
  margin-left: 45px;
  margin-top: 5px;
}

.reply-wrapper {
  clear: both;
  padding-top: 10px;
}

.comment-reply {
  padding-left: 5px;
  padding-top: 3px;
  padding-right: 10px;
}

.comment-reply a {
  /* background: transparent url(img2/icons/repondre.png) 0 0px no-repeat; */
  /* padding-left: 20px; */
  padding-top: 1px;
  color: #959595;
}



#comment-reply-error {
  display: block;
  clear: both;
  padding: 10px 0;
  color: #ff0000;
  font-weight: bold;
}


#reply-form {
  border: 1px solid #dddddd;
  padding: 10px;
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 5px;
  display: block;
}

#reply-form textarea {
  width: 98%;
}

#reply-form label {
  display: block;
  font-weight: bold;
  padding: 8px 4px 4px 0;
  text-align: left;
}

#reply-form .field input, #reply-form textarea {
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.2em;
  padding: 5px;
  width: 98%;
}

#reply-form input.submit {
  cursor: pointer;
  width: 100px;
  float: left;
  margin-left: 215px;
  padding: 5px;
  color: #fff;
  background: #ff7c00;
  border: none;
  font-weight: bold;
  margin-top: 10px;
}

.plusminus {
  display: inline-block;
  margin-bottom: -12px;
  width: 32px;
}

.plusminus a {
  display: block;
  float: left;
  color: #fff;
  width: 16px;
  height: 24px;
  opacity: 0.7;
}

.plusminus a.plus {background: transparent url(../img2/icons/thumb_up3.png) 0 -1px no-repeat;}
.plusminus a.minus {background: transparent url(../img2/icons/thumb_down3.png) 0 4px no-repeat;}
.plusminus a.plus:hover {opacity: 1;}
.plusminus a.minus:hover {opacity: 1;}
.opak {opacity: 0.3;}

.plusminusMsg {color: #ff7c00;}

.abus {
  position: relative;
  float: right;
  margin: 0;
}

.abus input.sendAbus {
  display: block;
  /* width: 16px; */
  /* height: 16px; */
  border: 0;
  /* background: transparent url(img2/icons/abus.png) no-repeat; */
  cursor: pointer;
  color: #959595;
  background: none;
  font: normal 11px Verdana, Arial, sans-serif;
  padding-top: 1px;
}

.comNumb {
  position: relative;
  float: right;
  margin: 7px 5px 0 0;
  font: normal 11px arial, verdana, sans-serif;
  color: #AFAFAF;
}

#comment-form {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 30px;
}

#comment-form h3,
#comment-form h4,
#actu-comments #comment-form h3 {
  /*height:26px;
  line-height:24px;
  background:transparent;
  color:#3088ED;
  font-family: Verdana,Arial,sans-serif;
  font-size:1.5em;
margin-left: 5%;*/
  background: #3088ed none repeat scroll 0 0;
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
  line-height: 24px;
  margin: 0 0 0 5px;
  padding: 0 10px;
}

#comment-form h5 {
  color: #3088ED;
  font-size: 14px;
  padding-left: 28px;
  background: transparent url(img2/eye.png) no-repeat;
}

#comment-error {
  width: 60%;
  margin: 15px 0 15px 134px;
  border: 1px solid #ccc;
  background: #FEFFAF;
  color: #ff0000;
}

#comment-error p {
  padding: 5px;
}

#comment-form fieldset {
  background: #f1f1f1 none repeat scroll 0 0;
  border: medium none;
  display: block;
  margin: 0 0 20px 5px;
  padding: 10px 20px 20px;
}

#comment-form p {
  margin: 6px 0;
}

#comment-form p.field label {
  display: block;
  font-weight: bold;
  padding: 0 4px 4px 0;
  text-align: left;
}

#comment-form p.field label img {
  margin-top: 5px;
  vertical-align: bottom;
}

#comment-form .field input,
#comment-form textarea {
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.2em;
  padding: 5px;
  width: 98%;
}

#comment-form .field input[type="checkbox"] {
  float: left;
  width: 15px;
  margin-right: 10px;
}

#comment-form input.submit {
  cursor: pointer;
  width: 100px;
  padding: 5px;
  color: #fff;
  background: #ff7c00;
  border: none;
  font-weight: bold;
  border-radius: 7px;
}

#tournament #comment-form input.submit {
  margin-left: 220px;
}

#comment-form input#submit.submit {
  margin-left: 20px;
}

#comment-form input.submit:hover {
  background: #3088ED;
  color: #fff;
}

#main #comment-form a.cgu,
#main #comment-form a.jTip {
  float: none;
  text-align: center;
  margin-left: 40%;
}

fieldset#comment-rate {
  margin-left: 134px;
  width: 61%;
  border: 1px dotted #eee;
  background: #FFFAF0;
}

.note-title {
  float: left;
  padding: 14px 10px 0 20px;
  background: #FFFAF0;
}

.indicator {
  width: 16px;
  height: 16px;
  background-color: #FF9900;
  position: absolute;
  font-size: 1px;
  overflow: hidden;
  border: none;
}

.indicator:focus {
  background-color: #f00;
}

.note-slider {
  width: 200px;
  height: 16px;
  background: transparent url(../img2/slidebar.png) no-repeat;
  position: relative;
  border: 0 hidden #000;
  float: left;
  margin: 15px 15px 0 0;
  padding: 0;
}

.show-note {
  margin-left: 15px;
  color: #3088ED;
  font-size: 2.5em;
  letter-spacing: -0.03em;
  font-weight: bold;
  background: transparent;
}

#comment-form p.field-textarea {
  margin-bottom: 20px;
}

.comment-buttons {
  display: flex;
  justify-content: center;
}

/*rating star commentaires*/

#comments #starLine {
  display: block;
  height: auto;
  overflow: hidden;
  margin: -26px 0 0 80px;
}

#comments .rating {
  cursor: pointer;
  margin: 2em;
  clear: both;
  display: block;
}

#comments .rating:after {
  content: '.';
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}

#comments .cancel,
#comments .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}

#comments .star,
#comments .star a {
  background: url(../img2/star.gif) no-repeat 0 0;
}

#comments .cancel a,
#comments .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

#comments div.star_on a {
  background-position: 0 -16px;
}

#comments div.star_hover a,
#comments div.star a:hover {
  background-position: 0 -32px;
}

.form-help,
.form-help2,
.form-info {
  padding-left: 20%;
  width: 60%;
  text-align: center;
}

.form-info a {
  color: #3088ED;
}

.pixBoxZ.thumb274x210 a {
  display: block;
  width: 274px;
  height: 210px;
  border-radius: 7px;
  overflow: hidden;
}

.pixBoxZ.thumb274x210 img {
  width: 274px;
  height: 210px;
  object-fit: cover;
}


.product-add-collection-form-actions {
  display: flex;
  justify-content: right;
  line-height: 24px;
}

.product-add-collection-form-actions .product-add-collection-bt {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border:none;
  text-indent: -9999px;
  border-radius: 50%;
  margin:0 2px;
}

.product-add-collection-form-actions .addCollBtn { background: var(--mn-color-bg) url(../img2/user_action_add.png) center no-repeat; background-size: 20px; }
.product-add-collection-form-actions .addWishBtn { background: var(--mn-color-bg) url(../img2/user_action_file.png) center no-repeat; background-size: 20px; }

.product-buy-partner {
  padding: 20px 0px 0px 40px;
}

a.fnac {
  display: block;
  height: 61px;
  width: 180px;
  margin: 10px 0;
  background: transparent url(../img2/buy_fnac.png) no-repeat;
  border: none;
  color: #fff;
  text-decoration: none;
  font: bold 16px arial, verdana, sans-serif;
}


a.mangasio {
  display: block;
  height: 40px;
  width: 205px;
  margin: 10px 0;
  background: transparent url(../img2/parts/mangasio.png) no-repeat;
  background-size: cover;
  border: none;
  color: #fff;
  text-decoration: none;
  text-indent: -9999px;
  font: bold 16px arial, verdana, sans-serif;
}

a.priceminister {
  display: block;
  height: 40px;
  width: 185px;
  margin: 20px 0 0 0;
  background: transparent url(../img2/parts/BT_acheter_rouge.png) no-repeat;
  border: none;
  color: #fff;
  text-decoration: none;
  font: bold 16px arial, verdana, sans-serif;
}

a.priceministerNeuf,
a.priceministerOccaz {
  display: block;
  height: 54px;
  width: 150px;
  margin-top: 10px;
  padding: 16px 0 0 0;
  background: transparent url(../img2/parts/pm-neufBt.png) top center no-repeat;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font: bold 24px arial, verdana, sans-serif;
}

a.priceministerNeuf {
  background: transparent url(../img2/parts/pm-neufBt.png) top center no-repeat;
}

a.priceministerNeuf:hover {
  background: transparent url(../img2/parts/pm-neufBt.png) bottom center no-repeat;
}

a.priceministerOccaz {
  background: transparent url(../img2/parts/pm-occazBt.png) top center no-repeat;
}

a.priceministerOccaz:hover {
  background: transparent url(../img2/parts/pm-occazBt.png) bottom center no-repeat;
}

/* Fiche review ----- */
.bigsize {
  word-wrap: break-word;
  text-align: justify;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.45;
}

.fiche-block h3 {
  color: var(--mn-color-bg);
  padding: 7px 0;
  font-size: 30px;
  margin-top:20xp;
}

.fiche-block h4 {
  color: var(--mn-color-blue);
  padding: 7px 0;
}

.product-notes {
  display: flex;
  margin: 20px 0;
  justify-content: space-evenly;
}

.product-notes .product-banner-note {
  margin-right: 20px;
}

.product-notes * {
  color: var(--mn-color-bg);
}

#facelike {
  display: flex;
  justify-content: center;
}

.product-content {

}

.citation {
  padding:5px;
}

#numberblock {
  display: flex;
  justify-content: space-between;
}

#numberblock div span {
  display: inline-block;
}

#numberblock div  {
  width: auto;
}

#numberblock a  {
  width: auto;
}

#numberblock h3  {
  display: none;
}



#lastnextimg {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

#lastnextimg h3, #lastnextimg .lastnextTitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

#lastnextimg .smallpicinfo {
  width: 107px;
  height: 147px;
}

#lastnextimg img {
  width:107px;
  height: 147px;
  background: #ccc;
  border-radius: 7px;
  display: block;
}

#lastnextimg a {
  text-align: center;
  display: block;
  width: inherit;
  position: absolute;
}

#product-pictures .section-list {
  justify-content: start;
}

.page-grid-2 #product-pictures .section-list {
  justify-content: start;
  gap:5px;
}

.page-grid-2  #product-pictures .pixBoxZ  {

}

#product-pictures .pixBoxZ  {
  margin-bottom: 0px;
}

.grid-1 #product-pictures .pixBoxZ:nth-child(4n) {
  margin-right: 0px;
}

.grid-2 #product-pictures .pixBoxZ:nth-child(3n) {
  margin-right: 0px;
}

#ban300600 img {
  border-radius: 7px;
}

#ban300600-2 {
  margin-top: 20px;
}

#chroNoteBlock {
  display: flex;
}
#chroInfo {
  margin-left: 10px;
  padding-top: 5px;
  font-size: 20px;
  width: 650px;
}

#chroNote {
  padding:20px;
}

#chroNote span {
  display: block;
  font-size: 25px;
  font-weight: bold;
}

#chroNote .bottomnote {
  border-top: 1px solid #fff;
}

#occazcons {
  font-size: 12px;
  text-align: center;
  position: relative;
}

#prixconsplus {
  margin-left: 100px;
}

#occazcons .tooltipz {

}

.actus-archives-list li {
  padding: 7px;
  background: #f3f2f2;
  margin-bottom: 7px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
}

.actus-archives-list li a {
  color: var(--mn-color-blue);
  width: 640px;
}

.actus-archives-list li .catIcon {
  width: 91px;
  text-align: center;
  font-size: 12px;
}

.tooltipz {
  width: 15px;
  height: 15px;
  cursor: help;
  position: absolute;
  top: -1px;
  right: -13px;
}

.tooltipz:after {
  content: "?";
  width: 15px;
  height: 15px;
  background: var(--mn-color-blue);
  color: #fff;
  border-radius: 50%;
  display: block;
  line-height: 16px;
  cursor: help;
}

.tooltipz span {
  display: none;
  padding: 2px 3px;
  margin-left: 10px;
  width: 150px;
  background: #fff;
}

.tooltipz:hover span {
  display: inline;
  position: absolute;
  border: 1px solid #1C65DC;
  background: #fff;
  color: #1C65DC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: none;
  z-index: 10;
}

.reportPreview img {
  width: 795px;
  border-radius: 7px 7px 0 0 ;
}
#chroLogo img {
  width: 100px;
  height: 100px;
}

/**
* Featherlight - ultra slim jQuery lightbox
* Version 1.0.3 - http://noelboss.github.io/featherlight/
*
* Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0)
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 5%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
  }

  .featherlight .featherlight-inner {
    display: block
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    color: #000
  }

  .featherlight .featherlight-image {
    width: 100%
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0
  }

  .featherlight iframe {
    border: 0
  }
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent
  }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0)
  }

  .featherlight-previous {
    left: 25px;
    right: 80%
  }

  .featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, .25)
  }

  .featherlight-next span, .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400
  }

  .featherlight-next span {
    right: 5%;
    left: auto
  }

  .featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block
  }
}

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: 0 0
  }

  .featherlight-next span, .featherlight-previous span {
    display: block
  }
}

@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%
  }

  .featherlight-previous {
    left: 10px;
    right: 85%
  }

  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px
  }
}


/* AUTOCOMPLETE
-------------------------------------------------------------------------------*/
#ban970, #ban300, #ban300250 {
  height: 250px;
}

#ban970 img {
  width: 1200px;
  height: 250px;
}

#ban300600 {
    height: 600px;
}

.ac_input {
  width: 200px;
}

.ac_results {
  padding: 0 14px;
  margin: 0;
  /* border: 1px solid #ff7c00; */
  background-color: #fff;
  overflow-y: auto;
  height: 500px;
  overflow-x: hidden;
  color: #000;
  z-index: 1000;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  background-color: #fff;
  padding: 0;
  margin: 0;
  z-index: 1001;
}

.ac_results iframe {
  display: none;
}

.ac_results li {
  margin: 0;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
  vertical-align: middle;
  background-color: #fff;
}

.ac_results li .searchManga,
.ac_results li .searchDvd {
  float: right;
  display: block;
  top: 0;
  right: 0;
  padding: 0;
  margin: 25px 0 0 0;
  width: 42px;
  height: 16px;
}
/*
.ac_results li .searchManga {
    background: transparent url(img2/search-manga.png) no-repeat;
}

.ac_results li .searchDvd {
    background: transparent url(img2/search-dvd.png) no-repeat;
}
*/
.ac_results li .searchSep {
  display: block;
  width:100%;
  height:14px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 14px;
  color:#000;
  padding:5px;
  border-bottom:1px solid #c4c4c4;
}
.ac_results li .searchEnd {
  display: block;
  width:100%;
  height:24px;
  text-align: center;
  font-weight:bold;
  line-height: 24px;
  color:#000;
}

.ac_results li .searchEnd:hover{
  background-color: #e5e5e5;
  border-radius: 7px;
}

.ac_results li .searchimg {
  margin: 0;
  padding: 2px 5px;
  cursor: pointer;
  height: 40px;
  float: left;
  width: 28px;
}

.ac_results li .searchtxt {
  margin: 10px 0 0 0;
  padding: 0;
  width: 190px;
  cursor: pointer;
  float: left;
}

.ac_results .ac_over {
  background-color: #e5e5e5;
  border-radius: 7px;
}

#memberawardz  {
  display: flex;
}

#memberawardz .award {
  width: 32px;
  height: 32px;
  margin: 0 8px 5px 10px;
  background: transparent url(../img2/membre/award2012.png) no-repeat;
  z-index: 10;
}

#award1.award {
  background-position: 0 0;
}

#award2.award {
  background-position: 0 -32px;
}

#award3.award {
  background-position: 0 -64px;
}

#award4.award {
  background-position: 0 -96px;
}

#award5.award {
  background-position: 0 -128px;
}

#award6.award {
  background-position: 0 -160px;
}

#award7.award {
  background-position: 0 -192px;
}

#award8.award {
  background-position: 0 -224px;
}

#award9.award {
  background-position: 0 -256px;
}

#award10.award {
  background-position: 0 -288px;
}

#award11.award {
  background-position: 0 -320px;
}

#award12.award {
  background-position: 0 -352px;
}

#award13.award {
  background-position: 0 -384px;
}

#award14.award {
  background-position: 0 -416px;
}

#award15.award {
  background-position: 0 -448px;
}

#award16.award {
  background-position: 0 -480px;
}

#award17.award {
  background-position: 0 -512px;
}

/** --- TOURNOIS ----*/
#tournamentmap {
  display: block;
  width: 930px;
  margin-left: 20px;
  height: 1044px;
  background: #fff url(../img2/map3.png) top center no-repeat;
  padding-top: 43px;
}

#tournament #seizieme,
#tournament #huitieme,
#tournament #quart,
#tournament #demi,
#tournament #finale {
  float: left;
  width: 160px;
  margin: 0 10px 0 15px;
}

#tournamentmap h4 {
  display: none;
}


#tournoi-form {
  width: 100%;
}


.win-img,
img.radio-select-img-item {
  border: solid 10px #f1f1f1;
  border-radius: 3px;
  cursor: pointer;
  height: 200px;
}

img.radio-select-img-item:hover {
  border: solid 10px #3088ED;
  border-radius: 3px;
}

.win-img.item-checked,
img.radio-select-img-item.item-checked {
  border: solid 10px #ff7c00;
  border-radius: 3px;
}

.win-img {
  display: inline-block;
  height: 200px;
  width: 135px;
  -webkit-box-shadow: 0 1px 4px 0 #BDBDBD;
  box-shadow: 0 1px 4px 0 #BDBDBD;
}


.validTour {
  padding: 20px 0 50px 0;
  text-align: center;
}

.fight {
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
  padding: 0;
  margin: 0 0 20px 0;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.matchTitle {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 220px;
  left: 50%;
  margin-left: -110px;
}

.matchTitle h3 {
  padding: 0 0 10px 0;
  color: #090909;
  border-bottom: 1px solid #090909;
}

.matchTitle p {
  font-size: 14px;
  margin-top: 20px;
}

.teamfight {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

#winbox span,
.teamfight span {
  position: absolute;
  display: block;
  background: #3088ED;
  width: 120px;
  height: auto;
  margin: -80px 0 0 211px;
  padding: 5px 10px;
}

#winbox span a,
.teamfight span a {
  color: #fff;
  text-decoration: none;
}

.teamfight span a:hover {
  text-decoration: underline;
}

img.item-checked ~ span {
  background: #ff7c00;
}

#thewinner {
  display: block;
  /*position:absolute;
top:18px;
left:180px;*/
  width: 100px;
  height: 26px;
  background: transparent url(../img2/icons/winner.png) center no-repeat;
  text-indent: -9999px;
  text-align: center;
}

#winbox {
  display: block;
  position: relative;
  width: 160px;
  margin: -800px 0 0 4px;
}

#winbox img.win-img {
  display: block;
  width: 133px;
  height: 200px;
}

.chartour {
  position: absolute;
  width: 80px;
  text-align: center;
  color: #ff7c00;
  line-height: 80px;
}

.chartour.left {
  margin: -140px 0 0 444px;
}

.chartour.right {
  margin: -140px 0 0 35px;
}

.chartour canvas {
  left: 0;
  position: absolute;
  top: 0;
}

.teamcolumn {
  display: block;
  width: 150px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

#winbox span,
.teamcolumn span {
  position: absolute;
  display: block;
  background: #3088ED;
  width: 120px;
  height: auto;
  margin: -80px 0 0 10px;
  padding: 5px 10px;
}

.teamcolumn span a {
  color: #fff;
  text-decoration: none;
}

.teamcolumn span a:hover {
  text-decoration: underline;
}

#winbox span {
  background: #ff7c00;
  width: 133px;
  height: auto;
  margin: -5px 0 0 0;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#winbox #thewinner {
  width: 133px;
}


#tournament .team,
#tournament .teamvide {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  margin: 10px 0 0 0;
  height: 14px;
  padding: 2px 3px;
  /*border-radius: 3px;*/
  background: #fff;
}

#tournament .teamvide {
  text-align: center;
}

#tournament .team:nth-child(even) {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#tournament .team:nth-child(odd) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#tournament .team.next_round {
  border-color: #ff7c00;
}

#tournament .team.next_round a {
  color: #ff7c00;
}

#tournamentmap .team a {
  display: block;
  width: 160px;
  text-decoration: none;
}

#tournamentmap .team span a {
  width: auto;
}

#tournamentmap .preview-img-wrap {
  display: block;
  position: absolute;
  z-index: 50;
  display: none;
  background: transparent url(../img2/arrow_right.gif) center left no-repeat;
  padding-left: 10px;
}

#tournament #huitieme .team,
#tournament #huitieme .teamvide {
  margin: 25px 0 40px 0;
}

#tournament #quart .team,
#tournament #quart .teamvide {
  margin: 55px 0 100px 0;
}

#tournament #demi .team,
#tournament #demi .teamvide {
  margin: 115px 0 220px 0;
}

#tournament #finale .team,
#tournament #finale .teamvide {
  margin: 240px 0 440px 0;
}

#tournament .team label {
  padding-top: 2px;
}

#tournament .team label a {
  text-decoration: none;
}

#tournament .team label a:hover {
  color: #3088ED;
}

#tournament .team label span.vote {
  position: relative;
  color: #3088ED;
  right: 0;
}

a.submitVote,
#tournament input.submitVote {
  display: block;
  background: #3088ED;
  border: 1px solid #3088ED;
  border-radius: 7px;
  padding: 20px 100px;
  margin: 0 auto;
  cursor: pointer;
  border: 0;
  font: bold 24px arial, verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-top: 60px;
}

a:hover.submitVote,
#tournament input:hover.submitVote {
  background: #ff7c00;
}

a.submitVote {
  margin: 50px 0;
}

#tournoi-success {
  border: 1px solid #ff0000;
  width: 400px;
  padding: 10px;
  margin: 10px auto;
  color: #ff0000;
  text-align: center;
}

#tournament #winner {
  display: block;
  width: 350px;
  height: auto;
  margin: 10px auto;
  background: transparent;
  text-align: center;
}

#tournament #winner h3 {
  font: bold 14px arial, verdana, sans-serif;
  color: #3088ED;
}

#tournament #winner h4 a {
  font: bold 14px arial, verdana, sans-serif;
  color: #ff0000;
}

.votethanks {
  display: block;
  width: 450px;
  height: 60px;
  margin: 10px auto;
  font: bold 16px arial, verdana, sans-serif;
  color: #ff7c00;
  text-align: center;
}

.adWarn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #ff7c00;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
}

.adWarn a:hover {
  color: #3088ED;
  font-style: italic;
}

.adWarn728 {
  float: right;
}

.topvisBlock {
  display: block;
  margin: 20px 0;
  overflow: hidden;
}

.topvisBlock strong {
  display: block;
  font: bold 14px arial, verdana, sans-serif;
  color: #3088ED;
}

.topvis {
  display: block;
  float: left;
  margin-right: 10px;
}

.topvis img {
  width: 100%;
}

#tournamentSocial ul {
  display: flex;
  justify-content: space-around;
}

#tournamentSocial li {
  display: block;
}

#bigShareFB,
#bigShareTW,
#bigShareGG {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  margin: 5px;
}

#bigShareFB {
  background: transparent url(../img2/social/32/facebook-32x32.png) no-repeat;
}

#bigShareTW {
  background: transparent url(../img2/social/32/twitter-32x32.png) no-repeat;
}

#bigShareGG {
  background: transparent url(../img2/social/32/google+-32x32.png) no-repeat;
}


/* header anim */
.animated {
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%)
  }
  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%)
  }
  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%)
  }
  100% {
    -o-transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }
  100% {
    transform: translateY(0)
  }
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-100%)
  }
}

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0)
  }
  100% {
    -moz-transform: translateY(-100%)
  }
}

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0)
  }
  100% {
    -o-transform: translateY(-100%)
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(-100%)
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg)
  }
}

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg)
  }
}

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg)
  }
}

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    transform: perspective(400px) rotateX(0deg)
  }
}

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX
}

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg)
  }
}

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg)
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg)
  }
}

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg)
  }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg)
  }
}

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg)
  }
  100% {
    transform: perspective(400px) rotateX(-90deg)
  }
}

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px)
  }
  80% {
    -webkit-transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px)
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px)
  }
  80% {
    -moz-transform: translateY(-10px)
  }
  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px)
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px)
  }
  80% {
    -o-transform: translateY(-10px)
  }
  100% {
    -o-transform: translateY(0)
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px)
  }
  60% {
    opacity: 1;
    transform: translateY(30px)
  }
  80% {
    transform: translateY(-10px)
  }
  100% {
    transform: translateY(0)
  }
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px)
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0)
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px)
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0)
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px)
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0)
  }
  30% {
    opacity: 1;
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    transform: translateY(-200px)
  }
}

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}


.listing-view-mode .view-selector {
  bottom: -5px;
}

.entry-picture-wrapper {
  min-height: 350px;
}

#nsfw.entry-picture-wrapper-nsfw {
  width: 100%;
  min-height: 370px;
  z-index: 1;
}

.selection input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -border-radius: 4px;
  height: 12px;
  width: 12px;
  background: #fff;
  border: 1px solid #ccc;
}

.selection input[type="checkbox"]:disabled {
  background: #3088ED;
  margin: 0px;
  position: relative;
  outline: 1px solid #5b9ee9;
}

.selection input[type="checkbox"]:checked {
  background: #ff7c00;
  position: relative;
}

#sorties .pager {
  margin-top: 20px;
}

.product-warning {
  background: #fff6da;
  border: 1px solid #fde394;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.product-youtube iframe {
  width: 640px;
  height: 360px;
  border-radius: 7px;
}

#trailervideo video {
  border-radius: 7px;
}

#mainCatLink {
  display: block;
  position: absolute;
  right: 20px;
  top: 50px;
}

a#mainCatLink {
  font: bold 14px arial, verdana, serif;
  border: 1px solid #3088ED;
  color: #3088ED;
  background: #fff url(../img2/icons/hamburger.png) right top no-repeat;
  border-radius: 3px;
  height: 16px;
  padding: 5px 30px 5px 10px;
}

.page-header {
  position: relative;
}

.actu-content.bigsize {
  padding-bottom: 60px;
}

.topActuSlider {
  width: 1160px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.sidebar-banner-product {
  margin-top: 20px;
}

.BDfugue {
  display: block;
  width: 120px;
  height: 25px;
  background: transparent url(../img2/Logo_BDfugue.png) 0 0 no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  background-size: contain;
}

#product-related-news {
  min-height: 130px;
}


a#readBtn,
a#watchBtn {
  display: block;
  width: 250px;
  height: 32px;
  background: #ff7c00 url(../img2/watchBtn.png) 10px center no-repeat;
  border: 1px solid #FF7E00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font: bold 16px/32px arial, verdana, sans-serif;
}

a#readBtn,
a#watchBtn {
  width: 160px;
  text-align: left;
  padding-left: 40px;
}

.fiche-block .bigsize img {
  width: auto;
  max-width: 100%;
}

#interview.fiche-block .bigsize img {
  width: auto;
}

.annonce2 {
  padding: 10px;
}

.annonce2 a {
  color: var(--mn-color-blue);
}

#posslist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#posslist ul li {
  padding: 10px 20px;
  background: #f1f1f1;
  border-radius: 7px;
  display: flex;
  gap: 10px;
  flex-grow: 1;
}

#posslist .addFr .submit {
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 11px;
  color: #aaa;
}

#posslist .posstxt a {
  color: var(--mn-color-blue);
}

.univers-news-items-wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}

.univers-news-item {
  width: 385px;
  height: 118px;
  overflow: hidden;
  display: flex !important;
  gap: 10px;
}

.univers-news-item img {
  width: 75px;
  height: 118px;
  border-radius: 7px;
  object-fit: cover;
}

.univers-news-item .news-data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}

#univers-goodies .univers-news-item .news-data {
  justify-content: start;
}



.univers-news-item .news-data .catIcon{
  background: none;
  color: var(--mn-color-bg);
}

.univers-news-item .news-data .news-title{
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

#univers .page-grid-2 .section-block.section-slider-1 {
  padding:0 20px 20px 20px;
  margin-bottom: 20px;
}


.mangatori-products {

}

.mangatori-item {
  width: 260px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background: #f5f4f4;
  padding: 8px 5px;
  box-sizing: border-box;
  border-radius: 4px;
}

.mangatori-item a {
  color: #000;
  width: 100%;
}

.mangatori-item img {
  width: 250px;
  height: 350px;
  border-radius: 7px;
  object-fit: cover;
}

.mangatori-item .mangatori-name {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.mangatori-item .mangatori-brand {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.mangatori-item .mangatori-price {
  color: var(--mn-color-bg);
  display: block;
}

#univers .product-header-data-inner {
  height: 90px;
}

.mangatori-logo {
  width: 250px!important;
  max-width: 250px!important;
  margin-bottom: 20px;
}

.mangatori-logo img {
  width: 100%;
  height: auto;
}

.mangatori-logo .txt {
  font-size: 12px;
  color: #000;
}

.mangatori-preorder {
  position: absolute;
  top: 15px;
  left: 15px;
}

a.mangatori-bt {
  background: var(--mn-color-blue);
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  display: block;
  color: #fff;
  box-sizing: border-box;
  margin-top: 5px;
}

.mangatori-price .real-price {
  font-size: 11px;
  color: #000;
  text-decoration: line-through;
}

.vertical .mangatori-items-wrapper {
  width: 260px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.vertical .mangatori-item {
  width: 48%;
  margin: 0;
}

.vertical .mangatori-item img {
  width: 100%;
  height: 170px;
  border-radius: 7px;
  object-fit: cover;
}

.vertical .mangatori-name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.vertical .mangatori-brand {
  font-size: 12px;
}

.vertical .mangatori-price {

}

.vertical .mangatori-bt {

}

.vertical .mangatori-preorder {
  font-size: 9px;
}

.vertical .all-products-link {
  display: block;
}

.mangatori.horizontal .mangatori-item.all-products-link {
  display: none;
}

.vertical .all-products-link {
  flex: 1 1 100%;
}

.vertical .all-products-link .mangatori-bt {
  background-color: #ff7c00;
}

a.mangatori-bt:hover {
  background: #ff7c00;
}

.mangatori.horizontal {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  background: linear-gradient(180deg, #f3f1f1 0%, #f1eeee 100%);
}

.horizontal .mangatori-products {
  position: relative;
  margin-bottom: 50px;
}

.mangatori.horizontal .mangatori-logo {
  max-width: 190px !important;
  margin-bottom: 20px;
  display: block;
  position: absolute;
  bottom: -80px;
  right: 0;
}

.mangatori.horizontal .mangatori-logo .txt {
  font-size: 9px;
}

.mangatori.horizontal .mangatori-items-wrapper {
  display: flex;
  gap: 20px;
}

.mangatori.horizontal .mangatori-item {
  width: 177px;
  margin-bottom: 0;
  height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mangatori.horizontal .mangatori-item .mangatori-name {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.mangatori.horizontal .mangatori-item a {
  width: 100%;
  display: block;
}

.mangatori.horizontal .mangatori-item img {
  width: 100%;
  height: auto;
}

.mangatori.horizontal .mangatori-item span {
  font-size: 12px;
}

#goodie-mangatori-link a {
  margin: 30px 20px 20px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  display: flex;
}

.home-univers-wrapper {
  width: 1160px;
  box-sizing: border-box;
}

.home-univers {
  width: 570px;
  height: 210px;
  box-sizing: border-box;
}

/* the slides */
.home-univers-wrapper  .slick-slide {
  margin: 0 10px;
}

/* the parent */
.home-univers-wrapper  .slick-list {
  margin: 0 -10px;
}

.home-univers a {
  display: block;
  width: 100%;
  height: inherit;
  position: relative;
}

.home-univers a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  object-fit: cover;
}

.home-univers .univers-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  color: #fff;
}


/* reveal modal 4 hentai news */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, .9);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  margin-top: -150px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eee url(../img2/modal-gloss.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}

.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, .6);
  font-weight: bold;
  cursor: pointer;
}

#myModal .petitlogo {
  margin: 0 0 0 130px;
}

#myModal h2 {
  margin: 20px 0 0 30px;
  color: #ff7c00;
  text-align: center;
}

#myModal .lead {
  margin: 20px 0;
  text-align: center;
}

#myModal .button {
  width: 175px;
  height: 33px;
  font-size: 13px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5),
  0 1px 2px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5),
  0 1px 2px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5),
  0 1px 2px rgba(0, 0, 0, .3);
  float: left;
}

#myModal .button img {
  float: left;
  width: 16px;
  height: 16px;
  padding: 8px;
}

#myModal .button.green {
  background: -webkit-linear-gradient(top, rgba(170, 212, 79, 1) 0%, rgba(116, 185, 49, 1) 90%, rgba(106, 173, 45, 1) 95%, rgba(96, 157, 41, 1) 100%);
  background: -moz-linear-gradient(top, rgba(170, 212, 79, 1) 0%, rgba(116, 185, 49, 1) 90%, rgba(106, 173, 45, 1) 95%, rgba(96, 157, 41, 1) 100%);
  background: -o-linear-gradient(top, rgba(170, 212, 79, 1) 0%, rgba(116, 185, 49, 1) 90%, rgba(106, 173, 45, 1) 95%, rgba(96, 157, 41, 1) 100%);
  background: -ms-linear-gradient(top, rgba(170, 212, 79, 1) 0%, rgba(116, 185, 49, 1) 90%, rgba(106, 173, 45, 1) 95%, rgba(96, 157, 41, 1) 100%);
  background: linear-gradient(top, rgba(170, 212, 79, 1) 0%, rgba(116, 185, 49, 1) 90%, rgba(106, 173, 45, 1) 95%, rgba(96, 157, 41, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aad44f', endColorstr='#609d29', GradientType=0);
  border: 1px solid #5b8821;
  margin: 0 5px 0 30px;
}

#myModal .button.red {
  background: -webkit-linear-gradient(top, rgba(248, 114, 136, 1) 0%, rgba(243, 71, 85, 1) 90%, rgba(225, 65, 77, 1) 95%, rgba(206, 59, 70, 1) 100%);
  background: -moz-linear-gradient(top, rgba(248, 114, 136, 1) 0%, rgba(243, 71, 85, 1) 90%, rgba(225, 65, 77, 1) 95%, rgba(206, 59, 70, 1) 100%);
  background: -o-linear-gradient(top, rgba(248, 114, 136, 1) 0%, rgba(243, 71, 85, 1) 90%, rgba(225, 65, 77, 1) 95%, rgba(206, 59, 70, 1) 100%);
  background: -ms-linear-gradient(top, rgba(248, 114, 136, 1) 0%, rgba(243, 71, 85, 1) 90%, rgba(225, 65, 77, 1) 95%, rgba(206, 59, 70, 1) 100%);
  background: linear-gradient(top, rgba(248, 114, 136, 1) 0%, rgba(243, 71, 85, 1) 90%, rgba(225, 65, 77, 1) 95%, rgba(206, 59, 70, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87288', endColorstr='#ce3b46', GradientType=0);
  border: 1px solid #b0333e;
  margin: 0 30px 0 80px;
}


#univers-menu .menuContent .block-2-3 {
  width: 710px;
}

.warn {
  color: #c20b0b;
}


.memRev {
  display: flex;
  gap: 20px;
}

.memRev img {
  width: 100px;
}

.editmemberPic {

}

.memberPicEditWrapper {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.editmemberPic {
  display: block;
  height: 71px;
}

#sparkline {
  display: block;
  width: 780px;
  height: 210px;
  background: transparent url(../img2/sparkline.png) no-repeat;
  background-size: 100%;
}

#inlinesparkline canvas {
  margin-left: 19px;
  padding-top: 14px
}

#visuels_img {
  text-align: center;
}


.drama-img2 {
  width: 835px;
}

.drama-img2 a {
  display: block;
  width: 100%;
}

.drama-img2 img {
  display: block;
  width: 100%;
}

.bigsize h2 {
  color: var(--mn-color-blue);
}

.entry-data-wrapper {
  display: inline-block;
  float: right;
  width: 327px;
  margin-bottom: 7px;
}

.view-all-volumes {
  margin-top: 10px;
}

.view-all-volumes .button {
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 7px 12px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.pictureSupWrapper {
  display: flex;
  gap: 10px;
  justify-content: left;

}

.pictureSup {
  display: block;
  width: 250px;
  height: 250px;
  object-fit: cover;

}

.pictureSup img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/** Modal signin */
#signin-modal.modal {
  width: 400px;
}

#signin-modal-error-txt {
  color: #d51d1d;
}

.jquery-modal.blocker {
  z-index: 100;
}

#signin-modal.modal .form-input {
  width: 100%;
}

.login-modal-title {
  padding: 20px 0;
  font-weight: bold;
}


#signin-modal-login label {
  font-size: 12px;
  padding: 5px 1px;
  display: block;
}

#signin-modal-sign-up {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 20px;
}

#signin-modal-login .login-btn .btn {
  width: 100%;
}

#signin-modal-sign-up .inscrilink {
  width: 100%;
  box-sizing: border-box;
}


#modal-inscription #inscript label.texttopline {
  display: block;
}

#modal-inscription #inscript .input-field  {
  display: block;
  margin-bottom: 4px;
  line-height: unset;
}

#modal-inscription #inscript .input-field.radio-select-inputs  {
  display: flex;
  gap: 20px;
  margin:0;
  line-height: 85px;
}

#modal-inscription #inscript .radio-select-inputs label.texttopline {
  font-weight: bold;
  line-height: 85px;
}

#modal-inscription #inscript .captcha label.texttopline {
  display: none;
}

#modal-inscription #inscript .form-input {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

#modal-inscription #inscript label {
  width: unset;
  line-height: 30px;
  font-size: 13px;
}

#modal-inscription #inscript .radioCheck
{
  margin: 0;
}

#modal-inscription .form-input-group {
  display: flex;
  gap: 20px;
}

#modal-inscription #inscript label.long-txt {
  line-height: 15px;
  font-size: 12px;
}

#modal-inscription #inscript #month.form-input,
#modal-inscription #inscript #day.form-input {
    width: 40px;
}

#modal-inscription #inscript #year.form-input {
  width: 80px;
}

#modal-inscription #inscript .birthdate-inputs {
  line-height: 30px;
}

#modal-inscription label.error {
  position: absolute;
  bottom: unset;
  left: unset;
  right: 0;
  top: 0;
  font-weight: normal;
  font-size: 12px;
}

#bt-inscription {
  width: 100%;
}

#modal-inscription #inscript .input-field.inscription-checkbox {
  padding: 0px 0 10px 0;
}

#modal-inscription #inscript .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

#modal-inscription #inscript .input-field.captcha {
  width: 100%;
  text-align: center;
}

#modal-inscription #inscript .form-input.error {
  background: #ff9999;
}

#modal-inscription #inscript label.error {
  display: none !important;
}

#modal-inscription #inscript .input-email label.error,
#modal-inscription #inscript .input-pseudo label.error {
  display: inline-block !important;
}

.radio-select-inputs:has(.error) {
  color: #ff9999;
}

.radioCheck:has(.error) {
  color: #ff9999;
}

#modal-inscription-bt-mob {
  display: none;
}

.news-meta-data {
  display: none;
  position: absolute;
  top: 4px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  right: 5px;
}

.news-meta {
  display: flex;
  color: #fff;
}

.news-meta .meta-value  {
  font-size: 18px;
  font-weight: bold;
}

.news-meta .meta-name, .news-meta .meta-value  {
  display: block;
  line-height: 32px;
  height: 32px;
  width: 30px;
  text-align: center;
  filter: drop-shadow(0 0 3px #000);
}

.meta-note .meta-name  { color: transparent; background: transparent url(../img2/awesome/star_white_32.png) center center no-repeat; background-size: 80%;}
.meta-comments .meta-name  { color: transparent; background: transparent url(../img2/awesome/comment_white_32.png) center center no-repeat; background-size: 80%;}

.memberPoints {
  font-weight: bold;
  padding: 0 3px;
  font-size: 15px;
}

.diamond, a.diamond{color:#e12839;}
.gold, a.gold{color:#31cb68;}
.silver, a .silver{color:#3490f2;}
.bronze, a.bronze{color:#ff7c00;}
.unclassed, a.unclassed{color:#919191;}


#search-results {
  display: none;
  position: absolute;
  z-index: 1000;
  height: 380px;
  max-height: 380px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);
  margin: 8px 0 0;
  overflow: hidden;
  transition: opacity .2s ease-in,filter .2s ease-in;
}

#search-panel-content {
  display: flex;
  gap:20px;
  padding: 20px;
}

section.search-results {
  display: flex;
  gap: 10px;
}

.headerTitle {
  background: #fff;
  color: var(--mn-color-bg);
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 0;
  position: relative;
  z-index: 2;
}

.headerLine {
  border-bottom: 1px solid #f98863;
  display: block;
  height: 2px;
  left: 0;
  margin: 0;
  opacity: .3;
  padding: 0;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 1;
}

.search-section-category-title {
  padding-bottom: 10px;
  position: relative;
}

.searchCat .search-section-category-title {
  margin: 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.searchCat .search-section-more-results a {
    width: auto;
   padding: 10px 15px;
}

.search-result-item {
  display: flex;
  gap: 10px;
  margin: 5px;
  padding: 4px;
  width: 300px;
  height: 43px;
  border-radius: 4px;
  overflow: hidden;
}

.search-result-item:hover, .popular-search a:hover {
  background: rgba(255, 146, 44, 0.25);
}

.search-suggest-news-date {
  font-style: italic;
  color: #626262;
  display: block;
}

.search-result-item-image {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #5d5d5d;
    padding: 1px;
}

.items-search .search-section-category {
   width: 320px;
}


.search-result-item-image img {
  display: block;
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
  object-fit: cover;
}

.search-result-item-title {
  font-size: 14px;
}

.news-search .search-result-item-title {
  font-size: 13px;
}

.popular-search a {
  font-weight: bold;
  padding: 5px 0;
  border-radius: 4px;
  display: block;
}

.search-result-item-title strong {
  font-weight: bold;
}

.pagination-view {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 15px;
}

.pagination-view a {
  font-size: 14px;
  line-height: 25px;
}

.pagination-view a:hover {
    text-decoration: underline;
}

.pagination-view .active a {
  font-weight: bold;
  color: var(--mn-color-bg);
  pointer-events: none;
}

.pagination-view .prev-next a {
  display: inline-block;
  color: #fff;
  background-color: var(--mn-color-bg);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
}

.pagination-view .prev-next a:hover {
  text-decoration: none;
}

.pagination-view .prev-next.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.search-section-more-results {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}

.search-section-more-results a {
  display: block;
  padding: 6px 10px;
  background: var(--mn-color-bg);
  color: #fff;
  border-radius: 3px;
  width: 112px;
  text-align: center;
}

.item-action-wrapper {
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  border-radius: 7px 7px 0 0;
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgb(0,0,0,0.5);
  box-sizing: border-box;
  padding: 0 10px;
}

.item-actions {
    display: flex;
    gap: 10px;
}

.item-action-button {
  cursor: pointer;
}

.item-data-value {
  font-size: 12px;
}

.item-action-button.active i {
  color: var(--mn-color-bg);
}


#genre-top.section-block {
  background: linear-gradient(180deg, #fff8ee 0%, #ff922c99 100%);
}


#rate-slider {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px;
  justify-content: center;
}

.serie-rater {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  gap: 10px;
}

.serie-rater .section-list-item {
  width: 274px;
  height: 380px;
}

.serie-rater .section-list-item-title {
  bottom: 10px;
  color: #fff;
  left: 10px;
  max-width: 245px;
  width: 245px;
  font-size: 20px;
  text-align: center;
}

#skip-rate-bt {
    display: block;
    width: 274px;
    padding: 10px 0;
    background: #ff7c00;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    margin-top: 20px;
}

.flex-center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.btn-orange {
  display: block;
  padding: 10px 10px;
  background: #ff7c00;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
}

.new-menu-item {
  font-size: smaller;
  vertical-align: super;
  color: #ff7c00;
  margin-left: 4px;
  font-weight: bold;
}

.seo-pager {
  display: none;
}

.rankIcon {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #ff7c00;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.section-list-2-item.genre-top .title {
  height: 45px;
}

.top-manga {
  margin: 20px;
  font-weight: bold;
}

.page-info {
  width: 100%;
}

.page-info p {
  line-height: 23px;
  text-align: justify;
  margin: 0;
  padding: 5px;
}

.page-info h3 {
  font-size: 21px;
  padding: 15px 0;
}

.page-info h4 {
  padding: 10px 0;
}