@charset "UTF-8";
/*************************
 ---- BOURBAN,UTILITY_BELT
     ---  SETTINGS
 ---- EXTERNAL
/**************************/
/***
**  MEDIA SIZE
*/
/*************************************************
           MIXINS
*************************************************/
/***
**  MEDIA
*/
/***
**  LAYOUT
*/
/***
**  Colors
*/
/*************************
 ---- EXTERNAL
     ---  BASE
 ---- MODULE
/**************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Generated data URIs used for preview purposes only */
/* Be sure that you replace data URIs with generated images */
.icon {
  background-image: url("../images/icons/sprites.png");
  display: inline-block; }

.paymenttype-creditcard {
  width: 45px;
  height: 31px;
  background-position: 0 0; }

.paymenttype-transfer {
  width: 28px;
  height: 30px;
  background-position: -45px 0; }

.paymenttype-wallet {
  width: 33px;
  height: 30px;
  background-position: -73px 0; }

.phone {
  width: 9px;
  height: 16px;
  background-position: -106px 0; }

.rivals {
  width: 67px;
  height: 30px;
  background-position: -115px 0; }

.rivals-mini {
  width: 26px;
  height: 11px;
  background-position: -182px 0; }

.signature {
  width: 220px;
  height: 100px;
  background-position: -208px 0; }

.social-fb {
  width: 20px;
  height: 21px;
  background-position: -428px 0; }
  .social-fb:hover {
    background-position: -448px 0; }

.social-fb-white {
  width: 32px;
  height: 32px;
  background-position: -468px 0; }

.social-gg {
  width: 21px;
  height: 21px;
  background-position: -500px 0; }
  .social-gg:hover {
    background-position: -521px 0; }

.social-gg-white {
  width: 32px;
  height: 32px;
  background-position: -542px 0; }

.social-pin-white {
  width: 32px;
  height: 32px;
  background-position: -574px 0; }

.social-tw {
  width: 21px;
  height: 21px;
  background-position: -606px 0; }
  .social-tw:hover {
    background-position: -627px 0; }

.social-tw-white {
  width: 32px;
  height: 32px;
  background-position: -648px 0; }

.social-wd {
  width: 21px;
  height: 21px;
  background-position: -680px 0; }
  .social-wd:hover {
    background-position: -701px 0; }

.social-yh {
  width: 21px;
  height: 21px;
  background-position: -722px 0; }
  .social-yh:hover {
    background-position: -743px 0; }

.social-yh-active {
  width: 21px;
  height: 21px;
  background-position: -743px 0; }

.social-yt-white {
  width: 32px;
  height: 32px;
  background-position: -764px 0; }

.star {
  width: 12px;
  height: 12px;
  background-position: -796px 0; }

.tick {
  width: 16px;
  height: 16px;
  background-position: -808px 0; }

.gaming1_2 {
  width: 76px;
  height: 29px;
  background-position: -824px 0; }

.gaming1_2-mini {
  width: 26px;
  height: 11px;
  background-position: -900px 0; }

.applelogo {
  width: 14px;
  height: 16px;
  background-position: -926px 0; }

.arrow-down {
  width: 9px;
  height: 5px;
  background-position: -940px 0; }

.cool {
  width: 58px;
  height: 65px;
  background-position: -949px 0; }

.cross {
  width: 12px;
  height: 14px;
  background-position: -1007px 0; }

.details-jetons {
  width: 26px;
  height: 21px;
  background-position: -1019px 0; }

.details-jeux {
  width: 18px;
  height: 20px;
  background-position: -1045px 0; }

.details-mises {
  width: 22px;
  height: 21px;
  background-position: -1063px 0; }

.details-multiple {
  width: 20px;
  height: 20px;
  background-position: -1085px 0; }

.details-seils {
  width: 20px;
  height: 20px;
  background-position: -1105px 0; }

.details-symbol {
  width: 20px;
  height: 20px;
  background-position: -1125px 0; }

.details-tour {
  width: 21px;
  height: 20px;
  background-position: -1145px 0; }

.details-w {
  width: 20px;
  height: 20px;
  background-position: -1166px 0; }

.elkstudios {
  width: 76px;
  height: 29px;
  background-position: -1186px 0; }

.elkstudios-mini {
  width: 26px;
  height: 11px;
  background-position: -1262px 0; }

.email {
  width: 17px;
  height: 13px;
  background-position: -1288px 0; }

.envalap {
  width: 17px;
  height: 13px;
  background-position: -1305px 0; }

.ezugi {
  width: 76px;
  height: 29px;
  background-position: -1322px 0; }

.ezugi-mini {
  width: 26px;
  height: 11px;
  background-position: -1398px 0; }

.flag-france {
  width: 22px;
  height: 15px;
  background-position: -1424px 0; }

.flames {
  width: 56px;
  height: 65px;
  background-position: -1446px 0; }

.lock {
  width: 12px;
  height: 15px;
  background-position: -1502px 0; }

.lock-active {
  width: 12px;
  height: 15px;
  background-position: -1514px 0; }

.lock-active1 {
  width: 12px;
  height: 15px;
  background-position: -1526px 0; }

.net {
  width: 61px;
  height: 30px;
  background-position: -1538px 0; }

.netent-mini {
  width: 26px;
  height: 11px;
  background-position: -1599px 0; }

.net-mini {
  width: 26px;
  height: 11px;
  background-position: -1625px 0; }

.nextgen {
  width: 75px;
  height: 30px;
  background-position: -1651px 0; }

.nextgen-mini {
  width: 26px;
  height: 11px;
  background-position: -1726px 0; }

.nextgent-mini {
  width: 26px;
  height: 11px;
  background-position: -1752px 0; }

.rss {
  width: 15px;
  height: 14px;
  background-position: 0px -32px; }

.badge {
  width: 20px;
  height: 60px;
  background-position: -26px -31px; }

.star-mini {
  width: 12px;
  height: 12px;
  background-position: 0px -49px; }

.notepad {
  width: 14px;
  height: 15px;
  background-position: -1778px 0; }

.notepad-active1 {
  width: 14px;
  height: 15px;
  background-position: -1806px 0; }

.payment-gaming1_2 {
  width: 26px;
  height: 11px;
  background-position: -1820px 0; }

.payment-eco {
  width: 40px;
  height: 18px;
  background-position: -1846px 0; }

.payment-elkstudios {
  width: 26px;
  height: 11px;
  background-position: -1886px 0; }

.payment-ezugi {
  width: 26px;
  height: 11px;
  background-position: -1912px 0; }

.payment-mastercard {
  width: 40px;
  height: 24px;
  background-position: -1938px 0; }

.payment-net {
  width: 26px;
  height: 11px;
  background-position: -1978px 0; }

.payment-netent {
  width: 26px;
  height: 11px;
  background-position: -2004px 0; }

.payment-netteller {
  width: 40px;
  height: 24px;
  background-position: -2030px 0; }

.payment-nextgen {
  width: 26px;
  height: 11px;
  background-position: -2070px 0; }

.payment-nextgent {
  width: 26px;
  height: 11px;
  background-position: -2096px 0; }

.payment-rivals {
  width: 26px;
  height: 11px;
  background-position: -2122px 0; }

.payment-rivals1 {
  width: 26px;
  height: 11px;
  background-position: -2148px 0; }

.payment-skrill {
  width: 40px;
  height: 24px;
  background-position: -2174px 0; }

.payment-paysafe {
  width: 40px;
  height: 24px;
  background: url("../images/icons/ecopayz.jpg"); }

.payment-ukash {
  width: 40px;
  height: 17px;
  background-position: -2214px 0; }

.payment-virement {
  width: 40px;
  height: 24px;
  background-position: -2254px 0; }

.payment-visa {
  width: 40px;
  height: 24px;
  background-position: -2294px 0; }

.payment-visaelectron {
  width: 40px;
  height: 24px;
  background-position: -2334px 0; }

.paymenttype-cash {
  width: 33px;
  height: 30px;
  background-position: -2374px 0; }

.paymenttype-cheque {
  width: 43px;
  height: 30px;
  background-position: -2407px 0; }
  
html {
  font-family: "Trebuchet MS";
  font-size: 13px;
  line-height: 1;
  color: #a4a4a4;
  background-color: #f2f2f2; }

h1, h2, h3, h4, h5, h6, p, aside, div, header, section, nav, ul, li, i, figcaption, figure {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

p {
  line-break: 1.84615rem; }
  p a {
    color: #bf0000;
    font-size: inherit;
    font-weight: inherit; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1; }

ul, li {
  list-style: none; }

h1 {
  font-size: 1.38462rem; }

h1.lead, .imgWithInfo-2 h1, .slotReview_bees .right h1 {
  font-size: 1.53846rem; }

h2 {
  font-size: 1.23077rem; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 1.07692rem; } }

h3 {
  font-size: 1.15385rem; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 1rem; } }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.92308rem; }

h6 {
  font-size: 0.84615rem; }

p {
  font-size: 1rem;
  line-height: 1.84615rem; }

img {
  height: auto;
  max-width: 100%; }

a {
  color: inherit;
  font-size: inherit; }

/*************************
 ---- BASE
     ---  MODULE
 ---- LAYOUT
/**************************/
/***
**  BUTTON CLASS
*/
.softwareReview_tables table td:nth-child(6) a, .casinoListing_tables table td:nth-child(6) a, .slotReview_detailsTable table td:nth-child(6) a, .topTenCasino table td:nth-child(6) a, .softwareReview_tables td:nth-child(8) a, .casinoListing_tables td:nth-child(8) a, .machineInfo li .btn-container a:first-child, .sidebarLesmeilleurs p + a, .gameListing_casinos li section a, .topTenCasinos_list section:nth-child(2) a:first-child, .sidebarNews .more, .sidebarNewLetter input:last-child, .sidebarBonus .an-ch a {
  font-size: 1rem;
  max-height: 30px;
  display: inline-block; }

.softwareReview_tables table td:nth-child(6) a, .casinoListing_tables table td:nth-child(6) a, .slotReview_detailsTable table td:nth-child(6) a, .topTenCasino table td:nth-child(6) a, .softwareReview_tables td:nth-child(8) a, .casinoListing_tables td:nth-child(8) a, .machineInfo li .btn-container a:first-child, .sidebarLesmeilleurs p + a {
  max-width: 5.38462rem;
  padding: 0.76923rem 1.23077rem; }

.gameListing_casinos li section a, .topTenCasinos_list section:nth-child(2) a:first-child, .sidebarNews .more, .sidebarNewLetter input:last-child, .sidebarBonus .an-ch a {
  min-width: 100px;
  padding: 0.76923rem 1.53846rem; }

.slotReview_bees .content .join, .casinoReviewInfo .visit {
  padding: 1.34615rem 1.92308rem;
  font-size: 1.53846rem;
  display: inline-block; }

/***
**  LAYOUT CLASS
*/
.clearfix:after, .bodyWithSidebar:after, .jeuxCasinoList:after, .machineAndFb:after, .topTenCasinos_list:after, .slotReview_bees .content:after, .advAndDisadv:after, .sidebarLesmeilleurs > section:after, .clearfix:before, .bodyWithSidebar:before, .jeuxCasinoList:before, .machineAndFb:before, .topTenCasinos_list:before, .slotReview_bees .content:before, .advAndDisadv:before, .sidebarLesmeilleurs > section:before {
  content: "";
  clear: both;
  display: table; }

.stretch, .slotReview_bees .content li:after, .casinoReviewInfo section > .right ul:after, .casinoReview_details .imagePopUp:after, .sidebarMachineSous ul:after {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

/********************************
 ----------  DEFAULT
********************************/
.container {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 95%; } }

/***
**  TEXT CLASS
*/
@-webkit-keyframes animat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 0; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: 100% 0; } }
@keyframes animat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 0; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: 100% 0; } }

