/*For general view*/

html {
  scroll-behavior: smooth;
}

a {
outline:none;
}

a:hover{
	text-decoration: none;
}

button {
  outline: none !important;
}

body {
  margin: 0;
  height: auto;
  position: relative;
  background: #000; /* couleur de fond de base */
  overflow: auto;
}

/* Le fond dégradé flouté */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at top center,
    rgba(154, 77, 255, 1) 0%,   /* violet lumineux */
    rgba(50, 0, 102, 0.9) 40%,  /* violet profond */
    rgba(10, 0, 25, 1) 100%     /* presque noir */
  );
  filter: blur(30px); /* le blur s’applique seulement au background */
  z-index: -1; /* met le fond derrière le contenu */
}


video.loading {
    pointer-events: none;
}

video.loading::-webkit-media-controls-panel {
    display: none !important;
    opacity: 0 !important;
}

video.loading::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* Cacher volume */
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-volume-control-container {
  display: none !important;
}


.bouton1{
  background: #FC342B !important;
  background: -webkit-linear-gradient(90deg, rgba(252, 52, 43, 1) 0%, rgba(253, 52, 43, 1) 35%, rgba(248, 51, 155, 1) 100%) !important;
  background: -moz-linear-gradient(90deg, rgba(252, 52, 43, 1) 0%, rgba(253, 52, 43, 1) 35%, rgba(248, 51, 155, 1) 100%) !important;
  background: linear-gradient(90deg, rgba(252, 52, 43, 1) 0%, rgba(253, 52, 43, 1) 35%, rgba(248, 51, 155, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FC342B", endColorstr="#F8339B", GradientType=1);
  color: #fff !important;
  border: solid 1px rgba(255, 255, 255, .5);
  border-radius: 30px; 
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.bouton1:hover{
  background: #fff !important;
  color: inherit !important;
}

.bouton2{
  background: none !important;
  border: solid 1px rgba(255, 255, 255, .5);
  color: #fff !important;
  border-radius: 30px; 
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.bouton2:hover{
  background: #fff !important;
  color: #222 !important;
}

.bouton3{
  font-family: DynaPuff;
  background: #571E9B !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.bouton3:hover{
  background: #FC342B !important;
}

.bouton4{
  font-family: DynaPuff;
  background: #FC342B !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.bouton4:hover{
  background: #571E9B !important;
}

.bouton5{
  font-family: DynaPuff;
  background: #571E9B !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.bouton6{
  font-family: DynaPuff;
  background: #FC342B !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.bouton5:hover{
  opacity: .7;
}

.bouton6:hover{
  opacity: .7;
}

.bouton-play1{
  background: #571E9B !important;
  color: #fff !important;
  font-size: 20px;
  padding: 0;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  transition: all .3s;
}

.bouton-play1:hover{
  background: #fff !important;
  color: #571E9B !important;
}

.bouton-unlock{
  background: #571E9B !important;
  color: #fff !important;
  border-radius: 30px;
  transition: all .3s;
}

.bouton-unlock:hover{
  background: #fff !important;
  color: #222 !important;
}


.movie-thumbnail{ 
  border-radius: 10px; 
  min-height: 250px;
  border: solid 1px rgba(173, 122, 234, .7);
}

.p-movie-thumbnail {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.over-thumbnail{
  position: absolute; 
  height: 100%; 
  border-radius: 10px; 
  opacity: 0; 
  transition: all .3s;
  background: #FC342B;
  background: linear-gradient(4deg, rgba(252, 52, 43, 1) 0%, rgba(253, 52, 43, 0.81) 35%, rgba(248, 51, 155, 0.45) 100%);
}

.over-thumbnail:hover{
  opacity: 1 !important;
}

.badgetype1{
  border-radius: 3px;
  font-weight: normal;
  background: #571E9B;
}

.badgetype2{
  border-radius: 0px 10px 0px 10px;
  font-weight: normal;
  background: #571E9B;
  font-size: 15px;
  height: 30px;
  width: 30px;
  padding-top: 6px;
  padding-left: 8px;
}

.badgetype3{
  position: absolute;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  border-radius: 0px 10px 0px 10px;
  font-weight: normal;
  background: #571E9B;
  font-size: 8px;
  height: 20px;
  width: 20px;
  padding: 0;
  transition: all .3s;
}

.badge-user{
  position: fixed; 
  z-index: 999;
  top: 0; 
  right: 0; 
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 30px; 
  margin-right: 30px;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background: rgba(173, 122, 234, .2);
  color: #fff;
  font-size: 30px;
  padding: 0;
  cursor: pointer;
}

.dropdown-menu-user {
  display: none;
  position: fixed;
  right: 0;
  top: 80px;
  margin-right: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  width: 230px;
  padding: 20px;
  padding-bottom: 15px;
  text-align: left;
  z-index: 999;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 18px rgba(87, 30, 155,.8);
}


.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modalAccount .modal-dialog{
  width: 70%;
}


/* Close button */
.modal-close {
  position: absolute;
  right: 0;
  margin-right: 15px;
  padding-left: 7px;
  height: 30px;
  width: 30px;
  background: transparent;
  border: solid 1px;
  border-radius: 100%;
  font-size: 24px;
  line-height: 1.15;
  cursor: pointer;
  color: #666;
}


/* Modal principal */
  .shorts-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.95);
    justify-content: center;
    align-items: center;
  }

  .shorts-content {
    position: relative;
    width: 371px;
    height: 610px;
    scroll-snap-type: y mandatory;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
  }

  #shortsContainer{
    height: 610px;
  }

  .shortsInner{
    height: 610px;
  }

  .shorts-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scroll-snap-align: start;
    display: block;
  }

  /* Superposition sur les vidéos bloquées */
.locked-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px; 
  transition: all .3s;
  background: #FC342B;
  background: linear-gradient(4deg, rgba(252, 52, 43, 1) 0%, rgba(253, 52, 43, 0.81) 35%, rgba(248, 51, 155, 0.45) 100%);
}


  /* Cacher complètement les contrôles natifs des vidéos bloquées */
