@charset "UTF-8";
@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotate(1deg);
  }
  50% {
    transform: translate(0, 0) rotate(0eg);
  }
  75% {
    transform: translate(-2px, 2px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes blink {
  0%, 5% {
    opacity: 0;
  }
  6%, 10% {
    opacity: 1;
  }
  11%, 15% {
    opacity: 0;
  }
  16%, 20% {
    opacity: 1;
  }
  21%, 25% {
    opacity: 0;
  }
  26%, 100% {
    opacity: 1;
  }
}
:root {
  --transition: 0.25s ease;
}
.shake {
  animation: tilt-n-move-shaking 0.15s infinite;
}
* {
  font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #222;
  color: #FFF;
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  font: normal 1em/1.3em Lato;
  font-weight: 300;
}
h1 {
  font-size: 1.8em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
h2 {
  font-size: 1.4em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 1em;
}
p {
  padding: 0.5em 0;
}
a {
  color: #FFF;
}
a.btn {
  display: inline-block;
  padding: 6px 20px;
  background: linear-gradient(#ffc600, #ff8a00);
  color: #333333;
  border-radius: 3px;
  font-weight: bold;
}
.head {
  padding-bottom: 1em;
}
.header {
  width: 100%;
  background-color: #900;
  background: linear-gradient(180deg, #900, #4b0000);
  position: fixed;
  top: 0;
  z-index: 999;
  color: #FFF;
  box-shadow: 0px 0px 12px #000;
  user-select: none;
}
.header .int {
  padding: 5px;
  margin: 0 auto;
  width: 100%;
}
.header .logo {
  display: inline-block;
}
.header .logo img {
  max-width: 100px;
  vertical-align: top;
}
.footer {
  width: 100%;
  background: #900;
  position: fixed;
  z-index: 998;
  bottom: 0px;
  left: 0;
  color: #999;
  box-shadow: 0px 0px 12px #000;
}
.footer .int {
  padding: 3px;
  margin: 0 auto;
  text-align: center;
  user-select: none;
}
.header .logo img {
  /*width:130px;*/
}
.menu {
  float: right;
  margin-right: 10px;
  margin-top: 7px;
}
.menu li {
  display: inline-block;
  position: relative;
}
.menu li a {
  font-size: 1.2em;
  display: block;
  color: #FFF;
  padding: 4px 15px 4px 15px;
  text-transform: uppercase;
}
.menu li a img {
  width: 30px;
}
.menu li a:hover {
  font-weight: bold;
}
.menu li a.selected {
  font-weight: bold;
}
.menu li .smenu {
  background: #000;
  display: none;
  position: absolute;
  top: 45px;
  width: 280px;
  padding-top: 3px;
  box-shadow: 0px 0px 8px #555;
  z-index: 997;
}
.menu li .smenu a {
  font-size: 13px;
  display: block;
  color: #CCC;
  padding: 4px 10px 4px 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #999;
}
.menu li .smenu a:hover {
  color: #900;
}
.menu li:hover .smenu {
  display: block;
}
.menu-smart {
  display: none;
}
.container {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #FFF;
  margin: 7px 0;
  transition: 0.4s;
}
.menu-bg {
  display: none;
}
.menuFooter {
  padding: 0px;
}
.menuFooter li {
  display: inline-block;
}
.menuFooter li a {
  font-size: 0.7em;
  display: block;
  color: #FFF;
  padding: 2px 10px 4px 10px;
}
.menuFooter li a:hover {
  color: #FFF;
}
.menuFooter li a.selected {
  color: #FFF;
}
.content {
  padding: 75px 10px;
  margin: 0 auto;
  max-width: 1400px;
}
.commitmentList > div {
  padding-bottom: 1em;
  position: relative;
}
.commitmentList > div img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  padding-right: 10px;
  max-width: 120px;
}
.commitmentList > div > div {
  padding-left: 150px;
}
.commitmentList > div .url {
  padding-top: 7px;
  display: block;
  font-size: 0.9em;
}
.commitmentList > div .url a {
  color: #AAA;
}
.commitmentList > div .url a:hover {
  color: #FFF;
}
.commitmentList > div h2 {
  padding-bottom: 10px;
}
.awardList .award {
  padding: 1em;
  display: inline-block;
  max-width: 180px;
  vertical-align: top;
}
.awardList .award img {
  width: 100%;
  vertical-align: top;
}
.awardList .award span {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.2;
}
.awardList .nominated {
  padding-top: 1.5em;
}
.homeAwards img {
  width: 100px;
  padding: 10px;
}
.homeCommitments img {
  width: 100px;
  padding: 10px;
}
.logoList a {
  display: inline-block;
  padding: 15px;
}
.logoList img {
  width: 150px;
}
ul {
  padding-left: 2em;
}
ul li {
  padding-left: 7px;
}
.press a span {
  display: inline-block;
  font-size: 0.9em;
  padding-left: 7px;
  color: #999;
}
/*
@media screen and (max-width: 890px) {
	body {
		font-size: 1.2em;
	}

	.menu-smart {
		display:block;
		position:absolute;
		right:10px;
		top:8px;
		cursor:pointer;
	}

	.menu {
		position:absolute;
		display:none;
		z-index:10000;
		margin:0;
		right:0px;
		top:60px;
		background:#000;
		padding:10px;
		box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	}

	.menu li {
		display:block;
	}

	.menu li a {
		padding: 8px 15px;
		font-size: 0.8em;
	}

	.menu-bg {
		position:absolute;
		width:110%;
		height:2000px;
		top:55px;
		left:-10px;
		background:rgba(0,0,0,0.7);
		z-index:9000;
	}

	.menu li .smenu {
		display:block;
		position:relative;
		top:0;
		box-shadow:none;
		padding-top:0;
		padding-left:15px;
	}

	.menu li .smenu a {
		border:none;
		font-size:0.9em;
	}


	.commitmentList > div img {
		display:inline-block;
		position:relative;
		top:auto;
		left:auto;
		vertical-align:top;
		max-width:120px;
	}

	.commitmentList > div > div {
		padding-left:0px;
		padding-bottom:15px;
	}

	.commitmentList > div > div h2 {
		padding-top:0px;
	}

	.awardList .award {
		display:inline-block;
		max-width:200px;
		width:47%;
		vertical-align: top;
		padding:0px;
	}

	.awardList .award img {
		width:80%;
		padding:10%;
		vertical-align:top;
	}

	.awardList .award span {
		display:block;
		text-align:center;
		font-size:0.75em;
		line-height: 1.2;
	}

}
*/
.page {
  padding-top: 60px;
}
.page > .inner {
  padding: 15px;
}
.page.credits .inner {
  max-width: 800px;
  margin: 0 auto;
}
.page.credits .accroche {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.page.credits .accroche span {
  color: #CCC;
  font-size: 0.8em;
  display: block;
}
.page.credits #close {
  z-index: 1000;
  position: fixed;
  top: 8px;
  right: 10px;
}
.btn {
  display: inline-block;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.25);
  /*border:solid 1px #333;*/
  border-radius: 5px;
  line-height: 20px;
  transition: var(--transition);
}
.btn:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}
.btn svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
  vertical-align: top;
}
.btn svg.active {
  display: none;
}
.btn.active svg {
  display: none;
}
.btn.active svg.active {
  display: inline-block;
}
.modelList {
  text-align: center;
}
.modelList .item {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  /*
		span {
			display:block;
			padding:5px 10px;
			position:absolute;
			bottom:0;
			background: rgba(0, 0, 0, 0.7);
		    width: 100%;
		    text-align: left;
		}*/
}
.modelList .item:hover .live img {
  border: solid 2px #555;
}
.modelList .item .live img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 15px;
  border: solid 2px #111;
  box-sizing: border-box;
}
.modelList .item .bottom {
  padding-bottom: 10px;
  padding-top: 2px;
  padding-left: 55px;
  text-align: left;
  position: relative;
}
.modelList .item .bottom .profileImg {
  display: inline-block;
  position: absolute;
  left: 0px;
}
.modelList .item .bottom .profileImg img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50px;
  border: solid 2px #111;
}
.modelList .item .bottom .profileName {
  font-size: 1.3em;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  /*padding-left:10px;*/
}
.modelList .item .bottom .profileRating {
  line-height: 1;
}
.modelList .item .bottom .profileRating img {
  height: 13px;
}
.modelList .item .bottom .profileRating span {
  color: #999;
  font-size: 0.8em;
  padding-left: 10px;
  vertical-align: text-top;
}
.modelList .item .bottom .btn {
  position: absolute;
  top: 5px;
  padding: 10px 20px;
  background: none;
}
.modelList .item .bottom .btn.love {
  right: 7px;
}
.modelList .item .bottom .btn.love.active svg {
  fill: #E00;
}
.modelList .item .bottom .btn.fav {
  right: 65px;
}
.modelList .item .bottom .btn.fav.active svg {
  fill: #FC0;
}
.modelList .item .bottom .btn svg {
  fill: #888;
}
.modelList .item .bottom .btn:hover svg {
  fill: #FFF;
}
.paymentSystem.select .paymentList.mobile {
  /*display:block;*/
}
.paymentSystem.select .packList {
  display: none;
}
@media only screen and (min-width: 768px) {
  .paymentSystem.select .packList {
    display: inline-block;
  }
  .paymentSystem.select .paymentList.mobile {
    display: none !important;
  }
}
.paymentSystem .paymentList .item {
  display: block;
  padding: 10px 15px;
  background-image: linear-gradient(#333, #222);
  /*line-height:40px;*/
  border: solid 1px #444;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  display: none;
  color: #CCC;
}
.paymentSystem .paymentList .item:hover {
  cursor: pointer;
  background-image: linear-gradient(#444, #222);
  border: solid 1px #666;
}
.paymentSystem .paymentList .item:hover:after {
  color: #FFF;
}
.paymentSystem .paymentList .item:after {
  content: "❯";
  position: absolute;
  right: 20px;
  top: 17px;
  color: #666;
}
.paymentSystem .paymentList .item .img {
  width: 50px;
  height: 35px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  overflow: hidden;
}
.paymentSystem .paymentList .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paymentSystem .paymentList .item .name {
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
}
.paymentSystem .paymentList .item .bonus {
  font-weight: 200;
  font-size: 0.9em;
  display: block;
  display: inline-block;
  font-weight: bold;
  color: #FC0;
  line-height: 1;
  position: absolute;
  padding-left: 25px;
  right: 100px;
  top: 15px;
}
.paymentSystem .paymentList .item .bonus span {
  display: block;
  font-size: 0.8em;
  color: #F90;
}
.paymentSystem .paymentList .item .bonus:before {
  content: "+";
  display: block;
  color: #FFF;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 1.5em;
}
.paymentSystem .paymentList .item.selected {
  /*border:solid 2px #FFF;*/
  display: block;
  color: #FFF;
}
.paymentSystem .paymentList .item.selected:after {
  color: #FFF;
  transform: rotate(90deg);
}
.paymentSystem .paymentList.mobile {
  display: none;
}
.paymentSystem .paymentList.mobile .item {
  display: block;
}
.paymentSystem .paymentList.mobile .item.selected {
  display: none;
}
@media only screen and (min-width: 768px) {
  .paymentSystem .paymentList {
    display: inline-block;
    width: calc(50% - 10px);
    padding-right: 7px;
    vertical-align: top;
  }
  .paymentSystem .paymentList .item {
    display: block;
  }
  .paymentSystem .paymentList .item.selected {
    border: solid 1px #FFF;
  }
  .paymentSystem .paymentList .item.selected:after {
    transform: none;
  }
  .paymentSystem .paymentList.mobile {
    display: none;
  }
}
.paymentSystem .paymentMode {
  display: none;
}
.paymentSystem .paymentMode.selected {
  display: block;
}
.paymentSystem .packList .item {
  display: block;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  /*line-height:30px;*/
  border-radius: 10px;
  margin-bottom: 10px;
  background-image: linear-gradient(#333, #222);
  border: solid 1px #444;
  position: relative;
}
.paymentSystem .packList .item:hover {
  cursor: pointer;
  background-image: linear-gradient(#444, #222);
  border: solid 1px #666;
}
.paymentSystem .packList .item:hover:after {
  color: #FFF;
}
.paymentSystem .packList .item:after {
  content: "❯";
  position: absolute;
  right: 20px;
  top: 17px;
  color: #666;
}
.paymentSystem .packList .item .img {
  width: 50px;
  height: 35px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.paymentSystem .packList .item .credited {
  font-weight: 400;
  font-size: 1.3em;
  display: inline-block;
  color: #FC0;
  letter-spacing: 0.02em;
  width: 110px;
}
.paymentSystem .packList .item .price {
  font-weight: 200;
  font-size: 0.9em;
  display: block;
  color: #999;
  line-height: 1;
}
.paymentSystem .packList .item .bonus {
  font-weight: 200;
  font-size: 0.9em;
  display: block;
  display: inline-block;
  font-weight: bold;
  color: #FC0;
  line-height: 1;
  position: relative;
  padding-left: 25px;
}
.paymentSystem .packList .item .bonus span {
  display: block;
  font-size: 0.8em;
  color: #F90;
}
.paymentSystem .packList .item .bonus:before {
  content: "+";
  display: block;
  color: #FFF;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 1.5em;
}
.paymentSystem .packList .item .recommended {
  font-weight: 200;
  font-size: 0.9em;
  display: inline-block;
  padding-left: 10px;
  color: #8C4;
  position: absolute;
  right: 40px;
  top: 16px;
}
.paymentSystem .packList .item.recommended {
  border: solid 1px #8C4;
}
.paymentSystem .packList .item.recommended:after {
  color: #8C4;
}
.paymentSystem .packList .item.showMore {
  display: none;
}
.paymentSystem .packList .item.custom .credited {
  width: 70%;
}
.paymentSystem .packList .showMore {
  display: none;
}
@media only screen and (min-width: 768px) {
  .paymentSystem .packList {
    display: inline-block;
    width: calc(50% - 10px);
    padding-left: 7px;
    vertical-align: top;
  }
}
.paymentSystem .bottom {
  margin-top: 10px;
}
.paymentSystem .bottom .vat {
  margin-top: 15px;
  font-size: 0.9em;
  color: #999;
  text-align: center;
}
.paymentSystem .bottom .trust {
  margin-top: 25px;
  text-align: center;
}
.paymentSystem .bottom .trust img {
  height: 30px;
  max-width: calc(100% / 3 - 25px);
  box-sizing: border-box;
  opacity: 0.4;
  margin: 5px 10px;
}
.paymentSystem .credits-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 0;
}
.button {
  display: inline-block;
  background: linear-gradient(#ffc700, #ff8a00);
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6em 1em;
  border-radius: 5px;
}
.button.wide {
  width: 100%;
  max-width: 450px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}
.button.disabled {
  background: linear-gradient(#999, #666);
  color: #555;
}
#chat {
  width: 100%;
  height: 100%;
  position: relative;
}
#chat .btn {
  display: inline-block;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.25);
  /*border:solid 1px #333;*/
  border-radius: 5px;
  line-height: 20px;
}
#chat .btn:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}
#chat .btn svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
  vertical-align: top;
}
#chat #video {
  height: 40%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 8;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}
#chat #video img {
  position: absolute;
  left: 0;
  height: 100%;
  transition: left 0.2s;
}
#chat #top {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
#chat #top #menu {
  position: absolute;
  left: 10px;
  top: 10px;
}
#chat #top #menu .modelName {
  display: inline-block;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.25);
  /*border:solid 1px #333;*/
  border-radius: 5px;
  line-height: 20px;
  font-weight: bold;
  font-size: 1.2em;
}
#chat #top #close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: rgba(0, 0, 0, 0);
}
#chat #top #close svg {
  width: 15px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
}
#chat #slider {
  display: none;
  position: absolute;
  bottom: 115px;
  width: 100%;
  text-align: center;
  z-index: 12;
}
#chat #slider .slider {
  -webkit-appearance: none;
  width: 60%;
  height: 2px;
  background: #000;
  outline: none;
  -webkit-transition: 0.2s;
  transition: all 0.2s;
  opacity: 0.3;
}
#chat #slider .slider:hover {
  opacity: 1;
  /*height: 5px;*/
}
#chat #slider .slider:focus {
  opacity: 1;
  /*height: 5px;*/
}
#chat #slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 36px;
  background: #000;
  border: solid 2px #FFF;
  border-radius: 50px;
  cursor: pointer;
}
#chat #slider .slider::-moz-range-thumb {
  width: 36px;
  height: 36px;
  background: #000;
  border: solid 2px #FFF;
  border-radius: 50px;
  cursor: pointer;
}
#chat #buttons {
  padding: 8px;
  position: absolute;
  bottom: 60%;
  width: 100%;
  box-sizing: border-box;
  z-index: 14;
}
#chat #buttons #private {
  font-weight: bold;
  float: right;
  margin-right: 10px;
  color: #FC0;
}
#chat #buttons #fullscreen {
  float: right;
}
#chat #buttons #bonus {
  float: right;
  margin-right: 10px;
}
#chat #buttons #bonus svg {
  fill: #FC0;
}
#chat #buttons #love {
  float: right;
  margin-right: 10px;
}
#chat #msgList {
  position: absolute;
  bottom: 45px;
  width: 100%;
  padding: 10px;
  top: 40%;
  box-sizing: border-box;
  scrollbar-width: thin;
  overflow-y: scroll;
  background: #800;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
