/*.input{
    margin-bottom: 20px;
}*/
.inputSubmit{
    width: 100%;
    text-align: center;
}
.customContainerDevisProduit{
    border: solid green 2px;
    padding: 20px;
    margin: 20px;
}
.customTypeCarFieldset{
    padding: 20px;
    border: solid rgba(255,255,255,0.05) 2px;
    border-radius: 6px;
    margin-top: 20px;
}
.customTypeCarLegend{
    margin-bottom: 0!important;
}
.errorlist {
    color: #ff4e4e;
}
#customFormContact input,
#customFormContact textarea{
    margin-bottom: 20px;
}
label.required:after,
legend.required:after{
    content: "\00a0*";
    color: #ff4e4e;
}