﻿/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

.zoneDeSignature_div .bootstrap-select > .dropdown-toggle.bs-placeholder, .zoneDeSignature_div .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .zoneDeSignature_div .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .zoneDeSignature_div .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #272727 !important;
}

/* ~~ Checkboxes ~~ */
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore) {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child {
            position: relative;
            width: 28px;
            height: 28px;
            border-radius: 3px;
            transform: scale(1);
            vertical-align: middle;
            border: 1px solid #e1e1e1;
            transition: all 0.2s ease;
            background-color: #e1e1e1;
        }

            .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child svg {
                position: absolute;
                top: 7px;
                left: 4px;
                fill: none;
                stroke: #FFFFFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

            .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child:before {
                content: "";
                width: 28px;
                height: 28px;
                background: var(--green);
                display: block;
                transform: scale(0);
                opacity: 1;
                border-radius: 50%;
            }

        .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):last-child {
            padding-left: 8px;
        }

    .cbx:hover span:not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child {
        /*border-color: var(--green);*/
    }

.inp-cbx:checked + .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child {
    background: var(--green);
    border-color: var(--green);
    animation: wave 0.4s ease;
}

    .inp-cbx:checked + .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked + .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

.inp-cbx:checked:disabled + .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child {
    background: rgba(86, 185,138,1);
    border-color: rgba(86, 185,138,1);
    animation: wave 0.4s ease;
}

    .inp-cbx:checked:disabled + .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked:disabled + .cbx span:not(.compensatoire-prerequis-paiement):not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.libelle-reponse {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4a4a4a;
}

/* ~~~~~~~~~~~~~~~~ */

#libelle-theme1, #libelle-theme2, #libelle-theme3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #252253;
    margin-bottom: 29px;
}

#modalPaiement #progressbar-modalPaiement {
    border: none;
    background-color: rgba(74, 74, 74, .1);
    width: 20%;
    height: 5px;
    border-radius: 0;
}

    #modalPaiement #progressbar-modalPaiement .ui-progressbar-value {
        border: 1px solid var(--green);
        background: var(--green);
        color: #333;
        font-weight: bold;
        height: 5px;
        margin: 0;
        margin-left: 0;
        border-radius: 0;
    }

#resumeTwoPaiementModal #progressbar-resumePaiement {
    border: none;
    background-color: rgba(74, 74, 74, .1);
    width: 20%;
    height: 5px;
    border-radius: 0;
}

    #resumeTwoPaiementModal #progressbar-resumePaiement .ui-progressbar-value {
        border: 1px solid var(--green);
        background: var(--green);
        color: #333;
        font-weight: bold;
        height: 5px;
        margin: 0;
        margin-left: 0;
        border-radius: 0;
    }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(39, 39, 39, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(39, 39, 39, 0.6);
    outline: 0 none;
}

#formulaire_infos_perso label,
#formulaire_cb label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--neutral600);
    margin-bottom: 8px;
}

/*.dropdwn button {*/
/*    width: 100%;*/
/*    height: 45px;*/
/*    line-height: 45px;*/
/*    border-radius: 10px;*/
/*    background-color: #ffffff;*/
/*    border: 1.5px solid #D1D1D6;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    line-height: inherit;*/
/*    letter-spacing: normal;*/
/*    color: #272727;*/
/*}*/

#code-avantage::placeholder {
    color: #4a4a4a;
    opacity: .4; /* Firefox */
}

#code-avantage:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4a4a4a;
    opacity: .4; /* Firefox */
}

#code-avantage::-ms-input-placeholder { /* Microsoft Edge */
    color: #4a4a4a;
    opacity: .4; /* Firefox */
}

/* ~~ Icones type CB ~~ */
.pf {
    color: #252253;
}

.pf-mastercard-alt, .pf-discover, .pf-diners-alt {
    font-size: 22px;
}

.pf-american-express-alt, .pf-jcb {
    font-size: 18px;
}

#secure {
    font-size: 14px;
    color: #252253;
}

