/*Write your custom css in this file.*/
#topbar-language-dropdown {
  display:none;
}

.text-line-through
 {
    text-decoration: unset;
}

@media (max-width: 500px) {
    input, select, textarea {
        font-size: 14px !important;
    }
}
.couleurbleu {
        color: #048B9A ;
    }