.shorts-video[data-locked="true"]::-webkit-media-controls {
  display: none !important;
}

.shorts-video[data-locked="true"]::-webkit-media-controls-enclosure {
  display: none !important;
}

  /* Bouton de fermeture */
  .close-btn {
    position: absolute;
    top: 15px;
    left: 25px;
    background: rgba(255,255,255,0.8);
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 25px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  /* Boutons navigation */
  .nav-btn {
    position: absolute;
    margin-left: 440px;
    background: rgba(255,255,255,0.3);
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s;
  }

  .nav-btn:hover {
    background: rgba(255,255,255,0.6);
  }

  .up-btn { 
    margin-top: -33px;
   }
  .down-btn {
    margin-top: 33px;
  }

  .list-ep{
    top: 85%;
    transform: translateY(0%);
  }

  .contbutlep{
    position: absolute;
    margin-left: 440px;
    bottom: 0;
    margin-bottom: 30px;
  }

  .butlistep{
    background: rgba(255,255,255,0.3);
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: background 0.3s;
  }

  .butlistep:hover {
    background: rgba(255,255,255,0.6);
  }

  .bottom-text1{
    margin-top: 5px;
    font-family: Source Sans Pro; 
    color: #eee; 
    text-align: center; 
  }

  .contbutcred{
    position: absolute;
    margin-left: 440px;
    top: 0;
    margin-top: 30px;
  }

  .butsoldcred{
    background: rgba(87, 30, 155, 1);
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: background 0.3s;
  }

  .butsoldcred:hover {
    background: rgba(87, 30, 155, 0.7);
  }

  .butabonnement{
    background: rgba(252, 52, 43, 1);
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: background 0.3s;
  }

  .butabonnement:hover {
    background: rgba(252, 52, 43, 0.7);
  }

  .bottom-text2{
    margin-top: 5px;
    font-family: Source Sans Pro; 
    color: #eee; 
    text-align: center; 
  }

  .eps-content{
    position: absolute;
    width: 100%;
    height: 100%;
    margin-right: -200%;
    z-index: 99999;
  }

  .eps-content-div{
    position: absolute;
    right: 0;
    width: 380px;
    padding: 10px;
    border-radius: 20px 0px 0px 20px;
    background: #290454;
    background: linear-gradient(258deg, rgba(41, 4, 84, 1) 4%, rgba(218, 51, 248, 1) 100%);
    height: 95%;
    top: 50%;
    transform: translateY(-50%);
  }

  .box-ep{
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    height: 50px;
    width: 50px;
    margin: 10px;
    color: #300778;
    font-size: 18px;
    float: left;
    font-weight: normal;
    cursor: pointer;
  }

  .bars {
   position: relative;
   margin-left: 1.5px;
   height: 20px;
   width: 20px;
}

.bar {
   background: #FD342B;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;      
    border-radius: 60px;
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 17px;        
    }
}