#savePaiement,
#goPaiementAlma,
#goToPayement,
#showPrerequis {
    /*background-color: #5771ff !important;
    border: 1px solid #5771ff !important;*/
    background-color: var(--green) !important;
    border: 1px solid var(--green) !important;
    color: #fff !important;
}
    #savePaiement:disabled,
    #goPaiementAlma:disabled,
    #goToPayement:disabled,
    #showPrerequis:disabled {
        /*background-color: #5771ff !important;
    border: 1px solid #5771ff !important;*/
        background-color: #84B9BC !important;
        border: 1px solid #84B9BC !important;
        color: #fff !important;
    }

    #savePaiement[disabled]:hover,
    #goPaiementAlma[disabled]:hover,
    #goToPayement[disabled]:hover,
    #showPrerequis[disabled]:hover {
        /*background-color: #5771ff !important;
    border: 1px solid #5771ff !important;*/
        background-color: #84B9BC !important;
        border: 1px solid #84B9BC !important;
        color: #fff !important;
    }

/*#goPaiementAlma {*/
    /*background-color: #5771ff !important;
    border: #5771ff !important;*/
    /*background-color: var(--green) !important;
    border: var(--green) !important;
    color: #fff !important;
}*/
    /*#goPaiementAlma:disabled {*/
        /*background-color: #5771ff !important;
    border: #5771ff !important;*/
        /*background-color: #84B9BC !important;
        border: #84B9BC !important;
        color: #fff !important;
    }*/

    /*#goPaiementAlma[disabled]:hover {*/
        /*background-color: #5771ff !important;
    border: #5771ff !important;*/
        /*background-color: #84B9BC !important;
        border: #84B9BC !important;
        color: #fff !important;
    }*/

    #savePaiement:hover,
    #goPaiementAlma:hover,
    #showPrerequis:hover,
    #goToPayement:hover {
        background-color: #fff !important;
        /*border: 1px solid #5771ff !important;
    color: #5771ff !important;*/
        border: 1px solid #02787D !important;
        color: #02787D !important;
    }

/*#goPaiementAlma:hover {
    background-color: #fff !important;*/
    /*border: 1px solid #5771ff !important;
    color: #5771ff !important;*/
    /*border: 1px solid #02787D !important;
    color: #02787D !important;
}*/

#apply-codepromo, #apply-codepromo[disabled]:hover {
    background-color: #252153 !important;
    border: #252153 !important;
    color: #fff !important;
}

    #apply-codepromo:hover {
        background-color: #fff !important;
        border: 1px solid #252153 !important;
        color: #252153 !important;
    }

#aide-cvc {
    cursor: help;
}

