html, body {
    height: 100%;
    width: 100%;
}
body{
    color: #73879C;
    background: #ffffff;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
body, div, p, ul, li{
    margin: 0;
    padding: 0;
}
ul{
    list-style-type: none;
}
input:not([type='checkbox']), select{
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    border: 1px solid #e4e4e4;
    padding: 4px 12px;
    background-color: #ffffff;
    color: #73879C;
    height: 45px;
    width: 100%;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
}
select{
    padding: 4px 29px 4px 12px;
    background-image: url(https://webfiles.movingcar.lu/img/down.svg);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 18px;
}
select.empty{
    color:#b0b7bd;
}
select:disabled {
    opacity: 1;
}
select:disabled:hover {
    cursor: default;
}


select:hover{
    cursor: pointer;
}
input:not([type='checkbox']):focus, select:focus, button.button_mc:focus{
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #73879C;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:not([type='checkbox']).f_input{
    padding-left: 45px;
}
span.fa_mobile{
    position: absolute;
    left: 0px;
    top: 10px;
    display: inline-block !important;
    width: 38px;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    z-index: 2;
}
i.fa-asterisk {
    position: absolute;
    left: -10px;
    top: -3px;
    font-size: 9px;
    color: #70B69E;
    background: #ffffff;
    padding: 4px;
    border:1px solid #f5f5f5;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index: 1;
  }
.erreur_css i.fa-asterisk {
    color: #D35865;
}

p.indication_mobile{
    position: absolute;
    left: 0px;
    top: 31px;
    width: 36px;
    text-align: center;
    font-size: 8px;
    font-style: italic;
    opacity: 0.7;
    line-height: normal;
}

label{
    margin: 0;
    padding: 0;
}
.erreur_css input:not([type='checkbox']), .erreur_css select{
    border: 1px solid #D35865;
}
input:not([type='checkbox'])::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b0b7bd;
    opacity: 1;
}
input:not([type='checkbox'])::-moz-placeholder { /* Firefox 19+ */
    color: #b0b7bd;
    opacity: 1;
}
input:not([type='checkbox']):-ms-input-placeholder { /* IE 10+ */
    color: #b0b7bd;
    opacity: 1;
}
input:not([type='checkbox']):-moz-placeholder { /* Firefox 18- */
    color: #b0b7bd;
    opacity: 1;
}

input:not([type='checkbox']):focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;
}
input:not([type='checkbox']):focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;
}
input:not([type='checkbox']):focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;
}
input:not([type='checkbox']):focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;
}
.button_mc{
    display: inline-block;
    padding: 4px 25px;
    color:#ffffff;
    height: 37px;
    font-size: 14px;
    vertical-align: middle;
    background: #70B69E;
    border: 1px solid #26B99A;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;

    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button_mc:hover{
    background: #26B99A;
}
.button_mc_div{
    height: auto;
    line-height: 36px;
    font-weight: 300;
    font-size: 20px;
}
a{
    color: #73879C;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    color: #73879C;
}
a.inverse{
    text-decoration: underline;
}
a.inverse:hover{
    text-decoration: none;
}

.bold{
    font-weight: bold;
}
.pointer_hover:hover{
    cursor: pointer;
}
.hidden{
    display: none;
}
.container-fluid-extra{
    padding-left: 30px;
    padding-right: 30px;
}
.container-fluid-max-2000{
    max-width: 2000px;
}
.container-fluid-max-1500{
    max-width: 1500px;
}
.form_search{
    padding-top: 6px;
    padding-bottom: 6px;
}
.col-space{
    padding-top: 6px;
    padding-bottom: 6px;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.d_relative{
    position: relative;
}
.pr-2{
    padding-right: 8px !important;
}
.pl-2{
    padding-left: 8px !important;
}
.w-100{
    width: 100% !important;
}
.hr{
    clear: both;
}
/******************************************************/

@media (max-width: 575px){

    input:not([type='checkbox']), select{
        height: 42px;
    }
    span.fa_mobile{
        top: 8px;
    }
    p.indication_mobile{
        top: 29px;
    }

    .container-fluid-extra{
        padding-left: 15px;
        padding-right: 15px;
    }
    .form_search{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .col-space{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
}
