Votre panier est actuellement vide !
Connexion directe en Wi-Fi (sans Internet)
Pas besoin d’Internet : la caméra se connecte directement à votre téléphone, comme une enceinte Bluetooth. Aucun routeur ni réseau mobile requis.
/* ==== CP — Tuiles 2 colonnes, texte bien calé ==== */ .cp-grid { –gap: 16px; –radius: 16px; –ring: #e8edf4; –shadow: 0 6px 18px rgba(15,23,42,.06); display: grid; grid-template-columns: 1fr; gap: var(–gap); margin: 14px 0; } @media (min-width: 740px) { .cp-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } } /* Carte */ .cp-card { background: #fff; border: 1px […]
/* ==== CP — Tuiles 2 colonnes, texte bien calé ==== */
.cp-grid {
–gap: 16px;
–radius: 16px;
–ring: #e8edf4;
–shadow: 0 6px 18px rgba(15,23,42,.06);
display: grid;
grid-template-columns: 1fr;
gap: var(–gap);
margin: 14px 0;
}
@media (min-width: 740px) {
.cp-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
/* Carte */
.cp-card {
background: #fff;
border: 1px solid var(–ring);
border-radius: var(–radius);
box-shadow: var(–shadow);
padding: 18px 18px 20px;
display: flex;
flex-direction: column;
gap: 8px;
hyphens: none;
word-break: normal;
overflow: visible;
}
/* Variante “hero” (optionnelle) : s’étend sur 2 colonnes en desktop */
@media (min-width: 740px) {
.cp-card.span-2 { grid-column: span 2; }
}
/* Typo */
.cp-title {
margin: 0;
font-weight: 800;
font-size: 18px;
line-height: 1.25;
letter-spacing: -0.01em;
color: #0f172a;
}
.cp-desc {
margin: 0;
font-size: 15px;
line-height: 1.55;
color: #334155;
}
/* Petits accents visuels */
.cp-soft { background: linear-gradient(135deg,#f6fbff 0%,#ffffff 70%); }
.cp-warm { background: linear-gradient(135deg,#fff9f0 0%,#ffffff 70%); }
.cp-green { background: linear-gradient(135deg,#f3fbf5 0%,#ffffff 70%); }
.cp-badge {
display:inline-block; font-size:12px; font-weight:700; color:#0e7a2a;
background:#e8f7e8; border:1px solid #cfeccc; border-radius:999px;
padding:2px 8px; margin-left:6px;
}
/* Tuile noire / texte blanc */
.cp-card.cp-dark{
background:#0b0b0c;
border-color:#20252d;
box-shadow:0 6px 18px rgba(0,0,0,.25);
color:#fff;
}
.cp-card.cp-dark .cp-title{ color:#fff; }
.cp-card.cp-dark .cp-desc{ color:rgba(255,255,255,.88); }
.cp-card.cp-dark a{ color:#fff; text-decoration:underline; }
.cp-card.cp-dark .cp-badge{
background:rgba(255,255,255,.10);
border-color:rgba(255,255,255,.22);
color:#fff;
}
/* Forcer les couleurs dans les cartes claires */
.cp-card:not(.cp-dark) .cp-title { color: #0f172a !important; }
.cp-card:not(.cp-dark) .cp-desc { color: #334155 !important; }
/* Réinit héritage */
.cp-card h1, .cp-card h2, .cp-card h3, .cp-card p { color: inherit; }
Pas besoin d’Internet : la caméra se connecte directement à votre téléphone, comme une enceinte Bluetooth. Aucun routeur ni réseau mobile requis.
Regardez votre cheval en direct dans le van/remorque pour une vraie tranquillité d’esprit pendant le transport.
Voyez dans l’obscurité. Objectif fisheye HD 720p avec grand angle horizontal de 150°.
Objectif fisheye 150° pour couvrir tout l’habitacle. Image nette en 720p HD pour bien vérifier la posture et les appuis.
Guide d’installation et d’utilisation en français pour une mise en route rapide, étape par étape.
Résiste à l’eau et à la poussière pour une utilisation sereine en conditions équestres exigeantes.
Jusqu’à 4 h d’autonomie. Batterie interne rechargeable (câble de charge inclus).
Compatible Apple et Android. Accédez au live, lancez un enregistrement et gérez vos fichiers en quelques taps.
Enregistrez la vue en direct et retrouvez vos vidéos dans la galerie pour revoir une scène importante ou partager.
Mise en place en quelques secondes. Positionnez, connectez-vous au Wi-Fi de la caméra et c’est prêt.
Conçue pour le transport : suivez l’attitude, les déplacements et le confort de votre cheval pendant le trajet.
Des caméras pour toutes les situations :
Caméra pour les boxes |
Caméra de transport |
<!–
span.badge.price__badge-sale.color-accent-2 {
border: none;
}
span.badge.price__badge-sale {
display: inline-block;
position: relative;
color: transparent; /* masque le texte « Vente » sans créer d’espace */
background-color: transparent;
border: none;
}
span.badge.price__badge-sale::after {
content: « Économisez 23% »;
position: absolute;
left: 0;
top: 0;
color: #fff;
background-color: #3a930a;
border-radius: 6px;
padding: 0.2em 0.6em;
font-size: 0.9em;
line-height: 1.4;
white-space: nowrap;
border: none;
}
.delivery-timeline {
display: flex;
justify-content: space-between;
align-items: center;
font-family: Arial, sans-serif;
margin: 20px 0;
position: relative;
}
.delivery-step {
text-align: center;
flex: 1;
position: relative;
z-index: 2;
}
.delivery-icon {
width: 40px;
height: 40px;
margin: 0 auto 5px;
background-color: #eee;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
}
.delivery-label {
font-size: 14px;
color: #555;
}
.delivery-date {
font-size: 13px;
color: #888;
}
.delivery-countdown {
text-align: center;
font-size: 16px;
margin-bottom: 10px;
}
/* Ligne animée */
.delivery-timeline::before {
content: « »;
position: absolute;
top: 28px;
left: 10%;
width: 80%;
height: 1px;
background-image: repeating-linear-gradient(to right, #ccc 0 5px, transparent 5px 10px);
animation: dashmove 0.7s linear infinite;
z-index: 1;
}
@keyframes dashmove {
0% {
background-position: 0 0;
}
100% {
background-position: 10px 0;
}
}
–>
<!–
–>
<!–
.stock-preorder-notice {
background: linear-gradient(135deg, #fff3cd 0%, #fff9e6 100%);
border-left: 4px solid #ff9800;
padding: 20px;
margin: 20px 0;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
animation: slideIn 0.5s ease-out;
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.stock-preorder-notice h3 {
color: #d84315;
font-size: 18px;
font-weight: 700;
margin: 0 0 12px 0;
display: flex;
align-items: center;
gap: 8px;
}
.stock-preorder-notice h3::before {
content: « ⚠️ »;
font-size: 22px;
}
.stock-preorder-notice p {
color: #333;
font-size: 15px;
line-height: 1.6;
margin: 8px 0;
}
.stock-preorder-notice .highlight {
background: #fff;
padding: 12px;
border-radius: 6px;
margin-top: 12px;
border: 1px solid #ffd54f;
}
.stock-preorder-notice .highlight strong {
color: #f57c00;
font-weight: 700;
font-size: 16px;
}
@media screen and (max-width: 750px) {
.stock-preorder-notice {
padding: 15px;
margin: 15px 0;
}
.stock-preorder-notice h3 {
font-size: 16px;
}
.stock-preorder-notice p {
font-size: 14px;
}
}
–>
<!–
📦 Nouveau stock prévu : 19 décembre 2025
🎄 Attention : Nous ne pouvons pas garantir une livraison avant Noël en raison de la rupture de stock actuelle.
–>
<!–
/* Badge « Précommande » au-dessus du bouton */
.preorder-badge {
background: #ff9800;
color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
display: inline-block;
margin-bottom: 10px;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
–>
<!–
document.addEventListener(‘DOMContentLoaded’, function() {
// Sélectionner le bouton d’ajout au panier
const addToCartButton = document.querySelector(‘.product-form__submit’);
const buttonText = addToCartButton.querySelector(‘span’);
if (addToCartButton && buttonText) {
// Changer le texte du bouton
buttonText.textContent = ‘Précommander’;
// Ajouter un badge « Précommande » au-dessus du bouton
const badge = document.createElement(‘div’);
badge.className = ‘preorder-badge’;
badge.innerHTML = ‘⚠️ Article en précommande’;
// Insérer le badge juste avant le bouton
addToCartButton.parentNode.insertBefore(badge, addToCartButton);
// Date limite (19 décembre 2025)
const preorderEndDate = new Date(‘2025-12-19T00:00:00’);
const today = new Date();
// Restaurer le bouton normal après le 19 décembre
if (today > preorderEndDate) {
buttonText.textContent = ‘Ajouter au panier’;
if (badge && badge.parentNode) {
badge.parentNode.removeChild(badge);
}
}
}
});
–>
| Option Batterie (+50€) | Caméra avec Batterie externe (+7 heures d’autonomie), Caméra sans Batterie externe |
|---|---|
| Option Protection (+30€) | Caméra avec Coffre de protection, Caméra sans Coffre de protection |
Avis
Il n’y a pas encore d’avis.