html.no-js #noJS, html.js #contactConso {display: block;}
html.js #noJS, html.no-js #contactConso {display: none;}
html {overflow: auto;}
body { background:transparent;padding-bottom:30px; }
em {color:red;}
label.control-label + a {color:#333;float: right !important;}
label.control-label + a:hover {cursor:pointer;}
a:focus {outline:0 !important;}
div#submitTooltip {display: inline-block;}
div#waiting {display:none;position:absolute;top:0;bottom:0;right:0;left:0;background-image:url('../img/bg-spinner.gif');background-position:center center;background-repeat:no-repeat;background-size:70px 70px;background-color:rgba(255,255,255,0.5);z-index:9999;}
div.form-group.has-error label {
    color: #E20027;
}
div.form-group.has-error input,
div.form-group.has-error textarea {
    border-color: #E20027;
}
div.form-group span.help-block, .help-block ul li{
    color: #E20027;
}

#contact_contactType_1, #contact_product_keptPackaging_0, #contact_product_sampleCollection_0{
    margin-left: 25px;
}
#contact_contactType_2, #contact_product_keptPackaging_1, #contact_product_sampleCollection_1{
    margin-left: 25px;
}
#contactType_block{
    margin-top: 20px;
}
#submitForm{
    margin-top: 20px;
    margin-bottom: 20px;
}
#captcha_block{
    width: 300px;
    margin: auto;
    margin-top: 40px;
}

#policyContent{
    width: 100%;
    margin: auto;
    max-width: 900px;
}

#contact_contactType label, .confirm_label{
    font-weight:normal !important;
}

#contact_message{
    height: 150px;
}

.help-block ul{
    list-style-type: none;
}

.wrapper{
    margin: 200px 150px 0;
}

#contact_product_keptPackaging_placeholder,
#contact_product_keptPackaging_placeholder + label,
#contact_product_sampleCollection_placeholder,
#contact_product_sampleCollection_placeholder + label{
    display: none;
}

.loader{
    background: url('img/icon-loader.png') 50% 50% no-repeat rgba(255, 255, 255, 0.8);
    cursor: wait;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader h1{
    background: none;
    border: none;
    color: #458976;
    font-size: 22px;
    font-family: "Open Sans",sans-serif;
    font-variant: small-caps;
    font-weight: 700;
    height: 700px;
    line-height: 700px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

#confirm_mention_field{
    margin-left: auto;
    margin-right: auto;
    width: 60em;
    display: contents;
}

#create_website_form_callType_1{
    margin-left: 20px;
}

.iti__flag {background-image: url("intl-tel-input-17.0.18/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("intl-tel-input-17.0.18/build/img/flags@2x.png");}
}

#form_label_{
    color: #0a0a0a;
}

#form_label_white{
    color: #FFFFFF;
}




.datepicker-days, .iti--separate-dial-code{
    color: #555 !important;
}

#form_label_blue{
    color: #2a62bc;
}

#form_label_red, .captcha-invalid{
    color: #c82333;
}


.fade {
    opacity: 0;
@include transition(transition-fade);

.show {
    opacity: 1;
}
}
