/* SCOPED ADD RESUME TO LINKEDIN – Market Scout Style */
.scv-linkedin-guide {
background-color: #0f172a;
color: #e2e8f0;
font-family: “Poppins”, sans-serif;
line-height: 1.7;
overflow-x: hidden;
–teal: #268599;
–teal-light: #618480;
–coral: #e8885e;
–navy: #0f172a;
–navy-card: #1e293b;
–border: rgba(255, 255, 255, 0.1);
–linkedin-blue: #0077b5;
}
.scv-linkedin-guide h1, .scv-linkedin-guide h2, .scv-linkedin-guide h3, .scv-linkedin-guide h4 { color: #ffffff !important; font-family: “Playfair Display”, serif; margin-top: 0; }
.scv-linkedin-guide p, .scv-linkedin-guide li { color: #cbd5e1 !important; margin-bottom: 16px; }
.scv-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.scv-guide-hero { padding: 100px 0 80px; text-align: center; background: radial-gradient(circle at 50% 0%, #1e293b 0%, #0f172a 70%); position: relative; }
.scv-guide-hero::before { content: “”; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(0, 119, 181, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 119, 181, 0.1) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.3; }
.scv-badge-pulse { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 119, 181, 0.15); color: #0077b5 !important; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(0, 119, 181, 0.3); }
.scv-badge-pulse::before { content: “”; width: 8px; height: 8px; background: var(–linkedin-blue); border-radius: 50%; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0% { opacity: 1; box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.7); } 70% { box-shadow: 0 0 0 6px rgba(0, 119, 181, 0); } 100% { opacity: 0; } }
.scv-guide-hero h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.2; margin-bottom: 24px; }
.scv-text-highlight { color: #0077b5 !important; }
.btn-primary { background: linear-gradient(135deg, var(–teal) 0%, var(–teal-light) 50%, var(–coral) 100%); color: white !important; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 18px; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(38, 133, 153, 0.3); }
.btn-primary:hover { transform: translateY(-3px); color: white !important; }
.btn-linkedin { background: var(–linkedin-blue); color: white !important; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.btn-linkedin:hover { background: #005885; transform: translateY(-2px); color: white !important; }
.content-section { padding: 60px 0; }
/* Steps Timeline */
.steps-timeline { position: relative; padding-left: 50px; margin: 50px 0; }
.steps-timeline::before { content: “”; position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(–linkedin-blue) 0%, var(–teal) 50%, var(–coral) 100%); }
.step-item { position: relative; margin-bottom: 40px; }
.step-num { position: absolute; left: -50px; width: 40px; height: 40px; background: var(–linkedin-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; color: white; z-index: 2; }
.step-content { background: var(–navy-card); border: 1px solid var(–border); border-radius: 16px; padding: 30px; }
.step-content h3 { font-size: 20px; margin-bottom: 15px; font-family: “Poppins”, sans-serif; }
.step-content img { max-width: 100%; border-radius: 8px; margin: 15px 0; border: 1px solid var(–border); }
/* Screenshot Placeholder */
.screenshot-placeholder { background: rgba(0, 119, 181, 0.1); border: 2px dashed rgba(0, 119, 181, 0.3); border-radius: 12px; padding: 40px; text-align: center; margin: 20px 0; }
.screenshot-placeholder span { color: #64748b !important; font-size: 14px; }
/* Methods Grid */
.methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; margin: 40px 0; }
.method-card { background: var(–navy-card); border: 1px solid var(–border); border-radius: 16px; padding: 30px; transition: all 0.3s ease; }
.method-card:hover { border-color: rgba(0, 119, 181, 0.5); transform: translateY(-5px); }
.method-card.recommended { border-color: var(–linkedin-blue); }
.method-card.recommended::before { content: “Recommended”; position: absolute; top: -10px; right: 20px; background: var(–linkedin-blue); color: white; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.method-card { position: relative; }
.method-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.method-icon { width: 50px; height: 50px; background: rgba(0, 119, 181, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.method-title { font-size: 18px; font-weight: 600; color: #fff !important; }
/* Tips Box */
.tips-box { background: rgba(38, 133, 153, 0.1); border: 1px solid rgba(38, 133, 153, 0.3); border-radius: 16px; padding: 30px; margin: 40px 0; }
.tips-box h3 { color: var(–teal-light) !important; margin-bottom: 20px; }
.tips-list { list-style: none; padding: 0; margin: 0; }
.tips-list li { padding: 12px 0; border-bottom: 1px solid var(–border); display: flex; align-items: flex-start; gap: 12px; }
.tips-list li:last-child { border-bottom: none; }
.tips-list li::before { content: “✓”; color: var(–teal); font-weight: bold; flex-shrink: 0; }
/* FAQ Section */
.faq-section { margin: 60px 0; }
.faq-item { background: var(–navy-card); border: 1px solid var(–border); border-radius: 12px; margin-bottom: 15px; overflow: hidden; }
.faq-question { padding: 20px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-question h4 { margin: 0; font-size: 16px; font-family: “Poppins”, sans-serif; }
.faq-answer { padding: 0 25px 20px; display: none; }
.faq-item.active .faq-answer { display: block; }
.faq-toggle { font-size: 20px; color: var(–teal); }
.final-cta { text-align: center; padding: 80px 30px; background: radial-gradient(circle at 50% 100%, #1e293b 0%, #0f172a 70%); border-radius: 20px; margin: 60px 0; }
@media (max-width: 768px) { .steps-timeline { padding-left: 40px; } .step-num { left: -40px; width: 30px; height: 30px; font-size: 14px; } .methods-grid { grid-template-columns: 1fr; } }
Deux façons d’ajouter votre CV
LinkedIn propose plusieurs méthodes pour mettre en avant votre CV. Choisissez celle qui correspond le mieux à votre stratégie de recherche d’emploi.
Affichez votre CV en évidence sur votre profil. Visible par toute personne consultant votre profil, y compris les recruteurs en recherche active.
- Toujours visible sur votre profil
- Idéal pour les chercheurs d’emploi actifs
- Démontre une démarche proactive
Enregistrez votre CV pour l’utiliser lors de vos candidatures sur LinkedIn. Il n’est partagé que lorsque vous postulez à une offre.
- Privé jusqu’à l’envoi d’une candidature
- Candidature en un clic
- Plusieurs versions possibles
Méthode 1 : Ajouter à la section À la une
1
Accédez à votre profil LinkedIn
Cliquez sur votre photo de profil dans la barre de navigation en haut, puis sélectionnez « Voir le profil » pour accéder à votre page de profil complète.
Accédez à votre profil LinkedIn
2
Trouvez la section À la une
Faites défiler la page pour trouver la section « À la une ». Si elle n’existe pas, cliquez sur « Ajouter une section au profil » puis sélectionnez « À la une » dans la catégorie Recommandé.
Ajoutez la section À la une si besoin
3
Cliquez sur l’icône + et sélectionnez Média
Dans la section À la une, cliquez sur l’icône « + » puis sélectionnez « Ajouter un média » dans le menu déroulant.
Cliquez sur + pour ajouter un média
4
Téléversez votre CV au format PDF
Sélectionnez votre fichier CV (format PDF recommandé pour une meilleure compatibilité). Ajoutez un titre comme « Mon CV » ou « CV professionnel 2026 » et une description facultative.
Téléversez et nommez votre CV
5
Enregistrez et vérifiez
Cliquez sur « Enregistrer » et vérifiez sur votre profil que le CV apparaît bien dans la section À la une. Toute personne visitant votre profil pourra désormais le consulter.
Méthode 2 : Enregistrer pour les candidatures
1
Accédez à LinkedIn Emplois
Cliquez sur « Emplois » dans la barre de navigation en haut pour accéder à la recherche d’emploi LinkedIn.
2
Accédez aux paramètres de candidature
Cliquez sur « Paramètres de candidature » dans la barre latérale gauche. C’est ici que vous gérez vos données de candidature par défaut.
3
Téléversez votre CV
Dans la section « CV », cliquez sur « Téléverser un CV » et sélectionnez votre fichier. Vous pouvez téléverser plusieurs versions pour différents types de postes.
4
Définir comme par défaut (optionnel)
Si vous avez plusieurs CV, cliquez sur les trois points à côté de la version souhaitée et sélectionnez « Définir comme par défaut » pour les candidatures Easy Apply.
💡 Astuces Pro pour les CV sur LinkedIn
- Utilisez toujours le format PDF pour garantir la mise en page sur tous les appareils
- Nommer votre fichier de façon professionnelle (ex : « Jean-Dupont-Marketing-Manager-CV.pdf »)
- Gardez votre CV en dessous de 5 Mo pour un chargement rapide
- Mettez à jour votre CV à chaque modification de votre profil LinkedIn
- Utilisez les mots-clés des offres d’emploi visées
- Supprimez les informations personnelles comme l’adresse postale pour votre confidentialité
Questions fréquemment posées
Qui peut voir mon CV téléversé ?
+
Pour les CV ajoutés dans la section À la une, toute personne consultant votre profil peut voir et télécharger votre CV. Pour les CV enregistrés pour les candidatures, seuls les employeurs auxquels vous postulez y auront accès.
Quels formats de fichiers LinkedIn accepte-t-il ?
+
LinkedIn accepte les formats PDF, DOC et DOCX. Nous recommandons le PDF pour une compatibilité optimale et pour préserver la mise en page.
Puis-je téléverser plusieurs CV ?
+
Oui, vous pouvez téléverser plusieurs CV dans les paramètres de candidature. C’est utile si vous postulez à différents types de postes. Vous pouvez choisir lequel utiliser pour chaque candidature.
Mon CV doit-il correspondre à mon profil LinkedIn ?
+
Oui, votre CV et votre profil LinkedIn doivent être cohérents. Les différences dans les intitulés de poste, dates ou entreprises peuvent susciter des doutes chez les recruteurs. Utilisez la fonction d’import LinkedIn de StylingCV pour garantir l’alignement.
Créez un CV prêt pour LinkedIn
Créez un CV professionnel qui s’affiche parfaitement sur LinkedIn et passe les systèmes ATS.
👉 Vérificateur de CV ATS
👉 Modèles de CV
💡 Astuce Pro : StylingCV n’est pas seulement un créateur de CV — c’est un générateur intelligent avec IA. StylingCV générateur intelligent IA en moins de 2 minutes.
Découvrez plus de ressources
Guides associés :