/********************************
 ----------  MIXIN SETTINGS
********************************/
/********************************
 ----------  Useful Styling Mixins
********************************/
.jeuxCasinoList li img, .machineInfo li img {
  border: 1px solid #f2f2f2;
  padding: 4px;
  background-color: #f2f2f2; }

.sidebarNews > header, .sidebarNewLetter > header, .sidebarLeCasino > header {
  position: relative; }
  .sidebarNews > header .icon, .sidebarNewLetter > header .icon, .sidebarLeCasino > header .icon {
    top: 35%;
    position: absolute;
    right: 9px; }

/********************************
 ----------  LAYOUT WIDTH AND STYLES
********************************/
.jeuxCasino header, .softwareReview header, .casinoListing header, .gameListing header, .topTenCasinos header, .slotReview_details header, .casinoReview_details header, .main_sidebar > aside header, .facebookBox header, .machineInfo header, .slotReview_bees header, .casinoReviewInfo header, .sidebarAcceptance header, .topTenCasino header {
  background-color: #303030;
  color: #a4a4a4; }
  .jeuxCasino header h2, .softwareReview header h2, .casinoListing header h2, .gameListing header h2, .topTenCasinos header h2, .slotReview_details header h2, .casinoReview_details header h2, .main_sidebar > aside header h2, .facebookBox header h2, .machineInfo header h2, .slotReview_bees header h2, .casinoReviewInfo header h2, .sidebarAcceptance header h2, .topTenCasino header h2 {
    color: inherit;
    padding: 0.92308rem 0.61538rem; }
    .jeuxCasino header h2:first-letter, .softwareReview header h2:first-letter, .casinoListing header h2:first-letter, .gameListing header h2:first-letter, .topTenCasinos header h2:first-letter, .slotReview_details header h2:first-letter, .casinoReview_details header h2:first-letter, .main_sidebar > aside header h2:first-letter, .facebookBox header h2:first-letter, .machineInfo header h2:first-letter, .slotReview_bees header h2:first-letter, .casinoReviewInfo header h2:first-letter, .sidebarAcceptance header h2:first-letter, .topTenCasino header h2:first-letter {
      text-transform: capitalize; }

.jeuxCasino, .softwareReview, .casinoListing, .gameListing, .topTenCasinos, .slotReview_details, .casinoReview_details, .main_sidebar > aside, .facebookBox, .machineInfo, .slotReview_bees, .casinoReviewInfo, .sidebarAcceptance, .topTenCasinos_list li, .slotReview_noticeBar, .slotReview_noticeBar .bar {
  border: 1px solid #e8e8e8; }

.jeuxCasino, .softwareReview, .casinoListing, .gameListing, .topTenCasinos, .slotReview_details, .casinoReview_details, .main_sidebar > aside, .facebookBox, .machineInfo, .slotReview_bees, .casinoReviewInfo, .sidebarAcceptance {
  background-color: #fff; }

.jeuxCasino > section {
  padding: 1.38462rem 1.53846rem 2.61538rem; }

.softwareReview > section, .casinoListing > section, .gameListing > section, .topTenCasinos > section, .slotReview_details > section, .casinoReview_details > section, .main_sidebar > aside > section {
  padding: 1.53846rem 0.76923rem 0; }

.imgWithInfo {
  display: table;
  width: 100%; }

.imgWithInfo > .left, .imgWithInfo > .right {
  display: table-cell;
  vertical-align: top; }

.imgWithInfo > .left {
  width: 100px; }

.imgWithInfo > .right {
  padding-left: 11px; }

.imgWithInfo > .right {
  text-align: left; }

.imgWithInfo h1 {
  margin-bottom: 3px; }

.imgWithInfo a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 0.84615rem;
  font-weight: bold; }
  .imgWithInfo a {
    color: #bf0000; }
  .imgWithInfo a:hover, .imgWithInfo a.active {
    color: #000 !important; }

@media only screen and (min-width: 769px) {
  .imgWithInfo-2 {
    display: table;
    width: 100%; }
  .imgWithInfo-2 > .left, .imgWithInfo-2 > .right {
    display: table-cell;
    vertical-align: top; }
  .imgWithInfo-2 > .left {
    width: 150px; }
  .imgWithInfo-2 > .right {
    padding-left: 1.23077rem; } }

@media only screen and (max-width: 768px) {
  .imgWithInfo-2 {
    text-align: center; }
    .imgWithInfo-2 > .left, .imgWithInfo-2 .right {
      display: block; }
    .imgWithInfo-2 h1 {
      margin-top: 0.76923rem;
      margin-bottom: 0.76923rem; } }

.imgWithInfo-2 h1 {
  color: #303030;
  margin-bottom: 0.69231rem; }

.softwareReview_tables table td:nth-child(6) a, .casinoListing_tables table td:nth-child(6) a, .slotReview_detailsTable table td:nth-child(6) a, .topTenCasino table td:nth-child(6) a, .softwareReview_tables td:nth-child(8) a, .casinoListing_tables td:nth-child(8) a, .machineInfo li .btn-container a:first-child, .sidebarLesmeilleurs p + a, .gameListing_casinos li section a, .topTenCasinos_list section:nth-child(2) a:first-child, .sidebarNews .more, .sidebarNewLetter input:last-child, .sidebarBonus .an-ch a, .casinoReview_table table td:nth-child(1) span, .casinoReview_table table td:last-child a, .slotReview_bees .content_item:first-child .join, .slotReview_bees .content_item:last-child .join, .casinoReviewInfo .visit, .sidebarNewLetter input:nth-child(1) {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.softwareReview_tables table, .casinoListing_tables table, .slotReview_detailsTable table, .topTenCasino table {
  width: 100%;
  background-color: white; }
  @media only screen and (min-width: 769px) {
    .softwareReview_tables table, .casinoListing_tables table, .slotReview_detailsTable table, .topTenCasino table {
      border-width: 0 1px 1px 1px;
      border-style: solid;
      border-color: #e8e8e8; } }
  .softwareReview_tables table th, .casinoListing_tables table th, .slotReview_detailsTable table th, .topTenCasino table th {
    padding: 10px 9px;
    background-color: #9fc438;
    color: white;
    text-transform: capitalize; }
    @media only screen and (max-width: 768px) {
      .softwareReview_tables table th, .casinoListing_tables table th, .slotReview_detailsTable table th, .topTenCasino table th {
        display: none; } }
    .softwareReview_tables table th:first-child, .casinoListing_tables table th:first-child, .slotReview_detailsTable table th:first-child, .topTenCasino table th:first-child {
      color: transparent; }
  .softwareReview_tables table tr:nth-child(n+2), .casinoListing_tables table tr:nth-child(n+2), .slotReview_detailsTable table tr:nth-child(n+2), .topTenCasino table tr:nth-child(n+2) {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: white; }
    .softwareReview_tables table tr:nth-child(n+2):hover, .casinoListing_tables table tr:nth-child(n+2):hover, .slotReview_detailsTable table tr:nth-child(n+2):hover, .topTenCasino table tr:nth-child(n+2):hover, .softwareReview_tables table tr:nth-child(n+2).active, .casinoListing_tables table tr:nth-child(n+2).active, .slotReview_detailsTable table tr:nth-child(n+2).active, .topTenCasino table tr:nth-child(n+2).active {
      background-color: #fbfbfb; }
  @media only screen and (min-width: 769px) {
    .softwareReview_tables table tr:nth-child(n+2), .casinoListing_tables table tr:nth-child(n+2), .slotReview_detailsTable table tr:nth-child(n+2), .topTenCasino table tr:nth-child(n+2) {
      border-bottom: 1px solid #e8e8e8; } }
  @media only screen and (max-width: 768px) {
    .softwareReview_tables table td, .casinoListing_tables table td, .slotReview_detailsTable table td, .topTenCasino table td {
      display: block; }
    .softwareReview_tables table tr > td:last-child, .casinoListing_tables table tr > td:last-child, .slotReview_detailsTable table tr > td:last-child, .topTenCasino table tr > td:last-child {
      border-top: 1px solid #e8e8e8 !important;
      padding: 10px 0; }
    .softwareReview_tables table td:nth-child(3), .casinoListing_tables table td:nth-child(3), .slotReview_detailsTable table td:nth-child(3), .topTenCasino table td:nth-child(3), .softwareReview_tables table td:nth-child(4), .slotReview_detailsTable table .softwareReview_tables td:nth-child(4), .topTenCasino table .softwareReview_tables td:nth-child(4), .casinoListing_tables table td:nth-child(4), .slotReview_detailsTable table .casinoListing_tables td:nth-child(4), .topTenCasino table .casinoListing_tables td:nth-child(4), .softwareReview_tables table td:nth-child(4), .casinoListing_tables table td:nth-child(4), .slotReview_detailsTable table td:nth-child(4), .topTenCasino table td:nth-child(4), .softwareReview_tables table td:nth-child(6), .slotReview_detailsTable table .softwareReview_tables td:nth-child(6), .topTenCasino table .softwareReview_tables td:nth-child(6), .casinoListing_tables table td:nth-child(6), .slotReview_detailsTable table .casinoListing_tables td:nth-child(6), .topTenCasino table .casinoListing_tables td:nth-child(6), .softwareReview_tables table td:nth-child(5), .casinoListing_tables table td:nth-child(5), .slotReview_detailsTable table td:nth-child(5), .topTenCasino table td:nth-child(5) {
      border-top: 1px solid #e8e8e8; }
      .softwareReview_tables table td:nth-child(3) > *, .casinoListing_tables table td:nth-child(3) > *, .slotReview_detailsTable table td:nth-child(3) > *, .topTenCasino table td:nth-child(3) > *, .softwareReview_tables table td:nth-child(4) > *, .casinoListing_tables table .softwareReview_tables td:nth-child(4) > *, .slotReview_detailsTable table .softwareReview_tables td:nth-child(4) > *, .topTenCasino table .softwareReview_tables td:nth-child(4) > *, .softwareReview_tables table .casinoListing_tables td:nth-child(4) > *, .casinoListing_tables table td:nth-child(4) > *, .slotReview_detailsTable table .casinoListing_tables td:nth-child(4) > *, .topTenCasino table .casinoListing_tables td:nth-child(4) > *, .softwareReview_tables table td:nth-child(4) > *, .casinoListing_tables table td:nth-child(4) > *, .slotReview_detailsTable table td:nth-child(4) > *, .topTenCasino table td:nth-child(4) > *, .softwareReview_tables table td:nth-child(6) > *, .casinoListing_tables table .softwareReview_tables td:nth-child(6) > *, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) > *, .topTenCasino table .softwareReview_tables td:nth-child(6) > *, .softwareReview_tables table .casinoListing_tables td:nth-child(6) > *, .casinoListing_tables table td:nth-child(6) > *, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) > *, .topTenCasino table .casinoListing_tables td:nth-child(6) > *, .softwareReview_tables table td:nth-child(5) > *, .casinoListing_tables table td:nth-child(5) > *, .slotReview_detailsTable table td:nth-child(5) > *, .topTenCasino table td:nth-child(5) > * {
        display: inline-block;
        vertical-align: middle; }
      .softwareReview_tables table td:nth-child(3):before, .casinoListing_tables table td:nth-child(3):before, .slotReview_detailsTable table td:nth-child(3):before, .topTenCasino table td:nth-child(3):before, .softwareReview_tables table td:nth-child(4):before, .slotReview_detailsTable table .softwareReview_tables td:nth-child(4):before, .topTenCasino table .softwareReview_tables td:nth-child(4):before, .casinoListing_tables table td:nth-child(4):before, .slotReview_detailsTable table .casinoListing_tables td:nth-child(4):before, .topTenCasino table .casinoListing_tables td:nth-child(4):before, .softwareReview_tables table td:nth-child(4):before, .casinoListing_tables table td:nth-child(4):before, .slotReview_detailsTable table td:nth-child(4):before, .topTenCasino table td:nth-child(4):before, .softwareReview_tables table td:nth-child(6):before, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6):before, .topTenCasino table .softwareReview_tables td:nth-child(6):before, .casinoListing_tables table td:nth-child(6):before, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6):before, .topTenCasino table .casinoListing_tables td:nth-child(6):before, .softwareReview_tables table td:nth-child(5):before, .casinoListing_tables table td:nth-child(5):before, .slotReview_detailsTable table td:nth-child(5):before, .topTenCasino table td:nth-child(5):before {
        display: inline-block;
        margin-right: 6px;
        width: 20%;
        background-color: #e8e8e8;
        padding: 11px 10px;
        border-left: 1px solid white;
        font-weight: bold;
        font-size: 11px;
        text-transform: capitalize;
        color: #777;
        border-top: 1px solid white; }
    .softwareReview_tables table td:nth-child(3):before, .casinoListing_tables table td:nth-child(3):before, .slotReview_detailsTable table td:nth-child(3):before, .topTenCasino table td:nth-child(3):before, .softwareReview_tables table td:nth-child(4):before, .slotReview_detailsTable table .softwareReview_tables td:nth-child(4):before, .topTenCasino table .softwareReview_tables td:nth-child(4):before, .casinoListing_tables table td:nth-child(4):before, .slotReview_detailsTable table .casinoListing_tables td:nth-child(4):before, .topTenCasino table .casinoListing_tables td:nth-child(4):before {
      content: "bonus";
      border-top: none; }
    .softwareReview_tables table td:nth-child(4):before, .casinoListing_tables table td:nth-child(4):before, .slotReview_detailsTable table td:nth-child(4):before, .topTenCasino table td:nth-child(4):before, .softwareReview_tables table td:nth-child(6):before, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6):before, .topTenCasino table .softwareReview_tables td:nth-child(6):before, .casinoListing_tables table td:nth-child(6):before, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6):before, .topTenCasino table .casinoListing_tables td:nth-child(6):before {
      content: "Markets"; }
    .softwareReview_tables table td:nth-child(4) ul, .casinoListing_tables table td:nth-child(4) ul, .slotReview_detailsTable table td:nth-child(4) ul, .topTenCasino table td:nth-child(4) ul, .softwareReview_tables table td:nth-child(6) ul, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) ul, .topTenCasino table .softwareReview_tables td:nth-child(6) ul, .casinoListing_tables table td:nth-child(6) ul, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) ul, .topTenCasino table .casinoListing_tables td:nth-child(6) ul {
      white-space: nowrap; }
    .softwareReview_tables table td:nth-child(4) li, .casinoListing_tables table td:nth-child(4) li, .slotReview_detailsTable table td:nth-child(4) li, .topTenCasino table td:nth-child(4) li, .softwareReview_tables table td:nth-child(6) li, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) li, .topTenCasino table .softwareReview_tables td:nth-child(6) li, .casinoListing_tables table td:nth-child(6) li, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) li, .topTenCasino table .casinoListing_tables td:nth-child(6) li {
      display: inline-block;
      margin-right: 3%; } }
  @media only screen and (max-width: 768px) and (max-width: 480px) {
    .softwareReview_tables table td:nth-child(4) li, .casinoListing_tables table td:nth-child(4) li, .slotReview_detailsTable table td:nth-child(4) li, .topTenCasino table td:nth-child(4) li, .softwareReview_tables table td:nth-child(6) li, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) li, .topTenCasino table .softwareReview_tables td:nth-child(6) li, .casinoListing_tables table td:nth-child(6) li, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) li, .topTenCasino table .casinoListing_tables td:nth-child(6) li {
      margin-right: 1%; } }
  @media only screen and (max-width: 768px) {
    .softwareReview_tables table td:nth-child(5):before, .casinoListing_tables table td:nth-child(5):before, .slotReview_detailsTable table td:nth-child(5):before, .topTenCasino table td:nth-child(5):before {
      content: "Review"; } }
  .softwareReview_tables table td:nth-child(1), .casinoListing_tables table td:nth-child(1), .slotReview_detailsTable table td:nth-child(1), .topTenCasino table td:nth-child(1) {
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .softwareReview_tables table td:nth-child(1), .casinoListing_tables table td:nth-child(1), .slotReview_detailsTable table td:nth-child(1), .topTenCasino table td:nth-child(1) {
        background-color: #9fc438;
        color: white;
        padding: 11px; } }
    @media only screen and (min-width: 769px) {
      .softwareReview_tables table td:nth-child(1), .casinoListing_tables table td:nth-child(1), .slotReview_detailsTable table td:nth-child(1), .topTenCasino table td:nth-child(1) {
        padding: 0 9px; } }
  .softwareReview_tables table td:nth-child(2) h4, .casinoListing_tables table td:nth-child(2) h4, .slotReview_detailsTable table td:nth-child(2) h4, .topTenCasino table td:nth-child(2) h4 {
    color: #9fc438;
    font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .softwareReview_tables table td:nth-child(2), .casinoListing_tables table td:nth-child(2), .slotReview_detailsTable table td:nth-child(2), .topTenCasino table td:nth-child(2) {
      text-align: center; }
      .softwareReview_tables table td:nth-child(2) img, .casinoListing_tables table td:nth-child(2) img, .slotReview_detailsTable table td:nth-child(2) img, .topTenCasino table td:nth-child(2) img {
        margin-bottom: 10px;
        display: inline-block; } }
  @media only screen and (min-width: 769px) {
    .softwareReview_tables table td:nth-child(2), .casinoListing_tables table td:nth-child(2), .slotReview_detailsTable table td:nth-child(2), .topTenCasino table td:nth-child(2) {
      padding: 10px; }
      .softwareReview_tables table td:nth-child(2) h4, .casinoListing_tables table td:nth-child(2) h4, .slotReview_detailsTable table td:nth-child(2) h4, .topTenCasino table td:nth-child(2) h4, .softwareReview_tables table td:nth-child(2) img, .casinoListing_tables table td:nth-child(2) img, .slotReview_detailsTable table td:nth-child(2) img, .topTenCasino table td:nth-child(2) img {
        display: inline-block;
        vertical-align: middle; }
      .softwareReview_tables table td:nth-child(2) img, .casinoListing_tables table td:nth-child(2) img, .slotReview_detailsTable table td:nth-child(2) img, .topTenCasino table td:nth-child(2) img {
        margin-right: 10px; } }
  @media only screen and (max-width: 768px) {
    .softwareReview_tables table td:nth-child(2), .casinoListing_tables table td:nth-child(2), .slotReview_detailsTable table td:nth-child(2), .topTenCasino table td:nth-child(2) {
      padding: 20px; } }
  .softwareReview_tables table td:nth-child(3), .casinoListing_tables table td:nth-child(3), .slotReview_detailsTable table td:nth-child(3), .topTenCasino table td:nth-child(3), .softwareReview_tables table td:nth-child(4), .slotReview_detailsTable table .softwareReview_tables td:nth-child(4), .topTenCasino table .softwareReview_tables td:nth-child(4), .casinoListing_tables table td:nth-child(4), .slotReview_detailsTable table .casinoListing_tables td:nth-child(4), .topTenCasino table .casinoListing_tables td:nth-child(4) {
    font-weight: bold;
    color: #00b0f1; }
    @media only screen and (min-width: 769px) {
      .softwareReview_tables table td:nth-child(3), .casinoListing_tables table td:nth-child(3), .slotReview_detailsTable table td:nth-child(3), .topTenCasino table td:nth-child(3), .softwareReview_tables table td:nth-child(4), .slotReview_detailsTable table .softwareReview_tables td:nth-child(4), .topTenCasino table .softwareReview_tables td:nth-child(4), .casinoListing_tables table td:nth-child(4), .slotReview_detailsTable table .casinoListing_tables td:nth-child(4), .topTenCasino table .casinoListing_tables td:nth-child(4) {
        text-align: center; } }
  .softwareReview_tables table td:nth-child(4) .icon, .casinoListing_tables table td:nth-child(4) .icon, .slotReview_detailsTable table td:nth-child(4) .icon, .topTenCasino table td:nth-child(4) .icon, .softwareReview_tables table td:nth-child(6) .icon, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) .icon, .topTenCasino table .softwareReview_tables td:nth-child(6) .icon, .casinoListing_tables table td:nth-child(6) .icon, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) .icon, .topTenCasino table .casinoListing_tables td:nth-child(6) .icon {
    vertical-align: middle; }
  .softwareReview_tables table td:nth-child(4) .icon + .icon, .casinoListing_tables table td:nth-child(4) .icon + .icon, .slotReview_detailsTable table td:nth-child(4) .icon + .icon, .topTenCasino table td:nth-child(4) .icon + .icon, .softwareReview_tables table td:nth-child(6) .icon + .icon, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) .icon + .icon, .topTenCasino table .softwareReview_tables td:nth-child(6) .icon + .icon, .casinoListing_tables table td:nth-child(6) .icon + .icon, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) .icon + .icon, .topTenCasino table .casinoListing_tables td:nth-child(6) .icon + .icon {
    margin-left: 9px; }
  .softwareReview_tables table td:nth-child(4) li, .casinoListing_tables table td:nth-child(4) li, .slotReview_detailsTable table td:nth-child(4) li, .topTenCasino table td:nth-child(4) li, .softwareReview_tables table td:nth-child(6) li, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) li, .topTenCasino table .softwareReview_tables td:nth-child(6) li, .casinoListing_tables table td:nth-child(6) li, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) li, .topTenCasino table .casinoListing_tables td:nth-child(6) li {
    display: inline-block; }
  @media only screen and (min-width: 769px) {
    .softwareReview_tables table td:nth-child(4), .casinoListing_tables table td:nth-child(4), .slotReview_detailsTable table td:nth-child(4), .topTenCasino table td:nth-child(4), .softwareReview_tables table td:nth-child(6), .slotReview_detailsTable table .softwareReview_tables td:nth-child(6), .topTenCasino table .softwareReview_tables td:nth-child(6), .casinoListing_tables table td:nth-child(6), .slotReview_detailsTable table .casinoListing_tables td:nth-child(6), .topTenCasino table .casinoListing_tables td:nth-child(6) {
      padding: 7px; }
      .softwareReview_tables table td:nth-child(4) ul, .casinoListing_tables table td:nth-child(4) ul, .slotReview_detailsTable table td:nth-child(4) ul, .topTenCasino table td:nth-child(4) ul, .softwareReview_tables table td:nth-child(6) ul, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) ul, .topTenCasino table .softwareReview_tables td:nth-child(6) ul, .casinoListing_tables table td:nth-child(6) ul, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) ul, .topTenCasino table .casinoListing_tables td:nth-child(6) ul {
        max-width: 96px;
        margin-left: auto;
        margin-right: auto; }
      .softwareReview_tables table td:nth-child(4) li, .casinoListing_tables table td:nth-child(4) li, .slotReview_detailsTable table td:nth-child(4) li, .topTenCasino table td:nth-child(4) li, .softwareReview_tables table td:nth-child(6) li, .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) li, .topTenCasino table .softwareReview_tables td:nth-child(6) li, .casinoListing_tables table td:nth-child(6) li, .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) li, .topTenCasino table .casinoListing_tables td:nth-child(6) li {
        margin-bottom: 9px;
        margin-right: 5px; }
        .softwareReview_tables table td:nth-child(4) li:nth-child(3), .casinoListing_tables table td:nth-child(4) li:nth-child(3), .slotReview_detailsTable table td:nth-child(4) li:nth-child(3), .topTenCasino table td:nth-child(4) li:nth-child(3), .softwareReview_tables table td:nth-child(6) li:nth-child(3), .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) li:nth-child(3), .topTenCasino table .softwareReview_tables td:nth-child(6) li:nth-child(3), .casinoListing_tables table td:nth-child(6) li:nth-child(3), .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) li:nth-child(3), .topTenCasino table .casinoListing_tables td:nth-child(6) li:nth-child(3), .softwareReview_tables table td:nth-child(4) li:nth-child(6), .casinoListing_tables table td:nth-child(4) li:nth-child(6), .slotReview_detailsTable table td:nth-child(4) li:nth-child(6), .topTenCasino table td:nth-child(4) li:nth-child(6), .softwareReview_tables table td:nth-child(6) li:nth-child(6), .slotReview_detailsTable table .softwareReview_tables td:nth-child(6) li:nth-child(6), .topTenCasino table .softwareReview_tables td:nth-child(6) li:nth-child(6), .casinoListing_tables table td:nth-child(6) li:nth-child(6), .slotReview_detailsTable table .casinoListing_tables td:nth-child(6) li:nth-child(6), .topTenCasino table .casinoListing_tables td:nth-child(6) li:nth-child(6) {
          margin-right: 0; } }
  .softwareReview_tables table td:nth-child(5) h3, .casinoListing_tables table td:nth-child(5) h3, .slotReview_detailsTable table td:nth-child(5) h3, .topTenCasino table td:nth-child(5) h3 {
    font-weight: normal; }
  @media only screen and (min-width: 769px) {
    .softwareReview_tables table td:nth-child(5) h3, .casinoListing_tables table td:nth-child(5) h3, .slotReview_detailsTable table td:nth-child(5) h3, .topTenCasino table td:nth-child(5) h3 {
      text-align: center;
      padding: 0 0.76923rem; } }
  .softwareReview_tables table td:nth-child(6), .casinoListing_tables table td:nth-child(6), .slotReview_detailsTable table td:nth-child(6), .topTenCasino table td:nth-child(6), .softwareReview_tables table td:nth-child(8), .slotReview_detailsTable table .softwareReview_tables td:nth-child(8), .topTenCasino table .softwareReview_tables td:nth-child(8), .casinoListing_tables table td:nth-child(8), .slotReview_detailsTable table .casinoListing_tables td:nth-child(8), .topTenCasino table .casinoListing_tables td:nth-child(8) {
    text-align: center; }
    .softwareReview_tables table td:nth-child(6) a, .casinoListing_tables table td:nth-child(6) a, .slotReview_detailsTable table td:nth-child(6) a, .topTenCasino table td:nth-child(6) a, .softwareReview_tables table td:nth-child(8) a, .slotReview_detailsTable table .softwareReview_tables td:nth-child(8) a, .topTenCasino table .softwareReview_tables td:nth-child(8) a, .casinoListing_tables table td:nth-child(8) a, .slotReview_detailsTable table .casinoListing_tables td:nth-child(8) a, .topTenCasino table .casinoListing_tables td:nth-child(8) a {
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      background-color: #bf0000;
      color: white; }
      .softwareReview_tables table td:nth-child(6) a:hover, .casinoListing_tables table td:nth-child(6) a:hover, .slotReview_detailsTable table td:nth-child(6) a:hover, .topTenCasino table td:nth-child(6) a:hover, .softwareReview_tables table td:nth-child(8) a:hover, .slotReview_detailsTable table .softwareReview_tables td:nth-child(8) a:hover, .topTenCasino table .softwareReview_tables td:nth-child(8) a:hover, .casinoListing_tables table td:nth-child(8) a:hover, .slotReview_detailsTable table .casinoListing_tables td:nth-child(8) a:hover, .topTenCasino table .casinoListing_tables td:nth-child(8) a:hover, .softwareReview_tables table td:nth-child(6) a.active, .casinoListing_tables table td:nth-child(6) a.active, .slotReview_detailsTable table td:nth-child(6) a.active, .topTenCasino table td:nth-child(6) a.active, .softwareReview_tables table td:nth-child(8) a.active, .slotReview_detailsTable table .softwareReview_tables td:nth-child(8) a.active, .topTenCasino table .softwareReview_tables td:nth-child(8) a.active, .casinoListing_tables table td:nth-child(8) a.active, .slotReview_detailsTable table .casinoListing_tables td:nth-child(8) a.active, .topTenCasino table .casinoListing_tables td:nth-child(8) a.active {
        background-color: #000; }
    @media only screen and (min-width: 769px) {
      .softwareReview_tables table td:nth-child(6), .casinoListing_tables table td:nth-child(6), .slotReview_detailsTable table td:nth-child(6), .topTenCasino table td:nth-child(6), .softwareReview_tables table td:nth-child(8), .slotReview_detailsTable table .softwareReview_tables td:nth-child(8), .topTenCasino table .softwareReview_tables td:nth-child(8), .casinoListing_tables table td:nth-child(8), .slotReview_detailsTable table .casinoListing_tables td:nth-child(8), .topTenCasino table .casinoListing_tables td:nth-child(8) {
        padding: 0 5px; } }
  @media only screen and (min-width: 769px) {
    .softwareReview_tables table th + th, .casinoListing_tables table th + th, .slotReview_detailsTable table th + th, .topTenCasino table th + th, .softwareReview_tables table td + td, .casinoListing_tables table td + td, .slotReview_detailsTable table td + td, .topTenCasino table td + td {
      border-left: 1px solid #e8e8e8; } }

.softwareReview_tables .more, .casinoListing_tables .more {
  margin-top: 1.30769rem; }
  .softwareReview_tables .more a, .casinoListing_tables .more a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-weight: bold; }
    .softwareReview_tables .more a, .casinoListing_tables .more a {
      color: #bf0000; }
    .softwareReview_tables .more a:hover, .casinoListing_tables .more a:hover, .softwareReview_tables .more a.active, .casinoListing_tables .more a.active {
      color: #000 !important; }
  @media only screen and (min-width: 769px) {
    .softwareReview_tables .more, .casinoListing_tables .more {
      text-align: right; } }

.softwareReview_tables td:nth-child(6), .casinoListing_tables td:nth-child(6), .softwareReview_tables td:nth-child(8), .casinoListing_tables td:nth-child(8) {
  min-width: 110px; }

.softwareReview_tables td:nth-child(5) h3, .casinoListing_tables td:nth-child(5) h3, .softwareReview_tables td:nth-child(7) h3, .casinoListing_tables td:nth-child(7) h3 {
  text-align: center; }

.softwareReview_tables td:nth-child(5) h3, .casinoListing_tables td:nth-child(5) h3 {
  font-weight: bold !important; }

.softwareReview_tables td:nth-child(7) h3, .casinoListing_tables td:nth-child(7) h3 {
  font-weight: normal; }

@media only screen and (min-width: 769px) {
  .softwareReview_tables td:nth-child(1), .casinoListing_tables td:nth-child(1) {
    width: 3.80859%; }
  .softwareReview_tables td:nth-child(2), .casinoListing_tables td:nth-child(2) {
    width: 31.73828%; }
  .softwareReview_tables td:nth-child(3), .casinoListing_tables td:nth-child(3), .softwareReview_tables td:nth-child(4), .casinoListing_tables td:nth-child(4), .softwareReview_tables td:nth-child(4), .casinoListing_tables td:nth-child(4), .softwareReview_tables td:nth-child(6), .casinoListing_tables td:nth-child(6) {
    padding: 0; }
  .softwareReview_tables td:nth-child(3), .casinoListing_tables td:nth-child(3), .softwareReview_tables td:nth-child(4), .casinoListing_tables td:nth-child(4) {
    width: 10.05859%; }
  .softwareReview_tables td:nth-child(4), .casinoListing_tables td:nth-child(4), .softwareReview_tables td:nth-child(6), .casinoListing_tables td:nth-child(6) {
    width: 13.47656%; }
  .softwareReview_tables td:nth-child(7), .casinoListing_tables td:nth-child(7) {
    width: 7.51953%; }
  .softwareReview_tables td:nth-child(8), .casinoListing_tables td:nth-child(8) {
    width: 10.05859%; } }

@media only screen and (max-width: 768px) {
  .softwareReview_tables td:before, .casinoListing_tables td:before {
    border-left: none !important; }
  .softwareReview_tables td:nth-child(3):before, .casinoListing_tables td:nth-child(3):before, .softwareReview_tables td:nth-child(4):before, .casinoListing_tables td:nth-child(4):before {
    content: "No Deposit Bonus" !important; }
  .softwareReview_tables td:nth-child(4):before, .casinoListing_tables td:nth-child(4):before, .softwareReview_tables td:nth-child(6):before, .casinoListing_tables td:nth-child(6):before {
    border-top: 1px solid #fff !important;
    content: "Welcome Bonus" !important; }
  .softwareReview_tables td:nth-child(5):before, .casinoListing_tables td:nth-child(5):before {
    content: "% of bonus" !important; }
  .softwareReview_tables td:nth-child(6), .casinoListing_tables td:nth-child(6), .softwareReview_tables td:nth-child(8), .casinoListing_tables td:nth-child(8) {
    text-align: left !important;
    margin-top: 0 !important; }
    .softwareReview_tables td:nth-child(6):before, .casinoListing_tables td:nth-child(6):before, .softwareReview_tables td:nth-child(8):before, .casinoListing_tables td:nth-child(8):before {
      content: "Software" !important;
      vertical-align: middle; }
  .softwareReview_tables td:nth-child(7), .casinoListing_tables td:nth-child(7) {
    border-top: 1px solid #e8e8e8; }
    .softwareReview_tables td:nth-child(7) > *, .casinoListing_tables td:nth-child(7) > * {
      display: inline-block;
      vertical-align: middle; }
    .softwareReview_tables td:nth-child(7):before, .casinoListing_tables td:nth-child(7):before {
      display: inline-block;
      margin-right: 6px;
      width: 20%;
      background-color: #e8e8e8;
      padding: 11px 10px;
      border-left: 1px solid white;
      font-weight: bold;
      font-size: 11px;
      text-transform: capitalize;
      color: #777;
      border-top: 1px solid white; }
    .softwareReview_tables td:nth-child(7):before, .casinoListing_tables td:nth-child(7):before {
      content: "Review"; }
  .softwareReview_tables td:nth-child(8), .casinoListing_tables td:nth-child(8) {
    text-align: center !important; }
    .softwareReview_tables td:nth-child(8) a, .casinoListing_tables td:nth-child(8) a {
      width: 90px;
      height: 30px;
      max-width: 100%; }
    .softwareReview_tables td:nth-child(8):before, .casinoListing_tables td:nth-child(8):before {
      content: none !important; } }

.casinoReview_table table {
  width: 100%;
  margin-bottom: 2.30769rem;
  background-color: white;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e8e8e8; }
  @media only screen and (min-width: 769px) {
    .casinoReview_table table tr:nth-child(n+2) {
      border-bottom: 1px solid #e8e8e8; } }
  .casinoReview_table table th {
    padding: 0.76923rem 0.61538rem;
    background-color: #9fc438;
    color: white;
    text-transform: capitalize; }
    @media only screen and (max-width: 768px) {
      .casinoReview_table table th {
        display: none; } }
  .casinoReview_table table tr:nth-child(n+2) {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: white; }
    .casinoReview_table table tr:nth-child(n+2):hover, .casinoReview_table table tr:nth-child(n+2).active {
      background-color: #fbfbfb; }
  @media only screen and (min-width: 769px) {
    .casinoReview_table table th + th, .casinoReview_table table td + td {
      border-left: 1px solid #e8e8e8; } }
  .casinoReview_table table td:nth-child(1) span {
    font-size: 10px;
    background-color: #00b0f1;
    color: #fff;
    display: block;
    padding: 5px 4px;
    max-width: 4.15385rem;
    margin-top: 5px; }
  .casinoReview_table table td:last-child a {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #bf0000;
    max-height: 100%;
    display: block;
    color: #fff;
    padding: 5px 9px; }
    .casinoReview_table table td:last-child a:hover, .casinoReview_table table td:last-child a.active {
      background-color: #000; }
  @media only screen and (min-width: 981px) {
    .casinoReview_table table td:last-child a {
      max-width: 9.23077rem; } }
  @media only screen and (max-width: 980px) {
    .casinoReview_table table td:last-child a {
      margin-left: auto;
      margin-right: auto;
      max-width: 11.53846rem; } }
  @media only screen and (max-width: 480px) {
    .casinoReview_table table td {
      white-space: nowrap; } }
  @media only screen and (min-width: 769px) {
    .casinoReview_table table td {
      padding: 10px 8px; }
    .casinoReview_table table td:nth-child(2), .casinoReview_table table td:nth-child(3), .casinoReview_table table .softwareReview_tables td:nth-child(4), .softwareReview_tables .casinoReview_table table td:nth-child(4), .casinoReview_table table .casinoListing_tables td:nth-child(4), .casinoListing_tables .casinoReview_table table td:nth-child(4), .casinoReview_table table td:nth-child(5), .casinoReview_table table td:nth-child(6), .casinoReview_table table .softwareReview_tables td:nth-child(8), .softwareReview_tables .casinoReview_table table td:nth-child(8), .casinoReview_table table .casinoListing_tables td:nth-child(8), .casinoListing_tables .casinoReview_table table td:nth-child(8) {
      text-align: center; }
    .casinoReview_table table th:nth-child(3) {
      white-space: nowrap; }
    .casinoReview_table table td:nth-child(1) {
      width: 9.23077rem; }
    .casinoReview_table table td:nth-child(2) {
      width: 4.23077rem; }
    .casinoReview_table table td:nth-child(4), .casinoReview_table table .softwareReview_tables td:nth-child(6), .softwareReview_tables .casinoReview_table table td:nth-child(6), .casinoReview_table table .casinoListing_tables td:nth-child(6), .casinoListing_tables .casinoReview_table table td:nth-child(6) {
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .casinoReview_table table td {
      display: block;
      border-top: 1px solid #e8e8e8; }
      .casinoReview_table table td:before {
        display: inline-block;
        margin-right: 6px;
        width: 30%;
        background-color: #e8e8e8;
        padding: 11px 10px;
        font-weight: bold;
        font-size: 11px;
        text-transform: capitalize;
        color: #777;
        border-top: 1px solid white; }
      .casinoReview_table table td:last-child {
        text-align: center; }
        .casinoReview_table table td:last-child a {
          margin-left: auto;
          margin-right: auto;
          display: inline-block;
          max-width: 100%;
          padding: 13px 20px;
          margin-top: 10px;
          margin-bottom: 10px; }
    .casinoReview_table table td:nth-child(1) span {
      display: inline-block;
      vertical-align: baseline;
      margin-left: 5px; }
    .casinoReview_table table td:nth-child(1):before {
      content: 'Bonuses';
      border-top-color: #e8e8e8; }
    .casinoReview_table table td:nth-child(2):before {
      content: 'Payout'; }
    .casinoReview_table table td:nth-child(3):before, .casinoReview_table table .softwareReview_tables td:nth-child(4):before, .softwareReview_tables .casinoReview_table table td:nth-child(4):before, .casinoReview_table table .casinoListing_tables td:nth-child(4):before, .casinoListing_tables .casinoReview_table table td:nth-child(4):before {
      content: 'Maximum'; }
    .casinoReview_table table td:nth-child(4):before, .casinoReview_table table .softwareReview_tables td:nth-child(6):before, .softwareReview_tables .casinoReview_table table td:nth-child(6):before, .casinoReview_table table .casinoListing_tables td:nth-child(6):before, .casinoListing_tables .casinoReview_table table td:nth-child(6):before {
      content: 'Conditions'; }
    .casinoReview_table table td:nth-child(5):before {
      content: "Cashable Bonus"; } }

.softwareReview_tables table td:nth-child(6) a, .casinoListing_tables table td:nth-child(6) a, .slotReview_detailsTable table td:nth-child(6) a, .topTenCasino table td:nth-child(6) a, .softwareReview_tables td:nth-child(8) a, .casinoListing_tables td:nth-child(8) a, .machineInfo li .btn-container a:first-child, .sidebarLesmeilleurs p + a, .gameListing_casinos li section a, .topTenCasinos_list section:nth-child(2) a:first-child, .sidebarNews .more, .sidebarNewLetter input:last-child, .sidebarBonus .an-ch a, .slotReview_bees .content .join, .casinoReviewInfo .visit, .casinoReview_table table td:last-child a {
  text-align: center;
  line-height: 1;
  font-weight: bold; }
  .softwareReview_tables table td:nth-child(6) a:first-letter, .casinoListing_tables table td:nth-child(6) a:first-letter, .slotReview_detailsTable table td:nth-child(6) a:first-letter, .topTenCasino table td:nth-child(6) a:first-letter, .softwareReview_tables td:nth-child(8) a:first-letter, .casinoListing_tables td:nth-child(8) a:first-letter, .machineInfo li .btn-container a:first-child:first-letter, .sidebarLesmeilleurs p + a:first-letter, .gameListing_casinos li section a:first-letter, .topTenCasinos_list section:nth-child(2) a:first-child:first-letter, .sidebarNews .more:first-letter, .sidebarNewLetter input:last-child:first-letter, .sidebarBonus .an-ch a:first-letter, .slotReview_bees .content .join:first-letter, .casinoReviewInfo .visit:first-letter, .casinoReview_table table td:last-child a:first-letter {
    text-transform: capitalize; }

.softwareReview_details > p a, .casinoListing > section > p a, .gameListing > section > p a, .topTenCasinos > section > p a, .casinoReview_details > section > p a, .slotReview_details > section > p a, .topTenCasinos_list p a {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: bold; }

/********************************
 ----------  ICONS STYLES
********************************/
.topTenCasino header h2, .topTenCasinos_list header h2 {
  position: relative;
  padding-left: 44px; }
  .topTenCasino header h2 .badge, .topTenCasinos_list header h2 .badge {
    position: absolute;
    left: 11px;
    top: 0; }

.num {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  text-align: center; }
  .num:before {
    color: #9fc438;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    vertical-align: bottom; }

.num-1:before {
  content: "1"; }

.num-2:before {
  content: "2"; }

.num-3:before {
  content: "3"; }

.num-4:before {
  content: "4"; }

.num-5:before {
  content: "5"; }

.num-6:before {
  content: "6"; }

.num-7:before {
  content: "7"; }

.num-8:before {
  content: "8"; }

.num-9:before {
  content: "9"; }

.num-10:before {
  content: "10"; }

.tagStyle li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .tagStyle li {
    color: #a4a4a4; }
  .tagStyle li:hover, .tagStyle li.active {
    color: #bf0000 !important; }

.tagStyle li {
  margin-right: 3px;
  margin-bottom: 0.84615rem; }
  .tagStyle li:last-child {
    margin-right: 0; }

.tagStyle a {
  display: inline-block;
  padding: 0.96154rem 0.92308rem;
  border: 1px solid #e8e8e8;
  line-height: 1;
  font-size: 0.84615rem; }

.stars {
  width: 100px;
  height: 16px;
  background: url("../images/icons/star-unactive.png") repeat-x 0 0;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .stars:after, .stars:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute; }
  .stars:before {
    left: -100%;
    background: url("../images/icons/star.png") repeat-x 0 0; }
  .stars:after {
    background: url("../images/icons/star-HalfYellow.png") no-repeat 0 0;
    left: -100%;
    z-index: 11;
    width: 20px; }

.stars-1:before {
  left: -80px; }

.stars-2:before {
  left: -60px; }

.stars-3:before {
  left: -40px; }

.stars-4:before {
  left: -20px; }

.stars-5:before {
  left: 0px; }

.stars_1:after {
  left: 0px; }

.stars_2:after {
  left: 20px; }

.stars_2:before {
  left: -80px; }

.stars_3:after {
  left: 40px; }

.stars_3:before {
  left: -60px; }

.stars_4:after {
  left: 60px; }

.stars_4:before {
  left: -40px; }

.stars_5:after {
  left: 80px; }

.stars_5:before {
  left: -20px; }

/*************************
 ---- MODULE
     ---  LAYOUT
 ---- MEDIA QUREIS
/**************************/
/********************************
 ----------  TOPBAR
********************************/
@media only screen and (max-width: 768px) {
  .topBar .container, .nav-main .container {
    width: 100%; } }

.topBar {
  background-color: #303030;
  color: #a4a4a4;
  font-weight: bold; }
  .topBar a {
    color: inherit; }
  .topBar_item {
    border-style: solid;
    border-color: #a4a4a4;
    border-width: 0 1px 0 1px; }
    .topBar_item-1, .topBar_item-2 {
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .topBar_item-1 a, .topBar_item-2 a {
        font-size: 0.92308rem; }
    .topBar_item-1, .topBar_item-2 a {
      padding-right: 2.30769rem; }
    .topBar_item-1 {
      padding-left: 0.76923rem; }
      @media only screen and (max-width: 768px) {
        .topBar_item-1 h5 {
          margin-bottom: 0 !important; } }
      @media only screen and (max-width: 768px) {
        .topBar_item-1 {
          padding: 10px 0; } }
    .topBar_item .socialText, .topBar_item .socialListTop {
      display: inline-block;
      vertical-align: middle; }
    .topBar_item-2 a {
      color: #a4a4a4 !important;
      padding-top: 10px;
      padding-bottom: 10px;
      display: inline-block;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      background-color: #303030;
      color: white; }
      .topBar_item-2 a:hover, .topBar_item-2 a.active {
        color: #000 !important; }
      @media only screen and (min-width: 769px) {
        .topBar_item-2 a {
          border-left: 1px solid #a4a4a4; } }
      .topBar_item-2 a:hover, .topBar_item-2 a.active {
        background-color: #9fc438; }
      .topBar_item-2 a:first-child:hover .icon, .topBar_item-2 a.active .icon {
        background-position: -1792px 0; }
      .topBar_item-2 a:last-child:hover .icon {
        background-position: -1526px 0; }
    .topBar_item-2 .icon {
      margin-left: 10px;
      margin-right: 8px;
      vertical-align: bottom; }
    @media only screen and (min-width: 769px) {
      .topBar_item {
        float: right; } }
    @media only screen and (max-width: 768px) {
      .topBar_item-1 {
        border-bottom: 1px solid #a4a4a4; }
      .topBar_item-2 a:first-child {
        border-right: 1px solid #a4a4a4; }
      .topBar_item-1, .topBar_item-2 {
        text-align: center;
        display: block; }
      .topBar_item-2 a {
        width: 50%;
        font-size: 0.92308rem; } }
    @media only screen and (max-width: 480px) {
      .topBar_item .socialText {
        margin-bottom: .5rem; } }

.socialListTop li {
  display: inline-block; }
  .socialListTop li .icon {
    vertical-align: middle; }

.socialListTop li + li {
  margin-left: 5px; }

/********************************
 ----------  HEADER
********************************/
.logo {
  width: 24.69231rem;
  height: 7.61538rem;
  display: inline-block;
  background: url("../images/logo.png") no-repeat;
  background-size: cover; }

.header-main {
  margin: 2.30769rem 0; }
  @media only screen and (min-width: 769px) {
    .header-main .container {
      display: table; }
    .header-main h1, .header-main aside {
      display: table-cell;
      vertical-align: middle; }
    .header-main .ads a {
      display: block;
      text-align: right; }
      .header-main .ads a img {
        display: inline-block; } }
  @media only screen and (max-width: 768px) {
    .header-main h1, .header-main aside {
      text-align: center; }
    .header-main h1 {
      margin-bottom: 1.53846rem; } }

/********************************
 ----------  NAV
********************************/
.mobile-nav {
  display: block;
  width: 22px;
  height: 20px;
  margin: 1.15385rem auto;
  background: url("../images/mobile-nav.png"); }

@media only screen and (max-width: 980px) {
  .nav-main .navList {
    display: none; }
    .nav-main .navList.active {
      display: block; } }

.nav-main {
  background-color: #bf0000;
  border-bottom: 5px solid #000;
  color: #fff;
  font-weight: bold; }
  .nav-main .container {
    border-top: 1px solid transparent; }
  .nav-main .navList > li {
    position: relative; }
    .nav-main .navList > li > a {
      word-break: normal;
      font-size: 1rem; }
  .nav-main .navList .icon {
    position: absolute;
    right: 3%; }
    @media only screen and (min-width: 981px) {
      .nav-main .navList .icon {
        top: 50%;
        margin-top: -2.5px; } }
  .nav-main .navList a {
    display: block; }
    @media only screen and (min-width: 981px) {
      .nav-main .navList a {
        text-align: center; } }
  .nav-main .navList-inner ul {
    display: none; }
    .nav-main .navList-inner ul li {
      padding: 10px; }
  @media only screen and (min-width: 981px) {
    .nav-main .navList-inner:hover ul {
      display: block; } }
  @media only screen and (max-width: 980px) {
    .nav-main .navList-inner.active {
      background-color: #000; }
      .nav-main .navList-inner.active ul {
        display: block; } }
  .nav-main li {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #bf0000;
    color: white;
    cursor: pointer; }
    .nav-main li:hover, .nav-main li.active {
      background-color: #000; }
  .nav-main a {
    font-weight: inherit;
    text-transform: capitalize; }
  @media only screen and (min-width: 981px) {
    .nav-main .navList {
      display: table;
      table-layout: fixed;
      min-height: 50px;
      width: 100%; }
      .nav-main .navList-inner ul {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 100%;
        padding-top: 5px; }
      .nav-main .navList > li {
        border-left: 1px solid #000; }
        .nav-main .navList > li:last-child {
          border-right: 1px solid #000; }
      .nav-main .navList > li {
        display: table-cell;
        vertical-align: middle; }
        .nav-main .navList > li > a {
          line-height: 1.32;
          padding: 0px 5px; } }
  @media only screen and (max-width: 980px) {
    .nav-main .navList > li {
      border-top: 1px solid #000; }
      .nav-main .navList > li > a {
        padding: 10px 15px; }
    .nav-main .navList-inner ul li {
      margin-bottom: -1px; }
    .nav-main .navList-inner ul a {
      padding-left: 10px; } }

/********************************
 ----------  NAV-QUICK
********************************/
.nav-main + .nav-quick {
  border-bottom: 1px solid #b3b3b3; }

.nav-quick {
  background-color: #fff;
  margin-bottom:2.30769rem;
  }
  .nav-quickList {
    text-align: center;
    padding: 8px 0 9px; }
    .nav-quickList li {
      display: inline-block;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .nav-quickList li {
        color: #bf0000; }
      .nav-quickList li:hover, .nav-quickList li.active {
        color: #000 !important; }
      .nav-quickList li a {
        font-weight: bold;
        font-size: 0.92308rem;
        line-height: 1.84615rem; }
    .nav-quickList li + li {
      margin-left: 1.38462rem; }

/********************************
 ----------  WEBSITE LAYOUT WITH THEME
********************************/
.main_body .container {
  padding-bottom: 3.15385rem; }

.bodyWithSidebar {
  position: relative; }
  @media only screen and (min-width: 981px) {
    .bodyWithSidebar .main_sidebar {
      width: 32.22656%;
      max-width: 330px;
      position: absolute;
      right: 0;
      top: 0; }
    .bodyWithSidebar .main_content {
      width: 64.94141%;
      max-width: 665px; } }

.main_content > article, .main_sidebar > aside {
  margin-bottom: 2.30769rem; }

@media only screen and (max-width: 768px) {
  .main_content {
    margin-bottom: 2.30769rem; } }

.leadContent, .slotReview_bees, .casinoReviewInfo {
  margin-bottom: 2.30769rem;
  margin-top: 2.30769rem; }

.softwareReview > section, .casinoListing > section {
  overflow: hidden; }

.softwareReview_tables, .casinoListing_tables {
  margin-bottom: 2.15385rem; }
  @media only screen and (max-width: 768px) {
    .softwareReview_tables, .casinoListing_tables {
      position: relative;
      left: -10px;
      width: 107%; } }

.slotReview_detailsTable {
  margin-bottom: 2.15385rem; }

.softwareReview section div > h3, .softwareReview section > h3, .casinoListing section div > h3, .casinoListing section > h3, .gameListing section div > h3, .gameListing section > h3, .topTenCasinos section div > h3, .topTenCasinos section > h3 {
  color: #000; }

.slotReview_details > section > h3 {
  color: #000; }

.casinoReview_details > section > h1, .casinoReview_details > section > h2, .slotReview_details > section > h1, .slotReview_details > section > h2 {
  color: #777; }

.softwareReview > section, .casinoListing > section, .gameListing > section, .topTenCasinos > section, .slotReview_details > section, .casinoReview_details > section {
  padding-bottom: 2.07692rem; }

.softwareReview_details > h3, .softwareReview_details > h2, .softwareReview_details > h1, .casinoListing > section > h3, .casinoListing > section > h2, .casinoListing > section > h1, .gameListing > section > h3, .gameListing > section > h2, .gameListing > section > h1, .topTenCasinos > section > h3, .topTenCasinos > section > h2, .topTenCasinos > section > h1, .casinoReview_details > section > h3, .casinoReview_details > section > h2, .casinoReview_details > section > h1, .slotReview_details > section > h3, .slotReview_details > section > h2, .slotReview_details > section > h1 {
  margin-bottom: 2.46154rem; }

.softwareReview_details > p, .casinoListing > section > p, .gameListing > section > p, .topTenCasinos > section > p, .casinoReview_details > section > p, .slotReview_details > section > p {
  margin-bottom: 2.15385rem; }

.casinoReview_details > section > h1:first-child {
  margin-bottom: 1rem; }

.softwareReview_logiciels h3 {
  margin-bottom: 2.46154rem; }

.softwareReview_logiciels p {
  margin-bottom: 2.30769rem; }

/********************************
 ----------  HOME PAGE LAYOUT
********************************/
.leadContent {
  text-align: center; }

.jeuxCasino section {
  padding-bottom: 0; }

.jeuxCasinoList {
  text-align: justify; }
  .jeuxCasinoList li {
    max-width: 194px;
    display: inline-block;
    text-align: center;
    margin-bottom: 2.30769rem; }
    .jeuxCasinoList li a:nth-child(2) {
      display: inline-block;
      margin-top: 10px;
      font-weight: bold;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .jeuxCasinoList li a:nth-child(2) {
        color: #a4a4a4; }
      .jeuxCasinoList li a:nth-child(2):hover, .jeuxCasinoList li a:nth-child(2).active {
        color: #000 !important; }
  @media only screen and (max-width: 768px) {
    .jeuxCasinoList li {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.76923rem; } }

@media only screen and (min-width: 769px) {
  .machineAndFb > .left, .machineAndFb > .right {
    width: 50%; }
  .machineAndFb > .left {
    float: left; }
  .machineAndFb > .right {
    float: right; } }

.facebookBox, .machineInfo {
  max-width: 320px; }
  @media only screen and (max-width: 768px) {
    .facebookBox, .machineInfo {
      margin-left: auto;
      margin-right: auto; } }

.facebookBox > section {
  padding: 0; }

.machineInfo li {
  padding: 1.53846rem 1rem 1.53846rem 0.84615rem;
  border-bottom: 1px solid #e8e8e8; }
  .machineInfo li {
    display: table;
    width: 100%; }
  .machineInfo li > .left, .machineInfo li > .right {
    display: table-cell;
    vertical-align: top; }
  .machineInfo li > .left {
    width: auto; }
  .machineInfo li > .right {
    padding-left: 0.53846rem; }
  .machineInfo li:last-child {
    border: none; }
  .machineInfo li .right {
    padding-top: 0.53846rem;
    max-width: 150px;
    min-width: 130px; }
  .machineInfo li h2 {
    margin-bottom: 0.69231rem; }
  .machineInfo li h6 {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .machineInfo li h6 {
      color: #bf0000; }
    .machineInfo li h6:hover, .machineInfo li h6.active {
      color: #000 !important; }
    .machineInfo li h6:first-letter {
      text-transform: capitalize; }
  .machineInfo li .btn-container {
    margin-top: 1.53846rem;
    width: 150; }
    .machineInfo li .btn-container a:first-child {
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      background-color: #bf0000;
      color: white; }
      .machineInfo li .btn-container a:first-child:hover, .machineInfo li .btn-container a:first-child.active {
        background-color: #000; }
    .machineInfo li .btn-container a:last-child {
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      font-weight: bold;
      margin-left: 1.53846rem;
      margin-top: 0.69231rem; }
      .machineInfo li .btn-container a:last-child {
        color: #9fc438; }
      .machineInfo li .btn-container a:last-child:hover, .machineInfo li .btn-container a:last-child.active {
        color: black !important; }

@media only screen and (max-width: 768px) {
  .machineInfo {
    margin-bottom: 2.30769rem; } }

.questionBox {
  background: #00b0f1 url("../images/pages/question.png") no-repeat right top;
  background-size: contain;
  color: white;
  padding: 2.23077rem 3.23077rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .questionBox {
      padding: 2.23077rem 2.46154rem; } }
  .questionBox h2 {
    margin-bottom: 1.46154rem; }
  .questionBox h4 {
    line-height: 1.84615rem;
    margin-bottom: 2.15385rem; }
  .questionBox a {
    text-decoration: underline;
    font-weight: bold; }

.textSignedBox {
  padding: 1.53846rem;
  background-color: #fff; }
  .textSignedBox a {
    padding-left: 4px;
    padding-right: 2px; }
  .textSignedBox p + p {
    margin-top: 2.53846rem; }

/********************************
 ----------  SOFTWARE REVIEW PAGE
********************************/
.softwareReview_casino {
  margin-bottom: 2.30769rem; }
  @media only screen and (min-width: 769px) {
    .softwareReview_casino {
      display: table;
      width: 100%; }
    .softwareReview_casino > .left, .softwareReview_casino > .right {
      display: table-cell;
      vertical-align: top; }
    .softwareReview_casino > .left {
      width: 172px; }
    .softwareReview_casino > .right {
      padding-left: 12px; } }
  @media only screen and (max-width: 768px) {
    .softwareReview_casino .left {
      margin-bottom: 1.15385rem;
      text-align: center; } }

.softwareReview_images {
  margin-bottom: 1.30769rem; }
  .softwareReview_images h3 {
    margin-bottom: 1.76923rem; }
  .softwareReview_images ul {
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .softwareReview_images ul {
        text-align: center; } }
  .softwareReview_images li {
    display: inline-block;
    margin-bottom: 12px; }
    @media only screen and (max-width: 768px) {
      .softwareReview_images li {
        display: block; } }

/********************************
 ----------  .casinoListing Page
********************************/
.gameListing_casinos header {
  background-color: #9fc438;
  color: #fff; }

.gameListing_casinos li {
  border: 1px solid #e8e8e8;
  margin-bottom: 2.30769rem; }
  @media only screen and (max-width: 768px) {
    .gameListing_casinos li .left, .gameListing_casinos li .right {
      text-align: center; }
    .gameListing_casinos li .right p {
      text-align: left;
      padding-left: 10px;
      padding-right: 10px; }
    .gameListing_casinos li .left {
      border-bottom: 1px solid #e8e8e8; } }
  .gameListing_casinos li section p {
    margin: 2rem 0 1.53846rem; }
  .gameListing_casinos li section a {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #bf0000;
    color: white;
    margin-bottom: 1.92308rem; }
    .gameListing_casinos li section a:hover, .gameListing_casinos li section a.active {
      background-color: #000; }
  @media only screen and (min-width: 769px) {
    .gameListing_casinos li section {
      display: table;
      width: 100%; }
    .gameListing_casinos li section > .left, .gameListing_casinos li section > .right {
      display: table-cell;
      vertical-align: top; }
    .gameListing_casinos li section > .left {
      width: 16.38462rem; }
    .gameListing_casinos li section > .right {
      padding-left: 18px; }
    .gameListing_casinos li section .left {
      vertical-align: middle;
      border-right: 1px solid #e8e8e8; } }

/********************************
 ----------  topTenCasino
********************************/
.topTenCasinos {
  margin-top: 2.53846rem; }
  .topTenCasinos .banner {
    margin-bottom: 1.76923rem;
    min-height: 150px; }
  .topTenCasinos_list {
    margin-bottom: 1.92308rem; }
    .topTenCasinos_list header {
      position: relative; }
    .topTenCasinos_list .num {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -10px; }
    @media only screen and (min-width: 769px) {
      .topTenCasinos_list li + li ~ li {
        margin-top: 3.07692rem;
        clear: right; } }
    @media only screen and (max-width: 768px) {
      .topTenCasinos_list li + li {
        margin-top: 1.53846rem; } }
    .topTenCasinos_list li section:nth-child(3), .topTenCasinos_list li section:nth-child(2) {
      padding: 0 10px 1.76923rem; }
    @media only screen and (min-width: 769px) {
      .topTenCasinos_list li {
        width: 46.38672%; }
        .topTenCasinos_list li:nth-child(odd) {
          float: left; }
        .topTenCasinos_list li:nth-child(even) {
          float: right; } }
    .topTenCasinos_list section:nth-child(2) {
      padding-top: 2.30769rem !important;
      background-color: #f8f8f8; }
      .topTenCasinos_list section:nth-child(2) a:first-child {
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        background-color: #bf0000;
        color: white; }
        .topTenCasinos_list section:nth-child(2) a:first-child:hover, .topTenCasinos_list section:nth-child(2) a:first-child.active {
          background-color: #000; }
      .topTenCasinos_list section:nth-child(2) a:last-child {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        .topTenCasinos_list section:nth-child(2) a:last-child {
          color: #777; }
        .topTenCasinos_list section:nth-child(2) a:last-child:hover, .topTenCasinos_list section:nth-child(2) a:last-child.active {
          color: #bf0000 !important; }
      @media only screen and (max-width: 768px) {
        .topTenCasinos_list section:nth-child(2) {
          text-align: center; }
          .topTenCasinos_list section:nth-child(2) a {
            display: block; }
          .topTenCasinos_list section:nth-child(2) img {
            margin-bottom: 0.84615rem; }
          .topTenCasinos_list section:nth-child(2) a + a {
            margin-top: 1rem; } }
      @media only screen and (min-width: 769px) {
        .topTenCasinos_list section:nth-child(2) {
          text-align: justify; }
          .topTenCasinos_list section:nth-child(2):after {
            content: '';
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0; }
          .topTenCasinos_list section:nth-child(2) .left, .topTenCasinos_list section:nth-child(2) .right {
            display: inline-block;
            vertical-align: middle; }
          .topTenCasinos_list section:nth-child(2) a:last-child {
            display: block;
            text-align: center;
            margin-top: 0.69231rem; } }
    .topTenCasinos_list section:nth-child(3) {
      padding-top: 1.46154rem !important; }
    .topTenCasinos_list h2 {
      background-color: #9fc438;
      color: #fff !important; }
    .topTenCasinos_list h3 {
      margin-bottom: 2.61538rem; }
    .topTenCasinos_list p + p {
      margin-top: 2.61538rem; }
    .topTenCasinos_list p a {
      margin-left: 0; }

/********************************
 ----------  SLOT REVIEW PAGE
********************************/
.slotReview_bees > section {
  padding: 0.76923rem 2.15385rem 1.69231rem 0.76923rem; }
  @media only screen and (min-width: 981px) {
    .slotReview_bees > section {
      display: table;
      width: 100%; }
    .slotReview_bees > section > .left, .slotReview_bees > section > .right {
      display: table-cell;
      vertical-align: top; }
    .slotReview_bees > section > .left {
      width: 330px; }
    .slotReview_bees > section > .right {
      padding-left: 10px; } }
  @media only screen and (max-width: 980px) {
    .slotReview_bees > section {
      padding-right: 0.76923rem; } }

.slotReview_bees .left, .slotReview_bees .lSSlideOuter {
  width: 330px !important; }

.slotReview_bees .left {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.30769rem; }

@media only screen and (max-width: 480px) {
  .slotReview_bees .left, .slotReview_bees .lSSlideOuter {
    width: 100% !important;
    max-width: 330px !important; } }

.slotReview_bees .lSPager {
  width: 100% !important;
  text-align: justify; }
  .slotReview_bees .lSPager li {
    width: 18% !important;
    height: 44px !important;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    opacity: .5; }
    .slotReview_bees .lSPager li.active {
      opacity: 1; }
  .slotReview_bees .lSPager li + li {
    margin-left: 2.5%; }

.slotReview_bees .right h1 {
  color: #303030;
  margin-bottom: 0.92308rem; }

.slotReview_bees .right h2 {
  margin-bottom: 2.30769rem; }

.slotReview_bees .content {
  text-align: center; }
  .slotReview_bees .content_item:first-child .join {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #bf0000;
    color: white; }
    .slotReview_bees .content_item:first-child .join:hover, .slotReview_bees .content_item:first-child .join.active {
      background-color: #000; }
  .slotReview_bees .content_item:last-child .join {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #9fc438;
    color: white; }
    .slotReview_bees .content_item:last-child .join:hover, .slotReview_bees .content_item:last-child .join.active {
      background-color: #000; }
  @media only screen and (max-width: 768px) {
    .slotReview_bees .content_item:first-child {
      margin-bottom: 2.30769rem; } }
  @media only screen and (min-width: 769px) {
    .slotReview_bees .content {
      position: relative; }
      .slotReview_bees .content_item {
        width: 48%; }
      .slotReview_bees .content_item:first-child {
        float: left; }
        .slotReview_bees .content_item:first-child:after {
          content: "";
          width: 1px;
          height: 100%;
          top: 0;
          left: 50%;
          background-color: #e8e8e8;
          position: absolute; }
      .slotReview_bees .content_item:last-child {
        float: right; } }
  .slotReview_bees .content ul {
    margin-bottom: 1.53846rem; }
  .slotReview_bees .content li + li {
    padding-top: 0.92308rem; }
  .slotReview_bees .content li {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    font-size: 1rem;
    text-transform: capitalize;
    text-align: justify; }
    .slotReview_bees .content li:after {
      content: ""; }
  .slotReview_bees .content .th, .slotReview_bees .content .td {
    display: inline-block; }
  .slotReview_bees .content .td {
    color: #bf0000;
    font-weight: bold;
    text-align: right;
    text-transform: lowercase; }
    .slotReview_bees .content .td:first-letter {
      text-transform: capitalize; }
  .slotReview_bees .content .join {
    min-width: 18.46154rem; }

.slotReview_noticeBar {
  background-color: #fff;
  padding: 0.76923rem;
  padding-right: 1.53846rem; }
  .slotReview_noticeBar .bar {
    height: 35px;
    background-color: #fbfbfb;
    position: relative; }
    .slotReview_noticeBar .bar .bg, .slotReview_noticeBar .bar .pattern {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .slotReview_noticeBar .bar .bg {
      background-image: -webkit-linear-gradient(0deg, #9fc438 0%, #00b0f1 100%);
      background-image: -ms-linear-gradient(0deg, #9fc438 0%, #00b0f1 100%); }
    .slotReview_noticeBar .bar .pattern {
      background-image: url("../images/pages/slotReview/barPattern.png");
      background-repeat: repeat-x;
      -webkit-animation: animat 10s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      animation: animat 10s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite; }
  @media only screen and (min-width: 769px) {
    .slotReview_noticeBar h1, .slotReview_noticeBar .bar {
      display: inline-block;
      vertical-align: middle; }
    .slotReview_noticeBar h1 {
      color: #777; }
    .slotReview_noticeBar .bar {
      width: 73.68421%;
      margin-right: 1.65414%; } }
  @media only screen and (max-width: 768px) {
    .slotReview_noticeBar h1, .slotReview_noticeBar .bar {
      display: block;
      text-align: center;
      width: 100%; }
    .slotReview_noticeBar .bar {
      margin-top: 1.07692rem;
      margin-bottom: 1.07692rem; } }

.advAndDisadv {
  background-color: #fff;
  text-align: center; }
  .advAndDisadv .left, .advAndDisadv .right {
    padding: 1.84615rem 0.92308rem; }
    .advAndDisadv .left .icon, .advAndDisadv .right .icon {
      margin-bottom: 3.07692rem; }
    .advAndDisadv .left h1, .advAndDisadv .right h1 {
      margin-bottom: 2.30769rem; }
    .advAndDisadv .left li, .advAndDisadv .right li {
      font-size: 1rem;
      line-height: 1.84615rem; }
    .advAndDisadv .left li + li, .advAndDisadv .right li + li {
      margin-top: 2.53846rem; }
  @media only screen and (min-width: 769px) {
    .advAndDisadv > .left, .advAndDisadv > .right {
      width: 50%; }
    .advAndDisadv > .left {
      float: left; }
    .advAndDisadv > .right {
      float: right; }
    .advAndDisadv .left {
      border-right: 1px solid #e8e8e8; } }
  @media only screen and (max-width: 768px) {
    .advAndDisadv .left {
      border-bottom: 1px solid #e8e8e8; } }

/********************************
 ----------  CASINO REVIEW
********************************/
.casinoReviewInfo > section {
  padding: 1.23077rem 0.76923rem 1.61538rem; }

@media only screen and (min-width: 769px) {
  .casinoReviewInfo section {
    display: table;
    width: 100%; }
    .casinoReviewInfo section > .left, .casinoReviewInfo section > .right {
      display: table-cell; }
    .casinoReviewInfo section > .left {
      width: 46.38672%; }
    .casinoReviewInfo section > .right {
      width: 49.12109%;
      vertical-align: bottom; }
      .casinoReviewInfo section > .right .contained {
        max-width: 31.53846rem;
        margin-left: auto;
        margin-right: auto; } }

@media only screen and (min-width: 769px) {
  .casinoReviewInfo section > .right {
    padding-left: 4%; } }

.casinoReviewInfo h4:first-child {
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  background-color: #f2f2f2;
  margin-bottom: 1.92308rem;
  padding: 1.15385rem;
  border: 1px solid #e8e8e8; }
  @media only screen and (max-width: 480px) {
    .casinoReviewInfo h4:first-child {
      line-height: 1.53846rem; } }

.casinoReviewInfo .left p {
  margin-top: 2rem; }

.casinoReviewInfo section > .right h4:first-child {
  opacity: 0; }
  @media only screen and (max-width: 768px) {
    .casinoReviewInfo section > .right h4:first-child {
      display: none; } }

.casinoReviewInfo section > .right h4 {
  color: #000;
  margin-bottom: 1.15385rem; }
  @media only screen and (max-width: 768px) {
    .casinoReviewInfo section > .right h4 {
      text-align: center;
      margin-top: 2.30769rem; } }

.casinoReviewInfo section > .right ul {
  text-align: justify; }
  .casinoReviewInfo section > .right ul:after {
    content: ""; }

.casinoReviewInfo section > .right li {
  display: inline-block;
  margin-bottom: 1.53846rem;
  text-align: left; }
  .casinoReviewInfo section > .right li h6 {
    margin-top: 0.46154rem;
    margin-bottom: 0.84615rem; }
  .casinoReviewInfo section > .right li:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
    .casinoReviewInfo section > .right li:last-child .icon, .casinoReviewInfo section > .right li:last-child h2 {
      display: inline-block;
      vertical-align: middle; }

.casinoReviewInfo section > .right h6 {
  color: #9fc438;
  max-width: 66px; }

.casinoReviewInfo section > .right h2 {
  color: #777; }

.casinoReviewInfo .visit {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #bf0000;
  color: white;
  display: block;
  max-width: 201px;
  margin-top: 0.76923rem;
  margin-right: auto;
  margin-left: auto; }
  .casinoReviewInfo .visit:hover, .casinoReviewInfo .visit.active {
    background-color: #000; }

@media only screen and (min-width: 769px) {
  .casinoReview_details .imagePopUp {
    text-align: justify; } }

@media only screen and (max-width: 768px) {
  .casinoReview_details .imagePopUp {
    text-align: center; }
    .casinoReview_details .imagePopUp li {
      display: block !important; } }

.casinoReview_details .imagePopUp:after {
  content: ""; }

.casinoReview_details .imagePopUp li {
  display: inline-block;
  margin-bottom: 1rem; }
  .casinoReview_details .imagePopUp li a {
    display: block; }

/********************************
 ---------- Home SIDEBAR
********************************/
@media only screen and (max-width: 980px) {
  .main_sidebar {
    margin-top: 1.53846rem; } }

@media only screen and (max-width: 980px) {
  .main_sidebar {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; } }

.sidebarMachineVideo > section,
.sidebarPromotion > section,
.sidebarLesmeilleurs > section {
  padding: 0 !important; }

.sidebarBonus .imgWithInfo + p, .sidebarLeCasino .imgWithInfo + p {
  margin-top: 1.30769rem; }

.an-ch {
  text-align: center; }

.sidebarPromotion figure {
  position: relative; }

.sidebarPromotion figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.07692rem 2.69231rem 0.38462rem 1.07692rem;
  background-color: rgba(0, 0, 0, 0.8); }
  .sidebarPromotion figcaption p {
    color: #9fc438;
    font-weight: bold;
    margin-bottom: 0.38462rem; }
  .sidebarPromotion figcaption h3 {
    line-height: 1.84615rem; }

.sidebarNews > section {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.sidebarNews_list li {
  padding-left: 0.84615rem;
  padding-right: 0.84615rem;
  padding-bottom: 1.07692rem;
  margin-bottom: 1.07692rem;
  border-bottom: 1px solid #e8e8e8; }
  .sidebarNews_list li {
    display: table;
    width: 100%; }
  .sidebarNews_list li > .left, .sidebarNews_list li > .right {
    display: table-cell;
    vertical-align: top; }
  .sidebarNews_list li > .left {
    width: 90px; }
  .sidebarNews_list li > .right {
    padding-left: 8px; }
  .sidebarNews_list li:last-child {
    margin-bottom: 0.76923rem; }

.sidebarNews_list h5 {
  color: #b3b3b3;
  margin-bottom: 0.84615rem; }

.sidebarNews_list h4 {
  color: #777;
  line-height: 1.84615rem; }

.sidebarNews .more {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #bf0000;
  color: white;
  margin-bottom: 0.84615rem; }
  .sidebarNews .more:hover, .sidebarNews .more.active {
    background-color: #000; }

.sidebarNewLetter p {
  margin-bottom: 1.53846rem;
  font-weight: bold; }
  .sidebarNewLetter p a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .sidebarNewLetter p a {
      color: #9fc438; }
    .sidebarNewLetter p a:hover, .sidebarNewLetter p a.active {
      color: #000 !important; }

.sidebarNewLetter section {
  padding-bottom: 1.38462rem !important; }

.sidebarNewLetter input:nth-child(1), .sidebarNewLetter input:nth-child(2) {
  display: block;
  margin-bottom: 1.30769rem;
  width: 100%;
  padding: 0.76923rem 0.84615rem;
  border: 1px solid #e8e8e8; }
  .sidebarNewLetter input:nth-child(1):focus, .sidebarNewLetter input:nth-child(2):focus {
    outline: none; }

.sidebarNewLetter input:last-child {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #bf0000;
  color: white;
  outline: none;
  border: none;
  margin-left: auto;
  display: block; }
  .sidebarNewLetter input:last-child:hover, .sidebarNewLetter input:last-child.active {
    background-color: #000; }

.sidebarLeCasino section {
  background-color: #9fc438;
  color: #303030;
  padding-bottom: 1.53846rem !important; }

.sidebarLeCasino p a {
  padding-left: 4px;
  padding-right: 4px; }

.sidebarBonus > section {
  padding-top: 3.84615rem !important;
  padding-bottom: 1.53846rem !important;
  position: relative; }

.sidebarBonusList {
  margin-bottom: 0.92308rem; }
  .sidebarBonusList li {
    display: block;
    width: 100%;
    height: auto;
    text-align: left; }

.sidebarBonus .an-ch a {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #bf0000;
  color: white;
  width: auto; }
  .sidebarBonus .an-ch a:hover, .sidebarBonus .an-ch a.active {
    background-color: #000; }

.sidebarBonus .owl-pagination {
  text-align: center; }

.sidebarBonus .owl-page {
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  opacity: .5; }
  .sidebarBonus .owl-page.active {
    opacity: 1 !important; }

.sidebarBonus .owl-page + .owl-page {
  margin-left: 8px; }

.sidebarBonus .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #9fc438;
  padding: 9px;
  width: 100%; }

.sidebarBonus .owl-item {
  margin-right: 1px; }

.sidebarLesmeilleurs > section {
  text-align: center;
  border: 1px solid #303030;
  color: #fff; }
  .sidebarLesmeilleurs > section > .left, .sidebarLesmeilleurs > section > .right {
    width: 50%; }
  .sidebarLesmeilleurs > section > .left {
    float: left; }
  .sidebarLesmeilleurs > section > .right {
    float: right; }
  .sidebarLesmeilleurs > section > div {
    padding: 3.15385rem 1.53846rem;
    height: 236px;
    background-color: #bf0000;
    text-align: center; }
    .sidebarLesmeilleurs > section > div:last-child {
      border-left: 1px solid #000; }

.sidebarLesmeilleurs h1 {
  margin-bottom: 0.76923rem; }

.sidebarLesmeilleurs img {
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.sidebarLesmeilleurs p {
  margin-top: 0.61538rem;
  margin-bottom: 0.76923rem;
  font-weight: bold; }
  .sidebarLesmeilleurs p + a {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #ffb400;
    color: white; }
    .sidebarLesmeilleurs p + a:hover, .sidebarLesmeilleurs p + a.active {
      background-color: #000; }

.sidebarLesmeilleurs .color {
  color: #ffb400;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle; }

/********************************
 ----------  SLOT REVIEW SIDEBAR
********************************/
.sidebarSlotReviewDetails section {
  padding: 0 !important; }

.sidebarSlotReviewDetails li {
  padding: 0.84615rem 0.84615rem 0.69231rem 0.84615rem;
  position: relative; }

.sidebarSlotReviewDetails li + li {
  border-top: 1px solid #e8e8e8; }

.sidebarSlotReviewDetails .th, .sidebarSlotReviewDetails .td, .sidebarSlotReviewDetails .icon {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.sidebarSlotReviewDetails .icon {
  margin-right: 10px; }

.sidebarSlotReviewDetails .th {
  font-size: 1.07692rem;
  color: #777; }

.sidebarSlotReviewDetails .td {
  position: absolute;
  color: #00b0f1; }
  @media only screen and (min-width: 481px) {
    .sidebarSlotReviewDetails .td {
      left: 206px; } }
  @media only screen and (max-width: 480px) {
    .sidebarSlotReviewDetails .td {
      left: 196px; } }

.sidebarMachineSous > section {
  padding-top: 0.76923rem !important;
  padding-bottom: 1.84615rem !important;
  text-align: center; }

.sidebarMachineSous ul {
  text-align: justify; }
  .sidebarMachineSous ul:after {
    content: ""; }

.sidebarMachineSous li {
  display: inline-block;
  margin-bottom: 1.53846rem;
  max-width: 139px; }

.sidebarMachineSous .more {
  font-weight: bold;
  font-size: 1.23077rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-transform: capitalize; }
  .sidebarMachineSous .more {
    color: #bf0000; }
  .sidebarMachineSous .more:hover, .sidebarMachineSous .more.active {
    color: #000 !important; }

.sidebarQuestion {
  background: #00b0f1 url("../images/sidebar/slotReview/question.png") no-repeat right center !important;
  background-size: contain;
  padding: 3.92308rem 1.61538rem; }

/********************************
 ----------  CasinoReview
********************************/
.sidebarAcceptance .left {
  text-align: center; }

.sidebarAcceptance li {
  position: relative;
  padding: 12px 0; }
  .sidebarAcceptance li {
    display: table;
    width: 100%; }
  .sidebarAcceptance li > .left, .sidebarAcceptance li > .right {
    display: table-cell;
    vertical-align: top; }
  .sidebarAcceptance li > .left {
    width: 40px; }
  .sidebarAcceptance li > .right {
    padding-left: 0; }
  .sidebarAcceptance li p + .icon {
    position: absolute;
    top: 40%;
    right: 9px; }
  .sidebarAcceptance li p {
    line-height: 1; }
  .sidebarAcceptance li span {
    display: block;
    color: #9fc438;
    font-size: 0.84615rem;
    font-weight: bold; }

.sidebarAcceptance li + li {
  border-top: 1px solid #e8e8e8; }

.sidebarLogiciel section {
  padding: 0 !important; }

.sidebarLogiciel table {
  table-layout: fixed;
  width: 100%; }

.sidebarLogiciel td {
  text-align: center;
  padding: 5px; }

.sidebarLogiciel td + td {
  border-left: 1px solid #e8e8e8; }

.sidebarLogiciel tr + tr {
  border-top: 1px solid #e8e8e8; }

.sidebarSlotReview_Ads > section {
  padding: 10px 0 !important;
  text-align: center; }

.sidebar_Options > section {
  padding: 0 !important; }

.sidebar_Options table {
  width: 100%; }
  .sidebar_Options table th {
    padding: 0.76923rem 0.61538rem;
    background-color: #9fc438;
    color: white;
    text-transform: capitalize; }
  .sidebar_Options table tr:nth-child(n+2) {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: white;
    border-bottom: 1px solid #e8e8e8; }
    .sidebar_Options table tr:nth-child(n+2):hover, .sidebar_Options table tr:nth-child(n+2).active {
      background-color: #fbfbfb; }
  .sidebar_Options table th + th, .sidebar_Options table td + td {
    border-left: 1px solid #e8e8e8; }
  .sidebar_Options table td:nth-child(n+2) {
    text-align: center; }
  .sidebar_Options table td:nth-child(1) {
    padding: 0.76923rem 0.92308rem; }
    .sidebar_Options table td:nth-child(1) .icon, .sidebar_Options table td:nth-child(1) .name {
      display: inline-block;
      vertical-align: middle; }
    .sidebar_Options table td:nth-child(1) .name {
      color: #777;
      font-weight: bold;
      margin-left: 7px;
      font-size: 1.07692rem; }

.sidebarCurrency > section {
  padding: 0 !important; }

.sidebarCurrency table {
  width: 100%;
  text-align: center; }

.sidebarCurrency span, .sidebarCurrency h1 {
  display: inline-block;
  vertical-align: middle; }

.sidebarCurrency h1 {
  color: #777; }

.sidebarCurrency span {
  margin-right: 5px;
  font-size: 2.30769rem;
  color: #9fc438;
  font-weight: bold; }

.sidebarCurrency td {
  padding-top: 1.15385rem;
  padding-bottom: 1.15385rem; }

.sidebarCurrency td + td {
  border-left: 1px solid #e8e8e8; }

.logoBottom {
  display: inline-block; }
  .logoBottom img {
    display: inline-block; }

.socialListBottom li {
  display: inline-block;
  text-align: center; }

.socialListBottom li + li {
  margin-left: 1.53846rem;
  opacity: .30;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .socialListBottom li + li:hover {
    opacity: 1; }

.footer {
  background-color: #bf0000;
  text-align: center;
  padding-bottom: 3.07692rem; }
  .footer .nav-quick {
    margin-bottom: 3.07692rem; }
  .footer .logoBottom {
    margin-bottom: 2.30769rem; }
  .footer .nav-quick {
    border-top: 1px solid #b3b3b3;
    border-bottom: 5px solid #000; }
  .footer .socialListBottom {
    margin-bottom: 2.30769rem; }
  .footer .trademark h5, .footer .trademark ul, .footer .trademark ul li {
    display: inline-block;
    vertical-align: bottom; }
  .footer .trademark h5, .footer .trademark li {
    line-height: 1.5; }
  .footer .trademark h5 {
    color: #fff; }
  .footer .trademark ul a {
    color: #ffb400; }
  .footer .trademark li + li {
    margin-left: 1.53846rem; }

/*************************
 ---- LAYOUT
     ---  MEDIAQURIES
 ---- OTHERS
/**************************/
/**********************************
        MAX-WIDTH : 1024PX
*
\*********************************/
/***********===***===**************
----------  MIN-WIDTH : 961PX  ---------
*
\***********===***===*************/
@media only screen and (min-width: 1201px) {
  /*---MOBILE CLASS---*/
  .show-tablet {
    display: none !important; }
  .list-f-r > li {
    float: left; }
  .list-ib-r > li {
    display: inline-block; }
  .list-b-r > li {
    display: block; }
  /*---MOBILE CLASS End---*/ }

/**********************************
        MAX-WIDTH : 960PX
*
\*********************************/
@media only screen and (max-width: 980px) {
  html {
    font-size: 12px; }
  /*---MOBILE CLASS---*/
  .show-tablet {
    display: block !important; }
  /*---MOBILE CLASS End---*/ }

/***********===***===**************

        MIN-WIDTH : 802 PX
*
\***********===***===*************/
@media only screen and (min-width: 981px) {
  /*---MOBILE CLASS End---*/
  .show-phone {
    display: none !important; }
  /*---MOBILE CLASS End---*/ }

/**********************************
            MAX-WIDTH : 480PX
*
\*********************************/
@media only screen and (max-width: 768px) {
  /*---MOBILE CLASS End---*/
  .show-phone {
    display: block !important; }
  /*---MOBILE CLASS End---*/ }

/**********************************
            MIN-WIDTH : 481PX
*
\*********************************/
