/**
 * 1997-2016 Quadra Informatique
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0) that is available
 * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to modules@quadra-informatique.fr so we can send you a copy immediately.
 *
 * @author    Quadra Informatique <modules@quadra-informatique.fr>
 * @copyright 1997-2016 Quadra Informatique
 * @license   http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

.warning-validation {
    background-color:#D68E22;
    padding:10px 0px;
    text-align:center;
    border-radius: 7px;
    margin-bottom:15px;
}
.warning-validation p{
    color:#FFF;
    font-weight: bold;
    margin:0px;
}
/* Payment */
p.be2bill > a > span:first-child {
    background: url('../img/dalenys_btn.png') 0px 0px no-repeat transparent;
    display:block;
    float:left;
    width:31px;
    height:28px;
}

p.be2bill > a:hover > span:first-child {
    background-position:0px -28px;
}

p.be2bill > a > span.btn_label {
    background: url('../img/dalenys_btn.png') 0px -56px repeat-x transparent;
    display:block;
    float:left;
    width:auto;
    height:28px;
    color: #FFF;
    line-height:28px;
    text-transform:none;
    font-weight: bold;
}

p.be2bill > a:hover > span.btn_label {
    background-position:0px -84px;
}

p.be2bill > a > span {
    background: url('../img/dalenys_btn.png') -31px 0px no-repeat transparent;
    display:block;
    float:left;
    width:9px;
    height:28px;
}

p.be2bill > a:hover > span {
    background-position:-31px -28px;
}

/* Payment execution & validation */

#module-be2bill-payment #left_column,
#module-be2bill-redirection #left_column,
#module-be2bill-submit #left_column {
    display: none;
}

#module-be2bill-payment #center_column,
#module-be2bill-redirection #center_column,
#module-be2bill-submit #center_column {
    width: 100%;
}

#module-be2bill-payment ul.be2bill-payment-description {
    margin: 0 0 15px 15px;
}

#module-be2bill-payment form p img {
    float:left;
    height: 49px;
    margin: 0px 20px 5px 0px;
    width: 86px;
}

#module-be2bill-submit iframe.be2bill-payment-iframe {
    display: block;
    min-height: 850px;
    width: 100%;
}

.be2bill_link:after{
    color: #777777;
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

.be2bill_link, .be2bill_link16{
    padding-left:5px !important;
}
.be2bill_link:hover, .be2bill_link16:hover{
    cursor: pointer !important;
}
.be2bill_link16 img{
    margin-right:15px ;
}
.be2bill_link16:after{
    color: #777777;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}
.logo_be2bill{
    height: 45px;
    width: 88px;
}

.payment-options  .phrase_securise_be2bill {
    display: block;
    font-size: 14px;
    background: url(../img/cadenas.png) right no-repeat;
    padding-top: 10px;
    margin: 10px 20px 10px 0;
    padding-right: 97px;
}

.payment-options .central_block_dalenys {
    text-align: left;
}

body#checkout section.checkout-step .payment-option label span.span_call_to_action_text {
    text-align: left;
}

body#checkout #payment-option-1-additional-information,
body#checkout #payment-option-2-additional-information {
    margin-left: 0;
}

body#checkout section.checkout-step .payment-options .payment-option#payment-option-1-container.open,
body#checkout.country-be section.checkout-step .payment-options .payment-option#payment-option-2-container.open {
    border-bottom: none;
}

body#checkout #payment-option-1-additional-information.open,
body#checkout #payment-option-2-additional-information.open,
body#checkout.country-be #payment-option-3-additional-information.open {
    margin-top: 0;
}

body#checkout.country-be #payment-option-3-additional-information.open {
    margin-left: 0;
}

@media screen and (max-width : 1199px) {
    body#checkout section.checkout-step .payment-options label img.google_marchand_confiance {
        max-width: 35%;
    }

    .payment-options .phrase_securise_be2bill {
        background: url(../img/cadenas.png) top left no-repeat;
        padding-top: 45px;
        padding-right: 0;
    }
}

@media screen and (max-width : 1167px) {
    body#checkout section.checkout-step .payment-options label img.google_marchand_confiance {
        max-width: 100%;
    }
}

@media screen and (max-width : 448px) {
    body#checkout section.checkout-step #payment-option-1-container label {
        display: block !important;
        text-align: left;
    }

    body#checkout section.checkout-step .payment-options label img {
        float: left;
    }

    .payment-options .phrase_securise_be2bill {
        background: url(../img/cadenas.png) top right no-repeat;
    }

    body#checkout section.checkout-step .payment-options label img.google_marchand_confiance {
        max-width: 35%;
    }
}

@media screen and (max-width : 398px) {
    /* body#checkout section.checkout-step #payment-option-1-container label img.b2b-secure-img-bdf {
        max-width: 12%;
    } */

    body#checkout section.checkout-step #payment-option-1-container label img.b2b-secure-img-bdf.google_marchand_confiance {
        max-width: 35%;
    }

    .payment-options .phrase_securise_be2bill {
        background-size: 29%;
    }
}