<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------new login page------------------------------------------------------------------*/
.col2_3 {
    width: 62.6%;
    margin: 0 1%;
    float: left;
}
.col1_3 {
    width: 31.3%;
    margin: 0 1%;
    float: left;
}


#log_cart{
    border: 1px solid #17445E;
    border-radius: 10px;
    padding: 0px 1% 20px;
    width: 29%;
}
.txt_right{
    text-align: right;
}
#log_cart_table{
    width: 100%;
    line-height: 1.1em;
}
#log_cart_table small{
    color:grey;
}
#log_cart_table td{
    padding: 5px;
    font-size: 14px;
}
#log_cart_table hr{
    margin: 0;
}
#log_cart_table a{
    text-decoration: none !important;
    color:#0d397a !important;
}


#paypal_form{
    border: 1px solid #17445E;
    border-radius: 10px;
    padding: 20px 1%;
    overflow: auto;
    font-size: 14px;
}
#btn_pay{
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #000;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 5px;
    color:#fff;
    float: right;
}
#spc_form_log{
    border: 1px solid #17445E;
    border-radius: 10px;
    padding: 0px 1% 20px;
}

.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}
.field-style{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}.field-style:focus{
    box-shadow: 0 0 5px #17445E;
    border:1px solid #17445E;
}
.form-style-9 ul li .field-split{
    width: 49%;
}
.form-style-9 ul li .field-full{
    width: 100%;
}
.form-style-9 ul li input.align-left{
    float:left;
}
.form-style-9 ul li input.align-right{
    float:right;
}
.form-style-9 ul li textarea{
    width: 100%;
    height: 100px;
}
.form-style-9 ul li input[type="button"],
.form-style-9 ul li input[type="submit"], .log_btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 5px;    
}
.form-style-9 ul li input[type="button"]:hover,
.form-style-9 ul li input[type="submit"]:hover, .log_btn:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold;    
}

@media only screen and (max-width: 800px) 
{
    .col1_2,.col1_3,.col2_3,.col1_4,.col3_4{
        width: 100%;
        display: block;
        margin: 10px 0;
        position: relative;
    }
    
    #content_confirmation{
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;      
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;        
    }
    #form_log{
        width: 100%;
        float: none;
        -moz-box-ordinal-group: 2;
    	-webkit-box-ordinal-group: 2;
    	-webkit-order: 2;
    	-ms-flex-order: 2;
    	order: 2;
    }
    #log_cart{
        width: 100%;
        float: none;
        -moz-box-ordinal-group: 1;
    	-webkit-box-ordinal-group: 1;
    	-webkit-order: 1;
    	-ms-flex-order: 1;
    	order: 1;
    }
    #form_log .td_mob_fullwith{
        text-align: center;
    }
    #cc_type{
        text-align: left !important;
    }
    #politique{
        display:block;
        margin-bottom: 5px;
    }
    .form-style-9 ul li .field-split {
        width: 90%;
        margin: 7px 5% !important;
        float: none !important;
    }
    .form-style-9 ul li {
        margin: 0;
    }
    #paypal_form, #spc_form_log, #log_cart {
        padding: 20px 5% !important;
    }
}</pre></body></html>