
Mini Drone Pankeda
Le Mini Importateur Télécommandé Pankeda D1 est un quadrirotor RC compact et léger, parfait pour les débutants et les jeunes pilotes (dès 7 ans) qui veulent s’initier au vol.

3D et Lumineux !
Ce modèle Prêt-à-Aller (RTR) se distingue par sa facilité d’utilisation, ses cascades 3D spectaculaires (3D roll), et ses fonctionnalités intelligentes comme le Retour Automatique et l’évitement d’obstacle.

Fonctionnalités pour Débutants
Léger et amusant, il est le cadeau idéal pour développer la coordination et l’esprit logique.

Pilotage Intuitif
Le Pankeda D1 est un modèle ultra-portable. Sa petite taille et son poids léger le classent dans la catégorie idéale pour le transport facile

Mini-Drone LED
Sa cage intégrale rassure, tandis que son éclairage LED « lumière froide » multi-couleurs (rouge & bleu) garantit des vols nocturnes spectaculaires.

Initiez vos Enfants
nitiez vos enfants à la magie du vol avec ce drone lumineux sûr. Sa conception unique permet de voler de jour en toute simplicité. Uniquement sur RC Bolides !

L’Aventure en Poche
Son format de poche et son étui de transport rigide garantissent une mobilité totale, tandis que sa cage de protection intégrale assure une sécurité maximale pour les jeunes pilotes.

Ultra-compact
Conçu pour les débutants, sa robustesse rassure. RC-Bolides.com : votre expert en modélisme de précision, même en format de poche.

Cage Intégrale
Pilotez sans limites. Ce mini-drone au design agressif est une prouesse tactique. Sa cage de protection intégrale, une véritable armure, garantit des vols d’intérieur sûrs