.coordonnees-bancaires-stripe .fieldset {
    margin: 0 15px 30px;
    padding: 0;
    border-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*.coordonnees-bancaires-stripe .field {*/
/*    width: 100%;*/
/*    !*    height: 45px;*/
/*    line-height: 45px;*/
/*    border-radius: 10px;*/
/*    background-color: #ffffff;*/
/*    border: 1.5px solid #D1D1D6;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    line-height: inherit;*/
/*    letter-spacing: normal;*/
/*    color: #8B8B95;*!*/
/*    height: 50px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid var(--neutral400);*/
/*    background: var(--blanc);*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    padding-top: 15px;*/
/*    padding-bottom: 15px;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-size: 15px;*/
/*    color: var(--neutral900);*/
/*    line-height: 18px;*/
/*    font-weight: 400;*/
/*}*/

    .coordonnees-bancaires-stripe .field.half-width {
        width: calc(50% - (5px / 2));
    }

    .coordonnees-bancaires-stripe .field.third-width {
        width: calc(33% - (5px / 3));
    }

    .coordonnees-bancaires-stripe .field + .field {
        margin-top: 6px;
    }

    /*.coordonnees-bancaires-stripe .field.invalid {*/
    /*    background-color: #fa755a;*/
    /*}*/

        .coordonnees-bancaires-stripe .field.invalid.focus {
            background-color: #f6f9fc;
        }

    .coordonnees-bancaires-stripe .field.focus::-webkit-input-placeholder,
    .coordonnees-bancaires-stripe .field:focus::-webkit-input-placeholder {
        color: #c9c9c9;
    }

    .coordonnees-bancaires-stripe .field.focus::-moz-placeholder,
    .coordonnees-bancaires-stripe .field:focus::-moz-placeholder {
        color: #c9c9c9;
    }

    .coordonnees-bancaires-stripe .field.focus:-ms-input-placeholder,
    .coordonnees-bancaires-stripe .field:focus:-ms-input-placeholder {
        color: #c9c9c9;
    }

.coordonnees-bancaires-stripe input, .coordonnees-bancaires-stripe button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.coordonnees-bancaires-stripe input {
    color: #fff;
}

    .coordonnees-bancaires-stripe input::-webkit-input-placeholder {
        color: #c9c9c9;
    }

    .coordonnees-bancaires-stripe input::-moz-placeholder {
        color: #c9c9c9;
    }

    .coordonnees-bancaires-stripe input:-ms-input-placeholder {
        color: #c9c9c9;
    }

.coordonnees-bancaires-stripe button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 0 15px;
    background-color: #fcd669;
    border-radius: 20px;
    color: #525f7f;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

    .coordonnees-bancaires-stripe button:active {
        background-color: #f5be58;
    }

.coordonnees-bancaires-stripe .error svg .base {
    fill: #fa755a;
}

.coordonnees-bancaires-stripe .error svg .glyph {
    fill: #fff;
}

.coordonnees-bancaires-stripe .error .message {
    color: #fff;
}

.coordonnees-bancaires-stripe .success .icon .border {
    stroke: #fcd669;
}

.coordonnees-bancaires-stripe .success .icon .checkmark {
    stroke: #fff;
}

.coordonnees-bancaires-stripe .success .title {
    color: #fff;
}

.coordonnees-bancaires-stripe .success .message {
    color: #9cabc8;
}

.coordonnees-bancaires-stripe .success .reset path {
    fill: #fff;
}

.label-carte-stripe {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: normal;
    color: #8e8e99;
    margin-top: 24px;
}

#modalPaiement .cadre-bloc-paiement, #finModalPaiement .cadre-bloc-paiement, #resumeTwoPaiementModal .cadre-bloc-paiement {
    padding: 30px 16px;
    /*width: 335px;*/
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#modalPaiement .cadre-bloc-choixVille, #resumeTwoPaiementModal .cadre-bloc-choixVille {
    padding: 30px 16px 15px 16px;
    /*width: 335px;*/
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


#modalPaiement #code-promo, #modalPaiement #infoBancaire, #modalPaiement #montantTransaction {
    width: 100%;
}

#modalPaiement #code-promo {
    padding: 15px 16px;
}

#modalPaiement .cadre-bloc-paiement .input-text, #finModalPaiement .cadre-bloc-paiement .input-text, #resumeTwoPaiementModal .cadre-bloc-paiement .input-text {
    max-width: 300px !important;
    width: 100% !important;
    height: 42px !important;
    border-radius: 21px !important;
    background-color: #f8f8f8 !important;
}

#modalPaiement .cadre-bloc-paiement h6, #resumeTwoPaiementModal .cadre-bloc-paiement h6 {
    position: absolute;
    top: -10px;
    padding: 0 5px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8e8e99;
    margin-bottom: 0;
}

#modalPaiement .cadre-bloc-choixVille h6, #resumeTwoPaiementModal .cadre-bloc-choixVille h6 {
    position: absolute;
    top: -10px;
    padding: 0 5px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8e8e99;
    margin-bottom: 0;
}

#finModalPaiement .cadre-bloc-paiement h6 {
    position: absolute;
    top: -10px;
    font-size: 16px;
    left: 10px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    color: #252253;
    font-weight: bold;
}

.form-card {
    position: relative !important;
}

    .form-card .card-front {
        width: 100% !important;
        height: 250px !important;
        border-radius: 10px !important;
        background: url('../images/trianglify.jpg');
        background-size: cover !important;
        background-position-x: center;
        position: relative !important;
        z-index: 99 !important;
    }

        .form-card .card-front .StripeField--fake {
            border: none !important;
            border-bottom: 2px solid white !important;
            background: transparent !important;
            padding: 5px !important;
            margin-left: 7% !important;
        }

        .form-card .card-front .bank-name {
            position: absolute !important;
            left: 175px !important;
            top: 5% !important;
        }

        .form-card .card-front .card-num {
            position: absolute !important;
            width: 100% !important;
            top: 7em !important;
            margin-left: 7% !important;
        }

            .form-card .card-front .card-num #cardNumber {
                width: 100% !important;
                margin: 5px !important;
            }

