.kr-embedded .kr-checkbox-input-wrapper .kr-field-control .kr-checkbox-label {
    color: #777;
    font-size: 11px;
    padding: 10;
    position: absolute;
    width: 220px;
    top: -9px;
}
.contact-form {
  margin-top: 30px;
}
.text-italic{
  font-style: italic;
}
.form .form-control{
  line-height: 40px;
}
.contact-form .input-block {
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: #F7F2EC;
  border:0px;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding-left: 19px;
}

.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
    position: absolute;
    left: 18px;
    top: 21px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    font-size: 14px;
    line-height: 10px;
    font-family: "Karla", sans-serif;
    color: #A18D83 !important;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}

#popCarteRechargement .container-pop{
  width:800px;
  left:50%;
  margin-left:-400px;
}

#paymentForm{
  margin: auto;
}
.alias{
  margin-bottom: 20px;
}
  .compte .block_action .alias .number-alias {
      position: relative;
      width: 310px;
      text-align:center;
  }
  .br{
      border:1px solid red !important;
  }
  .mar{
      margin:0 0 20px
  }
  .carte_a_defaut{
      display : none !important;
      font-family: Karla;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
     
      text-transform: uppercase;
      line-height: 32px;
  }

  .carte{
      background:#FF6953;
      color : #FFF;
  }
  .carte img{
      background:#FFF;
      border-radius:5px;
  }
  .carte a{
      color : #FFF !important;
  }
 
  .carte .carte_a_defaut{
      display:block !important;
  }
  .carte .use_alias_R{
      display:none !important;
  }

  .etape_montant p {
    font-size: 14px;
  }
  .disabled{
      /* 
        background: #e8e6e6 !important;
        color : #8b8a8a;
        opacity: 0.6;
      */
  }
  .disabled .title_3{
    color : #a18d83;
  }
  .disabled p{
    color :  #a18d83;
  }
  .disabled .block_paiement p{
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
  }
  .tuto{
      width:100%;
      margin-top:30px;
  }
  #paymentForm{
  margin: auto;
}
.alias{
  margin-bottom: 20px;
}

  .blockActionRa{
      position: relative;
  }
  .blockActionRa .modifyRa{
      color: #FF6953;
  }
  #showConsent span{
      /* color : #FF6953 ;  */
  }
   #showConsent {
     font-size: 14px;
  }
  .btn-cancel{
      width: 80px !important;
      color: #a28d83 !important;
      border-color: #f7f2ed !important;
  }
  .btn-cancel:hover{
      color:#FFF  !important;
  }
  .btn-cancel2{
    width: auto !important;
    color: #a28d83 !important;
    border-color: #f7f2ed !important;
}
.btn-cancel2:hover{
    color:#FFF  !important;
}

.binfo{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ff6954;
  color: #FFF;
  padding: 10px 0;
  z-index: 9;
  text-align: center;
}
.binfo a{
  color: #FFF;
} 

.goAdmin {
  position: absolute;
  top: 60px;
  right: 30px;
}



 .banner{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    background: #ff6954;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9999;
    color: #FFF;
    text-align: center;

    /* Ombre sous le bandeau */
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.banner {
    transition: opacity 0.5s ease, max-height 0.5s ease;
    opacity: 1;
    max-height: 50px; /* hauteur du bandeau */
    overflow: hidden;
}

.banner.hidden {
    opacity: 0;
    max-height: 0;
}
.banner-text {
    display: inline-block;
   
    font-weight: bold;
}

.banner-defilant .banner-text{
  padding-left: 100%; /* Décalage avant entrée */
  animation: scroll-left 30s linear infinite;
}

/* Pause quand la souris est dessus */
.banner-text:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.has_banner .connected .sidebar .in {
  padding-top: 50px;
}

.has_banner .connected .contain .inner {
  padding-top: 80px;
}

@media screen and (max-width: 500px) {
  .banner {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex; align-items: center; justify-content: center;
    box-shadow: none;               /* plus de shadow barre */
    white-space: normal;            /* on casse les lignes */
    height: auto; line-height: normal;
    max-height: 100vh;              /* pour l’anim .hidden */
  }

  /* Le contenu devient une carte */
  .banner .banner-text {
    animation: none;
   
    padding: 40px 24px;
    max-width: 520px;
    width: 70%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
    position: relative;
    font-weight: 600;
    background: #F7F2EC;
    border-radius: 20px;
    /* width: 100%; */
   

    position: relative;
    font-family: Karla;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #FF6953;
  }

  /* Croix décorative (HTML inchangé). 
     Si tu as déjà un JS de fermeture, il continue de marcher; sinon elle reste visuelle. */
  .banner .banner-text::after {
    content: "✕";
    position: absolute; top: 10px; right: 14px;
    font-size: 20px; color: #FF6953; cursor: pointer;
    transition: color .2s ease;
  }
  .banner .banner-text::after:hover { color: #FF6953; }

  /* Transition fluide à la fermeture via .hidden (gérée par ton JS existant) */
  .banner { transition: opacity .35s ease, transform .35s ease; }
  .banner.hidden { opacity: 0; transform: scale(.98); }


  .banner .banner-text {
    position: relative;
  }

  .banner .banner-text::after {
    content: "✕";
    position: absolute; top: 10px; right: 14px;
    font-size: 20px; color: #FF6953;
    pointer-events: none; /* ← le pseudo ne capte pas le clic */
  }

  /* On rajoute une zone cliquable par-dessus */
  .banner .banner-text::before {
    content: "";
    position: absolute; top: 5px; right: 5px;
    width: 30px; height: 30px;
    cursor: pointer;
  }

#svg_number_change svg{
  color-scheme: light; /* dit au navigateur : toujours clair */
}






  .btn-cancel2{
    width: 100% !important;
    margin-top: 10px;
  }

  #showAuto .block_paiement{
    display: block !important;
    z-index: 9;
  }

  #showAuto  .alias {
    position: relative;
    height: 75px;
    padding: 0;
    display: block;
    line-height: 75px;
    text-align: center;
  }
  #showAuto  .number {
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: red; */
    right: 0;
    top: -10px;
    padding: 0;
  }
 #showAuto  .alias .number-alias {
    position: absolute;
    left: 0;
    top: 13px;
    /* background: red; */
    right: 0;
    text-align: center;
    padding: 0;
    width: 100%;
 }
 #showAuto .carte  .number-alias{
  top: 35px;
 }
 #showAuto  .btn-compte-white {
    margin-bottom: 20px;
  }
  #showAuto .input{
    width: 100%;
    padding: 0px;
  }
  #showAuto .title_2{
    color: #FF6953;
  }

  .header_mobile{
    /*top: 50px; */
  }
  .header_mobile_in{
    /*top: 100px;*/
  }
  .compte .connected .contain{
    /* margin-top: 60px;*/
  }
  .binfo{
    padding: 11px;
    font-size: 14px;
  }
  .compte .block_paiement{
    /* top: 105px; */
  }
}

