Next available date for Chicago: Saturday, March 7, 2026
Cours d’horlogerie – Chicago
$470
Pour les amateurs d’horlogerie ou pour les passionnés de montres, sachez que ce cours particulier est fait pour vous. Celui-ci vous permettra de découvrir de manière approfondie les secrets et les mystères que renferment les mécanismes de montre.
<!---->
Choose a slot
<!-- -->
All day
jQuery(document).ready(function ($) {
var availableDates = ["2025-04-05","2025-04-05","2025-11-15","2025-11-15","2025-11-22","2026-03-07","2026-03-07"];
var timeSlots = {"2025-04-05":[{"id":"20","start_time":"18:00","end_time":"22:30","qty":"20"},{"id":"45","start_time":"09:00","end_time":"13:30","qty":"1"}],"2025-11-15":[{"id":"83","start_time":"09:00","end_time":"13:30","qty":"20"},{"id":"84","start_time":"13:30","end_time":"18:00","qty":"20"}],"2025-11-22":[{"id":"85","start_time":"09:00","end_time":"13:30","qty":"20"}],"2026-03-07":[{"id":"119","start_time":"09:00","end_time":"13:30","qty":"20"},{"id":"120","start_time":"13:30","end_time":"18:00","qty":"20"}]};
var quantities = {"20":11,"45":0,"83":3,"84":15,"85":11,"119":16,"120":18};
// Détecter la langue courante via WPML
var userLang = "en";
// Correspondance des langues WPML avec celles de Flatpickr
var flatpickrLangs = {
'fr': 'French'
};
var flatpickrLocale = flatpickrLangs[userLang] || 'default';
// Trier les dates dans l'ordre croissant
availableDates.sort(function (a, b) {
return new Date(a) - new Date(b);
});
// Trouver la première date avec des quantités disponibles
var defaultDate = null;
// Obtenir la date d'aujourd'hui
var today = new Date();
today.setHours(0, 0, 0, 0);
// S'assurer que l'heure est réinitialisée
for (var i = 0; i = today && timeSlots[date]) {
// Vérifier les créneaux pour cette date
for (var j = 0; j 0) {
defaultDate = date;
break;
}
}
}
if (defaultDate) break; // Arrêter la recherche dès qu'une date valide est trouvée
}
// Charger la langue si elle existe
if (flatpickrLocale !== 'default') {
$.getScript("https://cdn.jsdelivr.net/npm/flatpickr/dist/l10n/" + userLang + ".js", function () {
initializeFlatpickr(flatpickr.l10ns[userLang]);
});
} else {
initializeFlatpickr();
}
function initializeFlatpickr(locale) {
$('#booking_date').flatpickr({
dateFormat: "Y-m-d",
inline: true,
enable: availableDates,
minDate: "today",
defaultDate: defaultDate,
locale: locale || 'default',
onReady: function() { updateTimeSlot(defaultDate); },
onChange: function(_, dateStr) { updateTimeSlot(dateStr); }
});
}
/*
function updateTimeSlot(dateStr) {
var timeSlotSelect = $('#time_slot').empty();
$('#remaining-qty').text(''); // Réinitialise l'affichage de la quantité
if (timeSlots[dateStr]) {
//$('#time-slot-container').show();
$('#all-day-container').hide();
timeSlots[dateStr].forEach(function(slot) {
var spotsLeft = quantities[slot.id] !== undefined ? quantities[slot.id] : 'N/A';
var spotsText = spotsLeft == 0 ? 'Full' : spotsLeft + ' left';
var optionText = (slot.start_time ? slot.start_time + ' - ' + slot.end_time : 'All day') + ' (' + spotsText + ')';
var optionValue = slot.id;
timeSlotSelect.append('' + optionText + '');
});
timeSlotSelect.prop('selectedIndex', 0); // Sélectionne le premier créneau
updateRemainingQty(timeSlots[dateStr][0].id); // Met à jour la quantité affichée
} else {
//$('#time-slot-container').hide();
$('#all-day-container').show();
}
}
$('#time_slot').on('change', function() {
var selectedSlotId = $(this).val();
updateRemainingQty(selectedSlotId);
});
*/
function updateTimeSlot(dateStr) {
var timeSlotSelect = $('#time_slot').empty();
// $('#remaining-qty').text(''); // Toujours optionnel si tu ne l'utilises pas
if (timeSlots[dateStr]) {
// $('#time-slot-container').show();
$('#all-day-container').hide();
var selectedSlotId = null;
timeSlots[dateStr].forEach(function(slot) {
var spotsLeft = quantities[slot.id] !== undefined ? quantities[slot.id] : 'N/A';
var hasSpots = (typeof spotsLeft === 'number' && spotsLeft > 0);
// On choisit comme sélection par défaut le premier créneau avec des places
if (selectedSlotId === null && hasSpots) {
selectedSlotId = slot.id;
}
var spotsText = spotsLeft == 0
? 'Full'
: spotsLeft + ' left';
var optionText = (slot.start_time
? slot.start_time + ' - ' + slot.end_time
: 'All day') + ' (' + spotsText + ')';
var selectedAttr = (slot.id === selectedSlotId) ? ' selected="selected"' : '';
timeSlotSelect.append(
'' + optionText + ''
);
});
if (selectedSlotId !== null) {
// On force bien la valeur sélectionnée (au cas où)
timeSlotSelect.val(selectedSlotId);
updateRemainingQty(selectedSlotId);
} else {
// Tous les créneaux sont pleins pour cette date
$('.single_add_to_cart_button').hide();
$('.booking-custom-fields').hide();
}
} else {
// Aucun créneau pour cette date
// $('#time-slot-container').hide();
$('#all-day-container').show();
}
}
function updateRemainingQty(slotId) {
if (quantities[slotId] !== undefined) {
if (quantities[slotId] <= 0) {
//$('#remaining-qty').text('Full ');
$('.single_add_to_cart_button').hide(); // Hide "Add to Cart" button if out of stock
$('.booking-custom-fields').hide(); // Hide custom fields
} else {
//$('#remaining-qty').text('Available spots: ' + quantities[slotId]);
$('.single_add_to_cart_button').show(); // Show button if spots are available
$('.booking-custom-fields').show(); // Show custom fields
}
} else {
//$('#remaining-qty').text('');
$('.single_add_to_cart_button').show(); // Show button by default
$('.booking-custom-fields').show(); // Show custom fields
}
}
});
First Time introductory watchmaking workshop in a group class in Chicago
Duration: 4h30 in group lessons (9am-1.30pm, 1.30pm-6pm or 6pm-10.30pm)
Location: Downtown Chicago (the exact address will be sent to registered participants only, a few days before your session date)
Level required: none (from age 14)
Profiles: from beginner to seasoned enthusiast
The digital E-Book “Support d’Atelier” offered at the end of the workshop!
Each participant receives an Objectif Horlogerie diploma and other surprises…
All our Chicago gift vouchers are valid for 3 years
Course taught in English
All materials will be loaned during the workshop. You don’t need anything. You’ll leave with an online course guide and your certificate of participation!
To reserve your place:
Choose a date and time slot from our calendar of availabilities
Confirm your choice
Confirm your order by choosing your payment method
You will immediately receive your Objectif Horlogerie gift voucher by e-mail.
Objectif Horlogerie travels to Chicago in the United States to delight watch enthusiasts.
Dressed in their white lab coats, they can play apprentice watchmaker by dismantling and rebuilding a Unitas movement.A 100% unique moment to experience, surrounded by our watchmakers!
The undated Chicago gift card for greater freedom
Valid for 3 years, it allows you to choose the workshop date that suits you best from among our upcoming availabilities.
For over 10 years, the must-attend event for watchmaking enthusiasts at
Chicago
Thousands of watchmaking enthusiasts have already taken our training courses, with reviews exceeding 4.9/5onGoogle and Trustpilot.
Watch enthusiasts in Chicago, your dream comes true! Our company, expert in watchmaking training for over 10 years, is now present in your city.
Take part in a half-day immersion tour of Swiss watch mechanisms.
Once your registration has been validated, you’ll immediately receive a gift voucher by email: print it out and give it to the lucky participant!
Chicago, famous for its impressive architecture and blues music scene, is now a hub for watch enthusiasts.
Your session program
Welcome with a drink
Théorie du remontage au balancier spiral
Dismantling in good spirits
Gourmet break
Cleaning and lubrication
Reassembly of parts
Settings and control
Graduation ceremony
And many other surprises
Mechanical watches: secrets revealed
Discover how a mechanical watch works by taking it apart and putting it back together in a fun and simple way. Explore fascinating components such as the anchor, balance spring, barrel and escapement. Our workshops are open to all, from novices to enlightened enthusiasts. Book now for a unique experience with our watchmakers in white coats. Give this adventure as a gift and share your opinion on Google and Trustpilot, where we have a rating of 4.9/5.
"A great experience!
The workshop is very well designed, and you learn a lot while having a great time (thanks to the watchmakers!). I highly recommend it, an ideal gift for anyone who wants to learn more about watchmaking."