.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 9px; animation-duration: 407ms; }
.bar:nth-child(4)  { left: 13px; animation-duration: 458ms; }
.bar:nth-child(5)  { left: 17px; animation-duration: 400ms; }
.bar:nth-child(6)  { left: 21px; animation-duration: 427ms; }
.bar:nth-child(7)  { left: 25px; animation-duration: 441ms; }
.bar:nth-child(8)  { left: 29px; animation-duration: 419ms; }
.bar:nth-child(9)  { left: 33px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 37px; animation-duration: 442ms; }


.form-login input{
  height: 50px;
  font-size: 16px;
}

.form-login input:active{
  border-color: #571E9B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87, 30, 155,.6);
}

.form-login input:focus{
  border-color: #571E9B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87, 30, 155,.6);
}

.form-signup input{
  height: 50px;
  font-size: 16px;
}

.form-signup input:active{
  border-color: #FC342B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(252, 52, 43,.6);
}

.form-signup input:focus{
  border-color: #FC342B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(252, 52, 43,.6);
}

.accountForm input{
  height: 50px;
  font-size: 16px;
}

.accountForm input:active{
  border-color: #571E9B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87, 30, 155,.6);
}

.accountForm input:focus{
  border-color: #571E9B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87, 30, 155,.6);
}

.input-code{
  height: 50px;
  font-family: Source Sans Pro;
  font-weight: 900; 
  font-size: 25px; 
  color: #FC342B; 
  text-align: center; 
  letter-spacing: 5px;
}

.input-code::-webkit-outer-spin-button,
.input-code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-code[type=number] {
  -moz-appearance: textfield;
}

.input-code:active{
  border-color: #FC342B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(252, 52, 43,.6);
}

.input-code:focus{
  border-color: #FC342B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(252, 52, 43,.6);
}

.input-code::placeholder{
  font-size: 14px;
  color: #ccc;
  font-weight: 400;
  letter-spacing: 0px;
  bottom: 20px !important;

}


/* Overlay (fond sombre) */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  z-index: 1040;
  transition: opacity .28s ease, visibility .28s;
}

/* Drawer panel */
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 450px;                 /* desktop width */
  max-width: 95%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 4px 0 24px rgba(0,0,0,.12);
  transform: translateX(-110%); /* start off-screen */
  transition: transform .34s cubic-bezier(.2,.9,.25,1);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  outline: none;
}

/* Header */
.drawer-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Close button */
.drawer-close {
  height: 30px;
  width: 30px;
  background: transparent;
  border: solid 1px;
  border-radius: 100%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  margin-top: -16px;
}

/* Body */
.drawer-body {
  padding: 18px;
  padding-top: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}


/* Links */
.drawer-link {
  display:block;
  padding:10px 0;
  color:#333;
  text-decoration:none;
  font-family: Source Sans Pro;
}
.drawer-link:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,.03); }

/* Open state classes (JS will toggle them) */
.drawer-open .drawer {
  transform: translateX(0); /* visible */
}
.drawer-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

/* Responsive : full width on small screens */
@media (max-width: 480px) {
  .drawer { width: 100%; }
}


/* Sélecteur de crédits */
.credit-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.credit-selector input {
  width: 100px;
  text-align: center;
  font-size: 18px;
  padding: 6px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.btn-qty {
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 1;
  background: #eee;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-qty:hover {
  background: #ddd;
}

/* Packs défilants */
.credit-packs-container {
  position: relative;
  overflow: hidden;
}

.credit-packs {
  display: flex;
  gap: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 0;
}

.pack {
  flex: 0 0 auto;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pack:hover,
.pack.active {
  background-color: #571E9B;
  color: #fff;
  border-color: #571E9B;
}

/* Flèches */
.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: .5;
  transition: 0.2s;
}

.arrow-btn:hover {
  opacity: 1;
}

.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
}

