input[type="date"]::-webkit-calendar-picker-indicator,input[type="time"]::-webkit-calendar-picker-indicator {
   color: transparent;
   background: none;
   z-index: 1;
   position: absolute;
   width: 85%;
   left: 0px;
   cursor: pointer;
}

/*
input[type="date"],input[type="time"] {
  position: relative;
  padding: 10px;
}

input[type="date"]:before,input[type="time"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  width: 15px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 32px;
  color: #b18a3e;
}

input[type="time"]:before {
  content: '\f017' !important;
}*/

.retur_input{display: none ;}
.brand-carousel-one{padding-top: 40px !important}

    .new_select {
          cursor: pointer;
          width: 100%;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #242424;
          color:#B5B5B5;
          font-family: inherit;
          border-radius: 50px;
          border:none;
          padding-left: 40px;
          font-size: 14px;
          font-weight: 600;
          line-height: 50px;
      }
      .new_select option { background: white;color:black;}
      .adresse i{
          right: 0px;border-radius: 50%;
          padding: 13px;right: 1px !important;padding-right: 32px;
          background: #242424;
      }

     .input_valide{
          border: 1px solid #28a745 !important;
      }

      .input_invalide{
          border: 1px solid red !important;
      }