<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Archives des Projet personnel - Objectif 3D</title>
	<atom:link href="https://www.objectif3d.com/project_category/projet-personnel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.objectif3d.com/project_category/projet-personnel/</link>
	<description>École des Arts Numériques depuis 1999</description>
	<lastBuildDate>Thu, 26 Feb 2026 10:52:05 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.objectif3d.com/wp-content/uploads/cropped-favicon-32x32.png</url>
	<title>Archives des Projet personnel - Objectif 3D</title>
	<link>https://www.objectif3d.com/project_category/projet-personnel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Pistolet léger D.Va Chariot</title>
		<link>https://www.objectif3d.com/project/pistolet-leger-d-va-chariot/</link>
		
		<dc:creator><![CDATA[manon deltour]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 15:14:24 +0000</pubDate>
				<guid isPermaLink="false">https://www.objectif3d.com/?post_type=project&#038;p=29973</guid>

					<description><![CDATA[<p>L’article <a href="https://www.objectif3d.com/project/pistolet-leger-d-va-chariot/">Pistolet léger D.Va Chariot</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_0">
				
				
				
				
				<div class="et_pb_code_inner"><style>
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pe {
  --gold: #b8965a;
  --bg: #ffffff;
  --surface: #f8f7f5;
  --border: #e8e4de;
  --text: #2a2a2a;
  --muted: #999;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
}
.pe * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ── */
.pe-hero {
  padding: 80px 60px 70px;
  border-bottom: 1px solid var(--border);
}
.pe-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.pe-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
}
.pe-hero-eyebrow span {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.pe-hero h1 {
  font-family: 'Alex Brush', cursive !important;
  font-size: clamp(4rem, 8vw, 7rem) !important;
  font-weight: 400 !important;
  color: #232856 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.pe-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pe-hero-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
  font-weight: 300;
}
.pe-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pe-chip {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── GALLERY ── */
.pe-gallery {
  padding: 60px 60px 50px;
  border-bottom: 1px solid var(--border);
}
.pe-label {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pe-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 100px;
}
.pe-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 480px 260px;
  gap: 10px;
}
.pe-gallery-cell {
  background: var(--surface);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-gallery-cell.main {
  grid-column: 1 / 4;
}
.pe-gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pe-gallery-cell:hover img { transform: scale(1.03); }
.pe-gallery-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ccc;
}
.pe-gallery-ph span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; font-weight: 500; }
.pe-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  text-decoration: none;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,90,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.pe-gallery-link:hover { border-color: var(--gold); }

/* ── ABOUT ── */
.pe-about {
  padding: 70px 60px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
  align-items: start;
}
.pe-about-left { position: sticky; top: 60px; }
.pe-avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f5f1ea;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Alex Brush', cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}
.pe-about-left h3 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
}
.pe-about-left p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.pe-divider { width: 28px; height: 1px; background: var(--gold); margin: 20px 0; }
.pe-tasks { list-style: none; }
.pe-tasks li {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.pe-tasks li::before {
  content: '';
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.pe-about-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.pe-about-text p { margin-bottom: 22px; }
.pe-about-text p:last-child { margin-bottom: 0; }
.pe-about-text strong { color: #2a2a2a; font-weight: 600; }
.pe-about-text em {
  font-family: 'Alex Brush', cursive;
  font-size: 1.25em;
  color: var(--gold);
  font-style: normal;
}

/* ── SOCIAL ── */
.pe-social { padding: 60px 60px 70px; }
.pe-social-cards {
  display: block !important;
  white-space: nowrap !important;
}
.pe-card {
  display: inline-block !important;
  vertical-align: top !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all 0.22s ease !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}
.pe-card:hover { transform: translateY(-3px) !important; }
.pe-card:hover .pe-btn-table { border-color: #b8965a !important; box-shadow: 0 14px 35px rgba(0,0,0,0.07) !important; }
.pe-btn-table { transition: border-color 0.22s ease, box-shadow 0.22s ease !important; }

/* ── FOOTER ── */
.pe-foot {
  border-top: 1px solid var(--border);
  padding: 24px 60px;
  text-align: center;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pe-hero, .pe-gallery, .pe-about, .pe-social, .pe-foot { padding-left: 24px; padding-right: 24px; }
  .pe-about { grid-template-columns: 1fr; gap: 40px; }
  .pe-about-left { position: static; }
  .pe-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px 200px; }
  .pe-gallery-cell.main { grid-column: 1 / 3; }
}
@media (max-width: 520px) {
  .pe-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px 180px; }
  .pe-gallery-cell.main { grid-column: 1; }
}
</style>

<div class="pe">

  <!-- HERO -->
  <div class="pe-hero">
    <div class="pe-hero-eyebrow"><span>Projet étudiant · Art & Design</span></div>
    <h1>Arme Overwatch</h1>
    <div class="pe-hero-subtitle">Style D.Va · Overwatch</div>
    <p class="pe-hero-sub">Reproduction 3D d'un concept art par Antonio Demico, recréée dans la direction artistique d'Overwatch.</p> 
    <div class="pe-hero-chips">
      <span class="pe-chip">Modélisation 3D</span>
      <span class="pe-chip">Texturing</span>
      <span class="pe-chip">Rendu</span>
      <span class="pe-chip">Overwatch Style</span>
    </div>
  </div>

  <!-- GALLERY -->
  <div class="pe-gallery">
    <div class="pe-label">Galerie du projet</div>
    <div class="pe-gallery-grid">

      <div class="pe-gallery-cell main">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-shot-05.jpg" alt="Render principal">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-shot-01.jpg" alt="Shot 01">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-shot-02.jpg" alt="Shot 02">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-shot-03.jpg" alt="Shot 03">
      </div>

    </div>
    <a href="https://www.artstation.com/artwork/dydkgQ" target="_blank" rel="noopener" class="pe-gallery-link">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.164-1.333H9.419L21.598 21.5l1.92-3.348a2.4 2.4 0 0 0 .482-1.404zm-11.129-3.462L7.428 4.527 2.087 13.286h10.784z"/></svg>
      Voir le projet complet sur ArtStation
    </a>
  </div>

  <!-- ABOUT -->
  <div class="pe-about">
    <div class="pe-about-left">
      <div class="pe-avatar">3D</div>
      <h3>Lucas Nasica</h3>
      <p>Game Art & Design</p> 
      <div class="pe-divider"></div>
      <p style="font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-weight:600;">Réalisations</p> 
      <ul class="pe-tasks">
        <li>Modélisation de l'arme</li>
        <li>Création des textures</li>
        <li>Pose des mains</li>
        <li>Rendu final</li>
      </ul>
    </div>
    <div class="pe-about-text">
      <p>Ce projet est une <strong>reproduction 3D du concept art d'Antonio Demico</strong>, recréé dans le style <em>Overwatch</em>. L'objectif était de se rapprocher au maximum de la direction artistique d'Overwatch, en privilégiant des <strong>formes nettes</strong>, une forte <strong>séparation des couleurs</strong> et des <strong>matériaux lisibles</strong>.</p> 
      <p>J'ai réalisé la modélisation, les textures, la pose des mains et le rendu de l'arme.</p> 
      <p>Le décor d'Overwatch, le modèle de la main de D.Va et son squelette ne sont pas de moi ; les mains ont été animées par <strong>Eric Meunier</strong>.</p> 
      <p>Un grand merci à <em>Paul Thureau</em> pour son inspiration sur les rendus finaux.</p> 
    </div>
  </div>

  <!-- SOCIAL -->
  <div class="pe-social">
    <div class="pe-label">Retrouver l'étudiant</div>

    <table cellpadding="0" cellspacing="0" border="0" style="border:none;background:none;border-collapse:separate;border-spacing:12px 0;">
      <tr>

        <!-- ARTSTATION -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.artstation.com/lucasnasica" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjYjg5NjVhIj48cGF0aCBkPSJNMCAxNy43MjNsMi4wMjcgMy41MDVoLjAwMWEyLjQyNCAyLjQyNCAwIDAgMCAyLjE2NCAxLjMzM2gxMy40NTdsLTIuNzkyLTQuODM4SDB6bTI0IC4wMjVjMC0uNDg0LS4xNDMtLjkzNS0uMzg4LTEuMzE0TDE1LjcyOCAyLjcyOGEyLjQyNCAyLjQyNCAwIDAgMC0yLjE2NC0xLjMzM0g5LjQxOUwyMS41OTggMjEuNWwxLjkyLTMuMzQ4YTIuNCAyLjQgMCAwIDAgLjQ4Mi0xLjQwNHptLTExLjEyOS0zLjQ2Mkw3LjQyOCA0LjUyNyAyLjA4NyAxMy4yODZoMTAuNzg0eiIvPjwvc3ZnPg==" alt="ArtStation" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Portfolio</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">ArtStation</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- THE ROOKIES -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.therookies.co/u/LucasNasica" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiLz48L3N2Zz4=" alt="The Rookies" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Communauté</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">The Rookies</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- LINKEDIN -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.linkedin.com/in/lucas-nasica-04a30a2b9/" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44Ij48cGF0aCBkPSJNMTYgOGE2IDYgMCAwIDEgNiA2djdoLTR2LTdhMiAyIDAgMCAwLTItMiAyIDIgMCAwIDAtMiAydjdoLTR2LTdhNiA2IDAgMCAxIDYtNnoiLz48cmVjdCB4PSIyIiB5PSI5IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMiIvPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIyIi8+PC9zdmc+" alt="LinkedIn" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Professionnel</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">LinkedIn</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

      </tr>
    </table>

  </div>

  <div class="pe-foot">Formation · Cinéma d'animation 3D & VFX · Game Art & Design</div>

</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>L’article <a href="https://www.objectif3d.com/project/pistolet-leger-d-va-chariot/">Pistolet léger D.Va Chariot</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Dictaphone Stylisé</title>
		<link>https://www.objectif3d.com/project/dictaphone-stylise/</link>
		
		<dc:creator><![CDATA[manon deltour]]></dc:creator>
		<pubDate>Mon, 19 Jan 2026 08:53:58 +0000</pubDate>
				<guid isPermaLink="false">https://www.objectif3d.com/?post_type=project&#038;p=29196</guid>

					<description><![CDATA[<p>L’article <a href="https://www.objectif3d.com/project/dictaphone-stylise/">Dictaphone Stylisé</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_1">
				
				
				
				
				<div class="et_pb_code_inner"><style>
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pe {
  --gold: #b8965a;
  --bg: #ffffff;
  --surface: #f8f7f5;
  --border: #e8e4de;
  --text: #2a2a2a;
  --muted: #999;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
}
.pe * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ── */
.pe-hero {
  padding: 80px 60px 70px;
  border-bottom: 1px solid var(--border);
}
.pe-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.pe-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
}
.pe-hero-eyebrow span {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.pe-hero h1 {
  font-family: 'Alex Brush', cursive !important;
  font-size: clamp(4rem, 8vw, 7rem) !important;
  font-weight: 400 !important;
  color: #232856 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.pe-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pe-hero-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
  font-weight: 300;
}
.pe-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pe-chip {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── GALLERY ── */
.pe-gallery {
  padding: 60px 60px 50px;
  border-bottom: 1px solid var(--border);
}
.pe-label {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pe-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 100px;
}
.pe-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 480px 260px;
  gap: 10px;
}
.pe-gallery-cell {
  background: var(--surface);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-gallery-cell.main {
  grid-column: 1 / 4;
}
.pe-gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pe-gallery-cell:hover img { transform: scale(1.03); }
.pe-gallery-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ccc;
}
.pe-gallery-ph span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; font-weight: 500; }
.pe-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  text-decoration: none;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,90,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.pe-gallery-link:hover { border-color: var(--gold); }

/* ── ABOUT ── */
.pe-about {
  padding: 70px 60px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
  align-items: start;
}
.pe-about-left { position: sticky; top: 60px; }
.pe-avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f5f1ea;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Alex Brush', cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}
.pe-about-left h3 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
}
.pe-about-left p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.pe-divider { width: 28px; height: 1px; background: var(--gold); margin: 20px 0; }
.pe-tasks { list-style: none; }
.pe-tasks li {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.pe-tasks li::before {
  content: '';
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.pe-about-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.pe-about-text p { margin-bottom: 22px; }
.pe-about-text p:last-child { margin-bottom: 0; }
.pe-about-text strong { color: #2a2a2a; font-weight: 600; }
.pe-about-text em {
  font-family: 'Alex Brush', cursive;
  font-size: 1.25em;
  color: var(--gold);
  font-style: normal;
}

/* ── SOCIAL ── */
.pe-social { padding: 60px 60px 70px; }
.pe-social-cards {
  display: block !important;
  white-space: nowrap !important;
}
.pe-card {
  display: inline-block !important;
  vertical-align: top !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all 0.22s ease !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}
.pe-card:hover { transform: translateY(-3px) !important; }
.pe-card:hover .pe-btn-table { border-color: #b8965a !important; box-shadow: 0 14px 35px rgba(0,0,0,0.07) !important; }
.pe-btn-table { transition: border-color 0.22s ease, box-shadow 0.22s ease !important; }

/* ── FOOTER ── */
.pe-foot {
  border-top: 1px solid var(--border);
  padding: 24px 60px;
  text-align: center;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pe-hero, .pe-gallery, .pe-about, .pe-social, .pe-foot { padding-left: 24px; padding-right: 24px; }
  .pe-about { grid-template-columns: 1fr; gap: 40px; }
  .pe-about-left { position: static; }
  .pe-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px 200px; }
  .pe-gallery-cell.main { grid-column: 1 / 3; }
}
@media (max-width: 520px) {
  .pe-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px 180px; }
  .pe-gallery-cell.main { grid-column: 1; }
}
</style>

<div class="pe">

  <!-- HERO -->
  <div class="pe-hero">
    <div class="pe-hero-eyebrow"><span>Projet étudiant · 3D & VFX</span></div>
    <h1>Dictaphone Stylisée</h1>
    <div class="pe-hero-subtitle">Concept de Arthur Mougne</div>
    <p class="pe-hero-sub">Ce projet a été réalisé en environ 3 semaines, des premiers croquis jusqu’au rendu final, en suivant un workflow complet prêt pour le jeu vidéo.</p> 
    <div class="pe-hero-chips">
      <span class="pe-chip">Modélisation 3D</span>
      <span class="pe-chip">Texturing</span>
      <span class="pe-chip">Rendu</span>
    </div>
  </div>

  <!-- GALLERY -->
  <div class="pe-gallery">
    <div class="pe-label">Galerie du projet</div>
    <div class="pe-gallery-grid">

      <div class="pe-gallery-cell main">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/evane-caccia-tisserand-hero-shot.webp" alt="Render principal">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/evane-caccia-tisserand-beautyshot-2-f.webp" alt="Shot 01">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/evane-caccia-tisserand-beautyshot-1-f.webp" alt="Shot 02">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/evane-caccia-tisserand-all-sides-f.webp" alt="Shot 03">
      </div>

    </div>
    <a href="https://www.artstation.com/artwork/nJkLDe" target="_blank" rel="noopener" class="pe-gallery-link">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.164-1.333H9.419L21.598 21.5l1.92-3.348a2.4 2.4 0 0 0 .482-1.404zm-11.129-3.462L7.428 4.527 2.087 13.286h10.784z"/></svg>
      Voir le projet complet sur ArtStation
    </a>
  </div>

  <!-- ABOUT -->
  <div class="pe-about">
    <div class="pe-about-left">
      <div class="pe-avatar">3D</div>
      <h3>Evane Caccia Tisserand</h3>
      <p>Game Art & Design</p> 
      <div class="pe-divider"></div>
      <p style="font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-weight:600;">Réalisations</p> 
      <ul class="pe-tasks">
        <li>Modélisation du dictaphone</li>
        <li>Création des textures</li>
        <li>Pose des mains</li>
        <li>Rendu final</li>
      </ul>
    </div>
    <div class="pe-about-text">
      <p>L’objectif était d’explorer les techniques de <strong>stylisation</strong>, l’équilibrage des couleurs et la lisibilité des matériaux afin d’obtenir une <strong>esthétique de gadget rétro</strong>.</p> 
      <p>Ce projet m’a également permis de mieux comprendre l’utilisation des <strong>floaters</strong> et des <strong>points d’ancrage</strong>, et a servi d’introduction à <em>Marmoset Toolbag.</em></p> 
      <p>Accessoire stylisé en temps réel basé sur un concept de <em>Arthur Mougne.</em></p> 
    </div>
  </div>

  <!-- SOCIAL -->
  <div class="pe-social">
    <div class="pe-label">Retrouver l'étudiant</div>

    <table cellpadding="0" cellspacing="0" border="0" style="border:none;background:none;border-collapse:separate;border-spacing:12px 0;">
      <tr>

        <!-- ARTSTATION -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.artstation.com/evanect" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjYjg5NjVhIj48cGF0aCBkPSJNMCAxNy43MjNsMi4wMjcgMy41MDVoLjAwMWEyLjQyNCAyLjQyNCAwIDAgMCAyLjE2NCAxLjMzM2gxMy40NTdsLTIuNzkyLTQuODM4SDB6bTI0IC4wMjVjMC0uNDg0LS4xNDMtLjkzNS0uMzg4LTEuMzE0TDE1LjcyOCAyLjcyOGEyLjQyNCAyLjQyNCAwIDAgMC0yLjE2NC0xLjMzM0g5LjQxOUwyMS41OTggMjEuNWwxLjkyLTMuMzQ4YTIuNCAyLjQgMCAwIDAgLjQ4Mi0xLjQwNHptLTExLjEyOS0zLjQ2Mkw3LjQyOCA0LjUyNyAyLjA4NyAxMy4yODZoMTAuNzg0eiIvPjwvc3ZnPg==" alt="ArtStation" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Portfolio</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">ArtStation</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- THE ROOKIES -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.therookies.co/u/EvaneCT" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiLz48L3N2Zz4=" alt="The Rookies" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Communauté</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">The Rookies</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- LINKEDIN -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.linkedin.com/in/evane-caccia%E2%80%94tisserand-b528152b7/" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44Ij48cGF0aCBkPSJNMTYgOGE2IDYgMCAwIDEgNiA2djdoLTR2LTdhMiAyIDAgMCAwLTItMiAyIDIgMCAwIDAtMiAydjdoLTR2LTdhNiA2IDAgMCAxIDYtNnoiLz48cmVjdCB4PSIyIiB5PSI5IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMiIvPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIyIi8+PC9zdmc+" alt="LinkedIn" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Professionnel</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">LinkedIn</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

      </tr>
    </table>

  </div>

  <div class="pe-foot">Formation · Cinéma d'animation 3D & VFX · Game Art & Design</div>

</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>L’article <a href="https://www.objectif3d.com/project/dictaphone-stylise/">Dictaphone Stylisé</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mat and Mut</title>
		<link>https://www.objectif3d.com/project/mat-and-mut/</link>
		
		<dc:creator><![CDATA[manon deltour]]></dc:creator>
		<pubDate>Mon, 15 Dec 2025 14:57:41 +0000</pubDate>
				<guid isPermaLink="false">https://www.objectif3d.com/?post_type=project&#038;p=28641</guid>

					<description><![CDATA[<p>L’article <a href="https://www.objectif3d.com/project/mat-and-mut/">Mat and Mut</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_2">
				
				
				
				
				<div class="et_pb_code_inner"><style>
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pe {
  --gold: #b8965a;
  --bg: #ffffff;
  --surface: #f8f7f5;
  --border: #e8e4de;
  --text: #2a2a2a;
  --muted: #999;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
}
.pe * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ── */
.pe-hero {
  padding: 80px 60px 70px;
  border-bottom: 1px solid var(--border);
}
.pe-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.pe-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
}
.pe-hero-eyebrow span {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.pe-hero h1 {
  font-family: 'Alex Brush', cursive !important;
  font-size: clamp(4rem, 8vw, 7rem) !important;
  font-weight: 400 !important;
  color: #232856 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.pe-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pe-hero-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
  font-weight: 300;
}
.pe-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pe-chip {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── GALLERY ── */
.pe-gallery {
  padding: 60px 60px 50px;
  border-bottom: 1px solid var(--border);
}
.pe-label {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pe-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 100px;
}
.pe-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 480px 260px;
  gap: 10px;
}
.pe-gallery-cell {
  background: var(--surface);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-gallery-cell.main {
  grid-column: 1 / 4;
}
.pe-gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pe-gallery-cell:hover img { transform: scale(1.03); }
.pe-gallery-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ccc;
}
.pe-gallery-ph span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; font-weight: 500; }
.pe-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  text-decoration: none;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,90,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.pe-gallery-link:hover { border-color: var(--gold); }

/* ── ABOUT ── */
.pe-about {
  padding: 70px 60px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
  align-items: start;
}
.pe-about-left { position: sticky; top: 60px; }
.pe-avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f5f1ea;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Alex Brush', cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}
.pe-about-left h3 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
}
.pe-about-left p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.pe-divider { width: 28px; height: 1px; background: var(--gold); margin: 20px 0; }
.pe-tasks { list-style: none; }
.pe-tasks li {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.pe-tasks li::before {
  content: '';
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.pe-about-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.pe-about-text p { margin-bottom: 22px; }
.pe-about-text p:last-child { margin-bottom: 0; }
.pe-about-text strong { color: #2a2a2a; font-weight: 600; }
.pe-about-text em {
  font-family: 'Alex Brush', cursive;
  font-size: 1.25em;
  color: var(--gold);
  font-style: normal;
}

/* ── SOCIAL ── */
.pe-social { padding: 60px 60px 70px; }
.pe-social-cards {
  display: block !important;
  white-space: nowrap !important;
}
.pe-card {
  display: inline-block !important;
  vertical-align: top !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all 0.22s ease !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}
.pe-card:hover { transform: translateY(-3px) !important; }
.pe-card:hover .pe-btn-table { border-color: #b8965a !important; box-shadow: 0 14px 35px rgba(0,0,0,0.07) !important; }
.pe-btn-table { transition: border-color 0.22s ease, box-shadow 0.22s ease !important; }

/* ── FOOTER ── */
.pe-foot {
  border-top: 1px solid var(--border);
  padding: 24px 60px;
  text-align: center;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pe-hero, .pe-gallery, .pe-about, .pe-social, .pe-foot { padding-left: 24px; padding-right: 24px; }
  .pe-about { grid-template-columns: 1fr; gap: 40px; }
  .pe-about-left { position: static; }
  .pe-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px 200px; }
  .pe-gallery-cell.main { grid-column: 1 / 3; }
}
@media (max-width: 520px) {
  .pe-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px 180px; }
  .pe-gallery-cell.main { grid-column: 1; }
}
</style>

<div class="pe">

  <!-- HERO -->
  <div class="pe-hero">
    <div class="pe-hero-eyebrow"><span>Projet étudiant · 3D & VFX</span></div>
    <h1>Mat and Mut</h1>
    <div class="pe-hero-subtitle">Concour Meet Mat</div>
    <p class="pe-hero-sub">Concours de texturing 3D pour créer des matériaux originaux sur un personnage et développer son portfolio.</p> 
    <div class="pe-hero-chips">
      <span class="pe-chip">Texturing</span>
      <span class="pe-chip">Light/ Compositing</span>
      <span class="pe-chip">Rendu</span>
    </div>
  </div>

  <!-- GALLERY -->
  <div class="pe-gallery">
    <div class="pe-label">Galerie du projet</div>
    <div class="pe-gallery-grid">

      <div class="pe-gallery-cell main">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/render_nuke_2_fond-2.webp" alt="Render principal">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/render_nuke_3_fond-1.webp" alt="Shot 01">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/render_nuke_4_fond-1.webp" alt="Shot 02">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/render_nuke_1_fond-1.webp" alt="Shot 03">
      </div>

    </div>
    <a href="https://www.artstation.com/artwork/P69x03" target="_blank" rel="noopener" class="pe-gallery-link">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.164-1.333H9.419L21.598 21.5l1.92-3.348a2.4 2.4 0 0 0 .482-1.404zm-11.129-3.462L7.428 4.527 2.087 13.286h10.784z"/></svg>
      Voir le projet complet sur ArtStation
    </a>
  </div>

  <!-- ABOUT -->
  <div class="pe-about">
    <div class="pe-about-left">
      <div class="pe-avatar">3D</div>
      <h3>Flavie Damy</h3>
      <p>Cinéma d'animation 3D & VFX</p> 
      <div class="pe-divider"></div>
      <p style="font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-weight:600;">Réalisations</p> 
      <ul class="pe-tasks">
        <li>Création des textures</li>
        <li>Rendu final</li>
      </ul>
    </div>
    <div class="pe-about-text">
      <p>J’ai commencé a participer au concours <strong>The Rookies X Cleeks</strong>; l’art du golf, mais je n’en étais pas satisfaite…</p> 
      <p>j’ai retenté ma chance avec Meet Mat, où j’ai pu explorer les textures tout en y ajoutant une touche de ma spé : <strong>le lighting/compositing.</strong></p> 
      <p> Ces concours me sortent de ma zone de confort et me permettent de toucher à plein de choses différentes</p> 
    </div>
  </div>

  <!-- SOCIAL -->
  <div class="pe-social">
    <div class="pe-label">Retrouver l'étudiant</div>

    <table cellpadding="0" cellspacing="0" border="0" style="border:none;background:none;border-collapse:separate;border-spacing:12px 0;">
      <tr>

        <!-- ARTSTATION -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.artstation.com/flavie9" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjYjg5NjVhIj48cGF0aCBkPSJNMCAxNy43MjNsMi4wMjcgMy41MDVoLjAwMWEyLjQyNCAyLjQyNCAwIDAgMCAyLjE2NCAxLjMzM2gxMy40NTdsLTIuNzkyLTQuODM4SDB6bTI0IC4wMjVjMC0uNDg0LS4xNDMtLjkzNS0uMzg4LTEuMzE0TDE1LjcyOCAyLjcyOGEyLjQyNCAyLjQyNCAwIDAgMC0yLjE2NC0xLjMzM0g5LjQxOUwyMS41OTggMjEuNWwxLjkyLTMuMzQ4YTIuNCAyLjQgMCAwIDAgLjQ4Mi0xLjQwNHptLTExLjEyOS0zLjQ2Mkw3LjQyOCA0LjUyNyAyLjA4NyAxMy4yODZoMTAuNzg0eiIvPjwvc3ZnPg==" alt="ArtStation" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Portfolio</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">ArtStation</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- THE ROOKIES -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.therookies.co/u/flagada" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiLz48L3N2Zz4=" alt="The Rookies" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Communauté</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">The Rookies</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- LINKEDIN -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.linkedin.com/in/flavie-damy-aaa4a0284/" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44Ij48cGF0aCBkPSJNMTYgOGE2IDYgMCAwIDEgNiA2djdoLTR2LTdhMiAyIDAgMCAwLTItMiAyIDIgMCAwIDAtMiAydjdoLTR2LTdhNiA2IDAgMCAxIDYtNnoiLz48cmVjdCB4PSIyIiB5PSI5IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMiIvPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIyIi8+PC9zdmc+" alt="LinkedIn" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Professionnel</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">LinkedIn</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

      </tr>
    </table>

  </div>

  <div class="pe-foot">Formation · Cinéma d'animation 3D & VFX · Game Art & Design</div>

</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>L’article <a href="https://www.objectif3d.com/project/mat-and-mut/">Mat and Mut</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gameboy classique</title>
		<link>https://www.objectif3d.com/project/gameboy-classique/</link>
		
		<dc:creator><![CDATA[manon deltour]]></dc:creator>
		<pubDate>Mon, 15 Dec 2025 13:06:58 +0000</pubDate>
				<guid isPermaLink="false">https://www.objectif3d.com/?post_type=project&#038;p=29067</guid>

					<description><![CDATA[<p>L’article <a href="https://www.objectif3d.com/project/gameboy-classique/">Gameboy classique</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_3 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_3">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_3">
				
				
				
				
				<div class="et_pb_code_inner"><style>
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pe {
  --gold: #b8965a;
  --bg: #ffffff;
  --surface: #f8f7f5;
  --border: #e8e4de;
  --text: #2a2a2a;
  --muted: #999;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
}
.pe * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ── */
.pe-hero {
  padding: 80px 60px 70px;
  border-bottom: 1px solid var(--border);
}
.pe-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.pe-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
}
.pe-hero-eyebrow span {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.pe-hero h1 {
  font-family: 'Alex Brush', cursive !important;
  font-size: clamp(4rem, 8vw, 7rem) !important;
  font-weight: 400 !important;
  color: #232856 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.pe-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pe-hero-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
  font-weight: 300;
}
.pe-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pe-chip {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── GALLERY ── */
.pe-gallery {
  padding: 60px 60px 50px;
  border-bottom: 1px solid var(--border);
}
.pe-label {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pe-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 100px;
}
.pe-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 480px 260px;
  gap: 10px;
}
.pe-gallery-cell {
  background: var(--surface);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-gallery-cell.main {
  grid-column: 1 / 4;
}
.pe-gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pe-gallery-cell:hover img { transform: scale(1.03); }
.pe-gallery-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ccc;
}
.pe-gallery-ph span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; font-weight: 500; }
.pe-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  text-decoration: none;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,90,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.pe-gallery-link:hover { border-color: var(--gold); }

/* ── ABOUT ── */
.pe-about {
  padding: 70px 60px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
  align-items: start;
}
.pe-about-left { position: sticky; top: 60px; }
.pe-avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f5f1ea;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Alex Brush', cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}
.pe-about-left h3 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
}
.pe-about-left p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.pe-divider { width: 28px; height: 1px; background: var(--gold); margin: 20px 0; }
.pe-tasks { list-style: none; }
.pe-tasks li {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.pe-tasks li::before {
  content: '';
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.pe-about-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.pe-about-text p { margin-bottom: 22px; }
.pe-about-text p:last-child { margin-bottom: 0; }
.pe-about-text strong { color: #2a2a2a; font-weight: 600; }
.pe-about-text em {
  font-family: 'Alex Brush', cursive;
  font-size: 1.25em;
  color: var(--gold);
  font-style: normal;
}

/* ── SOCIAL ── */
.pe-social { padding: 60px 60px 70px; }
.pe-social-cards {
  display: block !important;
  white-space: nowrap !important;
}
.pe-card {
  display: inline-block !important;
  vertical-align: top !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all 0.22s ease !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}
.pe-card:hover { transform: translateY(-3px) !important; }
.pe-card:hover .pe-btn-table { border-color: #b8965a !important; box-shadow: 0 14px 35px rgba(0,0,0,0.07) !important; }
.pe-btn-table { transition: border-color 0.22s ease, box-shadow 0.22s ease !important; }

/* ── FOOTER ── */
.pe-foot {
  border-top: 1px solid var(--border);
  padding: 24px 60px;
  text-align: center;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pe-hero, .pe-gallery, .pe-about, .pe-social, .pe-foot { padding-left: 24px; padding-right: 24px; }
  .pe-about { grid-template-columns: 1fr; gap: 40px; }
  .pe-about-left { position: static; }
  .pe-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px 200px; }
  .pe-gallery-cell.main { grid-column: 1 / 3; }
}
@media (max-width: 520px) {
  .pe-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px 180px; }
  .pe-gallery-cell.main { grid-column: 1; }
}
</style>

<div class="pe">

  <!-- HERO -->
  <div class="pe-hero">
    <div class="pe-hero-eyebrow"><span>Projet étudiant · 3D & VFX</span></div>
    <h1>Gameboy</h1>
    <div class="pe-hero-subtitle">Projet</div>
    <p class="pe-hero-sub">Reproduction 3D de la Game Boy classique en trois semaines</p> 
    <div class="pe-hero-chips">
      <span class="pe-chip">Modélisation 3D</span>
      <span class="pe-chip">Texturing</span>
      <span class="pe-chip">Rendu</span>
    </div>
  </div>

  <!-- GALLERY -->
  <div class="pe-gallery">
    <div class="pe-label">Galerie du projet</div>
    <div class="pe-gallery-grid">

      <div class="pe-gallery-cell main">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lee-cholok-shot-08-2.webp" alt="Render principal">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lee-cholok-shot-04.webp" alt="Shot 01">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lee-cholok-shot-03.webp" alt="Shot 02">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lee-cholok-shot-10.webp" alt="Shot 03">
      </div>

    </div>
    <a href="https://www.artstation.com/artwork/V26ARX" target="_blank" rel="noopener" class="pe-gallery-link">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.164-1.333H9.419L21.598 21.5l1.92-3.348a2.4 2.4 0 0 0 .482-1.404zm-11.129-3.462L7.428 4.527 2.087 13.286h10.784z"/></svg>
      Voir le projet complet sur ArtStation
    </a>
  </div>

  <!-- ABOUT -->
  <div class="pe-about">
    <div class="pe-about-left">
      <div class="pe-avatar">3D</div>
      <h3>Lee Cholok</h3>
      <p>Game Art & Design</p> 
      <div class="pe-divider"></div>
      <p style="font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-weight:600;">Réalisations</p> 
      <ul class="pe-tasks">
        <li>Modélisation de la Gameboy</li>
        <li>Création des textures</li>
        <li>Rendu final</li>
      </ul>
    </div>
    <div class="pe-about-text">
      <p>Voici une recréation 3D de la <strong>Game Boy classique.</strong></p> 
      <p>Ce projet de trois semaines m'a permis d'améliorer considérablement mes compétences en <strong>modélisation et en texturage,</strong>et c'était aussi ma première expérience avec le rendu grâce à <em>Marmoset Viewer.</em></p> 
      <p>Ce fut une expérience très enrichissante.</p> 
    </div>
  </div>

  <!-- SOCIAL -->
  <div class="pe-social">
    <div class="pe-label">Retrouver l'étudiant</div>

    <table cellpadding="0" cellspacing="0" border="0" style="border:none;background:none;border-collapse:separate;border-spacing:12px 0;">
      <tr>

        <!-- ARTSTATION -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.artstation.com/cholok" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjYjg5NjVhIj48cGF0aCBkPSJNMCAxNy43MjNsMi4wMjcgMy41MDVoLjAwMWEyLjQyNCAyLjQyNCAwIDAgMCAyLjE2NCAxLjMzM2gxMy40NTdsLTIuNzkyLTQuODM4SDB6bTI0IC4wMjVjMC0uNDg0LS4xNDMtLjkzNS0uMzg4LTEuMzE0TDE1LjcyOCAyLjcyOGEyLjQyNCAyLjQyNCAwIDAgMC0yLjE2NC0xLjMzM0g5LjQxOUwyMS41OTggMjEuNWwxLjkyLTMuMzQ4YTIuNCAyLjQgMCAwIDAgLjQ4Mi0xLjQwNHptLTExLjEyOS0zLjQ2Mkw3LjQyOCA0LjUyNyAyLjA4NyAxMy4yODZoMTAuNzg0eiIvPjwvc3ZnPg==" alt="ArtStation" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Portfolio</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">ArtStation</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- THE ROOKIES -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.therookies.co/u/Cholok" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiLz48L3N2Zz4=" alt="The Rookies" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Communauté</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">The Rookies</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- LINKEDIN -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.linkedin.com/in/cholok-lee-44aa46242/" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44Ij48cGF0aCBkPSJNMTYgOGE2IDYgMCAwIDEgNiA2djdoLTR2LTdhMiAyIDAgMCAwLTItMiAyIDIgMCAwIDAtMiAydjdoLTR2LTdhNiA2IDAgMCAxIDYtNnoiLz48cmVjdCB4PSIyIiB5PSI5IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMiIvPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIyIi8+PC9zdmc+" alt="LinkedIn" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Professionnel</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">LinkedIn</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

      </tr>
    </table>

  </div>

  <div class="pe-foot">Formation · Cinéma d'animation 3D & VFX · Game Art & Design</div>

</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>L’article <a href="https://www.objectif3d.com/project/gameboy-classique/">Gameboy classique</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Fuyez la Bête</title>
		<link>https://www.objectif3d.com/project/fuyez-la-bete/</link>
		
		<dc:creator><![CDATA[manon deltour]]></dc:creator>
		<pubDate>Wed, 26 Nov 2025 13:49:55 +0000</pubDate>
				<guid isPermaLink="false">https://www.objectif3d.com/?post_type=project&#038;p=28978</guid>

					<description><![CDATA[<p>L’article <a href="https://www.objectif3d.com/project/fuyez-la-bete/">Fuyez la Bête</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_4 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_4">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_4">
				
				
				
				
				<div class="et_pb_code_inner"><style>
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pe {
  --gold: #b8965a;
  --bg: #ffffff;
  --surface: #f8f7f5;
  --border: #e8e4de;
  --text: #2a2a2a;
  --muted: #999;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
}
.pe * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ── */
.pe-hero {
  padding: 80px 60px 70px;
  border-bottom: 1px solid var(--border);
}
.pe-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.pe-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
}
.pe-hero-eyebrow span {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.pe-hero h1 {
  font-family: 'Alex Brush', cursive !important;
  font-size: clamp(4rem, 8vw, 7rem) !important;
  font-weight: 400 !important;
  color: #232856 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.pe-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pe-hero-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
  font-weight: 300;
}
.pe-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pe-chip {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── GALLERY ── */
.pe-gallery {
  padding: 60px 60px 50px;
  border-bottom: 1px solid var(--border);
}
.pe-label {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pe-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 100px;
}
.pe-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 480px 260px;
  gap: 10px;
}
.pe-gallery-cell {
  background: var(--surface);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-gallery-cell.main {
  grid-column: 1 / 4;
}
.pe-gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pe-gallery-cell:hover img { transform: scale(1.03); }
.pe-gallery-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ccc;
}
.pe-gallery-ph span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; font-weight: 500; }
.pe-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  text-decoration: none;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,90,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.pe-gallery-link:hover { border-color: var(--gold); }

/* ── ABOUT ── */
.pe-about {
  padding: 70px 60px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
  align-items: start;
}
.pe-about-left { position: sticky; top: 60px; }
.pe-avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f5f1ea;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Alex Brush', cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}
.pe-about-left h3 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
}
.pe-about-left p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.pe-divider { width: 28px; height: 1px; background: var(--gold); margin: 20px 0; }
.pe-tasks { list-style: none; }
.pe-tasks li {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.pe-tasks li::before {
  content: '';
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.pe-about-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.pe-about-text p { margin-bottom: 22px; }
.pe-about-text p:last-child { margin-bottom: 0; }
.pe-about-text strong { color: #2a2a2a; font-weight: 600; }
.pe-about-text em {
  font-family: 'Alex Brush', cursive;
  font-size: 1.25em;
  color: var(--gold);
  font-style: normal;
}

/* ── SOCIAL ── */
.pe-social { padding: 60px 60px 70px; }
.pe-social-cards {
  display: block !important;
  white-space: nowrap !important;
}
.pe-card {
  display: inline-block !important;
  vertical-align: top !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all 0.22s ease !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}
.pe-card:hover { transform: translateY(-3px) !important; }
.pe-card:hover .pe-btn-table { border-color: #b8965a !important; box-shadow: 0 14px 35px rgba(0,0,0,0.07) !important; }
.pe-btn-table { transition: border-color 0.22s ease, box-shadow 0.22s ease !important; }

/* ── FOOTER ── */
.pe-foot {
  border-top: 1px solid var(--border);
  padding: 24px 60px;
  text-align: center;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pe-hero, .pe-gallery, .pe-about, .pe-social, .pe-foot { padding-left: 24px; padding-right: 24px; }
  .pe-about { grid-template-columns: 1fr; gap: 40px; }
  .pe-about-left { position: static; }
  .pe-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px 200px; }
  .pe-gallery-cell.main { grid-column: 1 / 3; }
}
@media (max-width: 520px) {
  .pe-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px 180px; }
  .pe-gallery-cell.main { grid-column: 1; }
}
</style>

<div class="pe">

  <!-- HERO -->
  <div class="pe-hero">
    <div class="pe-hero-eyebrow"><span>Projet étudiant · 3D & VFX</span></div>
    <h1>Fuyez la Bête</h1>
    <div class="pe-hero-subtitle">Rookies Awards 2021</div>
    <p class="pe-hero-sub">Par cipation au Rookies Awards, concours mondial annuel où les artistes débutants présentent leur portfolio pour se faire remarquer par les studios.</p> 
    <div class="pe-hero-chips">
      <span class="pe-chip">Modélisation 3D</span>
      <span class="pe-chip">Texturing</span>
      <span class="pe-chip">Light/ Compositing</span>
      <span class="pe-chip">Rendu</span>
    </div>
  </div>

  <!-- GALLERY -->
  <div class="pe-gallery">
    <div class="pe-label">Galerie du projet</div>
    <div class="pe-gallery-grid">

      <div class="pe-gallery-cell main">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/laurin-planes-weta-1.jpg" alt="Render principal">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/laurin-planes-sculpt-process.jpg" alt="Shot 01">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/laurin-planes-car-intro.jpg" alt="Shot 02">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/laurin-planes-assets-pres.jpg" alt="Shot 03">
      </div>

    </div>
    <a href="https://www.artstation.com/artwork/AqbQ8y" target="_blank" rel="noopener" class="pe-gallery-link">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.164-1.333H9.419L21.598 21.5l1.92-3.348a2.4 2.4 0 0 0 .482-1.404zm-11.129-3.462L7.428 4.527 2.087 13.286h10.784z"/></svg>
      Voir le projet complet sur ArtStation
    </a>
  </div>

  <!-- ABOUT -->
  <div class="pe-about">
    <div class="pe-about-left">
      <div class="pe-avatar">3D</div>
      <h3>Laurin Planes</h3>
      <p>Cinéma d'animation 3D & VFX</p> 
      <div class="pe-divider"></div>
      <p style="font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-weight:600;">Réalisations</p> 
      <ul class="pe-tasks">
        <li>Modélisation</li>
        <li>Création des textures</li>
        <li>lighting & compositing</li>
        <li>Rendu final</li>
      </ul>
    </div>
    <div class="pe-about-text">
      <p>Voici ma participation aux <strong>Rookies Awards 2021.</strong> J'ai réalisé l'œuvre complète en un mois. Elle est fortement inspirée par le travail de <em>Richard Wright.</em></p> 
      <p>L'ensemble du décor a été modélisé dans <strong>Maya</strong> et <strong>ZBrush</strong>, texturé dans <strong>Substance Painter</strong>, rendue avec <strong>Arnold</strong> et compositing dans <strong>Nuke</strong>.</p> 
      <p>Le compositing a été réalisé par <em>Jérémy Blasco.</em></p> 
    </div>
  </div>

  <!-- SOCIAL -->
  <div class="pe-social">
    <div class="pe-label">Retrouver l'étudiant</div>

    <table cellpadding="0" cellspacing="0" border="0" style="border:none;background:none;border-collapse:separate;border-spacing:12px 0;">
      <tr>

        <!-- ARTSTATION -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.artstation.com/laurinp" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjYjg5NjVhIj48cGF0aCBkPSJNMCAxNy43MjNsMi4wMjcgMy41MDVoLjAwMWEyLjQyNCAyLjQyNCAwIDAgMCAyLjE2NCAxLjMzM2gxMy40NTdsLTIuNzkyLTQuODM4SDB6bTI0IC4wMjVjMC0uNDg0LS4xNDMtLjkzNS0uMzg4LTEuMzE0TDE1LjcyOCAyLjcyOGEyLjQyNCAyLjQyNCAwIDAgMC0yLjE2NC0xLjMzM0g5LjQxOUwyMS41OTggMjEuNWwxLjkyLTMuMzQ4YTIuNCAyLjQgMCAwIDAgLjQ4Mi0xLjQwNHptLTExLjEyOS0zLjQ2Mkw3LjQyOCA0LjUyNyAyLjA4NyAxMy4yODZoMTAuNzg0eiIvPjwvc3ZnPg==" alt="ArtStation" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Portfolio</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">ArtStation</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- THE ROOKIES -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.therookies.co/u/Laurin" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiLz48L3N2Zz4=" alt="The Rookies" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Communauté</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">The Rookies</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- LINKEDIN -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.linkedin.com/in/laurin-planes/" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44Ij48cGF0aCBkPSJNMTYgOGE2IDYgMCAwIDEgNiA2djdoLTR2LTdhMiAyIDAgMCAwLTItMiAyIDIgMCAwIDAtMiAydjdoLTR2LTdhNiA2IDAgMCAxIDYtNnoiLz48cmVjdCB4PSIyIiB5PSI5IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMiIvPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIyIi8+PC9zdmc+" alt="LinkedIn" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Professionnel</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">LinkedIn</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

      </tr>
    </table>

  </div>

  <div class="pe-foot">Formation · Cinéma d'animation 3D & VFX · Game Art & Design</div>

</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>L’article <a href="https://www.objectif3d.com/project/fuyez-la-bete/">Fuyez la Bête</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Kombi : Tame Impala</title>
		<link>https://www.objectif3d.com/project/konbi-tame-impala/</link>
		
		<dc:creator><![CDATA[manon deltour]]></dc:creator>
		<pubDate>Wed, 26 Nov 2025 11:44:30 +0000</pubDate>
				<guid isPermaLink="false">https://www.objectif3d.com/?post_type=project&#038;p=28917</guid>

					<description><![CDATA[<p>L’article <a href="https://www.objectif3d.com/project/konbi-tame-impala/">Kombi : Tame Impala</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_5 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_5">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_5">
				
				
				
				
				<div class="et_pb_code_inner"><style>
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pe {
  --gold: #b8965a;
  --bg: #ffffff;
  --surface: #f8f7f5;
  --border: #e8e4de;
  --text: #2a2a2a;
  --muted: #999;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
}
.pe * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ── */
.pe-hero {
  padding: 80px 60px 70px;
  border-bottom: 1px solid var(--border);
}
.pe-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.pe-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
}
.pe-hero-eyebrow span {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.pe-hero h1 {
  font-family: 'Alex Brush', cursive !important;
  font-size: clamp(4rem, 8vw, 7rem) !important;
  font-weight: 400 !important;
  color: #232856 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.pe-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pe-hero-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
  font-weight: 300;
}
.pe-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pe-chip {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── GALLERY ── */
.pe-gallery {
  padding: 60px 60px 50px;
  border-bottom: 1px solid var(--border);
}
.pe-label {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pe-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 100px;
}
.pe-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 480px 260px;
  gap: 10px;
}
.pe-gallery-cell {
  background: var(--surface);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-gallery-cell.main {
  grid-column: 1 / 4;
}
.pe-gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pe-gallery-cell:hover img { transform: scale(1.03); }
.pe-gallery-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ccc;
}
.pe-gallery-ph span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; font-weight: 500; }
.pe-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  text-decoration: none;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,90,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.pe-gallery-link:hover { border-color: var(--gold); }

/* ── ABOUT ── */
.pe-about {
  padding: 70px 60px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
  align-items: start;
}
.pe-about-left { position: sticky; top: 60px; }
.pe-avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f5f1ea;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Alex Brush', cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}
.pe-about-left h3 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
}
.pe-about-left p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.pe-divider { width: 28px; height: 1px; background: var(--gold); margin: 20px 0; }
.pe-tasks { list-style: none; }
.pe-tasks li {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.pe-tasks li::before {
  content: '';
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.pe-about-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.pe-about-text p { margin-bottom: 22px; }
.pe-about-text p:last-child { margin-bottom: 0; }
.pe-about-text strong { color: #2a2a2a; font-weight: 600; }
.pe-about-text em {
  font-family: 'Alex Brush', cursive;
  font-size: 1.25em;
  color: var(--gold);
  font-style: normal;
}

/* ── SOCIAL ── */
.pe-social { padding: 60px 60px 70px; }
.pe-social-cards {
  display: block !important;
  white-space: nowrap !important;
}
.pe-card {
  display: inline-block !important;
  vertical-align: top !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all 0.22s ease !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}
.pe-card:hover { transform: translateY(-3px) !important; }
.pe-card:hover .pe-btn-table { border-color: #b8965a !important; box-shadow: 0 14px 35px rgba(0,0,0,0.07) !important; }
.pe-btn-table { transition: border-color 0.22s ease, box-shadow 0.22s ease !important; }

/* ── FOOTER ── */
.pe-foot {
  border-top: 1px solid var(--border);
  padding: 24px 60px;
  text-align: center;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pe-hero, .pe-gallery, .pe-about, .pe-social, .pe-foot { padding-left: 24px; padding-right: 24px; }
  .pe-about { grid-template-columns: 1fr; gap: 40px; }
  .pe-about-left { position: static; }
  .pe-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px 200px; }
  .pe-gallery-cell.main { grid-column: 1 / 3; }
}
@media (max-width: 520px) {
  .pe-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px 180px; }
  .pe-gallery-cell.main { grid-column: 1; }
}
</style>

<div class="pe">

  <!-- HERO -->
  <div class="pe-hero">
    <div class="pe-hero-eyebrow"><span>Projet étudiant · 3D & VFX</span></div>
    <h1>Kombi : Tame Impala</h1>
    <div class="pe-hero-subtitle">Substance Texturing Challenge</div>
    <p class="pe-hero-sub">Le Substance Texturing Challenge est un concours où les artistes créent les meilleures textures avec Substance 3D pour gagner en visibilité et des prix, organisé par Adobe.</p> 
    <div class="pe-hero-chips">
      <span class="pe-chip">Texturing</span>
      <span class="pe-chip">Rendu</span>
    </div>
  </div>

  <!-- GALLERY -->
  <div class="pe-gallery">
    <div class="pe-label">Galerie du projet</div>
    <div class="pe-gallery-grid">

      <div class="pe-gallery-cell main">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/1-badges-scaled.jpg" alt="Render principal">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/8-1-scaled.jpg" alt="Shot 01">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/9-1-scaled.jpg" alt="Shot 02">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/6-2-scaled.jpg" alt="Shot 03">
      </div>

    </div>
    <a href="https://www.artstation.com/artwork/nYO45K" target="_blank" rel="noopener" class="pe-gallery-link">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.164-1.333H9.419L21.598 21.5l1.92-3.348a2.4 2.4 0 0 0 .482-1.404zm-11.129-3.462L7.428 4.527 2.087 13.286h10.784z"/></svg>
      Voir le projet complet sur ArtStation
    </a>
  </div>

  <!-- ABOUT -->
  <div class="pe-about">
    <div class="pe-about-left">
      <div class="pe-avatar">3D</div>
      <h3>Tiphaine Mori</h3>
      <p>Cinéma d'animation 3D & VFX</p> 
      <div class="pe-divider"></div>
      <p style="font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-weight:600;">Réalisations</p> 
      <ul class="pe-tasks">
        <li>Création des textures</li>
        <li>Rendu final</li>
      </ul>
    </div>
    <div class="pe-about-text">
      <p>Pour le <strong>Substance Texturing Challenge – Kombi,</strong> je me suis inspiré de la pochette d’un album de <em>Tame Impala,</em> dont l’esthétique psychédélique correspondait parfaitement à l’ambiance que je voulais donner à mon van.</p> 
      <p>J’ai d’abord travaillé les couleurs et la peinture de base, puis créé les bandes dans <strong>Substance Designer</strong> pour pouvoir les utiliser facilement dans <strong>Substance Painter</strong></p> 
      <p>Comme certaines peintures devaient être reproduites sur plusieurs UDIMs, j’ai contourné la limite du logiciel en exportant les masques pour les réimporter sous forme d’alphas.</p> 
      <p>Une fois la texture établie, j’ai ajouté de la saleté, ajusté les réglages de rendu dans Iray, et réalisé un dernier visuel bonus avec un autre angle et un HDRI différent.</p> 
    </div>
  </div>

  <!-- SOCIAL -->
  <div class="pe-social">
    <div class="pe-label">Retrouver l'étudiant</div>

    <table cellpadding="0" cellspacing="0" border="0" style="border:none;background:none;border-collapse:separate;border-spacing:12px 0;">
      <tr>

        <!-- ARTSTATION -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.artstation.com/tiph" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjYjg5NjVhIj48cGF0aCBkPSJNMCAxNy43MjNsMi4wMjcgMy41MDVoLjAwMWEyLjQyNCAyLjQyNCAwIDAgMCAyLjE2NCAxLjMzM2gxMy40NTdsLTIuNzkyLTQuODM4SDB6bTI0IC4wMjVjMC0uNDg0LS4xNDMtLjkzNS0uMzg4LTEuMzE0TDE1LjcyOCAyLjcyOGEyLjQyNCAyLjQyNCAwIDAgMC0yLjE2NC0xLjMzM0g5LjQxOUwyMS41OTggMjEuNWwxLjkyLTMuMzQ4YTIuNCAyLjQgMCAwIDAgLjQ4Mi0xLjQwNHptLTExLjEyOS0zLjQ2Mkw3LjQyOCA0LjUyNyAyLjA4NyAxMy4yODZoMTAuNzg0eiIvPjwvc3ZnPg==" alt="ArtStation" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Portfolio</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">ArtStation</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- THE ROOKIES -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.therookies.co/u/Tiphaine" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiLz48L3N2Zz4=" alt="The Rookies" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Communauté</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">The Rookies</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- LINKEDIN -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.linkedin.com/in/tiphainemori/?locale=fr" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44Ij48cGF0aCBkPSJNMTYgOGE2IDYgMCAwIDEgNiA2djdoLTR2LTdhMiAyIDAgMCAwLTItMiAyIDIgMCAwIDAtMiAydjdoLTR2LTdhNiA2IDAgMCAxIDYtNnoiLz48cmVjdCB4PSIyIiB5PSI5IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMiIvPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIyIi8+PC9zdmc+" alt="LinkedIn" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Professionnel</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">LinkedIn</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

      </tr>
    </table>

  </div>

  <div class="pe-foot">Formation · Cinéma d'animation 3D & VFX · Game Art & Design</div>

</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>L’article <a href="https://www.objectif3d.com/project/konbi-tame-impala/">Kombi : Tame Impala</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Skate &#8216;n&#8217; Splash</title>
		<link>https://www.objectif3d.com/project/skate-n-splash/</link>
		
		<dc:creator><![CDATA[manon deltour]]></dc:creator>
		<pubDate>Tue, 25 Nov 2025 14:18:34 +0000</pubDate>
				<guid isPermaLink="false">https://www.objectif3d.com/?post_type=project&#038;p=28825</guid>

					<description><![CDATA[<p>L’article <a href="https://www.objectif3d.com/project/skate-n-splash/">Skate &lsquo;n&rsquo; Splash</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_6 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_6">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_6">
				
				
				
				
				<div class="et_pb_code_inner"><style>
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pe {
  --gold: #b8965a;
  --bg: #ffffff;
  --surface: #f8f7f5;
  --border: #e8e4de;
  --text: #2a2a2a;
  --muted: #999;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
}
.pe * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ── */
.pe-hero {
  padding: 80px 60px 70px;
  border-bottom: 1px solid var(--border);
}
.pe-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.pe-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
}
.pe-hero-eyebrow span {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.pe-hero h1 {
  font-family: 'Alex Brush', cursive !important;
  font-size: clamp(4rem, 8vw, 7rem) !important;
  font-weight: 400 !important;
  color: #232856 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
.pe-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pe-hero-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.8;
  font-weight: 300;
}
.pe-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pe-chip {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── GALLERY ── */
.pe-gallery {
  padding: 60px 60px 50px;
  border-bottom: 1px solid var(--border);
}
.pe-label {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pe-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 100px;
}
.pe-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 480px 260px;
  gap: 10px;
}
.pe-gallery-cell {
  background: var(--surface);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-gallery-cell.main {
  grid-column: 1 / 4;
}
.pe-gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pe-gallery-cell:hover img { transform: scale(1.03); }
.pe-gallery-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ccc;
}
.pe-gallery-ph span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; font-weight: 500; }
.pe-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  text-decoration: none;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,150,90,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.pe-gallery-link:hover { border-color: var(--gold); }

/* ── ABOUT ── */
.pe-about {
  padding: 70px 60px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
  align-items: start;
}
.pe-about-left { position: sticky; top: 60px; }
.pe-avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f5f1ea;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Alex Brush', cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}
.pe-about-left h3 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
}
.pe-about-left p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.pe-divider { width: 28px; height: 1px; background: var(--gold); margin: 20px 0; }
.pe-tasks { list-style: none; }
.pe-tasks li {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.pe-tasks li::before {
  content: '';
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.pe-about-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.pe-about-text p { margin-bottom: 22px; }
.pe-about-text p:last-child { margin-bottom: 0; }
.pe-about-text strong { color: #2a2a2a; font-weight: 600; }
.pe-about-text em {
  font-family: 'Alex Brush', cursive;
  font-size: 1.25em;
  color: var(--gold);
  font-style: normal;
}

/* ── SOCIAL ── */
.pe-social { padding: 60px 60px 70px; }
.pe-social-cards {
  display: block !important;
  white-space: nowrap !important;
}
.pe-card {
  display: inline-block !important;
  vertical-align: top !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all 0.22s ease !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}
.pe-card:hover { transform: translateY(-3px) !important; }
.pe-card:hover .pe-btn-table { border-color: #b8965a !important; box-shadow: 0 14px 35px rgba(0,0,0,0.07) !important; }
.pe-btn-table { transition: border-color 0.22s ease, box-shadow 0.22s ease !important; }

/* ── FOOTER ── */
.pe-foot {
  border-top: 1px solid var(--border);
  padding: 24px 60px;
  text-align: center;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pe-hero, .pe-gallery, .pe-about, .pe-social, .pe-foot { padding-left: 24px; padding-right: 24px; }
  .pe-about { grid-template-columns: 1fr; gap: 40px; }
  .pe-about-left { position: static; }
  .pe-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px 200px; }
  .pe-gallery-cell.main { grid-column: 1 / 3; }
}
@media (max-width: 520px) {
  .pe-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px 180px; }
  .pe-gallery-cell.main { grid-column: 1; }
}
</style>

<div class="pe">

  <!-- HERO -->
  <div class="pe-hero">
    <div class="pe-hero-eyebrow"><span>Projet étudiant · 3D & VFX</span></div>
    <h1>Skate'n'Splash</h1>
    <div class="pe-hero-subtitle">illustrations conceptuelles de Ziyang</div>
    <p class="pe-hero-sub">skatepark 3D inspiré des superbes illustrations conceptuelles de Ziyang.</p> 
    <div class="pe-hero-chips">
      <span class="pe-chip">Modélisation 3D</span>
      <span class="pe-chip">Texturing</span>
      <span class="pe-chip">Rendu</span>
    </div>
  </div>

  <!-- GALLERY -->
  <div class="pe-gallery">
    <div class="pe-label">Galerie du projet</div>
    <div class="pe-gallery-grid">

      <div class="pe-gallery-cell main">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-render-skatescene-05-3.webp" alt="Render principal">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-render-skatescene-02-1.webp" alt="Shot 01">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-render-skatescene-03-1.webp" alt="Shot 02">
      </div>

      <div class="pe-gallery-cell">
        <img decoding="async" src="https://www.objectif3d.com/wp-content/uploads/lucas-nasica-render-skatescene-04-1.webp" alt="Shot 03">
      </div>

    </div>
    <a href="https://www.artstation.com/artwork/OvYRBy" target="_blank" rel="noopener" class="pe-gallery-link">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.164-1.333H9.419L21.598 21.5l1.92-3.348a2.4 2.4 0 0 0 .482-1.404zm-11.129-3.462L7.428 4.527 2.087 13.286h10.784z"/></svg>
      Voir le projet complet sur ArtStation
    </a>
  </div>

  <!-- ABOUT -->
  <div class="pe-about">
    <div class="pe-about-left">
      <div class="pe-avatar">3D</div>
      <h3>Lucas Nasica</h3>
      <p>Game Art & Design</p> 
      <div class="pe-divider"></div>
      <p style="font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-weight:600;">Réalisations</p> 
      <ul class="pe-tasks">
        <li>Modélisation du skatepark</li>
        <li>Création des textures</li>
        <li>Rendu final</li>
      </ul>
    </div>
    <div class="pe-about-text">
      <p>Découvrez <strong>Skate 'n' Splash,</strong> un skatepark 3D inspiré des superbes illustrations conceptuelles de <em>Ziyang</em>. J'ai entièrement modélisé et texturé ce skatepark, avec pour objectif de recréer le concept le plus fidèlement possible. Des <strong>shaders personnalisés</strong> subliment l'atmosphère, donnant vie à chaque recoin grâce à la couleur et à l'énergie.</p> 
      <p>Ce projet a été réalisé en<strong>un mois seulement</strong></p> 
    </div>
  </div>

  <!-- SOCIAL -->
  <div class="pe-social">
    <div class="pe-label">Retrouver l'étudiant</div>

    <table cellpadding="0" cellspacing="0" border="0" style="border:none;background:none;border-collapse:separate;border-spacing:12px 0;">
      <tr>

        <!-- ARTSTATION -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.artstation.com/lucasnasica" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjYjg5NjVhIj48cGF0aCBkPSJNMCAxNy43MjNsMi4wMjcgMy41MDVoLjAwMWEyLjQyNCAyLjQyNCAwIDAgMCAyLjE2NCAxLjMzM2gxMy40NTdsLTIuNzkyLTQuODM4SDB6bTI0IC4wMjVjMC0uNDg0LS4xNDMtLjkzNS0uMzg4LTEuMzE0TDE1LjcyOCAyLjcyOGEyLjQyNCAyLjQyNCAwIDAgMC0yLjE2NC0xLjMzM0g5LjQxOUwyMS41OTggMjEuNWwxLjkyLTMuMzQ4YTIuNCAyLjQgMCAwIDAgLjQ4Mi0xLjQwNHptLTExLjEyOS0zLjQ2Mkw3LjQyOCA0LjUyNyAyLjA4NyAxMy4yODZoMTAuNzg0eiIvPjwvc3ZnPg==" alt="ArtStation" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Portfolio</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">ArtStation</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- THE ROOKIES -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.therookies.co/u/LucasNasica" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiLz48L3N2Zz4=" alt="The Rookies" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Communauté</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">The Rookies</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

        <!-- LINKEDIN -->
        <td style="padding:0;border:none;background:none;vertical-align:top;">
          <a href="https://www.linkedin.com/in/lucas-nasica-04a30a2b9/" target="_blank" rel="noopener" style="text-decoration:none;display:block;">
            <table cellpadding="0" cellspacing="0" border="0" style="border:1px solid #e8e4de;border-radius:4px;background:#f8f7f5;width:auto;cursor:pointer;">
              <tr>
                <td style="padding:16px 0 16px 20px;vertical-align:middle;border:none;background:none;">
                  <img loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNiODk2NWEiIHN0cm9rZS13aWR0aD0iMS44Ij48cGF0aCBkPSJNMTYgOGE2IDYgMCAwIDEgNiA2djdoLTR2LTdhMiAyIDAgMCAwLTItMiAyIDIgMCAwIDAtMiAydjdoLTR2LTdhNiA2IDAgMCAxIDYtNnoiLz48cmVjdCB4PSIyIiB5PSI5IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMiIvPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIyIi8+PC9zdmc+" alt="LinkedIn" width="20" height="20" style="display:block;width:20px;height:20px;border:none;">
                </td>
                <td style="padding:16px 20px 16px 12px;vertical-align:middle;border:none;background:none;white-space:nowrap;">
                  <span style="display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#999;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.5;">Professionnel</span>
                  <span style="display:block;font-size:13px;font-weight:500;font-family:'Montserrat',sans-serif;color:#2a2a2a;line-height:1.5;">LinkedIn</span>
                </td>
              </tr>
            </table>
          </a>
        </td>

      </tr>
    </table>

  </div>

  <div class="pe-foot">Formation · Cinéma d'animation 3D & VFX · Game Art & Design</div>

</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>L’article <a href="https://www.objectif3d.com/project/skate-n-splash/">Skate &lsquo;n&rsquo; Splash</a> est apparu en premier sur <a href="https://www.objectif3d.com">Objectif 3D</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
