/*
.swiper_discover{
    height: auto;
    max-height: 550px;
}
*/
.swiper-wrapper{
    height: auto ;
}
.error-border{
    border:1px solid red !important;
}
.card_stripe{
    margin: 20px 0;
}

.loader2 {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-light);
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.loader-logo { position: relative; }
.loader-logo img { display: flex; width: 150px; }
.loader-text { font-size: 18px; margin-top: 3px; }

@media only screen and (max-width: 992px) {
  .loader2 {
      height: 100dvh;
      max-height: -webkit-fill-available !important;
  }
}

.calque{
        
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #212529ad;
    z-index: 999;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
              justify-content: center;
      width: 100vw;
      height: 100vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
    display: none ; 
}
.loader {
    color: #FFF;
  position: relative;
  width: 65px;
  height: 65px;
  -webkit-animation: roa 1.5s ease-in-out infinite;
          animation: roa 1.5s ease-in-out infinite;
}
.loader span {
  background-color: #FFF;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: loader-animate 1s infinite linear;
          animation: loader-animate 1s infinite linear;
}
.loader span:nth-child(1) {
  top: 25px;
  left: 0;
}
.loader span:nth-child(2) {
  top: 8px;
  left: 8px;
}
.loader span:nth-child(3) {
  top: 0;
  left: 25px;
}
.loader span:nth-child(4) {
  top: 8px;
  left: 42px;
}
.loader span:nth-child(5) {
  top: 25px;
  left: 50px;
}
.loader span:nth-child(6) {
  top: 42px;
  left: 42px;
}
.loader span:nth-child(7) {
  top: 50px;
  left: 25px;
}
.loader span:nth-child(8) {
  top: 42px;
  left: 8px;
}
.loader + h3 {
     color: #FFF;
  margin-top: 20px;
  text-transform: uppercase;
}

.loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loader span:nth-child(2) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.loader span:nth-child(3) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.loader span:nth-child(4) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.loader span:nth-child(5) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.loader span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loader span:nth-child(7) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

.loader span:nth-child(8) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

@-webkit-keyframes loader-animate {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loader-animate {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes roa {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes roa {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}






/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.stripeBlock{
    /*background:#ddd;*/
    background: #fff;
    padding: 25px;
}

#card-errors{
    
    color: red;
    margin: 20px 0;
}



.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px
}
.ribbon {
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Montserrat Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  line-height: 15px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  right: -11px;
  top: 10px;
  width: 100px;
  height: 28px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  background-color: #dedede;
  background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
  background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
  background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0)
}

.ribbon:before,
.ribbon:after {
  content: "";
  border-top: 3px solid #9e9e9e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px
}

.ribbon:before {
  left: 0
}

.ribbon:after {
  right: 0
}


.ribbon.red {
  z-index:2;
  background: var(--color-primary-1);
  /*background-color: #bc1a3a;
  background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
  background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
  background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)*/
}

.ribbon.red:before,
.ribbon.red:after {
  /*border-top: 3px solid #8f142c*/
  border-top: 3px solid var(--color-primary-1);
}
