﻿@charset "UTF-8";
/**
 * Description: Gamecash main CSS style.
 * Last update: 14/10/2020
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * Using: 
 *		jquery-ui.scss
 *		glyphicon.scss
 *		functions.scss
 *		variables.scss
 *		mixins.scss
 *		reset.scss
 *		default.scss
 *		style-mobile.scss
 *		style-tablet.scss
 *		style-desktop.scss
 *		style-others.scss
 *		style-browser.scss
 *		debug.scss
 *		
 * Summary:
 *	0. Style system
 *		- 0.1. Vendors
 *		- 0.2. Imports
 *	
 *	Use compiler.sh to compile SCSS to CSS
 *	Output in www/style-gamecash.css
 * Please check README.md for further informations
 * 
 */
/* ==========================================================================
   0. Style system
   ========================================================================== */
/* 0.1. Vendors
   ========================================================================== */
/*! jQuery UI - v1.11.3 - 2015-02-12
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaaaaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/skins/gamecash-fr/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/skins/gamecash-fr/images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/skins/gamecash-fr/images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/skins/gamecash-fr/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/skins/gamecash-fr/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/skins/gamecash-fr/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/skins/gamecash-fr/images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/js/bootstrap/dist/fonts/glyphicons-halflings-regular.eot");
  src: url("/js/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/js/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/js/bootstrap/dist/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/js/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

/* 0.2. Imports
   ========================================================================== */
/**
 * Convertit les px en rem
 *
 * @param      {int}  $size     - Pixels a convertir
 *
 * @return     {int}  Rem.
 */
/**
 * Convertis les px en rem et renvoie 'rem' (exemple : getRem(16) -> '1rem')
 *
 * @param      {int}  $size     - Pixels a convertir
 *
 * @return     {string}  'Xrem'.
 */
/* ==========================================================================
   Common
   ========================================================================== */
/* Sizes & Times
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Elements */
/* ==========================================================================
   Gamecash
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Universes */
/* Sizes & Times
   ========================================================================== */
/* ==========================================================================
   Culture Geek
   ========================================================================== */
/* ==========================================================================
   Retro Gaming
   ========================================================================== */
/* ==========================================================================
   Revente cash
   ========================================================================== */
/* ==========================================================================
   Multimedia
   ========================================================================== */
/**
 * Taille de la police à utiliser
 *
 * @param      {int}  $size    - Px size
 *
 */
/**
 * Ajoute la police à utiliser et les cas échants
 *
 * @param      {string}  $family    - The font-family name
 *
 */
/**
 * Force la taille d'un element grace a min-width, max-width et width...
 *
 * @param      {string}  $width     - The width
 * @param      {string}  $height    - The height
 *
 */
/**
 * Rend l'element non-selectionnable avec la souris (highlight de texte par exemple)
 *
 */
/**
 * Cache un texte proproment pour les navigateurs
 *
 */
/* Typography
   ========================================================================== */
/* Spacing
   ========================================================================== */
/**
 * Spacing - Génère un espacement normalisé
 *
 * @param      {string}  $dir    - Direction d'espacement : top / bottom...
 * @param      {bool}  	$type   - Type d'espacement : margin / padding / auto
 * @param      {string}  $value 	- Valeur d'espacement, par default $default-space (voir variables.scss)
 *
 */
/**
 * Description: Gamecash reset CSS style.
 * Version: 1.0.0
 * Last update: 03/12/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/**
 * Description: Gamecash default elements CSS style.
 * Version: 1.0.0
 * Last update: 03/12/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
main {
  position: relative;
  min-height: 50vh;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}

.row-center {
  justify-content: center;
}

/* For responsive */
.row-wrap {
  flex-wrap: wrap;
}

.row-nowrap {
  flex-wrap: nowrap;
}

.col-center {
  align-items: center;
}

.col-nogrow {
  flex-grow: 0;
}

.width-grow {
  flex-grow: 1;
}

.width-ungrow {
  flex-grow: 0;
}

.width--small {
  width: 0.75rem;
}

.width--default {
  width: 1.5rem;
}

.width--large {
  width: 3rem;
}

.height--small {
  height: 0.75rem;
}

.height--default {
  height: 1.5rem;
}

.height--large {
  height: 3rem;
}

/* Page default margin & padding */
.default-parent-page-margin:not(.no-padding):not(.no-padding-v) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.default-parent-page-padding:not(.no-padding):not(.no-padding-v) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.default-parent-page-margin > *:not(.no-margin):not(.no-margin-h),
.default-page-margin:not(.no-margin):not(.no-margin-h) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.default-parent-page-padding > *:not(.no-padding):not(.no-padding-h),
.default-page-padding:not(.no-padding):not(.no-padding-h) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.default-page {
  position: relative;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  min-width: 20rem;
}

/* Global */
/* Titles
========================================================================== */
/* Title addons */
.title-border-side, .page-quality-charter .charter-section h2 {
  padding: 0.5rem 1rem;
  border-left: 3px solid #ecb50e;
}

.title-border-bottom, .title-border-bottom--border-light {
  border-bottom: 1px solid #cecece;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
}
.title-border-bottom--border-light {
  border-bottom: 1px solid #b3b3b3;
}

.title-icon-left > span {
  margin: auto 5px auto 0;
  color: #ecb50e;
}
.title-icon-left.primary > span {
  color: #ecb50e;
}
.title-icon-left.gray > span {
  color: #3a3a3a;
}
.title-icon-left.red > span {
  color: #d23427;
}

