/*{
    margin: 0;
    padding: 0;
}*/

body
{
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: # none repeat scroll 0 0;
}

a
{
    color: #f60;
}

h1
{
    font-size: 30px;
    color: #f60;
}

.cleared
{
    clear: both;    
}

.orange
{
    color: #f60;
}

.conteneurPrincipal
{
    max-width: 800px;
    height: auto;
    margin: auto;
}

header .colissimo {
    position:relative;
    z-index:0;
    height: 100px;
    background: url('../images/bandeau.png') no-repeat right top;
    background: url('../images/bandeau.svg') no-repeat right top, linear-gradient(transparent, transparent);
    background-color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

header .colissimo:before, header .colissimo:after {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding-top:100px;
}

header .colissimo:before {
    content: "";
    padding-left: 3%;
    text-align: left;
    background: transparent url('../images/co.png') 14px 23px no-repeat;
    top: -5px;
}

header .souscription {
    height: 140px;
    background: rgb(251,79,20);
    background: rgba(251,79,20,1);
    background: url('../images/stylo.png') no-repeat 85% 18px, -webkit-linear-gradient( to bottom, rgba(241,131,23,1), rgba(251,79,20,1)  );
    background: url('../images/stylo.png') no-repeat 85% 18px,    -moz-linear-gradient( to bottom, rgba(241,131,23,1), rgba(251,79,20,1) ); 
    background: url('../images/stylo.png') no-repeat 85% 18px,     -ms-linear-gradient( to bottom, rgba(241,131,23,1), rgba(251,79,20,1) );
    background: url('../images/stylo.png') no-repeat 85% 18px,      -o-linear-gradient( to bottom, rgba(241,131,23,1), rgba(251,79,20,1) );
    background: url('../images/stylo.png') no-repeat 85% 18px,         linear-gradient( to bottom, rgba(241,131,23,1), rgba(251,79,20,1) ) ;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#F18317', endColorstr='#FB4F14');
}

header .souscription h1 {
    color: #fff;
    font-weight: lighter;
    line-height: 140px;
    margin:0;
    padding: 0;
    margin-left: 90px;
}

.orange-band {
    background: rgb(178,178,178);
    background: rgba(178,178,178,1);
    margin-top: 15px;
    padding: 5px 10px;
    line-height: 25px;
}

.orange-band a {
    color: #000;
	text-decoration: underline;
}

.orange-band span.inactive {
    text-decoration: none;
}

.etape {
    background: rgb(224,223,218);
}

.etape h2 {
    padding: 1rem;
    color:#000;
    font-weight: lighter;
    font-size: 24px;
}

footer {
    background: url('../images/logo.png') no-repeat right top, rgb(237,236,236);
    height: 58px;
}

footer p {
    padding: 0;
    margin: 0;
    line-height: 58px;
    margin-left:36px;
    font-size: 10px;
}

.conteneurFormulaire
{
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 40px;
}

form
{
    margin-top: 40px;
    text-align: center;
}

form#confirmation_form {
    margin: 0;
}

.puce
{
    float: left;
    margin-top: 3px;
    margin-right: 15px;
}

legend
{
    font-size: 18px;
    margin-bottom: 0px;
    text-align: left;
}

label
{
     margin-top: 10px;
     display: block;
     text-align: left;
     font-weight:normal;
}

input[type=text], [type=tel], [type=password]
{
    /*width: 300px;*/
    height: 32px;
    font-size: 13px;
    margin-top: 6px;
    border: 1px solid #999;
    box-shadow: 1px 1px 2px #f3f3f3 inset;
    outline-color: #f60;
    display:block;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=file] {
    width: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}

input[type=submit]
{
    border-radius: 4px;
    border: none;
    padding: 10px;
    background-color: #f60;
    font-weight: bold;
    color: white;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
}

input[type=submit]:active
{
    background-color:#ff6600;
}

button[type=submit].submit
{
    border-radius: 4px;
    border: none;
    padding: 10px;
    background-color: #f60;
    font-weight: bold;
    color: white;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
}


button[type=button].submit
{
    border-radius: 4px;
    border: none;
    padding: 10px;
    background-color: #f60;
    font-weight: bold;
    color: white;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
}

a.btn.submit, button.btn
{
    background-image: linear-gradient(to bottom, #f60 0%, #e50 100%);
    border-radius: 4px;
    border: none;
    padding: 10px;
    background-color: #f60;
    font-weight: bold;
    color: white;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
    text-shadow: none;
}

a.btn.submit:hover, button.btn:hover {
    background-image: none;
    background-color:#ff6600;
    color: white;
}


button[type=submit]:active.submit
{
    background-color:#ff6600;
}

.blocInfo
{
    width: 100%;
    margin-top: 40px;
    background-color: white;
    text-align: left;
}

.pictoInfo
{
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

.texteInfo
{
    padding: 15px;
    font-size: 13px;
    margin-left: 50px;
    text-align: left;
}

.texteInfo2
{
    padding: 15px;
    font-size: 13px;
    margin-left: 0px;
    text-align: left;
}

.infosLegales
{
    font-size: 12px;

    background-image: linear-gradient(#ffffff, #f3f3f3);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px 20px 10px 20px;
}

.infobulle 
{
    position : absolute;
    padding:10px;
    left:100px;
    background:#ffffff;
    top:50px;
    z-index:1000;
    opacity:1;
    width: 350px;
}


label {
    position: relative!important;
    z-index:0;
}
label:hover + span.infobulle 
{
    display:block!important;
}


.puce {
    float: right;
     margin-left: 15px;
}

.pdf {
    height: 450px;
}

.errorRed {
    color: #F00;
}

.btn-add{
    background-color: #f60;
    font-weight: bold;
    color: white;
}

.btn-add:hover{
    color: white;
}

.btn-cancel{
    background-color: #ddd;
    font-weight: bold;
}

.row .btn-delete.delete {
    background-color: #bbb;
    background-image: none;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
    padding: 6px 12px;
}

h3.welcome {
    text-align: center;
    color: #F60;    
}

.iban4{
    width: 11.90%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.progress-bar-success {
    background-color: #FF6600;
}

.errorbulle
{
    color:red;
    /*font-weight: initial;
    padding:10px;
    background:#FFFFFF;*/
    margin-top: 13px;
    z-index:1000;
    opacity:1;
    display:none;
}

.options_ville{
    margin-top: 5px;
    border: solid 1px;
}

.option_ville{
    font-weight: initial;
    padding: 0px 10px;
    margin: 0;
}

.option_ville:hover {
    color: white;
    background-color: #F95;
}

.noblock {
    display: inline;
}

.file-upload {
	height: 100px;
}

.upload-infos, .error-infos {
    display: none;
}

.help-block {
	margin-top: 20px;
}
