/* =================================================================== 
 *  Delitoon Base Stylesheet
 *  Mai-2017
 *  ------------------------------------------------------------------
/* ===================================================================
 *
 *  RESET - normalize.css v3.0.2 | MIT License | git.io/normalize
 *
 * ------------------------------------------------------------------- */

/* ===================================================================
  *
  *  CONNEXION / INSCRIPTION
  *
  * ------------------------------------------------------------------- */
.sign-log-in input:-webkit-autofill,
.sign-log-in textarea:-webkit-autofill,
.sign-log-in select:-webkit-autofill {
  background-color: rgb(250, 255, 255) !important;
  background-image: none;
  color: rgb(0, 0, 0);
}
.sign-log-in {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.sign-log-in:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f4f6f9;
}
.sign-log-in .container {
  float: right;
  max-width: 640px;
  width: 100%;
  text-align: center;
}
.sign-log-in .social-login {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
.sign-log-in h3 {
  font-family: 'Gotham-Book';
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 30px;
}
.sign-log-in .social-login a {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  box-sizing: border-box;
}
.sign-log-in .social-login .facebook {
  background: #3b5998 url(../img/icons/facebook-white-icon.svg) no-repeat center
    center;
  background-size: 10px auto;
  transition: background-color 0.2s;
}
.sign-log-in .social-login .facebook:hover {
  background: #17233d url(../img/icons/facebook-white-icon.svg) no-repeat center
    center;
  background-size: 10px auto;
}
.sign-log-in .social-login .twitter {
  background: #1da1f2 url(../img/icons/twitter-white-icon.svg) no-repeat center
    center;
  background-size: 23px auto;
  transition: background-color 0.2s;
}
.sign-log-in .social-login .twitter:hover {
  background: #2477b2 url(../img/icons/twitter-white-icon.svg) no-repeat center
    center;
  background-size: 23px auto;
}
.sign-log-in .social-login .google {
  background: url(../img/icons/google-icon.svg) no-repeat center center;
  border: 2px solid #e7e7e7;
  transition: background-color 0.2s;
}
.sign-log-in .social-login .google:hover,
.sign-log-in .log-in .social-login .google:hover {
  background: black url(../img/icons/google-icon.svg) no-repeat center center;
}
.sign-log-in .social-login .google:hover {
  border: 0;
}
.sign-log-in .log-in .social-login .google {
  background: white url(../img/icons/google-icon.svg) no-repeat center center;
  border: 0;
}
.sign-log-in .option-sep {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 22px;
}
.sign-log-in .option-sep:before {
  content: '';
  width: 5px;
  height: 35px;
  display: block;
  margin: 0 auto 10px auto;
  background: url(../img/icons/sep-login.svg) no-repeat center center;
}
.sign-log-in .option-sep:after {
  content: '';
  width: 5px;
  height: 35px;
  display: block;
  margin: 10px auto 0 auto;
  background: url(../img/icons/sep-login.svg) no-repeat center center;
  transform: rotate(180deg);
}
.sign-log-in .log-in .option-sep:before,
.sign-log-in .log-in .option-sep:after {
  background: url(../img/icons/sep-login2.svg) no-repeat center center;
}
.sign-log-in .mail-login {
  width: 100%;
  height: auto;
  float: left;
}
.sign-log-in .log-in li {
  border-color: #bcc8d5;
}
.sign-log-in ul {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.sign-log-in li {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  width: 100%;
  margin: 10px 0;
  float: left;
}
.sign-log-in .cta-send {
  border: none;
}
.sign-log-in .cta-send button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
  font-size: 13px;
  padding: 0 30px;
  height: 51px;
  background: #ff3d00;
  display: table;
  margin: 15px auto 0 auto;
  color: white;
  border-radius: 50px;
  width: auto;
  transition: background 0.2s;
  outline: none;
}
.sign-log-in .cta-send button:hover {
  background: #e93a01;
}
.sign-log-in input {
  padding: 0 15px 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: none;
  background: transparent;
  width: calc(100% - 55px);
  height: 48px;
  line-height: 50px;
  float: left;
  border: 0;
}
.sign-log-in .forget-password {
  font-family: 'Avenir-regular';
  font-size: 13px;
  position: relative;
  float: right;
  top: -5px;
  color: black;
  transition: color 0.25s ease-in-out;
}
.sign-log-in .forget-password:hover {
  color: #ff3d00;
}
.sign-log-in .e-mail {
  background: url(../img/icons/mail-grey-icon.svg) no-repeat calc(100% - 15px)
    center;
}
.sign-log-in .password,
.sign-log-in .confirmation {
  background: url(../img/icons/key-grey-icon.svg) no-repeat calc(100% - 15px)
    center;
}
.sign-log-in .log-in .e-mail {
  background: url(../img/icons/mail-grey2-icon.svg) no-repeat calc(100% - 15px)
    center;
}
.sign-log-in .log-in .password {
  background: url(../img/icons/key-grey2-icon.svg) no-repeat calc(100% - 15px)
    center;
}
.sign-log-in .password {
  width: calc(50% - 10px);
  float: left;
}
.sign-log-in .passwordOne {
  width: 100%;
  float: left;
  background: url(../img/icons/key-grey2-icon.svg) no-repeat calc(100% - 15px)
}
.sign-log-in .log-in .password {
  width: 100%;
}
.sign-log-in .confirmation {
  width: calc(50% - 10px);
  float: right;
  padding: 0;
}
.sign-log-in input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-log-in input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-log-in input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-log-in input:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-log-in .sign-in {
  width: 50%;
  float: left;
  background: transparent;
}
.sign-log-in .log-in {
  width: 50%;
  float: left;
  position: relative;
}
.sign-log-in .log-in .container {
  float: left;
  position: relative;
  z-index: 1;
}
.sign-log-in .log-in .title .picto {
  background-size: 37px 36px;
  background-position: center center;
}
/* ===================================================================
  *
  *  Inscription - Etape 2
  *
  * ------------------------------------------------------------------- */
.sign-in-step2 {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.sign-in-step2 .container {
  width: 100%;
  display: table;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}
.sign-in-step2 .cta-validate {
  float: right;
}
.sign-in-step2 .cta-cancel {
  float: left;
}
.sign-in-step2 .bloc-left {
  width: calc(50% - 20px);
  float: left;
  position: relative;
}
.sign-in-step2 .bloc-right {
  width: calc(50% - 20px);
  float: right;
}
.sign-in-step2 label {
  font-family: 'Avenir-regular';
  color: #4a4a4a;
  font-size: 16px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.sign-in-step2 input {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  width: 100%;
  margin: 10px 0;
  float: left;
  padding: 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: 0;
}
.sign-in-step2 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step2 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step2 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step2 input:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step2 .select-style {
  width: auto;
  float: left;
  margin-right: 20px;
}
.sign-in-step2 .select-style select {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  margin: 10px 0;
  float: left;
  padding: 0 40px 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: 0;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  background: transparent url(../img/icons/select-orange-icon.svg) no-repeat
    calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sign-in-step2 .select-style select:focus {
  outline: none;
}
.sign-in-step2 .connect-auto {
  width: calc(50% - 20px);
  float: left;
  height: 30px;
  margin: 30px 0 45px 0;
}
.sign-in-step2 .connect-auto label {
  float: right;
  height: auto;
  margin-bottom: 0;
  line-height: 30px;
  margin-right: 15px;
}
.sign-in-step2 .connect-auto .switch {
  float: right;
}
.sign-in-step2 .adult-content {
  width: calc(50% - 20px);
  float: right;
  height: 30px;
  margin: 30px 0 45px 0;
}
.sign-in-step2 .adult-content label {
  float: left;
  height: auto;
  margin-bottom: 0;
  line-height: 30px;
  margin-right: 15px;
}
.sign-in-step2 .adult-content .switch {
  float: left;
}
.sign-in-step2 .license div {
  display: inline-block;
  max-width: 800px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  color: rgb(74,74,74);
  font-family: "Avenir-regular";
  text-align: center;
  padding: 0px 10px 30px 20px;
}

.license a {
  text-decoration: none;
  color: black;
  font-family: 'Gotham-Medium';
}

.sign-in-step2 .pseudo-error {
  color: red;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  font-size: 15px;
  display: block;
}
/* ===================================================================
  *
  *  Inscription - Etape 3
  *
  * ------------------------------------------------------------------- */
.sign-in-step3 {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.sign-in-step3 .container {
  width: 100%;
  display: table;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}
.sign-in-step3 .cta-validate {
  display: inline-block;
  margin-right: 40px;
}
.sign-in-step3 .cta-cancel {
  display: inline-block;
}
.sign-in-step3 label {
  font-family: 'Avenir-regular';
  color: #4a4a4a;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.sign-in-step3 input {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  width: 100%;
  margin: 10px 0;
  float: left;
  padding: 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: 0;
}
.sign-in-step3 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step3 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step3 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step3 input:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a;
  font-family: 'Avenir-regular';
  font-size: 14px;
}
.sign-in-step3 .select-style {
  width: auto;
  float: left;
  margin-right: 20px;
}
.sign-in-step3 .select-style select {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  margin: 10px 0;
  float: left;
  padding: 0 40px 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: 0;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  background: transparent url(../img/icons/select-orange-icon.svg) no-repeat
    calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sign-in-step3 .select-style select:focus {
  outline: none;
}
.sign-in-step3 .mobile {
  width: calc(40% - 30px);
  float: left;
  margin-right: 30px;
}
.sign-in-step3 .country {
  float: left;
  width: calc(50% - 30px);
  margin-left: calc(25% + 15px);
  margin-right: calc(25% + 15px);
}
.sign-in-step3 .postal-code {
  float: left;
  width: calc(50% - 30px);
}
.sign-in-step3 .country .select-style {
  width: 100%;
}
.sign-in-step3 .country .select-style select {
  width: 100%;
}
.sign-in-step3 .tips {
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0 40px 0;
}
.sign-in-step3 .tips .container {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin: 20px 0;
  vertical-align: top;
}
.sign-in-step3 .tips h3 {
  font-family: 'Gotham-Book';
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 30px;
}
.sign-in-step3 .tips .picto {
  width: 92px;
  height: 92px;
  display: block;
  margin: 0 auto 25px auto;
}
.sign-in-step3 .tips h4 {
  font-family: 'Avenir-bold';
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: #4a4a4a;
  display: block;
  font-weight: bold;
}
.sign-in-step3 .tips p {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Avenir-regular';
  font-size: 14px;
  color: #4a4a4a;
  line-height: 22px;
}
/* ===================================================================
  *
  *  Mon compte
  *
  * ------------------------------------------------------------------- */
.my-account {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  padding: 50px 0 80px 0;
}
.my-account .container {
  width: 100%;
  display: table;
  margin: 0 auto;
  text-align: center;
  max-width: 1060px;
  padding: 0 30px;
}
.my-account .bloc-left {
  width: calc(50% - 20px);
  float: left;
}
.my-account .bloc-right {
  width: calc(50% - 20px);
  float: right;
}
.my-account h3 {
  font-family: 'Gotham-Medium';
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: normal;
}
.my-account label {
  font-family: 'Avenir-regular';
  color: #4a4a4a;
  font-size: 16px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.my-account input {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  width: 100%;
  margin: 10px 0;
  float: left;
  padding: 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: 0;
}
.my-account p {
  font-family: 'Avenir-demi';
  color: black;
  font-size: 16px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: black;
  width: 100%;
  margin: 10px 0;
  float: left;
}
.my-account .cta-validate {
  margin-top: 30px;
}
.my-account .subscribe-title {
  display: table;
  margin: 0 auto;
  height: 55px;
  width: auto;
  line-height: 55px;
}
.my-account .subscribe-title h3 {
  float: left;
}
.my-account .subscribe-title span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  position: relative;
  box-sizing: border-box;
  float: left;
}
.my-account .subscribe-title .classic {
  display: none;
}
.my-account .subscribe-title .facebook {
  background: #3b5998 url(../img/icons/facebook-white-icon.svg) no-repeat center
    center;
  background-size: 10px auto;
  transition: background-color 0.2s;
}
.my-account .subscribe-title .twitter {
  background: #1da1f2 url(../img/icons/twitter-white-icon.svg) no-repeat center
    center;
  background-size: 23px auto;
  transition: background-color 0.2s;
}
.my-account .subscribe-title .google {
  background: url(../img/icons/google-icon.svg) no-repeat center center;
  border: 2px solid #e7e7e7;
  transition: background-color 0.2s;
}
.my-account .profil-infos {
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 0 40px 0;
  border-bottom: 1px dotted #e7e7e7;
}
.my-account .profil-infos li {
  float: left;
  width: calc((100% - 60px)/3);
}
.my-account .profil-infos li:nth-child(-n+2) {
  margin-right: 30px;
}
.my-account .password,
.my-account .adress-infos {
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 0 40px 0;
  border-bottom: 1px dotted #e7e7e7;
}
.my-account .password h3,
.my-account .adress-infos h3 {
  margin-bottom: 40px;
}
.my-account .adress-infos .mobile {
  width: calc(40% - 30px);
  float: left;
  margin-right: 30px;
}
.my-account .password .pass,
.my-account .password .newpass1,
.my-account .password .newpass2 {
  float: left;
  width: calc((100% - 60px)/3);
}
.my-account .password .pass,
.my-account .password .newpass1 {
  margin-right: 30px;
}

.my-account .adress-infos .country {
  float: left;
  width: calc(50% - 30px);
  margin-left: calc(25% + 15px);
}

.my-account .adress-infos label {
  text-align: center;
}
.my-account .adress-infos .select-style {
  width: 100%;
  float: left;
  margin-right: 20px;
}
.my-account .adress-infos .select-style select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  margin: 10px 0;
  float: left;
  padding: 0 40px 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: 0;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  background: transparent url(../img/icons/select-orange-icon.svg) no-repeat
    calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.my-account .select-style select:focus {
  outline: none;
}
.my-account .cta-modify {
  margin: 30px auto 0 auto;
}
.my-account .options {
  float: left;
  width: 100%;
  height: auto;
}
.my-account .options h3 {
  margin: 50px 0 40px 0;
}
.my-account .options .adult-content .switch,
.my-account .options .adult-content label {
  float: right;
}
.my-account .options label {
  margin-right: 15px;
}
.my-account .options .adult-content {
  width: calc(50% + 90px);
  float: left;
  height: 30px;
  margin: 10px 15px 30px 10px;
  line-height: 30px;
}
.my-account .options .newsletter {
  width: calc(50% - 20px);
  float: left;
  height: 30px;
  margin: 30px 0 45px 15px;
  line-height: 30px;
}
.my-account .options .newsletter .switch,
.my-account .options .newsletter label {
  float: left;
}

.my-account .leave-delitoon {
  display: table;
  width: 100%;
  vertical-align: top;
  font-family: "Avenir-regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  margin: 40px 0 20px 0;
  text-align: center;
  padding-right: 10px;
}

.my-account .leave-delitoon .icon {
  position: relative;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../img/icons/arrow-orange-icon.svg) no-repeat 100% center;
  width: 15px;
  height: 15px;
  left: calc(50% + 80px);
  top: -18px;
}

.my-account li .select-style {
  width: auto;
  float: left;
  margin-right: 20px;
}
.my-account .select-style select {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  margin: 5px 0;
  float: left;
  padding: 0 30px 0 10px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: 0;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  background: transparent url(../img/icons/select-orange-icon.svg) no-repeat
  calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ===================================================================
  *
  *  Carte cadeaux
  *
  * ------------------------------------------------------------------- */
.gift-card {
  width: 100%;
  margin: 0 auto;
  position: relative;
  float: left;
  padding: 50px 0;
}
.gift-card .container {
  width: 100%;
  display: table;
  margin: 0 auto;
  text-align: center;
  max-width: 1920px;
  padding: 0 30px;
}
.gift-card .code {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  width: 100%;
  max-width: 397px;
  margin: 10px 0;
  display: table;
  margin: 0 auto;
}
.gift-card .code input {
  padding: 0 15px 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: none;
  background: transparent;
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  border: 0;
  text-align: center;
}
.gift-card .cta-validate {
  display: table;
  margin: 30px auto 0 auto;
}
/* ===================================================================
  *
  *  Coin Shop
  *
  * ------------------------------------------------------------------- */
.coin-shop {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  padding: 50px 0 80px 0;
}
.coin-shop .title-page {
  text-align: center;
}
.current-coins {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: #ff3d00;
}
.current-coins p {
  font-family: 'Gotham-Medium';
  color: white;
  font-size: 18px;
  display: block;
  text-align: center;
  float: left;
  position: relative;
  top: 13px;
}
.current-coins .box {
  display: table;
  width: auto;
  margin: 0 auto;
}
.current-coins .coins-number {
  float: left;
  font-family: 'Gotham-Bold';
  color: white;
  font-size: 36px;
  display: table;
  margin: 10px auto 0 auto;
  position: relative;
  top: -3px;
}
.current-coins .coins-number:before {
  content: '';
  width: 35px;
  height: 28px;
  background: url(../img/icons/coin-white-icon.svg) no-repeat center center;
  float: left;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.current-coins .coins-normal {
  display: inline-block;
}
.current-coins .coins-normal p {
  margin-right: 10px;
}
.current-coins .coins-ios {
  display: inline-block;
  margin-left: 40px;
  padding: 0 0 0 40px;
  border-right: 1px solid white;
}
.current-coins .coins-ios p {
  margin-left: 10px;
}
.current-coins .coins-ios .coins-number:after {
  display: none;
}
.coin-shop .container {
  width: 100%;
  display: table;
  margin: 0 auto;
  text-align: center;
  max-width: 1280px;
  padding: 0 30px;
}
.coin-shop .not-first-time li:nth-child(1) {
  display: none;
}
.coin-shop .pack {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0;
}
.coin-shop .pack h3 {
  font-family: 'Gotham-Medium';
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: normal;
}
.coin-shop .pack p {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Avenir-regular';
  font-size: 14px;
  color: #4a4a4a;
  margin: 30px 0;
  line-height: 22px;
}
.coin-shop .pack ul {
  float: left;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  margin-top: 40px;
}
.coin-shop .pack li {
  width: calc(100% / 5 - 20px);
  height: auto;
  float: left;
  cursor: pointer;
  position: relative;
  margin: 0 10px;
}
.coin-shop .pack .welcome-pack {
  width: calc(100% - 20px);
  height: auto;
  float: left;
  cursor: pointer;
  position: relative;
  margin: 0 10px 20px 10px;
  border-radius: 8px;
}
/*.coin-shop .pack .welcome-pack::before {*/
/*content:'';*/
/*position: absolute;*/
/*background: #f3de62;*/
/*display: block;*/
/*height: 100%;*/
/*width: 200px;*/
/*border-top-left-radius: 8px;*/
/*border-bottom-left-radius: 8px;*/
/*z-index: 0;*/
/*}*/
.coin-shop .pack .welcome-pack input[type='radio'] + label span {
  height: 148px;
  position: relative;
}

.coin-shop .pack .welcome-pack input[type='radio'] + label {
  width: 100%;
  height: 150px;
  border: 2px solid black;
}

.coin-shop .pack .welcome-pack input[type='radio']:checked + label {
  border: 2px solid #ff3d00;
}

.coin-shop .pack .welcome-pack input[type='radio']:checked + label .title {
  border-color: #ff3d00;
}

.coin-shop .pack .description {
  display: none;
}

.coin-shop .pack .welcome-pack .container-welcome {
  float: left;
  width: calc(100% - 360px);
  height: 146px;
}

.coin-shop .pack .welcome-pack .title {
  float: left;
  width: 240px;
  height: 146px;
  line-height: 146px;
  padding: 0 30px;
  border-right: 2px solid black;
  height: auto;
  background: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #f3de62;
}

.coin-shop .pack .welcome-pack .description {
  display: block;
  width: calc(100% - 175px);
  position: relative;
  text-align: left;
  float: left;
  font-family: 'Avenir-regular';
  font-size: 14px;
  line-height: 22px;
  color: black;
  padding: 15px 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.coin-shop .pack .welcome-pack .box-coins-price-welcome {
  float: none;
  position: relative;
  padding: 0 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.coin-shop .pack .welcome-pack .price {
  width: auto;
  display: block;
  margin: 15px 0 0 0;
}

.coin-shop .pack .welcome-pack .coins-number {
  width: auto;
  display: block;
}

.coin-shop .pack .welcome-pack .cta-modify {
  border-color: black;
  display: block;
  margin: 0;
  color: black;
  position: absolute;
  right: 30px;
  left: auto !important;
  top: calc(50% - 23.5px);
  text-align: inherit;
  float: right;
  bottom: auto;
  width: 182px;
}

.coin-shop .pack .welcome-pack .container-calcul {
  display: none;
}

.coin-shop .pack .welcome-pack input[type='radio']:checked + label span .title {
  background-color: #ff3d00;
  color: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.coin-shop .pack .container-calcul {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px 0 10px 0;
  margin-bottom: 28px;
  border-bottom: 1px solid #bcc8d5;
}

.coin-shop .pack .container-calcul::before {
  content: '';
  position: absolute;
  display: block;
  background: #e7e7e7;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 13px;
  background: url(../img/icons/result-icon.svg) no-repeat;
  z-index: 9;
}

.coin-shop .pack .container-calcul::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 10.5px);
  background: url(../img/icons/cross-black-calcul-icon.svg) no-repeat center
    center;
}

.coin-shop .pack .number {
  display: block;
  font-family: 'Gotham-Medium';
  font-size: 30px;
}

.coin-shop .pack .name {
  display: block;
  font-family: 'Avenir-demi';
  font-size: 17px;
}

.coin-shop .pack .coins-inclus {
  float: left;
  width: 50%;
}

.coin-shop .pack .coins-inclus .number {
  position: relative;
  top: 5px;
}

.coin-shop .pack .coins-bonus {
  float: right;
  width: 50%;
  color: #ff3d00;
}

.coin-shop .pack .title {
  float: left;
  width: 100%;
  padding: 25px 0;
  height: auto;
  background: #f4f6f9;
  color: black;
  font-family: 'Gotham-Bold';
  font-size: 25px;
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.coin-shop .pack li .container-tiny-basic {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.coin-shop .pack .coins-number {
  display: table;
  width: 100%;
  font-family: 'Gotham-Bold';
  color: #ff3d00;
  font-size: 50px;
  position: relative;
}

.coin-shop .pack .coins-number:after {
  content: '';
  width: 35px;
  height: 28px;
  background: url(../img/icons/coin-orange-icon.svg) no-repeat center center;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.coin-shop .pack .price {
  font-family: 'Avenir-demi';
  font-size: 30px;
  font-weight: normal;
  color: #4a4a4a;
  display: block;
  margin: 15px auto 0 auto;
}

.coin-shop .pack .cta-modify {
  border-color: #bcc8d5;
  display: table;
  margin: 0 auto;
  color: black;
  position: absolute;
  right: 0;
  left: 0 !important;
  text-align: center;
  bottom: 30px;
  max-width: 182px;
}

.coin-shop .pack .cta-modify:hover {
  background: transparent;
}

.coin-shop .pack input[type='radio'] {
  display: none;
}

.coin-shop .pack input[type='radio'] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  height: 340px;
  position: relative;
  float: left;
  border: 2px solid #bcc8d5;
  border-radius: 8px;
}

.coin-shop .pack input[type='radio'] + label span {
  float: left;
  width: 100%;
  height: 340px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

.coin-shop .pack input[type='radio']:checked + label {
  border: 2px solid #ff3d00;
}

.coin-shop .pack input[type='radio']:checked + label span .title {
  background-color: #ff3d00;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.coin-shop .pack input[type='radio']:checked + label span .cta-modify {
  border-color: #ff3d00;
  background-color: #ff3d00;
  color: white;
}

.coin-shop .pack input[type='radio'] + label span {
  background-color: transparent;
}

.coin-shop .pack input[type='radio']:checked + label span {
  background-color: transparent;
}

.coin-shop .pack input[type='radio'] + label span,
.coin-shop .pack input[type='radio']:checked + label span {
  transition: background-color 0.4s linear;
}

.coin-shop .tiny .container-calcul {
  padding: 15px 0 27px 0;
}

.coin-shop .tiny .container-calcul::after {
  display: none;
}

.coin-shop .pack .tiny .container-calcul {
  display: block;
}

.coin-shop .tiny .coins-inclus {
  float: none;
  width: 100%;
}

.coin-shop .code-promo {
  float: left;
  width: 100%;
  height: auto;
}

.coin-shop .code-promo h3 {
  font-family: 'Gotham-Medium';
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 30px;
}

.coin-shop .code-promo p {
  font-family: 'Gotham-Medium';
  color: #ff3d00;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}

.coin-shop .code-promo p.error {
  font-family: 'Gotham-Book';
}

.coin-shop .code-promo p small {
  font-family: 'Gotham-Book';
  color: #ff3d00;
  font-size: 15px;
  display: block;
  margin-top: 5px;
}

.coin-shop .code-promo .code {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  color: black;
  width: 100%;
  max-width: 397px;
  margin: 10px 0;
  display: table;
  margin: 0 auto;
}

.coin-shop .code-promo .code input {
  padding: 0 15px 0 15px;
  font-family: 'Avenir-regular';
  font-size: 14px;
  outline: none;
  background: transparent;
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  border: 0;
  text-align: center;
}

.coin-shop .code-promo .cta-modify {
  display: table;
  margin: 30px auto 0 auto;
}

.coin-shop .payment .container-recap-pack {
  color: #ff3d00;
  display: table;
  margin: 30px auto 10px auto;
}

.coin-shop .payment .container-recap-pack p {
  font-family: 'Gotham-Book';
  color: #ff3d00;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}

.coin-shop .payment .container-recap-pack .total {
  font-family: 'Gotham-Medium';
  font-size: 18px;
}

.coin-shop .payment .container-recap-pack .total .number {
  text-decoration: underline;
  font-family: 'Gotham-Medium';
}
.coin-shop .payment {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.coin-shop .payment h3 {
  font-family: 'Gotham-Medium';
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: normal;
}

.coin-shop .payment p {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Avenir-regular';
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 22px;
}

.coin-shop .payment ul {
  display: table;
  width: auto;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
}

.coin-shop .payment li {
  float: left;
  margin: 0 10px;
}

.coin-shop .payment input[type='radio'] {
  display: none;
}

.coin-shop .payment input[type='radio'] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 180px;
  height: 125px;
  position: relative;
  float: left;
  border: 2px solid #bcc8d5;
  border-radius: 8px;
  cursor: pointer;
}

.coin-shop .payment input[type='radio'] + label span img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.coin-shop .payment input[type='radio']:checked + label {
  border: 2px solid #ff3d00;
}
/* ===================================================================
  *
  *  Confirmation de commande
  *
  * ------------------------------------------------------------------- */
.confirmation {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.confirmation .container {
  width: 100%;
  display: table;
  margin: 0 auto;
  text-align: center;
  max-width: 1024px;
  padding: 0 30px;
}
.confirmation ul {
  list-style: none;
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #bcc8d5;
  display: table;
  position: relative;
  margin-bottom: 50px;
}
.confirmation ul::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: #bcc8d5;
}
.confirmation li {
  width: 50%;
  height: 182px;
  float: left;
  margin-bottom: 25px;
  position: relative;
}
.confirmation .title {
  font-family: 'Gotham-Medium';
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  display: block;
  line-height: 45px;
  border-bottom: 1px solid #bcc8d5;
  margin-bottom: 25px;
}
.confirmation h3 {
  text-align: center;
  display: block;
  height: auto;
  color: black;
  font-family: 'Gotham-Bold';
  font-size: 25px;
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-weight: normal;
  margin-bottom: 10px;
}
.confirmation .coins-number {
  display: inline-block;
  font-family: 'Gotham-Bold';
  color: #ff3d00;
  font-size: 36px;
  margin: 10px auto 0 auto;
  position: relative;
  top: -3px;
}
.confirmation .coins-number:after {
  content: '';
  width: 35px;
  height: 27px;
  background: url(../img/icons/coin-orange-icon.svg) no-repeat center center;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.confirmation .price {
  font-family: 'Avenir-demi';
  font-size: 30px;
  font-weight: normal;
  color: #4a4a4a;
  display: inline-block;
  margin: 15px auto;
  position: relative;
  top: -4px;
  margin-left: 20px;
}
.confirmation .coins-bonus {
  font-family: 'Avenir-regular';
  font-size: 17px;
  font-weight: normal;
  color: #4a4a4a;
  display: block;
  margin: 0 auto;
}
.confirmation .cta-validate {
  display: table;
  margin: 0 auto;
}
.confirmation li img {
  display: block;
  position: absolute;
  top: calc(50% + 30px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.coin-shop .pack .welcome-pack .container-spacer {
  display: none;
}

.coin-shop .pack .container-spacer {
  position: relative;
  height: 120px;
}

.popup.leave {
  color: #000000;
  background-color: #ffffff;
  border: #ffffff;
  border-radius: 5px;
  text-align: center;
  max-width: 800px;
  padding: 40px 60px;
  max-height: calc(100% - 80px);
  overflow-y: scroll;
}

.popup.leave .picto img {
  padding: 0;
  height: 50px;
  width: 50px;
}

.popup.leave .title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 20px;
  color: #ff3d00;
  margin: 30px 0;
}

.popup.leave .desc {
  font-family: "Avenir-regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.popup.leave p {
  margin: 0;
  height: 40px;
}

.popup.leave li {
  padding: 0 0 0 10px;
}

.popup.leave li input {
  width: auto;
  height: 30px;
  margin: 0;
}

.popup.leave li label {
  float: none;
  padding: 0 0 0 20px;
  width: auto;
  line-height: 30px;
  font-size: 14px;

  vertical-align: center;
  margin: 0;
}

.popup.leave input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}

.popup.leave input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.popup.leave input[type="radio"]:checked + label {
  font-weight: 600;
}

.popup.leave input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  text-align: center;
  border: 1px solid #4f4f4f;
  border-radius: 100%;
}

.popup.leave input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #ff3d00;
  border-radius: 100%;
}

.popup.leave textarea {
  border: #E7E7E7 solid 1px;
  border-radius: 5px;
  width: 624px;
  height:104px;
  margin-left:30px;
  margin-bottom: 20px;
  resize: none;
  line-height: normal;
}

.popup.leave textarea:disabled {
  color: #e7e7e7;
}

.license2 {
  font-size:16px
}
.license2 a {
  text-decoration: none;
  color: white;
  font-family: 'Gotham-Medium';
}
