.clearer {
  clear: both;
}
h1 {
  color: #1c1d22;
  line-height: 35px;
  font-family: Georgia;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 25px;
}
h1 a {
  color: inherit;
  line-height: 35px;
  font-family: Georgia;
  font-size: 33px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 5px;
}
a {
  color: #283eb5;
  text-decoration: none;
}
a:hover {
  color: #283eb5;
  text-decoration: underline;
}
li {
  list-style: none;
}
body {
  color: #000;
  background-color: #f0f0f0;
  background-position: 0 150px;
  background-repeat: repeat-x;
  margin: 0;
  line-height: 19px;
  font-family: Helvetica;
  font-size: 13px;
}
#wrapper {
  width: 970px;
  margin: 0 auto;
}
.themenumobile {
  display: none;
}
a.mobile-menu {
  font-size: 26px;
  border: 1px #008ee5 solid;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
}
a.mobile-menu:hover {
  text-decoration: none;
  color: #008ee5;
}
div#header {
  background-color: #1c1d22;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("images/header1.jpg");
  width: 100%;
  height: 150px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  background-size: auto 100%;
  justify-content: center;
}
div#container {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-size: 803px;
}
div#content {
  width: 803px;
  float: right;
  padding-bottom: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
}
div.post-holder {
  background: url("images/post-divider-1.png") repeat-x bottom;
  padding-bottom: 25px;
  margin: 0 20px;
}
div.post-holder p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
div.post-holder h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
  border-bottom: 1px #0cf solid;
  padding: 15px 0 5px 0;
  color: #008ee5;
}
div#sidebar {
  width: 100%;
  padding-top: 0;
  margin-left: 0px;
  float: left;
}
div#sidebar ul {
  padding-left: 0px;
  margin-left: 0px;
}
div#sidebar ul a {
  padding-top: 3px;
  padding-bottom: 6px;
  border-bottom-color: rgb(217, 204, 199);
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  display: block;
  color: #1c1d22;
}
div#sidebar ul a:hover {
  color: #283eb5;
}
div#leftp {
  float: left;
  width: 157px;
  margin-right: 10px;
}
table.stb {
  border-collapse: collapse;
  width: 100%;
}
table.stb td {
  padding: 5px;
  border: 1px green solid;
}
table.stb th {
  background: #888;
  color: #fff;
  border: 1px green solid;
}
.post-content li {
  list-style: square;
  margin: 0 0 10px 0;
}
div#footer_new {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  color: #333333;
  font-family: Arial;
  font-size: 10px;
  padding: 5px 0;
  background: #fff;
}
div#footer_new .ftlinks {
  margin: 0 10px;
}
div#footer_new A {
  color: #333333;
}
#sistersw {
  clear: both;
  border-top: 2px #aaa dotted;
  margin: 30px 0 20px 0;
  text-align: left;
  padding: 5px 10px 5px 0;
}
#sistersw p:not(:last-of-type) {
  font-weight: 700;
}
#sistersw ul {
  clear: both;
  margin: 0 0 30px !important;
  padding: 0;
}
#sistersw li {
  display: inline-block;
  margin: 0 15px 5px 0 !important;
}
#sistersw ul li.h {
  display: none;
}
#hmenu {
  float: none;
  display: block;
  clear: both;
  margin: 0 2px;
}
#hmenu ul ul ul ul {
  font-style: italic;
}
#hmenu ul ul ul {
  font-size: 12px;
}
#hmenu ul ul ul a {
  padding-left: 5px !important;
}
#hmenu ul {
  list-style: none;
  font-size: 13px;
  line-height: 12px;
  padding: 0;
  margin: 0;
}
#hmenu ul a {
  display: block;
}
#hmenu ul li {
  padding: 0;
  margin: 0;
}
#hmenu ul ul {
  text-align: left;
  margin: 5px 0 0 3px;
}
#hmenu ul ul li {
  margin-bottom: 3px;
}
#hmenu > ul > li {
  margin-bottom: 10px;
}
#hmenu > ul > li > a {
  background: #008ee5;
  padding: 5px 5px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: none;
  font-weight: 700;
}
#hmenu > ul > li > a:hover {
  color: #fff;
}
#hmenu > ul > li > ul > li > a {
  font-size: 12px;
}
a.nohover:hover {
  text-decoration: none;
}
div.imgintxt {
  display: block;
  max-width: 100%;
  clear: both;
}
div.imgintxt img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
div.imgintxt div {
  float: none;
  text-align: center;
  border: 1px #ccc solid;
  padding: 5px;
  margin: 5px auto 0;
  box-sizing: border-box;
}
div.floatleft {
  float: left;
  margin: 8px 10px 0 0;
}
div.floatright {
  float: right;
  margin: 8px 0 0 10px;
}
div.floatnone,
div.forcefloatnone {
  float: none;
  margin: 5px auto 10px;
}
div.forcefloatnone img {
  height: auto !important;
}
.forcefloatnone.fullonmobile img {
  width: 100% !important;
}
.forcefloatnone.fullonmobile div {
  width: 100%;
  max-width: none !important;
}
div#breadcrumb {
  margin: 13px 0 0;
  font-style: italic;
  text-align: left;
}
div#social {
  position: absolute;
  width: 200px;
  height: 30px;
  top: 40px;
  margin: 0 0 0 800px;
}
div#social a {
  float: left;
  display: block;
  background: url(https://www.casinojeu.org/img/social.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-left: 10px;
  margin-top: 5px;
}
div#social a:first-child {
  margin-left: 30px;
}
div#social .fb {
  background-position: 0 0;
}
div#social .gp {
  background-position: -34px 0;
}
div#social .tw {
  background-position: -67px 0;
}
div#tp {
  border-bottom: 1px #ccc solid;
  margin: 0 0 20px 0;
}
img#rvimg {
  width: 250px;
  height: 212px;
  margin: 10px 15px 10px 0;
  vertical-align: top;
}
div#rv {
  display: inline-block;
  width: 345px;
}
div#rv #intro {
  min-height: 100px;
}
div#tp a.vb {
  display: block;
  line-height: 35px;
  font-size: 16px;
  background: #008ee5;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  margin: 20px 20px;
}
div#tp a.vb:hover {
  text-decoration: none;
  background: #1c1d22;
}
table#top_list1 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px !important;
}
table#top_list1 td {
  vertical-align: middle !important;
  font-size: 15px;
  color: #737373;
  font-weight: 700;
  padding: 8px 5px !important;
  text-align: left !important;
  background: #fff;
}
table#top_list1 tr {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
table#top_list1 td.img img {
  width: 141px;
  height: 57px;
  border-radius: 2px;
}
table#top_list1 td.no {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  width: 20px;
  text-align: center !important;
}
table#top_list1 td.nm a {
  color: inherit;
}
table#top_list1 td.nm a:hover {
  text-decoration: none;
}
table#top_list1 td.v {
  width: 210px;
}
table#top_list1 td.v a {
  font-family: Arial;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  width: 184px;
  border-radius: 5px;
  background: #008ee5;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 15px;
  text-transform: uppercase;
}
table#top_list1 td.v a:hover {
  text-decoration: none;
  background: #1c1d22;
}
table#top_list1 td.stars .starsbg {
  width: 120px;
  height: 21px;
  background: url(images/star.png) repeat-x;
  display: inline-block;
  background-size: auto 200%;
}
table#top_list1 td.stars .starsfg {
  background: url(images/star.png) 0 bottom repeat-x;
  height: 21px;
  background-size: auto 200%;
}
table#top_list1 td.stars .stars50 {
  width: 100%;
}
table#top_list1 td.stars .stars45 {
  width: 90%;
}
table#top_list1 td.stars .stars40 {
  width: 80%;
}
table#top_list1 td.stars .stars30 {
  width: 60%;
}
table#top_list1 tbody tr:nth-child(odd) td {
  background: #f0f0f0;
}
table#top_list1 caption {
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #008ee5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}
table#top_list1 caption span {
  padding: 10px 25px;
  line-height: 40px;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
}
table#top_list1 caption span h2,
table#top_list1 caption span h3 {
  font: inherit;
  color: inherit;
  display: inline;
  border: none;
}
table#top_list1 caption span a {
  color: inherit;
}
div#crline {
  text-align: center;
  font-size: 11px;
  margin: 15px 0 0;
}
#sportodds {
  width: 100%;
  border-collapse: collapse;
}
#sportodds td {
  padding: 3px 5px;
  border: 1px #aaa solid;
}
#sportodds th {
  padding: 3px 0;
  border: 1px #aaa solid;
}
#sportodds tr td:first-child {
  font-weight: 700;
}
#articleindex {
  text-align: left;
}
#articleindextitle {
  font-weight: 700;
  font-size: 15px;
  margin: 5px 0 10px 5px;
}
#articleindex ul {
  margin: 0 !important;
  width: 100%;
}
#articleindex li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#articleindex > ul span {
  width: 20px;
  min-width: 20px;
  text-align: center;
  font-size: larger;
}
#articleindex > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  margin: 3px 0 0;
  max-width: 90%;
}
#articleindex > ul > li > span {
  margin: 3px 0 0;
}
#articleindex > ul > li > ul {
  margin: 3px 0;
}
#articleindex > ul > li > ul > li > a {
  font-size: 14px;
  margin: 1px 0 1px 15px;
  max-width: 86%;
}
#articleindex > ul > li > ul > li > ul {
  margin: 2px 0;
}
#articleindex > ul > li > ul > li > ul > li > a {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 30px;
  max-width: 82%;
}
#articleindex > ul > li > ul > li > ul > li > ul {
  margin: 2px 0;
}
#articleindex > ul > li > ul > li > ul > li > ul > li > a {
  font-size: 12px;
  margin: 0 0 0 45px;
  max-width: 78%;
}
#articleindex li.closed > ul {
  display: none;
}
#articleindex li.closed > span,
#articleindex li.opened > span {
  cursor: pointer;
}
div.ctabox {
  background: #008ee5;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 15px 5px;
  margin: 30px 0;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
}
div.ctabox a {
  color: inherit;
  text-decoration: underline;
}
div.ctabox a:hover {
  text-decoration: none;
}
@media (max-width: 970px) {
  body {
    background-image: none;
  }
  div.ctabox {
    margin: 20px 0;
  }
  #wrapper {
    width: 100%;
  }
  div#content {
    width: 75%;
  }
  div#leftp {
    width: 25%;
  }
  div#container {
    background: none;
  }
  div.post-holder {
    margin: 0 10px;
  }
  table#top_list1 td.no {
    width: auto;
  }
  table#top_list1 td.nm {
    display: none;
  }
  table#top_list1 td {
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center !important;
  }
  table#top_list1 td.img img {
    width: 120px;
    height: 48px;
  }
  table#top_list1 td.v a {
    font-size: 14px;
    width: 170px;
  }
  table#top_list1 td.v {
    width: 190px;
  }
  div#tp {
    text-align: center;
    padding-bottom: 20px;
  }
  div#tp h1 {
    text-align: center;
  }
  img#rvimg {
    margin: 15px 0 0;
  }
  div#rv {
    width: 310px;
  }
}
@media (max-width: 780px) {
  a.mobile-menu {
    display: block;
    position: absolute;
    left: 10px;
  }
  a.mobile-menu:hover {
    text-decoration: none;
  }
  body.menu-active .themenumobile {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    display: block;
  }
  body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: 100%;
  }
  body.menu-active {
    overflow: hidden;
    position: absolute;
  }
  .menu-active #bg {
    overflow: hidden;
    height: 100%;
  }
  #bg {
    transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -webkit-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    width: 100%;
    min-height: 100%;
    z-index: 2;
    position: absolute;
  }
  .themenumobile {
    display: block;
    z-index: 3;
    background: #232323;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    box-shadow: inset -60px 0px 60px -70px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
  .themenumobile strong {
    display: block;
    margin: 20px 15px -15px 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 20px;
    color: #ccc;
    padding-bottom: 20px;
  }
  .themenumobile > ul {
    display: block;
    margin: 15px;
    padding: 0;
  }
  .themenumobile > ul ul {
    border-left: 4px solid rgba(255, 255, 255, 0.05);
  }
  .themenumobile ul li {
    display: block;
    background: none;
    padding: 0;
  }
  .themenumobile ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: normal;
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
  }
  .themenumobile ul li a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .escape-mobile-menu {
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 50%;
    z-index: 1;
    background: #232323;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    box-shadow: inset 30px 0px 30px -40px #000,
      inset 1px 0px 0px rgba(255, 255, 255, 0.3);
  }
  body.menu-active .escape-mobile-menu {
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  body.menu-active .escape-mobile-menu:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
  #leftp {
    display: none;
  }
  #content {
    float: none !important;
    padding: 0 !important;
    width: 100% !important;
  }
  #content .post-holder {
    margin: 0 10px;
    padding: 15px 0;
  }
  div#header {
    font-size: 18px;
    line-height: 42px;
  }
  h1 {
    font-size: 24px;
    line-height: 24px;
  }
  table#top_list1 td.img img {
    width: 100px;
    height: auto;
  }
  table#top_list1 td.v a {
    font-size: 13px;
    width: 150px;
    line-height: 15px;
    padding: 10px 5px;
  }
  table#top_list1 td.v {
    width: 150px;
  }
  table#top_list1 td.r {
    display: none;
  }
  div#rv #intro {
    min-height: 0;
  }
  img#rvimg {
    margin: 0;
  }
  div#tp {
    padding-bottom: 5px;
  }
}
@media (max-width: 500px) {
  div.ctabox {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
  }
  table#top_list1 {
    max-width: 100%;
  }
  table#top_list1 td {
    width: auto !important;
  }
  table#top_list1 td.stars {
    display: none;
  }
  table#top_list1 td.v,
  table#top_list1 td.v a {
    width: 140px;
  }
  table#top_list1 caption span {
    padding: 8px 15px;
  }
}
@media (max-width: 330px) {
  table#top_list1 td.v,
  table#top_list1 td.v a {
    width: 130px;
  }
}
/*----------------Start Catfish---------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz@8..144&display=swap");

.catfish__body {
  display: none;
  width: 100vw;
  margin: 0 auto;
  z-index: 100;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 246px;
  background: #000000da;
}
.catfish__close {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: -17.5px;
  width: 35px;
  height: 35px;
  border: solid 1px #dc0000;
  border-radius: 50%;
  background-color: #000000;
}
.catfish__close_cross {
  width: 20px;
  height: 20px;
}
.catfish__container {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  flex: 1 1 100%;
  justify-content: space-evenly;
  align-items: center;
  scroll-snap-align: center;
}
.catfish__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 33.333%;
  background-color: white;
  max-width: 370px;
  height: 167px;
  padding: 10px;
  margin: 0 10px;
}
.catfish__top {
  display: flex;
  flex: 1 1 auto;
  justify-content: start;
  align-items: center;
  margin-top: 2px;
}
.catfish__img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 91px;
  background-color: #eeeeee;
  margin-right: 10px;
}
.catfish__image_logo_md {
  display: block;
}
.catfish__image_logo_sm {
  display: none;
}
.catfish__bonus {
  text-align: left;
}
.bonus {
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 18.88px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.orange {
  color: #de8500;
  word-wrap: break-word;
}

.black {
  color: black;
}

.catfish__btn {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #e56e00;
  margin-top: 10px;
  max-height: 44px;
}
.catfish__btn:visited {
  color: white;
}
.catfish__btn:active {
  transform: scale(0.9);
}

.catfish__btn:hover {
  background-color: #ee8c31;
}
.hide {
  display: none;
}
.uppear {
  display: flex;
}
.sm {
  display: none;
}
@media (max-width: 855px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .md {
    display: none;
  }
  .sm {
    display: flex;
  }
  .catfish__top {
    justify-content: space-around;
  }
  .catfish__image_logo_md {
  }
  .catfish__body {
    height: 27vh;
    min-width: 80vw;
  }
  .catfish__bonus {
    text-align: center;
    justify-content: center;
    font-size: 24px;
  }
  .catfish__close {
    right: 0px;
  }
  .bonus {
    font-size: 1rem;
    line-height: 4vw;
    word-wrap: break-word;
    font-size: 3.5vw;
    text-align: left;
  }
  .black {
    word-wrap: break-word;
  }
  .catfish__btn {
    min-height: 8vh;
    align-items: center;
    width: 25vw;
    flex: 0 0 auto;
    font-size: 3.5vw;
    cursor: pointer;
  }
  .catfish__container {
    max-width: fit-content;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-align: center;
    scroll-snap-type: x mandatory;
    padding: 0 25vw;
  }
  .catfish__img {
    width: 25vw;
    height: 8vh;
  }

  .catfish__image_logo_md {
    width: 20vw;
  }

  .catfish__item {
    flex: 0 1 33.333%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    min-width: 90vw;
    height: 145px;
    margin: 0 30vw;
    scroll-snap-align: center;
  }
}

@media (max-width: 561px) {
  .catfish__btn {
    min-height: 6vh;
  }
  .catfish__body {
    height: 25vh;
    min-width: 80vw;
    width: 100vw;
  }
  .catfish__item {
    min-height: 15vh;
    max-height: 15vh;
  }
  .catfish__close {
    right: 0px;
  }
}

/*----------------End Catfish---------------*/
