/* Start custom CSS *//* --- Masquer le titre de la page sur mobile --- */
@media (max-width: 768px) {
  .elementor-page-title,
  h1.entry-title,
  h1.page-title {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}/* End custom CSS */