#cardNumber {
    width: 100% !important;
}

.form-card .card-front .holder-name {
    position: absolute !important;
    left: 0 !important;
    top: 170px !important;
}

.form-card .card-front .exp-date {
    position: absolute !important;
    top: 170px !important;
    margin-left: 7% !important;
    width: 100% !important;
}

    .form-card .card-front .exp-date #cardExpire {
        width: 100% !important;
        margin: 5px !important;
    }

.form-card .card-front .sign {
    position: absolute !important;
    top: 80px !important;
    right: 5% !important;
    width: 30px !important;
    height: 30px !important;
    background: url("http://www.clker.com/cliparts/6/e/2/s/6/V/plainwifiright.svg") !important;
    background-size: cover !important;
}

.form-card .card-back {
    width: 100% !important;
    height: 250px !important;
    border-radius: 10px !important;
    background: rgba(224, 221, 215, 0.75) !important;
    position: relative !important;
    z-index: 1 !important;
    margin-top: 5% !important;
    left: 0 !important;
}

.card-back .magnet {
    position: relative !important;
    width: 100% !important;
    background: #333 !important;
    height: 60px !important;
    top: 20% !important;
}

.form-card .card-back #cardCvc {
    position: absolute !important;
    top: 60% !important;
    right: 10% !important;
    border: none !important;
    border: 2px solid white !important;
    background: #ccc !important;
    padding: 5px !important;
    width: 50px !important;
}

#numero-carte label, #expiration label, #crypto label {
    color: #fff !important;
}

#retourNombrePaiement {
    border: 1px solid #252253;
    background-color: #fff;
    color: #252253;
}

    #retourNombrePaiement:hover {
        border: 1px solid #252253;
        background-color: #252253;
        color: #fff;
    }

.descriptif-paiement {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #252253;
    margin-bottom: 42px;
}

.cbx-paiement span:not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

    .cbx-paiement span:not(.text-capitalize):not(.pi-prerequis-paiement):not(.span_for_popover):not(#lieuSignatureSelectedResume):not(#villeSelectedBefore):first-child svg {
        top: 7px;
        left: 4px;
    }

#modalPaiement .infoFactuAlma button {
    max-width: 300px !important;
    width: 100% !important;
    height: 42px !important;
    border-radius: 21px !important;
    background-color: #f8f8f8 !important;
    padding: 10px 12px !important;
}

/**
 * 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;
}

/* ~~ Modal fin de paiement ~~ */
.titre-paragraphe {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    color: #252253;
}

.text-modalfinpaiement {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

/*.bloc-modalFinPaiement {
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 4px;
}*/

.tableau-formules-td1 {
    width: 10%;
}

.tableau-formules-td2 {
    width: 65%;
}

.tableau-formules-td3 {
    width: 25%;
}

#infoBancaire-numeroCarte {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.ok-cgvu-pc, .ok-nationaliteFrancaise, .ok-signatureParis, .ok-sansBiens {
    width: 85%;
    /*transform: translate(0, 39%) !important;*/
}

.ok-consentement, .ok-mariageFrance, .ok-sansEnfants {
    width: 85%;
    /*transform: translate(0, 26%) !important;*/
}

