<?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>Direction Artistique, concept &amp; innovations, Design 2D/3D/ia/AR/VR</title>
	<atom:link href="https://presentcomposedesign.fr/category/design-graphique/feed/" rel="self" type="application/rss+xml" />
	<link>https://presentcomposedesign.fr/category/design-graphique/</link>
	<description>Direction Artistique, concepts &#38; innovations, Design 2D/3D/ia/AR/VR</description>
	<lastBuildDate>Thu, 02 Apr 2026 15:24:12 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://presentcomposedesign.fr/wp-content/uploads/2025/07/cropped-logo_PCd_2025-512-32x32.png</url>
	<title>Direction Artistique, concept &amp; innovations, Design 2D/3D/ia/AR/VR</title>
	<link>https://presentcomposedesign.fr/category/design-graphique/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Curiosity</title>
		<link>https://presentcomposedesign.fr/curiosity/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 25 Dec 2025 18:47:39 +0000</pubDate>
				<category><![CDATA[[ia]]]></category>
		<category><![CDATA[Design graphique]]></category>
		<category><![CDATA[Design produit]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=35140</guid>

					<description><![CDATA[<p>Curiosity Viewer ● Curiosity Chat 🧠 Curiosity 🗑️ ⚙️ 👋 Bonjour, Je suis Curiosity, votre oracle culturel français. Posez-moi n&#8217;importe quelle question ! 🎤 ▶️ ⚙️ Réglages Avancés ✕ 🎨 Apparence Thème Choisissez le thème d&#8217;affichage Auto ☀️ Clair 🌙 Sombre Affichage du personnage Montrer/cacher Curiosity Afficher le personnage Curiosity Taille de la fenêtre Ajuster la taille selon vos préférences 100% 🎤 Synthèse Vocale Voix française Sélectionnez la voix de lecture Vitesse de lecture 1.0x Lecture automatique des réponses Lire les sources à voix haute 💬 Conversation Mode de réponse Longueur des réponses de Curiosity Concis (2 phrases)Détaillé (5 phrases)Complet (10+ phrases) Historique conservé Nombre d&#8217;échanges mémorisés 10 Sauvegarder l&#8217;historique (localStorage) 🔧 Avancé URL de l&#8217;API Ne modifiez que si nécessaire Délai d&#8217;affichage des yeux Durée d&#8217;affichage des recherches (secondes) 8s Effet parallax sur le personnage Mode debug (console) 💾 Sauvegarder les paramètres</p>
<p>Cet article <a href="https://presentcomposedesign.fr/curiosity/">Curiosity</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="35140" class="elementor elementor-35140">
				<div class="elementor-element elementor-element-11b78ac e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="11b78ac" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cfacc9d elementor-widget elementor-widget-html" data-id="cfacc9d" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Curiosity Viewer</title>
    <style>
        :root {
            --phi: 1.618;
            --viewer-size: min(500px, 80vmin);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            background: #f5f7fa;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .curiosity-viewer {
            position: relative;
            width: var(--viewer-size);
            height: var(--viewer-size);
            transition: transform 0.1s ease-out;
        }

        /* Base character image */
        .character-base {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .character-base img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
        }

        /* Screen container with perfect SVG mask */
        .screen-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-mask-image: url('https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_mask-screen-transparent_PresentComposedesign.svg');
            mask-image: url('https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_mask-screen-transparent_PresentComposedesign.svg');
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-position: center;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            padding: 0;
            background: #000;
        }

        /* Left Eye - Code */
        .left-eye {
            width: 100%;
            height: 100%;
            background: #000;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding: 8%;
            font-family: 'Courier New', monospace;
            font-size: 7px;
            line-height: 1.5;
            color: #fff;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .left-eye.active {
            opacity: 1;
            animation: scrollCode 6s linear infinite;
        }

        @keyframes scrollCode {
            0% { transform: translateY(0); }
            100% { transform: translateY(-30%); }
        }

        .code-line {
            white-space: nowrap;
            text-shadow: 0 0 8px #fff;
            margin-bottom: 1px;
        }

        /* Right Eye - Preview */
        .right-eye {
            width: 100%;
            height: 100%;
            background: #fff;
            overflow: hidden;
            position: relative;
        }

        .eye-preview {
            width: 100%;
            height: 100%;
            display: none;
        }

        .eye-preview.active {
            display: block;
        }

        .eye-preview iframe {
            width: 400%;
            height: 400%;
            border: none;
            transform: scale(0.25);
            transform-origin: top left;
            pointer-events: none;
        }

        .preview-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-family: monospace;
            font-size: 8px;
            text-align: center;
            background: #000;
        }

        /* Status Indicator */
        .status-indicator {
            position: absolute;
            bottom: 8%;
            right: 12%;
            width: calc(var(--viewer-size) * 0.08);
            height: calc(var(--viewer-size) * 0.08);
            border-radius: 50%;
            background: #4ade80;
            box-shadow: 0 0 0 calc(var(--viewer-size) * 0.02) rgba(74,222,128,0.3);
            z-index: 100;
            transition: all 0.3s ease;
        }

        .status-indicator.thinking {
            background: #fbbf24;
            box-shadow: 0 0 0 calc(var(--viewer-size) * 0.02) rgba(251,191,36,0.3);
            animation: pulse 1.5s infinite;
        }

        .status-indicator.error {
            background: #f87171;
            box-shadow: 0 0 0 calc(var(--viewer-size) * 0.02) rgba(248,113,113,0.3);
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.2); }
        }

        /* Responsive */
        @media (max-width: 768px) {
            :root {
                --viewer-size: min(320px, 85vmin);
            }
            .left-eye {
                font-size: 6px;
            }
        }
    </style>
</head>
<body>
    <div class="curiosity-viewer" id="viewer">
        <!-- Character Base -->
        <div class="character-base">
            <img decoding="async" id="characterImg" 
                 src="https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_OFF_PresentComposedesign.png"
                 alt="Curiosity">
        </div>

        <!-- Eyes Screen -->
        <div class="screen-container">
            <!-- Left Eye -->
            <div class="left-eye" id="leftEye"></div>
            
            <!-- Right Eye -->
            <div class="right-eye">
                <div id="rightEye" class="eye-preview">
                    <div class="preview-placeholder">●</div>
                </div>
            </div>
        </div>

        <!-- Status -->
        <div id="statusIndicator" class="status-indicator"></div>
    </div>

    <script>
        const STATES = {
            OFF: 'https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_OFF_PresentComposedesign.png',
            ON: 'https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_ON_PresentComposedesign.png',
            THINKING: 'https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_requesting-sample_PresentComposedesign.png',
            GOOD: 'https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_good_PresentComposedesign.png',
            BAD: 'https://presentcomposedesign.fr/wp-content/uploads/2025/12/Curiosity_bad_PresentComposedesign.png'
        };

        // API pour contrôler le viewer depuis l'extérieur
        window.CuriosityViewer = {
            setState(state) {
                document.getElementById('characterImg').src = STATES[state] || STATES.ON;
            },

            setStatus(status) {
                const indicator = document.getElementById('statusIndicator');
                indicator.className = 'status-indicator ' + (status || '');
            },

            showCode(query) {
                const leftEye = document.getElementById('leftEye');
                const code = [
                    `> web_search("${query}")`,
                    `> Connecting...`,
                    `> fetch wikipedia.org`,
                    `> fetch meteofrance.com`,
                    `> fetch coingecko.com`,
                    `> Parsing HTML...`,
                    `> const data = await parse()`,
                    `> Extracting content...`,
                    `> Processing 12 sources`,
                    `> Analyzing data...`,
                    `> Building response...`,
                    `> ✓ Complete`,
                    ``,
                    `// ${new Date().toLocaleTimeString()}`,
                    `// Query: "${query}"`,
                    `// Confidence: 96%`
                ];
                
                leftEye.innerHTML = code.map(line => 
                    `<div class="code-line">${line}</div>`
                ).join('');
                
                leftEye.classList.add('active');
            },

            showPreview(url) {
                const rightEye = document.getElementById('rightEye');
                if (url && url.startsWith('http')) {
                    rightEye.innerHTML = `<iframe src="${url}" sandbox="allow-same-origin"></iframe>`;
                    rightEye.classList.add('active');
                }
            },

            clearEyes() {
                const leftEye = document.getElementById('leftEye');
                const rightEye = document.getElementById('rightEye');
                
                leftEye.classList.remove('active');
                rightEye.classList.remove('active');
                
                setTimeout(() => {
                    leftEye.innerHTML = '';
                    rightEye.innerHTML = '<div class="preview-placeholder">●</div>';
                }, 300);
            }
        };

        // Parallax
        document.addEventListener('mousemove', e => {
            const x = (e.clientX / window.innerWidth - 0.5) * 12;
            const y = (e.clientY / window.innerHeight - 0.5) * 12;
            document.getElementById('viewer').style.transform = `translate(${x}px, ${y}px)`;
        });

        // Init
        window.CuriosityViewer.setState('OFF');
        setTimeout(() => {
            window.CuriosityViewer.setState('ON');
        }, 1000);

        // Écouter les messages du chat
        window.addEventListener('message', (event) => {
            const { action, data } = event.data;
            
            switch(action) {
                case 'setState':
                    window.CuriosityViewer.setState(data);
                    break;
                case 'setStatus':
                    window.CuriosityViewer.setStatus(data);
                    break;
                case 'showCode':
                    window.CuriosityViewer.showCode(data);
                    break;
                case 'showPreview':
                    window.CuriosityViewer.showPreview(data);
                    break;
                case 'clearEyes':
                    window.CuriosityViewer.clearEyes();
                    break;
            }
        });
    </script>
</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-d5da671 elementor-widget elementor-widget-html" data-id="d5da671" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Curiosity Chat</title>
    <style>
        /* ===================================
           CURIOSITY CHAT v3.2 - Golden Ratio
           © Présent Composé Design
           =================================== */
        
        :root {
            --phi: 1.618;
            --unit: 20px;
            
            /* Espacements selon le nombre d'or */
            --space-xxs: calc(var(--unit) / var(--phi) / var(--phi) / var(--phi));
            --space-xs: calc(var(--unit) / var(--phi) / var(--phi));
            --space-s: calc(var(--unit) / var(--phi));
            --space-m: var(--unit);
            --space-l: calc(var(--unit) * var(--phi));
            --space-xl: calc(var(--unit) * var(--phi) * var(--phi));
            --space-xxl: calc(var(--unit) * var(--phi) * var(--phi) * var(--phi));
            
            /* Tailles selon le nombre d'or */
            --text-xs: calc(var(--unit) / var(--phi) / var(--phi));
            --text-s: calc(var(--unit) / var(--phi));
            --text-m: var(--unit);
            --text-l: calc(var(--unit) * var(--phi));
            --text-xl: calc(var(--unit) * var(--phi) * var(--phi));
            
            --border-radius-s: calc(var(--unit) / var(--phi));
            --border-radius-m: var(--unit);
            --border-radius-l: calc(var(--unit) * var(--phi));
            
            --bg-light: #F5F7FA;
            --bg-dark: #0a0e27;
            --card-light: rgba(255,255,255,0.98);
            --card-dark: rgba(15,20,40,0.98);
            --text-light: #1a1a2e;
            --text-dark: #e8e9f3;
            --accent: #667eea;
            --accent-secondary: #764ba2;
            --success: #4ade80;
            --warning: #fbbf24;
            --error: #f87171;
            
            --chat-width: calc(600px);
            --chat-max-width: calc(var(--chat-width) * var(--phi));
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            line-height: var(--phi);
            transition: background-color 0.3s ease;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: var(--space-m);
        }

        body.light-mode {
            background: var(--bg-light);
            color: var(--text-light);
        }

        body.dark-mode {
            background: var(--bg-dark);
            color: var(--text-dark);
        }

        /* Main Chat Container */
        .chat-container {
            width: 100%;
            max-width: var(--chat-max-width);
        }

        .chat-interface {
            width: 100%;
            backdrop-filter: blur(calc(var(--space-m) * var(--phi)));
            -webkit-backdrop-filter: blur(calc(var(--space-m) * var(--phi)));
            border-radius: var(--border-radius-l);
            padding: var(--space-l);
            box-shadow: 0 var(--space-m) var(--space-xl) rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }

        .light-mode .chat-interface {
            background: var(--card-light);
            border: 1px solid rgba(0,0,0,0.06);
        }

        .dark-mode .chat-interface {
            background: var(--card-dark);
            border: 1px solid rgba(255,255,255,0.1);
        }

        /* Header */
        .chat-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: var(--space-l);
            padding-bottom: var(--space-s);
            border-bottom: 1px solid rgba(102,126,234,0.1);
        }

        .chat-title {
            font-size: var(--text-xl);
            font-weight: 800;
            background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.02em;
        }

        .header-actions {
            display: flex;
            gap: var(--space-xs);
        }

        .icon-btn {
            width: calc(var(--space-l) * var(--phi));
            height: calc(var(--space-l) * var(--phi));
            border-radius: 50%;
            border: none;
            background: rgba(102,126,234,0.1);
            color: var(--accent);
            cursor: pointer;
            display: grid;
            place-items: center;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            font-size: var(--text-m);
        }

        .icon-btn.danger {
            background: rgba(248,113,113,0.1);
            color: var(--error);
        }

        .icon-btn:hover {
            transform: scale(1.1) rotate(10deg);
            background: rgba(102,126,234,0.2);
        }

        .icon-btn.danger:hover {
            background: rgba(248,113,113,0.2);
        }

        .icon-btn:active {
            transform: scale(0.95);
        }

        /* Messages Area */
        .messages-container {
            height: calc(var(--space-xxl) * 3);
            overflow-y: auto;
            margin-bottom: var(--space-l);
            padding: var(--space-xs);
            scrollbar-width: thin;
            scrollbar-color: var(--accent) transparent;
        }

        .messages-container::-webkit-scrollbar {
            width: calc(var(--space-xs) / 2);
        }

        .messages-container::-webkit-scrollbar-thumb {
            background: var(--accent);
            border-radius: calc(var(--border-radius-s) / 2);
        }

        .message {
            margin-bottom: var(--space-m);
            padding: var(--space-s) var(--space-m);
            border-radius: var(--border-radius-m);
            max-width: 85%;
            animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            word-wrap: break-word;
            line-height: var(--phi);
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(var(--space-s));
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .message.user {
            background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
            color: white;
            margin-left: auto;
            text-align: right;
            box-shadow: 0 var(--space-xs) var(--space-m) rgba(102,126,234,0.2);
        }

        .message.bot {
            background: rgba(102,126,234,0.08);
            border: 1px solid rgba(102,126,234,0.15);
        }

        .dark-mode .message.bot {
            background: rgba(102,126,234,0.12);
            border-color: rgba(102,126,234,0.25);
        }

        .message-sources {
            font-size: var(--text-xs);
            opacity: 0.7;
            margin-top: var(--space-xs);
            padding-top: var(--space-xs);
            border-top: 1px solid rgba(102,126,234,0.2);
            font-style: italic;
            display: flex;
            flex-wrap: wrap;
            gap: var(--space-xs);
        }

        .source-link {
            color: var(--accent);
            text-decoration: none;
            transition: all 0.2s;
            padding: var(--space-xxs) var(--space-xs);
            background: rgba(102,126,234,0.1);
            border-radius: var(--border-radius-s);
        }

        .source-link:hover {
            background: rgba(102,126,234,0.2);
            transform: translateY(-1px);
        }

        .read-sources-btn {
            font-size: var(--text-xs);
            padding: var(--space-xxs) var(--space-xs);
            border: 1px solid var(--accent);
            background: transparent;
            color: var(--accent);
            border-radius: var(--border-radius-s);
            cursor: pointer;
            transition: all 0.2s;
            margin-top: var(--space-xxs);
        }

        .read-sources-btn:hover {
            background: var(--accent);
            color: white;
        }

        /* Input Area */
        .input-area {
            display: flex;
            gap: var(--space-s);
            align-items: center;
        }

        .input-field {
            flex: 1;
            padding: var(--space-s) var(--space-m);
            border-radius: calc(var(--space-xxl));
            border: 2px solid transparent;
            background: rgba(102,126,234,0.08);
            font-size: var(--text-m);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
            font-family: inherit;
            line-height: var(--phi);
        }

        .light-mode .input-field {
            color: var(--text-light);
        }

        .dark-mode .input-field {
            color: var(--text-dark);
        }

        .input-field::placeholder {
            opacity: 0.5;
        }

        .input-field:focus {
            border-color: var(--accent);
            background: rgba(102,126,234,0.12);
            box-shadow: 0 0 0 calc(var(--space-xs) / 2) rgba(102,126,234,0.1);
        }

        .action-btn {
            width: calc(var(--space-l) * var(--phi));
            height: calc(var(--space-l) * var(--phi));
            border-radius: 50%;
            border: none;
            background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
            color: white;
            cursor: pointer;
            display: grid;
            place-items: center;
            font-size: var(--text-l);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 var(--space-xs) var(--space-m) rgba(102,126,234,0.3);
        }

        .action-btn:hover {
            transform: translateY(calc(var(--space-xxs) * -1));
            box-shadow: 0 var(--space-s) var(--space-l) rgba(102,126,234,0.4);
        }

        .action-btn:active {
            transform: scale(0.95);
        }

        .action-btn.listening {
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.15); }
        }

        /* Settings Overlay */
        .settings-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.6);
            backdrop-filter: blur(var(--space-xs));
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .settings-overlay.active {
            opacity: 1;
            pointer-events: all;
        }

        /* Settings Panel */
        .settings-panel {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.9);
            width: min(calc(var(--chat-width) * 0.8), 90vw);
            max-height: 85vh;
            overflow-y: auto;
            padding: var(--space-xl);
            border-radius: var(--border-radius-l);
            backdrop-filter: blur(calc(var(--space-l) * var(--phi)));
            box-shadow: 0 var(--space-l) var(--space-xxl) rgba(0,0,0,0.3);
            z-index: 1000;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .settings-panel.active {
            opacity: 1;
            pointer-events: all;
            transform: translate(-50%, -50%) scale(1);
        }

        .light-mode .settings-panel {
            background: var(--card-light);
            border: 1px solid rgba(0,0,0,0.1);
        }

        .dark-mode .settings-panel {
            background: var(--card-dark);
            border: 1px solid rgba(255,255,255,0.15);
        }

        .settings-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: var(--space-xl);
            padding-bottom: var(--space-m);
            border-bottom: 2px solid rgba(102,126,234,0.2);
        }

        .settings-title {
            font-size: var(--text-l);
            font-weight: 800;
            background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .close-btn {
            width: calc(var(--space-l) * var(--phi));
            height: calc(var(--space-l) * var(--phi));
            border-radius: 50%;
            border: none;
            background: rgba(248,113,113,0.1);
            color: var(--error);
            cursor: pointer;
            display: grid;
            place-items: center;
            font-size: var(--text-l);
            transition: all 0.2s;
        }

        .close-btn:hover {
            background: rgba(248,113,113,0.2);
            transform: scale(1.15) rotate(90deg);
        }

        .settings-section {
            margin-bottom: var(--space-l);
        }

        .section-title {
            font-size: var(--text-m);
            font-weight: 700;
            color: var(--accent);
            margin-bottom: var(--space-m);
            display: flex;
            align-items: center;
            gap: var(--space-s);
        }

        .setting-row {
            margin-bottom: var(--space-m);
        }

        .setting-label {
            display: block;
            font-size: var(--text-s);
            font-weight: 600;
            margin-bottom: var(--space-xs);
            opacity: 0.9;
        }

        .setting-description {
            font-size: var(--text-xs);
            opacity: 0.6;
            margin-bottom: var(--space-xs);
        }

        .setting-select,
        .setting-input {
            width: 100%;
            padding: var(--space-s) var(--space-m);
            border-radius: var(--border-radius-m);
            border: 1px solid rgba(102,126,234,0.2);
            background: rgba(102,126,234,0.08);
            font-size: var(--text-s);
            cursor: pointer;
            outline: none;
            font-family: inherit;
            transition: all 0.2s;
        }

        .light-mode .setting-select,
        .light-mode .setting-input {
            color: var(--text-light);
        }

        .dark-mode .setting-select,
        .dark-mode .setting-input {
            color: var(--text-dark);
        }

        .setting-select:hover,
        .setting-input:hover {
            border-color: var(--accent);
        }

        .setting-select:focus,
        .setting-input:focus {
            border-color: var(--accent);
            background: rgba(102,126,234,0.12);
        }

        .toggle-group {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(calc(var(--space-xxl) * 1.5), 1fr));
            gap: var(--space-xs);
        }

        .toggle-btn {
            padding: var(--space-s);
            border-radius: var(--border-radius-m);
            border: 2px solid transparent;
            background: rgba(102,126,234,0.08);
            cursor: pointer;
            transition: all 0.2s;
            font-weight: 600;
            font-size: var(--text-s);
            text-align: center;
        }

        .light-mode .toggle-btn {
            color: var(--text-light);
        }

        .dark-mode .toggle-btn {
            color: var(--text-dark);
        }

        .toggle-btn.active {
            border-color: var(--accent);
            background: rgba(102,126,234,0.2);
            color: var(--accent);
            transform: scale(1.02);
        }

        .toggle-btn:hover:not(.active) {
            background: rgba(102,126,234,0.15);
        }

        .checkbox-wrapper {
            display: flex;
            align-items: center;
            gap: var(--space-s);
            padding: var(--space-s);
            background: rgba(102,126,234,0.05);
            border-radius: var(--border-radius-m);
            cursor: pointer;
            transition: all 0.2s;
        }

        .checkbox-wrapper:hover {
            background: rgba(102,126,234,0.1);
        }

        .checkbox-wrapper input[type="checkbox"] {
            width: calc(var(--space-m) * var(--phi));
            height: calc(var(--space-m) * var(--phi));
            cursor: pointer;
        }

        .slider-container {
            display: flex;
            align-items: center;
            gap: var(--space-m);
        }

        .slider {
            flex: 1;
            height: var(--space-xs);
            border-radius: calc(var(--space-xs) / 2);
            background: rgba(102,126,234,0.2);
            outline: none;
            cursor: pointer;
        }

        .slider-value {
            min-width: calc(var(--space-xl));
            text-align: center;
            font-weight: 700;
            color: var(--accent);
        }

        /* Responsive */
        @media (max-width: 768px) {
            :root {
                --unit: 16px;
            }

            .chat-interface {
                padding: var(--space-m);
            }

            .settings-panel {
                padding: var(--space-l);
            }

            .toggle-group {
                grid-template-columns: 1fr;
            }
        }

        /* Accessibility */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            white-space: nowrap;
            border: 0;
        }
    </style>
