.page-contact .breadcrumb,
.page-form-contact .breadcrumb{
    display: none;
}

.region-content div[role=contentinfo]
{
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    color: red;
}
.webform-submission-form {
    max-width: 1100px;
    width: 100%;
}
.webform-submission-form fieldset {
    margin: 15px 2px 35px;
}
.webform-submission-form  label {
    display: inline;
}
.webform-submission-form #edit-vos-coordonnees label {
    display: inline-block;
    margin: 0 15px 0 0;
    text-align: right;
    width: 250px;
    font-size: 13px;
    font-weight: bold;
}

.webform-submission-form input:focus, .webform-submission-form textarea:focus {
    border-color: #1ca9e1;
    outline: medium none;
}
.webform-submission-form .form-actions {
    display: table;
    height: 37px;
    margin: 10px auto !important;
}
.webform-client-form .form-actions input {
    webform-submission-form: transparent none repeat scroll 0 0;
}
.webform-submission-form .webform-submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #1ca9e1;
    border-color: -moz-use-text-color -moz-use-text-color #1d92c9;
    border-image: none;
    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #ffffff;
    padding: 0.3em 0.6em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transform: scale(1);
    transform-origin: center bottom 0;
}
.webform-submission-form .webform-submit:hover, .webform-submission-form .webform-submit:focus {
    border-bottom: 2px solid transparent;
    transform: scale(0.99);
}
.webform-submission-form #edit-buttons #edit-return {
    background: #4d8f46 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 1.077em;
    font-weight: normal;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 6px 10px;
    text-align: center;
}
.webform-submission-form .form-text, .webform-submission-form  .form-email{
    width: auto;
}

.webform-submission-form  #edit-vos-coordonnees .form-item {
    margin: 1.5em 0;
}
.webform-submission-form .form-item.webform-component.webform-component-radios label, .webform-submission-form .form-item.form-item-message label, .webform-submission-form .fieldset-legend{
    color: #c4c4c0;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
    padding: 0;
    text-align: left;
}
}