#chat #msgList .list {
  /*border:solid 1px #333;*/
}
#chat #msgList .list .msg {
  margin-bottom: 7px;
}
#chat #msgList .list .msg .txt {
  padding: 5px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  max-width: 70%;
  display: inline-block;
  line-height: 1;
}
#chat #msgList .list .msg.right {
  text-align: right;
}
#chat #msgList .list .msg.link {
  font-weight: bold;
}
#chat #msgList .list .msg.link a {
  color: #FC0;
}
#chat #editor {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 16;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}
#chat #editor .btn.send {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px 15px;
  border: none;
  background: rgba(0, 0, 0, 0);
}
#chat #editor .btn.send svg {
  width: 25px;
  height: 25px;
  fill: #FFF;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
  vertical-align: top;
}
#chat #editor input {
  padding: 10px;
  border: none;
  background: white;
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  color: #333;
}
@media only screen and (min-width: 992px) {
  #chat #video {
    height: 100%;
    width: calc(100% - 350px);
  }
  #chat #msgList {
    width: 350px;
    top: 0;
    right: 0;
  }
  #chat #buttons {
    bottom: 2px;
    right: 355px;
    left: 0;
    width: auto;
  }
  #chat #editor {
    width: 350px;
    right: 0;
  }
}
#chat.fullscreen #video {
  height: 100%;
}
#chat.fullscreen #slider {
  display: block;
}
#chat.fullscreen #buttons {
  bottom: 45px;
}
#chat.fullscreen #msgList {
  -webkit-mask-image: linear-gradient(transparent, black);
  mask-image: linear-gradient(transparent, black);
  bottom: 150px;
  top: 50%;
  width: 75%;
  background: none;
  border-bottom: 0;
  padding-bottom: 0;
  z-index: 9;
}
#chat.fullscreen #msgList .list .msg {
  max-width: 100%;
}
#chat.fullscreen #msgList .list .msg .txt {
  max-width: 100%;
}
#chat.fullscreen #msgList .list .msg.right {
  text-align: left;
}
#chat.fullscreen #editor input {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
}
#chat.videoOnly #slider {
  display: block;
}
#chat.videoOnly #top {
  display: none;
}
#chat.videoOnly #buttons {
  display: none;
}
#chat.videoOnly #msgList {
  display: none;
}
#chat.videoOnly #slider {
  display: none;
}
#chat.private #top {
  display: none;
}
#chat.private #buttons {
  display: none;
}
#chat.private #msgList {
  display: none;
}
#chat.private #slider {
  display: none;
}
#chat.private #editor {
  display: none;
}
.event {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 100;
  display: inline-block;
  /*display:none;*/
  padding: 7px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.9);
  max-width: 350px;
  transition: 0.4s ease;
  opacity: 0;
}
.event.moveUp {
  transform: translateY(-10px);
  opacity: 0 !important;
}
.event.message .title {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #555;
}
.event.message .title .now {
  position: absolute;
  right: 0;
  color: #FC0;
  font-size: 0.8em;
}
.event.message .model img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50px;
  border: solid 2px #111;
  vertical-align: middle;
}
.event.message .model span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.1;
  padding-left: 10px;
  line-height: 30px;
  font-weight: 400;
}
.event.message .msg {
  padding-left: 44px;
  margin-top: -5px;
}
.event.message2 {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border-radius: 6px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.event.message2 .title {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #CCC;
}
.event.message2 .title .now {
  position: absolute;
  right: 0;
  color: #F60;
  font-size: 0.8em;
}
.event.message2 .model img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50px;
  border: solid 2px #111;
  vertical-align: middle;
}
.event.message2 .model span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.1;
  padding-left: 10px;
  line-height: 30px;
  font-weight: 400;
}
.event.message2 .msg {
  padding-left: 44px;
  margin-top: -5px;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.layer .inner {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
}
.layer #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 5px;
  /*border:solid 1px #333;*/
  /*background:rgba(0,0,0,0.3);*/
  position: absolute;
  /*line-height:20px;*/
  right: 10px;
  top: 5px;
}
.layer #close svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
  vertical-align: top;
}
.layer .accroche {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.layer .accroche span {
  /*text-align:center;*/
  color: #CCC;
  font-size: 0.8em;
  display: block;
}
.layer.private .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  bottom: -100px;
  transition: bottom 0.2s;
}
.layer.private .inner.selected {
  bottom: 0;
}
.layer.private .mode {
  /*
			padding:15px;
			border:solid 1px rgba(255,255,255,0.2);
			*/
  /*border-radius:15px;*/
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
.layer.private .mode:last-child {
  padding-bottom: 5px;
  border-bottom: none;
  margin-bottom: 0px;
}
.layer.private .mode .title {
  margin-bottom: 20px;
  font-size: 1.3em;
  /*text-align:center;*/
}
.layer.private .mode .accroche {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.layer.private .mode .accroche span {
  color: #CCC;
  font-size: 0.8em;
  display: block;
}
.layer.private .mode .button.enter {
  text-align: left;
  position: relative;
  padding-left: 0.6em;
}
.layer.private .mode .button.enter span {
  display: inline-block;
  position: absolute;
  font-size: 0.8em;
  opacity: 0.7;
  right: 10px;
}
.layer.private .mode .price {
  padding-bottom: 3px;
  font-size: 1em;
  color: #CCC;
  display: none;
}
.layer.private .mode .price .amount {
  color: #FC0;
  font-weight: bold;
}
.layer.private .mode .desc {
  padding-top: 15px;
  font-size: 1em;
  color: #CCC;
  line-height: 1.2;
}
.layer.private .mode .desc b {
  color: #FC0;
}
.layer.private .mode.xclusive .title {
  color: #F90;
}
.layer.private .mode.xclusive .desc b {
  color: #F90;
}
.layer.private .mode.xclusive .button.enter {
  background: linear-gradient(#ff9900, #dd5500);
}
.layer.private .mode.private .title {
  color: #FC0;
}
.layer.private2 {
  background: rgba(0, 0, 0, 0.4);
}
.layer.private2 #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  /*background: rgba(0, 0, 0, 1);*/
  background: #333;
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.private2 .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  bottom: -50px;
  transition: bottom 0.2s;
}
.layer.private2 .inner.selected {
  bottom: 0;
}
.layer.private2 .tab {
  border-bottom: solid 1px #555;
  margin-bottom: 20px;
}
.layer.private2 .tab > a {
  display: inline-block;
  width: calc(50% - 2px);
  padding: 10px 2px;
  box-sizing: border-box;
  text-align: center;
  border-right: solid 1px #555;
}
.layer.private2 .tab > a:last-child {
  border-right: none;
}
.layer.private2 .tab > a .title {
  font-size: 1.3em;
}
.layer.private2 .tab > a .price {
  color: #F90;
}
.layer.private2 .tab > a.selected {
  border-bottom: solid 5px #F90;
}
.layer.private2 .tab > a.private .price {
  color: #FC0;
}
.layer.private2 .mode {
  /*
			padding:15px;
			border:solid 1px rgba(255,255,255,0.2);
			*/
  border-radius: 15px;
  min-height: 300px;
  /*padding-bottom:20px;*/
  /*border-bottom:solid 1px rgba(255,255,255,0.2);*/
  /*margin-bottom:20px;*/
}
.layer.private2 .mode .title {
  margin-bottom: 15px;
  font-size: 1.3em;
  /*text-align:center;*/
}
.layer.private2 .mode .button.enter {
  text-align: left;
  position: relative;
  padding-left: 0.6em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  color: #FFF;
}
.layer.private2 .mode .button.enter span {
  display: inline-block;
  position: absolute;
  font-size: 0.8em;
  opacity: 0.7;
  right: 10px;
  color: #333;
}
.layer.private2 .mode .price {
  padding-bottom: 3px;
  font-size: 1em;
  color: #CCC;
  display: none;
}
.layer.private2 .mode .price .amount {
  color: #FC0;
  font-weight: bold;
}
.layer.private2 .mode .desc {
  padding-top: 25px;
  font-size: 1em;
  color: #CCC;
  line-height: 1.2;
}
.layer.private2 .mode .desc b {
  color: #FC0;
}
.layer.private2 .mode .desc li {
  padding-bottom: 8px;
}
.layer.private2 .mode .desc li:last-child {
  padding-bottom: 0px;
}
.layer.private2 .mode.xclusive .title {
  color: #F90;
}
.layer.private2 .mode.xclusive .desc b {
  color: #F90;
}
.layer.private2 .mode.xclusive .button.enter {
  background: linear-gradient(#ff9900, #dd5500);
}
.layer.private2 .mode.private {
  display: none;
}
.layer.private2 .mode.private .title {
  color: #FC0;
}
.layer.private2 .alert {
  padding: 8px 12px 8px 50px;
  color: #FFF;
  font-size: 1em;
  border-radius: 10px;
  border: solid 2px #C00;
  position: relative;
}
.layer.private2 .alert svg {
  fill: #C00;
  position: absolute;
  left: 10px;
  top: 6px;
  height: 25px;
}
.layer.joinPrivate {
  background: rgba(0, 0, 0, 0.4);
}
.layer.joinPrivate #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  /*background: rgba(0, 0, 0, 1);*/
  background: #333;
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.joinPrivate .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  bottom: -50px;
  transition: bottom 0.2s;
}
.layer.joinPrivate .inner.selected {
  bottom: 0;
}
.layer.joinPrivate .mode {
  /*
			padding:15px;
			border:solid 1px rgba(255,255,255,0.2);
			*/
  border-radius: 15px;
}
.layer.joinPrivate .mode .title {
  /*padding-bottom:20px;*/
  /*border-bottom:solid 1px rgba(255,255,255,0.2);*/
  /*margin-bottom:20px;*/
  margin-bottom: 15px;
  font-size: 1.3em;
  /*text-align:center;*/
}
.layer.joinPrivate .mode .accroche {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.layer.joinPrivate .mode .accroche span {
  /*text-align:center;*/
  color: #CCC;
  font-size: 0.8em;
  display: block;
}
.layer.joinPrivate .mode .button.enter {
  text-align: left;
  position: relative;
  padding-left: 0.6em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  color: #FFF;
}
.layer.joinPrivate .mode .button.enter span {
  display: inline-block;
  position: absolute;
  font-size: 0.8em;
  opacity: 0.7;
  right: 10px;
  color: #333;
}
.layer.joinPrivate .mode .price {
  padding-bottom: 3px;
  font-size: 1em;
  color: #CCC;
  display: none;
}
.layer.joinPrivate .mode .price .amount {
  color: #FC0;
  font-weight: bold;
}
.layer.joinPrivate .mode .desc {
  padding-top: 15px;
  font-size: 1em;
  color: #CCC;
  line-height: 1.2;
}
.layer.joinPrivate .mode .desc b {
  color: #FC0;
}
.layer.joinPrivate .mode.private .title {
  color: #FC0;
}
.layer.joinPrivate .sneakpeek {
  font-weight: bold;
  color: #FC0;
  margin-top: 20px;
  font-size: 1.2em;
}
.layer.joinPrivate .sneakpeek:hover {
  cursor: pointer;
  color: #FFF;
}
.layer.joinPrivate .sneakpeek span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  color: #999;
}
.layer.privateNonAvailable {
  background: rgba(0, 0, 0, 0.4);
}
.layer.privateNonAvailable #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  /*background: rgba(0, 0, 0, 1);*/
  background: #333;
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.privateNonAvailable .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  bottom: -50px;
  transition: bottom 0.2s;
}
.layer.privateNonAvailable .inner.selected {
  bottom: 0;
}
.layer.privateNonAvailable .mode {
  /*
			padding:15px;
			border:solid 1px rgba(255,255,255,0.2);
			*/
  border-radius: 15px;
}
.layer.privateNonAvailable .mode .title {
  /*padding-bottom:20px;*/
  /*border-bottom:solid 1px rgba(255,255,255,0.2);*/
  /*margin-bottom:20px;*/
  margin-bottom: 15px;
  font-size: 1.3em;
  /*text-align:center;*/
}
.layer.privateNonAvailable .mode .accroche {
  font-size: 1.5em;
  margin-bottom: 0px;
}
.layer.privateNonAvailable .mode .accroche span {
  /*text-align:center;*/
  color: #CCC;
  font-size: 0.8em;
  display: block;
}
.layer.privateNonAvailable .mode .button {
  text-align: center;
}
.layer.privateNonAvailable .mode .button.w50 {
  width: calc(50% - 6px);
  margin-right: 8px;
  box-sizing: border-box;
  color: #FFF;
}
.layer.privateNonAvailable .mode .button.w50:last-child {
  margin-right: 0px;
}
.layer.privateNonAvailable .mode .price {
  padding-bottom: 3px;
  font-size: 1em;
  color: #CCC;
  display: none;
}
.layer.privateNonAvailable .mode .price .amount {
  color: #FC0;
  font-weight: bold;
}
.layer.privateNonAvailable .mode .desc {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  color: #CCC;
  line-height: 1.2;
}
.layer.privateNonAvailable .mode .desc b {
  color: #FC0;
}
.layer.privateNonAvailable .mode .desc a {
  color: #FC0;
  text-decoration: underline;
}
.layer.privateNonAvailable .mode.private .title {
  color: #FC0;
}
.layer.privateNonAvailable .sneakpeek {
  font-weight: bold;
  color: #FC0;
  margin-top: 20px;
  font-size: 1.2em;
}
.layer.privateNonAvailable .sneakpeek:hover {
  cursor: pointer;
  color: #FFF;
}
.layer.privateNonAvailable .sneakpeek span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  color: #999;
}
.layer.credits {
  background: rgba(0, 0, 0, 0.4);
}
.layer.credits #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  background: #333;
  background-image: linear-gradient(#333, #222);
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.credits .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  bottom: -50px;
  transition: bottom 0.2s;
}
.layer.credits .inner.selected {
  bottom: 0;
}
.layer.credits .layer-content {
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: calc(100vh - 35px);
}
.layer.credits .showMoreBtn {
  text-align: center;
}
.layer.credits .vat {
  margin-top: 15px;
  font-size: 0.9em;
  color: #999;
  text-align: center;
}
.layer.credits .trust {
  margin-top: 25px;
  text-align: center;
}
.layer.credits .trust img {
  height: 30px;
  max-width: calc(100% / 3 - 25px);
  box-sizing: border-box;
  opacity: 0.4;
  margin: 5px 10px;
}
.layer.credits2 {
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(rgba(0, 0, 0, 0.5), black);
}
.layer.credits2 #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  background: #333;
  background-image: linear-gradient(#333, #222);
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.credits2 #close:hover {
  background: #FFF;
}
.layer.credits2 #close:hover svg {
  fill: #333;
}
.layer.credits2 .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  max-width: 800px;
  height: 75%;
  bottom: -50px;
  transition: bottom 0.2s;
  padding-bottom: 0;
}
.layer.credits2 .inner.selected {
  bottom: 0;
}
.layer.credits2 .promo {
  padding-bottom: 15px;
}
.layer.credits2 .promo .title {
  position: relative;
  text-align: center;
}
.layer.credits2 .promo .title span {
  font-size: 1.3em;
  color: #FC0;
  display: inline-block;
  padding: 0 25px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: 400;
}
.layer.credits2 .promo .title svg {
  height: 30px;
  fill: #FC0;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 25px;
  display: none;
}
.layer.credits2 .promo .title svg:last-child {
  right: 10px;
  left: auto;
}
.layer.credits2 .promo .offer {
  text-align: center;
  margin-bottom: 15px;
  padding: 0 45px;
}
.layer.credits2 .promo .offer span {
  font-weight: 400;
  font-size: 1.1em;
  color: #FC0;
  /*display:block;*/
}
.layer.credits2 .promo .offer span.blink {
  animation: 2s infinite blink;
}
.layer.credits2 .promo .offer span.txt-type2 {
  color: #F90;
}
.layer.credits2 .promo .timer {
  text-align: center;
}
.layer.credits2 .promo .timer > span {
  display: inline-block;
  width: 45px;
  height: 50px;
  background: #444;
  color: #FFF;
  border-radius: 5px;
  border: solid 1px #222;
  line-height: 50px;
  font-size: 1.5em;
  margin: 0 2px;
  font-weight: bold;
}
.layer.credits2 .promo .timer > span.middle {
  background: none;
  width: 20px;
  border: none;
}
.layer.credits2 .promo .timer > div span {
  display: inline-block;
  font-size: 0.8em;
  color: #888;
  width: 130px;
  text-align: center;
}
.layer.credits2 .layer-content {
  scrollbar-width: thin;
  overflow-y: auto;
  height: 100%;
}
.layer.credits2 .showMoreBtn {
  text-align: center;
}
.layer.credits2 .vat {
  margin-top: 15px;
  font-size: 0.9em;
  color: #999;
  text-align: center;
}
.layer.credits2 .trust {
  margin-top: 25px;
  text-align: center;
}
.layer.credits2 .trust img {
  height: 30px;
  max-width: calc(100% / 3 - 25px);
  box-sizing: border-box;
  opacity: 0.4;
  margin: 5px 10px;
}
.layer.credits2 .paymentList .credits-title > div.select {
  display: none;
}
.layer.credits2 .paymentList .credits-title > div span.other {
  float: right;
  opacity: 0.5;
  font-weight: 200;
  font-size: 0.8em;
}
.layer.credits2 .paymentList .item {
  height: 58px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 8px 10px;
}
.layer.credits2 .paymentList .item .img {
  width: 60px;
  height: 40px;
  margin-right: 35px;
  float: right;
}
.layer.credits2 .paymentList .item .name {
  line-height: 40px;
}
.layer.credits2 .paymentList .item.selected {
  width: 70%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .layer.credits2 .paymentList .item.selected {
    width: 100%;
    display: block;
  }
}
.layer.credits2 .paymentList .item.selected .img {
  margin-right: 0px;
}
.layer.credits2 .paymentList .item.selected .bonus {
  display: none;
}
.layer.credits2 .paymentList .item.selected:after {
  display: none;
}
.layer.credits2 .paymentList .item.other {
  width: 26%;
  margin-left: 10px;
  display: inline-block;
}
.layer.credits2 .paymentList .item.other .img {
  display: block;
  height: 40px;
  width: calc(100% - 25px);
  line-height: 1;
  float: none;
}
.layer.credits2 .paymentList .item.other .img img {
  width: 47%;
  height: 50%;
}
.layer.credits2 .paymentList .item.other .name {
  display: none;
  line-height: 20px;
  font-size: 0.9em;
  font-weight: 100;
  opacity: 0.7;
}
.layer.credits2 .paymentList .item.other:after {
  color: #FFF;
  transform: rotate(90deg);
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .layer.credits2 .paymentList .item.other {
    display: none;
  }
}
.layer.credits2 .paymentList.mobile .item {
  width: 100%;
}
.layer.credits2 .paymentList.mobile .item .img {
  margin-right: 0px;
}
.layer.credits2 .paymentList.mobile .item:after {
  display: none;
}
.layer.credits2 .packList .item.custom .button {
  position: absolute;
  right: 40px;
  top: 12px;
  display: none;
}
.layer.credits2 .packList .item.custom .customCreditedValue {
  display: none;
}
.layer.credits2 .packList .item.custom .minMax {
  color: #F60;
  font-size: 1em;
  margin-top: 5px;
  display: none;
}
.layer.credits2 .packList .item.showItemList {
  display: none;
}
.layer.credits2 .packList .item.showItemList .credited {
  width: 70%;
}
.layer.credits2 .packList .paymentMode.cb .item.custom .price {
  display: none;
}
.layer.credits2 .packList .paymentMode.cb .item.custom .credited {
  line-height: 30px;
}
.layer.credits2 .packList .paymentMode.cb .item.custom .button {
  top: 9px;
}
.layer.credits2 .packList .paymentMode.cb .item.custom:after {
  top: 20px;
}
.layer.credits2 .customPack {
  padding-top: 15px;
}
.layer.credits2 .customPack .customTitle {
  font-size: 1.1em;
  padding-bottom: 10px;
  text-align: center;
}
.layer.credits2 .paymentSystem.select .paymentList .credits-title > div {
  display: none;
}
.layer.credits2 .paymentSystem.select .paymentList .credits-title > div.select {
  display: block;
}
.layer.credits2 .paymentSystem.select .paymentList .item {
  width: 100%;
}
.layer.credits2 .paymentSystem.select .paymentList .item.other {
  display: none;
}
.layer.credits2 .paymentSystem.select .paymentList .item.selected .bonus {
  display: inline-block;
}
.layer.credits_mit {
  background: rgba(0, 0, 0, 0.4);
}
.layer.credits_mit #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  background: #333;
  background-image: linear-gradient(#333, #222);
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.credits_mit #close:hover {
  background: #FFF;
}
.layer.credits_mit #close:hover svg {
  fill: #333;
}
.layer.credits_mit .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  max-width: 800px;
  height: 75%;
  bottom: -50px;
  transition: bottom 0.2s;
}
.layer.credits_mit .inner.selected {
  bottom: 0;
}
.layer.credits_mit .credits-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 0;
}
.layer.credits_mit .layer-content {
  scrollbar-width: thin;
  overflow-y: auto;
  height: 100%;
}
.layer.credits_mit .showMoreBtn {
  text-align: center;
}
.layer.credits_mit .vat {
  margin-top: 15px;
  font-size: 0.9em;
  color: #999;
  text-align: center;
}
.layer.credits_mit .trust {
  margin-top: 25px;
  text-align: center;
}
.layer.credits_mit .trust img {
  height: 30px;
  max-width: calc(100% / 3 - 25px);
  box-sizing: border-box;
  opacity: 0.4;
  margin: 5px 10px;
}
.layer.credits_mit .update-card {
  font-size: 0.9em;
  line-height: 1.2;
  padding-top: 5px;
  text-align: right;
}
.layer.credits_mit .update-card a {
  text-decoration: underline;
  font-weight: 400;
  color: #CCC;
}
.layer.credits_mit .btn-mitLoad {
  padding-top: 20px;
  padding-bottom: 30px;
}
.layer.credits_mit .btn-mitLoad .button {
  text-align: left;
  position: relative;
  padding-left: 0.6em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  background-image: linear-gradient(#333, #222);
  border: solid 1px #444;
}
.layer.credits_mit .btn-mitLoad .button span.price {
  color: #FC0;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.layer.credits_mit .btn-mitLoad .button span.oneClick {
  color: #FC0;
  font-size: 1.4em;
  display: inline-block;
  position: absolute;
  font-size: 0.8em;
  right: 10px;
  font-weight: 400;
  line-height: 1;
  top: 15px;
}
.layer.credits_mit .btn-mitLoad .button span.oneClick svg {
  height: 25px;
  float: left;
  fill: #FFF;
  padding-right: 8px;
}
.layer.credits_mit .paymentMode .item {
  height: 58px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 8px 10px;
  width: calc(100% - 75px);
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
  background-image: linear-gradient(#333, #222);
  color: #FFF;
  border: solid 1px #444;
  position: relative;
  font-weight: 400;
}
.layer.credits_mit .paymentMode .item .img {
  width: 60px;
  height: 40px;
  margin-right: 0px;
  float: right;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.layer.credits_mit .paymentMode .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer.credits_mit .paymentMode .item .name {
  line-height: 1.2;
}
.layer.credits_mit .paymentMode .item .name .txt {
  /*padding-top:3px;*/
  font-size: 0.9em;
}
.layer.credits_mit .paymentMode .item .name .card {
  display: block;
  font-size: 1.2em;
  color: #BBB;
  letter-spacing: 0.05em;
}
.layer.credits_mit .paymentMode .item.back {
  width: 60px;
  margin-right: 10px;
  text-align: center;
  line-height: 45px;
}
.layer.credits_mit .paymentMode .item.back svg {
  height: 16px;
  fill: #999;
}
.layer.credits_mit .loading {
  padding: 15px 0px;
  display: none;
  /*border:solid 1px #555;*/
}
.layer.credits_mit .loading > div {
  display: table-cell;
  vertical-align: middle;
}
.layer.credits_mit .loading > div.text {
  padding-left: 15px;
  font-size: 0.9em;
  color: #BBB;
  line-height: 1;
}
.layer.credits_mit .result-ok {
  padding: 15px 0px;
  position: relative;
  /*border:solid 1px #555;*/
  display: none;
}
.layer.credits_mit .result-ok .icon {
  position: absolute;
  left: 0;
  top: 20px;
}
.layer.credits_mit .result-ok .text {
  padding-left: 60px;
}
.layer.credits_mit .result-ok .text .result {
  color: #9C3;
  font-weight: 600;
}
.layer.credits_mit .result-ok .text .credits {
  font-size: 1.2em;
  color: #FFF;
}
.layer.credits_mit .result-ok .text .credits b {
  color: #FC0;
}
.layer.credits_mit .result-ok .text .credits-total {
  color: #BBB;
  font-size: 0.9em;
}
.layer.credits_mit .result-error {
  padding: 15px 0px;
  position: relative;
  /*border:solid 1px #555;*/
  display: none;
}
.layer.credits_mit .result-error .icon {
  position: absolute;
  left: 0;
  top: 20px;
}
.layer.credits_mit .result-error .text {
  padding-left: 60px;
}
.layer.credits_mit .result-error .text .result {
  color: #E00;
  font-weight: 600;
}
.layer.credits_mit .result-error .text .redirection {
  color: #BBB;
  font-size: 0.9em;
}
.layer.bonus {
  background: rgba(0, 0, 0, 0.4);
}
.layer.bonus #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  /*background: rgba(0, 0, 0, 1);*/
  background: #333;
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.bonus .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  bottom: -50px;
  transition: bottom 0.2s;
}
.layer.bonus .inner.selected {
  bottom: 0;
}
.layer.bonus .keyboard {
  display: block;
}
.layer.bonus .bonusSlider {
  margin-top: 25px;
  margin-bottom: 35px;
}
.layer.bonus .bonusSlider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #FFF;
  outline: none;
  -webkit-transition: 0.2s;
  transition: all 0.2s;
}
.layer.bonus .bonusSlider .slider::-moz-range-progress {
  background-color: #43e5f7;
}
.layer.bonus .bonusSlider .slider::-moz-range-track {
  background-color: #9a905d;
}
.layer.bonus .bonusSlider .slider:focus {
  opacity: 1;
}
.layer.bonus .bonusSlider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: linear-gradient(#ffc700, #ff8a00);
  border: solid 2px #FFF;
  border-radius: 50px;
  cursor: pointer;
}
.layer.bonus .bonusSlider .slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: linear-gradient(#ffc700, #ff8a00);
  border: solid 2px #FFF;
  border-radius: 50px;
  cursor: pointer;
}
.layer.bonus .accroche {
  font-size: 1.5em;
  margin-bottom: 0px;
}
.layer.bonus .accroche span {
  /*text-align:center;*/
  color: #CCC;
  font-size: 0.8em;
  display: block;
}
.layer.bonus .bonus {
  position: relative;
  margin-top: 20px;
}
.layer.bonus .bonus .bonusAmount {
  font-size: 1.6em;
  color: #FC0;
}
.layer.bonus .bonus .button {
  text-align: left;
  position: relative;
  padding-left: 0.8em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  color: #FFF;
}
.layer.bonus .bonus .button span {
  display: inline-block;
  position: absolute;
  font-size: 1.2em;
  opacity: 0.7;
  right: 20px;
  color: #333;
}
.layer.bonus2 {
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(rgba(0, 0, 0, 0.5), black);
}
.layer.bonus2 #close {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 50px;
  border: solid 2px #333;
  /*background: rgba(0, 0, 0, 1);*/
  background: #333;
  position: absolute;
  /* line-height: 20px; */
  right: 10px;
  top: -20px;
}
.layer.bonus2 .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
  border: solid 2px #222;
  bottom: -50px;
  transition: bottom 0.2s;
}
.layer.bonus2 .inner.selected {
  bottom: 0;
}
.layer.bonus2 .keyboard {
  display: none;
  max-width: 320px;
  margin: 0 auto;
}
.layer.bonus2 .keyboard button.key {
  background: #111;
  color: #FFF;
  font-weight: 400;
  padding: 15px 0;
}
.layer.bonus2 .keyboard button.key.del svg {
  width: 30px;
  fill: #FFF;
}
.layer.bonus2 .bonusSlider {
  margin-top: 25px;
  margin-bottom: 35px;
}
.layer.bonus2 .bonusSlider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #FFF;
  outline: none;
  -webkit-transition: 0.2s;
  transition: all 0.2s;
}
.layer.bonus2 .bonusSlider .slider::-moz-range-progress {
  background-color: #43e5f7;
}
.layer.bonus2 .bonusSlider .slider::-moz-range-track {
  background-color: #9a905d;
}
.layer.bonus2 .bonusSlider .slider:focus {
  opacity: 1;
}
.layer.bonus2 .bonusSlider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: linear-gradient(#ffc700, #ff8a00);
  border: solid 2px #FFF;
  border-radius: 50px;
  cursor: pointer;
}
.layer.bonus2 .bonusSlider .slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: linear-gradient(#ffc700, #ff8a00);
  border: solid 2px #FFF;
  border-radius: 50px;
  cursor: pointer;
}
.layer.bonus2 .accroche {
  font-size: 1.5em;
  margin-bottom: 0px;
}
.layer.bonus2 .accroche span {
  /*text-align:center;*/
  color: #CCC;
  font-size: 0.8em;
  display: block;
}
.layer.bonus2 .bonus {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.layer.bonus2 .bonus .bonusAmount {
  font-size: 1.6em;
  color: #FC0;
}
.layer.bonus2 .bonus .button {
  text-align: center;
  position: relative;
  padding-left: 0.8em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  color: #FFF;
}
.layer.bonus2 .bonus .button span {
  display: inline-block;
  position: absolute;
  font-size: 1.2em;
  opacity: 0.7;
  right: 20px;
  color: #333;
  display: none;
}
.layer.bonus2 .bonusList {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.layer.bonus2 .bonusList > div {
  display: inline-block;
  padding: 13px;
  margin-right: 20px;
  border-radius: 10px;
  font-size: 1.1em;
  color: #FFF;
  border: solid 1px #444;
  vertical-align: middle;
}
.layer.bonus2 .bonusList > div.selected {
  color: #FC0;
  border: solid 2px #FC0;
  font-weight: bold;
  padding: 15px;
  font-size: 1.3em;
}
.layer.bonus2 .bonusList > div:last-child {
  margin-right: 0px;
}
.layer.bonus2 .customBonus {
  text-align: center;
  padding: 25px 0px;
}
.layer.bonus2 .customBonus a {
  /*text-decoration:underline;*/
}
.layer.bonus2 .customBonusAmount {
  display: none;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 1.9em;
  color: #FC0;
  font-weight: 400;
}
.keyboard {
  display: none;
  /* Clavier : grid 3 colonnes */
  /* Special keys */
}
.keyboard .display {
  min-height: 58px;
  border-radius: 12px;
  padding: 12px 16px;
  border: 1px solid #e6e9f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(16px + 1.6vw);
  letter-spacing: 2px;
  background: linear-gradient(180deg, #fff, #fbfcff);
}
.keyboard .display .hint {
  color: #9aa3b2;
  font-size: 0.88em;
}
.keyboard .keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.keyboard button.key {
  user-select: none;
  border: 0;
  border-radius: 12px;
  padding: 18px 0;
  font-size: calc(18px + 1.2vw);
  font-weight: 600;
  background: #DDD;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.03);
  touch-action: manipulation;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyboard button.key:active {
  transform: translateY(1px);
}
.keyboard .key.wide {
  grid-column: span 2;
  background: #e9f3ff;
}
.keyboard .key.action {
  background: #39c;
  color: #fff;
}
.keyboard .key.del {
  background: #FFF;
  color: #b33;
}
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.loader {
  height: 4px;
  width: 100px;
  --c:no-repeat linear-gradient(#FC0 0 0);
  background: var(--c), var(--c), #666;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
.result-ok .icon .checkmark {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #67d713;
  animation: fill-done 0.4s ease-in-out 0.4s forwards, scale-done 0.3s ease-in-out 0.9s both;
}
.result-ok .icon .checkmark_circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #67d713;
  fill: none;
  animation: stroke-done 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.result-ok .icon .checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke-done 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke-done {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale-done {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill-done {
  100% {
    box-shadow: inset 0px 0px 0px 30px #67d713;
  }
}
.result-error .icon .checkmark {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #C00;
  animation: fill-error 0.4s ease-in-out 0.4s forwards, scale-error 0.3s ease-in-out 0.9s both;
}
.result-error .icon .checkmark_circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #C00;
  fill: none;
  animation: stroke-error 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.result-error .icon .checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke-error 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke-error {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale-error {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill-error {
  100% {
    box-shadow: inset 0px 0px 0px 30px #C00;
  }
}
