{"id":2872,"date":"2024-12-14T08:17:31","date_gmt":"2024-12-14T07:17:31","guid":{"rendered":"https:\/\/www.rister.ch\/?p=2872"},"modified":"2025-11-27T10:23:39","modified_gmt":"2025-11-27T09:23:39","slug":"public-holidays-in-switzerland-in-2025","status":"publish","type":"post","link":"https:\/\/www.rister.ch\/en\/post\/public-holidays-in-switzerland-in-2025\/","title":{"rendered":"Public Holidays in Switzerland in 2025, 2026 &#038; 2027"},"content":{"rendered":"<p>Public holidays in Switzerland in 2025 go beyond mere calendar breaks. They embody the country&#8217;s rich cultural heritage and historical traditions unique to each canton. While some holidays are celebrated nationwide, many are region-specific, reflecting the local history and customs.<\/p>\n<p>For example, the canton of Geneva observes unique holidays such as <strong>Geneva&#8217;s Fast<\/strong> or <strong>Restoration of the Republic<\/strong>, commemorating significant historical events. This diversity makes time management in Switzerland both fascinating and challenging for businesses and individuals.<\/p>\n<p>Understanding these public holidays is essential for anticipating administrative closures, organizing professional activities, and ensuring compliance with legal obligations regarding payroll and leave management. With proper planning and the expertise of a partner like <strong><a href=\"https:\/\/www.rister.ch\/en\/\">RISTER &#8211; Fiduciary in Geneva<\/a><\/strong>, businesses can remain compliant with regulations while optimizing their operations throughout the year.<\/p>\n    \r\n<style>\r\n:root {\r\n  --color-primary: #00798E;\r\n  --color-secondary: #152842;\r\n  --color-light: #f8fafb;\r\n  --color-border: #e1e8ed;\r\n  --color-text: #2d3748;\r\n  --shadow-sm: 0 2px 8px rgba(21, 40, 66, 0.08);\r\n  --shadow-md: 0 4px 12px rgba(0, 121, 142, 0.12);\r\n  --radius: 8px;\r\n}\r\n\r\n.jf-tool-container {\r\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;\r\n  background: linear-gradient(135deg, var(--color-light) 0%, #ffffff 100%);\r\n  padding: 40px;\r\n  border-radius: var(--radius);\r\n  margin: 40px 0;\r\n  box-shadow: var(--shadow-sm);\r\n  border: 1px solid var(--color-border);\r\n}\r\n\r\n.jf-tool-container h2 {\r\n  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n  background-clip: text;\r\n  font-weight: 700;\r\n  font-size: 28px;\r\n  margin: 0 0 30px 0;\r\n  text-align: center;\r\n}\r\n\r\n.jf-selectors {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n  gap: 24px;\r\n  margin-bottom: 30px;\r\n}\r\n\r\n.jf-select-group label {\r\n  display: block;\r\n  font-weight: 600;\r\n  margin-bottom: 10px;\r\n  color: var(--color-secondary);\r\n  font-size: 15px;\r\n}\r\n\r\n.jf-select {\r\n  width: 100%;\r\n  padding: 14px 16px;\r\n  border: 2px solid var(--color-border);\r\n  border-radius: var(--radius);\r\n  font-size: 16px;\r\n  background: #ffffff;\r\n  color: var(--color-text);\r\n  cursor: pointer;\r\n  transition: all 0.3s ease;\r\n  appearance: none;\r\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='16' height='16' fill='%2300798E' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'\/%3E%3C\/svg%3E\");\r\n  background-repeat: no-repeat;\r\n  background-position: right 16px center;\r\n  background-size: 14px;\r\n}\r\n\r\n.jf-select:focus {\r\n  outline: none;\r\n  border-color: var(--color-primary);\r\n  box-shadow: 0 0 0 3px rgba(0, 121, 142, 0.15);\r\n}\r\n\r\n.jf-results {\r\n  background: #ffffff;\r\n  padding: 30px;\r\n  border-radius: var(--radius);\r\n  box-shadow: var(--shadow-md);\r\n  animation: fadeIn 0.4s ease;\r\n}\r\n\r\n@keyframes fadeIn {\r\n  from { opacity: 0; transform: translateY(10px); }\r\n  to { opacity: 1; transform: translateY(0); }\r\n}\r\n\r\n.jf-results h3 {\r\n  color: var(--color-secondary);\r\n  margin: 0 0 20px 0;\r\n  font-size: 22px;\r\n  padding-bottom: 12px;\r\n  border-bottom: 3px solid var(--color-primary);\r\n}\r\n\r\n.jf-holiday-table {\r\n  width: 100%;\r\n  border-collapse: separate;\r\n  border-spacing: 0;\r\n  margin-top: 20px;\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n}\r\n\r\n.jf-holiday-table th {\r\n  background: var(--color-primary);\r\n  color: #ffffff;\r\n  padding: 16px;\r\n  text-align: left;\r\n  font-weight: 600;\r\n  font-size: 15px;\r\n}\r\n\r\n.jf-holiday-table td {\r\n  padding: 14px 16px;\r\n  border-bottom: 1px solid var(--color-border);\r\n  color: var(--color-text);\r\n}\r\n\r\n.jf-holiday-table tr:hover {\r\n  background: rgba(0, 121, 142, 0.03);\r\n  transition: background 0.2s;\r\n}\r\n\r\n.jf-holiday-table tr:last-child td {\r\n  border-bottom: none;\r\n}\r\n\r\n.jf-badge {\r\n  display: inline-block;\r\n  padding: 5px 10px;\r\n  border-radius: 20px;\r\n  font-size: 12px;\r\n  font-weight: 600;\r\n  letter-spacing: 0.3px;\r\n  text-transform: uppercase;\r\n}\r\n\r\n.jf-badge-national {\r\n  background: linear-gradient(90deg, #c0392b 0%, #e74c3c 100%);\r\n  color: #ffffff;\r\n}\r\n\r\n.jf-badge-cantonal {\r\n  background: linear-gradient(90deg, var(--color-primary) 0%, #00a8c5 100%);\r\n  color: #ffffff;\r\n}\r\n\r\n.jf-no-selection {\r\n  text-align: center;\r\n  color: #718096;\r\n  font-style: italic;\r\n  padding: 50px 20px;\r\n  font-size: 17px;\r\n}\r\n\r\n.jf-canton-info {\r\n  margin-top: 30px;\r\n  padding: 24px;\r\n  background: rgba(0, 121, 142, 0.05);\r\n  border-left: 4px solid var(--color-primary);\r\n  border-radius: 0 var(--radius) var(--radius) 0;\r\n}\r\n\r\n.jf-canton-info h4 {\r\n  color: var(--color-secondary);\r\n  margin: 0 0 12px 0;\r\n  font-size: 18px;\r\n}\r\n\r\n.jf-canton-info p {\r\n  margin: 8px 0;\r\n  color: var(--color-text);\r\n  line-height: 1.6;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .jf-tool-container {\r\n    padding: 24px;\r\n    margin: 24px 0;\r\n  }\r\n  \r\n  .jf-tool-container h2 {\r\n    font-size: 22px;\r\n  }\r\n  \r\n  .jf-selectors {\r\n    grid-template-columns: 1fr;\r\n    gap: 18px;\r\n  }\r\n  \r\n  .jf-results {\r\n    padding: 20px;\r\n  }\r\n  \r\n  .jf-holiday-table {\r\n    font-size: 14px;\r\n  }\r\n  \r\n  .jf-holiday-table th,\r\n  .jf-holiday-table td {\r\n    padding: 12px 10px;\r\n  }\r\n  \r\n  .jf-badge {\r\n    font-size: 11px;\r\n    padding: 4px 8px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<div class=\"jf-tool-container\">\r\n  <h2>Find your public holidays in 2 clicks<\/h2>\r\n  \r\n  <div class=\"jf-selectors\">\r\n    <div class=\"jf-select-group\">\r\n      <label for=\"canton-select-69e4d8e699a12\">1\ufe0f\u20e3 Select your canton<\/label>\r\n      <select id=\"canton-select-69e4d8e699a12\" class=\"jf-select\">\r\n        <option value=\"\">-- Choose a canton --<\/option>\r\n      <\/select>\r\n    <\/div>\r\n    \r\n    <div class=\"jf-select-group\">\r\n      <label for=\"year-select-69e4d8e699a12\">2\ufe0f\u20e3 Choose year<\/label>\r\n      <select id=\"year-select-69e4d8e699a12\" class=\"jf-select\">\r\n        <option value=\"2025\">2025<\/option>\r\n        <option value=\"2026\">2026<\/option>\r\n        <option value=\"2027\">2027<\/option>\r\n      <\/select>\r\n    <\/div>\r\n  <\/div>\r\n  \r\n  <div id=\"jf-results-69e4d8e699a12\" class=\"jf-results\">\r\n    <div class=\"jf-no-selection\">\r\n      \ud83d\udc46 Select a canton to see holidays    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function() {\r\n  const joursFeries = {\r\n    nationaux: {\r\n      2025: [\r\n        { date: \"2025-01-01\", nom: \"New Year's Day\", type: \"national\" },\r\n        { date: \"2025-05-29\", nom: \"Ascension Day\", type: \"national\" },\r\n        { date: \"2025-08-01\", nom: \"Swiss National Day\", type: \"national\" },\r\n        { date: \"2025-12-25\", nom: \"Christmas\", type: \"national\" }\r\n      ],\r\n      2026: [\r\n        { date: \"2026-01-01\", nom: \"New Year's Day\", type: \"national\" },\r\n        { date: \"2026-05-14\", nom: \"Ascension Day\", type: \"national\" },\r\n        { date: \"2026-08-01\", nom: \"Swiss National Day\", type: \"national\" },\r\n        { date: \"2026-12-25\", nom: \"Christmas\", type: \"national\" }\r\n      ],\r\n      2027: [\r\n        { date: \"2027-01-01\", nom: \"New Year's Day\", type: \"national\" },\r\n        { date: \"2027-05-20\", nom: \"Ascension Day\", type: \"national\" },\r\n        { date: \"2027-08-01\", nom: \"Swiss National Day\", type: \"national\" },\r\n        { date: \"2027-12-25\", nom: \"Christmas\", type: \"national\" }\r\n      ]\r\n    },\r\n    cantonaux: {\r\n      2025: [\r\n        { date: \"2025-01-02\", nom: \"Berchtold's Day\", cantons: [\"Argovie\", \"Berne\", \"Fribourg\", \"Glaris\", \"Jura\", \"Lucerne\", \"Obwald\", \"Schaffhouse\", \"Thurgovie\", \"Vaud\"] },\r\n        { date: \"2025-01-06\", nom: \"Epiphany\", cantons: [\"Grisons\", \"Lucerne\", \"Schwytz\", \"Tessin\", \"Uri\"] },\r\n        { date: \"2025-03-01\", nom: \"Restoration of the Republic\", cantons: [\"Neuch\u00e2tel\"] },\r\n        { date: \"2025-03-19\", nom: \"Saint Joseph\", cantons: [\"Grisons\", \"Lucerne\", \"Nidwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\"] },\r\n        { date: \"2025-04-03\", nom: \"Fahrtsfest\", cantons: [\"Glaris\"] },\r\n        { date: \"2025-04-18\", nom: \"Good Friday\", cantons: [\"Tous sauf Tessin et Valais\"] },\r\n        { date: \"2025-04-21\", nom: \"Easter Monday\", cantons: [\"Tous sauf Neuch\u00e2tel, Soleure, Valais, Zoug\"] },\r\n        { date: \"2025-05-01\", nom: \"Labour Day\", cantons: [\"B\u00e2le-Campagne\", \"B\u00e2le-Ville\", \"Jura\", \"Lucerne\", \"Neuch\u00e2tel\", \"Schaffhouse\", \"Soleure\", \"Thurgovie\", \"Tessin\", \"Zurich\"] },\r\n        { date: \"2025-06-09\", nom: \"Whit Monday\", cantons: [\"Tous sauf Neuch\u00e2tel, Soleure, Valais, Zoug\"] },\r\n        { date: \"2025-06-19\", nom: \"Corpus Christi\", cantons: [\"Appenzell RI\", \"Argovie\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2025-06-23\", nom: \"Jura Independence Day\", cantons: [\"Jura\"] },\r\n        { date: \"2025-06-29\", nom: \"Saints Peter and Paul\", cantons: [\"Grisons\", \"Tessin\"] },\r\n        { date: \"2025-08-15\", nom: \"Assumption\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Soleure\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2025-09-11\", nom: \"Genevan Fast\", cantons: [\"Gen\u00e8ve\"] },\r\n        { date: \"2025-09-22\", nom: \"Federal Fast Monday\", cantons: [\"Vaud\"] },\r\n        { date: \"2025-09-22\", nom: \"Saint Maurice\", cantons: [\"Appenzell RI\"] },\r\n        { date: \"2025-09-25\", nom: \"Saint Nicholas of Fl\u00fce Day\", cantons: [\"Obwald\"] },\r\n        { date: \"2025-11-01\", nom: \"All Saints' Day\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2025-12-08\", nom: \"Immaculate Conception\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Grisons\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2025-12-24\", nom: \"Christmas Eve\", cantons: [\"Glaris\"] },\r\n        { date: \"2025-12-26\", nom: \"Saint Stephen's Day\", cantons: [\"Tous sauf Gen\u00e8ve, Jura, Neuch\u00e2tel, Soleure, Valais, Vaud, Zoug\"] },\r\n        { date: \"2025-12-31\", nom: \"New Year's Eve\", cantons: [\"Glaris\"] },\r\n        { date: \"2025-12-31\", nom: \"Restoration of the Republic\", cantons: [\"Gen\u00e8ve\"] }\r\n      ],\r\n      2026: [\r\n        { date: \"2026-01-02\", nom: \"Berchtold's Day\", cantons: [\"Argovie\", \"Berne\", \"Fribourg\", \"Glaris\", \"Jura\", \"Lucerne\", \"Obwald\", \"Schaffhouse\", \"Thurgovie\", \"Vaud\"] },\r\n        { date: \"2026-01-06\", nom: \"Epiphany\", cantons: [\"Grisons\", \"Lucerne\", \"Schwytz\", \"Tessin\", \"Uri\"] },\r\n        { date: \"2026-03-01\", nom: \"Restoration of the Republic\", cantons: [\"Neuch\u00e2tel\"] },\r\n        { date: \"2026-03-19\", nom: \"Saint Joseph\", cantons: [\"Grisons\", \"Lucerne\", \"Nidwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\"] },\r\n        { date: \"2026-03-26\", nom: \"Fahrtsfest\", cantons: [\"Glaris\"] },\r\n        { date: \"2026-04-03\", nom: \"Good Friday\", cantons: [\"Tous sauf Tessin et Valais\"] },\r\n        { date: \"2026-04-06\", nom: \"Easter Monday\", cantons: [\"Tous sauf Neuch\u00e2tel, Soleure, Valais, Zoug\"] },\r\n        { date: \"2026-05-01\", nom: \"Labour Day\", cantons: [\"B\u00e2le-Campagne\", \"B\u00e2le-Ville\", \"Jura\", \"Lucerne\", \"Neuch\u00e2tel\", \"Schaffhouse\", \"Soleure\", \"Thurgovie\", \"Tessin\", \"Zurich\"] },\r\n        { date: \"2026-05-25\", nom: \"Whit Monday\", cantons: [\"Tous sauf Neuch\u00e2tel, Soleure, Valais, Zoug\"] },\r\n        { date: \"2026-06-04\", nom: \"Corpus Christi\", cantons: [\"Appenzell RI\", \"Argovie\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2026-06-23\", nom: \"Jura Independence Day\", cantons: [\"Jura\"] },\r\n        { date: \"2026-06-29\", nom: \"Saints Peter and Paul\", cantons: [\"Grisons\", \"Tessin\"] },\r\n        { date: \"2026-08-15\", nom: \"Assumption\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Soleure\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2026-09-10\", nom: \"Genevan Fast\", cantons: [\"Gen\u00e8ve\"] },\r\n        { date: \"2026-09-21\", nom: \"Federal Fast Monday\", cantons: [\"Vaud\"] },\r\n        { date: \"2026-09-22\", nom: \"Saint Maurice\", cantons: [\"Appenzell RI\"] },\r\n        { date: \"2026-09-25\", nom: \"Saint Nicholas of Fl\u00fce Day\", cantons: [\"Obwald\"] },\r\n        { date: \"2026-11-01\", nom: \"All Saints' Day\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2026-12-08\", nom: \"Immaculate Conception\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Grisons\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2026-12-24\", nom: \"Christmas Eve\", cantons: [\"Glaris\"] },\r\n        { date: \"2026-12-26\", nom: \"Saint Stephen's Day\", cantons: [\"Tous sauf Gen\u00e8ve, Jura, Neuch\u00e2tel, Soleure, Valais, Vaud, Zoug\"] },\r\n        { date: \"2026-12-31\", nom: \"New Year's Eve\", cantons: [\"Glaris\"] },\r\n        { date: \"2026-12-31\", nom: \"Restoration of the Republic\", cantons: [\"Gen\u00e8ve\"] }\r\n      ],\r\n      2027: [\r\n        { date: \"2027-01-02\", nom: \"Berchtold's Day\", cantons: [\"Argovie\", \"Berne\", \"Fribourg\", \"Glaris\", \"Jura\", \"Lucerne\", \"Obwald\", \"Schaffhouse\", \"Thurgovie\", \"Vaud\"] },\r\n        { date: \"2027-01-06\", nom: \"Epiphany\", cantons: [\"Grisons\", \"Lucerne\", \"Schwytz\", \"Tessin\", \"Uri\"] },\r\n        { date: \"2027-03-01\", nom: \"Restoration of the Republic\", cantons: [\"Neuch\u00e2tel\"] },\r\n        { date: \"2027-03-19\", nom: \"Saint Joseph\", cantons: [\"Grisons\", \"Lucerne\", \"Nidwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\"] },\r\n        { date: \"2027-03-26\", nom: \"Fahrtsfest\", cantons: [\"Glaris\"] },\r\n        { date: \"2027-03-26\", nom: \"Good Friday\", cantons: [\"Tous sauf Tessin et Valais\"] },\r\n        { date: \"2027-03-29\", nom: \"Easter Monday\", cantons: [\"Tous sauf Neuch\u00e2tel, Soleure, Valais, Zoug\"] },\r\n        { date: \"2027-05-01\", nom: \"Labour Day\", cantons: [\"B\u00e2le-Campagne\", \"B\u00e2le-Ville\", \"Jura\", \"Lucerne\", \"Neuch\u00e2tel\", \"Schaffhouse\", \"Soleure\", \"Thurgovie\", \"Tessin\", \"Zurich\"] },\r\n        { date: \"2027-05-17\", nom: \"Whit Monday\", cantons: [\"Tous sauf Neuch\u00e2tel, Soleure, Valais, Zoug\"] },\r\n        { date: \"2027-05-27\", nom: \"Corpus Christi\", cantons: [\"Appenzell RI\", \"Argovie\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2027-06-23\", nom: \"Jura Independence Day\", cantons: [\"Jura\"] },\r\n        { date: \"2027-06-29\", nom: \"Saints Peter and Paul\", cantons: [\"Grisons\", \"Tessin\"] },\r\n        { date: \"2027-08-15\", nom: \"Assumption\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Soleure\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2027-09-09\", nom: \"Genevan Fast\", cantons: [\"Gen\u00e8ve\"] },\r\n        { date: \"2027-09-20\", nom: \"Federal Fast Monday\", cantons: [\"Vaud\"] },\r\n        { date: \"2027-09-22\", nom: \"Saint Maurice\", cantons: [\"Appenzell RI\"] },\r\n        { date: \"2027-09-25\", nom: \"Saint Nicholas of Fl\u00fce Day\", cantons: [\"Obwald\"] },\r\n        { date: \"2027-11-01\", nom: \"All Saints' Day\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Jura\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2027-12-08\", nom: \"Immaculate Conception\", cantons: [\"Argovie\", \"Appenzell RI\", \"Fribourg\", \"Grisons\", \"Lucerne\", \"Nidwald\", \"Obwald\", \"Schwytz\", \"Tessin\", \"Uri\", \"Valais\", \"Zoug\"] },\r\n        { date: \"2027-12-24\", nom: \"Christmas Eve\", cantons: [\"Glaris\"] },\r\n        { date: \"2027-12-26\", nom: \"Saint Stephen's Day\", cantons: [\"Tous sauf Gen\u00e8ve, Jura, Neuch\u00e2tel, Soleure, Valais, Vaud, Zoug\"] },\r\n        { date: \"2027-12-31\", nom: \"New Year's Eve\", cantons: [\"Glaris\"] },\r\n        { date: \"2027-12-31\", nom: \"Restoration of the Republic\", cantons: [\"Gen\u00e8ve\"] }\r\n      ]\r\n    }\r\n  };\r\n\r\n  \/\/ R\u00e9cup\u00e9ration des \u00e9l\u00e9ments\r\n  const cantonSelect = document.getElementById('canton-select-69e4d8e699a12');\r\n  const yearSelect = document.getElementById('year-select-69e4d8e699a12');\r\n  const resultsDiv = document.getElementById('jf-results-69e4d8e699a12');\r\n\r\n  \/\/ Remplir le select des cantons\r\n  const cantons = [\r\n    \"Gen\u00e8ve\", \"Vaud\", \"Valais\", \"Fribourg\", \"Neuch\u00e2tel\", \"Jura\", \"Berne\",\r\n    \"Soleure\", \"B\u00e2le-Ville\", \"B\u00e2le-Campagne\", \"Argovie\", \"Thurgovie\", \"Zurich\",\r\n    \"Schaffhouse\", \"Zoug\", \"Lucerne\", \"Uri\", \"Schwytz\", \"Obwald\", \"Nidwald\",\r\n    \"Glaris\", \"Tessin\", \"Grisons\", \"Appenzell RI\"\r\n  ].sort();\r\n\r\n  cantons.forEach(canton => {\r\n    const option = document.createElement('option');\r\n    option.value = canton;\r\n    option.textContent = canton;\r\n    cantonSelect.appendChild(option);\r\n  });\r\n\r\n  \/\/ \u00c9couteurs d'\u00e9v\u00e9nements\r\n  cantonSelect.addEventListener('change', afficherJoursFeries);\r\n  yearSelect.addEventListener('change', afficherJoursFeries);\r\n\r\n  \/\/ Fonction principale\r\n  function afficherJoursFeries() {\r\n    const cantonChoisi = cantonSelect.value;\r\n    const anneeChoisi = yearSelect.value;\r\n    \r\n    if (!cantonChoisi) {\r\n      resultsDiv.innerHTML = '<div class=\"jf-no-selection\">\ud83d\udc46 Select a canton to see holidays<\/div>';\r\n      return;\r\n    }\r\n    \r\n    const joursNationaux = joursFeries.nationaux[anneeChoisi];\r\n    const joursCantonaux = joursFeries.cantonaux[anneeChoisi];\r\n    const joursATraiter = [...joursNationaux];\r\n    \r\n    joursCantonaux.forEach(jour => {\r\n      const isForCanton = jour.cantons.includes(cantonChoisi) ||\r\n        (jour.cantons[0].startsWith(\"Tous sauf\") && !jour.cantons[0].includes(cantonChoisi));\r\n      \r\n      if (isForCanton) {\r\n        joursATraiter.push(jour);\r\n      }\r\n    });\r\n    \r\n    joursATraiter.sort((a, b) => new Date(a.date) - new Date(b.date));\r\n    \r\n    let html = `<h3>\ud83d\udcc5 Public holidays for ${cantonChoisi} in ${anneeChoisi}<\/h3>\r\n      <table class=\"jf-holiday-table\">\r\n        <thead>\r\n          <tr>\r\n            <th>Date<\/th>\r\n            <th>Holiday<\/th>\r\n            <th>Type<\/th>\r\n          <\/tr>\r\n        <\/thead>\r\n        <tbody>`;\r\n    \r\n    joursATraiter.forEach(jour => {\r\n      const date = new Date(jour.date);\r\n      const dateFormatee = date.toLocaleDateString('en-US', { \r\n        weekday: 'long', \r\n        year: 'numeric', \r\n        month: 'long', \r\n        day: 'numeric' \r\n      });\r\n      \r\n      const typeBadge = jour.type === 'national' \r\n        ? '<span class=\"jf-badge jf-badge-national\">National<\/span>' \r\n        : '<span class=\"jf-badge jf-badge-cantonal\">Cantonal<\/span>';\r\n      \r\n      html += `<tr>\r\n        <td><strong>${dateFormatee}<\/strong><\/td>\r\n        <td>${jour.nom}<\/td>\r\n        <td>${typeBadge}<\/td>\r\n      <\/tr>`;\r\n    });\r\n    \r\n    html += '<\/tbody><\/table>';\r\n    \r\n    if (cantonChoisi === \"Gen\u00e8ve\") {\r\n      html += `<div class=\"jf-canton-info\"><h4>\ud83c\udfad Geneva Specificities<\/h4><p><strong>Genevan Fast:<\/strong> Celebrated on the Thursday following the first Sunday of September. Commemorative day with culinary tradition (prune tart).<\/p><p><strong>Restoration of the Republic:<\/strong> December 31st commemorates the liberation of Geneva in 1813.<\/p><\/div>`;\r\n    }\r\n    \r\n    resultsDiv.innerHTML = html;\r\n  }\r\n})();\r\n<\/script>\r\n\r\n    \n<hr \/>\n<h2>National Public Holidays in 2025<\/h2>\n<p>These days are generally paid public holidays throughout Switzerland:<\/p>\n<ul>\n<li><strong>New Year&#8217;s Day<\/strong>: Wednesday, January 1, 2025<\/li>\n<li><strong>Ascension Day<\/strong>: Thursday, May 29, 2025<\/li>\n<li><strong>Swiss National Day<\/strong>: Friday, August 1, 2025<\/li>\n<li><strong>Christmas Day<\/strong>: Thursday, December 25, 2025<\/li>\n<\/ul>\n<hr \/>\n<h2>Cantonal Public Holidays in 2025<\/h2>\n<p>These days are observed locally and may vary:<\/p>\n<ul>\n<li><strong>Berchtold&#8217;s Day<\/strong> \u2013 Thursday, January 2, 2025: Celebrated in the cantons of Aargau, Bern, Fribourg, Glarus, Jura, Lucerne, Obwalden, Schaffhausen, Thurgau, and Vaud.<\/li>\n<li><strong>Epiphany<\/strong> \u2013 Monday, January 6, 2025: Observed in the cantons of Graub\u00fcnden, Lucerne, Schwyz, Ticino, and Uri.<\/li>\n<li><strong>Republic Day<\/strong> \u2013 Saturday, March 1, 2025: Specific to the canton of Neuch\u00e2tel.<\/li>\n<li><strong>St. Joseph&#8217;s Day<\/strong> \u2013 Wednesday, March 19, 2025: Celebrated in the cantons of Graub\u00fcnden, Lucerne, Nidwalden, Schwyz, Ticino, Uri, and Valais.<\/li>\n<li><strong>Fahrtsfest<\/strong> \u2013 Thursday, April 3, 2025: Specific to the canton of Glarus.<\/li>\n<li><strong>Good Friday<\/strong> \u2013 Friday, April 18, 2025: Observed in all cantons except Ticino and Valais.<\/li>\n<li><strong>Easter Monday<\/strong> \u2013 Monday, April 21, 2025: Celebrated in all cantons except Neuch\u00e2tel, Solothurn, Valais, and Zug.<\/li>\n<li><strong>Labor Day<\/strong> \u2013 Thursday, May 1, 2025: Recognized in the cantons of Basel-Country, Basel-City, Jura, Lucerne, Neuch\u00e2tel, Schaffhausen, Solothurn, Thurgau, Ticino, and Zurich.<\/li>\n<li><strong>Whit Monday<\/strong> \u2013 Monday, June 9, 2025: Celebrated in all cantons except Neuch\u00e2tel, Solothurn, Valais, and Zug.<\/li>\n<li><strong>Corpus Christi<\/strong> \u2013 Thursday, June 19, 2025: Observed in the cantons of Appenzell Inner-Rhodes, Aargau, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Jura Independence Day<\/strong> \u2013 Monday, June 23, 2025: Specific to the canton of Jura.<\/li>\n<li><strong>St. Peter and Paul<\/strong> \u2013 Sunday, June 29, 2025: Celebrated in the cantons of Graub\u00fcnden and Ticino.<\/li>\n<li><strong>Assumption<\/strong> \u2013 Friday, August 15, 2025: Observed in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Solothurn, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Geneva&#8217;s Fast<\/strong> \u2013 Thursday, September 11, 2025: Specific to the canton of Geneva.<\/li>\n<li><strong>Federal Fast Monday<\/strong> \u2013 Monday, September 22, 2025: Celebrated in the canton of Vaud.<\/li>\n<li><strong>St. Maurice&#8217;s Day<\/strong> \u2013 Monday, September 22, 2025: Observed in the canton of Appenzell Inner-Rhodes.<\/li>\n<li><strong>St. Nicholas of Fl\u00fce&#8217;s Day<\/strong> \u2013 Thursday, September 25, 2025: Specific to the canton of Obwalden.<\/li>\n<li><strong>All Saints&#8217; Day<\/strong> \u2013 Saturday, November 1, 2025: Celebrated in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Immaculate Conception<\/strong> \u2013 Monday, December 8, 2025: Celebrated in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Graub\u00fcnden, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Christmas Eve<\/strong> \u2013 Wednesday, December 24, 2025: Observed in the canton of Glarus.<\/li>\n<li><strong>St. Stephen&#8217;s Day<\/strong> \u2013 Friday, December 26, 2025: Celebrated in all cantons except Geneva, Jura, Neuch\u00e2tel, Solothurn, Valais, Vaud, and Zug.<\/li>\n<li><strong>St. Sylvester&#8217;s Day<\/strong> \u2013 Wednesday, December 31, 2025: Celebrated in the canton of Glarus.<\/li>\n<li><strong>Restoration of the Republic<\/strong> \u2013 Wednesday, December 31, 2025: Specific to the canton of Geneva.<\/li>\n<\/ul>\n<hr \/>\n<h2>National Public Holidays in 2026<\/h2>\n<p>These days are generally paid public holidays throughout Switzerland:<\/p>\n<ul>\n<li><strong>New Year&#8217;s Day<\/strong>: Thursday, January 1, 2026<\/li>\n<li><strong>Ascension Day<\/strong>: Thursday, May 14, 2026<\/li>\n<li><strong>Swiss National Day<\/strong>: Saturday, August 1, 2026<\/li>\n<li><strong>Christmas Day<\/strong>: Friday, December 25, 2026<\/li>\n<\/ul>\n<hr \/>\n<h2>Cantonal Public Holidays in 2026<\/h2>\n<p>These days are observed locally and may vary:<\/p>\n<ul>\n<li><strong>Berchtold&#8217;s Day<\/strong> \u2013 Friday, January 2, 2026: Celebrated in the cantons of Aargau, Bern, Fribourg, Glarus, Jura, Lucerne, Obwalden, Schaffhausen, Thurgau, and Vaud.<\/li>\n<li><strong>Epiphany<\/strong> \u2013 Tuesday, January 6, 2026: Observed in the cantons of Graub\u00fcnden, Lucerne, Schwyz, Ticino, and Uri.<\/li>\n<li><strong>Republic Day<\/strong> \u2013 Sunday, March 1, 2026: Specific to the canton of Neuch\u00e2tel.<\/li>\n<li><strong>St. Joseph&#8217;s Day<\/strong> \u2013 Thursday, March 19, 2026: Celebrated in the cantons of Graub\u00fcnden, Lucerne, Nidwalden, Schwyz, Ticino, Uri, and Valais.<\/li>\n<li><strong>Fahrtsfest<\/strong> \u2013 Thursday, March 26, 2026: Specific to the canton of Glarus.<\/li>\n<li><strong>Good Friday<\/strong> \u2013 Friday, April 3, 2026: Observed in all cantons except Ticino and Valais.<\/li>\n<li><strong>Easter Monday<\/strong> \u2013 Monday, April 6, 2026: Celebrated in all cantons except Neuch\u00e2tel, Solothurn, Valais, and Zug.<\/li>\n<li><strong>Labor Day<\/strong> \u2013 Friday, May 1, 2026: Recognized in the cantons of Basel-Country, Basel-City, Jura, Lucerne, Neuch\u00e2tel, Schaffhausen, Solothurn, Thurgau, Ticino, and Zurich.<\/li>\n<li><strong>Whit Monday<\/strong> \u2013 Monday, May 25, 2026: Celebrated in all cantons except Neuch\u00e2tel, Solothurn, Valais, and Zug.<\/li>\n<li><strong>Corpus Christi<\/strong> \u2013 Thursday, June 4, 2026: Observed in the cantons of Appenzell Inner-Rhodes, Aargau, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Jura Independence Day<\/strong> \u2013 Tuesday, June 23, 2026: Specific to the canton of Jura.<\/li>\n<li><strong>St. Peter and Paul<\/strong> \u2013 Monday, June 29, 2026: Celebrated in the cantons of Graub\u00fcnden and Ticino.<\/li>\n<li><strong>Assumption<\/strong> \u2013 Saturday, August 15, 2026: Observed in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Solothurn, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Geneva&#8217;s Fast<\/strong> \u2013 Thursday, September 10, 2026: Specific to the canton of Geneva.<\/li>\n<li><strong>Federal Fast Monday<\/strong> \u2013 Monday, September 21, 2026: Celebrated in the canton of Vaud.<\/li>\n<li><strong>St. Maurice&#8217;s Day<\/strong> \u2013 Tuesday, September 22, 2026: Observed in the canton of Appenzell Inner-Rhodes.<\/li>\n<li><strong>St. Nicholas of Fl\u00fce&#8217;s Day<\/strong> \u2013 Friday, September 25, 2026: Specific to the canton of Obwalden.<\/li>\n<li><strong>All Saints&#8217; Day<\/strong> \u2013 Sunday, November 1, 2026: Celebrated in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Immaculate Conception<\/strong> \u2013 Tuesday, December 8, 2026: Celebrated in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Graub\u00fcnden, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Christmas Eve<\/strong> \u2013 Thursday, December 24, 2026: Observed in the canton of Glarus.<\/li>\n<li><strong>St. Stephen&#8217;s Day<\/strong> \u2013 Saturday, December 26, 2026: Celebrated in all cantons except Geneva, Jura, Neuch\u00e2tel, Solothurn, Valais, Vaud, and Zug.<\/li>\n<li><strong>St. Sylvester&#8217;s Day<\/strong> \u2013 Thursday, December 31, 2026: Celebrated in the canton of Glarus.<\/li>\n<li><strong>Restoration of the Republic<\/strong> \u2013 Thursday, December 31, 2026: Specific to the canton of Geneva.<\/li>\n<\/ul>\n<hr \/>\n<h2>National Public Holidays in 2027<\/h2>\n<p>These days are generally paid public holidays throughout Switzerland:<\/p>\n<ul>\n<li><strong>New Year&#8217;s Day<\/strong>: Friday, January 1, 2027<\/li>\n<li><strong>Ascension Day<\/strong>: Thursday, May 6, 2027<\/li>\n<li><strong>Swiss National Day<\/strong>: Sunday, August 1, 2027<\/li>\n<li><strong>Christmas Day<\/strong>: Saturday, December 25, 2027<\/li>\n<\/ul>\n<hr \/>\n<h2>Cantonal Public Holidays in 2027<\/h2>\n<p>These days are observed locally and may vary:<\/p>\n<ul>\n<li><strong>Berchtold&#8217;s Day<\/strong> \u2013 Saturday, January 2, 2027: Celebrated in the cantons of Aargau, Bern, Fribourg, Glarus, Jura, Lucerne, Obwalden, Schaffhausen, Thurgau, and Vaud.<\/li>\n<li><strong>Epiphany<\/strong> \u2013 Wednesday, January 6, 2027: Observed in the cantons of Graub\u00fcnden, Lucerne, Schwyz, Ticino, and Uri.<\/li>\n<li><strong>Republic Day<\/strong> \u2013 Monday, March 1, 2027: Specific to the canton of Neuch\u00e2tel.<\/li>\n<li><strong>St. Joseph&#8217;s Day<\/strong> \u2013 Friday, March 19, 2027: Celebrated in the cantons of Graub\u00fcnden, Lucerne, Nidwalden, Schwyz, Ticino, Uri, and Valais.<\/li>\n<li><strong>Fahrtsfest<\/strong> \u2013 Thursday, March 25, 2027: Specific to the canton of Glarus.<\/li>\n<li><strong>Good Friday<\/strong> \u2013 Friday, March 26, 2027: Observed in all cantons except Ticino and Valais.<\/li>\n<li><strong>Easter Monday<\/strong> \u2013 Monday, March 29, 2027: Celebrated in all cantons except Neuch\u00e2tel, Solothurn, Valais, and Zug.<\/li>\n<li><strong>Labor Day<\/strong> \u2013 Saturday, May 1, 2027: Recognized in the cantons of Basel-Country, Basel-City, Jura, Lucerne, Neuch\u00e2tel, Schaffhausen, Solothurn, Thurgau, Ticino, and Zurich.<\/li>\n<li><strong>Whit Monday<\/strong> \u2013 Monday, May 17, 2027: Celebrated in all cantons except Neuch\u00e2tel, Solothurn, Valais, and Zug.<\/li>\n<li><strong>Corpus Christi<\/strong> \u2013 Thursday, May 27, 2027: Observed in the cantons of Appenzell Inner-Rhodes, Aargau, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Jura Independence Day<\/strong> \u2013 Wednesday, June 23, 2027: Specific to the canton of Jura.<\/li>\n<li><strong>St. Peter and Paul<\/strong> \u2013 Tuesday, June 29, 2027: Celebrated in the cantons of Graub\u00fcnden and Ticino.<\/li>\n<li><strong>Assumption<\/strong> \u2013 Sunday, August 15, 2027: Observed in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Solothurn, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Geneva&#8217;s Fast<\/strong> \u2013 Thursday, September 9, 2027: Specific to the canton of Geneva.<\/li>\n<li><strong>Federal Fast Monday<\/strong> \u2013 Monday, September 20, 2027: Celebrated in the canton of Vaud.<\/li>\n<li><strong>St. Maurice&#8217;s Day<\/strong> \u2013 Wednesday, September 22, 2027: Observed in the canton of Appenzell Inner-Rhodes.<\/li>\n<li><strong>St. Nicholas of Fl\u00fce&#8217;s Day<\/strong> \u2013 Saturday, September 25, 2027: Specific to the canton of Obwalden.<\/li>\n<li><strong>All Saints&#8217; Day<\/strong> \u2013 Monday, November 1, 2027: Celebrated in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Jura, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Immaculate Conception<\/strong> \u2013 Wednesday, December 8, 2027: Celebrated in the cantons of Aargau, Appenzell Inner-Rhodes, Fribourg, Graub\u00fcnden, Lucerne, Nidwalden, Obwalden, Schwyz, Ticino, Uri, Valais, and Zug.<\/li>\n<li><strong>Christmas Eve<\/strong> \u2013 Friday, December 24, 2027: Observed in the canton of Glarus.<\/li>\n<li><strong>St. Stephen&#8217;s Day<\/strong> \u2013 Sunday, December 26, 2027: Celebrated in all cantons except Geneva, Jura, Neuch\u00e2tel, Solothurn, Valais, Vaud, and Zug.<\/li>\n<li><strong>St. Sylvester&#8217;s Day<\/strong> \u2013 Friday, December 31, 2027: Celebrated in the canton of Glarus.<\/li>\n<li><strong>Restoration of the Republic<\/strong> \u2013 Friday, December 31, 2027: Specific to the canton of Geneva.<\/li>\n<\/ul>\n<hr \/>\n<h2>Public Holidays in Geneva in 2025: Local Specificities<\/h2>\n<p>The canton of Geneva has its own official public holidays in addition to national celebrations. These holidays reflect the region&#8217;s history and cultural heritage, influencing business operations and administrative activities.<\/p>\n<h3>Official Public Holidays in Geneva in 2025:<\/h3>\n<ul>\n<li><strong>New Year&#8217;s Day<\/strong>: Wednesday, January 1, 2025 (National)<\/li>\n<li><strong>Good Friday<\/strong>: Friday, April 18, 2025 (Local)<\/li>\n<li><strong>Easter Monday<\/strong>: Monday, April 21, 2025 (Local)<\/li>\n<li><strong>Ascension Day<\/strong>: Thursday, May 29, 2025 (National)<\/li>\n<li><strong>Whit Monday<\/strong>: Monday, June 9, 2025 (Local)<\/li>\n<li><strong>Swiss National Day<\/strong>: Friday, August 1, 2025 (National)<\/li>\n<li><strong>Geneva&#8217;s Fast<\/strong>: Thursday, September 11, 2025 (Local)<\/li>\n<li><strong>Restoration of the Republic<\/strong>: Wednesday, December 31, 2025 (Local)<\/li>\n<li><strong>Christmas Day<\/strong>: Thursday, December 25, 2025 (National)<\/li>\n<\/ul>\n<h3>Geneva&#8217;s Unique Public Holidays:<\/h3>\n<ul>\n<li><strong>Geneva&#8217;s Fast<\/strong>: Celebrated only in Geneva, this day commemorates historical periods of fasting and prayer observed in the canton, often associated with local culinary traditions such as prune tart.<\/li>\n<li><strong>Restoration of the Republic<\/strong>: This cantonal holiday marks Geneva&#8217;s restoration of independence in 1813 after the Napoleonic domination, representing a key moment in Geneva&#8217;s history.<\/li>\n<\/ul>\n<hr \/>\n<h2>Public Holidays in Geneva in 2026: Local Specificities<\/h2>\n<p>The <a href=\"https:\/\/my-swiss-company.com\/geneva-switzerland\/\" target=\"_blank\" rel=\"noopener\">canton of Geneva, in Switzerland<\/a>, has its own official public holidays in addition to national celebrations. These holidays reflect the region&#8217;s history and cultural heritage, influencing business operations and administrative activities.<\/p>\n<h3><strong>Official Public Holidays in Geneva in 2026:<\/strong><\/h3>\n<ul>\n<li><strong>New Year&#8217;s Day<\/strong>: Thursday, January 1, 2026 (National)<\/li>\n<li><strong>Good Friday<\/strong>: Friday, April 3, 2026 (Local)<\/li>\n<li><strong>Easter Monday<\/strong>: Monday, April 6, 2026 (Local)<\/li>\n<li><strong>Ascension Day<\/strong>: Thursday, May 14, 2026 (National)<\/li>\n<li><strong>Whit Monday<\/strong>: Monday, May 25, 2026 (Local)<\/li>\n<li><strong>Swiss National Day<\/strong>: Saturday, August 1, 2026 (National)<\/li>\n<li><strong>Geneva&#8217;s Fast<\/strong>: Thursday, September 10, 2026 (Local)<\/li>\n<li><strong>Restoration of the Republic<\/strong>: Thursday, December 31, 2026 (Local)<\/li>\n<li><strong>Christmas Day<\/strong>: Friday, December 25, 2026 (National)<\/li>\n<\/ul>\n<h3>Geneva&#8217;s Unique Public Holidays:<\/h3>\n<ul>\n<li><strong>Geneva&#8217;s Fast<\/strong>: Celebrated only in Geneva, this day commemorates historical periods of fasting and prayer observed in the canton, often associated with local culinary traditions such as prune tart.<\/li>\n<li><strong>Restoration of the Republic<\/strong>: This cantonal holiday marks Geneva&#8217;s restoration of independence in 1813 after the Napoleonic domination, representing a key moment in Geneva&#8217;s history.<\/li>\n<\/ul>\n<hr \/>\n<h2>Public Holidays in Geneva in 2027: Local Specificities<\/h2>\n<p>The canton of Geneva, in Switzerland, has its own public holidays in addition to national celebrations. These dates reflect its history and culture, and influence business organization as well as administrative operations.<\/p>\n<h3><strong>Official Public Holidays in Geneva in 2027:<\/strong><\/h3>\n<ul>\n<li><strong>New Year&#8217;s Day<\/strong>: Friday, January 1, 2027 (National)<\/li>\n<li><strong>Good Friday<\/strong>: Friday, March 26, 2027 (Local)<\/li>\n<li><strong>Easter Monday<\/strong>: Monday, March 29, 2027 (Local)<\/li>\n<li><strong>Ascension Day<\/strong>: Thursday, May 6, 2027 (National)<\/li>\n<li><strong>Whit Monday<\/strong>: Monday, May 17, 2027 (Local)<\/li>\n<li><strong>Swiss National Day<\/strong>: Sunday, August 1, 2027 (National)<\/li>\n<li><strong>Geneva&#8217;s Fast<\/strong>: Thursday, September 9, 2027 (Local)<\/li>\n<li><strong>Restoration of the Republic<\/strong>: Friday, December 31, 2027 (Local)<\/li>\n<li><strong>Christmas Day<\/strong>: Saturday, December 25, 2027 (National)<\/li>\n<\/ul>\n<h3>Geneva&#8217;s Unique Public Holidays:<\/h3>\n<ul>\n<li><strong>Geneva&#8217;s Fast<\/strong>: Celebrated only in Geneva, this day commemorates historical periods of fasting and prayer observed in the canton, often associated with local culinary traditions such as prune tart.<\/li>\n<li><strong>Restoration of the Republic<\/strong>: This cantonal holiday marks Geneva&#8217;s restoration of independence in 1813 after the Napoleonic domination, representing a key moment in Geneva&#8217;s history.<\/li>\n<\/ul>\n<hr \/>\n<h2>Why Is It Important to Know These Dates?<\/h2>\n<p>Public holidays directly impact the operation of businesses, public services, and shops in Geneva and throughout Switzerland. Many institutions are closed during these periods. It is therefore essential for residents, entrepreneurs, and visitors to plan their professional and personal activities well in advance.<\/p>\n<p>It is important to note that these public holidays in Switzerland for 2025 and 2026 may vary according to <strong>municipalities within the cantons<\/strong>. Additionally, some companies or institutions may adopt additional or different public holidays. It is therefore recommended to consult the official calendars of each canton or municipality to obtain accurate information and avoid any surprises.<\/p>\n<h2>Expert Payroll and Public Holiday Management in Switzerland: Your Partner RISTER &#8211; Fiduciary in Geneva<\/h2>\n<p>At <strong>RISTER &#8211; Fiduciary in Geneva<\/strong>, we understand that <a href=\"https:\/\/www.rister.ch\/en\/service\/general-administration\/\">payroll management in Switzerland<\/a> is a complex challenge, particularly with the mosaic of <strong>cantonal public holidays<\/strong>. Our comprehensive service is designed to adapt precisely to the <strong>legal and tax specifics of each canton<\/strong>, thus ensuring impeccable compliance for your company.<\/p>\n<p>The <strong>public holidays in Switzerland<\/strong>, which vary considerably from one region to another, directly influence <strong>calculation of hours worked<\/strong>, <strong>leave days<\/strong>, and <strong>specific allowances<\/strong>. Thanks to our <strong>fiduciary expertise<\/strong>, we ensure <strong>precise and compliant<\/strong> integration of these public holidays into your <strong>payslips<\/strong>. We master <strong>collective agreements (CCT)<\/strong> and <strong>cantonal laws<\/strong> to guarantee that your employees, particularly those benefiting from specific conditions (such as <strong>overtime<\/strong> or <strong>holiday premiums<\/strong>), are remunerated <strong>correctly and transparently<\/strong>.<\/p>\n<p>By entrusting us with your <strong>payroll management in Geneva<\/strong> and Switzerland, you opt for <strong>total compliance<\/strong> and <strong>optimal peace of mind<\/strong>. Even facing such a complex legal framework as that of <strong>Swiss public holidays<\/strong>, RISTER ensures fluid and error-free payroll administration. Focus on developing your business, we take care of the rest.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Switzerland, public holidays reflect the cultural and religious diversity of each canton. While some holidays, such as New Year\u2019s Day, Ascension Day, Swiss National Day, and Christmas, are observed nationwide, others, like Geneva\u2019s Fast or Assumption Day, are specific to certain regions. This variability has a direct impact on activity planning and business management.<\/p>\n","protected":false},"author":3,"featured_media":2865,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2872","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-classifiee"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/posts\/2872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/comments?post=2872"}],"version-history":[{"count":0,"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/posts\/2872\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/media\/2865"}],"wp:attachment":[{"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/media?parent=2872"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/categories?post=2872"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rister.ch\/en\/wp-json\/wp\/v2\/tags?post=2872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}