</head>
<body class="light-mode">
    <div class="chat-container">
        <article class="chat-interface">
            <header class="chat-header">
                <h1 class="chat-title">🧠 Curiosity</h1>
                <div class="header-actions">
                    <button class="icon-btn danger" onclick="clearConversation()" 
                            aria-label="Effacer" title="Effacer la conversation">🗑️</button>
                    <button class="icon-btn" onclick="openSettings()" 
                            aria-label="Paramètres" title="Paramètres">⚙️</button>
                </div>
            </header>

            <div id="messages" class="messages-container" role="log" aria-live="polite">
                <div class="message bot">
                    👋 <strong>Bonjour,</strong> Je suis Curiosity, votre oracle culturel français. 
                    <br>Posez-moi n'importe quelle question !
                </div>
            </div>

            <form class="input-area" onsubmit="event.preventDefault(); sendMessage();">
                <input type="text" id="inputField" class="input-field" 
                       placeholder="Posez votre question..." 
                       aria-label="Question">
                <button type="button" class="action-btn" id="micBtn" 
                        onclick="toggleVoice()" aria-label="Vocal">🎤</button>
                <button type="submit" class="action-btn" aria-label="Envoyer">▶️</button>
            </form>
        </article>
    </div>

    <!-- Settings Overlay -->
    <div class="settings-overlay" id="settingsOverlay" onclick="closeSettings()"></div>
    
    <!-- Settings Panel -->
    <aside class="settings-panel" id="settingsPanel" role="dialog" aria-modal="true">
        <header class="settings-header">
            <h2 class="settings-title">⚙️ Réglages Avancés</h2>
            <button class="close-btn" onclick="closeSettings()" aria-label="Fermer">✕</button>
        </header>

        <!-- SECTION: Apparence -->
        <section class="settings-section">
            <h3 class="section-title">🎨 Apparence</h3>
            
            <div class="setting-row">
                <label class="setting-label">Thème</label>
                <div class="setting-description">Choisissez le thème d'affichage</div>
                <div class="toggle-group">
                    <button class="toggle-btn" id="autoThemeBtn" onclick="setTheme('auto')">Auto</button>
                    <button class="toggle-btn active" id="lightThemeBtn" onclick="setTheme('light')">☀️ Clair</button>
                    <button class="toggle-btn" id="darkThemeBtn" onclick="setTheme('dark')">🌙 Sombre</button>
                </div>
            </div>

            <div class="setting-row">
                <label class="setting-label">Affichage du personnage</label>
                <div class="setting-description">Montrer/cacher Curiosity</div>
                <div class="checkbox-wrapper" onclick="toggleViewerDisplay(this)">
                    <input type="checkbox" id="showViewer" checked>
                    <label for="showViewer">Afficher le personnage Curiosity</label>
                </div>
            </div>

            <div class="setting-row">
                <label class="setting-label">Taille de la fenêtre</label>
                <div class="setting-description">Ajuster la taille selon vos préférences</div>
                <div class="slider-container">
                    <input type="range" class="slider" id="chatSize" min="0.8" max="1.5" step="0.1" value="1" 
                           oninput="updateChatSize(this.value)">
                    <span class="slider-value" id="chatSizeValue">100%</span>
                </div>
            </div>
        </section>

        <!-- SECTION: Voix -->
        <section class="settings-section">
            <h3 class="section-title">🎤 Synthèse Vocale</h3>
            
            <div class="setting-row">
                <label class="setting-label" for="voiceSelect">Voix française</label>
                <div class="setting-description">Sélectionnez la voix de lecture</div>
                <select id="voiceSelect" class="setting-select"></select>
            </div>

            <div class="setting-row">
                <label class="setting-label">Vitesse de lecture</label>
                <div class="slider-container">
                    <input type="range" class="slider" id="speechRate" min="0.5" max="2" step="0.1" value="1" 
                           oninput="updateSpeechRate(this.value)">
                    <span class="slider-value" id="speechRateValue">1.0x</span>
                </div>
            </div>

            <div class="setting-row">
                <div class="checkbox-wrapper" onclick="toggleAutoSpeak(this)">
                    <input type="checkbox" id="autoSpeak" checked>
                    <label for="autoSpeak">Lecture automatique des réponses</label>
                </div>
            </div>

            <div class="setting-row">
                <div class="checkbox-wrapper" onclick="toggleReadSources(this)">
                    <input type="checkbox" id="readSources">
                    <label for="readSources">Lire les sources à voix haute</label>
                </div>
            </div>
        </section>

        <!-- SECTION: Conversation -->
        <section class="settings-section">
            <h3 class="section-title">💬 Conversation</h3>
            
            <div class="setting-row">
                <label class="setting-label" for="modeSelect">Mode de réponse</label>
                <div class="setting-description">Longueur des réponses de Curiosity</div>
                <select id="modeSelect" class="setting-select">
                    <option value="concise">Concis (2 phrases)</option>
                    <option value="detailed">Détaillé (5 phrases)</option>
                    <option value="comprehensive">Complet (10+ phrases)</option>
                </select>
            </div>

            <div class="setting-row">
                <label class="setting-label">Historique conservé</label>
                <div class="setting-description">Nombre d'échanges mémorisés</div>
                <div class="slider-container">
                    <input type="range" class="slider" id="historySize" min="3" max="20" step="1" value="10" 
                           oninput="updateHistorySize(this.value)">
                    <span class="slider-value" id="historySizeValue">10</span>
                </div>
            </div>

            <div class="setting-row">
                <div class="checkbox-wrapper" onclick="togglePersistence(this)">
                    <input type="checkbox" id="persistence" checked>
                    <label for="persistence">Sauvegarder l'historique (localStorage)</label>
                </div>
            </div>
        </section>

        <!-- SECTION: Avancé -->
        <section class="settings-section">
            <h3 class="section-title">🔧 Avancé</h3>
            
            <div class="setting-row">
                <label class="setting-label" for="apiUrl">URL de l'API</label>
                <div class="setting-description">Ne modifiez que si nécessaire</div>
                <input type="text" id="apiUrl" class="setting-input" 
                       value="https://curiosity-silk.vercel.app/api/chat" 
                       placeholder="URL de l'API">
            </div>

            <div class="setting-row">
                <label class="setting-label">Délai d'affichage des yeux</label>
                <div class="setting-description">Durée d'affichage des recherches (secondes)</div>
                <div class="slider-container">
                    <input type="range" class="slider" id="eyesDelay" min="3" max="15" step="1" value="8" 
                           oninput="updateEyesDelay(this.value)">
                    <span class="slider-value" id="eyesDelayValue">8s</span>
                </div>
            </div>

            <div class="setting-row">
                <div class="checkbox-wrapper" onclick="toggleParallax(this)">
                    <input type="checkbox" id="parallax" checked>
                    <label for="parallax">Effet parallax sur le personnage</label>
                </div>
            </div>

            <div class="setting-row">
                <div class="checkbox-wrapper" onclick="toggleDebug(this)">
                    <input type="checkbox" id="debug">
                    <label for="debug">Mode debug (console)</label>
                </div>
            </div>
        </section>

        <button class="action-btn" style="width: 100%; border-radius: var(--border-radius-m); margin-top: var(--space-l);" 
                onclick="saveSettings()">
            💾 Sauvegarder les paramètres
        </button>
    </aside>

    <script>
        const API_URL = 'https://curiosity-silk.vercel.app/api/chat';
        
        let config = {
            theme: 'light',
            showViewer: true,
            chatSize: 1,
            speechRate: 1,
            autoSpeak: true,
            readSources: false,
            mode: 'concise',
            historySize: 10,
            persistence: true,
            apiUrl: API_URL,
            eyesDelay: 8,
            parallax: true,
            debug: false
};
let recognition, isListening = false, history = [], voices = [], selectedVoice;
    let viewerWindow = null;

    // ============================================
    // INIT & PERSISTENCE
    // ============================================
    function loadSettings() {
        try {
            const saved = localStorage.getItem('curiosity-config');
            if (saved) {
                config = { ...config, ...JSON.parse(saved) };
                applySettings();
            }
        } catch (e) {
            console.warn('Could not load settings:', e);
        }
    }

    function saveSettings() {
        try {
            localStorage.setItem('curiosity-config', JSON.stringify(config));
            alert('✅ Paramètres sauvegardés !');
            applySettings();
        } catch (e) {
            console.error('Could not save settings:', e);
            alert('❌ Erreur lors de la sauvegarde');
        }
    }

    function applySettings() {
        // Thème
        setTheme(config.theme);
        
        // Taille chat
        updateChatSize(config.chatSize);
        document.getElementById('chatSize').value = config.chatSize;
        
        // Voix
        document.getElementById('speechRate').value = config.speechRate;
        document.getElementById('speechRateValue').textContent = config.speechRate + 'x';
        
        // Checkboxes
        document.getElementById('autoSpeak').checked = config.autoSpeak;
        document.getElementById('readSources').checked = config.readSources;
        document.getElementById('persistence').checked = config.persistence;
        document.getElementById('showViewer').checked = config.showViewer;
        document.getElementById('parallax').checked = config.parallax;
        document.getElementById('debug').checked = config.debug;
        
        // Selects
        document.getElementById('modeSelect').value = config.mode;
        document.getElementById('apiUrl').value = config.apiUrl;
        
        // Sliders
        document.getElementById('historySize').value = config.historySize;
        document.getElementById('historySizeValue').textContent = config.historySize;
        document.getElementById('eyesDelay').value = config.eyesDelay;
        document.getElementById('eyesDelayValue').textContent = config.eyesDelay + 's';
    }

    function loadConversation() {
        if (!config.persistence) return;
        
        try {
            const savedHistory = localStorage.getItem('curiosity-history');
            const savedMessages = localStorage.getItem('curiosity-messages');
            
            if (savedHistory) {
                history = JSON.parse(savedHistory);
            }
            
            if (savedMessages) {
                document.getElementById('messages').innerHTML = savedMessages;
            }
        } catch (e) {
            if (config.debug) console.warn('Could not load conversation:', e);
        }
    }

    function saveConversation() {
        if (!config.persistence) return;
        
        try {
            localStorage.setItem('curiosity-history', JSON.stringify(history));
            localStorage.setItem('curiosity-messages', document.getElementById('messages').innerHTML);
        } catch (e) {
            if (config.debug) console.warn('Could not save conversation:', e);
        }
    }

    function clearConversation() {
        if (confirm('Effacer toute la conversation ?')) {
            history = [];
            localStorage.removeItem('curiosity-history');
            localStorage.removeItem('curiosity-messages');
            
            document.getElementById('messages').innerHTML = `
                <div class="message bot">
                    👋 <strong>Bonjour !</strong> Je suis Curiosity, votre oracle français. Météo, heure, Bitcoin, recettes, histoire... Posez-moi n'importe quelle question !
                </div>
            `;
        }
    }

    // ============================================
    // THEME
    // ============================================
    function detectTheme() {
        return window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
    }

    function setTheme(mode) {
        config.theme = mode;
        document.querySelectorAll('.toggle-btn').forEach(b => b.classList.remove('active'));
        document.getElementById(mode + 'ThemeBtn').classList.add('active');
        document.body.className = (mode === 'auto' ? detectTheme() : mode) + '-mode';
    }

    window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
        if(config.theme === 'auto') setTheme('auto');
    });

    // ============================================
    // VOICE RECOGNITION
    // ============================================
    if('webkitSpeechRecognition' in window || 'SpeechRecognition' in window) {
        const SR = window.SpeechRecognition || window.webkitSpeechRecognition;
        recognition = new SR();
        recognition.lang = 'fr-FR';
        recognition.onresult = e => {
            document.getElementById('inputField').value = e.results[0][0].transcript;
            sendMessage();
        };
        recognition.onend = () => stopListening();
    }

    function toggleVoice() {
        if(!recognition) return alert('❌ Non supporté');
        isListening ? stopListening() : startListening();
    }

    function startListening() {
        isListening = true;
        document.getElementById('micBtn').classList.add('listening');
        recognition.start();
    }

    function stopListening() {
        isListening = false;
        document.getElementById('micBtn').classList.remove('listening');
        if(recognition) recognition.stop();
    }

    // ============================================
    // VOICE SYNTHESIS
    // ============================================
    function loadVoices() {
        voices = speechSynthesis.getVoices().filter(v => v.lang.startsWith('fr'));
        const sel = document.getElementById('voiceSelect');
        sel.innerHTML = '';
        voices.forEach((v, i) => {
            const opt = document.createElement('option');
            opt.value = i;
            opt.textContent = `${v.name} (${v.lang})`;
            sel.appendChild(opt);
        });
        const pref = voices.findIndex(v => v.name.includes('Thomas') || v.name.includes('French'));
        if(pref !== -1) {
            sel.value = pref;
            selectedVoice = voices[pref];
        }
    }

    speechSynthesis.onvoiceschanged = loadVoices;
    loadVoices();
    document.getElementById('voiceSelect').onchange = e => selectedVoice = voices[e.target.value];

    function cleanTextForSpeech(text) {
        // Supprimer les caractères markdown: ** // _ ~~
        return text
            .replace(/\*\*/g, '')
            .replace(/\*/g, '')
            .replace(/\_\_/g, '')
            .replace(/\_/g, '')
            .replace(/\~\~/g, '')
            .replace(/\`\`\`/g, '')
            .replace(/\`/g, '')
            .replace(/\#\#\#/g, '')
            .replace(/\#\#/g, '')
            .replace(/\#/g, '')
            .replace(/\//g, '')
            .trim();
    }

    function speak(text, includeSources = false) {
        if (!config.autoSpeak) return;
        if (!('speechSynthesis' in window)) return;

        const cleanText = cleanTextForSpeech(text);
        
        const utterance = new SpeechSynthesisUtterance(cleanText);
        utterance.lang = 'fr-FR';
        utterance.rate = config.speechRate;
        utterance.pitch = 1.0;
        if(selectedVoice) utterance.voice = selectedVoice;
        
        speechSynthesis.speak(utterance);
    }

    function speakSources(sources) {
        if (!config.readSources || !sources || !sources.length) return;
        
        const sourcesText = `Sources consultées: ${sources.map((s, i) => {
            const domain = s.match(/https?:\/\/([^\/]+)/)?.[1] || s;
            return `source ${i + 1}: ${domain}`;
        }).join(', ')}`;
        
        setTimeout(() => {
            speak(sourcesText);
        }, 1000);
    }

    // ============================================
    // VIEWER COMMUNICATION
    // ============================================
    function sendToViewer(action, data) {
        if (!config.showViewer) return;
        
        // Si viewer dans iframe
        const viewerFrame = parent.document.querySelector('#curiosity-viewer');
        if (viewerFrame && viewerFrame.contentWindow) {
            viewerFrame.contentWindow.postMessage({ action, data }, '*');
        }
        
        // Si viewer dans window séparée
        if (viewerWindow && !viewerWindow.closed) {
            viewerWindow.postMessage({ action, data }, '*');
        }
    }

    // ============================================
    // MESSAGES
    // ============================================
    function addMsg(text, type, sources) {
        const msgs = document.getElementById('messages');
        const div = document.createElement('div');
        div.className = `message ${type}`;
        let html = text;
        
        if(sources?.length) {
            const sourceLinks = sources.map((s, i) => {
                const domain = s.match(/https?:\/\/([^\/]+)/)?.[1] || `Source ${i + 1}`;
                return `<a href="${s}" class="source-link" target="_blank" rel="noopener">${domain}</a>`;
            }).join('');
            
            html += `<div class="message-sources">
                📚 ${sourceLinks}
                ${!config.readSources ? '<button class="read-sources-btn" onclick="speakSources(' + JSON.stringify(sources) + ')">🔊 Lire les sources</button>' : ''}
            </div>`;
        }
        
        div.innerHTML = html;
        msgs.appendChild(div);
        msgs.scrollTop = msgs.scrollHeight;
        
        saveConversation();
    }

    // ============================================
    // SEND MESSAGE
    // ============================================
    async function sendMessage() {
        const input = document.getElementById('inputField');
        const msg = input.value.trim();
        if(!msg) return;

        addMsg(msg, 'user');
        history.push({role: 'user', content: msg});
        if(history.length > config.historySize * 2) {
            history = history.slice(-config.historySize * 2);
        }
        input.value = '';

        // Viewer
        sendToViewer('setState', 'THINKING');
        sendToViewer('setStatus', 'thinking');
        sendToViewer('showCode', msg);

        try {
            const maxSentences = config.mode === 'concise' ? 2 : config.mode === 'detailed' ? 5 : 10;
            
            const res = await fetch(config.apiUrl, {
                method: 'POST',
                headers: {'Content-Type': 'application/json'},
                body: JSON.stringify({
                    question: msg,
                    max_sentences: maxSentences,
                    history: history.slice(-config.historySize)
                })
            });

            if(!res.ok) throw new Error();

            const data = await res.json();
            history.push({role: 'assistant', content: data.answer});

            addMsg(data.answer, 'bot', data.sources);

            // Aperçu dans l'œil droit
            if (data.sources && data.sources.length > 0) {
                sendToViewer('showPreview', data.sources[0]);
                
                setTimeout(() => {
                    sendToViewer('clearEyes');
                }, config.eyesDelay * 1000);
            }

            // Lecture vocale
            speak(data.answer);
            if (config.readSources) {
                speakSources(data.sources);
            }

            // Viewer
            sendToViewer('setState', 'GOOD');
            sendToViewer('setStatus', '');

        } catch(err) {
            if (config.debug) console.error(err);
            addMsg('❌ Erreur. Réessayez.', 'bot');
            sendToViewer('setState', 'BAD');
            sendToViewer('setStatus', 'error');
            sendToViewer('clearEyes');
        }
    }

    // ============================================
    // SETTINGS
    // ============================================
    function openSettings() {
        document.getElementById('settingsPanel').classList.add('active');
        document.getElementById('settingsOverlay').classList.add('active');
    }

    function closeSettings() {
        document.getElementById('settingsPanel').classList.remove('active');
        document.getElementById('settingsOverlay').classList.remove('active');
    }

    function updateChatSize(value) {
        config.chatSize = parseFloat(value);
        document.getElementById('chatSizeValue').textContent = Math.round(value * 100) + '%';
        document.documentElement.style.setProperty('--chat-width', `${600 * value}px`);
    }

    function updateSpeechRate(value) {
        config.speechRate = parseFloat(value);
        document.getElementById('speechRateValue').textContent = value + 'x';
    }

    function updateHistorySize(value) {
        config.historySize = parseInt(value);
        document.getElementById('historySizeValue').textContent = value;
    }

    function updateEyesDelay(value) {
        config.eyesDelay = parseInt(value);
        document.getElementById('eyesDelayValue').textContent = value + 's';
    }

    function toggleViewerDisplay(wrapper) {
        config.showViewer = wrapper.querySelector('input').checked;
    }

    function toggleAutoSpeak(wrapper) {
        config.autoSpeak = wrapper.querySelector('input').checked;
    }

    function toggleReadSources(wrapper) {
        config.readSources = wrapper.querySelector('input').checked;
    }

    function togglePersistence(wrapper) {
        config.persistence = wrapper.querySelector('input').checked;
    }

    function toggleParallax(wrapper) {
        config.parallax = wrapper.querySelector('input').checked;
        sendToViewer('toggleParallax', config.parallax);
    }

    function toggleDebug(wrapper) {
        config.debug = wrapper.querySelector('input').checked;
    }

    // ============================================
    // INIT
    // ============================================
    loadSettings();
    loadConversation();
    setTheme(config.theme);

    // Initialiser le viewer
    sendToViewer('setState', 'OFF');
    setTimeout(() => {
        sendToViewer('setState', 'ON');
        sendToViewer('setStatus', '');
    }, 1000);
</script>
</body>
</html>				</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/curiosity/">Curiosity</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Logo Toulouse Olympique</title>
		<link>https://presentcomposedesign.fr/logo-toulouse-olympique/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 05 Nov 2025 08:52:34 +0000</pubDate>
				<category><![CDATA[Design graphique]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=34053</guid>

					<description><![CDATA[<p>Le Toulouse Olympique XIII dévoile sa nouvelle identité visuelle. Présent Composé Design signe la refonte du logo du club, un symbole moderne, fort et emblématique du rugby à XIII.</p>
<p>Cet article <a href="https://presentcomposedesign.fr/logo-toulouse-olympique/">Logo Toulouse Olympique</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="34053" class="elementor elementor-34053">
				<div class="wpr-jarallax elementor-element elementor-element-059db46 wpr-jarallax-yes e-con-full e-flex wpr-particle-no wpr-sticky-section-no e-con e-parent" speed-data="1.4" bg-image="https://presentcomposedesign.fr/wp-content/uploads/2025/11/20251005-SH_USP_YORK_KNIGHTS_TOULOUSE_5_Oct_254489-1536x1058-headerblue.png" scroll-effect="scroll" data-id="059db46" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;}">
				<div class="elementor-element elementor-element-3b9fb77 elementor-widget__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="3b9fb77" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div id="container">
  <canvas id="canvas3d"></canvas>
</div>

<style>
  body {
    background-color: transparent;
    margin: 0;
    overflow: hidden;
    z-index: 99999999;
       
  }

  #container {
    width: 100%;
    height: 100vh; /* Fallback */
    height: 100dvh; /* Important pour mobile */
    display: flex;
    justify-content: center;
    z-index: 99999999;
    
    /* --- RÉGLAGE MOBILE (Par défaut) --- */
    /* On centre pour être sûr que l'objet soit au milieu du petit écran */
    align-items: center; 
    z-index: 99999999;
 
  }

  #canvas3d {
    width: 100%;
    height: 100%;
    outline: none;
    touch-action: scroll; 
    
  }

  /* --- RÉGLAGE DESKTOP (Écrans > 768px) --- */
  @media (min-width: 768px) {
    #container {
      /* On remet le réglage qui marchait "impeccable" pour toi avant */
      align-items: flex-start !important; 
    }
  }
</style>

<script type="module">
  import { Application } from "https://esm.sh/@splinetool/runtime";

  // --- CONFIGURATION DES URLS ---
  // 1. URL Desktop (Celle qui marche bien en large)
  const urlDesktop = "https://prod.spline.design/g5EDRtGbq4AqVzwE/scene.splinecode";
  
  // 2. URL Mobile (Celle que tu vas adapter/dézoomer)
  // (En attendant ton export, j'ai mis la même, mais penses à la changer ici)
  const urlMobile = "https://prod.spline.design/4dWPeXq4OX0rw49J/scene.splinecode"; 
  // ------------------------------

  const canvas = document.getElementById('canvas3d');
  const app = new Application(canvas);

  // Détection : Est-ce un mobile ?
  const isMobile = window.innerWidth < 768;

  // Choix de la scène
  const sceneToLoad = isMobile ? urlMobile : urlDesktop;

  app.load(sceneToLoad).then(() => {
      // Récupération des paramètres d'URL (Ton code original conservé)
      const urlParams = new URLSearchParams(window.location.search);
      const colorValue = urlParams.size > 1 ? urlParams.get('destinationValue') : 3.2;
      // app.setVariable('NomVariable', colorValue); // Si besoin
  });
</script>				</div>
				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2165a2a elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="2165a2a" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a50a530" data-id="a50a530" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-c0f6a58 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="c0f6a58" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fe979b3" data-id="fe979b3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3984c60 elementor-widget elementor-widget-heading" data-id="3984c60" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Toulouse Olympique 13</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-d9224c2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="d9224c2" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-af1f964 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="af1f964" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-edc9229 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="edc9229" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1><span style="color: #0a0a3c;">Refonte graphique</span></h1><div data-vce-boxed-width="true"><div data-vce-do-apply="all el-ba3f564d"><div data-vce-element-content="true"><div data-vce-do-apply="border margin background el-11f4390c"><div data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c"><div><span style="color: #0010ef;"> </span></div><h6>Accompagnement du club de Rugby à 13 du Toulouse Olympique dans la transition vers une nouvelle identité suite à son passage en superleague. </h6><div><strong style="color: #333333; font-family: 'Inter Tight', sans-serif; font-size: 20px;"><br /><span style="color: #0a0a3c;">🡺 Refonte intégrale du logo du club et de ses déclinaisons</span></strong></div><div><strong style="color: #333333; font-family: 'Inter Tight', sans-serif; font-size: 20px;"><br /><span style="color: #0a0a3c;">🡺 Réalisation de la brochure de présentation du club</span><br /></strong></div><div><strong style="color: #333333; font-family: 'Inter Tight', sans-serif; font-size: 20px;"> </strong></div></div></div></div></div></div><div data-vce-boxed-width="true"><div data-vce-do-apply="all el-d9d9a9fd"><div data-vce-element-content="true"><div><div data-vce-do-apply="border margin background el-87440d41"><div data-vce-element-content="true" data-vce-do-apply="padding el-87440d41"><p><!-- /wp:vcwb/empty-comment-element-wrapper --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:87440d41 --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
				<div class="elementor-element elementor-element-2cbdac1 elementor-widget elementor-widget-wpr-flip-carousel" data-id="2cbdac1" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-flip-carousel.default">
				<div class="elementor-widget-container">
					<div class="wpr-flip-carousel-wrapper"><div class="wpr-flip-carousel" data-settings="{&quot;starts_from_center&quot;:&quot;yes&quot;,&quot;carousel_type&quot;:&quot;carousel&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;autoplay&quot;:false,&quot;autoplay_milliseconds&quot;:0,&quot;pause_on_hover&quot;:false,&quot;play_on_click&quot;:&quot;yes&quot;,&quot;play_on_scroll&quot;:&quot;yes&quot;,&quot;pagination_position&quot;:null,&quot;spacing&quot;:-0.6,&quot;button_prev&quot;:&quot;&quot;,&quot;button_next&quot;:&quot;&quot;,&quot;pagination_bg_color_hover&quot;:null}"><ul class="wpr-flip-items-wrapper"><li class="wpr-flip-item" data-flip-title=""><figure><a ><img decoding="async" alt="Déclinaison-logo-TO13-Alban-DESBARAX-2025" src="https://presentcomposedesign.fr/wp-content/uploads/2025/11/LOGO_TO_blason_blanc-fond-bleu-300x300.jpg" /></a></figure></li><li class="wpr-flip-item" data-flip-title=""><figure><a ><img decoding="async" alt="Déclinaison-logo-TO13-Alban-DESBARAX-2025" src="https://presentcomposedesign.fr/wp-content/uploads/2025/11/LOGO_TO_blason_blanc-fond-transp-surbleu-300x300.jpg" /></a></figure></li><li class="wpr-flip-item" data-flip-title=""><figure><a ><img decoding="async" alt="Déclinaison-logo-TO13-Alban-DESBARAX-2025" src="https://presentcomposedesign.fr/wp-content/uploads/2025/11/LOGO_TO_blason_bleu-fond-blanc-300x300.jpg" /></a></figure></li><li class="wpr-flip-item" data-flip-title=""><figure><a ><img decoding="async" alt="Déclinaison-logo-TO13-Alban-DESBARAX-2025" src="https://presentcomposedesign.fr/wp-content/uploads/2025/11/LOGO_TO_blason_transp-fond-blanc-surbleu-300x300.jpg" /></a></figure></li></ul></div></div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-465691b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="465691b" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-801e751 elementor-widget elementor-widget-video" data-id="801e751" data-element_type="widget" data-e-type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="e-hosted-video elementor-wrapper elementor-open-inline">
					<video class="elementor-video" src="https://presentcomposedesign.fr/wp-content/uploads/2025/11/Presentation-recherches-logo-Toulouse-Olympique_Present-Compose-design-nov2025-1.mp4" autoplay="" loop="" muted="muted" playsinline="" controlsList="nodownload" poster="https://presentcomposedesign.fr/wp-content/uploads/2025/11/Presentation-recherches-logo-Toulouse-Olympique-v3.jpg"></video>
				</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-8fd00b3 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="8fd00b3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div data-vce-boxed-width="true"><div data-vce-do-apply="all el-ba3f564d"><div data-vce-element-content="true"><div data-vce-do-apply="border margin background el-11f4390c"><div data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c"><div> </div><h2><span style="color: #0010ef;"><strong>⦿ Ecoute attentive des besoins du club<br /></strong></span><strong style="font-family: 'Inter Tight', sans-serif; font-size: 20px;"><span style="color: #0010ef;"><br /></span></strong></h2><h2><strong style="font-family: 'Inter Tight', sans-serif; font-size: 20px;"><span style="color: #0010ef;">⦿</span></strong> <span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;"><strong>Conception</strong></span><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400;">, réalisation et proposition d&rsquo;un </span><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;"><strong> « cahier de recherches ».<br /></strong></span><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;"><strong><br /></strong></span></h2><h2><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;"><strong>⦿</strong></span> <strong style="font-family: 'Inter Tight', sans-serif; font-size: 20px;"><span style="color: #0010ef;">Discussions &amp; modifications</span></strong><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400;">, entretiens avec les membres du Club, échanges constructifs, prise en compte des remarques.<br /></span><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;"><strong><br /></strong></span></h2><h2><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;"><strong>⦿ Production et fourniture des livrables</strong></span><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400;">, conception &amp; réalisation des dessins vectoriels, réalisations des différentes versions et déclinaisons en fonctions des cas d&rsquo;usage.<br /></span><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;"><br /></span></h2><h2><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; color: #0010ef;">⦿</span> <strong style="font-family: 'Inter Tight', sans-serif; font-size: 20px;"><span style="color: #0010ef;">Gestion et suivi</span></strong><span style="font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400;">, Interlocuteur unique pour tout le déroulé du projet </span></h2><h2 style="text-align: center;"><span style="color: #0010ef;"><strong><i class="fa-solid fa-chevron-down"></i> </strong></span></h2><h2 style="text-align: center;"><span style="color: #0010ef;"><b>Vous souhaitez faire appel à mes services ?</b></span></h2></div></div></div></div></div><div data-vce-boxed-width="true"><div data-vce-do-apply="all el-d9d9a9fd"><div data-vce-element-content="true"><div><div data-vce-do-apply="border margin background el-87440d41"><div data-vce-element-content="true" data-vce-do-apply="padding el-87440d41"><p><!-- /wp:vcwb/empty-comment-element-wrapper --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:87440d41 --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
				<div class="elementor-element elementor-element-47d2284 elementor-align-center elementor-widget__width-initial pcd-btn-primary pcd-holo elementor-widget elementor-widget-button" data-id="47d2284" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://presentcomposedesign.fr/contact/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Demander un rendez-vous</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-446f0f1 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="446f0f1" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-64e8473 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="64e8473" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-41dacf7 elementor-widget elementor-widget-html" data-id="41dacf7" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/reel/DQd_MU3DIIv/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/reel/DQd_MU3DIIv/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">Voir cette publication sur Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/reel/DQd_MU3DIIv/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Une publication partagée par 𝐓𝐎𝐔𝐋𝐎𝐔𝐒𝐄 𝐎𝐋𝐘𝐌𝐏𝐈𝐐𝐔𝐄 (@toulouseolympiquerugby)</a></p></div></blockquote>
<script async src="//www.instagram.com/embed.js"></script>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2c5231b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="2c5231b" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/logo-toulouse-olympique/">Logo Toulouse Olympique</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://presentcomposedesign.fr/wp-content/uploads/2025/11/Presentation-recherches-logo-Toulouse-Olympique_Present-Compose-design-nov2025-1.mp4" length="19567285" type="video/mp4" />

			</item>
		<item>
		<title>Opti-môme</title>
		<link>https://presentcomposedesign.fr/opti-mome/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 29 Sep 2025 00:12:07 +0000</pubDate>
				<category><![CDATA[[ia]]]></category>
		<category><![CDATA[Design graphique]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=33661</guid>

					<description><![CDATA[<p>Opti-môme est un concept d'application conçue et développée dans le cadre du Hackathon ia for impact organisé par La mêlée numérique. Son objectif : l'optimisation des transports dédiés à l’Aide Sociale à l’Enfance du conseil départemental de Haute Garonne. Simplification de la planification des trajets, mutualisation les déplacements, réduction des coûts et de l’impact environnemental tout en renforçant la sécurité et la coordination.</p>
<p>Cet article <a href="https://presentcomposedesign.fr/opti-mome/">Opti-môme</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="33661" class="elementor elementor-33661">
				<div class="wpr-jarallax elementor-element elementor-element-8192ee7 wpr-jarallax-yes e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" speed-data="0.5" bg-image="https://presentcomposedesign.fr/wp-content/uploads/2025/10/prev_map_opti-mome.jpg" scroll-effect="scroll" data-id="8192ee7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-2627d84 elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="2627d84" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/elementor/thumbs/logo_optimome_black-rd1rrp8gq9jp94h4vzy83bliln5ncrfal8y7ai3xt8.png" title="logo_opti-mome_app_black" alt="logo_opti-mome_app_black" loading="lazy" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e235fbc e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="e235fbc" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-8d40ee4 e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="8d40ee4" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-014482d elementor-widget elementor-widget-spacer" data-id="014482d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-426906f elementor-widget elementor-widget-image" data-id="426906f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="1024" height="1024" src="https://presentcomposedesign.fr/wp-content/uploads/2025/10/phone2mokup.png" class="attachment-large size-large wp-image-33664" alt="" srcset="https://presentcomposedesign.fr/wp-content/uploads/2025/10/phone2mokup.png 1024w, https://presentcomposedesign.fr/wp-content/uploads/2025/10/phone2mokup-300x300.png 300w, https://presentcomposedesign.fr/wp-content/uploads/2025/10/phone2mokup-150x150.png 150w, https://presentcomposedesign.fr/wp-content/uploads/2025/10/phone2mokup-768x768.png 768w, https://presentcomposedesign.fr/wp-content/uploads/2025/10/phone2mokup-600x600.png 600w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1a31b73 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="1a31b73" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6df7a1f elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="6df7a1f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1><span style="color: #0381a2;">ux/ui Design</span></h1><h1><span style="color: #0381a2;">Concept d&rsquo;Application</span></h1><p><strong> </strong></p><p><strong>Opti-môme</strong> est un concept d&rsquo;application innovante de gestion et d’optimisation des transports dédiée à l’<strong>Aide Sociale à l’Enfance (ASE)</strong>. Développée dans le cadre du « <a href="https://www.meleenumerique.com/temps-fort-hackathon-ia-for-impact/#:~:text=La%20M%C3%AAl%C3%A9e%20organise%20un%20hackathon,propos%C3%A9s%20par%20des%20entreprises%20partenaires.">Hackathon ia for impact</a> » organisé par « <a href="https://lamelee.com/">La mêlée</a> » en partenariat avec les acteurs du département de la <strong>Haute-Garonne. <br /></strong><strong>Opti-môme </strong>répond à un double enjeu : <strong>améliorer la qualité de service</strong> offerte aux enfants confiés tout en <strong>réduisant l’impact environnemental</strong> et les coûts logistiques.</p><p>Grâce à l’intelligence artificielle, <strong>Opti-môme</strong> planifie, mutualise et suit en temps réel l’ensemble des trajets. L’application simplifie la communication entre <strong>chauffeurs</strong>, <strong>assistantes sociales</strong> et <strong>superviseurs</strong>, tout en garantissant la <strong>sécurité, la traçabilité et la fiabilité</strong> des transports. Son interface ergonomique, pensée pour le terrain, traduit une approche <strong>écologique, économique et humaine</strong> du service public.</p><p>Conçue comme une plateforme évolutive, <strong>Opti-môme</strong> s’inscrit dans une dynamique de <strong>transition numérique responsable</strong> et d’innovation sociale. Elle répond à un souhait marqué par le Département de moderniser la mobilité des enfants accompagnés, en conciliant <strong>efficacité, équité et durabilité</strong>.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5787b5c e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-sticky-section-no e-con e-parent" data-id="5787b5c" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-10cd316 elementor-widget elementor-widget-html" data-id="10cd316" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="viewer-container" id="viewer-container-10">
  <canvas class="viewer-canvas" id="viewer-canvas-10"></canvas>
</div>

<style>
  .viewer-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 60vh; /* Ajustez en fonction de vos besoins */
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .viewer-canvas {
    width: 100%;
    height: 100%;
  }

  /* Éviter les conflits avec les autres éléments du site */
  body {
    margin: 0;
  }
</style>

<script type="module">
  import { Application } from "https://esm.sh/@splinetool/runtime";

  const initializeViewer = (canvasId, fileName) => {
    const canvas = document.getElementById(canvasId);
    const app = new Application(canvas);
    app.load(`https://prod.spline.design/${fileName}/scene.splinecode`);
  };

  // Initialize first viewer
  initializeViewer('viewer-canvas-10', '2A8Sr5uxpOZ31tIN');

  // Add more viewers as needed
</script>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fe1fb28 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="fe1fb28" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-dac6e50 e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="dac6e50" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-fbd207b elementor-widget elementor-widget-image" data-id="fbd207b" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="600" height="600" src="https://presentcomposedesign.fr/wp-content/uploads/2025/10/chauffeur-600x600.png" class="attachment-ocean-thumb-m size-ocean-thumb-m wp-image-33663" alt="Conducteur ASE consultant ses trajets du jour sur l’application Opti-môme depuis le tableau de bord de son véhicule." srcset="https://presentcomposedesign.fr/wp-content/uploads/2025/10/chauffeur-600x600.png 600w, https://presentcomposedesign.fr/wp-content/uploads/2025/10/chauffeur-150x150.png 150w" sizes="(max-width: 600px) 100vw, 600px" />															</div>
				</div>
				<div class="elementor-element elementor-element-c0bf39c elementor-widget elementor-widget-spacer" data-id="c0bf39c" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dffc864 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="dffc864" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-26e901e elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="26e901e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #8a3589;"><strong>⦿ Conducteurs affiliés</strong></span></h2><h2>Fonctionnalités proposées par l&rsquo;application:</h2><ul><li><h6><span style="color: #0381a2;"><strong>Page d’accueil :</strong></span> affichage du trajet du jour avec carte interactive, étapes, liste des arrêts et actions rapides (démarrer, signaler un retard, contacter un coordinateur).</h6></li><li><h6><span style="color: #0381a2;"><strong>Navigation et prise en charge :</strong></span> intégration GPS avec itinéraire préchargé, check-in/check-out digital via QR code ou signature électronique, accès hors ligne aux fiches des jeunes et signalement d’incident.</h6></li><li><h6><span style="color: #0381a2;"><strong>Tableau de bord personnel :</strong></span> suivi des kilomètres, du temps de trajet, de la consommation et des économies de CO₂, avec historique exportable.</h6></li><li><h6><span style="color: #0381a2;"><strong>Paramètres et personnalisation :</strong></span> mode clair/sombre, notifications, gestion du profil et verrouillage automatique pour la sécurité.</h6></li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-e5ce5c1 wpr-feature-list-left wpr-feature-list-square wpr-feature-list-line-yes elementor-widget elementor-widget-wpr-feature-list" data-id="e5ce5c1" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-feature-list.default">
				<div class="elementor-widget-container">
					<div class="wpr-feature-list-wrap"><ul class="wpr-feature-list"><li class="wpr-feature-list-item elementor-repeater-item-5e38f5c"><div class="wpr-feature-list-icon-wrap"><span class="wpr-feature-list-line"></span><div class="wpr-feature-list-icon-inner-wrap"><svg aria-hidden="true" class="e-font-icon-svg e-far-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg></div></div><div class="wpr-feature-list-content-wrap"><h5 class="wpr-feature-list-title"><a class="wpr-feature-list-url" target="_blank" rel="nofollow">Cahier des charge initial</a></h5><p class="wpr-feature-list-description"></p></div></li></ul></div>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8732660 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="8732660" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-1169535 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="1169535" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-99977ce elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="99977ce" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #8a3589;"><strong>⦿ Assistantes sociales / Maisons de solidarités</strong></span></h2><ul><li><h6><span style="color: #333333;"><span style="color: #0381a2;"><strong>Tableau de bord des demandes :</strong> </span>liste des ordres de mission en attente, validés ou refusés, vue calendrier des trajets programmés et filtres par date ou jeune.</span></h6></li><li><h6><span style="color: #333333;"><span style="color: #0381a2;"><strong>Création et validation de demande :</strong></span> formulaire de réservation de transport avec suggestion de créneaux et de chauffeurs, validation par signature électronique et notification des parties.</span></h6></li><li><h6><span style="color: #333333;"><span style="color: #0381a2;"><strong>Gestion des dossiers :</strong></span> consultation et mise à jour des fiches des jeunes (coordonnées, allergies, autorisations), transmission sécurisée au chauffeur assigné.</span></h6></li><li><h6><span style="color: #333333;"><span style="color: #0381a2;"><strong>Préfacturation et suivi budgétaire :</strong></span> module de préfacturation pour suivre les kilomètres et les coûts, export des données pour audit ou reporting.</span></h6></li></ul><h6> </h6>								</div>
				</div>
				<div class="elementor-element elementor-element-4673650 wpr-feature-list-left wpr-feature-list-square wpr-feature-list-line-yes elementor-widget elementor-widget-wpr-feature-list" data-id="4673650" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-feature-list.default">
				<div class="elementor-widget-container">
					<div class="wpr-feature-list-wrap"><ul class="wpr-feature-list"><li class="wpr-feature-list-item elementor-repeater-item-5e38f5c"><div class="wpr-feature-list-icon-wrap"><span class="wpr-feature-list-line"></span><div class="wpr-feature-list-icon-inner-wrap"><svg aria-hidden="true" class="e-font-icon-svg e-fas-brain" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z"></path></svg></div></div><div class="wpr-feature-list-content-wrap"><h5 class="wpr-feature-list-title"><a class="wpr-feature-list-url" target="_blank" rel="nofollow">Fonctionnalités supplémentaires proposées</a></h5><p class="wpr-feature-list-description"></p></div></li></ul></div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7fc3c12 e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="7fc3c12" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-56ce7b5 elementor-widget elementor-widget-image" data-id="56ce7b5" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="600" height="600" src="https://presentcomposedesign.fr/wp-content/uploads/2025/10/preview-app-4-600x600.jpg" class="attachment-ocean-thumb-m size-ocean-thumb-m wp-image-33773" alt="Assistante sociale utilisant l’application Opti-môme pour commander un trajet sécurisé pour un enfant accompagné." srcset="https://presentcomposedesign.fr/wp-content/uploads/2025/10/preview-app-4-600x600.jpg 600w, https://presentcomposedesign.fr/wp-content/uploads/2025/10/preview-app-4-150x150.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" />															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-740e89b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="740e89b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-32cd6a1 e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="32cd6a1" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-3467bee elementor-widget elementor-widget-image" data-id="3467bee" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="600" height="600" src="https://presentcomposedesign.fr/wp-content/uploads/2025/10/preview-app-supervisor-600x600.jpg" class="attachment-ocean-thumb-m size-ocean-thumb-m wp-image-33808" alt="" srcset="https://presentcomposedesign.fr/wp-content/uploads/2025/10/preview-app-supervisor-600x600.jpg 600w, https://presentcomposedesign.fr/wp-content/uploads/2025/10/preview-app-supervisor-150x150.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" />															</div>
				</div>
				<div class="elementor-element elementor-element-b22a7b6 elementor-widget elementor-widget-spacer" data-id="b22a7b6" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c4a53a8 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="c4a53a8" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb466b9 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="bb466b9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #8a3589;"><strong>⦿ Superviseurs / Responsables logistiques</strong></span></h2><ul><li><h6><strong><span style="color: #0381a2;">Supervision en temps réel</span> <span style="color: #0381a2;">:</span></strong> carte interactive des trajets en cours, liste dynamique, alertes instantanées et actions rapides (contacter un chauffeur, replanifier un trajet).</h6></li><li><h6><span style="color: #0381a2;"><strong>Bilan écologique :</strong></span> graphiques de suivi des émissions de CO₂, kilomètres évités, taux de mutualisation et recommandations automatiques pour optimiser les tournées.</h6></li><li><h6><span style="color: #0381a2;"><strong>Analyse économique :</strong></span> visualisation des coûts par kilomètre, répartition des dépenses (carburant, maintenance, taxis) et simulateur d’économies selon différents scénarios.</h6></li><li><h6><span style="color: #0381a2;"><strong>Gestion des ressources :</strong></span> tableau de bord des chauffeurs (ponctualité, kilomètres, économies réalisées), suivi des véhicules (maintenance, carburant) et gestion des incidents et de la conformité.</h6></li></ul><h6> </h6>								</div>
				</div>
				<div class="elementor-element elementor-element-04f6e76 wpr-feature-list-left wpr-feature-list-square wpr-feature-list-line-yes elementor-widget elementor-widget-wpr-feature-list" data-id="04f6e76" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-feature-list.default">
				<div class="elementor-widget-container">
					<div class="wpr-feature-list-wrap"><ul class="wpr-feature-list"><li class="wpr-feature-list-item elementor-repeater-item-5e38f5c"><div class="wpr-feature-list-icon-wrap"><span class="wpr-feature-list-line"></span><div class="wpr-feature-list-icon-inner-wrap"><svg aria-hidden="true" class="e-font-icon-svg e-fas-brain" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z"></path></svg></div></div><div class="wpr-feature-list-content-wrap"><h5 class="wpr-feature-list-title"><a class="wpr-feature-list-url" target="_blank" rel="nofollow">Fonctionnalités supplémentaires proposées</a></h5><p class="wpr-feature-list-description"></p></div></li></ul></div>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3c0d6dd e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="3c0d6dd" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cfc4ced wpr-fancy-text-clip wpr-advanced-text-style-animated wpr-animated-text-infinite-yes elementor-widget elementor-widget-wpr-advanced-text" data-id="cfc4ced" data-element_type="widget" data-e-type="widget" data-settings="{&quot;anim_loop&quot;:&quot;yes&quot;}" data-widget_type="wpr-advanced-text.default">
				<div class="elementor-widget-container">
					
		<h3 class="wpr-advanced-text">

					
			
		<span class="wpr-anim-text wpr-anim-text-type-clip" data-anim-duration="1000,2000" data-anim-loop="yes">
			<span class="wpr-anim-text-inner">
									<b>Un projet ?</b>
									<b>Un besoin spécifique ? </b>
							</span>
			<span class="wpr-anim-text-cursor">|</span>		</span>

				
		</h3>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/opti-mome/">Opti-môme</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Fluffybrick AR</title>
		<link>https://presentcomposedesign.fr/fluffybrick-ar/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 17 Dec 2024 14:02:23 +0000</pubDate>
				<category><![CDATA[[ia]]]></category>
		<category><![CDATA[Design graphique]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=30699</guid>

					<description><![CDATA[<p>Fluffybrick [AR] est un remake saturé de l’œuvre de 2022. Trois risographies uniques et 50 stickers imprimés, chacun accompagné de son jumeau numérique NFT. L’œuvre combine risographie, IA générative et réalité augmentée pour questionner la saturation visuelle et sonore à l’ère des outils créatifs démocratisés.</p>
<p>Cet article <a href="https://presentcomposedesign.fr/fluffybrick-ar/">Fluffybrick AR</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="30699" class="elementor elementor-30699">
				<div class="elementor-element elementor-element-7d7d18b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="7d7d18b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-36b5610 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-html" data-id="36b5610" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div id="container">
  <canvas id="canvas3d"></canvas>
</div>

<style>
  body {
    background-color: #FFFFFF00;
    margin: 0;
    overflow: hidden;
  }

  #container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100% !important;
  }

  #canvas3d {
    width: 100% !important;
    height: 100% !important;
  }
</style>

<script type="module">
  const fileName = "aEutQhNMO3QPL-pO";
  import { Application } from "https://esm.sh/@splinetool/runtime";
  const canvas = document.getElementById('canvas3d');
  const app = new Application(canvas);
  const urlParams = new URLSearchParams(window.location.search);
  const colorValue = urlParams.size > 1 ? urlParams.get('destinationValue') : 3.2;

  app.load(`https://prod.spline.design/${fileName}/scene.splinecode`);
</script>
				</div>
				</div>
					</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-cd23dd4 elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="cd23dd4" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4c4f73e" data-id="4c4f73e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-33dfe8e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="33dfe8e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-30362e9" data-id="30362e9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e27097c elementor-widget elementor-widget-heading" data-id="e27097c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Fluffybrick <span style=", sans-serif;font-size: 8vw;font-style: normal;font-weight: 700;background-color: var( --e-global-color-a81baed )">[AR]</span><span style=", sans-serif;font-size: 8vw;font-style: normal;font-weight: 700;background-color: var( --e-global-color-a81baed )"> </span><span style=", sans-serif;font-size: 8vw;font-style: normal;font-weight: 700;background-color: var( --e-global-color-a81baed )"></span><br></h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-b30017a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="b30017a" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c2492ce e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="c2492ce" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b6c88d8 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="b6c88d8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1>Fluffybrick [AR]</h1>
<div data-vce-boxed-width="true">
<div data-vce-do-apply="all el-ba3f564d">
<div data-vce-element-content="true">
<div data-vce-do-apply="border margin background el-11f4390c">
<div data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c">
<div><span style="color: #0010ef;">&nbsp;</span></div>
<h2>On peut considérer cette production comme un remake saturé version 2024 de  » l&rsquo;œuvre » initiale « Fluffybrick » produite en 2022 et pour laquelle les outils d&rsquo;intelligence artificielles génératifs utilisés n&rsquo;en étaient alors qu&rsquo;à leurs balbutiements.<p></p>
<p>Fluffybrick [AR] est une production intéractive, multimédia existant physiquement sous la forme de trois reproductions uniques pour chacune d&rsquo;entres elles puisqu&rsquo; imprimées en risographie.<br>Il est volontaire qu&rsquo;au premier abord l&rsquo;aspect graphique et visuel de la production paraisse relativement cloisonné et peu esthétique. En effet à l&rsquo;inverse de la version Fluffybrick de 2022, elle aussi imprimée en 10 exemplaires en risographie mais en bichromie, une troisième couche d&rsquo;encre noire mettant en avant les éléments de codes nécessaires à la génération de telles images (d&rsquo;ordinaire cachés) ont été volontairement superposés sur l&rsquo;image elle-même.</p>
<p>En y regardant de plus près on comprend alors qu&rsquo;une seconde lecture de l&rsquo;œuvre devient possible en utilisant son outil de prédilection du moment, à savoir, son smartphone.</p>
<p>En scannant le QR code présent sur la production risographique, et de ce fait grâce à votre « amulette numérique » fluffybrick se libère et apparaît sous une nouvelle forme qui relève cette fois-ci de la vidéo en réalité augmentée où là aussi, l&rsquo;intégralité des contenus qu&rsquo;ils soient visuels ou audios, ont volontairement été générés via ia.</p>
<p>Au delà du caractère absurde de son sujet Fluffybrick [AR] vise à provoquer  une forme de saturation à la fois visuelle et sonore qui questionne sur le rôle des créateurs, artistes, rêveurs, désormais à une époque où l&rsquo;accès et l&rsquo;utilisation « d&rsquo;outils ? »  sont devenus on ne peut plus massifs et démocratisés.&nbsp;</p>
<p><strong><span style="color: #0010ef;">Créations&nbsp; artistiques</span></strong> personnelles <strong><span style="color: #0010ef;">obtenues en utilisant des outils d&rsquo;intelligence artificielle générative</span></strong> entre autres logiciels, retouches &amp; modifications <strong><span style="color: #0010ef;">dans leur processus de réalisation</span></strong>.<br>PrésentComposédesign-2024</p>
</h2>
<h2 style="text-align: center;"><span style="color: #0010ef;"><strong><i class="fa-solid fa-chevron-down"></i>&nbsp;</strong></span></h2>
<h2 style="text-align: center;"><span style="color: #0010ef;"><strong>Vous êtes intéressé par l&rsquo;acquisition d&rsquo;un de ces 3 exemplaires ?&nbsp;</strong></span></h2>
<div><span style="color: #0010ef;"><strong><br></strong></span></div>
</div>
</div>
</div>
</div>
</div>
<div data-vce-boxed-width="true">
<div data-vce-do-apply="all el-d9d9a9fd">
<div data-vce-element-content="true">
<div>
<div data-vce-do-apply="border margin background el-87440d41">
<div data-vce-element-content="true" data-vce-do-apply="padding el-87440d41">
<p><!-- /wp:vcwb/empty-comment-element-wrapper --></p>
</div>
</div>
</div>
<p><!-- /vcwb/dynamicElementComment:87440d41 --></p>
</div>
</div>
</div>
<p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
				<div class="elementor-element elementor-element-ec35dd3 elementor-align-center elementor-widget elementor-widget-button" data-id="ec35dd3" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://presentcomposedesign.fr/contact/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Cliquez ici</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-385e30c e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="385e30c" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-47b7392 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="47b7392" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f41da31 elementor-widget elementor-widget-video" data-id="f41da31" data-element_type="widget" data-e-type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="e-hosted-video elementor-wrapper elementor-open-inline">
					<video class="elementor-video" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/Sequence-01.mp4" autoplay="" loop="" controls="" playsinline="" controlsList="nodownload"></video>
				</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-017f9e7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="017f9e7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2d7cb4d wpr-grid-columns-1 wpr-grid-columns--tablet3 wpr-grid-columns--mobile1 wpr-grid-pagination-center elementor-widget elementor-widget-wpr-media-grid" data-id="2d7cb4d" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-media-grid.default">
				<div class="elementor-widget-container">
					<section class="wpr-grid wpr-media-grid elementor-clearfix" data-settings="{&quot;layout&quot;:&quot;masonry&quot;,&quot;columns_desktop&quot;:&quot;1&quot;,&quot;gutter_hr&quot;:1,&quot;gutter_hr_mobile&quot;:1,&quot;gutter_hr_mobile_extra&quot;:1,&quot;gutter_hr_tablet&quot;:1,&quot;gutter_hr_tablet_extra&quot;:1,&quot;gutter_hr_laptop&quot;:1,&quot;gutter_hr_widescreen&quot;:1,&quot;gutter_vr&quot;:1,&quot;gutter_vr_mobile&quot;:1,&quot;gutter_vr_mobile_extra&quot;:1,&quot;gutter_vr_tablet&quot;:1,&quot;gutter_vr_tablet_extra&quot;:1,&quot;gutter_vr_laptop&quot;:1,&quot;gutter_vr_widescreen&quot;:1,&quot;animation&quot;:&quot;default&quot;,&quot;animation_duration&quot;:0.3,&quot;animation_delay&quot;:0.1,&quot;deeplinking&quot;:&quot;&quot;,&quot;filters_default_filter&quot;:&quot;&quot;,&quot;filters_linkable&quot;:&quot;no&quot;,&quot;filters_count&quot;:&quot;&quot;,&quot;filters_hide_empty&quot;:&quot;no&quot;,&quot;filters_animation&quot;:&quot;default&quot;,&quot;filters_animation_duration&quot;:0.3,&quot;filters_animation_delay&quot;:0.1,&quot;pagination_type&quot;:&quot;load-more&quot;,&quot;pagination_max_pages&quot;:1,&quot;lightbox&quot;:{&quot;selector&quot;:&quot;.wpr-grid-image-wrap&quot;,&quot;iframeMaxWidth&quot;:&quot;60%&quot;,&quot;hash&quot;:false,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause&quot;:5000,&quot;progressBar&quot;:&quot;true&quot;,&quot;counter&quot;:&quot;true&quot;,&quot;controls&quot;:&quot;true&quot;,&quot;getCaptionFromTitleOrAlt&quot;:&quot;true&quot;,&quot;thumbnail&quot;:&quot;&quot;,&quot;showThumbByDefault&quot;:&quot;&quot;,&quot;share&quot;:&quot;&quot;,&quot;zoom&quot;:&quot;true&quot;,&quot;fullScreen&quot;:&quot;true&quot;,&quot;download&quot;:&quot;true&quot;}}"><article class="wpr-grid-item elementor-clearfix post-30705 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_1.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_1.jpg" alt="FLUFFYBRICK_1" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick_1/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_1.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-30706 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_2.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_2.jpg" alt="FLUFFYBRICK_2" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick_2/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_2.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-30713 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_9-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_9-scaled.jpg" alt="FLUFFYBRICK_9" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick-ar/fluffybrick_9/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_9-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-30710 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_6.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_6.jpg" alt="FLUFFYBRICK_6" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick_6/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_6.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-30709 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_5.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_5.jpg" alt="FLUFFYBRICK_5" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick_5/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_5.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-30708 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_4.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_4.jpg" alt="FLUFFYBRICK_4" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick_4/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_4.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-30707 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_3.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_3.jpg" alt="FLUFFYBRICK_3" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick_3/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/FLUFFYBRICK_3.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-30717 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/Fluffybrick_AR_Riso-1.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/Fluffybrick_AR_Riso-1.jpg" alt="Fluffybrick_AR_Riso" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/fluffybrick-ar/fluffybrick_ar_riso-2/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-4d1548a wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/Fluffybrick_AR_Riso-1.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article></section>				</div>
				</div>
					</div>
				</div>
				</div>
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-9c20fa5 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9c20fa5" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-1489b53 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="1489b53" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9b37b02 elementor-widget elementor-widget-video" data-id="9b37b02" data-element_type="widget" data-e-type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="e-hosted-video elementor-wrapper elementor-open-inline">
					<video class="elementor-video" src="https://presentcomposedesign.fr/wp-content/uploads/2024/12/Sequence-01.mp4" autoplay="" loop="" controls="" playsinline="" controlsList="nodownload"></video>
				</div>
						</div>
				</div>
				</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/fluffybrick-ar/">Fluffybrick AR</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://presentcomposedesign.fr/wp-content/uploads/2024/12/Sequence-01.mp4" length="730046" type="video/mp4" />

			</item>
		<item>
		<title>SUPREME MTN</title>
		<link>https://presentcomposedesign.fr/supreme-mtn/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 10 Oct 2024 21:53:27 +0000</pubDate>
				<category><![CDATA[Design graphique]]></category>
		<category><![CDATA[Design produit]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=30670</guid>

					<description><![CDATA[<p>Supreme X montana Colors</p>
<p>Cet article <a href="https://presentcomposedesign.fr/supreme-mtn/">SUPREME MTN</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="30670" class="elementor elementor-30670">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-14d568e elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="14d568e" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-51cd5d5" data-id="51cd5d5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-13e4c2d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="13e4c2d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b6913de" data-id="b6913de" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a333420 elementor-widget elementor-widget-heading" data-id="a333420" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Supreme X montana Colors</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div class="wpr-jarallax elementor-element elementor-element-105424d wpr-jarallax-yes e-flex e-con-boxed wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" speed-data="1.4" bg-image="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastique1-scaled.jpg" scroll-effect="scale" data-id="105424d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5a8dd0a elementor-widget elementor-widget-html" data-id="5a8dd0a" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div id="container">
  <canvas id="canvas3d"></canvas>
</div>

<style>
  body {
    background-color: #FFFFFF00;
    margin: 0;
    overflow: hidden;
  }

  #container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100% !important;
  }

  #canvas3d {
    width: 100% !important;
    height: 100% !important;
  }
</style>

<script type="module">
  const fileName = "XP5VkOeVmg53xjS6";
  import { Application } from "https://esm.sh/@splinetool/runtime";
  const canvas = document.getElementById('canvas3d');
  const app = new Application(canvas);
  const urlParams = new URLSearchParams(window.location.search);
  const colorValue = urlParams.size > 1 ? urlParams.get('destinationValue') : 3.2;

  app.load(`https://prod.spline.design/${fileName}/scene.splinecode`);
</script>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c9e523c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="c9e523c" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;bounceInLeft&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dde0a4f elementor-view-default elementor-widget elementor-widget-icon" data-id="dde0a4f" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 230 95"><defs><style>      .cls-1 {        fill: #fc6a00;      }      .cls-1, .cls-2, .cls-3 {        stroke-width: 0px;      }      .cls-2 {        fill: #0010ef;      }      .cls-3 {        fill: #fff;        opacity: .8;      }    </style></defs><rect class="cls-3" x="13.9" y="4" width="212.9" height="57.7" rx="4" ry="4"></rect><path class="cls-2" d="M222.8,62.2H17.9c-2.5,0-4.5-2-4.5-4.5V8c0-2.5,2-4.5,4.5-4.5h204.9c2.5,0,4.5,2,4.5,4.5v49.7c0,2.5-2,4.5-4.5,4.5ZM17.9,4.5c-1.9,0-3.5,1.6-3.5,3.5v49.7c0,1.9,1.6,3.5,3.5,3.5h204.9c1.9,0,3.5-1.6,3.5-3.5V8c0-1.9-1.6-3.5-3.5-3.5H17.9Z"></path><g><path class="cls-2" d="M43.8,17.6c-.6-.3-1.2-.5-2.1-.5h-4v10.6h1.9v-3.6h2c.8,0,1.5-.2,2.1-.5.6-.3,1-.7,1.3-1.2.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8c-.3-.5-.7-1-1.3-1.3ZM43.3,21.7c-.1.3-.4.5-.7.7-.3.2-.7.2-1.2.2h-1.8v-3.8h1.8c.5,0,.9,0,1.2.2.3.2.5.4.7.7.1.3.2.6.2,1s0,.7-.2,1Z"></path><path class="cls-2" d="M51.9,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM51.5,25.2c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M57.3,27.9c.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3Z"></path><path class="cls-2" d="M64.9,23.1c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7Z"></path><path class="cls-2" d="M72.5,27.3c.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6Z"></path><path class="cls-2" d="M77.7,27.4c.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4ZM78,22.5c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3-.4.7-.6.9-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M91.6,27.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8Z"></path><path class="cls-2" d="M93.5,25.7c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4Z"></path><path class="cls-2" d="M103,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM100.2,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M112,26.7c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9Z"></path><path class="cls-2" d="M117.7,27.5c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4ZM118.3,22.5c.1-.4.4-.7.6-.9s.6-.3,1-.3.7.1,1,.3.5.5.6.9c.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M130.2,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2.8,1.1,1.3,1.4c.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM127.4,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M142,21.7c.3.2.4.6.4,1.1v5.1h1.9v-5.3c0-.9-.2-1.6-.7-2-.5-.5-1.1-.7-1.8-.7s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0c-.1-.5-.4-.8-.8-1.1-.4-.3-.8-.4-1.4-.4s-1,.1-1.4.4-.7.6-.8,1.1h0v-1.4h-1.8v8h1.9v-4.8c0-.3,0-.6.2-.9.1-.2.3-.4.5-.6.2-.1.5-.2.7-.2.4,0,.7.1,1,.4.2.2.4.6.4,1v5.1h1.9v-5c0-.4.1-.8.4-1.1.3-.3.6-.4,1.1-.4s.7.1,1,.3Z"></path><path class="cls-2" d="M149.8,27.3c.2-.2.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5ZM147.5,26.3c-.3-.2-.4-.4-.4-.8s0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3Z"></path><path class="cls-2" d="M159.3,20.1c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M166,27.7c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2ZM163.7,25.2c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9Z"></path><path class="cls-2" d="M175.7,25.5c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2ZM172.9,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M182.8,23.3l-1.4-.3c-.4,0-.7-.2-.9-.4-.2-.1-.3-.3-.3-.6s.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8-.3.4-.4.8-.4,1.3s.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7c-.3.2-.6.3-1.1.3s-.8,0-1.1-.3-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7s1.4.6,2.3.6,1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M194.6,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4s1.2.5,2,.5,1.5-.2,2-.5,1-.8,1.3-1.4c.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM194.3,25.2c-.1.4-.4.7-.6.9-.3.2-.6.3-1.1.3s-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3c.3.2.5.5.6.9.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M198.7,27.6c.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1Z"></path><path class="cls-2" d="M61.4,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6s.7.2,1.1.2,1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4s.4-1.4.4-2.2-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM60.9,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9s.6-.3,1-.3.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M67.9,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M70.2,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="69.3" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M76.8,40.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M86,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM82.4,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M96.5,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5-.9.8-1.2,1.4c-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM96.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1-.3.7.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.4,0,1-.2,1.4Z"></path><path class="cls-2" d="M105.7,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM102.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M113.4,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4.4-.7.7-.9Z"></path><path class="cls-2" d="M124.3,37.8c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM124,42.7c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9c.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M132.8,37.6c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M139,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M145.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM145.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M150.9,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4c.2-.4.4-.7.7-.9Z"></path><path class="cls-2" d="M159.8,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M168.2,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M174.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM174.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M183.2,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6.3.2.7.2,1.1.2s1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4.3-.6.4-1.4.4-2.2s-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM182.7,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M186.8,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="185.9" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M194.4,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM194.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4Z"></path><path class="cls-2" d="M204.8,41.3c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6ZM200.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path></g><path class="cls-1" d="M41.4,62.3S-10.4,45.2,28.6,1.1c0,0-64.5,42.1,10.1,74.6l-8.9,14.8,42.1-14.9-32.5-30.1,2,16.7Z"></path><path class="cls-2" d="M72.4,75.2c-3.6-3.4-7.3-6.7-10.9-10.1-5.9-5.4-11.7-10.8-17.6-16.2-1.3-1.2-2.7-2.5-4-3.7-.4-.4-1.3,0-1.3.6.6,5.2,1.3,10.4,1.9,15.6-4.9-1.8-9.6-4.5-13.6-7.7-3.8-3-7.1-6.6-9.3-10.9-2.6-5-3.3-10.7-2.3-16.3,1.7-9.5,7.7-17.9,14-25,.6-.7-.7-.9-1.1-.6-2.1,1.4-4.1,2.9-6,4.6-4.3,3.6-8.3,7.5-11.7,12-3.8,5-7,10.7-8.1,17-1.2,7,.6,13.9,4.6,19.6,6.3,9.1,16.4,15.2,26.2,19.9,1.5.7,3.1,1.5,4.7,2.2-2.9,4.8-5.8,9.6-8.7,14.4-.3.5.5.7.8.6,4.7-1.7,9.5-3.4,14.2-5l22.6-8c1.7-.6,3.5-1.2,5.2-1.9.4-.1.8-.6.4-1ZM57.5,80.1l-22.6,8c-1.2.4-2.5.9-3.7,1.3,2.7-4.6,5.5-9.1,8.2-13.7.2-.2,0-.5-.3-.6C23.6,68.4,1.4,56.1,3.6,36c1.3-11.8,9.9-21.7,18.6-29.1.9-.8,1.9-1.6,2.8-2.3-8.2,10.3-15.1,23.6-9.8,36.6,3.6,8.7,11.4,14.8,19.6,19,1.9,1,3.9,1.9,6,2.6.3.3,1.1,0,1.3-.4,0,0,0-.2,0-.3-.6-4.9-1.2-9.8-1.8-14.7,3.1,2.9,6.3,5.8,9.4,8.7,5.9,5.4,11.7,10.8,17.6,16.2,1.1,1,2.3,2.1,3.4,3.1-4.4,1.6-8.8,3.1-13.2,4.7Z"></path></svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/supreme-mtn/">SUPREME MTN</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sup.</title>
		<link>https://presentcomposedesign.fr/sup/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 21 Jun 2024 14:10:26 +0000</pubDate>
				<category><![CDATA[Design graphique]]></category>
		<category><![CDATA[Design produit]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=28872</guid>

					<description><![CDATA[<p>Sup. </p>
<p>Sup. est un projet global de design de marque se focalisant initialement sur le secteur du vêtement.<br />
Les inspirations et références liées à la célèbre marque de vêtements new yorkaise sont évidentes et ce projet se traduit en somme comme une sorte de parodie de la marque elle-même en proposant différentes variantes de terminaison au préfixe Sup. </p>
<p>Design prospectif première collection en cours de développement. PrésentComposédesign - 2023</p>
<p>Cet article <a href="https://presentcomposedesign.fr/sup/">Sup.</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="28872" class="elementor elementor-28872">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-d981e24 elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="d981e24" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-21b8088" data-id="21b8088" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-e77d616 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e77d616" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-597eab3" data-id="597eab3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f4af169 elementor-widget elementor-widget-heading" data-id="f4af169" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Sup.</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div data-wpr-particles="{
  &quot;particles&quot;: {
    &quot;number&quot;: {
      &quot;value&quot;: 80,
      &quot;density&quot;: {
        &quot;enable&quot;: true,
        &quot;value_area&quot;: 800
      }
    },
    &quot;color&quot;: {
      &quot;value&quot;: &quot;#ffffff&quot;
    },
    &quot;shape&quot;: {
      &quot;type&quot;: &quot;image&quot;,
      &quot;stroke&quot;: {
        &quot;width&quot;: 0,
        &quot;color&quot;: &quot;#000000&quot;
      },
      &quot;polygon&quot;: {
        &quot;nb_sides&quot;: 5
      },
      &quot;image&quot;: {
        &quot;src&quot;: &quot;https://presentcomposedesign.fr/wp-content/uploads/2024/06/logo_sup_PresentComposedesign_2023.png&quot;,
        &quot;width&quot;: 500,
        &quot;height&quot;: 500
      }
    },
    &quot;opacity&quot;: {
      &quot;value&quot;: 1,
      &quot;random&quot;: false,
      &quot;anim&quot;: {
        &quot;enable&quot;: false,
        &quot;speed&quot;: 1,
        &quot;opacity_min&quot;: 0.1,
        &quot;sync&quot;: false
      }
    },
    &quot;size&quot;: {
      &quot;value&quot;: 48.10236182596568,
      &quot;random&quot;: true,
      &quot;anim&quot;: {
        &quot;enable&quot;: false,
        &quot;speed&quot;: 40,
        &quot;size_min&quot;: 0.1,
        &quot;sync&quot;: false
      }
    },
    &quot;line_linked&quot;: {
      &quot;enable&quot;: true,
      &quot;distance&quot;: 150,
      &quot;color&quot;: &quot;#ffffff&quot;,
      &quot;opacity&quot;: 0.4,
      &quot;width&quot;: 1
    },
    &quot;move&quot;: {
      &quot;enable&quot;: true,
      &quot;speed&quot;: 0.5,
      &quot;direction&quot;: &quot;none&quot;,
      &quot;random&quot;: false,
      &quot;straight&quot;: false,
      &quot;out_mode&quot;: &quot;out&quot;,
      &quot;bounce&quot;: false,
      &quot;attract&quot;: {
        &quot;enable&quot;: false,
        &quot;rotateX&quot;: 600,
        &quot;rotateY&quot;: 1200
      }
    }
  },
  &quot;interactivity&quot;: {
    &quot;detect_on&quot;: &quot;window&quot;,
    &quot;events&quot;: {
      &quot;onhover&quot;: {
        &quot;enable&quot;: true,
        &quot;mode&quot;: &quot;repulse&quot;
      },
      &quot;onclick&quot;: {
        &quot;enable&quot;: true,
        &quot;mode&quot;: &quot;push&quot;
      },
      &quot;resize&quot;: true
    },
    &quot;modes&quot;: {
      &quot;grab&quot;: {
        &quot;distance&quot;: 400,
        &quot;line_linked&quot;: {
          &quot;opacity&quot;: 1
        }
      },
      &quot;bubble&quot;: {
        &quot;distance&quot;: 400,
        &quot;size&quot;: 40,
        &quot;duration&quot;: 2,
        &quot;opacity&quot;: 8,
        &quot;speed&quot;: 3
      },
      &quot;repulse&quot;: {
        &quot;distance&quot;: 200,
        &quot;duration&quot;: 0.4
      },
      &quot;push&quot;: {
        &quot;particles_nb&quot;: 4
      },
      &quot;remove&quot;: {
        &quot;particles_nb&quot;: 2
      }
    }
  },
  &quot;retina_detect&quot;: true
}" particle-source="wpr_particle_json_custom" class="elementor-element elementor-element-b0f0335 e-con-full wpr-particle-yes e-flex wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b0f0335" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-4a821d9 elementor-widget elementor-widget-spacer" data-id="4a821d9" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4169337 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="4169337" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInRight&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e7c7ca4 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="e7c7ca4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay_speed&quot;:1650,&quot;speed&quot;:350,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/sup_hoodie3.png" alt="Sup.Hoodies_PrésentComposédesign-2023" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/sup_hoodie1-1.png" alt="Sup.Hoodies_PrésentComposédesign-2023-1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/sup_hoodie4.png" alt="Sup.Hoodies_PrésentComposédesign-2023-8" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 sur 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/sup_hoodie5b.png" alt="Sup.Hoodies_PrésentComposédesign-2023-12" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 sur 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/sup_hoodie5c.png" alt="Sup.Hoodies_PrésentComposédesign-2023-14" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-bfa9d43 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="bfa9d43" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://presentcomposedesign.fr/contact/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Précommander</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-398115f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="398115f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
		<div class="elementor-element elementor-element-756f29e e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="756f29e" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-854791b elementor-widget elementor-widget-image" data-id="854791b" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1080" height="1080" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/GIF_sup_PresentComposedesign_2023_blanv.gif" class="attachment-large size-large wp-image-28989" alt="Sup.Hoodies_PrésentComposédesign-2023" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-73ca8bb e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="73ca8bb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-751087b elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="751087b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1><span style="color: #0010ef;">&nbsp;</span></h1>
<h1><span style="color: #0010ef;">Design produit /</span>&nbsp;Identité de marque</h1>
<div data-vce-boxed-width="true">
<div data-vce-do-apply="all el-ba3f564d">
<div data-vce-element-content="true">
<div data-vce-do-apply="border margin background el-11f4390c">
<div data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c">
<div>
<div><span style="color: #0010ef;">&nbsp;</span></div>
<h2><b>Sup. est un projet global de design de marque se focalisant initialement sur le secteur du vêtement&nbsp;</b><strong>&#8211; 2023</strong></h2>
<h2>Les inspirations et références liées à la célèbre marque de vêtements new yorkaise sont évidentes et ce projet se traduit en somme comme <strong><span style="color: #e10c1a;">une sorte de parodie de la marque</span></strong> elle-même <span style="color: #e10c1a;"><strong>en proposant différentes variantes de terminaison au préfixe Sup.</strong></span></h2>
<h2>Design prospectif première collection en cours de développement. PrésentComposédesign &#8211; 2023</h2>
</div>
<div>
<div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">&nbsp;</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-vce-boxed-width="true">
<div data-vce-do-apply="all el-d9d9a9fd">
<div data-vce-element-content="true">
<div>
<div data-vce-do-apply="border margin background el-87440d41">
<div data-vce-element-content="true" data-vce-do-apply="padding el-87440d41">
<p><!-- /wp:vcwb/empty-comment-element-wrapper --></p>
</div>
</div>
</div>
<p><!-- /vcwb/dynamicElementComment:87440d41 --></p>
</div>
</div>
</div>
<p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-374900c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="374900c" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;bounceInLeft&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-09086b1 elementor-view-default elementor-widget elementor-widget-icon" data-id="09086b1" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 230 95"><defs><style>      .cls-1 {        fill: #fc6a00;      }      .cls-1, .cls-2, .cls-3 {        stroke-width: 0px;      }      .cls-2 {        fill: #0010ef;      }      .cls-3 {        fill: #fff;        opacity: .8;      }    </style></defs><rect class="cls-3" x="13.9" y="4" width="212.9" height="57.7" rx="4" ry="4"></rect><path class="cls-2" d="M222.8,62.2H17.9c-2.5,0-4.5-2-4.5-4.5V8c0-2.5,2-4.5,4.5-4.5h204.9c2.5,0,4.5,2,4.5,4.5v49.7c0,2.5-2,4.5-4.5,4.5ZM17.9,4.5c-1.9,0-3.5,1.6-3.5,3.5v49.7c0,1.9,1.6,3.5,3.5,3.5h204.9c1.9,0,3.5-1.6,3.5-3.5V8c0-1.9-1.6-3.5-3.5-3.5H17.9Z"></path><g><path class="cls-2" d="M43.8,17.6c-.6-.3-1.2-.5-2.1-.5h-4v10.6h1.9v-3.6h2c.8,0,1.5-.2,2.1-.5.6-.3,1-.7,1.3-1.2.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8c-.3-.5-.7-1-1.3-1.3ZM43.3,21.7c-.1.3-.4.5-.7.7-.3.2-.7.2-1.2.2h-1.8v-3.8h1.8c.5,0,.9,0,1.2.2.3.2.5.4.7.7.1.3.2.6.2,1s0,.7-.2,1Z"></path><path class="cls-2" d="M51.9,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM51.5,25.2c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M57.3,27.9c.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3Z"></path><path class="cls-2" d="M64.9,23.1c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7Z"></path><path class="cls-2" d="M72.5,27.3c.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6Z"></path><path class="cls-2" d="M77.7,27.4c.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4ZM78,22.5c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3-.4.7-.6.9-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M91.6,27.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8Z"></path><path class="cls-2" d="M93.5,25.7c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4Z"></path><path class="cls-2" d="M103,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM100.2,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M112,26.7c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9Z"></path><path class="cls-2" d="M117.7,27.5c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4ZM118.3,22.5c.1-.4.4-.7.6-.9s.6-.3,1-.3.7.1,1,.3.5.5.6.9c.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M130.2,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2.8,1.1,1.3,1.4c.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM127.4,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M142,21.7c.3.2.4.6.4,1.1v5.1h1.9v-5.3c0-.9-.2-1.6-.7-2-.5-.5-1.1-.7-1.8-.7s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0c-.1-.5-.4-.8-.8-1.1-.4-.3-.8-.4-1.4-.4s-1,.1-1.4.4-.7.6-.8,1.1h0v-1.4h-1.8v8h1.9v-4.8c0-.3,0-.6.2-.9.1-.2.3-.4.5-.6.2-.1.5-.2.7-.2.4,0,.7.1,1,.4.2.2.4.6.4,1v5.1h1.9v-5c0-.4.1-.8.4-1.1.3-.3.6-.4,1.1-.4s.7.1,1,.3Z"></path><path class="cls-2" d="M149.8,27.3c.2-.2.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5ZM147.5,26.3c-.3-.2-.4-.4-.4-.8s0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3Z"></path><path class="cls-2" d="M159.3,20.1c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M166,27.7c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2ZM163.7,25.2c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9Z"></path><path class="cls-2" d="M175.7,25.5c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2ZM172.9,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M182.8,23.3l-1.4-.3c-.4,0-.7-.2-.9-.4-.2-.1-.3-.3-.3-.6s.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8-.3.4-.4.8-.4,1.3s.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7c-.3.2-.6.3-1.1.3s-.8,0-1.1-.3-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7s1.4.6,2.3.6,1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M194.6,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4s1.2.5,2,.5,1.5-.2,2-.5,1-.8,1.3-1.4c.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM194.3,25.2c-.1.4-.4.7-.6.9-.3.2-.6.3-1.1.3s-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3c.3.2.5.5.6.9.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M198.7,27.6c.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1Z"></path><path class="cls-2" d="M61.4,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6s.7.2,1.1.2,1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4s.4-1.4.4-2.2-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM60.9,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9s.6-.3,1-.3.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M67.9,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M70.2,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="69.3" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M76.8,40.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M86,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM82.4,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M96.5,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5-.9.8-1.2,1.4c-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM96.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1-.3.7.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.4,0,1-.2,1.4Z"></path><path class="cls-2" d="M105.7,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM102.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M113.4,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4.4-.7.7-.9Z"></path><path class="cls-2" d="M124.3,37.8c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM124,42.7c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9c.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M132.8,37.6c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M139,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M145.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM145.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M150.9,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4c.2-.4.4-.7.7-.9Z"></path><path class="cls-2" d="M159.8,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M168.2,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M174.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM174.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M183.2,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6.3.2.7.2,1.1.2s1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4.3-.6.4-1.4.4-2.2s-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM182.7,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M186.8,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="185.9" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M194.4,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM194.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4Z"></path><path class="cls-2" d="M204.8,41.3c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6ZM200.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path></g><path class="cls-1" d="M41.4,62.3S-10.4,45.2,28.6,1.1c0,0-64.5,42.1,10.1,74.6l-8.9,14.8,42.1-14.9-32.5-30.1,2,16.7Z"></path><path class="cls-2" d="M72.4,75.2c-3.6-3.4-7.3-6.7-10.9-10.1-5.9-5.4-11.7-10.8-17.6-16.2-1.3-1.2-2.7-2.5-4-3.7-.4-.4-1.3,0-1.3.6.6,5.2,1.3,10.4,1.9,15.6-4.9-1.8-9.6-4.5-13.6-7.7-3.8-3-7.1-6.6-9.3-10.9-2.6-5-3.3-10.7-2.3-16.3,1.7-9.5,7.7-17.9,14-25,.6-.7-.7-.9-1.1-.6-2.1,1.4-4.1,2.9-6,4.6-4.3,3.6-8.3,7.5-11.7,12-3.8,5-7,10.7-8.1,17-1.2,7,.6,13.9,4.6,19.6,6.3,9.1,16.4,15.2,26.2,19.9,1.5.7,3.1,1.5,4.7,2.2-2.9,4.8-5.8,9.6-8.7,14.4-.3.5.5.7.8.6,4.7-1.7,9.5-3.4,14.2-5l22.6-8c1.7-.6,3.5-1.2,5.2-1.9.4-.1.8-.6.4-1ZM57.5,80.1l-22.6,8c-1.2.4-2.5.9-3.7,1.3,2.7-4.6,5.5-9.1,8.2-13.7.2-.2,0-.5-.3-.6C23.6,68.4,1.4,56.1,3.6,36c1.3-11.8,9.9-21.7,18.6-29.1.9-.8,1.9-1.6,2.8-2.3-8.2,10.3-15.1,23.6-9.8,36.6,3.6,8.7,11.4,14.8,19.6,19,1.9,1,3.9,1.9,6,2.6.3.3,1.1,0,1.3-.4,0,0,0-.2,0-.3-.6-4.9-1.2-9.8-1.8-14.7,3.1,2.9,6.3,5.8,9.4,8.7,5.9,5.4,11.7,10.8,17.6,16.2,1.1,1,2.3,2.1,3.4,3.1-4.4,1.6-8.8,3.1-13.2,4.7Z"></path></svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/sup/">Sup.</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>eMotion Tech</title>
		<link>https://presentcomposedesign.fr/emotion-tech/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 30 Nov 2023 17:00:00 +0000</pubDate>
				<category><![CDATA[Design graphique]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=29552</guid>

					<description><![CDATA[<p>Identité de marque </p>
<p>En tant que Directeur Artistique, depuis 2012, je suis responsable de toute l'identité de marque du fabricant Toulousain d'imprimantes 3D professionnelles eMotion Tech. J'ai accompagné la marque dans toutes ses évolutions depuis la création et notamment dans sa transition en 2017 visant à adopter une image s'adressant plus à un public et une cible professionnelle, eux qui proposaient initialement des machines pour le secteur du particulier. </p>
<p>Aussi depuis 2012 j'ai donc réalisé l'entièreté de tous les éléments visibles de la marque. </p>
<p>⦿ Conception de tous les logos, chartes graphiques et identités de marque des produits et machines développés par la marque.<br />
⦿ Conception, réalisation et mise en production de tous les éléments de stands destinés à promouvoir la marque sur différents salons et événements professionnels.<br />
⦿ Conception du design &#038; administration du contenu du site internet de la marque.<br />
⦿ Réalisations de toutes les prises de vues, retouches, montages, supports de communications.<br />
⦿ Tous Visuels et vidéos de communications destiné(e)s à être publié(e)s sur les réseaux sociaux ainsi que sur le site internet de la marque.</p>
<p>Cet article <a href="https://presentcomposedesign.fr/emotion-tech/">eMotion Tech</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="29552" class="elementor elementor-29552">
				<div class="wpr-jarallax elementor-element elementor-element-0824e96 wpr-jarallax-yes e-flex e-con-boxed wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" speed-data="1.4" bg-image="https://presentcomposedesign.fr/wp-content/uploads/2023/11/background_medi_divers_over_bleu.jpg" scroll-effect="scroll" data-id="0824e96" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9b17fda elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="9b17fda" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div id="container">
  <canvas id="canvas3d"></canvas>
</div>

<style>
  body {
    background-color: #FFFFFF00;
    margin: 0;
    overflow: hidden;
  }

  #container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100% !important;
  }

  #canvas3d {
    width: 100% !important;
    height: 100% !important;
  }
</style>

<script type="module">
  const fileName = "eEo92iz7XTwGrHhR";
  import { Application } from "https://esm.sh/@splinetool/runtime";
  const canvas = document.getElementById('canvas3d');
  const app = new Application(canvas);
  const urlParams = new URLSearchParams(window.location.search);
  const colorValue = urlParams.size > 1 ? urlParams.get('destinationValue') : 3.2;

  app.load(`https://prod.spline.design/WfoM4Bc-LiO7LcvB/scene.splinecode`);
</script>
				</div>
				</div>
					</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0a0105d elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="0a0105d" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-99a6a18" data-id="99a6a18" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-bad37c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bad37c5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1d74f07" data-id="1d74f07" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f0cb92a elementor-widget elementor-widget-heading" data-id="f0cb92a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">eMotion Tech</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-ced946f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="ced946f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
		<div class="elementor-element elementor-element-ca3d1aa e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="ca3d1aa" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b6ff12c elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="b6ff12c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1>Direction Artistique</h1><div data-vce-boxed-width="true"><div data-vce-do-apply="all el-ba3f564d"><div data-vce-element-content="true"><div data-vce-do-apply="border margin background el-11f4390c"><div data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c"><div><span style="color: #0010ef;"> </span></div><h2><strong>En tant que Directeur Artistique, depuis 2012, j&rsquo;ai la responsabilité de l&rsquo;identité de marque du fabricant toulousain d&rsquo;imprimantes 3D professionnelles, eMotion Tech. </strong></h2><h2><strong>J&rsquo;ai accompagné la marque à chaque étape de son développement, notamment lors de sa transition en 2017 vers une image plus adaptée à un public et une cible de professionnels, alors qu&rsquo;elle proposait initialement des machines destinées aux particuliers.</strong></h2><h2><strong>Aussi depuis 2012 j&rsquo;ai donc réalisé l&rsquo;entièreté de tous les éléments visibles de la marque.</strong></h2><h2> </h2><h2><span style="color: #0010ef;"><strong>⦿ Conception de tous les logos, chartes graphiques et identités de marque de tous les produits et machines développés par la marque.</strong></span></h2><h2><strong><span style="color: #0010ef;"><br />⦿</span></strong> <span style="color: #0010ef;"><strong>Conception</strong></span>, réalisation et mise en production <strong><span style="color: #0010ef;">de</span></strong> <span style="color: #0010ef;"><strong>tous les éléments de stands</strong></span> destinés à promouvoir la marque sur différents salons et événements professionnels.</h2><h2><span style="color: #0010ef;"><strong><br />⦿</strong></span> <strong><span style="color: #0010ef;">UX/UI Design &amp; administration</span></strong> du contenu <span style="color: #0010ef;"><strong>du site internet</strong></span> de la marque, développement web rélisé par Ludovic Audevart.</h2><h2><span style="color: #0010ef;"><strong><br />⦿ Réalisations</strong> <strong>de</strong></span> toutes les prises de vues <strong><span style="color: #0010ef;">photos et vidéos</span></strong>, <span style="color: #0010ef;"><strong>retouches</strong></span>, <span style="color: #0010ef;"><strong>montages vidéos</strong></span>, <span style="color: #0010ef;"><strong>supports de communications </strong><span style="color: #333333;">physiques et numériques notamment en <strong><span style="color: #0010ef;">réalité augmentée</span></strong></span></span>.</h2><h2><span style="color: #0010ef;"><br />⦿</span> Adminsitration et <strong><span style="color: #0010ef;">publication des visuels et vidéos</span></strong> de communications <span style="color: #0010ef;"><strong>sur les réseaux sociaux</strong></span> ainsi que <strong><span style="color: #0010ef;">sur le site internet de la marque.</span></strong></h2><h2 style="text-align: center;"><span style="color: #0010ef;"><strong><i class="fa-solid fa-chevron-down"></i> </strong></span></h2><h2 style="text-align: center;"><a href="#https://www.emotion-tech.com/"><span style="color: #0010ef;"><strong>Rendez-vous directement sur le site internet de la marque</strong></span></a></h2></div></div></div></div></div><div data-vce-boxed-width="true"><div data-vce-do-apply="all el-d9d9a9fd"><div data-vce-element-content="true"><div><div data-vce-do-apply="border margin background el-87440d41"><div data-vce-element-content="true" data-vce-do-apply="padding el-87440d41"><p><!-- /wp:vcwb/empty-comment-element-wrapper --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:87440d41 --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
				<div class="elementor-element elementor-element-a882098 elementor-align-center elementor-widget elementor-widget-button" data-id="a882098" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.emotion-tech.com/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Cliquez ici</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4329874 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="4329874" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-85087c1 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-child" data-id="85087c1" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
				<div class="elementor-element elementor-element-6854a45 elementor-widget elementor-widget-html" data-id="6854a45" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<iframe src="https://www.emotion-tech.com/photos-videos" width="100VW" height="2160px" frameborder="0" style="border:0;" allowfullscreen></iframe>
				</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-519e174 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="519e174" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;bounceInLeft&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f168ba9 elementor-view-default elementor-widget elementor-widget-icon" data-id="f168ba9" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 230 95"><defs><style>      .cls-1 {        fill: #fc6a00;      }      .cls-1, .cls-2, .cls-3 {        stroke-width: 0px;      }      .cls-2 {        fill: #0010ef;      }      .cls-3 {        fill: #fff;        opacity: .8;      }    </style></defs><rect class="cls-3" x="13.9" y="4" width="212.9" height="57.7" rx="4" ry="4"></rect><path class="cls-2" d="M222.8,62.2H17.9c-2.5,0-4.5-2-4.5-4.5V8c0-2.5,2-4.5,4.5-4.5h204.9c2.5,0,4.5,2,4.5,4.5v49.7c0,2.5-2,4.5-4.5,4.5ZM17.9,4.5c-1.9,0-3.5,1.6-3.5,3.5v49.7c0,1.9,1.6,3.5,3.5,3.5h204.9c1.9,0,3.5-1.6,3.5-3.5V8c0-1.9-1.6-3.5-3.5-3.5H17.9Z"></path><g><path class="cls-2" d="M43.8,17.6c-.6-.3-1.2-.5-2.1-.5h-4v10.6h1.9v-3.6h2c.8,0,1.5-.2,2.1-.5.6-.3,1-.7,1.3-1.2.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8c-.3-.5-.7-1-1.3-1.3ZM43.3,21.7c-.1.3-.4.5-.7.7-.3.2-.7.2-1.2.2h-1.8v-3.8h1.8c.5,0,.9,0,1.2.2.3.2.5.4.7.7.1.3.2.6.2,1s0,.7-.2,1Z"></path><path class="cls-2" d="M51.9,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM51.5,25.2c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M57.3,27.9c.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3Z"></path><path class="cls-2" d="M64.9,23.1c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7Z"></path><path class="cls-2" d="M72.5,27.3c.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6Z"></path><path class="cls-2" d="M77.7,27.4c.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4ZM78,22.5c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3-.4.7-.6.9-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M91.6,27.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8Z"></path><path class="cls-2" d="M93.5,25.7c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4Z"></path><path class="cls-2" d="M103,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM100.2,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M112,26.7c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9Z"></path><path class="cls-2" d="M117.7,27.5c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4ZM118.3,22.5c.1-.4.4-.7.6-.9s.6-.3,1-.3.7.1,1,.3.5.5.6.9c.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M130.2,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2.8,1.1,1.3,1.4c.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM127.4,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M142,21.7c.3.2.4.6.4,1.1v5.1h1.9v-5.3c0-.9-.2-1.6-.7-2-.5-.5-1.1-.7-1.8-.7s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0c-.1-.5-.4-.8-.8-1.1-.4-.3-.8-.4-1.4-.4s-1,.1-1.4.4-.7.6-.8,1.1h0v-1.4h-1.8v8h1.9v-4.8c0-.3,0-.6.2-.9.1-.2.3-.4.5-.6.2-.1.5-.2.7-.2.4,0,.7.1,1,.4.2.2.4.6.4,1v5.1h1.9v-5c0-.4.1-.8.4-1.1.3-.3.6-.4,1.1-.4s.7.1,1,.3Z"></path><path class="cls-2" d="M149.8,27.3c.2-.2.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5ZM147.5,26.3c-.3-.2-.4-.4-.4-.8s0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3Z"></path><path class="cls-2" d="M159.3,20.1c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M166,27.7c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2ZM163.7,25.2c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9Z"></path><path class="cls-2" d="M175.7,25.5c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2ZM172.9,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M182.8,23.3l-1.4-.3c-.4,0-.7-.2-.9-.4-.2-.1-.3-.3-.3-.6s.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8-.3.4-.4.8-.4,1.3s.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7c-.3.2-.6.3-1.1.3s-.8,0-1.1-.3-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7s1.4.6,2.3.6,1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M194.6,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4s1.2.5,2,.5,1.5-.2,2-.5,1-.8,1.3-1.4c.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM194.3,25.2c-.1.4-.4.7-.6.9-.3.2-.6.3-1.1.3s-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3c.3.2.5.5.6.9.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M198.7,27.6c.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1Z"></path><path class="cls-2" d="M61.4,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6s.7.2,1.1.2,1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4s.4-1.4.4-2.2-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM60.9,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9s.6-.3,1-.3.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M67.9,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M70.2,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="69.3" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M76.8,40.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M86,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM82.4,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M96.5,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5-.9.8-1.2,1.4c-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM96.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1-.3.7.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.4,0,1-.2,1.4Z"></path><path class="cls-2" d="M105.7,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM102.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M113.4,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4.4-.7.7-.9Z"></path><path class="cls-2" d="M124.3,37.8c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM124,42.7c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9c.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M132.8,37.6c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M139,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M145.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM145.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M150.9,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4c.2-.4.4-.7.7-.9Z"></path><path class="cls-2" d="M159.8,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M168.2,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M174.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM174.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M183.2,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6.3.2.7.2,1.1.2s1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4.3-.6.4-1.4.4-2.2s-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM182.7,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M186.8,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="185.9" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M194.4,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM194.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4Z"></path><path class="cls-2" d="M204.8,41.3c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6ZM200.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path></g><path class="cls-1" d="M41.4,62.3S-10.4,45.2,28.6,1.1c0,0-64.5,42.1,10.1,74.6l-8.9,14.8,42.1-14.9-32.5-30.1,2,16.7Z"></path><path class="cls-2" d="M72.4,75.2c-3.6-3.4-7.3-6.7-10.9-10.1-5.9-5.4-11.7-10.8-17.6-16.2-1.3-1.2-2.7-2.5-4-3.7-.4-.4-1.3,0-1.3.6.6,5.2,1.3,10.4,1.9,15.6-4.9-1.8-9.6-4.5-13.6-7.7-3.8-3-7.1-6.6-9.3-10.9-2.6-5-3.3-10.7-2.3-16.3,1.7-9.5,7.7-17.9,14-25,.6-.7-.7-.9-1.1-.6-2.1,1.4-4.1,2.9-6,4.6-4.3,3.6-8.3,7.5-11.7,12-3.8,5-7,10.7-8.1,17-1.2,7,.6,13.9,4.6,19.6,6.3,9.1,16.4,15.2,26.2,19.9,1.5.7,3.1,1.5,4.7,2.2-2.9,4.8-5.8,9.6-8.7,14.4-.3.5.5.7.8.6,4.7-1.7,9.5-3.4,14.2-5l22.6-8c1.7-.6,3.5-1.2,5.2-1.9.4-.1.8-.6.4-1ZM57.5,80.1l-22.6,8c-1.2.4-2.5.9-3.7,1.3,2.7-4.6,5.5-9.1,8.2-13.7.2-.2,0-.5-.3-.6C23.6,68.4,1.4,56.1,3.6,36c1.3-11.8,9.9-21.7,18.6-29.1.9-.8,1.9-1.6,2.8-2.3-8.2,10.3-15.1,23.6-9.8,36.6,3.6,8.7,11.4,14.8,19.6,19,1.9,1,3.9,1.9,6,2.6.3.3,1.1,0,1.3-.4,0,0,0-.2,0-.3-.6-4.9-1.2-9.8-1.8-14.7,3.1,2.9,6.3,5.8,9.4,8.7,5.9,5.4,11.7,10.8,17.6,16.2,1.1,1,2.3,2.1,3.4,3.1-4.4,1.6-8.8,3.1-13.2,4.7Z"></path></svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/emotion-tech/">eMotion Tech</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mon Empreinte Plastique</title>
		<link>https://presentcomposedesign.fr/mon-empreinte-plastique/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 20 Jun 2021 12:53:00 +0000</pubDate>
				<category><![CDATA[Design graphique]]></category>
		<category><![CDATA[Design produit]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=28512</guid>

					<description><![CDATA[<p>Comment s’attaquer au problème de la pollution plastique à la source tout<br />
en ayant un impact fort sur les causes de la pollution ?<br />
L’ attribution d’une valeur à un amas de déchets plastique peut-elle<br />
contribuer à une responsabilisation et une implication du consommateur ?</p>
<p>Cet article <a href="https://presentcomposedesign.fr/mon-empreinte-plastique/">Mon Empreinte Plastique</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="28512" class="elementor elementor-28512">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-f3c1f41 elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f3c1f41" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a9eb960" data-id="a9eb960" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-be66e53 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="be66e53" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c83d3bb" data-id="c83d3bb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5926bc5 elementor-widget elementor-widget-heading" data-id="5926bc5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Mon empreinte plastique</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div class="wpr-jarallax elementor-element elementor-element-52d3758 wpr-jarallax-yes e-flex e-con-boxed wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" speed-data="1.4" bg-image="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastique1-scaled.jpg" scroll-effect="scale" data-id="52d3758" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e904565 elementor-widget elementor-widget-html" data-id="e904565" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div id="container">
  <canvas id="canvas3d"></canvas>
</div>

<style>
  body {
    background-color: #FFFFFF00;
    margin: 0;
    overflow: hidden;
  }

  #container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100% !important;
  }

  #canvas3d {
    width: 100% !important;
    height: 100% !important;
  }
</style>

<script type="module">
  const fileName = "eEo92iz7XTwGrHhR";
  import { Application } from "https://esm.sh/@splinetool/runtime";
  const canvas = document.getElementById('canvas3d');
  const app = new Application(canvas);
  const urlParams = new URLSearchParams(window.location.search);
  const colorValue = urlParams.size > 1 ? urlParams.get('destinationValue') : 3.2;

  app.load(`https://prod.spline.design/${fileName}/scene.splinecode`);
</script>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-167b199 e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="167b199" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-5faf3f6 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="5faf3f6" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-1325842 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="1325842" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-52564ee wpr-grid-columns-2 wpr-grid-columns--tablet3 wpr-grid-columns--mobile1 elementor-widget elementor-widget-wpr-media-grid" data-id="52564ee" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-media-grid.default">
				<div class="elementor-widget-container">
					<section class="wpr-grid wpr-media-grid elementor-clearfix" data-settings="{&quot;layout&quot;:&quot;masonry&quot;,&quot;columns_desktop&quot;:&quot;2&quot;,&quot;gutter_hr&quot;:5,&quot;gutter_hr_mobile&quot;:5,&quot;gutter_hr_mobile_extra&quot;:5,&quot;gutter_hr_tablet&quot;:5,&quot;gutter_hr_tablet_extra&quot;:5,&quot;gutter_hr_laptop&quot;:5,&quot;gutter_hr_widescreen&quot;:5,&quot;gutter_vr&quot;:5,&quot;gutter_vr_mobile&quot;:5,&quot;gutter_vr_mobile_extra&quot;:5,&quot;gutter_vr_tablet&quot;:5,&quot;gutter_vr_tablet_extra&quot;:5,&quot;gutter_vr_laptop&quot;:5,&quot;gutter_vr_widescreen&quot;:5,&quot;animation&quot;:&quot;default&quot;,&quot;animation_duration&quot;:0.3,&quot;animation_delay&quot;:0.1,&quot;deeplinking&quot;:&quot;&quot;,&quot;filters_default_filter&quot;:&quot;&quot;,&quot;filters_linkable&quot;:&quot;no&quot;,&quot;filters_count&quot;:&quot;&quot;,&quot;filters_hide_empty&quot;:&quot;no&quot;,&quot;filters_animation&quot;:&quot;default&quot;,&quot;filters_animation_duration&quot;:0.3,&quot;filters_animation_delay&quot;:0.1,&quot;pagination_type&quot;:&quot;load-more&quot;,&quot;pagination_max_pages&quot;:1,&quot;lightbox&quot;:{&quot;selector&quot;:&quot;.wpr-grid-image-wrap&quot;,&quot;iframeMaxWidth&quot;:&quot;60%&quot;,&quot;hash&quot;:false,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause&quot;:5000,&quot;progressBar&quot;:&quot;true&quot;,&quot;counter&quot;:&quot;true&quot;,&quot;controls&quot;:&quot;true&quot;,&quot;getCaptionFromTitleOrAlt&quot;:&quot;true&quot;,&quot;thumbnail&quot;:&quot;&quot;,&quot;showThumbByDefault&quot;:&quot;&quot;,&quot;share&quot;:&quot;&quot;,&quot;zoom&quot;:&quot;true&quot;,&quot;fullScreen&quot;:&quot;true&quot;,&quot;download&quot;:&quot;true&quot;}}"><article class="wpr-grid-item elementor-clearfix post-28548 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210722_192605-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210722_192605-scaled.jpg" alt="smartcapture" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/smartcapture-5/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210722_192605-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28547 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210722_172959-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210722_172959-scaled.jpg" alt="smartcapture" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/smartcapture-4/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210722_172959-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28546 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_155216-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_155216-scaled.jpg" alt="smartcapture" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/smartcapture-3/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_155216-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28545 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_154521-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_154521-scaled.jpg" alt="smartcapture" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/smartcapture-2/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_154521-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28544 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_122301-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_122301-scaled.jpg" alt="smartcapture" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/smartcapture/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-IMG_20210720_122301-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28543 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_67-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_67-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_67" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_67/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_67-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28542 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_65-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_65-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_65" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_65/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_65-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28541 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_62-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_62-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_62" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_62/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_62-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28540 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_29-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_29-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_29" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_29/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_29-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28539 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_28-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_28-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_28" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_28/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_28-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28538 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_24-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_24-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_24" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_24/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_24-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28537 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_21-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_21-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_21" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_21/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_21-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28536 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_13-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_13-scaled.jpg" alt="Copie de ©POLab_D3_Plastic_Odyssey_juillet_2021_13" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/copie-de-polab_d3_plastic_odyssey_juillet_2021_13/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Copie-de-©POLab_D3_Plastic_Odyssey_juillet_2021_13-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28535 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/PLASTINGOT_Mon-empreinte-plastique_polab_2021_min600x600_4.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/PLASTINGOT_Mon-empreinte-plastique_polab_2021_min600x600_4.jpg" alt="Mon-Empreinte-Plastique_Alban-DESBARAX-et-David-LE-GALL-2021" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/plastingot_mon-empreinte-plastique_polab_2021_min600x600_4/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/PLASTINGOT_Mon-empreinte-plastique_polab_2021_min600x600_4.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28527 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastique4.png"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastique4.png" alt="fichier-pour-scroll-background-Mon-Empreinte-plastique4" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/fichier-pour-scroll-background-mon-empreinte-plastique4/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastique4.png"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28528 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastiqueBG.png"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastiqueBG.png" alt="fichier-pour-scroll-background-Mon-Empreinte-plastiqueBG" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/fichier-pour-scroll-background-mon-empreinte-plastiquebg/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastiqueBG.png"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28531 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/PLASTINGOT_Mon-empreinte-plastique_polab_2021.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/PLASTINGOT_Mon-empreinte-plastique_polab_2021.jpg" alt="PLASTINGOT_Mon-empreinte-plastique_polab_2021" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/mon-empreinte-plastique/plastingot_mon-empreinte-plastique_polab_2021/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/PLASTINGOT_Mon-empreinte-plastique_polab_2021.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article></section>				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-82dc03d e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="82dc03d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-73ca481 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="73ca481" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1><span style="color: #0010ef;">Design</span> </h1><div class="vce-row-container" data-vce-boxed-width="true"><div id="el-ba3f564d" class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" data-vce-do-apply="all el-ba3f564d"><div class="vce-row-content" data-vce-element-content="true"><div id="el-11f4390c" class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first"><div class="vce-col-inner" data-vce-do-apply="border margin background el-11f4390c"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c"><div class="vce-google-fonts-heading vce-google-fonts-heading--align-left vce-google-fonts-heading--color-b-0-16-255--45--5C00FF--FF7200 vce-google-fonts-heading--font-family-Roboto"><h1 class="vce-google-fonts-heading--background vce" data-vce-do-apply="border background padding margin el-6e30c05c" data-vce-animate="vce-o-animate--fadeInDown"><span style="color: #0010ef;">système économique</span></h1><div><span style="color: #0010ef;"> </span></div><h2><strong><span style="color: #0010ef;">Comment s’attaquer au problème de la pollution plastique à la source tout<br />en ayant un impact fort sur les causes de la pollution ?</span></strong></h2><h2><strong><span style="color: #0010ef;"><br />L’ attribution d’une valeur à un amas de déchets plastique peut-elle<br />contribuer à une responsabilisation et une implication du consommateur ?</span></strong></h2></div><div class="vce-text-block"><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div id="el-93e454cf" class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">Soucieux de l’incommensurable problématique générée par la production et l’utilisation à outrance de polymères à des fins d’usages uniques, c’est tout naturellement que nous avons manifestés notre intérêt pour l’appel à candidatures formulé par Plastic Odyssey y voyant <span style="color: #0010ef;"><strong>enfin une </strong></span><span style="color: #0010ef;"><strong>occasion de pouvoir agir efficacement en faveur de cette cause.</strong></span></div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">Partageant tous deux les mêmes idéaux vis-à-vis de ce fléau, ils nous a semblé pertinent de nous « associer » afin de développer une solution globale qui serait en adéquation avec les valeurs portées par l’expédition de Plastic Odyssey.</div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">Aussi, nous avons donc commencé par travailler sur des <span style="color: #0010ef;"><strong>projets </strong></span><span style="color: #0010ef;"><strong>et concepts d’usages basés sur le ré-emploi et la transformation de </strong></span><span style="color: #0010ef;"><strong>matières plastiques en nouveaux objets qui pourraient être utiles au </strong></span><span style="color: #0010ef;"><strong>plus démunis </strong></span>comme en attestent nos croquis de recherches visibles en annexes.</div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">Dans cette idée, il nous semblait intéressant de proposer des projets dont la fonction primait de loin sur leur aspect esthétique. Nous avions par exemple imaginé des systèmes et <strong><span style="color: #0010ef;">outils modulaires pour construire des </span></strong><strong><span style="color: #0010ef;">habitations</span></strong>, des <span style="color: #0010ef;"><strong>dispositif favorisant la récupération d’eau</strong></span> ou encore, pensé proposer un design de bureau pour enfant afin de <span style="color: #0010ef;"><strong>favoriser l’accès à </strong></span><span style="color: #0010ef;"><strong>l’éducation</strong></span> aux plus démunis.</div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">Au regard de ces premières pistes de recherches, nous nous sommes rendu compte que dans chacun de ces projets, nous prêtions une attention toute particulière au fait qu’ils soient<strong><span style="color: #0010ef;"> composés d’éléments simples à </span></strong><strong><span style="color: #0010ef;">fabriquer afin qu’ ils demeurent modulables et réalisables partout.</span></strong></div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">Conscient, que malgré tous nos efforts de recherche de simplification, quelque projet qu’il soit nécessiterait des étapes de tri et de revalorisation des matériaux avant de pouvoir être transformés, et qu’il serait de ce fait <strong><span style="color: #0010ef;">assez limité dans sa mise en œuvre au niveau local, à cause du manque </span></strong><strong><span style="color: #0010ef;">d’ infrastructures ou d’ investissements</span></strong>, nous nous sommes tournés vers un autre axe de réflexion afin d’avoir un impact plus grand sur la problématique.</div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">En parallèle, notre réflexion s’est également portée sur les principaux moyens permettant d’<strong><span style="color: #0010ef;">avoir un grand impact sur une problématique </span></strong><strong><span style="color: #0010ef;">globale</span></strong> comme celle des déchets et nous sommes accordés sur le fait que pour qu’une solution soit efficiente, il fallait qu’elle <strong><span style="color: #0010ef;">implique </span></strong><strong><span style="color: #0010ef;">l’ investissement du plus grand nombre</span></strong>.<strong><span style="color: #0010ef;"> Nous pensons donc que l’aspect </span></strong><strong><span style="color: #0010ef;">communicatif et communautaire est primordial dans ce projet.</span></strong><br />Aussi, il nous a semblé pertinent de chercher un moyen qui permettrait d’ <strong><span style="color: #0010ef;">impliquer les usagers quant à leur consommation de </span></strong><strong><span style="color: #0010ef;">plastique.</span></strong></div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">C’est pourquoi, après réflexion, nous pensons que le meilleur moyen pour réussir à réduire considérablement la masse non-homogène de déchets plastiques existante réside non seulement dans l’élaboration de process qui consiste à mettre en avant tout le potentiel de durabilité que concentre ce type de matériaux mais aussi dans la responsabilisation des consommateurs face à la quantité de déchets qu’ils produisent quotidiennement.</div><div data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div><div class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown">C’est dans cet objectif que <strong><span style="color: #0010ef;">nous avons imaginé un système économique </span></strong><strong><span style="color: #0010ef;">participatif au travers duquel les consom’acteurs contribuent </span></strong><strong><span style="color: #0010ef;">directement à financer la revalorisation de leurs propres déchets.</span></strong></div></div></div></div></div></div></div></div><div class="vce-row-container" data-vce-boxed-width="true"><div id="el-d9d9a9fd" class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" data-vce-do-apply="all el-d9d9a9fd"><div class="vce-row-content" data-vce-element-content="true"><div id="el-87440d41" class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first"><div class="vce-col-inner" data-vce-do-apply="border margin background el-87440d41"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-87440d41"><p><!-- /wp:vcwb/empty-comment-element-wrapper --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:87440d41 --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
				</div>
				</div>
		<div class="wpr-jarallax elementor-element elementor-element-8a6d824 e-con-full wpr-jarallax-yes e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-child" speed-data="1.4" bg-image="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-pour-scroll-background-Mon-Empreinte-plastique_plastingot_3.png" scroll-effect="scale" data-id="8a6d824" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-df681ef elementor-widget elementor-widget-spacer" data-id="df681ef" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-3a0ab86 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="3a0ab86" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;bounceInLeft&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f3fa38e elementor-view-default elementor-widget elementor-widget-icon" data-id="f3fa38e" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 230 95"><defs><style>      .cls-1 {        fill: #fc6a00;      }      .cls-1, .cls-2, .cls-3 {        stroke-width: 0px;      }      .cls-2 {        fill: #0010ef;      }      .cls-3 {        fill: #fff;        opacity: .8;      }    </style></defs><rect class="cls-3" x="13.9" y="4" width="212.9" height="57.7" rx="4" ry="4"></rect><path class="cls-2" d="M222.8,62.2H17.9c-2.5,0-4.5-2-4.5-4.5V8c0-2.5,2-4.5,4.5-4.5h204.9c2.5,0,4.5,2,4.5,4.5v49.7c0,2.5-2,4.5-4.5,4.5ZM17.9,4.5c-1.9,0-3.5,1.6-3.5,3.5v49.7c0,1.9,1.6,3.5,3.5,3.5h204.9c1.9,0,3.5-1.6,3.5-3.5V8c0-1.9-1.6-3.5-3.5-3.5H17.9Z"></path><g><path class="cls-2" d="M43.8,17.6c-.6-.3-1.2-.5-2.1-.5h-4v10.6h1.9v-3.6h2c.8,0,1.5-.2,2.1-.5.6-.3,1-.7,1.3-1.2.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8c-.3-.5-.7-1-1.3-1.3ZM43.3,21.7c-.1.3-.4.5-.7.7-.3.2-.7.2-1.2.2h-1.8v-3.8h1.8c.5,0,.9,0,1.2.2.3.2.5.4.7.7.1.3.2.6.2,1s0,.7-.2,1Z"></path><path class="cls-2" d="M51.9,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM51.5,25.2c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M57.3,27.9c.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3Z"></path><path class="cls-2" d="M64.9,23.1c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7Z"></path><path class="cls-2" d="M72.5,27.3c.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6Z"></path><path class="cls-2" d="M77.7,27.4c.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4ZM78,22.5c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3-.4.7-.6.9-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M91.6,27.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8Z"></path><path class="cls-2" d="M93.5,25.7c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4Z"></path><path class="cls-2" d="M103,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM100.2,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M112,26.7c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9Z"></path><path class="cls-2" d="M117.7,27.5c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4ZM118.3,22.5c.1-.4.4-.7.6-.9s.6-.3,1-.3.7.1,1,.3.5.5.6.9c.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M130.2,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2.8,1.1,1.3,1.4c.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM127.4,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M142,21.7c.3.2.4.6.4,1.1v5.1h1.9v-5.3c0-.9-.2-1.6-.7-2-.5-.5-1.1-.7-1.8-.7s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0c-.1-.5-.4-.8-.8-1.1-.4-.3-.8-.4-1.4-.4s-1,.1-1.4.4-.7.6-.8,1.1h0v-1.4h-1.8v8h1.9v-4.8c0-.3,0-.6.2-.9.1-.2.3-.4.5-.6.2-.1.5-.2.7-.2.4,0,.7.1,1,.4.2.2.4.6.4,1v5.1h1.9v-5c0-.4.1-.8.4-1.1.3-.3.6-.4,1.1-.4s.7.1,1,.3Z"></path><path class="cls-2" d="M149.8,27.3c.2-.2.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5ZM147.5,26.3c-.3-.2-.4-.4-.4-.8s0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3Z"></path><path class="cls-2" d="M159.3,20.1c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M166,27.7c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2ZM163.7,25.2c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9Z"></path><path class="cls-2" d="M175.7,25.5c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2ZM172.9,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M182.8,23.3l-1.4-.3c-.4,0-.7-.2-.9-.4-.2-.1-.3-.3-.3-.6s.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8-.3.4-.4.8-.4,1.3s.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7c-.3.2-.6.3-1.1.3s-.8,0-1.1-.3-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7s1.4.6,2.3.6,1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M194.6,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4s1.2.5,2,.5,1.5-.2,2-.5,1-.8,1.3-1.4c.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM194.3,25.2c-.1.4-.4.7-.6.9-.3.2-.6.3-1.1.3s-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3c.3.2.5.5.6.9.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M198.7,27.6c.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1Z"></path><path class="cls-2" d="M61.4,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6s.7.2,1.1.2,1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4s.4-1.4.4-2.2-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM60.9,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9s.6-.3,1-.3.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M67.9,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M70.2,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="69.3" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M76.8,40.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M86,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM82.4,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M96.5,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5-.9.8-1.2,1.4c-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM96.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1-.3.7.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.4,0,1-.2,1.4Z"></path><path class="cls-2" d="M105.7,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM102.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M113.4,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4.4-.7.7-.9Z"></path><path class="cls-2" d="M124.3,37.8c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM124,42.7c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9c.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M132.8,37.6c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M139,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M145.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM145.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M150.9,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4c.2-.4.4-.7.7-.9Z"></path><path class="cls-2" d="M159.8,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M168.2,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M174.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM174.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M183.2,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6.3.2.7.2,1.1.2s1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4.3-.6.4-1.4.4-2.2s-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM182.7,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M186.8,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="185.9" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M194.4,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM194.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4Z"></path><path class="cls-2" d="M204.8,41.3c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6ZM200.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path></g><path class="cls-1" d="M41.4,62.3S-10.4,45.2,28.6,1.1c0,0-64.5,42.1,10.1,74.6l-8.9,14.8,42.1-14.9-32.5-30.1,2,16.7Z"></path><path class="cls-2" d="M72.4,75.2c-3.6-3.4-7.3-6.7-10.9-10.1-5.9-5.4-11.7-10.8-17.6-16.2-1.3-1.2-2.7-2.5-4-3.7-.4-.4-1.3,0-1.3.6.6,5.2,1.3,10.4,1.9,15.6-4.9-1.8-9.6-4.5-13.6-7.7-3.8-3-7.1-6.6-9.3-10.9-2.6-5-3.3-10.7-2.3-16.3,1.7-9.5,7.7-17.9,14-25,.6-.7-.7-.9-1.1-.6-2.1,1.4-4.1,2.9-6,4.6-4.3,3.6-8.3,7.5-11.7,12-3.8,5-7,10.7-8.1,17-1.2,7,.6,13.9,4.6,19.6,6.3,9.1,16.4,15.2,26.2,19.9,1.5.7,3.1,1.5,4.7,2.2-2.9,4.8-5.8,9.6-8.7,14.4-.3.5.5.7.8.6,4.7-1.7,9.5-3.4,14.2-5l22.6-8c1.7-.6,3.5-1.2,5.2-1.9.4-.1.8-.6.4-1ZM57.5,80.1l-22.6,8c-1.2.4-2.5.9-3.7,1.3,2.7-4.6,5.5-9.1,8.2-13.7.2-.2,0-.5-.3-.6C23.6,68.4,1.4,56.1,3.6,36c1.3-11.8,9.9-21.7,18.6-29.1.9-.8,1.9-1.6,2.8-2.3-8.2,10.3-15.1,23.6-9.8,36.6,3.6,8.7,11.4,14.8,19.6,19,1.9,1,3.9,1.9,6,2.6.3.3,1.1,0,1.3-.4,0,0,0-.2,0-.3-.6-4.9-1.2-9.8-1.8-14.7,3.1,2.9,6.3,5.8,9.4,8.7,5.9,5.4,11.7,10.8,17.6,16.2,1.1,1,2.3,2.1,3.4,3.1-4.4,1.6-8.8,3.1-13.2,4.7Z"></path></svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/mon-empreinte-plastique/">Mon Empreinte Plastique</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pagel Peinture</title>
		<link>https://presentcomposedesign.fr/pagel-peinture/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 21 Mar 2021 08:40:00 +0000</pubDate>
				<category><![CDATA[Design graphique]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=28607</guid>

					<description><![CDATA[<p>Design conception et réalisation de toute l'identité graphique pour l'entreprise "Pagel Peinture"- 2021<br />
Réalisation du logo, de la charte graphique, des enseignes pour le bâtiment de l'entreprise, des flocages adhésifs pour la flotte de véhicules, des vêtements logotypés pour les équipes ainsi que des différents supports de communication.<br />
PrésentComposédesign-2021</p>
<p>Cet article <a href="https://presentcomposedesign.fr/pagel-peinture/">Pagel Peinture</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="28607" class="elementor elementor-28607">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-aa16dd6 elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="aa16dd6" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85be1ab" data-id="85be1ab" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-45fbe4d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="45fbe4d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-337011e" data-id="337011e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8bb8a9f elementor-widget elementor-widget-heading" data-id="8bb8a9f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Pagel Peinture</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-b6fc391 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="b6fc391" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
		<div class="elementor-element elementor-element-21ba687 e-con-full e-flex wpr-particle-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="21ba687" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-36a3085 elementor-widget__width-inherit elementor-widget elementor-widget-wpr-before-after" data-id="36a3085" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-before-after.default">
				<div class="elementor-widget-container">
					<div class="wpr-ba-image-container wpr-ba-horizontal wpr-ba-labels-default" data-position="50" data-trigger="drag"><div class="wpr-ba-image-1"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/preview_coverings_camion_PAGEL-PEINTURE_PresentComposedesign_.gif"></div><div class="wpr-ba-image-2"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/preview_camion_PAGEL-PEINTURE_Presentcomposedesign.jpg"></div><div class="wpr-ba-divider"><div class="wpr-ba-divider-icons"><i class="fa fa-chevron-left"></i><i class="fa fa-chevron-right"></i></div></div><div class="wpr-ba-label wpr-ba-label-1"><div>Recherches graphiques</div></div><div class="wpr-ba-label wpr-ba-label-2"><div>Identité graphique retenue</div></div></div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e82eddd e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="e82eddd" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-89db208 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="89db208" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1><span style="color: #0010ef;">Design</span> </h1><div class="vce-row-container" data-vce-boxed-width="true"><div id="el-ba3f564d" class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" data-vce-do-apply="all el-ba3f564d"><div class="vce-row-content" data-vce-element-content="true"><div id="el-11f4390c" class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first"><div class="vce-col-inner" data-vce-do-apply="border margin background el-11f4390c"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c"><div class="vce-google-fonts-heading vce-google-fonts-heading--align-left vce-google-fonts-heading--color-b-0-16-255--45--5C00FF--FF7200 vce-google-fonts-heading--font-family-Roboto"><h1 class="vce-google-fonts-heading--background vce" data-vce-do-apply="border background padding margin el-6e30c05c" data-vce-animate="vce-o-animate--fadeInDown"><span style="color: #0010ef;">Identité de marque</span></h1><div><span style="color: #0010ef;"> </span></div><h2><strong>Design conception et réalisation de toute l&rsquo;identité graphique pour l&rsquo;entreprise « Pagel Peinture »- 2021</strong></h2><h2>Réalisation du <span style="color: #0010ef;"><strong>logo</strong></span>, de la <span style="color: #0010ef;"><strong>charte graphique</strong></span>, des <span style="color: #0010ef;"><strong>enseignes</strong></span> pour le bâtiment de l&rsquo;entreprise, des <strong><span style="color: #0010ef;">flocages adhésifs</span></strong> pour la <strong><span style="color: #0010ef;">flotte de véhicules</span></strong>, des <span style="color: #0010ef;"><strong>vêtements logotypés</strong></span> pour les équipes ainsi que des différents <span style="color: #0010ef;"><strong>supports de communication</strong></span>. <br />PrésentComposédesign-2021</h2></div><div class="vce-text-block"><div id="el-93e454cf" class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div></div></div></div></div></div></div></div><div class="vce-row-container" data-vce-boxed-width="true"><div id="el-d9d9a9fd" class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" data-vce-do-apply="all el-d9d9a9fd"><div class="vce-row-content" data-vce-element-content="true"><div id="el-87440d41" class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first"><div class="vce-col-inner" data-vce-do-apply="border margin background el-87440d41"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-87440d41"><p><!-- /wp:vcwb/empty-comment-element-wrapper --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:87440d41 --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6f3f04a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child" data-id="6f3f04a" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-2820a2c elementor-widget elementor-widget-spacer" data-id="2820a2c" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-59e48af e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="59e48af" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ade87e8 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="ade87e8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;3&quot;,&quot;autoplay_speed&quot;:1350,&quot;speed&quot;:350,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper swiper-image-stretch" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/preview_team-shirt_PAGEL-PEINTURE-1-600x600.jpg" alt="Team-shirt_PagelPeinture_PrésentComposédesign-2021-1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/previewteamjacket_PAGEL-PEINTURE-1-600x600.jpg" alt="Team-jacket_PagelPeinture_PrésentComposédesign-2021-1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/previewteamrainjacket_PAGEL-PEINTURE-1-600x600.jpg" alt="Team-waterproofjacket_PagelPeinture_PrésentComposédesign-2021-2" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-cffe91e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="cffe91e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-705094c wpr-grid-columns-3 wpr-grid-columns--tablet3 wpr-grid-columns--mobile1 wpr-grid-pagination-center elementor-widget elementor-widget-wpr-media-grid" data-id="705094c" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-media-grid.default">
				<div class="elementor-widget-container">
					<section class="wpr-grid wpr-media-grid elementor-clearfix" data-settings="{&quot;layout&quot;:&quot;masonry&quot;,&quot;columns_desktop&quot;:&quot;3&quot;,&quot;gutter_hr&quot;:5,&quot;gutter_hr_mobile&quot;:5,&quot;gutter_hr_mobile_extra&quot;:5,&quot;gutter_hr_tablet&quot;:5,&quot;gutter_hr_tablet_extra&quot;:5,&quot;gutter_hr_laptop&quot;:5,&quot;gutter_hr_widescreen&quot;:5,&quot;gutter_vr&quot;:5,&quot;gutter_vr_mobile&quot;:5,&quot;gutter_vr_mobile_extra&quot;:5,&quot;gutter_vr_tablet&quot;:5,&quot;gutter_vr_tablet_extra&quot;:5,&quot;gutter_vr_laptop&quot;:5,&quot;gutter_vr_widescreen&quot;:5,&quot;animation&quot;:&quot;default&quot;,&quot;animation_duration&quot;:0.3,&quot;animation_delay&quot;:0.1,&quot;deeplinking&quot;:&quot;&quot;,&quot;filters_default_filter&quot;:&quot;&quot;,&quot;filters_linkable&quot;:&quot;no&quot;,&quot;filters_count&quot;:&quot;&quot;,&quot;filters_hide_empty&quot;:&quot;no&quot;,&quot;filters_animation&quot;:&quot;default&quot;,&quot;filters_animation_duration&quot;:0.3,&quot;filters_animation_delay&quot;:0.1,&quot;pagination_type&quot;:&quot;load-more&quot;,&quot;pagination_max_pages&quot;:1,&quot;lightbox&quot;:{&quot;selector&quot;:&quot;.wpr-grid-image-wrap&quot;,&quot;iframeMaxWidth&quot;:&quot;60%&quot;,&quot;hash&quot;:false,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause&quot;:5000,&quot;progressBar&quot;:&quot;true&quot;,&quot;counter&quot;:&quot;true&quot;,&quot;controls&quot;:&quot;true&quot;,&quot;getCaptionFromTitleOrAlt&quot;:&quot;true&quot;,&quot;thumbnail&quot;:&quot;&quot;,&quot;showThumbByDefault&quot;:&quot;&quot;,&quot;share&quot;:&quot;&quot;,&quot;zoom&quot;:&quot;true&quot;,&quot;fullScreen&quot;:&quot;true&quot;,&quot;download&quot;:&quot;true&quot;}}"><article class="wpr-grid-item elementor-clearfix post-28647 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/cartedevisite_PAGEL-PEINTURE_2021_min1080x1080.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/cartedevisite_PAGEL-PEINTURE_2021_min1080x1080-800x450.jpg" alt="Design conception et réalisation de toute l'identité graphique pour l'entreprise "Pagel Peinture"- PrésentComposédesign 2021-3" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/pagel-peinture/cartedevisite_pagel-peinture_2021_min1080x1080-2/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/cartedevisite_PAGEL-PEINTURE_2021_min1080x1080.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28648 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/CARTE-DE-VISITE-2-scaled.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/CARTE-DE-VISITE-2-800x450.jpg" alt="Design conception et réalisation de toute l'identité graphique pour l'entreprise "Pagel Peinture"- PrésentComposédesign 2021-4" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/pagel-peinture/carte-de-visite-2-2/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/CARTE-DE-VISITE-2-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-28650 attachment type-attachment status-inherit hentry entry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/photos_flotte-vehicules_Pagel-peinture_1500x2000_2.jpg"><img decoding="async" src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/photos_flotte-vehicules_Pagel-peinture_1500x2000_2-800x450.jpg" alt="Design conception et réalisation de toute l'identité graphique pour l'entreprise "Pagel Peinture"- PrésentComposédesign 2021-6" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg  wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://presentcomposedesign.fr/pagel-peinture/photos_flotte-vehicules_pagel-peinture_1500x2000_2-2/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-1433fcf wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://presentcomposedesign.fr/wp-content/uploads/2021/03/photos_flotte-vehicules_Pagel-peinture_1500x2000_2.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article></section>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-018afdb e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="018afdb" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;bounceInLeft&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-05f153d elementor-view-default elementor-widget elementor-widget-icon" data-id="05f153d" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 230 95"><defs><style>      .cls-1 {        fill: #fc6a00;      }      .cls-1, .cls-2, .cls-3 {        stroke-width: 0px;      }      .cls-2 {        fill: #0010ef;      }      .cls-3 {        fill: #fff;        opacity: .8;      }    </style></defs><rect class="cls-3" x="13.9" y="4" width="212.9" height="57.7" rx="4" ry="4"></rect><path class="cls-2" d="M222.8,62.2H17.9c-2.5,0-4.5-2-4.5-4.5V8c0-2.5,2-4.5,4.5-4.5h204.9c2.5,0,4.5,2,4.5,4.5v49.7c0,2.5-2,4.5-4.5,4.5ZM17.9,4.5c-1.9,0-3.5,1.6-3.5,3.5v49.7c0,1.9,1.6,3.5,3.5,3.5h204.9c1.9,0,3.5-1.6,3.5-3.5V8c0-1.9-1.6-3.5-3.5-3.5H17.9Z"></path><g><path class="cls-2" d="M43.8,17.6c-.6-.3-1.2-.5-2.1-.5h-4v10.6h1.9v-3.6h2c.8,0,1.5-.2,2.1-.5.6-.3,1-.7,1.3-1.2.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8c-.3-.5-.7-1-1.3-1.3ZM43.3,21.7c-.1.3-.4.5-.7.7-.3.2-.7.2-1.2.2h-1.8v-3.8h1.8c.5,0,.9,0,1.2.2.3.2.5.4.7.7.1.3.2.6.2,1s0,.7-.2,1Z"></path><path class="cls-2" d="M51.9,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM51.5,25.2c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M57.3,27.9c.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3Z"></path><path class="cls-2" d="M64.9,23.1c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7Z"></path><path class="cls-2" d="M72.5,27.3c.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6Z"></path><path class="cls-2" d="M77.7,27.4c.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4ZM78,22.5c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3-.4.7-.6.9-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M91.6,27.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8Z"></path><path class="cls-2" d="M93.5,25.7c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4Z"></path><path class="cls-2" d="M103,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM100.2,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M112,26.7c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9Z"></path><path class="cls-2" d="M117.7,27.5c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4ZM118.3,22.5c.1-.4.4-.7.6-.9s.6-.3,1-.3.7.1,1,.3.5.5.6.9c.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M130.2,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2.8,1.1,1.3,1.4c.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM127.4,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M142,21.7c.3.2.4.6.4,1.1v5.1h1.9v-5.3c0-.9-.2-1.6-.7-2-.5-.5-1.1-.7-1.8-.7s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0c-.1-.5-.4-.8-.8-1.1-.4-.3-.8-.4-1.4-.4s-1,.1-1.4.4-.7.6-.8,1.1h0v-1.4h-1.8v8h1.9v-4.8c0-.3,0-.6.2-.9.1-.2.3-.4.5-.6.2-.1.5-.2.7-.2.4,0,.7.1,1,.4.2.2.4.6.4,1v5.1h1.9v-5c0-.4.1-.8.4-1.1.3-.3.6-.4,1.1-.4s.7.1,1,.3Z"></path><path class="cls-2" d="M149.8,27.3c.2-.2.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5ZM147.5,26.3c-.3-.2-.4-.4-.4-.8s0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3Z"></path><path class="cls-2" d="M159.3,20.1c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M166,27.7c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2ZM163.7,25.2c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9Z"></path><path class="cls-2" d="M175.7,25.5c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2ZM172.9,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M182.8,23.3l-1.4-.3c-.4,0-.7-.2-.9-.4-.2-.1-.3-.3-.3-.6s.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8-.3.4-.4.8-.4,1.3s.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7c-.3.2-.6.3-1.1.3s-.8,0-1.1-.3-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7s1.4.6,2.3.6,1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M194.6,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4s1.2.5,2,.5,1.5-.2,2-.5,1-.8,1.3-1.4c.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM194.3,25.2c-.1.4-.4.7-.6.9-.3.2-.6.3-1.1.3s-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3c.3.2.5.5.6.9.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M198.7,27.6c.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1Z"></path><path class="cls-2" d="M61.4,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6s.7.2,1.1.2,1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4s.4-1.4.4-2.2-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM60.9,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9s.6-.3,1-.3.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M67.9,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M70.2,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="69.3" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M76.8,40.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M86,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM82.4,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M96.5,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5-.9.8-1.2,1.4c-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM96.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1-.3.7.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.4,0,1-.2,1.4Z"></path><path class="cls-2" d="M105.7,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM102.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M113.4,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4.4-.7.7-.9Z"></path><path class="cls-2" d="M124.3,37.8c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM124,42.7c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9c.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M132.8,37.6c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M139,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M145.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM145.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M150.9,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4c.2-.4.4-.7.7-.9Z"></path><path class="cls-2" d="M159.8,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M168.2,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M174.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM174.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M183.2,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6.3.2.7.2,1.1.2s1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4.3-.6.4-1.4.4-2.2s-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM182.7,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M186.8,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="185.9" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M194.4,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM194.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4Z"></path><path class="cls-2" d="M204.8,41.3c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6ZM200.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path></g><path class="cls-1" d="M41.4,62.3S-10.4,45.2,28.6,1.1c0,0-64.5,42.1,10.1,74.6l-8.9,14.8,42.1-14.9-32.5-30.1,2,16.7Z"></path><path class="cls-2" d="M72.4,75.2c-3.6-3.4-7.3-6.7-10.9-10.1-5.9-5.4-11.7-10.8-17.6-16.2-1.3-1.2-2.7-2.5-4-3.7-.4-.4-1.3,0-1.3.6.6,5.2,1.3,10.4,1.9,15.6-4.9-1.8-9.6-4.5-13.6-7.7-3.8-3-7.1-6.6-9.3-10.9-2.6-5-3.3-10.7-2.3-16.3,1.7-9.5,7.7-17.9,14-25,.6-.7-.7-.9-1.1-.6-2.1,1.4-4.1,2.9-6,4.6-4.3,3.6-8.3,7.5-11.7,12-3.8,5-7,10.7-8.1,17-1.2,7,.6,13.9,4.6,19.6,6.3,9.1,16.4,15.2,26.2,19.9,1.5.7,3.1,1.5,4.7,2.2-2.9,4.8-5.8,9.6-8.7,14.4-.3.5.5.7.8.6,4.7-1.7,9.5-3.4,14.2-5l22.6-8c1.7-.6,3.5-1.2,5.2-1.9.4-.1.8-.6.4-1ZM57.5,80.1l-22.6,8c-1.2.4-2.5.9-3.7,1.3,2.7-4.6,5.5-9.1,8.2-13.7.2-.2,0-.5-.3-.6C23.6,68.4,1.4,56.1,3.6,36c1.3-11.8,9.9-21.7,18.6-29.1.9-.8,1.9-1.6,2.8-2.3-8.2,10.3-15.1,23.6-9.8,36.6,3.6,8.7,11.4,14.8,19.6,19,1.9,1,3.9,1.9,6,2.6.3.3,1.1,0,1.3-.4,0,0,0-.2,0-.3-.6-4.9-1.2-9.8-1.8-14.7,3.1,2.9,6.3,5.8,9.4,8.7,5.9,5.4,11.7,10.8,17.6,16.2,1.1,1,2.3,2.1,3.4,3.1-4.4,1.6-8.8,3.1-13.2,4.7Z"></path></svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/pagel-peinture/">Pagel Peinture</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Audio-Fantasy</title>
		<link>https://presentcomposedesign.fr/audio-fantasy/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 05 Jan 2021 13:05:58 +0000</pubDate>
				<category><![CDATA[Design graphique]]></category>
		<category><![CDATA[Design produit]]></category>
		<guid isPermaLink="false">https://presentcomposedesign.fr/?p=27120</guid>

					<description><![CDATA[<p>Audio Fantasy   Design  UX / UI     Conception de toute l&#8217;interface utilisateur et de l&#8217;identité visuelle du synthétiseur virtuel « Fantasynth » développé par la marque Audio-Fantasy selon l&#8217;ambiance et l&#8217;atmosphère envisagée par son créateur.   Se rendre sur le site internet     Design identité de marque     Conception de toute l&#8217;identité visuelle de la marque « Audio Fantasy » ainsi que de son premier produit le « Fantasynth » et ses différentes versions. Réalisation de tous les éléments visuels et graphiques tels que les logos et la charte graphique en vue d&#8217;une application sur le site webhttps://audio-fantasy.com/ Un projet ? Un besoin spécifique ? &#124;</p>
<p>Cet article <a href="https://presentcomposedesign.fr/audio-fantasy/">Audio-Fantasy</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="27120" class="elementor elementor-27120">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-cda407b elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="cda407b" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d412b24" data-id="d412b24" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-fc2916c elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="fc2916c" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6382629" data-id="6382629" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b381e05 elementor-widget elementor-widget-heading" data-id="b381e05" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Audio Fantasy</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4068875 elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible" data-id="4068875" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b8e4a2e" data-id="b8e4a2e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6a7d5f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6a7d5f2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-749ddf4" data-id="749ddf4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-59ed219 elementor-widget elementor-widget-image" data-id="59ed219" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1166" height="657" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/fichier-gif-v20-finale-allume-eteint.gif" class="attachment-large size-large wp-image-27135" alt="" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6dd7b8e" data-id="6dd7b8e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-84c6a53 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="84c6a53" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><style>
    .emoji-container {<br />        display: inline-block;<br />        width: 0.8em; /* Taille du conteneur ajustée pour mieux voir l'effet */<br />        height: 0.8em;<br />        margin-right: 0.2em;<br />        position: relative;<br />        background: linear-gradient(45deg, #ff00ff, #00ffff, #ff00ff); /* Dégradé à 45 degrés */<br />        border-radius: 50%;<br />        vertical-align: middle;<br />        animation: colorchange 6s infinite;<br />    }</p>
<p>    .inner-circle {<br />        width: 50%; /* Taille du cercle blanc par rapport au conteneur */<br />        height: 20%;<br />        border-radius: 50%;<br />        background-color: white;<br />        position: relative;<br />        top: 50%; /* Ajuste la position verticale pour centrer */<br />        left: 50%; /* Ajuste la position horizontale pour centrer */<br />        animation: rotate 20s linear infinite; /* Animation de rotation */<br />        transform-origin: center center; /* Point de rotation au centre */<br />    }</p>
<p>    @keyframes colorchange {<br />        0% { filter: hue-rotate(0deg); }<br />        100% { filter: hue-rotate(360deg); }<br />    }</p>
<p>    @keyframes rotate {<br />        0% { transform: translate(-50%, -50%) rotate(0deg); }<br />        100% { transform: translate(-50%, -50%) rotate(360deg); }<br />    }<br /></style></p><div class="inner-circle"> </div><h1><span style="color: #0010ef;">Design</span> </h1><div class="vce-row-container" data-vce-boxed-width="true"><div id="el-ba3f564d" class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" data-vce-do-apply="all el-ba3f564d"><div class="vce-row-content" data-vce-element-content="true"><div id="el-11f4390c" class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first"><div class="vce-col-inner" data-vce-do-apply="border margin background el-11f4390c"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c"><div class="vce-google-fonts-heading vce-google-fonts-heading--align-left vce-google-fonts-heading--color-b-0-16-255--45--5C00FF--FF7200 vce-google-fonts-heading--font-family-Roboto"><div id="el-6e30c05c" class="vce-google-fonts-heading-wrapper"><h1 class="vce-google-fonts-heading--background vce" data-vce-do-apply="border background padding margin el-6e30c05c" data-vce-animate="vce-o-animate--fadeInDown"><span style="color: #0010ef;">UX / UI </span></h1><div><span style="color: #0010ef;"> </span></div><div><span style="color: #0010ef;"> </span></div><h2><span style="color: #000000;">Conception de toute l&rsquo;interface utilisateur et de l&rsquo;identité visuelle du synthétiseur virtuel « Fantasynth » développé par la marque Audio-Fantasy selon l&rsquo;ambiance et l&rsquo;atmosphère envisagée par son créateur.</span></h2></div></div><div class="vce-text-block"><div id="el-93e454cf" class="vce-text-block-wrapper vce" data-vce-do-apply="all el-93e454cf" data-vce-animate="vce-o-animate--fadeInDown"> </div></div></div></div></div></div></div></div><div class="vce-row-container" data-vce-boxed-width="true"><div id="el-d9d9a9fd" class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" data-vce-do-apply="all el-d9d9a9fd"><div class="vce-row-content" data-vce-element-content="true"><div id="el-87440d41" class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first"><div class="vce-col-inner" data-vce-do-apply="border margin background el-87440d41"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-87440d41"><p><!-- /wp:vcwb/empty-comment-element-wrapper --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:87440d41 --></p></div></div></div><p><!-- /vcwb/dynamicElementComment:d9d9a9fd --><!--vcv no format--></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-db6930f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="db6930f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-e15dda5 elementor-widget elementor-widget-spacer" data-id="e15dda5" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-41a99dc e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="41a99dc" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInRight&quot;}">
				<div class="elementor-element elementor-element-392e002 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="392e002" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;autoplay_speed&quot;:1350,&quot;speed&quot;:350,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Carrousel d’images" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 7"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/MOCKUP_MIDIPACK_vol2_v3-600x600.png" alt="MOCKUP_MIDIPACK_vol2_v3" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 7"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/MOCKUP_MIDIPACK_vol2_v4-600x600.png" alt="MOCKUP_MIDIPACK_vol2_v4" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 7"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/MOCKUP_MIDIPACK_vol2-600x600.png" alt="MOCKUP_MIDIPACK_vol2" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 sur 7"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/MOCKUP_MIDIPACK_vol1_v3-600x600.png" alt="MOCKUP_MIDIPACK_vol1_v3" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 sur 7"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/MIDIPACK_vol1-600x600.png" alt="MIDIPACK_vol1" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="6 sur 7"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/MOCKUP_MIDIPACK_vol1_v2-600x600.png" alt="MOCKUP_MIDIPACK_vol1_v2" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="7 sur 7"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Fantasynth_goldedition-fond-transp-600x600.png" alt="Fantasynth_goldedition-fond-transp" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e4788f4 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="e4788f4" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://audio-fantasy.com/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Se rendre sur le site internet</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4990329 elementor-section-height-min-height elementor-section-items-bottom elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4990329" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f66a9f4" data-id="f66a9f4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-3c2f370 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="3c2f370" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6afbbf4" data-id="6afbbf4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-560b8b9 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="560b8b9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><style>
    .emoji-container {<br />        display: inline-block;<br />        width: 0.7em; /* Taille du conteneur ajustée pour mieux voir l'effet */<br />        height: 0.7em;<br />        margin-right: 0.2em;<br />margin-bottom: 0.15em;<br />        position: relative;<br />        background: linear-gradient(45deg, #ff00ff, #00ffff, #ff00ff); /* Dégradé à 45 degrés */<br />        border-radius: 50%;<br />        vertical-align: middle;<br />        animation: colorchange 6s infinite;<br />    }</p>
<p>    .inner-circle {<br />        width: 50%; /* Taille du cercle blanc par rapport au conteneur */<br />        height: 20%;<br />        border-radius: 50%;<br />        background-color: white;<br />        position: relative;<br />        top: 50%; /* Ajuste la position verticale pour centrer */<br />        left: 50%; /* Ajuste la position horizontale pour centrer */<br />        animation: rotate 20s linear infinite; /* Animation de rotation */<br />        transform-origin: center center; /* Point de rotation au centre */<br />    }</p>
<p>    @keyframes colorchange {<br />        0% { filter: hue-rotate(0deg); }<br />        100% { filter: hue-rotate(360deg); }<br />    }</p>
<p>    @keyframes rotate {<br />        0% { transform: translate(-50%, -50%) rotate(0deg); }<br />        100% { transform: translate(-50%, -50%) rotate(360deg); }<br />    }<br /></style></p><div class="inner-circle"> </div><p> </p><h1><span style="color: #ffffff;">Design</span></h1><h1><span style="color: #ffffff;">identité de marque</span></h1><div data-vce-boxed-width="true"><div data-vce-do-apply="all el-ba3f564d"><div data-vce-element-content="true"><div><div data-vce-do-apply="border margin background el-11f4390c"><div data-vce-element-content="true" data-vce-do-apply="padding el-11f4390c"><div><div><span style="color: #0010ef;"> </span></div><h2><span style="color: #f0f0f0;"> </span></h2><h2><span style="color: #f0f0f0;">Conception de toute l&rsquo;identité visuelle de la marque « Audio Fantasy » ainsi que de son premier produit le « Fantasynth » et ses différentes versions.</span></h2><h2><span style="color: #f0f0f0;">Réalisation de tous les éléments visuels et graphiques tels que les logos et la charte graphique en vue d&rsquo;une application sur le site web<br /></span><strong><a href="https://audio-fantasy.com/">https://audio-fantasy.com/</a></strong></h2></div></div></div></div></div></div></div>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f945a5e" data-id="f945a5e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-59473a6 elementor-invisible elementor-widget elementor-widget-image" data-id="59473a6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;zoomIn&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="283" height="283" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/LOGO-AUDIO-FANTASY-1TRANSP.png" class="attachment-medium_large size-medium_large wp-image-27137" alt="" srcset="https://presentcomposedesign.fr/wp-content/uploads/2024/06/LOGO-AUDIO-FANTASY-1TRANSP.png 283w, https://presentcomposedesign.fr/wp-content/uploads/2024/06/LOGO-AUDIO-FANTASY-1TRANSP-150x150.png 150w" sizes="(max-width: 283px) 100vw, 283px" />															</div>
				</div>
				<div class="elementor-element elementor-element-8d6be34 elementor-invisible elementor-widget elementor-widget-image" data-id="8d6be34" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;zoomIn&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="144" height="144" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/FAVICON_audiofantasy_144px_ok_shaded.png" class="attachment-ocean-thumb-m size-ocean-thumb-m wp-image-27134" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-600aee6 elementor-invisible elementor-widget elementor-widget-image" data-id="600aee6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;zoomIn&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="2048" height="1365" src="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Fantasynth_goldedit-fond-transpV2BIS-2048x1365.png" class="attachment-2048x2048 size-2048x2048 wp-image-27124" alt="" srcset="https://presentcomposedesign.fr/wp-content/uploads/2024/06/Fantasynth_goldedit-fond-transpV2BIS-2048x1365.png 2048w, https://presentcomposedesign.fr/wp-content/uploads/2024/06/Fantasynth_goldedit-fond-transpV2BIS-300x200.png 300w, https://presentcomposedesign.fr/wp-content/uploads/2024/06/Fantasynth_goldedit-fond-transpV2BIS-1620x1080.png 1620w, https://presentcomposedesign.fr/wp-content/uploads/2024/06/Fantasynth_goldedit-fond-transpV2BIS-768x512.png 768w, https://presentcomposedesign.fr/wp-content/uploads/2024/06/Fantasynth_goldedit-fond-transpV2BIS-1536x1024.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-ad8173d e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="ad8173d" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-aaddf81 wpr-fancy-text-clip wpr-advanced-text-style-animated wpr-animated-text-infinite-yes elementor-widget elementor-widget-wpr-advanced-text" data-id="aaddf81" data-element_type="widget" data-e-type="widget" data-settings="{&quot;anim_loop&quot;:&quot;yes&quot;}" data-widget_type="wpr-advanced-text.default">
				<div class="elementor-widget-container">
					
		<h3 class="wpr-advanced-text">

					
			
		<span class="wpr-anim-text wpr-anim-text-type-clip" data-anim-duration="1000,2000" data-anim-loop="yes">
			<span class="wpr-anim-text-inner">
									<b>Un projet ?</b>
									<b>Un besoin spécifique ? </b>
							</span>
			<span class="wpr-anim-text-cursor">|</span>		</span>

				
		</h3>
		
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0876491 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="0876491" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f800501 elementor-widget elementor-widget-text-editor" data-id="f800501" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<!-- Insérer cet émoticône avant la première lettre du titre ton article ou page -->								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-dcd8a0a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible e-con e-parent" data-id="dcd8a0a" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;bounceInLeft&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-13b71a2 elementor-view-default elementor-widget elementor-widget-icon" data-id="13b71a2" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 230 95"><defs><style>      .cls-1 {        fill: #fc6a00;      }      .cls-1, .cls-2, .cls-3 {        stroke-width: 0px;      }      .cls-2 {        fill: #0010ef;      }      .cls-3 {        fill: #fff;        opacity: .8;      }    </style></defs><rect class="cls-3" x="13.9" y="4" width="212.9" height="57.7" rx="4" ry="4"></rect><path class="cls-2" d="M222.8,62.2H17.9c-2.5,0-4.5-2-4.5-4.5V8c0-2.5,2-4.5,4.5-4.5h204.9c2.5,0,4.5,2,4.5,4.5v49.7c0,2.5-2,4.5-4.5,4.5ZM17.9,4.5c-1.9,0-3.5,1.6-3.5,3.5v49.7c0,1.9,1.6,3.5,3.5,3.5h204.9c1.9,0,3.5-1.6,3.5-3.5V8c0-1.9-1.6-3.5-3.5-3.5H17.9Z"></path><g><path class="cls-2" d="M43.8,17.6c-.6-.3-1.2-.5-2.1-.5h-4v10.6h1.9v-3.6h2c.8,0,1.5-.2,2.1-.5.6-.3,1-.7,1.3-1.2.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8c-.3-.5-.7-1-1.3-1.3ZM43.3,21.7c-.1.3-.4.5-.7.7-.3.2-.7.2-1.2.2h-1.8v-3.8h1.8c.5,0,.9,0,1.2.2.3.2.5.4.7.7.1.3.2.6.2,1s0,.7-.2,1Z"></path><path class="cls-2" d="M51.9,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM51.5,25.2c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M57.3,27.9c.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3Z"></path><path class="cls-2" d="M64.9,23.1c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7Z"></path><path class="cls-2" d="M72.5,27.3c.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6Z"></path><path class="cls-2" d="M77.7,27.4c.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4ZM78,22.5c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9.2.8.2,1.3,0,.9-.2,1.3-.4.7-.6.9-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M91.6,27.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1,.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8Z"></path><path class="cls-2" d="M93.5,25.7c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0,0,0-.2,0-.3,0-.3,0-.5,0-.7-.2-.1-.1-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4Z"></path><path class="cls-2" d="M103,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM100.2,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M112,26.7c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9Z"></path><path class="cls-2" d="M117.7,27.5c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4ZM118.3,22.5c.1-.4.4-.7.6-.9s.6-.3,1-.3.7.1,1,.3.5.5.6.9c.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3Z"></path><path class="cls-2" d="M130.2,27.7c.5-.2.9-.5,1.2-.8s.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2.8,1.1,1.3,1.4c.6.3,1.3.5,2.1.5s1.2,0,1.6-.3ZM127.4,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M142,21.7c.3.2.4.6.4,1.1v5.1h1.9v-5.3c0-.9-.2-1.6-.7-2-.5-.5-1.1-.7-1.8-.7s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0c-.1-.5-.4-.8-.8-1.1-.4-.3-.8-.4-1.4-.4s-1,.1-1.4.4-.7.6-.8,1.1h0v-1.4h-1.8v8h1.9v-4.8c0-.3,0-.6.2-.9.1-.2.3-.4.5-.6.2-.1.5-.2.7-.2.4,0,.7.1,1,.4.2.2.4.6.4,1v5.1h1.9v-5c0-.4.1-.8.4-1.1.3-.3.6-.4,1.1-.4s.7.1,1,.3Z"></path><path class="cls-2" d="M149.8,27.3c.2-.2.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5ZM147.5,26.3c-.3-.2-.4-.4-.4-.8s0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3Z"></path><path class="cls-2" d="M159.3,20.1c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M166,27.7c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2ZM163.7,25.2c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9Z"></path><path class="cls-2" d="M175.7,25.5c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2ZM172.9,21.5c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M182.8,23.3l-1.4-.3c-.4,0-.7-.2-.9-.4-.2-.1-.3-.3-.3-.6s.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8-.3.4-.4.8-.4,1.3s.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7c-.3.2-.6.3-1.1.3s-.8,0-1.1-.3-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7s1.4.6,2.3.6,1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M194.6,20.2c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4s1.2.5,2,.5,1.5-.2,2-.5,1-.8,1.3-1.4c.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM194.3,25.2c-.1.4-.4.7-.6.9-.3.2-.6.3-1.1.3s-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3c.3.2.5.5.6.9.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M198.7,27.6c.4.2.9.3,1.4.3.6,0,1.1-.1,1.5-.4.4-.3.7-.7.9-1.1h0v1.4h1.8v-8h-1.9v4.6c0,.4,0,.7-.2,1-.2.3-.4.5-.6.6-.3.1-.5.2-.8.2-.5,0-.8-.1-1.1-.4-.3-.3-.4-.7-.4-1.2v-4.8h-1.9v5.1c0,.6.1,1.2.3,1.6.2.4.5.8.9,1Z"></path><path class="cls-2" d="M61.4,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6s.7.2,1.1.2,1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4s.4-1.4.4-2.2-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM60.9,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9s.6-.3,1-.3.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M67.9,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M70.2,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="69.3" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M76.8,40.8l-1.4-.3c-.4,0-.7-.2-.9-.4s-.3-.3-.3-.6.1-.5.4-.7c.3-.2.6-.3,1-.3s.8.1,1,.3.4.4.5.7l1.7-.2c-.1-.7-.5-1.2-1-1.6-.5-.4-1.3-.6-2.2-.6s-1.2,0-1.7.3c-.5.2-.9.5-1.1.8s-.4.8-.4,1.3.2,1.1.5,1.4c.4.4.9.6,1.7.8l1.4.3c.7.2,1.1.5,1.1.9s-.1.5-.4.7-.6.3-1.1.3-.8,0-1.1-.3c-.3-.2-.5-.5-.5-.8l-1.8.2c.1.7.5,1.3,1.1,1.7.6.4,1.4.6,2.3.6s1.3-.1,1.8-.3.9-.5,1.2-.9c.3-.4.4-.8.4-1.3s-.2-1-.6-1.4c-.4-.4-.9-.6-1.7-.8Z"></path><path class="cls-2" d="M86,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM82.4,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M96.5,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5-.9.8-1.2,1.4c-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM96.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3.4-.7.6-.9.6-.3,1-.3.7.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.4,0,1-.2,1.4Z"></path><path class="cls-2" d="M105.7,38.2c-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3-.3-.2-.5-.4-.7-.8-.2-.3-.2-.7-.2-1.1h5.5v-.6c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3ZM102.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path><path class="cls-2" d="M113.4,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4.4-.7.7-.9Z"></path><path class="cls-2" d="M124.3,37.8c-.6-.3-1.2-.5-2-.5s-1.5.2-2,.5c-.6.3-1,.8-1.3,1.4-.3.6-.5,1.3-.5,2.2s.2,1.5.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.2.5,2,.5s1.5-.2,2-.5c.6-.3,1-.8,1.3-1.4.3-.6.5-1.3.5-2.2s-.2-1.5-.5-2.2c-.3-.6-.8-1.1-1.3-1.4ZM124,42.7c-.1.4-.4.7-.6.9s-.6.3-1.1.3-.8-.1-1.1-.3-.5-.5-.6-.9c-.1-.4-.2-.8-.2-1.3s0-.9.2-1.3c.1-.4.4-.7.6-.9s.6-.3,1.1-.3.8.1,1.1.3.5.5.6.9c.1.4.2.8.2,1.3s0,.9-.2,1.3Z"></path><path class="cls-2" d="M132.8,37.6c-.4-.2-.9-.3-1.4-.3s-1.1.1-1.5.4c-.4.3-.7.6-.9,1.1h0v-1.4h-1.8v8h1.9v-4.7c0-.4,0-.7.2-1,.1-.3.3-.5.6-.6.3-.1.5-.2.9-.2.5,0,.9.2,1.1.5.3.3.4.7.4,1.3v4.8h1.9v-5.1c0-.6-.1-1.2-.3-1.6-.2-.4-.5-.8-1-1Z"></path><path class="cls-2" d="M139,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M145.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM145.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M150.9,39.1c.3-.2.6-.3,1-.3s.6,0,.8.2c.2.1.4.3.5.5.1.2.2.4.3.7h1.8c0-.6-.2-1.1-.5-1.5-.3-.4-.7-.8-1.2-1-.5-.2-1.1-.4-1.7-.4s-1.4.2-2,.5c-.6.3-1,.8-1.3,1.5-.3.6-.5,1.3-.5,2.1s.2,1.5.5,2.1c.3.6.7,1.1,1.3,1.5s1.3.5,2,.5,1.2-.1,1.7-.4c.5-.2.9-.6,1.2-1,.3-.4.5-.9.5-1.5h-1.8c0,.4-.3.8-.6,1s-.6.4-1.1.4-.7-.1-1-.3c-.3-.2-.5-.5-.7-.9-.2-.4-.2-.9-.2-1.4s0-1,.2-1.4c.2-.4.4-.7.7-.9Z"></path><path class="cls-2" d="M159.8,43.8c0,0-.2,0-.3,0-.3,0-.5,0-.7-.2s-.2-.4-.2-.7v-4.1h1.6v-1.5h-1.6v-1.9h-1.9v1.9h-1.1v1.5h1.1v4.4c0,.7.2,1.2.6,1.6.4.4,1,.6,1.7.6s.4,0,.6,0c.2,0,.4,0,.6-.1l-.3-1.5c0,0-.2,0-.3,0Z"></path><path class="cls-2" d="M168.2,37.2c-.5,0-.9.1-1.2.4-.4.2-.6.6-.7,1.1h0v-1.3h-1.8v8h1.9v-4.7c0-.3,0-.6.2-.9s.4-.5.6-.6c.3-.1.6-.2.9-.2s.3,0,.5,0c.2,0,.3,0,.4,0v-1.7c0,0-.2,0-.3,0-.1,0-.2,0-.3,0Z"></path><path class="cls-2" d="M174.9,37.8c-.3-.2-.7-.4-1-.4-.4,0-.8-.1-1.1-.1-.6,0-1.1,0-1.5.2-.5.2-.8.4-1.2.7s-.5.7-.7,1.2l1.7.2c0-.3.3-.5.5-.7.3-.2.6-.3,1.1-.3s.8.1,1,.3c.2.2.3.5.3.9h0c0,.2,0,.3-.2.4-.1,0-.3.1-.6.2s-.7,0-1.1.1c-.4,0-.8.1-1.1.2s-.7.2-1,.4c-.3.2-.5.4-.7.7-.2.3-.2.7-.2,1.1s.1,1,.3,1.3c.2.4.6.6,1,.8.4.2.9.3,1.4.3s.8,0,1.1-.2c.3-.1.6-.3.8-.5s.4-.4.5-.6h0v1.1h1.8v-5.3c0-.5,0-1-.3-1.3-.2-.4-.4-.6-.8-.8ZM174.1,42.5c0,.3,0,.6-.2.8-.2.2-.4.4-.6.6-.3.1-.6.2-1,.2s-.7,0-1-.3-.4-.4-.4-.8,0-.4.2-.6c.1-.2.3-.3.5-.4.2,0,.5-.2.8-.2.1,0,.3,0,.4,0,.2,0,.3,0,.5,0s.3,0,.5-.1c.1,0,.2,0,.3-.1v.9Z"></path><path class="cls-2" d="M183.2,37.7c-.5-.3-1-.5-1.7-.5s-.9,0-1.2.2c-.3.2-.5.3-.7.6-.2.2-.3.4-.4.6h-.1v-1.3h-1.8v10.9h1.9v-4.2h0c0,.2.2.4.4.6.2.2.4.4.7.6.3.2.7.2,1.1.2s1.2-.2,1.7-.5c.5-.3.9-.8,1.2-1.4.3-.6.4-1.4.4-2.2s-.1-1.6-.4-2.2c-.3-.6-.7-1.1-1.2-1.4ZM182.7,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.7-.1-1-.3c-.3-.2-.5-.5-.6-.9-.1-.4-.2-.8-.2-1.4s0-1,.2-1.4c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.8.1,1,.3c.3.2.5.5.6.9s.2.8.2,1.3,0,.9-.2,1.3Z"></path><path class="cls-2" d="M186.8,34.2c-.3,0-.6,0-.8.3-.2.2-.3.4-.3.7s.1.5.3.7.5.3.8.3.5,0,.8-.3.3-.4.3-.7-.1-.5-.3-.7c-.2-.2-.5-.3-.8-.3Z"></path><rect class="cls-2" x="185.9" y="37.4" width="1.9" height="8"></rect><path class="cls-2" d="M194.4,38.7h0c0-.2-.2-.4-.4-.6-.2-.2-.4-.4-.7-.6-.3-.2-.7-.2-1.2-.2s-1.2.2-1.7.5c-.5.3-.9.8-1.2,1.4-.3.6-.4,1.4-.4,2.2s.1,1.6.4,2.2.7,1.1,1.2,1.4c.5.3,1.1.5,1.7.5s.8,0,1.1-.2c.3-.2.5-.3.7-.6.2-.2.3-.4.4-.6h.1v1.3h1.8v-10.6h-1.9v4ZM194.3,42.7c-.1.4-.4.7-.6.9-.3.2-.6.3-1,.3s-.8-.1-1-.3c-.3-.2-.5-.5-.6-.9s-.2-.8-.2-1.3,0-.9.2-1.3c.1-.4.4-.7.6-.9.3-.2.6-.3,1-.3s.7.1,1,.3c.3.2.5.5.6.9.1.4.2.8.2,1.4s0,1-.2,1.4Z"></path><path class="cls-2" d="M204.8,41.3c0-.7,0-1.3-.3-1.8-.2-.5-.5-.9-.8-1.3-.3-.3-.7-.6-1.2-.7-.4-.2-.9-.2-1.4-.2-.8,0-1.4.2-2,.5s-1,.8-1.3,1.5c-.3.6-.5,1.3-.5,2.2s.2,1.6.5,2.2c.3.6.8,1.1,1.3,1.4.6.3,1.3.5,2.1.5s1.2,0,1.6-.3.9-.5,1.2-.8.5-.7.6-1.2l-1.8-.2c0,.2-.2.4-.4.6-.2.2-.3.3-.6.3-.2,0-.5.1-.7.1-.4,0-.8,0-1.1-.3s-.5-.4-.7-.8c-.2-.3-.2-.7-.2-1.1h5.5v-.6ZM200.1,39c.3-.2.6-.3,1-.3s.7,0,1,.3c.3.2.5.5.6.8,0,.2.1.5.2.8h-3.7c0-.3,0-.6.2-.8.1-.3.4-.6.6-.8Z"></path></g><path class="cls-1" d="M41.4,62.3S-10.4,45.2,28.6,1.1c0,0-64.5,42.1,10.1,74.6l-8.9,14.8,42.1-14.9-32.5-30.1,2,16.7Z"></path><path class="cls-2" d="M72.4,75.2c-3.6-3.4-7.3-6.7-10.9-10.1-5.9-5.4-11.7-10.8-17.6-16.2-1.3-1.2-2.7-2.5-4-3.7-.4-.4-1.3,0-1.3.6.6,5.2,1.3,10.4,1.9,15.6-4.9-1.8-9.6-4.5-13.6-7.7-3.8-3-7.1-6.6-9.3-10.9-2.6-5-3.3-10.7-2.3-16.3,1.7-9.5,7.7-17.9,14-25,.6-.7-.7-.9-1.1-.6-2.1,1.4-4.1,2.9-6,4.6-4.3,3.6-8.3,7.5-11.7,12-3.8,5-7,10.7-8.1,17-1.2,7,.6,13.9,4.6,19.6,6.3,9.1,16.4,15.2,26.2,19.9,1.5.7,3.1,1.5,4.7,2.2-2.9,4.8-5.8,9.6-8.7,14.4-.3.5.5.7.8.6,4.7-1.7,9.5-3.4,14.2-5l22.6-8c1.7-.6,3.5-1.2,5.2-1.9.4-.1.8-.6.4-1ZM57.5,80.1l-22.6,8c-1.2.4-2.5.9-3.7,1.3,2.7-4.6,5.5-9.1,8.2-13.7.2-.2,0-.5-.3-.6C23.6,68.4,1.4,56.1,3.6,36c1.3-11.8,9.9-21.7,18.6-29.1.9-.8,1.9-1.6,2.8-2.3-8.2,10.3-15.1,23.6-9.8,36.6,3.6,8.7,11.4,14.8,19.6,19,1.9,1,3.9,1.9,6,2.6.3.3,1.1,0,1.3-.4,0,0,0-.2,0-.3-.6-4.9-1.2-9.8-1.8-14.7,3.1,2.9,6.3,5.8,9.4,8.7,5.9,5.4,11.7,10.8,17.6,16.2,1.1,1,2.3,2.1,3.4,3.1-4.4,1.6-8.8,3.1-13.2,4.7Z"></path></svg>			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>Cet article <a href="https://presentcomposedesign.fr/audio-fantasy/">Audio-Fantasy</a> est apparu en premier sur <a href="https://presentcomposedesign.fr">Présent Composé design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