INDESTRUCTIBLE
Démonstration : Blindage Actif. Notre mini-drone pliable avec cage et étui rigide définit l’indestructibilité. Il encaisse les chocs directs pour un modélisme sans casse.
:root {
–rc-accent: #ff7a18;
–rc-dark: #0b1220;
–rc-panel: rgba(15, 23, 42, .72);
–rc-border: rgba(255, 255, 255, .10);
–rc-text: #e5e7eb;
–rc-muted: #cbd5e1;
–rc-card: rgba(255, 255, 255, .06);
–rc-card2: rgba(255, 255, 255, .04);
}
/* SECTION FULL WIDTH */
.ftx-wow {
width: 100%;
margin: 26px 0 10px;
padding: 34px 0;
background: linear-gradient(180deg, var(–rc-panel), rgba(15, 23, 42, .55));
border: 1px solid var(–rc-border);
border-radius: 10px;
position: relative;
overflow: hidden;
box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}
/* GLOW EFFECT */
.ftx-wow::before {
content: « »;
position: absolute;
inset: 0;
border-radius: 10px;
background:
radial-gradient(720px 240px at 12% 10%, rgba(255, 122, 24, .18), transparent 60%),
radial-gradient(540px 200px at 92% 0%, rgba(255, 255, 255, .08), transparent 55%),
linear-gradient(135deg, rgba(255, 122, 24, .10), transparent 40%);
pointer-events: none;
}
/* INNER CONTAINER */
.ftx-wow__inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
position: relative;
font-family: system-ui, -apple-system, « Segoe UI », Roboto, Arial, sans-serif;
}
/* HEADER STYLES */
.ftx-wow__title {
margin: 0 0 16px;
font-size: 26px;
font-weight: 1000;
letter-spacing: .3px;
color: #fff;
display: flex;
align-items: center;
gap: 12px;
}
.ftx-wow__title .tag {
font-size: 12px;
font-weight: 900;
letter-spacing: .6px;
padding: 6px 10px;
border-radius: 999px;
color: #0b1220;
background: linear-gradient(135deg, var(–rc-accent), #ff9f50);
box-shadow: 0 10px 22px rgba(255, 122, 24, .35);
}
.ftx-wow__subtitle {
margin: -6px 0 18px;
color: rgba(229, 231, 235, .85);
font-size: 14.5px;
line-height: 1.45;
max-width: 820px;
}
/* GRID LAYOUT */
.ftx-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 14px;
}
/* CARD STYLES */
.ftx-card {
background: linear-gradient(180deg, var(–rc-card), var(–rc-card2));
border: 1px solid rgba(255, 255, 255, .10);
border-radius: 16px;
padding: 14px 16px;
box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
gap: 14px;
min-height: 86px;
}
.ftx-card:hover {
transform: translateY(-2px);
border-color: rgba(255, 122, 24, .35);
box-shadow: 0 18px 40px rgba(0, 0, 0, .28), 0 0 0 1px rgba(255, 122, 24, .20);
}
.ftx-card::before {
content: « »;
position: absolute;
inset: -1px;
background: radial-gradient(300px 120px at 20% 0%, rgba(255, 122, 24, .18), transparent 60%);
opacity: .65;
pointer-events: none;
}
/* ICON CONTAINER */
.ftx-ico {
width: 42px;
height: 42px;
flex: 0 0 42px;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, .06);
border: 1px solid rgba(255, 255, 255, .10);
position: relative;
}
.ftx-ico svg {
width: 22px;
height: 22px;
stroke: var(–rc-accent);
opacity: .95;
}
/* CONTENT STYLES */
.ftx-card-content {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.ftx-label {
font-size: 14px;
font-weight: 900;
color: #fff;
margin: 0;
letter-spacing: .2px;
line-height: 1.15;
}
.ftx-value {
font-size: 13.5px;
color: rgba(203, 213, 225, .95);
line-height: 1.35;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* FOOTER NOTE */
.ftx-note {
margin-top: 14px;
font-size: 12.5px;
color: rgba(203, 213, 225, .85);
}
/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
.ftx-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
.ftx-wow { padding: 26px 0; }
.ftx-wow__inner { padding: 0 16px; }
.ftx-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.ftx-wow__title { font-size: 22px; }
.ftx-card { min-height: 78px; }
.ftx-value { -webkit-line-clamp: 4; }
}
Fiche technique DRONE COMPACT
8 cm (Ultra-compact)
Jusqu’à 150 mètres
0 ~ 120 mètres
Évitement & Retour auto.
3D Roll & LED Air rot.
4 Canaux de précision
Accès rapide dessous
Ready-to-Fly (RTF)
14 ans et +
/* ===== FAQ STYLE – DESIGN DRONE PANKEDA D1 ===== */
:root {
–faq-accent: #ff7a18;
–faq-panel: rgba(15, 23, 42, .72); /* Opacité exacte demandée */
–faq-border: rgba(255, 255, 255, .10);
–faq-card: rgba(255, 255, 255, .06);
–faq-text: #e5e7eb;
}
.faq-wow {
width: 100%;
max-width: 1200px;
margin: 26px auto;
padding: 34px 24px;
background: linear-gradient(180deg, var(–faq-panel), rgba(15, 23, 42, .55));
border: 1px solid var(–faq-border);
border-radius: 10px;
position: relative;
overflow: hidden;
box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
font-family: system-ui, -apple-system, « Segoe UI », Roboto, Arial, sans-serif;
box-sizing: border-box;
}
/* GLOW EFFECT (Aero Theme) */
.faq-wow::before {
content: « »;
position: absolute;
inset: 0;
background:
radial-gradient(720px 240px at 12% 10%, rgba(255, 122, 24, .18), transparent 60%),
radial-gradient(540px 200px at 92% 0%, rgba(255, 255, 255, .08), transparent 55%);
pointer-events: none;
}
.faq-wow__title {
margin: 0 0 20px;
font-size: 26px;
font-weight: 1000;
color: #fff;
display: flex;
align-items: center;
gap: 12px;
position: relative;
}
.faq-wow__title::after {
content: « FAQ »;
font-size: 12px;
font-weight: 900;
padding: 6px 10px;
border-radius: 999px;
color: #0b1220;
background: linear-gradient(135deg, var(–faq-accent), #ff9f50);
box-shadow: 0 10px 22px rgba(255, 122, 24, .35);
}
.faq-wow details {
background: rgba(255, 255, 255, 0.03);
border: 1px solid var(–faq-border);
border-radius: 12px;
margin-bottom: 12px;
position: relative;
transition: all 0.2s ease;
}
.faq-wow details:hover {
border-color: rgba(255, 122, 24, 0.3);
background: var(–faq-card);
}
.faq-wow details[open] {
border-color: rgba(255, 122, 24, 0.5);
background: rgba(15, 23, 42, 0.4);
box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.faq-wow summary {
list-style: none;
padding: 18px 20px;
cursor: pointer;
font-weight: 700;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
outline: none;
user-select: none;
}
.faq-wow summary::-webkit-details-marker { display: none; }
.faq-wow summary::after {
content: « »;
width: 8px;
height: 8px;
border-right: 2px solid var(–faq-accent);
border-bottom: 2px solid var(–faq-accent);
transform: rotate(45deg);
transition: transform 0.3s ease;
margin-right: 5px;
}
.faq-wow details[open] summary::after {
transform: rotate(-135deg);
}
.faq-wow__content {
padding: 0 20px 20px 20px;
color: var(–faq-text);
font-size: 15px;
line-height: 1.6;
border-top: 1px solid rgba(255, 255, 255, 0.05);
padding-top: 15px;
}
/* LIST STYLE SAFE */
.faq-wow ul {
margin: 10px 0 0 0;
padding-left: 18px;
list-style: none;
}
.faq-wow ul li {
position: relative;
margin-bottom: 6px;
}
.faq-wow ul li::before {
content: « 2022 »;
color: var(–faq-accent);
position: absolute;
left: -18px;
font-weight: 900;
}
@media (max-width: 720px) {
.faq-wow { padding: 26px 16px; }
.faq-wow__title { font-size: 22px; }
}
Foire Aux Questions
Quel est le contenu exact de la boîte ?
- 1 x Drone D1
- 1 x Télécommande ergonomique
- 1 x Batterie au lithium (incluse)
- 1 x Chargeur & Câble USB de charge
- 1 x Instructions d’exploitation
- 1 x Boîte de transport ou coffret original
Ce mini drone est-il adapté aux débutants ?
- Un gyroscope à 6 axes pour une stabilité de vol maximale.
- Un système de transmission à trois vitesses pour progresser à son rythme.
- 4 canaux de contrôle réactifs pour une maîtrise totale.
Quelles sont les performances réelles de vol ?
- Autonomie : Environ 5 à 10 minutes de vol par charge.
- Portée : Jusqu’à 150 mètres de distance de contrôle.
- Altitude : Plafond de vol jusqu’à 120 mètres de hauteur.
Quelles sont les fonctions de sécurité et de voltige ?
- Sécurité : Évitement d’obstacles intégré et fonction de Retour Automatique.
- Acrobaties : Capable de réaliser des cascades 3D (3D roll) par simple pression d’un bouton.
- Visibilité : Équipé de lumières LED pour les vols à basse luminosité.
Quelles sont les dimensions et le poids du drone ?
- Poids plume : 101g seulement (catégorie légère, pas d’enregistrement requis).
- Taille : Dimensions compactes inférieures à 30 cm.
- Résistance : Capacité pare-vent classée Band Four pour une meilleure tenue en extérieur.


























Avis
Il n’y a pas encore d’avis.