  /* label color */
   .input-field label {
     color: #2196f3!important;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #2196f3!important;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #2196f3!important;
     box-shadow: 0 1px 0 0 #2196f3!important;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #76ff03!important;
     box-shadow: 0 1px 0 0 #76ff03!important;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #d50000!important;
     box-shadow: 0 1px 0 0 #d50000!important;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000!important;
   }
   /* placeholder */
   .input-field input[type=text]::placeholder {
     color: #2e2e2e!important;
   }
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after 
    {
    background-color: #2196f3;
    }
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after
    {
    border: 2px solid #2196f3;
    }
#sexe
    {
    text-align: center;
    }
#sexe .sexe_title
    {
    color: #2196f3;
    vertical-align: 2px;
    }
#sexe span
    {
    vertical-align: 2px;
    }
#sexe span::before, #sexe span::after
    {
    margin-top: 5.8px;
    margin-left: 11px;
    }
#sexe label span
    {
    color: #2e2e2e;
    }