.credit-champs{
  color: #571E9B;
}

.credit-champs::-webkit-outer-spin-button,
.credit-champs::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.credit-champs[type=number] {
  -moz-appearance: textfield;
}

.credit-champs:disabled {
  background-color: #fff; /* A light grey background */
  color: #571E9B; /* A lighter grey text color */
}


.country-select-wrapper {
  position: relative;
  width: 100px;
  font-family: 'Source Sans Pro', sans-serif;
  user-select: none;
}

.country-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.country-selected:hover {
  border-color: #888;
}

.flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 8px;
}

.country-code {
  flex-grow: 1;
  color: #333;
  font-weight: 500;
}

.arrow {
  color: #888;
  font-size: 12px;
  margin-left: 8px;
}

.country-options {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  display: none;
  z-index: 10;
  max-height: 180px;
  overflow-y: auto;
}

.country-option {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.country-option:hover {
  background: #f5f5f5;
}

.country-option img {
  width: 20px;
  height: 20px;
  border-radius: 100ù;
  margin-right: 10px;
}

.country-option span {
  color: #333;
  font-size: 14px;
}

/* --- Conteneur des opérateurs --- */
.payment-options {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

/* --- Style des inputs radio cachés --- */
.payment-options input[type="radio"] {
  display: none;
}

/* --- Label cliquable (image circulaire) --- */
.payment-options label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.3s ease;
}

.payment-options label img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

/* --- Effet sélectionné --- */
.payment-options input[type="radio"]:checked + label {
  border-color: #571E9B;
  box-shadow: 0 0 10px rgba(0, 200, 83, 0.5);
  transform: scale(1.05);
}


.teluser{
  flex: 2; 
  font-family: Source Sans Pro; 
  padding-left: 0; 
  border: none !important; 
  box-shadow: none !important;
}

.input-idt input{
  height: 40px;
}

.input-idt input:focus{
  border: solid 1px #571E9B !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87, 30, 155,.6);
}

.input-tel{
  height: 40px;
}

.input-tel:has(.teluser:focus) {
  border: solid 1px #571E9B !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87, 30, 155,.6);
}


/* 🌒 Overlay semi-transparent */
#paymentOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 💫 Conteneur central */
.overlay-content {
  background: #fff;
  border-radius: 16px;
  padding: 25px 25px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
  width: 320px;
}

/* Spinner d’attente */
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #571E9B;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Icônes success/erreur */
.icon-success, .icon-error {
  font-size: 40px;
  margin-bottom: 10px;
  display: none;
}

.icon-success { color: #2ecc71; }
.icon-error { color: #e74c3c; }

/* Texte */
#overlayMessage {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

/* Bouton fermer en cas d’erreur */
#overlayCloseBtn {
  display: none;
}


.unlock-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.unlock-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  width: 85%;
  max-width: 320px;
  box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
.unlock-text {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}


.auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.auth-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  width: 85%;
  max-width: 320px;
  box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
.auth-text {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

#myTabs li a{
  border-radius: 10px 10px 0px 0px;
  color: #FC342B;
  opacity: .7;
  background: #eee;
}

#myTabs .active a {
  background: #571E9B;
  color: #fff;
  opacity: 1;
}


#myTabs2 li a{
  color: #aaa;
  border: none;
}

#myTabs2 li a:hover {
  background: #fff;
  border: none;
  box-shadow: none;
}

#myTabs2 .active a{
  color: #571E9B;
  border: solid 1px #ccc;
  border-bottom: none;
}

#myTabs2 .active a:hover{
  border: solid 1px #ccc;
  border-bottom: none;
  box-shadow: none;
}



.badge-formule{
  position: absolute; 
  right: 0; 
  border-radius: 0px 8px 0px 10px; 
  background: rgba(255, 255, 255, .5); 
  padding: 5px; 
  padding-left: 8px; 
  padding-right: 8px; 
  font-size: 10px; 
  font-family: Source Sans Pro; color: #222
}


/* --- Conteneur des opérateurs --- */
.subsc-options {
   display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
}

/* --- Style des inputs radio cachés --- */
.subsc-options input[type="radio"] {
  display: none;
}

