@charset "UTF-8";

.cont-relance-prelevement
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    z-index: 100;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    display: none;
}

.btn-fermer-success-relance-prelevement
{
    padding: 8px 25px 8px 25px;
    font-family: overpass-bold, Arial;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    text-decoration: none;
    background-color: #356795;
    color: #FFF;
}

.btn-fermer-success-relance-prelevement:hover
{
    color: #FFF;
    background-color: #121619;
    border-color: #121619;
}

.tx-relance-prelevement
{
    font-family: overpass-extrabold, Arial;
    font-size: 2.3rem;
    color: #22CA84;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.tx-relance-prelevement-text
{
    font-family: overpass-light, Arial;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.tx-merci-confiance-card
{
    font-family: overpass-bold, Arial;
    font-size: 1.3rem;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

#cont-popup-error-card
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: none;
}

#box-popup-error-card
{
    width: 960px;
    height: 290px;
    background-color: #FFF;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 4fr 1fr;
}

#cont-msg-error-card
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 15px;
    grid-column: 1 / 1;
}

#title-msg-error-card
{
    font-family: overpass-bold, Arial;
    font-size: 1.5rem;
    color: #A73333;
}

.error-card
{
    font-family: overpass-light, Arial;
    font-size: 1.2rem;
}

.btn-fermer-popup-card
{
  border: 1px solid #ddd;
    padding: 6px 25px 6px 25px;
    font-family: overpass-light, Arial;
    font-size: 1rem;
    border-radius: 8px;
    color: #4F4F4F;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-fermer-popup-card:hover 
{
    color: #FFF;
    background-color: #121619;
    border-color: #121619;
}

#center-btn-fermer-error-card
{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 40px;
    grid-column: 2 / 2;
}

#cont-patience-card
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    display: none;
}

#tx-veuillez-patienter-card
{
    font-family: overpass-extrabold, Arial;
    font-size: 2.3rem;
}

#tx-recevoir-notif-card
{
    font-family: overpass-light, Arial;
    font-size: 1.8rem;
}

#center-box-update-card {
    position: fixed;
    z-index: 20000;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    display: none;
}

#box-update-card {
    width: 1170px;
    background-color: #FFF;
    border-radius: 15px;
    height: 100%;
    overflow-y: scroll;
}

#cont-tx-paiement-secure-card
{
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.title-payment-card
{
    font-family: overpass-extrabold, Arial;
    font-size: 1.75rem;
}

.tx-secure-by-card
{
    font-size: 1.3rem;
}

.link-stripe-card
{
    font-size: 1.3rem;
    color: #22CA84;
}

.link-stripe-card:hover
{
    color: #356795;
}

.link-que-faire-card
{
    font-family: overpass-light, Arial;
    font-size: 0.95rem;
    text-decoration: none;
    color: #121619;
    margin-left: 22px;
}

.link-que-faire-card:hover
{
    text-decoration: underline;
}

#box-cb-card
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

#title-card-expired {
    font-family: overpass-extrabold, Arial;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

#message-update-card {
    background-color: #eccda5;
    border-radius: 7px;
    color: #55300a;
    padding: 15px;
    font-size: 0.95rem;
    font-family: overpass-bold, Arial;
    text-align: center;
}

#plusieurs-relances-card {
    background-color: #eebebe;
    margin-top: 10px;
    border-radius: 7px;
    padding: 9px;
    text-align: center;
    font-family: overpass-bold, Arial;
    font-size: 0.95rem;
    color: #600c0c;
    margin-bottom: 25px;
}

#center-form-update-card {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    padding-left: 30px;
}

#form-cb-card {
    display: flex;
    flex-direction: column;
    width: 60%;
}

#cont-btn-valider-update-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

#btn-valider-update-card {
    font-family: overpass-extrabold, Arial;
    font-size: 1.1rem;
    border-radius: 50px;
    text-decoration: none;
    padding: 13px 43px 13px 43px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    color: #FFF;
    background-color: #356795;
    text-align: center;
    cursor: pointer;
    width: 120px;
    margin-left: 30px;
}

#btn-valider-update-card:hover {
    background-color: #193d5e;
}

/*-------STRIPE CSS---------*/

.payment-form 
{
  width: 100%;
}

.payment-form > label {
  height: 35px;
  position: relative;
  color: #8798AB;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: overpass-light,Arial;
}

.payment-form > label > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 32px;
  color: #356795;
  border-bottom: 1px solid #586A82;
  transition: border-bottom-color 200ms ease-in-out;
  cursor: text;
  pointer-events: none;
  font-family: overpass-bold, Arial;
}

.payment-form > label > span span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0% 50%;
  transition: transform 200ms ease-in-out;
  cursor: text;
}

.payment-form > label .field + span span,
.payment-form > label .field:not(.is-empty) + span span {
  transform: scale(0.72) translateY(-36px);
  cursor: default;
}

.payment-form > label .field + span {
  border-bottom-color: #34D08C;
}

.field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #34D08C;
  outline: none;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  transition: opacity 200ms ease-in-out;
  font-size: 19px;
}

.field::-webkit-input-placeholder { color: #8898AA; }
.field::-moz-placeholder { color: #8898AA; }

/* IE doesn't show placeholders when empty+focused */
 .field:-ms-input-placeholder { color: #424770; }

.success {
  display: none;
  font-size: 15px;
}

.success.visible, .error-card.visible {
  display: inline;
}

.success {
  color: #34D08C;
}

.success .token {
  font-weight: 500;
  font-size: 15px;
}

/*-------FIN STRIPE CSS---------*/

@media screen and (max-width: 1200px)
{
    #box-update-card
    {
        width: 100%;
        border-radius: 0;
    }
}

/*rupture en dessous de tablette portrait*/
@media screen and (max-width: 959px)
{
    #box-popup-error-card
    {
        width: 100%;
    }

    #tx-veuillez-patienter-card, .tx-relance-prelevement
    {
        font-size: 1.9rem;
    }


    #tx-recevoir-notif-card, .tx-relance-prelevement-text
    {
        font-size: 1.3rem;
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*rupture smartphone*/
@media screen and (max-width: 767px)
{

    #cont-tx-paiement-secure-card
    {
        justify-content: center;
    }

    .title-payment-card
    {
        text-align: center;
    }

    .link-que-faire-card
    {
        margin-left: 0;
    }

    #form-cb-card
    {
        width: 100%;
    }

    #cont-btn-valider-update-card
    {
        width: 100%;
    }

    #title-card-expired
    {
        font-size: 1.4rem;
    }

    #center-form-update-card 
    {
        padding-right: 22px;
        padding-left: 22px;
    }

    #box-cb-card 
    {
        margin-bottom: 100px;
    }

    #btn-valider-update-card {
        margin-left: 0;
    }
}