 .button, .btn, .red.ribbon{
    background-color: #e3067d !important;
    border-color: #e3067d !important;
}
 .red.segment{
     border-top-color: #e3067d !important;
 }
 .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
     color: #e3067d !important;
 }

body {
    margin:0 !important;
    padding:0 !important;
    /*background: url('../images/background.jpg') no-repeat center fixed !important;*/
    /*-webkit-background-size: cover !important; !* pour anciens Chrome et Safari *!*/
    /*background-size: cover !important; !* version standardisée *!*/
}
.home-body{
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    padding: 50px;
}
.wrap{
    background-color: rgba(0,0,0,0.6);
}