/* Default titles types */
h1, .h1 {
  color: #606060;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}

h1.hidden {
  height: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  border: none;
}

.title-type-1 {
  color: #5f5f5f;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.title-type-2 {
  color: #ecb50e;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}

.title-type-3, .title-type-3--background, .title-type-3--background--primary {
  color: #606060;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  margin-bottom: 1.5rem;
}
.title-type-3--background, .title-type-3--background--primary {
  padding: 2px 4px;
  font-size: 1rem;
  display: flex;
}
.title-type-3--background--primary {
  color: #ffffff;
  background-color: #ecb50e;
}
.title-type-3--background--primary > span {
  color: #ffffff;
}

.title-type-4 {
  font-size: 1rem;
  font-weight: bold;
  color: #606060;
}

.title-type-5, .page-quality-charter .charter-section h2 {
  font-size: 1.5rem;
  font-family: "FiraSans Light", "Arial", sans-serif;
  color: #333333;
}

.title-type-6, .page-cgv h2, .page-cgu h2 {
  color: #606060;
  font-size: 1.125rem;
  font-weight: bold;
}
.title-type-6.title-section, .page-cgv h2, .page-cgu h2 {
  display: flex;
  color: #ecb50e;
  background: #eeeeee;
  padding: 2px 10px;
  border-bottom: 1px solid #b3b3b3;
}
.title-type-6 .title-control, .page-cgv h2 .title-control, .page-cgv h2 .glyphicon, .page-cgu h2 .title-control, .page-cgu h2 .glyphicon {
  margin: auto 0 auto auto;
  color: #ecb50e;
}

/* Typography
========================================================================== */
a, .link, .page-quality-charter .charter-section a {
  color: #606060;
}
a:hover, a a:active, a:focus, .link:hover, .page-quality-charter .charter-section a:hover, .link a:active, .page-quality-charter .charter-section a a:active, .link:focus, .page-quality-charter .charter-section a:focus {
  color: #606060;
}
a.no-underline, .link.no-underline, .page-quality-charter .charter-section a.no-underline {
  text-decoration: none !important;
}
a.underline, .link.underline, .page-quality-charter .charter-section a.underline {
  text-decoration: underline !important;
}

.text, .block-cookies-notify {
  font-size: 0.875rem;
  margin: 0;
  font-weight: normal;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-justify {
  text-align: justify;
}
.text-small {
  font-size: 0.6875rem;
}
.text-large {
  font-size: 1.125rem;
}
.text-underline {
  text-decoration: underline !important;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-wrap {
  white-space: normal;
}
.text-primary, .page-quality-charter .charter-section a {
  color: #ecb50e !important;
}
.text-gamecash {
  color: #ecb50e !important;
}
.text-revente-cash {
  color: #3a7dc3 !important;
}
.text-white {
  color: #ffffff;
}
.text-gray {
  color: #606060;
}
.text-yellow {
  color: #efb61d;
}
.text-dark {
  color: #333333;
}
.text-red {
  color: #d23427;
}
.text-green {
  color: #4CAF50;
}
.text-legend {
  color: #606060;
  font-size: 0.75rem;
}
.text-icon > .glyphicon {
  color: #b3b3b3;
  font-size: 0.625rem;
  margin-right: 4px;
}

.link-image {
  display: flex;
  position: relative;
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 1.8rem;
  height: 1.8rem;
}
.link-image.type-facebook {
  background: url(/skins/gamecash-fr/picto-rs.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: -70px -237px;
}
.link-image.type-twitter {
  background: url(/skins/gamecash-fr/picto-rs.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: -164px -237px;
}

.link-image.type-insta {
  background: url(/skins/gamecash-fr/picto-rs.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -27px -237px;
}

.link-image.type-tiktok {
  background: url(/skins/gamecash-fr/picto-rs.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -255px -237px;
}

.link-image.type-linkedin {
  background: url(/skins/gamecash-fr/picto-rs.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -302px -237px;
}

.link-image.type-whatsapp {
  background: url(/skins/gamecash-fr/picto-rs.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -393px -237px;
}

.link-image.type-youtube {
  background: url(/skins/gamecash-fr/picto-rs.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -119px -237px;
}

.bg-primary {
  background-color: #ecb50e;
}
.bg-revente-cash {
  background-color: #3a7dc3;
}

figure {
  margin: 0;
}

/* Input & Form
========================================================================== */
form.type-1 label, form.type-1 .label, .form-type-1 label, .form-type-1 .label {
  margin-bottom: 5px;
  color: #606060;
}
form.type-1 label:not(.text-normal), form.type-1 .label:not(.text-normal), .form-type-1 label:not(.text-normal), .form-type-1 .label:not(.text-normal) {
  font-weight: bold;
}
form.type-1 input, form.type-1 .input, .form-type-1 input, .form-type-1 .input {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  padding: 6px 8px;
  flex-grow: 1;
}
form.type-1 input[type=checkbox], .form-type-1 input[type=checkbox] {
  height: 15px;
  margin: 4px 5px 0 0;
  width: 15px;
}
form.type-1 .field-error, .form-type-1 .field-error {
  color: #d23427;
  margin: 0.5rem 0;
}
form.type-1 button, .form-type-1 button {
  height: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-transform: uppercase;
}

/* Buttons
========================================================================== */
button, .button {
  display: inline-block;
  height: fit-content;
  width: fit-content;
  color: #fff;
  background-color: #ecb50e;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  text-align: center;
  text-decoration: none !important;
}
button.bold, .button.bold {
  font-weight: bold;
}
button.full-width, .button.full-width {
  width: 100%;
  text-align: center;
}
button.primary, .button.primary {
  background-color: #ecb50e;
}
button.gray, .button.gray {
  background-color: #5f5f5f;
}
button.light-gray, .button.light-gray {
  background-color: #eeeeee;
}
button.red, .button.red {
  background-color: #d23427;
}
button.revente-cash, .button.revente-cash {
  background-color: #3a7dc3;
}

button.type-1, .button.type-1 {
  color: #ffffff;
  font-size: 0.875rem;
}
button.type-1.type-light, .button.type-1.type-light {
  font-weight: normal;
  padding: 0.1875rem 0.625rem;
}

button.type-2, .button.type-2 {
  padding: 0.375rem 1.875rem;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.875rem;
}
button.type-2 span, .button.type-2 span {
  height: 0.75rem;
  font-size: 0.75rem;
  margin: auto 0 auto 0.3125rem;
}
button.type-2.type-light, .button.type-2.type-light {
  padding: 0.3125rem 0.625rem;
}
button.type-2.button-icon > span, .button.type-2.button-icon > span {
  margin: auto 0.625rem auto 0;
  font-size: 1rem;
  height: auto;
}
button.type-2.big, button.type-2.large, .button.type-2.big, .button.type-2.large {
  font-size: 1.125rem;
}
button.type-2.big.button-icon > span, button.type-2.large.button-icon > span, .button.type-2.big.button-icon > span, .button.type-2.large.button-icon > span {
  font-size: 1.125rem;
}
button.type-2.small, .button.type-2.small {
  padding: 0.1875rem 0.625rem;
  color: #333333;
  border: 1px solid #b3b3b3;
}
button.type-2.icon-button, .button.type-2.icon-button {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}
button.type-2.icon-button > span, .button.type-2.icon-button > span {
  margin: auto;
}
button.type-2.icon-button.red, .button.type-2.icon-button.red {
  background-color: #d23427;
}
button.type-2.icon-button.gray, .button.type-2.icon-button.gray {
  background-color: #eeeeee;
  color: #606060;
}

.type-2.new {
	background-color: #5F5F5F;
}

/*  */
/* ==========================================================================
   Elements
   ========================================================================== */
.separator, .separator-light {
  width: 100%;
  height: 1.5px;
  background-color: #b3b3b3;
}
.separator:not(.no-margin), .separator-light:not(.no-margin) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.separator-light {
  height: 1px;
  background-color: #eeeeee;
}

.badge, .badge-large, .badge-revente-cash {
  font-size: 1rem;
  padding: 0.3125rem;
  border-radius: 1.25rem;
  display: flex;
}
.badge.red, .red.badge-large, .red.badge-revente-cash {
  background-color: #d23427;
}
.badge-revente-cash {
  background-color: #3a7dc3;
}
.badge-large {
  font-size: 1.5rem;
}

.list-numbering ul {
  position: relative;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 10px 0;
}
.list-numbering li {
  list-style: none;
  font-weight: bold;
  margin: 4px;
  color: #767676;
  display: inline-block;
}

.sort-value .selected {
  background: #f8f8f8;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  line-height: 16px;
  z-index: 100;
  padding: 2px 5px;
  position: absolute;
}
.sort-value ul {
  position: absolute;
  padding: 0;
  margin: 1.4375rem 0 0 0;
  background: #fff;
  z-index: 90;
  font-size: 13px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.sort-value li a {
  padding: 2px 6px;
  display: inline-block;
  width: 100%;
}

/* .product-thumbnail {
	&, a { display: flex; }
	a { margin: auto; }
	img { margin: auto;	}

	&:not(.no-spacement) {
		@include padding--small('a');
	}
} */
.block-total-amount-value td {
  padding: 5px;
}

.carousel.slide {
  max-width: 40.625rem;
  display: inline-block;
}
.carousel.slide .carousel-inner {
  width: auto;
}

.box-style, .page-basket .blockError, .box-list-lastest-news, .box-list-next-release, .box-style-yellow, .box-style-red, .box-style-green {
  background-color: #f5f5f5;
}
.box-style a, .page-basket .blockError a, .box-list-lastest-news a, .box-list-next-release a, .box-style-yellow a, .box-style-red a, .box-style-green a {
  text-decoration: underline;
}
.box-style:not(.no-padding), .page-basket .blockError:not(.no-padding), .box-list-lastest-news:not(.no-padding), .box-list-next-release:not(.no-padding), .box-style-yellow:not(.no-padding), .box-style-red:not(.no-padding), .box-style-green:not(.no-padding) {
  padding: 0.75rem;
}
.box-style:not(.no-margin), .page-basket .blockError:not(.no-margin), .box-list-lastest-news:not(.no-margin), .box-list-next-release:not(.no-margin), .box-style-yellow:not(.no-margin), .box-style-red:not(.no-margin), .box-style-green:not(.no-margin) {
  margin: 3rem 1rem;
}
.box-style-green {
  background-color: #dfffe4;
}
.box-style-red {
  background-color: #FFEBEE;
}
.box-style-yellow {
  background-color: #fffedb;
}

.box-icon {
  border-radius: 4px;
  border: 1px solid #ecb50e;
  padding: 3px;
}

.rating-stars {
  margin-right: 5px;
}
.rating-stars .star {
  color: #5f5f5f;
  margin: 2px;
}
.rating-stars .star.active {
  color: #ecb50e;
}

.product-type-2 {
  padding: 0 5px 0 5px;
  max-width: 20.625rem;
}
.product-type-2 .product-title {
  border-bottom: 1px solid #cecece;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.product-type-2 .product-title a {
  font-weight: bold;
  color: #606060;
}
.product-type-2 .product-title .platform {
  margin: auto 0 auto 0;
}
.product-type-2 .product-info {
  margin-left: auto;
  justify-content: right;
  text-align: right;
}
.product-type-2 .product-info .product-price, .product-type-2 .product-info .product-price-down {
  font-size: 1.25rem;
  font-weight: bold;
}
.product-type-2 .product-info .product-price {
  color: #ecb50e;
}
.product-type-2 .product-info .product-price-down {
  color: #d23427;
}
.product-type-2 .product-info .product-stock {
  color: #606060;
}
.product-type-2 .no-stock {
  color: #d23427;
}
.product-type-2 .button {
  margin-top: 1.5rem;
}
/* Tables */
.table-responsive {
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-y: hidden;
  border: none;
}
.table-responsive .label-col, .table-responsive .labelCol {
  vertical-align: middle;
  background-color: #ecb50e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.table-responsive td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.table-type-1 tr {
  border-bottom: 1px solid #f5f5f5;
}
.table-type-1 th, .table-type-1 td {
  font-size: 0.875rem;
  border: none;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.table-type-1 thead th, .table-type-1 thead th a {
  color: #ffffff;
}
.table-type-1 thead th {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  background-color: #ecb50e;
}
.table-type-1 thead th a {
  display: flex;
  justify-content: center;
}
.table-type-1 thead th a span {
  margin: auto 5px;
}
.table-type-1 td {
  justify-content: center;
  vertical-align: middle;
}
.table-type-1 td.table-footer {
  background-color: #f5f5f5;
  color: #606060;
}
.table-type-1 tr.table-footer, .table-type-1 tr.table-footer td {
  border: none;
}
.table-type-1.revente-cash thead th {
  background-color: #3a7dc3;
}

.block-products {
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 20.625rem);
  grid-gap: 1rem;
  list-style: none;
  justify-content: space-around;
  padding: 0;
}
.block-products .product-item {
  position: relative;
  width: 20.625rem;
  max-width: 100%;
  padding: 0 1rem 1rem 1rem;
  /* margin: 1rem 1rem; */
}
.block-products .product-item a.title {
  width: 16.875rem;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.block-products .product-item .cover {
  /*background-image: url(/skins/gamecash-model/visuel-indisponible.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;*/
}
.block-products.revente-cash-color .button {
  background-color: #3a7dc3;
}
.block-products.retro-color .product-price {
  color: #292929;
}
.block-products.retro-color .button {
  background-color: #292929;
}

/*  Social icon */
.social-icon, .social-icon--email, .social-icon--twitter, .social-icon--facebook {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.social-icon--facebook {
  background-position: 0 -48px;
  background-image: url(/skins/gamecash-model/picto-sprite-1.png);
}
.social-icon--twitter {
  background-position: -30px -48px;
  background-image: url(/skins/gamecash-model/picto-sprite-1.png);
}
.social-icon--email {
  background: #535353;
  padding: 0 0 0 4px;
}
.social-icon-spacement {
  margin-right: 5px;
  margin-top: 10px;
}
.social-like-button {
  width: 4.375rem;
  height: 1.25rem;
  overflow: hidden;
}

/* Picto */
.picto {
  display: flex;
}
.picto.picto-cb {
  background-position: -208px -101px;
  width: 2.75rem;
  height: 1.8125rem;
  background-image: url(/skins/gamecash-fr/picto-sprite-1.png);
}
.picto.picto-withdrawal {
  background: url(picto-sprite-1.png) -52px -313px;
  width: 1.5625rem;
  height: 1.25rem;
}
.picto.picto-paypal {
  background-position: -151px -101px;
  width: 3.375rem;
  height: 1.8125rem;
  background-image: url(/skins/gamecash-fr/picto-sprite-1.png);
}
.picto.picto-amex {
  background: url(/skins/gamecash-fr/picto_amex.png) no-repeat;
  width: 2.75rem;
  height: 1.8125rem;
}
.picto.picto-illicado {
  background-position: -204px -289px;
  width: 2.75rem;
  height: 1.8125rem;
  background-image: url(/skins/gamecash-fr/picto-sprite-1.png);
}

.icon-image, .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}
.icon-image-spacement, .icon-spacement {
  margin: 5px;
}

.icon-image {
  background-image: url(/skins/gamecash-model/picto-sprite-1.png);
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.icon-image > span {
  display: none;
}
.icon-image.tw {
  background-position: -30px -48px;
}
.icon-image.fb {
  background-position: 0px -48px;
}

.icon {
  background-color: #5f5f5f;
}
.icon > span {
  margin: auto;
  font-size: 0.75rem;
  color: #ffffff;
}

.platform {
  color: white;
  font-size: 0.6875rem;
  padding: 2px 9px;
  font-weight: bold;
}

.platform.sony {
  background-color: #0068bf;
}

.platform.nintendo {
  background-color: #e60012;
}

.platform.retro {
  background-color: #292929;
}

.platform.pc {
  background-color: #f65a01;
}

.platform.microsoft {
  background-color: #107c10;
}

.platform.film {
  background-color: #2165D4;
}

/* Video */
.block-video {
  max-width: 100%;
}
.block-video > iframe {
  max-width: 100%;
}

.box-list-lastest-news a, .box-list-next-release a {
  text-decoration: none;
}
.box-list-lastest-news .separator, .box-list-lastest-news .separator-light, .box-list-next-release .separator, .box-list-next-release .separator-light {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.box-list-lastest-news .item-news-link,
.box-list-lastest-news .item-next-release-link, .box-list-next-release .item-news-link,
.box-list-next-release .item-next-release-link {
  margin-bottom: 0.75rem;
}
.box-list-lastest-news .item-news-link .thumbnail,
.box-list-lastest-news .item-next-release-link .thumbnail, .box-list-next-release .item-news-link .thumbnail,
.box-list-next-release .item-next-release-link .thumbnail {
  border: 1px solid #eeeeee;
  margin-right: 0.75rem;
  margin-bottom: auto;
}
.box-list-lastest-news .item-news-link .thumbnail img,
.box-list-lastest-news .item-next-release-link .thumbnail img, .box-list-next-release .item-news-link .thumbnail img,
.box-list-next-release .item-next-release-link .thumbnail img {
  width: 4.125rem;
}
.box-list-lastest-news .item-news-link .thumbnail figure,
.box-list-lastest-news .item-next-release-link .thumbnail figure, .box-list-next-release .item-news-link .thumbnail figure,
.box-list-next-release .item-next-release-link .thumbnail figure {
  margin: 0;
}
.box-list-lastest-news .item-news-link .news-text p, .box-list-lastest-news .item-news-link .news-text span,
.box-list-lastest-news .item-news-link .next-release-text p, .box-list-lastest-news .item-news-link .next-release span,
.box-list-lastest-news .item-next-release-link .news-text p,
.box-list-lastest-news .item-next-release-link .news-text span,
.box-list-lastest-news .item-next-release-link .next-release-text p,
.box-list-lastest-news .item-next-release-link .next-release span, .box-list-next-release .item-news-link .news-text p, .box-list-next-release .item-news-link .news-text span,
.box-list-next-release .item-news-link .next-release-text p, .box-list-next-release .item-news-link .next-release span,
.box-list-next-release .item-next-release-link .news-text p,
.box-list-next-release .item-next-release-link .news-text span,
.box-list-next-release .item-next-release-link .next-release-text p,
.box-list-next-release .item-next-release-link .next-release span {
  text-decoration: none !important;
}

.box-article-large .thumbnail {
  width: 5.625rem;
  overflow: hidden;
  margin-right: 0.75rem;
  float: left;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.box-article-large img {
  width: 100%;
  height: 100%;
}

/* Grid */
.grid-list-item {
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 9.6875rem);
  grid-gap: 1rem;
  list-style: none;
  justify-content: space-around;
  padding: 0;
}

.grid-product-item {
  position: relative;
  width: 9.6875rem;
}

/* Product */
.product {
  position: relative;
  display: flex;
  width: 9.6875rem;
  height: 12.5rem;
  border: 1px transparent solid;
  flex-direction: column;
  background: white;
}
.product > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product .product-header {
  display: flex;
  background: #eeeeee;
  color: #333333;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: left;
}
.product .product-header .product-name {
  text-indent: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product .product-view {
  padding: 5px;
  flex-grow: 1;
}
.product .product-view .product-cover {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.product .product-view img {
  margin: auto;
  max-width: 100%;
}
.product .product-footer {
  text-align: center;
  padding-bottom: 5px;
}
.product .product-footer .product-price {
  color: #333;
  font-weight: bold;
  margin: 4px 0 0 0;
}
.product:hover {
  border: 1px #eeeeee solid;
}
.product--spacement {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.product-item-basket img {
  margin: auto;
}

/* Node Menu
   ========================================================================== */
.NodeMenu {
  background-color: #ffffff;
  margin-bottom: 1.5rem;
}

.NodeMenu .menu-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 0.75rem;
  margin: 0;
  background-color: #ecb50e;
}

.NodeMenu ul {
  list-style-type: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
}

.NodeMenu li {
  border-left: 0.3125rem solid transparent;
}

.NodeMenu li.active {
  border-color: #ecb50e;
  background-color: #eeeeee;
}

.NodeMenu a {
  display: block;
  color: #6c757d;
  padding: 2px 0;
  outline: none;
}

.NodeMenu a.main-link {
  text-indent: 2.125rem;
}

.NodeMenu .SubMenuContainer {
  /*background-color: $common-white-3;*/
}

.NodeMenu .SubMenuContainer .NodeMenu {
  background-color: transparent;
  margin-bottom: 0;
}

.NodeMenu .SubMenuContainer .sub-menu-header {
  display: flex;
}

.NodeMenu .SubMenuContainer a.show-sub-menu {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
}

.NodeMenu .SubMenuContainer a.show-sub-menu.open {
  transform: rotate(90deg);
}

.NodeMenu .SubMenuContainer a.main-link {
  flex: 1;
  text-indent: 0.625rem;
}

.NodeMenu .SubMenuContainer a.main-link.active {
  font-weight: bold;
}

.NodeMenu #show-more {
  display: flex;
  justify-content: center;
  /*background-color: $common-white-3;*/
}

.NodeMenu #show-more.not-resized .resized {
  display: none;
}

.NodeMenu span.not-resized::before {
  font-family: "Glyphicons Halflings";
  content: "";
  margin-right: 0.75rem;
}

.NodeMenu #show-more.resized .not-resized {
  display: none;
}

.NodeMenu span.resized::before {
  font-family: "Glyphicons Halflings";
  content: "";
  margin-right: 0.75rem;
}

.NodeMenu .SubMenuContainer .NodeMenu a.sub-link {
  text-indent: 2.8125rem;
  font-size: 0.75rem;
}

.NodeMenu .SubMenuContainer .NodeMenu a.sub-link.active {
  font-weight: bold;
  font-style: italic;
}

.gaming .NodeMenu .menu-title {
  background-color: #ecb50e;
}

.sony .NodeMenu .menu-title {
  background-color: #0068bf;
}

.nintendo .NodeMenu .menu-title {
  background-color: #e60012;
}

.pc .NodeMenu .menu-title {
  background-color: #f65a01;
}

.microsoft .NodeMenu .menu-title {
  background-color: #107c10;
}

.film .NodeMenu .menu-title {
  background-color: #2165D4;
}

.culturegeek .NodeMenu .menu-title {
  background-color: #e20a1f;
}

.retro .NodeMenu .menu-title {
  background-color: #292929;
}

.gaming .NodeMenu li.active {
  border-color: #ecb50e;
}

.sony .NodeMenu li.active {
  border-color: #0068bf;
}

.nintendo .NodeMenu li.active {
  border-color: #e60012;
}

.pc .NodeMenu li.active {
  border-color: #f65a01;
}

.microsoft .NodeMenu li.active {
  border-color: #107c10;
}

.film .NodeMenu li.active {
  border-color: #2165D4;
}

.culturegeek .NodeMenu li.active {
  border-color: #e20a1f;
}

.retro .NodeMenu li.active {
  border-color: #292929;
}

.NodeMenu .SubMenuContainer li.active {
  border-color: transparent;
}

.central .NodeMenu .menu-title {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: auto 1rem;
  background-position: calc(100% - 9px) 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

@media (max-width: 1199px) {
  aside .NodeMenu {
    display: none;
  }

  .central .NodeMenu {
    display: block;
  }
}
@media (min-width: 1200px) {
  aside .NodeMenu {
    display: block;
  }

  .central .NodeMenu {
    display: none;
  }
}
/* Node Slider
   ========================================================================== */
.slider-dotted-nav {
  display: none;
}

a.slider-nav {
  outline: none;
}

.slider-dotted-nav a {
  outline: none;
}

.NodeSlider {
  position: relative;
}

.NodeSlider .slider-controls {
  height: 0;
  width: 100%;
  top: 0;
}

.NodeSlider .slider-nav {
  display: none;
  position: absolute;
  width: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 1.5625rem;
  background-color: #f5f5f5;
  transition-duration: 0.5s;
  opacity: 0.5;
}

.NodeSlider .slider-nav.active {
  display: block;
}

.NodeSlider .slider-nav:hover {
  opacity: 1;
  width: 4.6875rem;
}

.NodeSlider .slider-nav.slider-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.NodeSlider .slider-nav.slider-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.NodeSlider .slider-title {
  font-size: 1.5rem;
  font-family: "FiraSans Light", "Arial", sans-serif;
  color: black;
  padding: 0.5rem 1rem;
  border-left: 3px solid #ecb50e;
  margin: 2em 0 1em 2em;
}

.culturegeek .NodeSlider .slider-title {
  border-color: #e20a1f;
}

.retro .NodeSlider .slider-title {
  border-color: #292929;
}

.pageEstimate .NodeSlider .slider-title {
  border-color: #3a7dc3;
}

.NodeSlider .slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ImageSlider {
  height: 21.875rem;
}

.ImageSlider .slider-container {
  height: 100%;
}

.ImageSlider .slider-nav {
  height: 100%;
  width: 15%;
  top: 0;
  background-color: transparent;
  opacity: 0;
}

.ImageSlider .slider-nav:hover {
  width: 15%;
}

.ImageSlider .slider-nav.slider-prev {
  background-position: 20% 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.ImageSlider .slider-nav.slider-next {
  background-position: 80% 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.ImageSlider .slider-title {
  display: none;
}

.ImageSlider .slider-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("/skins/gamecash-model/slider/slider_banner.jpg");
  background-color: black;
}

.ImageSlider .slider-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  position: absolute;
  transition-duration: 0.5s;
}

.ImageSlider .slider-list li {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ImageSlider .slider-list li:not(.active) {
  /*display:none;*/
}

.ImageSlider .slider-list li .slide-preview {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.BrandSlider .slider-nav {
  top: 0;
  height: 100%;
}

.BrandSlider .product-title {
  display: none;
}

.BrandSlider .slider-container {
  height: 3.4375rem;
}

.BrandSlider .slider-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  justify-content: space-between;
  opacity: 0.7;
  transition-duration: 0.5s;
}

.BrandSlider .slider-list img {
  width: auto;
}

.pageShop .ProductSlider {
  margin-bottom: 2em;
}

.pageShop .ProductSlider .slider-title {
  margin: 0 0 1em 0;
}

.ProductSlider .slider-nav {
  top: 2.5rem;
  height: calc(100% - 40px);
}

.ProductSlider .slider-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  justify-content: space-around;
  transition-duration: 0.5s;
}

.ProductSlider.ProductResale .slider-container {
  height: 13.75rem;
}

.ProductSlider .under-container {
  display: flex;
  justify-content: space-around;
  flex: 1;
}

.ProductSlider .under-container.under-container-2 {
  flex-wrap: no-wrap;
}

.ProductSlider .slider-list li {
  width: 100%;
}

.ProductSlider .external-link {
  display: flex;
  background-color: #ecb50e;
  width: 9.6875rem;
  height: 12.5rem;
  flex-direction: column;
  align-items: center;
}

.ProductSlider .external-link img {
  opacity: 0.5;
  width: 50%;
  margin: 2em 0 1em 0;
}

.ProductSlider .external-link p {
  padding-top: 0.75rem;
  color: white;
  font-size: 20px;
}

.ProductSlider .product {
  position: relative;
  display: flex;
  width: 9.6875rem;
  height: 12.5rem;
  border: 1px transparent solid;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}

.ProductSlider .product-resale {
  height: 13.125rem;
}

.ProductSlider .product:hover {
  border: 1px #ddd solid;
}

.ProductSlider .product-title {
  /*position:absolute;
  top:0;*/
  display: flex;
  height: 1.25rem;
  line-height: 1.25rem;
  background: #eeeeee;
  color: #303030;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.ProductSlider .product-title .product-univers {
  line-height: 1.125rem;
  height: 1.25rem;
  padding: 1px 3px 0;
  width: 2.5rem;
  color: white;
  text-align: center;
}

.ProductSlider .product-title .product-univers.sony {
  background-color: #0068bf;
}

.ProductSlider .product-title .product-univers.nintendo {
  background-color: #e60012;
}

.ProductSlider .product-title .product-univers.microsoft {
  background-color: #107c10;
}

.ProductSlider .product-title .product-univers.retro {
  background-color: #292929;
}

.ProductSlider .product-title .product-univers.pc {
  background-color: #f65a01;
}

.ProductSlider .product-title .product-univers.culturegeek {
  background-color: #e20a1f;
}

.ProductSlider .product-title .product-univers.film {
  background-color: #2165D4;
}

.ProductSlider .product-title .product-name {
  text-indent: 5px;
  width: 7.0625rem;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.ProductSlider .product-cover {
  display: flex;
  width: 9.375rem;
  height: 9.375rem;
  justify-content: center;
  align-items: center;
  min-height: 9.375rem;
}

.ProductSlider .product-cover img {
  margin-top: 5px;
  color: transparent;
}

.ProductSlider .product-price {
  /*position:absolute;
  bottom:0;*/
  color: #333333;
  font-weight: bold;
  margin: 4px 0 0 0;
}

.ProductSlider .product-resale-button {
  display: flex;
  background-color: #3a7dc3;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  width: 90%;
  justify-content: center;
  padding: 5px 0;
  margin-top: 8px;
}

.ProductSlider .product-resale-button::before {
  content: "€";
  font-family: "Glyphicons Halflings";
  padding: 1px 4px;
  margin-right: 5px;
  font-size: 10px;
  border: 2px solid #fff;
  border-radius: 1.5625rem;
  line-height: 0.9375rem;
}

.NewsSlider .slider-nav {
  top: 2.5rem;
  height: calc(100% -40px);
}

.NewsSlider .slider-container {
  height: 8rem;
}

.NewsSlider .slider-list {
  position: absolute;
  display: flex;
  list-style-type: none;
  color: #6c757d;
  font-size: 12px;
  justify-content: space-around;
  transition-duration: 0.5s;
  padding: 0;
}

.NewsSlider .slider-list a {
  display: block;
  width: 16.875rem;
  height: 8rem;
  color: #212529;
  background-color: #f5f5f5;
  padding: 10px;
}

.NewsSlider .slider-list img {
  height: 4.125rem;
  width: 4.125rem;
  color: transparent;
  background-image: url("/skins/gamecash-model/visuel-indisponible2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.NewsSlider .news-header-right {
  margin-left: 0.75rem;
}

.NewsSlider .news-header {
  display: flex;
  font-weight: bold;
}

.NewsSlider .news-title {
  font-weight: bold;
}

.NewsSlider .news-date {
  color: #e20a1f;
  font-size: 10px;
}

.NewsSlider .news-body {
  padding-top: 7px;
}

@media (min-width: 1546px) {
  .ProductSlider .slider-container {
    height: 12.5rem;
  }
}
@media (max-width: 1545px) {
  .ProductSlider .slider-container {
    height: 25.875rem;
  }

  .ProductSlider.ProductResale .slider-container {
    height: 27.1875rem;
  }

  .ProductSlider .under-container.under-container-8 {
    flex-wrap: wrap;
  }

  .ProductSlider .under-container.under-container-4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1370px) {
  .ImageSlider {
    height: 17.1875rem;
  }
}
@media (max-width: 939px) {
  .ImageSlider {
    height: 9.375rem;
  }

  .BrandSlider .slider-list img {
    width: 9.375rem;
  }

  .ProductSlider .under-container.under-container-8 {
    flex-wrap: wrap;
  }

  .ProductSlider .under-container.under-container-4 {
    flex-wrap: wrap;
  }

  .ProductSlider .under-container.under-container-2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .NodeSlider:not(.NewsSlider) .slider-controls {
    display: none;
  }
}
@media (max-width: 768px) {
  .ProductSlider .slider-container {
    height: 52.125rem;
  }

  .ProductSlider.ProductResale .slider-container {
    height: 55.3125rem;
  }
}
@media (max-width: 768px) {
  .NodeSlider .slider-title {
    margin-left: 0.5em;
  }

  .BrandSlider .slider-container {
    height: 1.875rem;
  }

  .BrandSlider .slider-list img {
    width: 4.75rem;
  }

  .NewsSlider .slider-list a {
    min-width: 18.75rem;
    max-width: 25rem;
  }
}
/* Spacing
   ========================================================================== */
/* Auto build width Already in bootstrap */
.margin {
  margin: 1.5rem;
}
.margin--top, .margin--t {
  margin-top: 1.5rem;
}
.margin--bottom, .margin--b {
  margin-bottom: 1.5rem;
}
.margin--left, .margin--l {
  margin-left: 1.5rem;
}
.margin--right, .margin--r {
  margin-right: 1.5rem;
}
.margin--vertical, .margin--v, .margin--y {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.margin--horizontal, .margin--h, .margin--x {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.margin--all, .margin--a {
  margin: 1.5rem;
}

.margin-auto {
  margin: auto;
}
.margin-auto--top, .margin-auto--t {
  margin-top: auto;
}
.margin-auto--bottom, .margin-auto--b {
  margin-bottom: auto;
}
.margin-auto--left, .margin-auto--l {
  margin-left: auto;
}
.margin-auto--right, .margin-auto--r {
  margin-right: auto;
}
.margin-auto--vertical, .margin-auto--v, .margin-auto--y {
  margin-top: auto;
  margin-bottom: auto;
}
.margin-auto--horizontal, .margin-auto--h, .margin-auto--x {
  margin-left: auto;
  margin-right: auto;
}
.margin-auto--all, .margin-auto--a {
  margin: auto;
}

.margin-small {
  margin: 0.75rem;
}
.margin-small--top, .margin-small--t {
  margin-top: 0.75rem;
}
.margin-small--bottom, .margin-small--b {
  margin-bottom: 0.75rem;
}
.margin-small--left, .margin-small--l {
  margin-left: 0.75rem;
}
.margin-small--right, .margin-small--r {
  margin-right: 0.75rem;
}
.margin-small--vertical, .margin-small--v, .margin-small--y {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.margin-small--horizontal, .margin-small--h, .margin-small--x {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.margin-small--all, .margin-small--a {
  margin: 0.75rem;
}

.margin-large {
  margin: 3rem;
}
.margin-large--top, .margin-large--t {
  margin-top: 3rem;
}
.margin-large--bottom, .margin-large--b {
  margin-bottom: 3rem;
}
.margin-large--left, .margin-large--l {
  margin-left: 3rem;
}
.margin-large--right, .margin-large--r {
  margin-right: 3rem;
}
.margin-large--vertical, .margin-large--v, .margin-large--y {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.margin-large--horizontal, .margin-large--h, .margin-large--x {
  margin-left: 3rem;
  margin-right: 3rem;
}
.margin-large--all, .margin-large--a {
  margin: 3rem;
}

.margin-none {
  margin: 0;
}
.margin-none--top, .margin-none--t {
  margin-top: 0;
}
.margin-none--bottom, .margin-none--b {
  margin-bottom: 0;
}
.margin-none--left, .margin-none--l {
  margin-left: 0;
}
.margin-none--right, .margin-none--r {
  margin-right: 0;
}
.margin-none--vertical, .margin-none--v, .margin-none--y {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-none--horizontal, .margin-none--h, .margin-none--x {
  margin-left: 0;
  margin-right: 0;
}
.margin-none--all, .margin-none--a {
  margin: 0;
}

.padding {
  padding: 1.5rem;
}
.padding--top, .padding--t {
  padding-top: 1.5rem;
}
.padding--bottom, .padding--b {
  padding-bottom: 1.5rem;
}
.padding--left, .padding--l {
  padding-left: 1.5rem;
}
.padding--right, .padding--r {
  padding-right: 1.5rem;
}
.padding--vertical, .padding--v, .padding--y {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.padding--horizontal, .padding--h, .padding--x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.padding--all, .padding--a {
  padding: 1.5rem;
}

.padding-small {
  padding: 0.75rem;
}
.padding-small--top, .padding-small--t {
  padding-top: 0.75rem;
}
.padding-small--bottom, .padding-small--b {
  padding-bottom: 0.75rem;
}
.padding-small--left, .padding-small--l {
  padding-left: 0.75rem;
}
.padding-small--right, .padding-small--r {
  padding-right: 0.75rem;
}
.padding-small--vertical, .padding-small--v, .padding-small--y {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.padding-small--horizontal, .padding-small--h, .padding-small--x {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.padding-small--all, .padding-small--a {
  padding: 0.75rem;
}

.padding-large {
  padding: 3rem;
}
.padding-large--top, .padding-large--t {
  padding-top: 3rem;
}
.padding-large--bottom, .padding-large--b {
  padding-bottom: 3rem;
}
.padding-large--left, .padding-large--l {
  padding-left: 3rem;
}
.padding-large--right, .padding-large--r {
  padding-right: 3rem;
}
.padding-large--vertical, .padding-large--v, .padding-large--y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding-large--horizontal, .padding-large--h, .padding-large--x {
  padding-left: 3rem;
  padding-right: 3rem;fea
}
.padding-large--all, .padding-large--a {
  padding: 3rem;
}

.padding-none {
  padding: 0;
}
.padding-none--top, .padding-none--t {
  padding-top: 0;
}
.padding-none--bottom, .padding-none--b {
  padding-bottom: 0;
}
.padding-none--left, .padding-none--l {
  padding-left: 0;
}
.padding-none--right, .padding-none--r {
  padding-right: 0;
}
.padding-none--vertical, .padding-none--v, .padding-none--y {
  padding-top: 0;
  padding-bottom: 0;
}
.padding-none--horizontal, .padding-none--h, .padding-none--x {
  padding-left: 0;
  padding-right: 0;
}
.padding-none--all, .padding-none--a {
  padding: 0;
}

/**
 * Description: Gamecash main CSS style.
 * Version: 1.0.0
 * Last update: 25/11/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * Using: 
 * 
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
/* ==========================================================================
   Commons
   ========================================================================== */
.popup {
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.popup .popup-title {
  max-width: 28.125rem;
  z-index: 100;
}

#popupGeneric {
  width: 31.25rem;
  max-height: 85vh;
  overflow-y: auto;
  display: none;
  opacity: 0;
}
#popupGeneric #closePopup {
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}

.block-global {
  background: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.block-global .block-popup {
  display: none;
  width: 100%;
  overflow: hidden;
  z-index: 1010;
  transition: max-height 0.75s ease-in-out;
}
.block-global .block-popup .content {
  background: url(/skins/gamecash-fr/bg-consoles3.jpg);
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  padding: 0.9375rem 0;
  color: #ffffff;
}
.ajax-loading-block {
  background-color: #606060;
  opacity: 0.5;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
}

.ajax-loader {
  display: none;
  z-index: 12020;
  background-color: #ffffff;
  position: fixed;
  font-size: 11px;
  height: 70px;
  width: 110px;
  overflow: hidden;
  padding-top: 5px;
  top: 40%;
  left: 50%;
  margin: -35px 0 0 -55px;
  text-align: center;
}

.block-cookies-notify {
  position: fixed;
  bottom: 0;
  background-color: #272727;
  opacity: 0.9;
  width: 100%;
  color: #ffffff;
  padding: 0.375rem 0;
  z-index: 1000;
}

/* Header */
.block-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.block-header .block-toggle {
  margin-left: 1.25rem;
  width: 1.25rem;
  order: 1;
}
.block-header .block-toggle .navbar-toggle {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  background-image: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
}
.block-header .block-toggle .menu-icon {
  height: 1.25rem;
}
.block-header .block-logo {
  order: 2;
  flex: 1;
  padding: 0 0.3125rem;
  display: flex;
  margin: 1.25rem 1vw 1.25rem 0.625rem;
  max-width: none;
  width: 100%;
  height: auto;
  max-height: none;
}
.block-header .block-logo .logo-gamecash-mobile {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 25px;
}
.block-header .block-logo .logo-gamecash-desktop {
  display: none;
}
.block-header .block-search {
  order: 4;
  margin: 0;
  display: flex;
  min-width: 100%;
  background-color: #eeeeee;
  padding: 0.625rem;
  width: 50%;
}
.block-header .block-search .button-search {
  color: #b3b3b3;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 -0.25rem;
  text-align: center;
  height: 2.5rem;
  width: 2.8125rem;
  line-height: 2.5rem;
}
.block-header .form-search {
  flex-grow: 1;
}
.block-header .form-search > form {
  height: 100%;
}
.block-header .form-search .form-group {
  margin: 0;
  height: 100%;
}
.block-header .form-search .form-search-mobile-input {
  border: 0;
  height: 100%;
  line-height: 2.125rem;
  background-color: transparent;
  padding: 0.3125rem;
  width: 100%;
  border-radius: 0;
}
.block-header .form-search .button-search {
  display: none;
}
.block-header .block-header-menu {
  order: 3;
  display: flex;
}
.block-header .block-header-menu .navbar-nav {
  display: flex;
  z-index: 1000;
  justify-content: flex-end;
  flex-direction: row;
}
.block-header .block-header-menu .item-header-menu {
  display: flex;
  transition: background-color 0.33s ease-in-out;
}
.block-header .block-header-menu .item-header-menu > a {
  color: #ecb50e;
  padding: 0.9375rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
  padding: 0.9375rem;
  position: relative;
}
.block-header .block-header-menu .item-header-menu span {
  font-size: 1.375rem;
  color: #151515;
}
.block-header .block-header-menu .item-header-menu .navbar-item-icon {
  height: 1.375rem;
}
.block-header .block-header-menu .item-header-menu .badge.red, .block-header .block-header-menu .item-header-menu .red.badge-revente-cash, .block-header .block-header-menu .item-header-menu .red.badge-large {
  color: #ffffff;
  font-size: 0;
  position: absolute;
  display: block;
  left: 2.125rem;
  top: 0.625rem;
}
.block-header .block-header-menu .item-header-menu .navbar-item-icon .badge, .block-header .block-header-menu .item-header-menu .navbar-item-icon .badge-revente-cash, .block-header .block-header-menu .item-header-menu .navbar-item-icon .badge-large {
  margin-left: -1.125rem;
  font-size: 0.75rem;
  padding: 5px 6px;
  margin-top: -6px;
  background-color: #f93131;
  color: #ffffff;
  top: 10px;
  right: 50%;
  position: absolute;
  margin: -5px 0 0 -10px;
  line-height: 10px;
  border-radius: 20px;
  height: 20px;
  width: 20px;
}
.block-header .block-header-menu .item-header-menu .title {
  display: none;
}
.block-header .block-header-menu .item-header-menu:hover {
  background-color: #eeeeee;
}

/* Aside */
.block-aside .navbar {
  padding: 0;
  margin: 0;
  border: none;
}
.block-aside .navbar > .navbar-collapse {
  padding: 0;
  transition: height 0.33s ease-in-out;
}
.block-aside .navbar .navbar-nav {
  margin: 0;
  background-color: #6a6a6a;
}
.block-aside .navbar .navbar-nav > li:not(first-child) {
  margin-top: 2px;
}
.block-aside .navbar .item-menu {
  overflow: hidden;
  position: relative;
  /* Specific */
}
.block-aside .navbar .item-menu .item-link {
  z-index: 3;
  font-size: 1rem;
  font-weight: bold;
  height: 5rem;
  color: #ffffff;
  display: flex;
  background-color: #3a3a3a;
  align-items: center;
  justify-content: center;
}
.block-aside .navbar .item-menu .badge, .block-aside .navbar .item-menu .badge-revente-cash, .block-aside .navbar .item-menu .badge-large {
  text-transform: initial;
  position: absolute;
  top: 0;
  z-index: 4;
  right: 0;
  background-color: #ecb50e;
  padding: 2px 6px;
  border-radius: 0;
  font-weight: normal;
  font-size: 1.25rem;
}
.block-aside .navbar .item-menu .item-title {
  z-index: 5;
}
.block-aside .navbar .item-menu:before, .block-aside .navbar .item-menu:after {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.block-aside .navbar .item-menu:before {
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.block-aside .navbar .item-menu:after {
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
  z-index: 2;
  top: 0;
}
.block-aside .navbar .item-menu:hover {
  background-color: #3a3a3a;
}
.block-aside .navbar .item-menu.item-menu-gaming:before {
  background-color: #4CAF50;
}
.block-aside .navbar .item-menu.item-menu-gaming:after {
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out, background-position 0.33s ease-in-out;
  background-image: url("/skins/gamecash-model/bouton-gaming.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100%;
}
.block-aside .navbar .item-menu.item-menu-gaming:hover:before, .block-aside .navbar .item-menu.item-menu-gaming.item-current:before {
  opacity: 1;
}
.block-aside .navbar .item-menu.item-menu-gaming:hover:after, .block-aside .navbar .item-menu.item-menu-gaming.item-current:after {
  opacity: 0.25;
  background-position: 50% 20%;
}
.block-aside .navbar .item-menu.item-menu-retro:before {
  width: 125%;
  height: 125%;
  background-image: url("/skins/gamecash-model/space-invaders-white-tr.png");
  background-color: #181818;
  background-repeat-y: no-repeat;
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  background-repeat-x: repeat;
  background-position: 50% 110%;
  background-size: 50px;
  transform: rotate(2deg) translate(0%, -10%);
}
.block-aside .navbar .item-menu.item-menu-retro:hover:before, .block-aside .navbar .item-menu.item-menu-retro.item-current:before {
  transform: rotate(2deg) translate(-10%, -10%);
  opacity: 1;
}
.block-aside .navbar .item-menu.item-menu-geek {
  /* Activate before */
  /* Activate after */
}
.block-aside .navbar .item-menu.item-menu-geek:before, .block-aside .navbar .item-menu.item-menu-geek:after {
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.block-aside .navbar .item-menu.item-menu-geek:before {
  background-image: url("/skins/gamecash-model/bouton-culture-geek.jpg");
  background-repeat: no-repeat;
  background-position: 50% 20%;
  transform: scale(1.15);
  opacity: 0;
  background-size: cover;
}
.block-aside .navbar .item-menu.item-menu-geek:after {
  background-color: #ecb50e;
  background: linear-gradient(0deg, rgba(226, 10, 31, 0.5) 0%, #e20a1f 100%);
  opacity: 0;
}
.block-aside .navbar .item-menu.item-menu-geek:hover:before, .block-aside .navbar .item-menu.item-menu-geek.item-current:before {
  transform: scale(1);
  opacity: 1;
}
.block-aside .navbar .item-menu.item-menu-geek:hover:after, .block-aside .navbar .item-menu.item-menu-geek.item-current:after {
  opacity: 0.5;
}
.block-aside .navbar .item-menu.item-menu-multimedia:before {
  background-color: #3a7dc3;
}
.block-aside .navbar .item-menu.item-menu-multimedia:after {
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out, background-position 0.33s ease-in-out;
  background-image: url(/skins/gamecash-model/bouton-multimedia.jpg);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-size: 200px;
  background-position: 55% 75%;
  position: absolute;
  transform: translate(50%, -50%) rotate(6deg);
  top: 50%;
  right: 50%;
}
.block-aside .navbar .item-menu.item-menu-multimedia:hover:before, .block-aside .navbar .item-menu.item-menu-multimedia.item-current:before {
  opacity: 1;
}
.block-aside .navbar .item-menu.item-menu-multimedia:hover:after, .block-aside .navbar .item-menu.item-menu-multimedia.item-current:after {
  opacity: 0.25;
  background-position: 60% 85%;
}
.block-aside .block-sub-universe-header {
  display: none;
}

.block-sub-universe-header {
  margin-bottom: 1.5rem;
}
.block-sub-universe-header a {
  display: flex;
  flex-direction: column;
}
.block-sub-universe-header .block-preview {
  background-color: #f8f8f8;
  display: flex;
}
.block-sub-universe-header .block-preview img {
  margin: auto;
}
.block-sub-universe-header .block-label h2 {
  color: #ffffff;
  font-size: 1rem;
  padding: 0.4375rem 0.625rem;
  margin: 0;
  font-weight: bold;
}

.block-main.sony .block-sub-universe-header .block-label {
  border: 1px solid #0068bf;
  background-color: #0068bf;
}

.block-main.nintendo .block-sub-universe-header .block-label {
  border: 1px solid #e60012;
  background-color: #e60012;
}

.block-main.retro .block-sub-universe-header .block-label {
  border: 1px solid #292929;
  background-color: #292929;
}

.block-main.pc .block-sub-universe-header .block-label {
  border: 1px solid #f65a01;
  background-color: #f65a01;
}

.block-main.microsoft .block-sub-universe-header .block-label {
  border: 1px solid #107c10;
  background-color: #107c10;
}

.block-main.film .block-sub-universe-header .block-label {
  border: 1px solid #2165D4;
  background-color: #2165D4;
}

/*  Universe */
.block-main .block-sub-universe-header .block-label {
  border: 1px solid #ecb50e;
  background-color: #ecb50e;
}

.block-main.culturegeek .block-sub-universe-header .block-label {
  border: 1px solid #e20a1f;
  background-color: #e20a1f;
}

.block-main.revente-cash .block-sub-universe-header .block-label {
  border: 1px solid #3a7dc3;
  background-color: #3a7dc3;
}

.block-main.retro-gaming .block-sub-universe-header .block-label {
  border: 1px solid #292929;
  background-color: #292929;
}

/* Footer */
.block-footer {
  padding: 0.9375rem 0;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #272727;
  font-size: 0.75rem;
}
.block-footer .block-footer-nav a, .block-footer .block-footer-nav p, .block-footer .block-footer-nav h4, .block-footer .block-footer-nav li, .block-footer .block-footer-nav span {
  color: #ffffff;
}
.block-footer .block-footer-nav .wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  flex-direction: column;
  justify-content: center;
}
.block-footer .block-footer-nav h4 {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.block-footer .block-footer-nav .part-footer {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem;
  flex-direction: column;
}
.block-footer .block-footer-nav .part-footer > *:not(h4):not(a):not(p) {
  padding-left: 2rem;
}

.block-footer .block-footer-nav .part-footer > .row {
  padding: 0;
}

.block-footer .block-footer-nav .part-services {
  display: flex;
  flex-direction: column;
}
.block-footer .block-footer-nav .part-services .list-services {
  display: flex;
  padding: 0;
  width: 90%;
  margin: 0 auto 1rem auto;
  list-style: none;
}
.block-footer .block-footer-nav .part-services .item-service {
  padding: 0 3px;
  width: calc(100% / 5);
}
.block-footer .block-footer-nav .part-services .item-service .link-service {
  display: flex;
  justify-content: center;
}
.block-footer .block-footer-nav .part-services .item-service .image-service {
  width: 100%;
  max-height: 100px;
  max-width: 100px;
  min-height: 40px;
  min-width: 40px;
  margin-bottom: auto;
}
.block-footer .block-footer-nav .part-services .item-service .label-service {
  padding: 8px 0 16px;
  font-size: 12px;
  display: none;
  text-align: center;
}
.block-footer .block-footer-nav .part-platforms > .row, .block-footer .block-footer-nav .part-about > .row {
  width: 100%;
}
.block-footer .block-footer-nav .part-platforms .col, .block-footer .block-footer-nav .part-about .col {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-footer .block-footer-nav .part-contact {
  flex-direction: column;
}
.block-footer .block-footer-nav .part-contact .row-text {
  flex-wrap: nowrap;
}
.block-footer .block-footer-nav .part-contact .row-text .glyphicon {
  padding: 6px;
  font-size: 18px;
}
.block-footer .block-footer-nav .part-contact .row-text span {
  margin: auto 0;
}
.block-footer .block-footer-nav .part-contact .row-form {
  margin-top: 1rem;
}
.block-footer .block-footer-nav .part-contact .row-form input {
  border: 1px solid #bbb;
  border-radius: 2px;
  margin: 0;
  padding: 4px;
  color: #000;
  float: left;
  height: 27px;
}
.block-footer .block-footer-nav .part-contact .row-social {
  padding: 0;
  margin-top: 0.5rem;
  max-width: 21.875rem;
}
.block-footer .block-footer-nav .part-contact .row-social .link-social span {
  display: block;
  width: 2rem;
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  overflow: hidden;
  opacity: 0.6;
  background-image: url(/skins/gamecash-fr/picto-sprite-1.png);
  height: 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.block-footer .block-footer-nav .part-contact .row-social .facebook span {
  background-position: 0 -69px;
}
.block-footer .block-footer-nav .part-contact .row-social .twitter span {
  background-position: -42px -69px;
}
.block-footer .block-footer-nav .part-contact .row-social .instagram span {
  background-position: -209px -66px;
}
.block-footer .block-footer-nav .part-contact .row-social .linkedin span {
  background: url(/skins/gamecash-model/linkedin.png);
  background-size: cover;
  filter: invert(100%);
}
.block-footer .block-footer-nav .part-contact .row-social .tiktok span {
  background: url(/skins/gamecash-model/tiktok.png);
  background-size: cover;
  filter: invert(100%);
}
.block-footer .block-footer-nav .part-payment {
  flex-direction: column;
}
.block-footer .block-footer-nav .part-payment .list-cards-type {
  list-style: none;
  justify-content: space-around;
  padding: 0;
  width: 100%;
  max-width: 350px;
}
.block-footer .block-footer-nav .part-payment .list-cards-type li {
  background-color: #f5f5f5;
  display: flex;
  border-radius: 2px;
  margin: 0 2px;
}
.block-footer .block-footer-nav .part-payment .list-cards-type li span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url(/skins/gamecash-fr/picto-sprite-1.png);
  padding: 4px;
  border-radius: 2px;
  margin: auto;
  color: transparent;
}
.block-footer .block-footer-nav .part-payment span.cmi {
  background-position: 1px 68px;
  height: 34px;
  width: 44px;
}
.block-footer .block-footer-nav .part-payment span.mastercard {
  background-position: -42px 68px;
  height: 29px;
  width: 66px;
}
.block-footer .block-footer-nav .part-payment span.visa {
  background-position: -109px 68px;
  width: 76px;
  height: 35px;
}
.block-footer .block-footer-nav .part-payment .list-cards-type li span.amex {
  background: url(/skins/gamecash-fr/picto_amex.png) no-repeat 0 2px;
}
.block-footer .block-footer-nav .part-payment .block-review {
  margin-top: 1rem;
}
.block-footer .block-footer-nav .part-payment .block-review span {
  color: #333333;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* .pageUniverse {
   h1 {
      @include hideTitle();
   }
} */
/* Home page gaming */
/* Page revente cash */
.univers-cash h3 > .glyphicon {
  color: #3a7dc3;
}
.univers-cash .block-input-product {
  background-color: #303030;
  padding: 2rem 0 3rem;
  overflow: hidden;
  position: relative;
  background: #212121;
  background: linear-gradient(0deg, #212121 0%, #3a7dc3 100%);
}
.univers-cash .block-input-product .wrap {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  max-width: 31.25rem;
}
.univers-cash .block-input-product .title-1 {
  color: white;
  font-size: 1.5rem;
  margin: auto;
}
.univers-cash .block-input-product .row-title-search {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 500px;
  padding: 0 1rem;
  justify-content: space-between;
  min-width: 80vw;
  text-align: center;
}
.univers-cash .block-input-product .box-search {
  display: flex;
  padding: 0 0.5rem;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 100px;
  max-width: 500px;
  width: 100%;
  min-width: 80vw;
}
.univers-cash .block-input-product .search-input, .univers-cash .block-input-product .search-button {
  font-size: 1rem;
  line-height: 1rem;
  border: none;
}
.univers-cash .block-input-product .search-input {
  background-color: #ffffff;
  height: 100%;
  padding: 0;
  width: 60%;
  min-width: 0;
  flex-grow: 1;
  font-size: 1.15rem;
}
.univers-cash .block-input-product .search-button {
  color: #3a7dc3;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5rem;
  padding: 0;
  background-color: transparent;
}
.univers-cash .block-input-product .resell-cart {
  margin-left: auto;
  display: flex;
  position: relative;
}
.univers-cash .block-input-product .resell-cart .cart-link {
  display: flex;
  text-decoration: none;
}
.univers-cash .block-input-product .resell-cart .cart-icon {
  max-height: 100%;
  margin: auto;
  width: 50px;
  padding-left: 10px;
}
.univers-cash .block-input-product .resell-cart .cart-price {
  color: white;
  text-align: center;
  margin: auto;
}
.univers-cash .block-input-product .resell-cart .badge, .univers-cash .block-input-product .resell-cart .badge-revente-cash, .univers-cash .block-input-product .resell-cart .badge-large {
  position: absolute;
  right: -10px;
  top: -5px;
  background-color: #3a7dc3;
}
.univers-cash .block-input-product:after, .univers-cash .block-input-product:before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.univers-cash .block-input-product:before {
  opacity: 1;
}
.univers-cash .block-input-product:after {
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out, background-position 0.33s ease-in-out;
  background-image: url(/skins/gamecash-model/coin.png);
  background-repeat: repeat;
  width: 200%;
  height: 200%;
  background-size: 65px;
  position: absolute;
  transform: translate(50%, -50%) rotate(6deg);
  top: 50%;
  right: 50%;
  opacity: 0.15;
  background-position: 60% 85%;
}
.univers-cash .block-step .step {
  position: relative;
  padding: 0 0.9375rem;
}
.univers-cash .block-step .step:not(:first-child) {
  border-left: 1px solid #eeeeee;
}
.univers-cash .block-step .number {
  display: none;
}
.univers-cash .block-step h2 {
  font-size: 0.875rem;
  color: #606060;
  text-align: center;
  margin: 0.625rem 0;
}
.univers-cash .block-step .glyphicon-triangle-right {
  font-size: 1.625rem;
  left: -7px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.univers-cash .step-icon {
  display: flex;
}
.univers-cash .step-icon > img {
  margin: auto;
  width: 2.1875rem;
}
.univers-cash .block-steps-cash {
  margin-bottom: 2rem;
}
.univers-cash .block-steps-cash .row-title {
  font-size: 1.25rem;
  width: 100%;
  background-color: #3a7dc3;
  margin: 0;
  padding: 1rem 0;
}
.univers-cash .block-steps-cash .title {
  text-align: center;
  width: 100%;
  color: white;
  margin: 0;
  font-size: 1.25rem;
}
.univers-cash .row-steps {
  padding-top: 1rem;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}
.univers-cash .row-steps .step-title {
  text-align: center;
  font-size: 1.25rem;
  margin: 10px auto;
}
.univers-cash .row-steps .step-title span {
  font-weight: bold;
  margin-right: 5px;
}
.univers-cash .row-steps .step-image {
  padding: 0.5rem 1rem;
  width: 100%;
  margin: auto;
  max-width: 100px;
}
.univers-cash .estimation-form .state {
  color: #ffffff;
  display: block;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.75rem;
  border-radius: 4px;
  cursor: pointer;
}
.univers-cash .estimation-form .state label {
  margin: auto 0;
  display: flex;
}
.univers-cash .estimation-form .state input {
  margin: auto 0.75rem auto 0;
}
.univers-cash .estimation-form .state-1 {
  background-color: #4CAF50;
}
.univers-cash .estimation-form .state-2 {
  background-color: #efb61d;
}
.univers-cash .estimation-form .state-3 {
  background-color: #f39c12;
}
.univers-cash .estimation-form .state-4 {
  background-color: #d23427;
}

/* Revente cash color scheme */
.revente-cash-color .rating-stars .star.active,
.revente-cash-color .text-primary,
.revente-cash-color .page-quality-charter .charter-section a,
.page-quality-charter .charter-section .revente-cash-color a,
.revente-cash-color .title-icon-left > .glyphicon {
  color: #3a7dc3 !important;
}
.revente-cash-color .box-icon {
  border-color: #3a7dc3;
}
.revente-cash-color .title-type-3--background--primary,
.revente-cash-color .button.type-2,
.revente-cash-color button[type=submit] {
  background-color: #3a7dc3;
}

/* Page about us */
.page-about-us .content p {
  margin-top: 1.5rem;
}

/* Page account */
.page-account .title {
  border-bottom: 1px solid #cecece;
  padding-bottom: 0.5rem;
  justify-content: space-between;
}
.page-account .title .disconnection {
  margin: auto 0;
}
.page-account h1 {
  margin-bottom: 0;
}
.page-account .block-personnal-data {
  margin: 1.5625rem 0;
}
.page-account .block-personnal-data h2 {
  border-bottom: 1px solid #cecece;
  margin: 0 0 0.9375rem;
  padding: 0 0 0.625rem;
}
.page-account .block-personnal-data p {
  margin: 0;
}
.page-account .block-personnal-data .button-modify {
  margin: 0.625rem 0 0 0.625rem;
}
.page-account .account-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.page-account .account-menu .account-menu-item {
  border: 1px solid #ccc;
  margin-bottom: 0.9375rem;
}
.page-account .account-menu .account-menu-item a {
  display: flex;
  padding: 0.9375rem 0.625rem;
  justify-content: space-between;
}
.page-account .account-menu .account-menu-item h3 {
  margin: auto 0.625rem;
  font-size: 1.4375rem;
  color: #ecb50e;
  white-space: nowrap;
}
.page-account .account-menu .account-menu-item .text, .page-account .account-menu .account-menu-item .block-cookies-notify {
  display: none;
}
.page-account .account-menu .account-menu-item .picto {
  display: flex;
}
.page-account .account-menu .account-menu-item .picto span {
  margin: auto 0.625rem;
  font-size: 1.875rem;
  color: #ecb50e;
}

/* Page basket */
.page-basket .block-no-product .button {
  margin: 0.625rem 0;
}
.page-basket .block-no-product .col {
  align-items: center;
}

/* Page stores */
.page-map-stores .block-search {
  width: 100%;
}
.page-map-stores .block-country {
  list-style: none;
  margin: 1rem 0;
}
.page-map-stores .block-country li {
  margin: 0.375rem 0;
  display: flex;
}
.page-map-stores .block-country li a {
  width: 100%;
  max-width: 17.1875rem;
  font-size: 1rem;
  background-color: #ecb50e;
  padding: 0.625rem;
  display: inline-block;
  color: #ffffff;
  border: 0;
  font-weight: bold;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.page-map-stores .block-map, .page-map-stores .block-store-map {
  display: none;
}
.page-map-stores .block-stores-list .stores-filter {
  margin-bottom: 0.625rem;
}
.page-map-stores .block-stores-list .stores-filter p, .page-map-stores .block-stores-list .stores-filter span {
  font-style: italic;
  font-weight: bold;
  color: #606060;
}
.page-map-stores .block-stores-list .stores-filter span {
  margin: 0 2px;
}
.page-map-stores .block-stores-list .stores-filter a:first-child {
  margin-left: 6px;
}
.page-map-stores .block-stores-list .stores-filter a {
  font-style: normal;
  font-weight: normal;
}
.page-map-stores .block-stores-list .search-error {
  color: #d23427;
  font-weight: 500;
  font-size: 0.875rem;
  display: flex;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.page-map-stores .block-stores-list .search-error span {
  margin: auto 0.3125rem auto 0;
}
.page-map-stores .stores-list .item-store {
  padding: 0 0.9375rem;
}
.page-map-stores .stores-list .item-store a {
  font-size: 1rem;
  border-bottom: 1px solid #eeeeee;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0.3125rem;
}
.page-map-stores .stores-list .item-store .zip {
  color: #ecb50e;
  font-weight: bold;
  font-size: 0.875rem;
  margin: auto 3px auto 0;
}
.page-map-stores .stores-list .item-store .name {
  max-width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-map-stores .stores-list .item-store .glyphicon {
  color: #b3b3b3;
  margin-left: auto;
}
.page-map-stores .stores-list .item-store .soon, .page-map-stores .stores-list .item-store .prospect {
  font-size: 0.6875rem;
  margin: auto 0 auto 3px;
  font-style: italic;
}

/* Page product */
.page-product .product-info .product-preview .cover > img {
  max-width: 100%;
}
.page-product .product-info .block-pegi {
  margin: 1rem 0;
}
.page-product .product-info .block-pegi .pegi {
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.8;
  cursor: help;
  height: 25px;
  width: 25px;
  display: block;
  border: 1px solid #606060;
  overflow: hidden;
  background-image: url(/skins/gamecash-fr/picto-sprite-1.png);
  /* TODO Bad nomination */
}
.page-product .product-info .block-pegi .pegi.psVR {
  background-position: -128px -260px;
}
.page-product .product-info .block-pegi .pegi.psMove {
  width: 74px;
  background-position: 0px -260px;
}
.page-product .product-info .block-pegi .pegi.kinect {
  width: 58px;
  background-position: -70px -259px;
}
.page-product .product-info .block-pegi .pegi.multiplayer {
  background-position: -192px -24px;
}
.page-product .product-info .block-pegi .pegi.y3 {
  background-position: 0px 0px;
}
.page-product .product-info .block-pegi .pegi.y7 {
  background-position: -24px 0px;
}
.page-product .product-info .block-pegi .pegi.y12 {
  background-position: -48px 0px;
}
.page-product .product-info .block-pegi .pegi.y16 {
  background-position: -72px 0px;
}
.page-product .product-info .block-pegi .pegi.y18 {
  background-position: -96px 0;
}
.page-product .product-info .block-pegi .pegi.onlinegame {
  background-position: -48px -24px;
}
.page-product .product-info .block-pegi .pegi.violence {
  background-position: 0 -24px;
}
.page-product .product-info .block-pegi .pegi.drugs {
  background-position: -168px -24px;
}
.page-product .product-info .block-pegi .pegi.adults {
  background-position: -24px -24px;
}
.page-product .product-info .block-pegi .pegi.gambling {
  background-position: -120px -24px;
}
.page-product .product-info .block-pegi .pegi.explicit_language {
  background-position: -144px -24px;
}
.page-product .product-info .block-pegi .pegi span {
  display: none;
}
.page-product .product-info .block-basket {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.page-product .product-info .block-basket > .header {
  background-color: #ecb50e;
  text-align: center;
}
.page-product .product-info .block-basket > .header a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.page-product .product-info .block-basket > .content {
  padding: 0.75rem;
}
.page-product .product-info .block-basket > .content .price {
  color: #ecb50e;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 1rem auto;
}
.page-product .product-info .block-basket > .content .price.no-stock {
  color: #606060;
}
.page-product .product-info .block-basket > .content .price-unit {
  margin-top: auto;
  font-size: 2.75rem;
  line-height: 2.25rem;
}
.page-product .product-info .block-basket > .content .price-currency {
  font-size: 1.5625rem;
  margin-top: auto;
  margin-left: 5px;
}
.page-product .product-info .block-basket > .content .price-cent {
  margin-top: auto;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.page-product .product-info .block-basket > .content .price-asterisk {
  position: absolute;
  font-size: 0.875rem;
  top: 30%;
  right: -5px;
  color: #6c757d;
}
.page-product .product-info .block-basket > .content .legend-prices-internet {
  margin-top: 0.75rem;
}
.page-product .product-info .block-basket > .content .button-add-cart.no-stock {
  cursor: default;
  background-color: #eeeeee;
  color: #606060;
}
.page-product .product-info .block-comment-rating {
  display: none;
}

/* Connection page */
.page-connection h2 {
  background-color: #ecb50e;
  color: #ffffff;
  font-size: 1.375rem;
  padding: 0.3125rem;
  text-align: center;
}
.page-connection .block-connection > *:not(.no-padding) {
  padding: 0 1rem;
}

/* Store page */
.page-store .button-back-list-stores {
  display: none;
}
.page-store .block-shop-pictures {
  /* Carousel adjustements */
}
.page-store .block-shop-pictures .item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -moz-transition: -moz-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.page-store .block-shop-pictures .item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
}
.page-store .block-shop-pictures .item > img {
  max-height: 500px;
}
.page-store .block-shop-pictures .carousel-indicators > li {
  text-indent: 0;
  width: auto;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: 0;
  background: 0;
}
.page-store .block-virtual-tour .block-street-view > iframe {
  width: 100%;
  height: 25rem;
}

/* News detail page */
.page-news-detail .button-back {
  display: none;
}
.page-news-detail .news-detail-content img {
  max-width: 100%;
  height: auto;
}
.page-news-detail .news-detail-content iframe {
  max-width: 100%;
  height: calc(100vw /(16 / 10));
}

/* Page next releases */
.page-next-releases .block-filter {
  flex-wrap: wrap;
}
.page-next-releases .block-filter .label {
  width: 100%;
  margin-bottom: 5px;
}
.page-next-releases .block-filter .button-filter {
  margin-right: 0.625rem;
}
.page-next-releases .table-next-releases {
  border: 1px solid #eeeeee;
}
.page-next-releases .table-next-releases tr {
  display: flex;
}
.page-next-releases .table-next-releases .td-plateform {
  display: flex;
  padding: 0.75rem;
  margin: auto;
}
.page-next-releases .table-next-releases .td-plateform, .page-next-releases .table-next-releases .td-plateform a {
  color: #ffffff !important;
}
.page-next-releases .table-next-releases .table-header {
  background-color: #ecb50e;
}
.page-next-releases .table-next-releases .table-header, .page-next-releases .table-next-releases .table-header a {
  color: #ffffff !important;
}
.page-next-releases .table-next-releases .table-header a {
  font-weight: bold;
}
.page-next-releases .table-next-releases .table-header span {
  font-weight: normal;
}
.page-next-releases .table-next-releases .table-header .header-platform,
.page-next-releases .table-next-releases .table-header .header-gender {
  display: none;
}

.page-cgv a, .page-cgu a {
  color: #ecb50e;
}
.page-cgv h2, .page-cgu h2 {
  margin-top: 1.5rem;
}
.page-cgv h3, .page-cgv h4, .page-cgu h3, .page-cgu h4 {
  color: #333333;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.page-cgv ul, .page-cgu ul {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  list-style: disc;
  list-style-type: disc;
}
.page-cgv p, .page-cgu p {
  margin-bottom: 8px;
}
.page-cgv li, .page-cgu li {
  margin-bottom: 0.75rem;
}
.page-cgv .block-summary, .page-cgu .block-summary {
  color: #ecb50e;
  font-weight: bold;
  line-height: 1.5rem;
}

/* Page newsletter registration */
.page-newsletter-registration .help-block {
  margin-top: 10px;
  color: #6c757d;
}

/* Search */
/* Block filters */
.block-search-filter {
  /* Form */
}
.block-search-filter h2 {
  display: none;
}
.block-search-filter .block-button-filter {
  justify-content: space-around;
}
.block-search-filter .block-button-filter > * {
  margin-top: auto;
  margin-bottom: auto;
}
.block-search-filter .form-search-filter fieldset {
  margin: 0;
  background-color: #f5f5f5;
}
.block-search-filter .form-search-filter fieldset li a {
  color: #606060;
  font-weight: bold;
  line-height: 1.25rem;
}
.block-search-filter .form-search-filter fieldset span.number {
  font-size: 0.75rem;
  font-weight: normal;
}
.block-search-filter .form-search-filter fieldset span.glyphicon {
  color: #b3b3b3;
  font-size: 0.75rem;
  margin-right: 0.75rem;
}
.block-search-filter .form-search-filter fieldset span.glyphicon-check {
  color: #ecb50e;
}
.block-search-filter .form-search-filter legend, .block-search-filter .form-search-filter a.legend {
  color: #ecb50e;
  background: #eeeeee;
  font-size: 1rem;
  padding: 3px 0.625rem;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #b3b3b3;
}
.block-search-filter .form-search-filter legend {
  display: none;
}
.block-search-filter .form-search-filter ul {
  padding-left: 1.5rem;
  margin: 5px 0;
  position: relative;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page-search .block-store-search-details {
  display: none;
}

/* Page panier */
.page-basket {
  /* TODO Debug */
}
.page-basket .blockError > .glyphicon-alert {
  color: #d23427;
}
.page-basket .product-cover {
  margin: auto 15px auto 0;
}
.page-basket .row-quantity {
  justify-content: space-between;
}
.page-basket .row-quantity .button-quantity {
  background-color: #eeeeee;
  display: flex;
  font-size: 0.4375rem;
  height: 1.5625rem;
  width: 1.5625rem;
  color: #606060;
}
.page-basket .row-quantity .button-quantity > span {
  margin: auto;
}
.page-basket .row-quantity .input-quantity {
  background-color: #ffffff;
  width: 2.5rem;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 0;
}
.page-basket .table-total-amount {
  display: flex;
  flex-direction: column;
  background-color: #eeeeee;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-basket .table-total-amount td {
  font-weight: bold;
  color: #5f5f5f;
  border: none;
  width: 50%;
}
.page-basket .table-total-amount .currency {
  text-align: center;
}
.page-basket .table-total-amount .row-total td {
  text-transform: uppercase;
}
.page-basket .block-checkout-process .product-store-choose {
  text-decoration: none !important;
}
.page-basket .block-checkout-process .product-store-choose img {
  margin: auto;
}
.page-basket .block-checkout-process .product-store-choose h3 {
  font-size: 1rem;
  color: #efb61d;
}
.page-basket .block-checkout-process .product-store-choose .glyphicon-minus-sign {
  color: #d23427;
}
.page-basket .block-checkout-process .product-store-choose .glyphicon-adjust {
  color: #efb61d;
}
.page-basket .block-checkout-process .product-store-choose .glyphicon-ok-sign {
  color: #4CAF50;
}

/* Disable step in mobile */
.block-checkout-process {
  display: none;
}

/* Page product disponibility */
.page-product-disponibility .block-back-page {
  display: none;
}
.page-product-disponibility .product-preview {
  display: none;
}

.page-basket-address .list-package-relay {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.page-basket-address .picto-accessibility {
  background-color: #003984;
  border-radius: 50%;
  opacity: 0.8;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  margin-left: 0.75rem;
  line-height: 0.9375rem;
  text-align: center;
}
.page-basket-address .picto-accessibility img {
  width: 0.875rem;
  height: 0.875rem;
}

.page-basket-summary .icon-details {
  display: none;
}

.page-resell-only-store .col-cover {
  display: none;
}

.page-manage-alert {
  position: relative;
}

.page-quality-charter .charter-section {
  padding-left: 0.75rem;
}
.page-quality-charter .charter-section .row {
  padding-left: 0.75rem;
}
.page-quality-charter .charter-section h2 {
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.page-quality-charter .charter-section p {
  margin-left: 0.75rem;
  white-space: wrap;
}
.page-quality-charter .charter-section img {
  max-width: 6.25rem;
}

/**
 * Description: Gamecash main tablet CSS style.
 * Version: 1.0.0
 * Minimum size for execution : 768px
 * Last update: 25/11/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * Using: 
 * 
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
@media (min-width: 768px) {
  /* ==========================================================================
     Commons
     ========================================================================== */
  /* Header */
  .block-aside .navbar .navbar-nav {
    flex-direction: row;
  }
  .block-aside .navbar .item-menu {
    flex-grow: 1;
    width: 25%;
  }

  /* Footer */
  .block-footer .block-footer-nav .wrap {
    flex-direction: row;
  }
  .block-footer .block-footer-nav .part-footer {
    max-width: 21.875rem;
    min-width: 20%;
  }
  .block-footer .block-footer-nav .part-services {
    width: 100%;
    max-width: none;
  }

  /* ==========================================================================
     Pages
     ========================================================================== */
  .page-map-stores .block-search {
    width: 20vw;
    max-width: 18.75rem;
    min-width: 13.75rem;
  }
  .page-map-stores .block-search .block-country {
    justify-content: center;
  }
  .page-map-stores .block-search .block-country li a {
    width: 12.5rem;
    margin: 0 auto;
  }
  .page-map-stores .block-map {
    display: flex;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0.625rem 1.5625rem 0 1.5625rem;
    flex-shrink: 1;
    height: 31.25rem;
  }
  .page-map-stores .blockGoogleMapGeneric {
    width: 100%;
  }
  .page-map-stores .stores-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 14.375rem);
    grid-gap: 0.5rem;
  }
}
/**
 * Description: Gamecash main desktop CSS style.
 * Version: 1.0.0
 * Minimum size for execution : 1200px
 * Last update: 25/11/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * Using: 
 * 
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
@media (min-width: 1200px) {
  /* ==========================================================================
     Commons
     ========================================================================== */
  /* Desktop variant */
  /* Page default margin & padding */
  .default-parent-page-margin:not(.no-padding):not(.no-padding-v) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .default-parent-page-padding:not(.no-padding):not(.no-padding-v) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .default-parent-page-margin > *:not(.no-margin):not(.no-margin-h),
.default-page-margin:not(.no-margin):not(.no-margin-h) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .default-parent-page-padding > *:not(.no-padding):not(.no-padding-h),
.default-page-padding:not(.no-padding):not(.no-padding-h) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .default-desktop-max-width {
    max-width: 87.5rem;
  }

  .default-desktop-min-width {
    min-width: 87.5rem;
  }

  .desktop-aside-width {
    width: 31.25rem;
  }

  .desktop-aside-max-width {
    max-width: 31.25rem;
  }

  .desktop-aside-min-width {
    min-width: 31.25rem;
  }

  .desktop-row {
    flex-direction: row;
  }

  .desktop-row button {
    margin-bottom: 0;
  }

  .desktop-row-reverse {
    flex-direction: row-reverse;
  }

  .desktop-col {
    flex-direction: column;
  }

  .block-global .block-main {
    display: flex;
  }
  .block-global .block-main .central .block-sub-universe-header {
    display: none;
  }
  .block-global .central {
    flex-grow: 1;
  }

  .block-aside .navbar .navbar-nav {
    flex-direction: column;
  }
  .block-aside .navbar .item-menu {
    flex-grow: 0;
    width: auto;
  }

  .button.return {
    position: absolute;
    top: 0;
    right: 0;
  }

  .box-style-desktop, .box-style-desktop--centered {
    width: 31.25rem;
  }
  .box-style-desktop--centered {
    margin-left: auto;
    margin-right: auto;
  }

  .block-checkout-process {
    display: block;
  }
  .block-checkout-process > ul {
    margin-bottom: 1rem;
  }
  .block-checkout-process .step {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .block-checkout-process .step .number {
    height: 2rem;
    width: 2rem;
  }
  .block-checkout-process .step.active .number {
    background-color: #ecb50e;
    color: #ffffff;
  }
  .block-checkout-process .step.active .label {
    font-weight: bold;
  }
  .block-checkout-process .number {
    border: 2px solid #ecb50e;
    margin-right: 0.75rem;
    font-weight: bold;
    padding: 2px 9px;
    border-radius: 50%;
  }
  .block-checkout-process .label, .block-checkout-process .number {
    color: #ecb50e;
  }
  .block-checkout-process .label {
    text-transform: uppercase;
  }
  .block-checkout-process.color-revente-cash .step.active .number {
    background-color: #3a7dc3;
  }
  .block-checkout-process.color-revente-cash .number {
    border: 2px solid #3a7dc3;
  }
  .block-checkout-process.color-revente-cash .label, .block-checkout-process.color-revente-cash .number {
    color: #3a7dc3;
  }

  /* Header */
  .block-header {
    justify-content: normal;
    flex-wrap: nowrap;
  }
  .block-header .block-toggle {
    display: none;
  }
  .block-header .block-logo {
    min-width: 15.625rem;
    display: flex;
    padding: 0.9375rem;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
  }
  .block-header .block-logo > a {
    margin: auto;
  }
  .block-header .block-logo .logo-gamecash-desktop {
    display: block;
    max-height: 45px;
  }
  .block-header .logo-gamecash-mobile {
    display: none;
  }
  .block-header .block-search {
    order: 3;
    min-width: unset;
    margin-left: 2rem;
    flex-direction: row-reverse;
    padding-left: 1rem;
  }
  .block-header .block-search .form-group {
    position: relative;
  }
  .block-header .block-search .button-search {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .block-header .block-header-menu {
    order: 4;
    flex-grow: 1;
  }
  .block-header .block-header-menu > .navbar-nav {
    width: 100%;
    flex-wrap: nowrap;
    padding: 0 1rem;
  }
  .block-header .block-header-menu .item-header-menu {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .block-header .block-header-menu .item-header-menu .glyphicon {
    font-size: 30px;
  }
  .block-header .block-header-menu .item-header-menu .navbar-item-icon {
    height: 30px;
  }
  .block-header .block-header-menu .item-header-menu .title {
    margin: auto 0 auto 1rem;
    font-size: 1rem;
  }

  /* Aside */

  /* ==========================================================================
     Pages
     ========================================================================== */
}
@media (min-width: 1200px) and (min-width: 1215px) {
  .block-header .block-header-menu .item-header-menu .title {
    display: block;
  }
}
@media (min-width: 1200px) {
  .block-header .block-header-menu .item-header-menu .badge.red, .block-header .block-header-menu .item-header-menu .red.badge-revente-cash, .block-header .block-header-menu .item-header-menu .red.badge-large {
    padding: 4px 6px;
    font-size: 0.6rem;
  }
}
@media (min-width: 1200px) {
  .block-aside {
    width: 15.625rem;
    min-width: 15.625rem;
  }
  .block-aside .navbar > .navbar-collapse {
    display: block;
  }
  .block-aside .navbar .item-menu {
    overflow: hidden;
    position: relative;
  }
  .block-aside .block-sub-universe-header {
    display: block;
  }
  .block-aside .block-sub-universe-header a {
    border: 1px solid #eeeeee;
  }
}
@media (min-width: 1200px) {
  .page-revente-cash .block-input-product .row-title-search,
.page-revente-cash .block-input-product .box-search {
    min-width: unset;
  }
  .page-revente-cash .row-step {
    justify-content: space-between;
  }
  .page-revente-cash .block-step h2 {
    font-size: 1.125rem;
  }
  .page-revente-cash .block-step img {
    width: 3.75rem;
  }
  .page-revente-cash .form-product {
    width: auto;
  }
  .page-revente-cash .form-product .product-cover {
    margin-right: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-news .box-list-next-release {
    min-width: 31.25rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-connection .main-container {
    justify-content: center;
  }
  .page-connection .box-style, .page-connection .box-style-green, .page-connection .box-style-red, .page-connection .box-style-yellow, .page-connection .box-list-lastest-news, .page-connection .box-list-next-release, .page-connection .page-basket .blockError, .page-basket .page-connection .blockError {
    margin-bottom: auto;
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-product {
    position: relative;
  }
  .page-product .main-content-product {
    width: 65%;
    position: unset;
  }
  .page-product .block-product-floating, .page-product .block-product-floating--2, .page-product .block-product-floating--1 {
    position: absolute;
    right: 0;
    min-width: 18.75rem;
    max-width: 37.5rem;
    width: 30%;
    padding-right: 1.5rem;
    margin-top: 3rem;
  }
  .page-product .block-product-floating--1 {
    top: 0;
  }
  .page-product .block-product-floating--1 .block-basket {
    max-height: 25rem;
  }
  .page-product .block-product-floating--2 {
    top: 36.875rem;
  }
  .page-product .block-desktop-main-info {
    position: unset;
  }
  .page-product .block-desktop-main-info .product-preview {
    padding-right: 1.5rem;
  }
  .page-product .block-desktop-main-info .product-preview .cover > img {
    max-width: unset;
  }
  .page-product .button-add-cart.no-stock {
    width: auto;
  }
  .page-product .block-video iframe {
    width: 100%;
    height: calc(55vw / (16 / 9));
  }
  .page-product .product-list-item {
    display: flex;
    justify-content: space-around;
  }
  .page-product .block-product-info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-basket .product-item-basket .separator, .page-basket .product-item-basket .separator-light, .page-basket .block-store-withdrawal .separator, .page-basket .block-store-withdrawal .separator-light {
    display: none;
  }
  .page-basket .row-control {
    flex-grow: 1;
  }
  .page-basket .block-validation {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .page-basket .block-validation .button {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .page-news-detail .news-detail-content img {
    max-width: 75%;
    height: auto;
  }
  .page-news-detail .news-detail-content iframe {
    height: calc(90vh /(16 / 9));
    width: 75%;
  }
  .page-news-detail .aside-news {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-store .block-store-map > * {
    height: 31.25rem;
  }
  .page-store .col-map {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .revente-cash-basket .product-resell-cart .cover {
    margin-right: 3rem;
  }
  .revente-cash-basket .product-resell-cart .first-col {
    flex-direction: row-reverse;
  }
  .revente-cash-basket .product-resell-cart .button-product-trash {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: auto;
    margin-bottom: auto;
  }
  .revente-cash-basket .product-resell-cart .button-product-trash .text-small {
    display: none;
  }
  .revente-cash-basket .table-total-amount {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .page-account .account-menu {
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 31.875rem);
    grid-gap: 1rem;
    list-style: none;
    justify-content: space-around;
    padding: 0;
  }
  .page-account .account-menu .account-menu-item .text, .page-account .account-menu .account-menu-item .block-cookies-notify {
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-search .block-store-search-details {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .block-search-filter {
    padding: 0;
  }
  .block-search-filter .block-button-filter .button {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .page-item-wishlist-details .item-product .product-control {
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .page-basket-address .block-address .box-style, .page-basket-address .block-address .box-style-green, .page-basket-address .block-address .box-style-red, .page-basket-address .block-address .box-style-yellow, .page-basket-address .block-address .box-list-lastest-news, .page-basket-address .block-address .box-list-next-release, .page-basket-address .block-address .page-basket .blockError, .page-basket .page-basket-address .block-address .blockError {
    width: 45%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0;
  }
  .page-basket-address .block-address .block-address-1 {
    margin-left: 0;
  }
  .page-basket-address .form-shipping {
    width: 50%;
    min-width: 31.25rem;
  }
  .page-basket-address .block-validate-basket .button-back-to-basket {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-basket-choose-address .block-address {
    cursor: pointer;
  }
  .page-basket-choose-address .block-create-new-address {
    justify-content: left;
  }
}
/**
 * Description: Gamecash main CSS style for others medias queries.
 * Version: 1.0.0
 * Last update: 25/11/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * Using: 
 * 
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
/* ==========================================================================
   Commons
   ========================================================================== */
/* ==========================================================================
   Pages
   ========================================================================== */
/**
 * Description: Gamecash main CSS style for cross-browsers calibration.
 * Last update: 25/11/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * Using: 
 * 
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
/* ==========================================================================
   Commons
   ========================================================================== */
/**
 * Description: Gamecash main CSS style for Mozilla Firefox browsers calibration.
 * Last update: 25/11/2019
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
/* ==========================================================================
   Commons
   ========================================================================== */
@-moz-document url-prefix() {
  button, .button {
    height: -moz-fit-content;
    width: -moz-fit-content;
  }
}
/* ==========================================================================
   Pages
   ========================================================================== */
/**
 * Description: Gamecash main CSS style for Safari browsers calibration.
 * Last update: 31/08/2020
 * Author: Teo Conan <teo.conan@gamecash.fr>
 * 
 * Summary:
 *	0. Commons
 *	1. Pages
 *	
 *	For more info, please check style.scss
 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports ((-webkit-appearance: none) and (display: flow-root)) or (-webkit-touch-callout: none) {
    .col {
      display: block;
    }

    /* Row */
    .row,
.desktop-row {
      display: flex;
    }

    .box-style, .box-style-green, .box-style-red, .box-style-yellow, .box-list-lastest-news, .box-list-next-release, .page-basket .blockError {
      display: block;
    }

    /* ==========================================================================
    Commons
    ========================================================================== */
    .block-header .form-search .form-search-mobile-input {
      line-height: 1.125rem;
    }

    /* ==========================================================================
    Pages
    ========================================================================== */
    .page-product .product-info .block-basket {
      display: block;
    }

    .page-account .account-menu .account-menu-item .col-icon {
      flex-direction: row-reverse;
      display: flex;
    }

    .page-product .product-info .block-basket > .content > .price {
      justify-content: center;
    }
    .page-product .product-info .block-basket > .content > .price .price-currency {
      right: unset;
    }
    .page-product .product-info .block-basket > .content > .price .price-asterisk {
      left: 65%;
      right: unset;
    }
  }
}
/* ==========================================================================
   Pages
   ========================================================================== */
.navbar-collapse {
  overflow-x: visible;
}

.collapse.in {
  display: block;
  visibility: visible;
}

.box-default-skin-debug {
  width: 200px;
  height: 100px;
}

/* -------------------------------- */
/* FLAG										    			*/
/* -------------------------------- */

.picto-country {
	align-self: flex-start;
}

/*# sourceMappingURL=style-gamecash.css.map */
