::selection {
    background-color: #163e5d;
    color: white;
}
 
 /* Désactive le fond blanc de l'autofill sur Chrome, Edge et autres */
 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 textarea:-webkit-autofill,
 textarea:-webkit-autofill:hover,
 textarea:-webkit-autofill:focus,
 select:-webkit-autofill,
 select:-webkit-autofill:hover,
 select:-webkit-autofill:focus {
     -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
     -webkit-text-fill-color: #fff !important;
     background-color: transparent !important;
     transition: background-color 9999s ease-in-out 0s;
 }