/* --- Label cliquable (image circulaire) --- */
.subsc-options label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 13px;
  padding: 5px;
  transition: all 0.3s ease;
}


/* --- Effet sélectionné --- */
.subsc-options input[type="radio"]:checked + label {
  border-color: #571E9B;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87, 30, 155,.6);
}

#menu-footer{
  list-style-type: none;
  display: inline-block;
  padding: 0;
}

#menu-footer li{
  float: left;
}

#menu-footer li a{
  color: #fff;
  opacity: .7;
}

#menu-footer li a:hover{
  opacity: 1;
}


#toastContainer {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
}

.toast-alert {
    min-width: 260px;
    padding: 12px 18px;
    border-radius: 6px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    opacity: 0;
    animation: slideIn 0.4s forwards;
}

.toast-alert .close {
    color: #fff;
    opacity: 0.8;
    margin-left: 10px;
    cursor: pointer;
}

.toast-success { background: #28a745; }
.toast-danger { background: #dc3545; }
.toast-warning { background: #ffc107; color: #333; }
.toast-warning .close { color: #333; text-shadow: none; box-shadow: none; }
.toast-info { background: #17a2b8; }

/* Animation d'apparition */
@keyframes slideIn {
    from { opacity: 0; transform: translateY(-120%); }
    to { opacity: 1; transform: translateY(20%); }
}

/* Animation de disparition */
@keyframes slideOut {
    from { opacity: 1; transform: translateY(20%); }
    to { opacity: 0; transform: translateY(-120%); }
}


.vloader{
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: pulse 1s infinite ease-in-out;
  display: none;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.6;
  }
}

.toptab{
  color: #FC342B; 
  font-family: Source Sans Pro; 
  font-weight: 600;  
  padding-top: 7px; 
  padding-bottom: 7px
}

.rowcell{
  color: #444; 
  font-family: Source Sans Pro; 
  padding-top: 7px; 
  padding-bottom: 7px
}


/* From Uiverse.io by Galahhad */ 
.switch {
  /* switch */
  --switch-width: 46px;
  --switch-height: 24px;
  --switch-bg: rgb(131, 131, 131);
  --switch-checked-bg: rgba(252, 52, 43, 1);
  --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
  --switch-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  /* circle */
  --circle-diameter: 18px;
  --circle-bg: #fff;
  --circle-shadow: 1px 1px 2px rgba(146, 146, 146, 0.45);
  --circle-checked-shadow: -1px 1px 2px rgba(163, 163, 163, 0.45);
  --circle-transition: var(--switch-transition);
  /* icon */
  --icon-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  --icon-cross-color: var(--switch-bg);
  --icon-cross-size: 6px;
  --icon-checkmark-color: var(--switch-checked-bg);
  --icon-checkmark-size: 10px;
  /* effect line */
  --effect-width: calc(var(--circle-diameter) / 2);
  --effect-height: calc(var(--effect-width) / 2 - 1px);
  --effect-bg: var(--circle-bg);
  --effect-border-radius: 1px;
  --effect-transition: all .2s ease-in-out;
}

.switch input {
  display: none;
}

.switch {
  display: inline-block;
}

.switch svg {
  -webkit-transition: var(--icon-transition);
  -o-transition: var(--icon-transition);
  transition: var(--icon-transition);
  position: absolute;
  height: auto;
}

.switch .checkmark {
  width: var(--icon-checkmark-size);
  color: var(--icon-checkmark-color);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.switch .cross {
  width: var(--icon-cross-size);
  color: var(--icon-cross-color);
}

.slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--switch-width);
  height: var(--switch-height);
  background: var(--switch-bg);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: var(--switch-transition);
  -o-transition: var(--switch-transition);
  transition: var(--switch-transition);
  cursor: pointer;
}

.circle {
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  background: var(--circle-bg);
  border-radius: inherit;
  -webkit-box-shadow: var(--circle-shadow);
  box-shadow: var(--circle-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  z-index: 1;
  position: absolute;
  left: var(--switch-offset);
}

.slider::before {
  content: "";
  position: absolute;
  width: var(--effect-width);
  height: var(--effect-height);
  left: calc(var(--switch-offset) + (var(--effect-width) / 2));
  background: var(--effect-bg);
  border-radius: var(--effect-border-radius);
  -webkit-transition: var(--effect-transition);
  -o-transition: var(--effect-transition);
  transition: var(--effect-transition);
}

/* actions */

.switch input:checked+.slider {
  background: var(--switch-checked-bg);
}

.switch input:checked+.slider .checkmark {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.switch input:checked+.slider .cross {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.switch input:checked+.slider::before {
  left: calc(100% - var(--effect-width) - (var(--effect-width) / 2) - var(--switch-offset));
}

.switch input:checked+.slider .circle {
  left: calc(100% - var(--circle-diameter) - var(--switch-offset));
  -webkit-box-shadow: var(--circle-checked-shadow);
  box-shadow: var(--circle-checked-shadow);
}



/* ]100px ; 1500px], +100% */

@media only screen and (min-width : 100px) and (max-width : 1500px) {
  
}

/* ] -- ; 1200px], 133% | +133% */

@media only screen and (max-width : 1200px) {
  
}

/* ]1700px ; 3000px], -100% */

@media only screen and (min-width : 1700px) and (max-width : 3000px) {
  
}

/*For mobile view*/

@media only screen and (min-width : 100px) and (max-width : 1199px) {

  .mob0{
    padding: 0 !important;
  }
	
  .mob1{
    font-size: 16px !important;
  }

  .mob2{
    padding: 0 !important;
    margin-top: 30px !important;
  }

  .mob3{
    padding: 0 !important;
  }

  .mob4{
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mob5{
    padding-top: 15px !important;
  }

  .mob6{
    height: 100% !important;
    width: 100% !important;
    border-radius: 0% !important;
  }

  .mob7{
    height: 100% !important;
    width: 100% !important;
  }

  .mob8{
    font-size: 12px !important;
  }

  .mob9{
    padding: 0 !important
  }
	
  .mob10{
    font-size: 14px !important;
  }

  .mob11{
    margin-left: inherit !important;
    right: 0 !important;
    margin-right: 15px !important;
    margin-bottom: 50px !important;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s !important;
  }

  .mob12 {
    margin-left: inherit !important;
    right: 0 !important;
    margin-right: 15px !important;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s !important;
  }

  .mob12:hover{
    background: rgba(255,255,255,0.3) !important;
  }

  .mob13 { 
    margin-top: -33px;
   }
  .mob14 {
    margin-top: 33px;
  }

  .mob15{
    width: 84% !important;
  }

  .mob16:hover{
    background: rgba(255,255,255,0.3) !important;
  }

  .mob17{
    position: relative !important;
    height: auto !important;
  }

  .mob18{
    min-height: 300px !important;
  }

  .mob19{
    min-height: 300px !important;
    padding-top: 50px !important;
  }

  .mob20{
    min-height: 300px !important;
    border-radius: 5px 5px 0px 0px !important;
    padding-top: 15px !important;
  }

  .mob21{
    display: none !important;
  }

   .mob22{
    height: auto !important;
    min-height: 100px !important;
  }

  .mob23{
    display: none !important;
  }

  .mob24{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }

  .mob25{
    padding-left: 15px !important; 
    padding-right: 15px !important;
    margin-top: -150px !important;
    min-height: 300px !important;
  }

  .mob26{
    display: none !important;
  }

  .mob27{
    display: block !important;
  }

  .mob28{
    margin-top: 15px !important;
  }

  .mob29{
    width: 100% !important;
    max-width: 100% !important;
  }

  .mob30{
    margin-top: 15px !important; 
    margin-right: 15px !important;
  }

  .mob31{
    margin-right: 15px !important;
    top: 65px !important;
  }

  .mob32 {
    height: 25px !important;
    width: 25px !important;
    font-size: 20px !important;
    margin-top: -14px !important;
  }

  .mob33{
    width: 110% !important;
    margin-left: 5px !important;
    padding-bottom: 30px !important;
    min-height: 100px !important;
  }

  .mob34 {
    gap: 0px !important;
  }

  .mob35{
    margin:13px 0 !important;
  }

  .mob36 {
    margin-left: inherit !important;
    right: 0 !important;
    margin-right: 15px !important;
    margin-top: 15px !important;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s !important;
  }

  .mob37{
    color: #eee !important;
  }

  .mob38{
    color: #eee !important;
  }

  .mob39{
    min-height: 220px !important;
  }

}

