.form-control{
    height: 37px !important;
    width:100%;
}
.form-control.minwidth{
     min-width: 212px !important;
}
.form-horizontal .control-label {
    font-family: 'Spartan';
}
[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    appearance: none;
    background-color: #fff;
    /*border-color: #6b7280;*/
    border-width: 1px;
    border-radius: 5px;
    padding-top: 1.2rem;
    padding-right: .75rem;
    padding-left: .75rem;
    font-size: 1.35rem;
    line-height: 1.5rem;
    height:37px;
    font-family: Spartan, Arial ,helevtica;
}
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form-group.mb_large{
    margin-bottom: 2.5rem;
}
.form-control-placeholder {
    position: absolute;
    top: -13px;
    padding: 3px 3px 0 3px;
    transition: all 250ms;
    opacity: 1;
    font-size: 1.4rem;
    font-family: 'Spartan';
    background: #fafafa;
    color: #808082;
    font-weight: 500;
    left: 2px;
}
label.ville {
    position: absolute;
    top: -24px;
    padding: 3px 3px 0 3px;
    transition: all 250ms;
    opacity: 1;
    font-size: 1.4rem;
    font-family: 'Spartan';
    background: tranparent;
    font-weight: 500;
    left: 2px;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 1.4rem;
    transform: translate3d(0, -100%, 0);
    opacity: 0.9;
    font-family:'Spartan';
    top: 0px;
    background: transparent;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
#form_grandcompte .form-group{
    width:100% !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder, textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
}
select {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 1.5rem !important;
}
[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
}
[type=checkbox], [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    background-color: #fff;
    border-width: 1px;
    padding: 8px !important;
    border-radius: 5px;
}
[type=radio] {
    border-radius: 100%;
}
[type=checkbox]:checked, [type=radio]:checked {
    border-color: transparent;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type=checkbox]:checked {
    background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type=radio]:checked {
    background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type=checkbox]:checked:focus, [type=checkbox]:checked:hover, [type=radio]:checked:focus, [type=radio]:checked:hover {
    border-color: transparent;
    background-color: currentColor;
}
[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover {
    border-color: transparent;
    background-color: currentColor;
}
[type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type=file]:focus {
    outline: 1px auto -webkit-focus-ring-color;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 0px auto transparent !important;
}
.input_empty_adresse{
   border: 2px solid #f68b1d;
}