#backPaiement, #cancelPaiement, #initPaiement, #savePaiement, #goPaiementAlma, #showPrerequis {
    margin-right: 0;
}
/* ~~~~ */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .tableau-formules-td2 {
        width: 70%;
    }

    #modalPaiement .cadre-bloc-paiement, #finModalPaiement .cadre-bloc-paiement, #resumeTwoPaiementModal .cadre-bloc-paiement, #showPrerequis .cadre-bloc-paiement {
        padding: 30px 69px;
    }

    #modalPaiement .cadre-bloc-choixVille, #resumeTwoPaiementModal .cadre-bloc-choixVille {
        padding: 30px 69px 15px 69px;
    }

        #modalPaiement .cadre-bloc-choixVille p.libelle-reponse {
            padding-left: 35px;
        }

        #modalPaiement #code-promo {
            padding: 15px 69px;
        }

    #backPaiement, #cancelPaiement, #initPaiement, #savePaiement, #goPaiementAlma {
        margin-right: 15px;
    }

    .ok-cgvu-pc, .ok-nationaliteFrancaise, .ok-signatureParis, .ok-sansBiens {
        width: 90%;
        /*transform: translate(0, 28%) !important;*/
    }

    .ok-consentement {
        width: 90%;
        /*transform: translate(0, 0) !important;*/
    }

    .tableau-formules-td1 {
        width: auto;
    }

    .tableau-formules-td2 {
        width: auto;
    }

    .tableau-formules-td3 {
        width: auto;
    }

    #modalPaiement .cadre-bloc-paiement, #finModalPaiement .cadre-bloc-paiement, #resumeTwoPaiementModal .cadre-bloc-paiement {
        width: 100%;
    }

    #modalPaiement .cadre-bloc-choixVille, #resumeTwoPaiementModal .cadre-bloc-choixVille {
        width: 100%;
    }

    #modalPaiement #code-promo, #modalPaiement #infoBancaire, #modalPaiement #montantTransaction {
        width: 100%;
    }

    #infoBancaire-numeroCarte {
        flex-direction: row;
        align-items: center;
    }

    .form-card {
        position: relative !important;
    }

        .form-card .card-front {
            width: 425px !important;
            height: 250px !important;
            border-radius: 10px !important;
            /*background: url("http://www.dualspark.com/assets/images/background/low_poly_background.jpg") !important;*/
            /*background: #333333 !important;*/
            background: url('../images/trianglify.jpg');
            background-size: cover !important;
            background-position-x: center;
            position: relative !important;
            z-index: 99 !important;
        }

            .form-card .card-front .StripeField--fake {
                border: none !important;
                border-bottom: 2px solid white !important;
                background: transparent !important;
                padding: 5px !important;
                margin-left: 7% !important;
            }

            .form-card .card-front .bank-name {
                position: absolute !important;
                left: 175px !important;
                top: 5% !important;
            }

            .form-card .card-front .card-num {
                position: absolute !important;
                width: 100% !important;
                top: 7em !important;
                margin-left: 7% !important;
            }

                .form-card .card-front .card-num #cardNumber {
                    width: 100% !important;
                    margin: 5px !important;
                }

            .form-card .card-front .holder-name {
                position: absolute !important;
                left: 0 !important;
                top: 170px !important;
            }

            .form-card .card-front .exp-date {
                position: absolute !important;
                top: 170px !important;
                margin-left: 7% !important;
                width: 100% !important;
            }

                .form-card .card-front .exp-date #cardExpire {
                    width: 100% !important;
                    margin: 5px !important;
                }

            .form-card .card-front .sign {
                position: absolute !important;
                top: 80px !important;
                right: 5% !important;
                width: 30px !important;
                height: 30px !important;
                background: url("http://www.clker.com/cliparts/6/e/2/s/6/V/plainwifiright.svg") !important;
                background-size: cover !important;
            }

        .form-card .card-back {
            width: 425px !important;
            height: 250px !important;
            border-radius: 10px !important;
            background: rgba(224, 221, 215, 0.75) !important;
            position: relative !important;
            z-index: 1 !important;
            margin-top: -30% !important;
            left: 30% !important;
        }

    .card-back .magnet {
        position: relative !important;
        width: 100% !important;
        background: #333 !important;
        height: 60px !important;
        top: 20% !important;
    }

    .form-card .card-back #cardCvc {
        position: absolute !important;
        top: 60% !important;
        right: 10% !important;
        border: none !important;
        border: 2px solid white !important;
        background: #ccc !important;
        padding: 5px !important;
        width: 50px !important;
    }

    #cardNumber {
        width: 100% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
