Martine Francke » French stream - Des Films et Séries en Streaming gratuit
×

DVDRIPFrench
1++1
0.0
Regarder Antoine et Marie en streaming complet
Antoine et Marie
Menu Séries
Series Avec VF Series Avec VOSTFR Series Netflix Serie Amazon Prime Video Series Apple TV Series Disney + Series Du moment Series Par Catégorie
Menu Films
Films Avec VF Films Avec VOSTFR Films Du moment 200 Films à voir absolument Films Par Catégorie
Retour Catégories Films
Action Aventure Animations Comédie Documentaires Drame Fantastique Horreur Romance Thriller Science-Fiction Policier Western
Retour Catégories Séries
Action Aventure Animation Comédie Drame Fantastique Horreur Romance Thriller Science-Fiction Policière Western
🔒

Accès Restreint

Les informations de nos utilisateurs sont confidentielles

Cette protection garantit la confidentialité de nos membres
-filter: blur(10px); } .profile-content { padding: 30px; } .profile-nav { display: flex; gap: 10px; margin-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); flex-wrap: wrap; } .nav-item { background: transparent; border: none; color: rgba(255, 255, 255, 0.7); padding: 15px 25px; border-radius: 10px 10px 0 0; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 600; } .nav-item.active, .nav-item:hover { background: rgba(255, 140, 0, 0.1); color: #fff; border-bottom: 3px solid #ff8c00; } .tab-pane { display: none; } .tab-pane.active { display: block; } .header-content h2 { font-size: 1.5rem; font-weight: 700; background: linear-gradient(45deg, #ff8c00, #ffffff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0; text-shadow: 0 2px 10px rgba(255, 140, 0, 0.3); } .history-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 20px; color: rgba(255, 255, 255, 0.7); font-size: 1.1rem; } .loading-spinner { width: 50px; height: 50px; border: 4px solid rgba(255, 140, 0, 0.1); border-top: 4px solid #ff8c00; border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 15px; } .small-spinner { width: 20px; height: 20px; border: 2px solid rgba(255, 255, 255, 0.3); border-top: 2px solid #fff; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .history-list { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } .history-item { display: flex; background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); padding: 20px; border-radius: 15px; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 1px solid rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; } .history-item::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 140, 0, 0.1), transparent); transition: left 0.6s; } .history-item:hover::before { left: 100%; } .history-item:hover { transform: translateY(-8px) scale(1.02); background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)); border-color: rgba(255, 140, 0, 0.4); box-shadow: 0 15px 35px rgba(255, 140, 0, 0.2); } .history-item img { width: 80px; height: 120px; object-fit: cover; border-radius: 10px; margin-right: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .history-item:hover img { transform: scale(1.05); } .history-info { flex: 1; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .history-title { color: #fff; font-weight: 700; font-size: 1.2rem; line-height: 1.3; flex: 1; margin-right: 20px; } .history-date { color: rgba(255, 255, 255, 0.6); font-size: 9px; display: flex; align-items: center; gap: 8px; white-space: nowrap; } .history-date::before { content: '📅'; font-size: 0.9rem; } #load-more-container { text-align: center; margin-top: 30px; } .load-more-btn { background: linear-gradient(45deg, #ff8c00, #ffa500); color: white; border: none; padding: 15px 40px; border-radius: 50px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(255, 140, 0, 0.3); position: relative; overflow: hidden; min-width: 180px; display: flex; align-items: center; justify-content: center; gap: 10px; } .load-more-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4); background: linear-gradient(45deg, #ffa500, #ff8c00); } .load-more-btn:active { transform: translateY(0); } .load-more-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; } .history-empty { text-align: center; padding: 60px 20px; color: rgba(255, 255, 255, 0.6); } .history-empty h3 { font-size: 1.5rem; margin-bottom: 15px; color: rgba(255, 255, 255, 0.8); } .history-empty p { font-size: 1.1rem; line-height: 1.6; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px; } .stat-card { background: rgba(255, 255, 255, 0.05); padding: 25px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; gap: 20px; transition: all 0.3s ease; } .stat-card:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.08); } .stat-icon { font-size: 2rem; width: 60px; height: 60px; background: linear-gradient(45deg, #ff8c00, #ffa500); border-radius: 15px; display: flex; align-items: center; justify-content: center; } .stat-value { font-size: 1.5rem; font-weight: 700; color: #fff; } .stat-label { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; } .info-grid { display: grid; gap: 20px; } .info-item { background: rgba(255, 255, 255, 0.05); padding: 20px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.1); } .info-item label { display: block; color: #ff8c00; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; } .bio-content, .signature-content { color: rgba(255, 255, 255, 0.9); line-height: 1.6; font-size: 1rem; } .edit-profile { margin-top: 30px; background: rgba(255, 255, 255, 0.05); padding: 20px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.1); } @media (max-width: 768px) { .profile-info { flex-direction: column; text-align: center; } .user-name { font-size: 2rem; } .profile-nav { flex-wrap: wrap; } .nav-item { flex: 1; min-width: 120px; } .stats-grid { grid-template-columns: 1fr; } .history-list { grid-template-columns: 1fr; } .history-item { padding: 15px; } .history-item img { width: 60px; height: 90px; margin-right: 15px; } .history-title { font-size: 1.1rem; } } [/group] [group=2,3,4]
{usertitle}

{usertitle}

{status} [time_limit]Jusqu'au: {time_limit}[/time_limit]
[comm-num] [/comm-num]
📅
{registration}
Date d'inscription
[news-num]
📰
{news}
Publications [rss]RSS[/rss]
[/news-num] [comm-num]
💭
{comments}
Commentaires
[/comm-num]