Outiref
<!DOCTYPE html>
<html lang="fr-FR" prefix="og: https://ogp.me/ns#">
<head>
	<meta charset="UTF-8">
		<link rel="alternate" hreflang="en" href="https://www.axishello.com/en/materials-and-finishes/material-sheets-for-3d-printing/" />
<link rel="alternate" hreflang="fr" href="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" />
<link rel="alternate" hreflang="de" href="https://www.axishello.com/de/materialien-und-ausfuehrungen/materialkarten-fuer-den-3d-druck/" />
<link rel="alternate" hreflang="es" href="https://www.axishello.com/es/materiales-y-acabados/materiales-para-impresion-3d/" />
<link rel="alternate" hreflang="x-default" href="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" />
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.21.0" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/pt-sans-normal-latin-700.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/pt-sans-normal-latin-400.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/pt-sans-caption-normal-latin-400.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/playfair-display-normal-latin-" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/playfair-display-normal-latin-500.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/roboto-normal-latin-500.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/roboto-normal-latin-700.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/roboto-normal-latin-400.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/noto-sans-normal-latin-600.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/noto-sans-normal-latin-700.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/montserrat-normal-latin-500.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/odor-mean-chey-normal-latin-400.woff2" data-wpacu-preload-font="1" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/montserrat-normal-latin-ext-500.woff2" data-wpacu-preload-font="1" crossorigin>
<!-- Extrait Google tag (gtag.js) Consent Mode ajouté par Site Kit -->
<script id='google_gtagjs-js-consent-mode'>
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","region":["AT","BE","BG","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500});
window._googlesitekitConsentCategoryMap = {"statistics":["analytics_storage"],"marketing":["ad_storage","ad_user_data","ad_personalization"]};
( function () {
	document.addEventListener(
		'wp_listen_for_consent_change',
		function ( event ) {
			if ( event.detail ) {
				var consentParameters = {};
				var hasConsentParameters = false;
				for ( var category in event.detail ) {
					if ( window._googlesitekitConsentCategoryMap[ category ] ) {
						var status = event.detail[ category ];
						var mappedStatus =
							status === 'allow' ? 'granted' : 'denied';
						var parameters =
							window._googlesitekitConsentCategoryMap[ category ];
						for ( var i = 0; i < parameters.length; i++ ) {
							consentParameters[ parameters[ i ] ] = mappedStatus;
						}
						hasConsentParameters = !! parameters.length;
					}
				}
				if ( hasConsentParameters ) {
					gtag( 'consent', 'update', consentParameters );
				}
			}
		}
	);

	function updateGrantedConsent() {
		if ( ! ( window.wp_consent_type || window.wp_fallback_consent_type ) ) {
			return;
		}
		var consentParameters = {};
		var hasConsentParameters = false;
		for ( var category in window._googlesitekitConsentCategoryMap ) {
			if ( window.wp_has_consent && window.wp_has_consent( category ) ) {
				var parameters =
					window._googlesitekitConsentCategoryMap[ category ];
				for ( var i = 0; i < parameters.length; i++ ) {
					consentParameters[ parameters[ i ] ] = 'granted';
				}
				hasConsentParameters =
					hasConsentParameters || !! parameters.length;
			}
		}
		if ( hasConsentParameters ) {
			gtag( 'consent', 'update', consentParameters );
		}
	}
	document.addEventListener(
		'wp_consent_type_defined',
		updateGrantedConsent
	);
	document.addEventListener( 'DOMContentLoaded', function () {
		if ( ! window.waitfor_consent_hook ) {
			updateGrantedConsent();
		}
	} );
} )();
</script>
<!-- Fin de l&#039;extrait Google tag (gtag.js) Consent Mode ajouté par Site Kit -->
			
<!-- Optimisation des moteurs de recherche par Rank Math - https://rankmath.com/ -->
<title>Fiches Matières pour impression 3D |</title>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.21.0" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/pt-sans-normal-latin-700.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/pt-sans-normal-latin-400.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/pt-sans-caption-normal-latin-400.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/playfair-display-normal-latin-500.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/roboto-normal-latin-500.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/roboto-normal-latin-700.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/roboto-normal-latin-400.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/noto-sans-normal-latin-600.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/noto-sans-normal-latin-700.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/montserrat-normal-latin-500.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/odor-mean-chey-normal-latin-400.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.axishello.com/wp-content/uploads/omgf/google-fonts-1/montserrat-normal-latin-ext-500.woff2" crossorigin>
<meta name="description" content="Découvrez nos Fiches Matières pour impression 3D afin de choisir le meilleur matériau pour votre projet de prototypage rapide et de mini série."/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Fiches Matières pour impression 3D |" />
<meta property="og:description" content="Découvrez nos Fiches Matières pour impression 3D afin de choisir le meilleur matériau pour votre projet de prototypage rapide et de mini série." />
<meta property="og:url" content="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" />
<meta property="og:site_name" content="Axis" />
<meta property="article:publisher" content="https://www.facebook.com/AxisHello/" />
<meta property="og:updated_time" content="2024-01-09T12:19:26+01:00" />
<meta property="og:image" content="https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg" />
<meta property="og:image:secure_url" content="https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="234" />
<meta property="og:image:alt" content="Chaussure semelle bleue en prototypage rapide, grâce à nos Fiches Matières pour impression 3D vous avez toutes les informations pour réaliser votre prototypage" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="article:published_time" content="2023-03-31T14:44:53+02:00" />
<meta property="article:modified_time" content="2024-01-09T12:19:26+01:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Fiches Matières pour impression 3D |" />
<meta name="twitter:description" content="Découvrez nos Fiches Matières pour impression 3D afin de choisir le meilleur matériau pour votre projet de prototypage rapide et de mini série." />
<meta name="twitter:site" content="@axis_prototypes" />
<meta name="twitter:creator" content="@axis_prototypes" />
<meta name="twitter:image" content="https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg" />
<meta name="twitter:label1" content="Temps de lecture" />
<meta name="twitter:data1" content="3 minutes" />
<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://www.axishello.com/#person","name":"Axis","sameAs":["https://www.facebook.com/AxisHello/","https://twitter.com/axis_prototypes"],"logo":{"@type":"ImageObject","@id":"https://www.axishello.com/#logo","url":"https://www.axishello.com/wp-content/uploads/2023/05/AXIS-LOGO-SEUL-NOUVEAU-SITE.png","contentUrl":"https://www.axishello.com/wp-content/uploads/2023/05/AXIS-LOGO-SEUL-NOUVEAU-SITE.png","caption":"Axis","inLanguage":"fr-FR","width":"184","height":"72"},"image":{"@type":"ImageObject","@id":"https://www.axishello.com/#logo","url":"https://www.axishello.com/wp-content/uploads/2023/05/AXIS-LOGO-SEUL-NOUVEAU-SITE.png","contentUrl":"https://www.axishello.com/wp-content/uploads/2023/05/AXIS-LOGO-SEUL-NOUVEAU-SITE.png","caption":"Axis","inLanguage":"fr-FR","width":"184","height":"72"}},{"@type":"WebSite","@id":"https://www.axishello.com/#website","url":"https://www.axishello.com","name":"Axis","alternateName":"Axishello","publisher":{"@id":"https://www.axishello.com/#person"},"inLanguage":"fr-FR"},{"@type":"ImageObject","@id":"https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg","url":"https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg","width":"200","height":"200","inLanguage":"fr-FR"},{"@type":"BreadcrumbList","@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://www.axishello.com","name":"Accueil"}},{"@type":"ListItem","position":"2","item":{"@id":"https://www.axishello.com/matieres-et-finitions/","name":"Mati\u00e8res et finitions"}},{"@type":"ListItem","position":"3","item":{"@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/","name":"Fiches Mati\u00e8res pour impression 3D"}}]},{"@type":"WebPage","@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#webpage","url":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/","name":"Fiches Mati\u00e8res pour impression 3D |","datePublished":"2023-03-31T14:44:53+02:00","dateModified":"2024-01-09T12:19:26+01:00","isPartOf":{"@id":"https://www.axishello.com/#website"},"primaryImageOfPage":{"@id":"https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg"},"inLanguage":"fr-FR","breadcrumb":{"@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#breadcrumb"}},{"@type":"Person","@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#author","name":"Axis","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/342c69db6284a6bd59702f0f53f42053?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/342c69db6284a6bd59702f0f53f42053?s=96&amp;d=mm&amp;r=g","caption":"Axis","inLanguage":"fr-FR"}},{"@type":"Article","headline":"Fiches Mati\u00e8res pour impression 3D |","keywords":"Fiches Mati\u00e8res pour impression 3D","datePublished":"2023-03-31T14:44:53+02:00","dateModified":"2024-01-09T12:19:26+01:00","author":{"@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#author","name":"Axis"},"publisher":{"@id":"https://www.axishello.com/#person"},"description":"D\u00e9couvrez nos Fiches Mati\u00e8res pour impression 3D afin de choisir le meilleur mat\u00e9riau pour votre projet de prototypage rapide et de mini s\u00e9rie.","name":"Fiches Mati\u00e8res pour impression 3D |","@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#richSnippet","isPartOf":{"@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#webpage"},"image":{"@id":"https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg"},"inLanguage":"fr-FR","mainEntityOfPage":{"@id":"https://www.axishello.com/matieres-et-finitions/fiches-matieres/#webpage"}}]}</script>
<!-- /Extension Rank Math WordPress SEO -->

<link rel='dns-prefetch' href='//www.googletagmanager.com' />

<link id='omgf-preload-0' rel='preload' href='//www.axishello.com/wp-content/uploads/omgf/google-fonts-1/montserrat-normal-latin-ext-500.woff2' as='font' type='font/woff2' crossorigin />
<link id='omgf-preload-1' rel='preload' href='//www.axishello.com/wp-content/uploads/omgf/google-fonts-1/montserrat-normal-latin-500.woff2' as='font' type='font/woff2' crossorigin />
<link id='omgf-preload-2' rel='preload' href='//www.axishello.com/wp-content/uploads/omgf/google-fonts-1/playfair-display-normal-latin-ext-500.woff2' as='font' type='font/woff2' crossorigin />
<link id='omgf-preload-3' rel='preload' href='//www.axishello.com/wp-content/uploads/omgf/google-fonts-1/playfair-display-normal-latin-500.woff2' as='font' type='font/woff2' crossorigin />
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id='rank-math-toc-block-style-inline-css'>
.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item}

</style>
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='wpacu-combined-css-head-1' href='https://www.axishello.com/wp-content/cache/background-css/www.axishello.com/wp-content/cache/asset-cleanup/css/head-269b2fd0c4e8d9c2de0fada2aa0af12775b227b4.css?wpr_t=1714128592' type='text/css' media='all' />

<style   data-wpacu-inline-css-file='1'>
.particles-js-canvas-el{position:absolute;width:100%;top:0;left:0}[data-pafe-particles] .elementor-widget-wrap{z-index:10}.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow{border-top:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow{border-bottom:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow{border-left:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow{border-right:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:initial}
</style>
<style   data-wpacu-inline-css-file='1'>
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}

</style>
<style   data-wpacu-inline-css-file='1'>
.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}
</style>
<style   data-wpacu-inline-css-file='1'>
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;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);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
</style>



<style   data-wpacu-inline-css-file='1'>
.elementor-kit-5{--e-global-color-primary:#0087B8;--e-global-color-secondary:#54595F;--e-global-color-text:#898E94;--e-global-color-accent:#61CE70;--e-global-color-1bf2d6c:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 a{color:#2F3338;font-weight:600;}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:var( --e-global-color-primary );background-color:var( --e-global-color-1bf2d6c );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
</style>








<style   data-wpacu-inline-css-file='1'>
/*!/wp-content/plugins/mailjet-for-wordpress/src/widgetformbuilder/css/front-widget.css*/.mailjet_widget_form_builder_container{width:100%}
</style>
<style id='rocket-lazyload-inline-css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-4c7015c5-215c-4773-8a6c-5acc0df12924) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>


<style   data-wpacu-inline-css-file='1'>
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
</style>
<style   data-wpacu-inline-css-file='1'>
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}
</style>
<script id="wpml-cookie-js-extra">
var wpml_cookies = {"wp-wpml_current_language":{"value":"fr","expires":1,"path":"\/"}};
var wpml_cookies = {"wp-wpml_current_language":{"value":"fr","expires":1,"path":"\/"}};
</script>
<script   src="https://www.axishello.com/wp-content/cache/asset-cleanup/js/item/sitepress-multilingual-cms__res__js__cookies__language-cookie-js-vf59457613939c0c5dd97f152ad6f32ebace56fda.js" id="wpml-cookie-js" defer data-wp-strategy="defer"></script>
<script   src="https://www.axishello.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script   src="https://www.axishello.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script   src="https://www.axishello.com/wp-content/cache/asset-cleanup/js/item/g-business-reviews-rating__wp__js__js-js-vb572bcf0562cb3d127cbc0f5b104cec72efa7190.js" id="google_business_reviews_rating_wp_js-js"></script>
<script   src="https://www.axishello.com/wp-content/plugins/piotnet-addons-for-elementor/assets/js/minify/extension.min.js?ver=2.4.26" id="pafe-extension-free-js"></script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->

<!-- Extrait Google Analytics ajouté par Site Kit -->
<script   src="https://www.googletagmanager.com/gtag/js?id=GT-55JPBFT" id="google_gtagjs-js" async></script>
<script   id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["www.axishello.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-55JPBFT");
gtag("config", "AW-502550039");
</script>

<!-- End Google tag (gtag.js) snippet added by Site Kit -->
<meta name="generator" content="WordPress 6.5.2" />
<link rel='shortlink' href='https://www.axishello.com/?p=34' />
<link rel="alternate" type="application/json+oembed" href="https://www.axishello.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.axishello.com%2Fmatieres-et-finitions%2Ffiches-matieres%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.axishello.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.axishello.com%2Fmatieres-et-finitions%2Ffiches-matieres%2F&#038;format=xml" />
<meta name="generator" content="WPML ver:4.6.10 stt:1,4,3,2;" />
<meta name="generator" content="Site Kit by Google 1.124.0" />			<style>.cmplz-hidden {
					display: none !important;
				}</style><meta name="generator" content="Elementor 3.21.1; features: e_optimized_assets_loading, e_optimized_css_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
<style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style><link rel="icon" href="https://www.axishello.com/wp-content/uploads/2023/05/cropped-AXIS-LOGO-SEUL-NOUVEAU-SITE-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.axishello.com/wp-content/uploads/2023/05/cropped-AXIS-LOGO-SEUL-NOUVEAU-SITE-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.axishello.com/wp-content/uploads/2023/05/cropped-AXIS-LOGO-SEUL-NOUVEAU-SITE-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.axishello.com/wp-content/uploads/2023/05/cropped-AXIS-LOGO-SEUL-NOUVEAU-SITE-270x270.png" />
		<style id="wp-custom-css">
			

/** Start Block Kit CSS: 69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9 **/

.envato-kit-66-menu .e--pointer-framed .elementor-item:before{
	border-radius:1px;
}

.envato-kit-66-subscription-form .elementor-form-fields-wrapper{
	position:relative;
}

.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit{
	position:static;
}

.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit button{
	position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webmit-transform: translate(0, -50%);
}

.envato-kit-66-testi-slider .elementor-testimonial__footer{
	margin-top: -60px !important;
	z-index: 99;
  position: relative;
}

.envato-kit-66-featured-slider .elementor-slides .slick-prev{
	width:50px;
	height:50px;
	background-color:#ffffff !important;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	left:-25px !important;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
}

.envato-kit-66-featured-slider .elementor-slides .slick-prev:before{
	display:block;
	margin-top:0px;
	margin-left:0px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.envato-kit-66-featured-slider .elementor-slides .slick-next{
	width:50px;
	height:50px;
	background-color:#ffffff !important;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	right:-25px !important;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
}

.envato-kit-66-featured-slider .elementor-slides .slick-next:before{
	display:block;
	margin-top:-5px;
	margin-right:-5px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.envato-kit-66-orangetext{
	color:#f4511e;
}

.envato-kit-66-countdown .elementor-countdown-label{
	display:inline-block !important;
	border:2px solid rgba(255,255,255,0.2);
	padding:9px 20px;
}

/** End Block Kit CSS: 69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9 **/



/** Start Template Kit CSS: Accounting Firm (css/customizer.css) **/

/* Kit 80 Custom Styles - classes are added to the Advanced tab of the element they affect */
.envato-kit-80-space-triangle.elementor-widget-spacer .elementor-widget-container{
		border-left-color:transparent !important;
		border-bottom-color:transparent !important;
		width:10px;
}
.envato-kit-80-space-triangle .elementor-widget-container {
	position: absolute !important;
	top: 0 !important;
	right: 0;
}
.envato-kit-80-space-triangle-bottom.elementor-widget-spacer .elementor-widget-container{
		border-top-color:transparent !important;
		border-right-color:transparent !important;
		width:10px;
}

.envato-kit-80-space-triangle-mid.elementor-widget-spacer .elementor-widget-container{
		border-left-color:transparent !important;
		border-right-color:transparent !important;
		width:10px;
	  border-bottom-color:transparent !important;
		width:10px;

}
/* CTA Button icon */
.envato-kit-80-cta .elementor-button-icon{
	color:#ed8b00;
}

/* Large heading Rotate - Our staff */
.envato-kit-80-rotate-heading{
	transform: rotate(-90deg);
}

/** End Template Kit CSS: Accounting Firm (css/customizer.css) **/

		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>	<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /><style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">.elementor-34 .elementor-element.elementor-element-17402070:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-17402070 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-e87a2586-db08-47a8-bf87-cc8a903e3928: url('https://www.axishello.com/wp-content/uploads/2023/07/1-Axis-sla-transparente-chaussure-1-v2-1.png');}.elementor-34 .elementor-element.elementor-element-98d6b89:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-98d6b89 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-f129aaa2-b1e8-4f29-89c6-7242e27e45c2: url('https://www.axishello.com/wp-content/uploads/2023/04/bg-triangle.png');}.elementor-34 .elementor-element.elementor-element-01c169c:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-01c169c > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-4590c98e-dc6b-4ec1-b8ec-2a7de974db75: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-a306b33:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-a306b33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-2078bf48-f144-446c-b1c4-24e9479aef88: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-8bb14a4:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-8bb14a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-ed5289cc-698e-4cfb-ae4c-4081b81fbd68: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-2e8bf61:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-2e8bf61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-9040e9e1-4bbc-4d32-bfcc-565397d30964: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-62e8f40:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-62e8f40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-c5de40b5-c944-4b1a-b966-024bc7a3fc12: url('https://www.axishello.com/wp-content/uploads/2023/04/bg-triangle.png');}.elementor-34 .elementor-element.elementor-element-5930d5f:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-5930d5f > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-ed624c6f-d2b7-4d9e-911b-c247d5696206: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-e6de90f:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-e6de90f > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-a3a4caca-52e8-4f55-9fc5-a50f13b9b760: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-98be2b2:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-98be2b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-e9e784c2-ccb8-4a9f-acd7-4880d6a1ae1b: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-d372b1b:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-d372b1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-5dfc92bc-02d5-4d1b-bf3d-72dc30a38d00: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-33cf6d5e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-33cf6d5e > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-77b81729-f7e9-45b1-8362-d89ea67f0491: url('https://www.axishello.com/wp-content/uploads/2023/04/bg-triangle.png');}.elementor-34 .elementor-element.elementor-element-24b2f4ed:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-24b2f4ed > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-af386637-433c-4944-bb0a-89b01ade4524: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.elementor-34 .elementor-element.elementor-element-ad83dcf:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-ad83dcf > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-60d4ef50-cfa8-4a03-93b0-07b84d241e57: url('https://www.axishello.com/wp-content/uploads/2023/04/scattered-triangle2.png');}.rll-youtube-player .play{--wpr-bg-4c7015c5-215c-4773-8a6c-5acc0df12924: url('https://www.axishello.com/wp-content/plugins/wp-rocket/assets/img/youtube.png');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".elementor-34 .elementor-element.elementor-element-17402070:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-17402070 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-17402070:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-17402070 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-e87a2586-db08-47a8-bf87-cc8a903e3928: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/07\/1-Axis-sla-transparente-chaussure-1-v2-1.png');}","hash":"e87a2586-db08-47a8-bf87-cc8a903e3928","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/07\/1-Axis-sla-transparente-chaussure-1-v2-1.png"},{"selector":".elementor-34 .elementor-element.elementor-element-98d6b89:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-98d6b89 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-98d6b89:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-98d6b89 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-f129aaa2-b1e8-4f29-89c6-7242e27e45c2: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/bg-triangle.png');}","hash":"f129aaa2-b1e8-4f29-89c6-7242e27e45c2","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/bg-triangle.png"},{"selector":".elementor-34 .elementor-element.elementor-element-01c169c:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-01c169c > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-01c169c:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-01c169c > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-4590c98e-dc6b-4ec1-b8ec-2a7de974db75: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"4590c98e-dc6b-4ec1-b8ec-2a7de974db75","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-a306b33:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-a306b33 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-a306b33:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-a306b33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-2078bf48-f144-446c-b1c4-24e9479aef88: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"2078bf48-f144-446c-b1c4-24e9479aef88","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-8bb14a4:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-8bb14a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-8bb14a4:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-8bb14a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-ed5289cc-698e-4cfb-ae4c-4081b81fbd68: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"ed5289cc-698e-4cfb-ae4c-4081b81fbd68","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-2e8bf61:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-2e8bf61 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-2e8bf61:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-2e8bf61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-9040e9e1-4bbc-4d32-bfcc-565397d30964: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"9040e9e1-4bbc-4d32-bfcc-565397d30964","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-62e8f40:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-62e8f40 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-62e8f40:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-62e8f40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-c5de40b5-c944-4b1a-b966-024bc7a3fc12: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/bg-triangle.png');}","hash":"c5de40b5-c944-4b1a-b966-024bc7a3fc12","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/bg-triangle.png"},{"selector":".elementor-34 .elementor-element.elementor-element-5930d5f:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-5930d5f > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-5930d5f:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-5930d5f > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-ed624c6f-d2b7-4d9e-911b-c247d5696206: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"ed624c6f-d2b7-4d9e-911b-c247d5696206","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-e6de90f:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-e6de90f > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-e6de90f:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-e6de90f > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-a3a4caca-52e8-4f55-9fc5-a50f13b9b760: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"a3a4caca-52e8-4f55-9fc5-a50f13b9b760","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-98be2b2:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-98be2b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-98be2b2:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-98be2b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-e9e784c2-ccb8-4a9f-acd7-4880d6a1ae1b: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"e9e784c2-ccb8-4a9f-acd7-4880d6a1ae1b","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-d372b1b:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-d372b1b > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-d372b1b:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-d372b1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-5dfc92bc-02d5-4d1b-bf3d-72dc30a38d00: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"5dfc92bc-02d5-4d1b-bf3d-72dc30a38d00","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-33cf6d5e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-33cf6d5e > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-33cf6d5e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-33cf6d5e > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-77b81729-f7e9-45b1-8362-d89ea67f0491: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/bg-triangle.png');}","hash":"77b81729-f7e9-45b1-8362-d89ea67f0491","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/bg-triangle.png"},{"selector":".elementor-34 .elementor-element.elementor-element-24b2f4ed:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-24b2f4ed > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-24b2f4ed:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-24b2f4ed > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-af386637-433c-4944-bb0a-89b01ade4524: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"af386637-433c-4944-bb0a-89b01ade4524","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".elementor-34 .elementor-element.elementor-element-ad83dcf:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-ad83dcf > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-34 .elementor-element.elementor-element-ad83dcf:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-ad83dcf > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-60d4ef50-cfa8-4a03-93b0-07b84d241e57: url('https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png');}","hash":"60d4ef50-cfa8-4a03-93b0-07b84d241e57","url":"https:\/\/www.axishello.com\/wp-content\/uploads\/2023\/04\/scattered-triangle2.png"},{"selector":".rll-youtube-player .play","style":".rll-youtube-player .play{--wpr-bg-4c7015c5-215c-4773-8a6c-5acc0df12924: url('https:\/\/www.axishello.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"4c7015c5-215c-4773-8a6c-5acc0df12924","url":"https:\/\/www.axishello.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png"}]; const rocket_excluded_pairs = [];</script></head>
<body data-cmplz=1 class="page-template page-template-elementor_canvas page page-id-34 page-child parent-pageid-32 wp-custom-logo ehf-header ehf-footer ehf-template-hello-elementor ehf-stylesheet-hello-elementor-child elementor-default elementor-template-canvas elementor-kit-5 elementor-page elementor-page-34">
			<header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader">
			<p class="main-title bhf-hidden" itemprop="headline"><a href="https://www.axishello.com" title="" rel="home"></a></p>
					<div data-elementor-type="wp-post" data-elementor-id="745" class="elementor elementor-745" data-elementor-post-type="elementor-hf">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-08939ef elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="08939ef" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:53,&quot;end&quot;:60}},&quot;background_motion_fx_range&quot;:&quot;viewport&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_effects_offset&quot;:100,&quot;background_motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-eabb15f" data-id="eabb15f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f5ad027 elementor-widget elementor-widget-image" data-id="f5ad027" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href="https://www.axishello.com/">
							<img width="335" height="130" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20335%20130'%3E%3C/svg%3E" class="attachment-large size-large wp-image-841" alt="Logo Axis transparent" data-lazy-srcset="https://www.axishello.com/wp-content/uploads/2023/04/AXIS-LOGO-SEUL-NOUVEAU-SITE-BLANC-GF.png 335w, https://www.axishello.com/wp-content/uploads/2023/04/AXIS-LOGO-SEUL-NOUVEAU-SITE-BLANC-GF-300x116.png 300w" data-lazy-sizes="(max-width: 335px) 100vw, 335px" data-lazy-src="https://www.axishello.com/wp-content/uploads/2023/04/AXIS-LOGO-SEUL-NOUVEAU-SITE-BLANC-GF.png" /><noscript><img width="335" height="130" src="https://www.axishello.com/wp-content/uploads/2023/04/AXIS-LOGO-SEUL-NOUVEAU-SITE-BLANC-GF.png" class="attachment-large size-large wp-image-841" alt="Logo Axis transparent" srcset="https://www.axishello.com/wp-content/uploads/2023/04/AXIS-LOGO-SEUL-NOUVEAU-SITE-BLANC-GF.png 335w, https://www.axishello.com/wp-content/uploads/2023/04/AXIS-LOGO-SEUL-NOUVEAU-SITE-BLANC-GF-300x116.png 300w" sizes="(max-width: 335px) 100vw, 335px" /></noscript>								</a>
													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-03bcb65" data-id="03bcb65" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-535edd2 elementor-nav-menu__align-center elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="535edd2" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" href="https://www.axishello.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css">			<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-535edd2" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10956"><a href="#" class="elementor-item elementor-item-anchor">Nos technologies 3D</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://www.axishello.com/nos-technologies-3d/multi-jet-fusion/" class="elementor-sub-item">Multi jet fusion HP</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-202"><a href="https://www.axishello.com/nos-technologies-3d/stereolithographie/" class="elementor-sub-item">Stéréolithographie</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198"><a href="https://www.axishello.com/nos-technologies-3d/frittage-de-poudre/" class="elementor-sub-item">Frittage de poudre</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-196"><a href="https://www.axishello.com/nos-technologies-3d/coulee-sous-vide/" class="elementor-sub-item">Coulée sous vide</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-197"><a href="https://www.axishello.com/nos-technologies-3d/depose-de-fil/" class="elementor-sub-item">Dépose de fil</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201"><a href="https://www.axishello.com/nos-technologies-3d/rim/" class="elementor-sub-item">RIM Prototypes rapide</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199"><a href="https://www.axishello.com/nos-technologies-3d/frittage-metal-dlms-lms/" class="elementor-sub-item">Frittage Métal DLMS/ LMS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195"><a href="https://www.axishello.com/nos-technologies-3d/comparatif-des-technologies-dimpression-3d/" class="elementor-sub-item">Comparatif des technologies d’impression 3D</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-10957"><a href="#" class="elementor-item elementor-item-anchor">Matières et Finitions</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-204"><a href="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" aria-current="page" class="elementor-sub-item elementor-item-active">Fiches Matières pour impression 3D</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="https://www.axishello.com/matieres-et-finitions/les-finitions-pour-le-prototypage-rapide/" class="elementor-sub-item">Les finitions</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-206"><a href="https://www.axishello.com/matieres-et-finitions/la-metallisation-pour-le-prototypage-rapide/" class="elementor-sub-item">La métallisation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-207"><a href="https://www.axishello.com/matieres-et-finitions/parc-machines-pour-impression-3d/" class="elementor-sub-item">Moyens techniques</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10958"><a href="#" class="elementor-item elementor-item-anchor">Notre Société</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-211"><a href="https://www.axishello.com/notre-societe/la-philosophie-prototypage-rapide-chez-axis/" class="elementor-sub-item">Notre philosophie chez Axis</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-212"><a href="https://www.axishello.com/notre-societe/references-clients-prototypage-rapide/" class="elementor-sub-item">Références clients</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11110"><a href="#" class="elementor-sub-item elementor-item-anchor">L&rsquo;impression 3D</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-210"><a href="https://www.axishello.com/notre-societe/impression-3d/quest-ce-que-le-prototypage-rapide/" class="elementor-sub-item">Qu’est ce que le prototypage rapide ?</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-209"><a href="https://www.axishello.com/notre-societe/impression-3d/glossaire-impression/" class="elementor-sub-item">Le glossaire de l’impression 3D</a></li>
	</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-214"><a href="https://www.axishello.com/nos-actualites/" class="elementor-item">Actu</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-213"><a href="https://www.axishello.com/contactez-nos-experts/" class="elementor-item">Contact</a></li>
<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-fr wpml-ls-current-language wpml-ls-menu-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-has-children menu-item-wpml-ls-3-fr"><a title="Français" href="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" class="elementor-item"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="fr">Français</span></a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-3-en"><a title="English" href="https://www.axishello.com/en/materials-and-finishes/material-sheets-for-3d-printing/" class="elementor-sub-item"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="en">English</span></a></li>
	<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-de wpml-ls-menu-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-3-de"><a title="Deutsch" href="https://www.axishello.com/de/materialien-und-ausfuehrungen/materialkarten-fuer-den-3d-druck/" class="elementor-sub-item"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="de">Deutsch</span></a></li>
	<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-es wpml-ls-menu-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-3-es"><a title="Español" href="https://www.axishello.com/es/materiales-y-acabados/materiales-para-impresion-3d/" class="elementor-sub-item"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="es">Español</span></a></li>
</ul>
</li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Permuter le menu" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-535edd2" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10956"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Nos technologies 3D</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://www.axishello.com/nos-technologies-3d/multi-jet-fusion/" class="elementor-sub-item" tabindex="-1">Multi jet fusion HP</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-202"><a href="https://www.axishello.com/nos-technologies-3d/stereolithographie/" class="elementor-sub-item" tabindex="-1">Stéréolithographie</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198"><a href="https://www.axishello.com/nos-technologies-3d/frittage-de-poudre/" class="elementor-sub-item" tabindex="-1">Frittage de poudre</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-196"><a href="https://www.axishello.com/nos-technologies-3d/coulee-sous-vide/" class="elementor-sub-item" tabindex="-1">Coulée sous vide</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-197"><a href="https://www.axishello.com/nos-technologies-3d/depose-de-fil/" class="elementor-sub-item" tabindex="-1">Dépose de fil</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201"><a href="https://www.axishello.com/nos-technologies-3d/rim/" class="elementor-sub-item" tabindex="-1">RIM Prototypes rapide</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199"><a href="https://www.axishello.com/nos-technologies-3d/frittage-metal-dlms-lms/" class="elementor-sub-item" tabindex="-1">Frittage Métal DLMS/ LMS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195"><a href="https://www.axishello.com/nos-technologies-3d/comparatif-des-technologies-dimpression-3d/" class="elementor-sub-item" tabindex="-1">Comparatif des technologies d’impression 3D</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-10957"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Matières et Finitions</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-204"><a href="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" aria-current="page" class="elementor-sub-item elementor-item-active" tabindex="-1">Fiches Matières pour impression 3D</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="https://www.axishello.com/matieres-et-finitions/les-finitions-pour-le-prototypage-rapide/" class="elementor-sub-item" tabindex="-1">Les finitions</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-206"><a href="https://www.axishello.com/matieres-et-finitions/la-metallisation-pour-le-prototypage-rapide/" class="elementor-sub-item" tabindex="-1">La métallisation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-207"><a href="https://www.axishello.com/matieres-et-finitions/parc-machines-pour-impression-3d/" class="elementor-sub-item" tabindex="-1">Moyens techniques</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10958"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Notre Société</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-211"><a href="https://www.axishello.com/notre-societe/la-philosophie-prototypage-rapide-chez-axis/" class="elementor-sub-item" tabindex="-1">Notre philosophie chez Axis</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-212"><a href="https://www.axishello.com/notre-societe/references-clients-prototypage-rapide/" class="elementor-sub-item" tabindex="-1">Références clients</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11110"><a href="#" class="elementor-sub-item elementor-item-anchor" tabindex="-1">L&rsquo;impression 3D</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-210"><a href="https://www.axishello.com/notre-societe/impression-3d/quest-ce-que-le-prototypage-rapide/" class="elementor-sub-item" tabindex="-1">Qu’est ce que le prototypage rapide ?</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-209"><a href="https://www.axishello.com/notre-societe/impression-3d/glossaire-impression/" class="elementor-sub-item" tabindex="-1">Le glossaire de l’impression 3D</a></li>
	</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-214"><a href="https://www.axishello.com/nos-actualites/" class="elementor-item" tabindex="-1">Actu</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-213"><a href="https://www.axishello.com/contactez-nos-experts/" class="elementor-item" tabindex="-1">Contact</a></li>
<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-fr wpml-ls-current-language wpml-ls-menu-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-has-children menu-item-wpml-ls-3-fr"><a title="Français" href="https://www.axishello.com/matieres-et-finitions/fiches-matieres/" class="elementor-item" tabindex="-1"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="fr">Français</span></a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-3-en"><a title="English" href="https://www.axishello.com/en/materials-and-finishes/material-sheets-for-3d-printing/" class="elementor-sub-item" tabindex="-1"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="en">English</span></a></li>
	<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-de wpml-ls-menu-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-3-de"><a title="Deutsch" href="https://www.axishello.com/de/materialien-und-ausfuehrungen/materialkarten-fuer-den-3d-druck/" class="elementor-sub-item" tabindex="-1"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="de">Deutsch</span></a></li>
	<li class="menu-item wpml-ls-slot-3 wpml-ls-item wpml-ls-item-es wpml-ls-menu-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-3-es"><a title="Español" href="https://www.axishello.com/es/materiales-y-acabados/materiales-para-impresion-3d/" class="elementor-sub-item" tabindex="-1"><img width="18" height="12"
            class="wpml-ls-flag"
            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
            alt=""
            
            
    data-lazy-src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.svg" /><noscript><img width="18" height="12"
            class="wpml-ls-flag"
            src="https://www.axishello.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.svg"
            alt=""
            
            
    /></noscript><span class="wpml-ls-native" lang="es">Español</span></a></li>
</ul>
</li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f86904c elementor-hidden-tablet elementor-hidden-mobile" data-id="f86904c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-88c7635 elementor-view-default elementor-widget elementor-widget-icon" data-id="88c7635" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="tel:+33555061717">
			<i aria-hidden="true" class="fas fa-phone"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				</header>

			<div data-elementor-type="wp-page" data-elementor-id="34" class="elementor elementor-34" data-elementor-post-type="page">
						<header class="elementor-section elementor-top-section elementor-element elementor-element-17402070 elementor-section-height-min-height elementor-section-content-middle elementor-section-items-stretch elementor-reverse-mobile elementor-section-boxed elementor-section-height-default" data-id="17402070" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e9b4817" data-id="2e9b4817" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-148c69b7 elementor-widget elementor-widget-spacer" data-id="148c69b7" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3db54666 elementor-widget elementor-widget-heading" data-id="3db54666" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class="elementor-heading-title elementor-size-default">Fiches Matières</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-75718cca elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="75718cca" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11ca1a01" data-id="11ca1a01" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
					</div>
		</header>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-48550cc8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="48550cc8" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3485477c" data-id="3485477c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7ee7b64f elementor-widget elementor-widget-heading" data-id="7ee7b64f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Fiches Matière pour impression 3D</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-36bae882 elementor-widget elementor-widget-text-editor" data-id="36bae882" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				<p>Grâce à nos fiches matières pour impression 3D, vous avez toutes les indications pour réaliser votre prototype. N&rsquo;hésitez pas à nous appeler ou <strong><a href="https://www.axishello.com/contactez-nos-experts/">contacter</a></strong> par email pour plus de précisions.</p><p><span style="font-size: inherit; text-align: inherit; background-color: var(--palettecolor7); font-style: var(--fontStyle, inherit); letter-spacing: var(--letterSpacing); text-transform: var(--textTransform);">Pour plus d&rsquo;informations sur les technologies d&rsquo;impression 3D chez Axis vous pouvez </span><strong style="font-size: inherit; text-align: inherit; background-color: var(--palettecolor7); font-style: var(--fontStyle, inherit); letter-spacing: var(--letterSpacing); text-transform: var(--textTransform);"><a href="https://www.axishello.com/nos-technologies-3d/comparatif-des-technologies-dimpression-3d/">consulter notre page dédiée.</a></strong></p>						</div>
				</div>
				<div class="elementor-element elementor-element-774ee79b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="774ee79b" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-67071a4d" data-id="67071a4d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-45cfbe2a elementor-widget elementor-widget-spacer" data-id="45cfbe2a" data-element_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-4689d848 elementor-widget elementor-widget-image" data-id="4689d848" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img fetchpriority="high" decoding="async" width="300" height="234" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20234'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-10991" alt="Chaussure semelle bleue en prototypage rapide, grâce à nos Fiches Matières pour impression 3D vous avez toutes les informations pour réaliser votre prototypage" data-lazy-src="https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg" /><noscript><img fetchpriority="high" decoding="async" width="300" height="234" src="https://www.axishello.com/wp-content/uploads/2023/04/chaussure-e1496150549767-300x234-1.jpeg" class="attachment-medium_large size-medium_large wp-image-10991" alt="Chaussure semelle bleue en prototypage rapide, grâce à nos Fiches Matières pour impression 3D vous avez toutes les informations pour réaliser votre prototypage" /></noscript>													</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1d529a85 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1d529a85" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3f55fe8b" data-id="3f55fe8b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-98d6b89 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="98d6b89" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7dced9a" data-id="7dced9a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-01c169c elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="01c169c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a7cce3b" data-id="a7cce3b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c7a3dd5" data-id="c7a3dd5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-298ca64 elementor-widget elementor-widget-heading" data-id="298ca64" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Les matériaux pour Stéréolithograhie SLA</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-456d6d5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="456d6d5" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a306b33 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a306b33" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ef53134" data-id="ef53134" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d072957 elementor-widget-mobile__width-auto elementor-widget elementor-widget-shortcode" data-id="d072957" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode">
<div class="wpdt-c row wpDataTableContainerSimpleTable wpDataTables wpDataTablesWrapper"
    >
        <table id="wpdtSimpleTable-1"
           style="border-collapse:collapse;                   border-spacing:0px;"
           class="wpdtSimpleTable wpDataTable"
           data-column="10"
           data-rows="6"
           data-wpid="1"
           data-responsive="0"
           data-has-header="0">

                    <tbody>        <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="A1"
                    data-col-index="0"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Matières                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="B1"
                    data-col-index="1"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Allongement à la rupture                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="C1"
                    data-col-index="2"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="D1"
                    data-col-index="3"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en flexion                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="E1"
                    data-col-index="4"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Résistance à la traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="F1"
                    data-col-index="5"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Température Max.                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="G1"
                    data-col-index="6"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Densité                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="H1"
                    data-col-index="7"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Couleur                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="I1"
                    data-col-index="8"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Couches                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="J1"
                    data-col-index="9"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Fiches Matières                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A2"
                    data-col-index="0"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        Xtreme                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B2"
                    data-col-index="1"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        14-22%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C2"
                    data-col-index="2"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1790 MPa
1980 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D2"
                    data-col-index="3"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1520 MPa
2070 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E2"
                    data-col-index="4"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        38-44 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F2"
                    data-col-index="5"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        62°C                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G2"
                    data-col-index="6"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1,19                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H2"
                    data-col-index="7"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        Gris                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I2"
                    data-col-index="8"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        0,1mm                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="J2"
                    data-col-index="9"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/Accura-Xtreme.pdf"  rel="" target="_self" data-cell-id="29" data-link-url="https://www.axishello.com/wp-content/uploads/Accura-Xtreme.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A3"
                    data-col-index="0"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        Taurus                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B3"
                    data-col-index="1"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        24%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C3"
                    data-col-index="2"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2310 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D3"
                    data-col-index="3"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2054 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E3"
                    data-col-index="4"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        46.9 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F3"
                    data-col-index="5"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        91°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G3"
                    data-col-index="6"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        1,13                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H3"
                    data-col-index="7"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        Anthracite                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I3"
                    data-col-index="8"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        0,1mm                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="J3"
                    data-col-index="9"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/Somos-Taurus.pdf"  rel="" target="_blank" data-cell-id="39" data-link-url="https://www.axishello.com/wp-content/uploads/Somos-Taurus.pdf" data-link-text="Télécharger" data-link-target="true" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A4"
                    data-col-index="0"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        Clearvue                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B4"
                    data-col-index="1"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        4-7%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C4"
                    data-col-index="2"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        2030 MPa
2220 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D4"
                    data-col-index="3"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        1560 MPa
2040 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E4"
                    data-col-index="4"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        41-46 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F4"
                    data-col-index="5"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        46°C                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G4"
                    data-col-index="6"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        1,1                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H4"
                    data-col-index="7"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        Transparent                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I4"
                    data-col-index="8"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        0,1mm                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="J4"
                    data-col-index="9"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/Accura_Clearvue.pdf"  rel="" target="_self" data-cell-id="49" data-link-url="https://www.axishello.com/wp-content/uploads/Accura_Clearvue.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A5"
                    data-col-index="0"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        Accura 25                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B5"
                    data-col-index="1"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        13-20%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C5"
                    data-col-index="2"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        1590 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D5"
                    data-col-index="3"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        1380 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E5"
                    data-col-index="4"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        55-58 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F5"
                    data-col-index="5"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        58°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G5"
                    data-col-index="6"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        1,19                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H5"
                    data-col-index="7"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        Blanc                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I5"
                    data-col-index="8"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        0,125mm                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="J5"
                    data-col-index="9"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/Accura_25.pdf"  rel="" target="_self" data-cell-id="59" data-link-url="https://www.axishello.com/wp-content/uploads/Accura_25.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A6"
                    data-col-index="0"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        RR60WH - GP Plus                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B6"
                    data-col-index="1"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        4-6%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C6"
                    data-col-index="2"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        2920 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D6"
                    data-col-index="3"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        2670 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E6"
                    data-col-index="4"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        54 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F6"
                    data-col-index="5"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        54°C                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G6"
                    data-col-index="6"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        1,12                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H6"
                    data-col-index="7"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        Blanc                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I6"
                    data-col-index="8"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        0,1mm                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="J6"
                    data-col-index="9"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/Raplas-RR60White.pdf"  rel="" target="_self" data-cell-id="69" data-link-url="https://www.axishello.com/wp-content/uploads/Raplas-RR60White.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                    </table>
</div><style id='wpdt-custom-style-1'>
table#wpdtSimpleTable-1{ table-layout: fixed !important; }
.wpdt-bc-009ED8 { background-color: #009ED8 !important;}
.wpdt-tc-FFFFFF { color: #FFFFFF !important;}
</style>

</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dd56761 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dd56761" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-723c52a" data-id="723c52a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-8bb14a4 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8bb14a4" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4a459ee" data-id="4a459ee" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c1b7256" data-id="c1b7256" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f829b40 elementor-widget elementor-widget-heading" data-id="f829b40" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Les matériaux pour frittage de poudre SLS
</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-93c7b15 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="93c7b15" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-2e8bf61 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2e8bf61" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4d899c2" data-id="4d899c2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e55e891 elementor-widget-mobile__width-auto elementor-widget elementor-widget-shortcode" data-id="e55e891" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode">
<div class="wpdt-c row wpDataTableContainerSimpleTable wpDataTables wpDataTablesWrapper"
    >
        <table id="wpdtSimpleTable-2"
           style="border-collapse:collapse;                   border-spacing:0px;"
           class="wpdtSimpleTable wpDataTable"
           data-column="10"
           data-rows="5"
           data-wpid="2"
           data-responsive="0"
           data-has-header="0">

                    <tbody>        <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="A1"
                    data-col-index="0"
                    data-row-index="0"
                    style=" width:14.772727272727%;                    padding:10px;                    "
                    >
                                        Matières                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="B1"
                    data-col-index="1"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Allongement à la rupture                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="C1"
                    data-col-index="2"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="D1"
                    data-col-index="3"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en flexion                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="E1"
                    data-col-index="4"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Résistance à la traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="F1"
                    data-col-index="5"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Température Max.                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="G1"
                    data-col-index="6"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Densité                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="H1"
                    data-col-index="7"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Couleur                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="I1"
                    data-col-index="8"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Couches                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="J1"
                    data-col-index="9"
                    data-row-index="0"
                    style=" width:9.469696969697%;                    padding:10px;                    "
                    >
                                        Fiches Matières                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A2"
                    data-col-index="0"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        PA 12                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B2"
                    data-col-index="1"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        14%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C2"
                    data-col-index="2"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1586 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D2"
                    data-col-index="3"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1387 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E2"
                    data-col-index="4"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        43 MPA                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F2"
                    data-col-index="5"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        95°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G2"
                    data-col-index="6"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1,00                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H2"
                    data-col-index="7"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        Blanc                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I2"
                    data-col-index="8"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        0,10mm                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="J2"
                    data-col-index="9"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/3D-Systems_DuraForm_PA_DATASHEET.pdf"  rel="" target="_self" data-cell-id="19" data-link-url="https://www.axishello.com/wp-content/uploads/3D-Systems_DuraForm_PA_DATASHEET.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A3"
                    data-col-index="0"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        PA 12 GF                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B3"
                    data-col-index="1"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        1,4%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C3"
                    data-col-index="2"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        4068 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D3"
                    data-col-index="3"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        3106 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E3"
                    data-col-index="4"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        26 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F3"
                    data-col-index="5"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        134°C                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G3"
                    data-col-index="6"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        1,49                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H3"
                    data-col-index="7"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        Crème                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I3"
                    data-col-index="8"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        0,10mm                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="J3"
                    data-col-index="9"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/3D-Systems_DuraForm_GF_DATASHEET.pdf"  rel="" target="_self" data-cell-id="29" data-link-url="https://www.axishello.com/wp-content/uploads/3D-Systems_DuraForm_GF_DATASHEET.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A4"
                    data-col-index="0"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        Duraform Pax (66 shore D -UL94 HB)                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B4"
                    data-col-index="1"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        282%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C4"
                    data-col-index="2"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        1300 Mpa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D4"
                    data-col-index="3"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        880 Mpa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E4"
                    data-col-index="4"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        40 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F4"
                    data-col-index="5"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        o                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G4"
                    data-col-index="6"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        1,03                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H4"
                    data-col-index="7"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        Blanc                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I4"
                    data-col-index="8"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        0,10 mm                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="J4"
                    data-col-index="9"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/2023/12/3d-systems-Duraform-PAX-FR.pdf"  rel="" target="_blank" data-cell-id="39" data-link-url="https://www.axishello.com/wp-content/uploads/2023/12/3d-systems-Duraform-PAX-FR.pdf" data-link-text="Télécharger" data-link-target="true" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A5"
                    data-col-index="0"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        TPU (60 shore A)                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B5"
                    data-col-index="1"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        200%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C5"
                    data-col-index="2"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        5,3 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D5"
                    data-col-index="3"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        6,0 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E5"
                    data-col-index="4"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        2,0 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F5"
                    data-col-index="5"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G5"
                    data-col-index="6"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        0,78                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H5"
                    data-col-index="7"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        Blanc                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I5"
                    data-col-index="8"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        0,10mm                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="J5"
                    data-col-index="9"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/3D-Systems_DuraForm_TPU_Elastomer.pdf"  rel="" target="_self" data-cell-id="49" data-link-url="https://www.axishello.com/wp-content/uploads/3D-Systems_DuraForm_TPU_Elastomer.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                    </table>
</div><style id='wpdt-custom-style-2'>
table#wpdtSimpleTable-2{ table-layout: fixed !important; }
.wpdt-bc-009ED8 { background-color: #009ED8 !important;}
.wpdt-tc-FFFFFF { color: #FFFFFF !important;}
</style>

</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e19b153 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e19b153" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e792af1" data-id="e792af1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-9402232 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9402232" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4a32aa7" data-id="4a32aa7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2fdfa1e elementor-widget elementor-widget-text-editor" data-id="2fdfa1e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>PA 12 :</strong> Polyamide type PA 12 blanc (PA650). Combine la force, la durabilité et la résistance chimique et produit des prototypes robustes et durables. </p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7d5b0e3" data-id="7d5b0e3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-73dab44 elementor-widget elementor-widget-text-editor" data-id="73dab44" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>PA+GF:</strong> Polyamide chargé de verre (PA615). L’ajout de fibre de verre aux nylons améliore considérablement la résistance aux contraintes, la résistance, les températures de déformation thermique, la résistance à l’abrasion et la stabilité dimensionnelle.</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ea9325c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ea9325c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c0a3d6b" data-id="c0a3d6b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bdea9b2 elementor-widget elementor-widget-text-editor" data-id="bdea9b2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>TPU :</strong> Plastique technique flexible d’une dureté shore de 60/70 A qui sert pour les prototypes fonctionnels avec une excellent flexibilité.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-dd97534" data-id="dd97534" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-62e8f40 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="62e8f40" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c063178" data-id="c063178" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-5930d5f elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5930d5f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6e3dafe" data-id="6e3dafe" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-33602fa" data-id="33602fa" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ece78aa elementor-widget elementor-widget-heading" data-id="ece78aa" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Les matériaux pour HP Multi Jet Fusion
</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-400a8f3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="400a8f3" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e6de90f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e6de90f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-46f0059" data-id="46f0059" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7119b1b elementor-widget elementor-widget-shortcode" data-id="7119b1b" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode">
<div class="wpdt-c row wpDataTableContainerSimpleTable wpDataTables wpDataTablesWrapper"
    >
        <table id="wpdtSimpleTable-3"
           style="border-collapse:collapse;                   border-spacing:0px;"
           class="wpdtSimpleTable wpDataTable"
           data-column="10"
           data-rows="3"
           data-wpid="3"
           data-responsive="0"
           data-has-header="0">

                    <tbody>        <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="A1"
                    data-col-index="0"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Matières                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="B1"
                    data-col-index="1"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Allongement à la rupture                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="C1"
                    data-col-index="2"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="D1"
                    data-col-index="3"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en flexion                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="E1"
                    data-col-index="4"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Résistance à la traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="F1"
                    data-col-index="5"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Température Max.                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="G1"
                    data-col-index="6"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Densité                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="H1"
                    data-col-index="7"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Couleur                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="I1"
                    data-col-index="8"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Couches                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="J1"
                    data-col-index="9"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        fiche Matière                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="A2"
                    data-col-index="0"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        PA 12                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="B2"
                    data-col-index="1"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        15-20%                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="C2"
                    data-col-index="2"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1700 MPa 1800 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="D2"
                    data-col-index="3"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1800 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="E2"
                    data-col-index="4"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        48 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="F2"
                    data-col-index="5"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        95°C                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="G2"
                    data-col-index="6"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1,01                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="H2"
                    data-col-index="7"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        Gris / Noir                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="I2"
                    data-col-index="8"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        0,08mm                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="J2"
                    data-col-index="9"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/MJF-HP-PA12.pdf"  rel="" target="_blank" data-cell-id="19" data-link-url="https://www.axishello.com/wp-content/uploads/MJF-HP-PA12.pdf" data-link-text="Télécharger" data-link-target="true" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="&lt;i class=&quot;fa fa-file-pdf-o&quot; aria-hidden=&quot;true&quot;&gt;&lt;/i&gt;" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="A3"
                    data-col-index="0"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        PA 12 GF                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="B3"
                    data-col-index="1"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        10%                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="C3"
                    data-col-index="2"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2500 MPa 2700 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="D3"
                    data-col-index="3"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2400 MPa 2700 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="E3"
                    data-col-index="4"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        30 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="F3"
                    data-col-index="5"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        114°C                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="G3"
                    data-col-index="6"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        1,3                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="H3"
                    data-col-index="7"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        Gris                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="I3"
                    data-col-index="8"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        0,08mm                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="J3"
                    data-col-index="9"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/MJF-Nylon-12-Glass-Beads.pdf"  rel="" target="_self" data-cell-id="29" data-link-url="https://www.axishello.com/wp-content/uploads/MJF-Nylon-12-Glass-Beads.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                    </table>
</div><style id='wpdt-custom-style-3'>
table#wpdtSimpleTable-3{ table-layout: fixed !important; }
.wpdt-bc-009ED8 { background-color: #009ED8 !important;}
.wpdt-tc-FFFFFF { color: #FFFFFF !important;}
.wpdt-bc-FFFFFF { background-color: #FFFFFF !important;}
</style>

</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-c75ff3e elementor-widget elementor-widget-text-editor" data-id="c75ff3e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><a href="https://en.wikipedia.org/wiki/Nylon_12" target="_blank" rel="noopener"><strong>PA 12:</strong></a> Polyamide PA 12. Le matériau se caractérise par une bonne élasticité et une résistance élevée aux chocs. En outre, le polyamide présente une excellente résistance aux produits chimiques tels que les hydrocarbures, les huiles et les solvants. Il combine force et durabilité et permet de produire des prototypes robustes et durables.</p><p><a href="https://en.wikipedia.org/wiki/Nylon_12" target="_blank" rel="noopener"><strong>PA 12 GF :</strong></a> Polyamide PA 12 chargé en fibres de verre pour une meilleure résistance.</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-915497d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="915497d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9d52298" data-id="9d52298" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-98be2b2 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="98be2b2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9194b92" data-id="9194b92" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4540100" data-id="4540100" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2b31857 elementor-widget elementor-widget-heading" data-id="2b31857" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Les matériaux pour coulée sous vide</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-f945d52 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f945d52" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d372b1b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d372b1b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-108dd7a" data-id="108dd7a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c8e795 elementor-widget elementor-widget-shortcode" data-id="7c8e795" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode">
<div class="wpdt-c row wpDataTableContainerSimpleTable wpDataTables wpDataTablesWrapper"
    >
        <table id="wpdtSimpleTable-4"
           style="border-collapse:collapse;                   border-spacing:0px;"
           class="wpdtSimpleTable wpDataTable"
           data-column="10"
           data-rows="13"
           data-wpid="4"
           data-responsive="0"
           data-has-header="0">

                    <tbody>        <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold wpdt-overflow-text"
                                            data-cell-id="A1"
                    data-col-index="0"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Matières                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="B1"
                    data-col-index="1"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Allongement à la rupture                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="C1"
                    data-col-index="2"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="D1"
                    data-col-index="3"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en flexion                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="E1"
                    data-col-index="4"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Résistance à la traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="F1"
                    data-col-index="5"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Température Max.                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="G1"
                    data-col-index="6"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Densité                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="H1"
                    data-col-index="7"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Couleur                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="I1"
                    data-col-index="8"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Type                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="J1"
                    data-col-index="9"
                    data-row-index="0"
                    style=" width:10%;                    padding:10px;                    "
                    >
                                        Fiches Matières                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="A2"
                    data-col-index="0"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        PX 523                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="B2"
                    data-col-index="1"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        6%                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="C2"
                    data-col-index="2"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        2600 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="D2"
                    data-col-index="3"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        2100 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="E2"
                    data-col-index="4"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        68 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="F2"
                    data-col-index="5"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        100°C                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="G2"
                    data-col-index="6"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1.06                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="H2"
                    data-col-index="7"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        Transparent                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="I2"
                    data-col-index="8"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        PC                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J2"
                    data-col-index="9"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/Sika-PX-523-remplace-le-PX-5210-5213.pdf" rel="" target="_blank" data-cell-id="19" data-link-url="https://www.axishello.com/wp-content/uploads/Sika-PX-523-remplace-le-PX-5210-5213.pdf" data-link-text="Télécharger" data-link-target="true" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="A3"
                    data-col-index="0"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        SG 95                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="B3"
                    data-col-index="1"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        25%                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="C3"
                    data-col-index="2"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2521 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="D3"
                    data-col-index="3"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2400 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="E3"
                    data-col-index="4"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        58 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="F3"
                    data-col-index="5"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        72°C                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="G3"
                    data-col-index="6"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        1,21                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="H3"
                    data-col-index="7"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        Transparent                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="I3"
                    data-col-index="8"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        ABS                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J3"
                    data-col-index="9"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/SG95-Product-Data-sheet.pdf" rel="" target="_self" data-cell-id="29" data-link-url="https://www.axishello.com/wp-content/uploads/SG95-Product-Data-sheet.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="A4"
                    data-col-index="0"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        PX212                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="B4"
                    data-col-index="1"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        25%                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="C4"
                    data-col-index="2"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="D4"
                    data-col-index="3"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        1200 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="E4"
                    data-col-index="4"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        40 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="F4"
                    data-col-index="5"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        78°C                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="G4"
                    data-col-index="6"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        1,15                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="H4"
                    data-col-index="7"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        Translucide                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="I4"
                    data-col-index="8"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        PEHD                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J4"
                    data-col-index="9"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/px212-fr.pdf" rel="" target="_self" data-cell-id="39" data-link-url="https://www.axishello.com/wp-content/uploads/px212-fr.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="A5"
                    data-col-index="0"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        PX223 HT                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="B5"
                    data-col-index="1"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        11%                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="C5"
                    data-col-index="2"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="D5"
                    data-col-index="3"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        2300 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="E5"
                    data-col-index="4"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        60 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="F5"
                    data-col-index="5"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        120°C                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="G5"
                    data-col-index="6"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        1.12                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="H5"
                    data-col-index="7"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        Noir                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="I5"
                    data-col-index="8"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        PA 6.6                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF wpdt-tc-2196F3 wpdt-empty-cell"
                                            data-cell-id="J5"
                    data-col-index="9"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                                            </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="A6"
                    data-col-index="0"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        PX234                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="B6"
                    data-col-index="1"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        13%                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="C6"
                    data-col-index="2"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        1800 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="D6"
                    data-col-index="3"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        1200 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="E6"
                    data-col-index="4"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        61 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="F6"
                    data-col-index="5"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        220°C                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="G6"
                    data-col-index="6"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        1,19                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="H6"
                    data-col-index="7"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        Ambre                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="I6"
                    data-col-index="8"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        PEEK                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J6"
                    data-col-index="9"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/px234ht-234ht-ls.fr.pdf" rel="" target="_self" data-cell-id="59" data-link-url="https://www.axishello.com/wp-content/uploads/px234ht-234ht-ls.fr.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="A7"
                    data-col-index="0"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        PX245                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="B7"
                    data-col-index="1"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        3%                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="C7"
                    data-col-index="2"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="D7"
                    data-col-index="3"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        4500 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="E7"
                    data-col-index="4"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        85 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="F7"
                    data-col-index="5"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        92°C                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="G7"
                    data-col-index="6"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        1,22                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="H7"
                    data-col-index="7"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        Blanc crème                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="I7"
                    data-col-index="8"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        POM                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J7"
                    data-col-index="9"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/px245-system-fr.pdf" rel="" target="_self" data-cell-id="69" data-link-url="https://www.axishello.com/wp-content/uploads/px245-system-fr.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="A8"
                    data-col-index="0"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        9012                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="B8"
                    data-col-index="1"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        25%                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="C8"
                    data-col-index="2"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="D8"
                    data-col-index="3"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        1310 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="E8"
                    data-col-index="4"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        40 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="F8"
                    data-col-index="5"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        90°C                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="G8"
                    data-col-index="6"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        1,1                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="H8"
                    data-col-index="7"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        Blanc                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="I8"
                    data-col-index="8"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        Contact alimentaire                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J8"
                    data-col-index="9"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/9012-Product-Data-Sheet.pdf" rel="" target="_self" data-cell-id="79" data-link-url="https://www.axishello.com/wp-content/uploads/9012-Product-Data-Sheet.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="A9"
                    data-col-index="0"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        PX 205                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="B9"
                    data-col-index="1"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        100%                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="C9"
                    data-col-index="2"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        530 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="D9"
                    data-col-index="3"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        500 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="E9"
                    data-col-index="4"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        25 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="F9"
                    data-col-index="5"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        55°C                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="G9"
                    data-col-index="6"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        1,08                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="H9"
                    data-col-index="7"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        Beige                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="I9"
                    data-col-index="8"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J9"
                    data-col-index="9"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/px205-fr.pdf" rel="" target="_self" data-cell-id="89" data-link-url="https://www.axishello.com/wp-content/uploads/px205-fr.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="A10"
                    data-col-index="0"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        8263 (ULV94-0)                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="B10"
                    data-col-index="1"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        15%                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="C10"
                    data-col-index="2"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="D10"
                    data-col-index="3"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        2200 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="E10"
                    data-col-index="4"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        68 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="F10"
                    data-col-index="5"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        80°C                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="G10"
                    data-col-index="6"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        1,19                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="H10"
                    data-col-index="7"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        Blanc transparent                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="I10"
                    data-col-index="8"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        PU V0                    </td>
                                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J10"
                    data-col-index="9"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/8263-Product-Data-Sheet.pdf" rel="" target="_self" data-cell-id="99" data-link-url="https://www.axishello.com/wp-content/uploads/8263-Product-Data-Sheet.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="A11"
                    data-col-index="0"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        PX 331 (Certifié FAR)                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="B11"
                    data-col-index="1"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        4%                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="C11"
                    data-col-index="2"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        4500 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="D11"
                    data-col-index="3"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        3700 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="E11"
                    data-col-index="4"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        55 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="F11"
                    data-col-index="5"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        90°C                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="G11"
                    data-col-index="6"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        1,35                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="H11"
                    data-col-index="7"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        Blanc crème                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="I11"
                    data-col-index="8"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        ABS Chargé                    </td>
                                                <td class="wpdt-cell wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J11"
                    data-col-index="9"
                    data-row-index="10"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/px331-fr.pdf" rel="" target="_self" data-cell-id="109" data-link-url="https://www.axishello.com/wp-content/uploads/px331-fr.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF"
                                            data-cell-id="A12"
                    data-col-index="0"
                    data-row-index="11"
                    style="                    padding:10px;                    "
                    >
                                        UPX 8400 (dureté de 30 à 95 Shore A)                    </td>
                                                <td class="wpdt-cell wpdt-clip-text wpdt-bold wpdt-bc-FFFFFF wpdt-merged-cell"
                     colspan="8"  rowspan="1"                     data-cell-id="B12"
                    data-col-index="1"
                    data-row-index="11"
                    style="                    padding:10px;                    "
                    >
                                        Dépend de la dureté - Veuillez nous contacter                    </td>
                                                                                                                                    <td class="wpdt-cell wpdt-bold wpdt-bc-FFFFFF wpdt-tc-2196F3 wpdt-empty-cell"
                                            data-cell-id="J12"
                    data-col-index="9"
                    data-row-index="11"
                    style="                    padding:10px;                    "
                    >
                                                            </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-FFFFFF"
                                            data-cell-id="A13"
                    data-col-index="0"
                    data-row-index="12"
                    style="                    padding:10px;                    "
                    >
                                        Silicone 13/33/42 Shore A                    </td>
                                                <td class="wpdt-cell wpdt-clip-text wpdt-bold wpdt-bc-FFFFFF wpdt-merged-cell"
                     colspan="8"  rowspan="1"                     data-cell-id="B13"
                    data-col-index="1"
                    data-row-index="12"
                    style="                    padding:10px;                    "
                    >
                                        Dépend de la dureté - Veuillez nous contacter                    </td>
                                                                                                                                    <td class="wpdt-cell wpdt-bc-FFFFFF wpdt-tc-2196F3"
                                            data-cell-id="J13"
                    data-col-index="9"
                    data-row-index="12"
                    style="                    padding:10px;                    "
                    >
                                        <a class="wpdt-link-content" href="https://www.axishello.com/wp-content/uploads/Silicone-13-33-42-shore-A-.pdf" rel="" target="_self" data-cell-id="129" data-link-url="https://www.axishello.com/wp-content/uploads/Silicone-13-33-42-shore-A-.pdf" data-link-text="Télécharger" data-link-target="0" data-link-nofollow="0" data-link-noreferrer="0" data-link-sponsored="0" data-link-btn-status="0" data-link-btn-class="" data-link-content="wpdt-link-content">Télécharger</a>                    </td>
                                        </tr>
                    </table>
</div><style id='wpdt-custom-style-4'>
table#wpdtSimpleTable-4{ table-layout: fixed !important; }
.wpdt-bc-009ED8 { background-color: #009ED8 !important;}
.wpdt-tc-FFFFFF { color: #FFFFFF !important;}
.wpdt-bc-FFFFFF { background-color: #FFFFFF !important;}
.wpdt-tc-2196F3 { color: #2196F3 !important;}
</style>

</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d55427d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d55427d" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b43ec6" data-id="2b43ec6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-87ea7ef elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="87ea7ef" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a3de081" data-id="a3de081" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-68f1949 elementor-widget elementor-widget-text-editor" data-id="68f1949" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>SG95:</strong> Résine polyuréthane de type ABS transparent. Bonne résistance à la température.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0989b58" data-id="0989b58" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d91bb37 elementor-widget elementor-widget-text-editor" data-id="d91bb37" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>PX212:</strong> Résine PU translucide. Pièces prototypes d’aspect PP ou HDPE offrant une bonne résistance à la température. </p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d36cd40 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d36cd40" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-53917eb" data-id="53917eb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e39314c elementor-widget elementor-widget-text-editor" data-id="e39314c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>PX234:</strong> Résine translucide jaune de type PA6.6 chargée. Type PEEK. Idéal pour toute pièce devant supporter des températures élevées. </p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2e2de13" data-id="2e2de13" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-356a89f elementor-widget elementor-widget-text-editor" data-id="356a89f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>PX245:</strong> Résine PU blanche. Idéal pour la production de modèles ayant des propriétés mécaniques proches de certains thermoplastiques tels que le polyoxyméthylène (POM) ou le polyamide (PA).</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-818fa53 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="818fa53" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-345d7d0" data-id="345d7d0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fbe5d29 elementor-widget elementor-widget-text-editor" data-id="fbe5d29" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>UPX 8400: </strong> Résine polyuréthane de type élastomère. Plusieurs duretés sont possibles entre 30 et 95 Shore A. Ce matériau confère un aspect caoutchouteux à la pièce produite.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c464761" data-id="c464761" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b3edc51 elementor-widget elementor-widget-text-editor" data-id="b3edc51" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>9012:</strong> Résine polyuréthane blanche adaptée au contact alimentaire (non teintable). </p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-c4472d0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c4472d0" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5e46604" data-id="5e46604" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-54db199 elementor-widget elementor-widget-text-editor" data-id="54db199" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>PR1700: </strong> Résine PU de type PC transparente. Matériau pour la fabrication de pièces optiques présentant une excellente résistance aux UV et des propriétés proches du PMMA et du PC.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6323dcd" data-id="6323dcd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2df1b63 elementor-widget elementor-widget-text-editor" data-id="2df1b63" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><span style="font-weight: bolder;">PR751:</span> Résine polyuréthane noire type PA6.6. Nécessité de réaliser des pièces semi-flexibles de qualité résistante aux chocs et aux sollicitations mécaniques telles que les pare-chocs ou l’effet de charnière.</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bb03899 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bb03899" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7625b0f" data-id="7625b0f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-deba6a2 elementor-widget elementor-widget-text-editor" data-id="deba6a2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<strong>8263: </strong> Résine PU blanche translucide de type V0. Matériau ignifuge avec une bonne résistance aux chocs.						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f71466b" data-id="f71466b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-33cf6d5e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="33cf6d5e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-adeac66" data-id="adeac66" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-24b2f4ed elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="24b2f4ed" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-16425cb1" data-id="16425cb1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-73c7b293" data-id="73c7b293" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-39ed7b43 elementor-widget elementor-widget-heading" data-id="39ed7b43" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Les matériaux pour dépose de fil
</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-5b986f5d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5b986f5d" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ad83dcf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ad83dcf" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b8d4453" data-id="b8d4453" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-181f91f elementor-widget elementor-widget-shortcode" data-id="181f91f" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode">
<div class="wpdt-c row wpDataTableContainerSimpleTable wpDataTables wpDataTablesWrapper"
    >
        <table id="wpdtSimpleTable-5"
           style="border-collapse:collapse;                   border-spacing:0px;"
           class="wpdtSimpleTable wpDataTable"
           data-column="9"
           data-rows="10"
           data-wpid="5"
           data-responsive="0"
           data-has-header="0">

                    <tbody>        <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="A1"
                    data-col-index="0"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Matières                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="B1"
                    data-col-index="1"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Allongement à la rupture                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="C1"
                    data-col-index="2"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="D1"
                    data-col-index="3"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Module d'élasticité en flexion                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="E1"
                    data-col-index="4"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Résistance à la traction                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="F1"
                    data-col-index="5"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Température Max.                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="G1"
                    data-col-index="6"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Densité                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="H1"
                    data-col-index="7"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Couleur                    </td>
                                                <td class="wpdt-cell wpdt-bc-009ED8 wpdt-tc-FFFFFF wpdt-bold"
                                            data-cell-id="I1"
                    data-col-index="8"
                    data-row-index="0"
                    style=" width:11.111111111111%;                    padding:10px;                    "
                    >
                                        Couches                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A2"
                    data-col-index="0"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        ABS                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B2"
                    data-col-index="1"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        9%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C2"
                    data-col-index="2"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1900 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D2"
                    data-col-index="3"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E2"
                    data-col-index="4"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        38 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F2"
                    data-col-index="5"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        103°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G2"
                    data-col-index="6"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        1,03                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H2"
                    data-col-index="7"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        Blanc/Noir                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I2"
                    data-col-index="8"
                    data-row-index="1"
                    style="                    padding:10px;                    "
                    >
                                        0,4mm    0,1mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A3"
                    data-col-index="0"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        PETG                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B3"
                    data-col-index="1"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        235,00%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C3"
                    data-col-index="2"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2020 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D3"
                    data-col-index="3"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        2050 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E3"
                    data-col-index="4"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        50 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F3"
                    data-col-index="5"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G3"
                    data-col-index="6"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        1,27                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H3"
                    data-col-index="7"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        Translucide                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I3"
                    data-col-index="8"
                    data-row-index="2"
                    style="                    padding:10px;                    "
                    >
                                        0,4mm    0,1mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A4"
                    data-col-index="0"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        PLA                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B4"
                    data-col-index="1"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        3%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C4"
                    data-col-index="2"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        39 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D4"
                    data-col-index="3"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        -                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E4"
                    data-col-index="4"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        39 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F4"
                    data-col-index="5"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        57°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G4"
                    data-col-index="6"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        1.24                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H4"
                    data-col-index="7"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        Blanc/Noir                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I4"
                    data-col-index="8"
                    data-row-index="3"
                    style="                    padding:10px;                    "
                    >
                                        0.4mm
0.1mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A5"
                    data-col-index="0"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        Ultem 9085                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B5"
                    data-col-index="1"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        6%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C5"
                    data-col-index="2"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        2200 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D5"
                    data-col-index="3"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        1310 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E5"
                    data-col-index="4"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        71,6 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F5"
                    data-col-index="5"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        156°C                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G5"
                    data-col-index="6"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        1,34                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H5"
                    data-col-index="7"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        Ambre                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I5"
                    data-col-index="8"
                    data-row-index="4"
                    style="                    padding:10px;                    "
                    >
                                        0,25mm    0,17mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A6"
                    data-col-index="0"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        Ultem 1010                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B6"
                    data-col-index="1"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        3,3%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C6"
                    data-col-index="2"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        2820 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D6"
                    data-col-index="3"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        2820 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E6"
                    data-col-index="4"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        81 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F6"
                    data-col-index="5"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        216°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G6"
                    data-col-index="6"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        1,27                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H6"
                    data-col-index="7"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        Naturel                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I6"
                    data-col-index="8"
                    data-row-index="5"
                    style="                    padding:10px;                    "
                    >
                                        0,25mm    0,17mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A7"
                    data-col-index="0"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        PC-ABS                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B7"
                    data-col-index="1"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        6%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C7"
                    data-col-index="2"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        1900 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D7"
                    data-col-index="3"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        1900 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E7"
                    data-col-index="4"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        41 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F7"
                    data-col-index="5"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        110°C                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G7"
                    data-col-index="6"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        1,1                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H7"
                    data-col-index="7"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        Noir                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I7"
                    data-col-index="8"
                    data-row-index="6"
                    style="                    padding:10px;                    "
                    >
                                        0,25mm    0,17mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A8"
                    data-col-index="0"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        PC (Polycarbonate)                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B8"
                    data-col-index="1"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        5%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C8"
                    data-col-index="2"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        2300 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D8"
                    data-col-index="3"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        2200 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E8"
                    data-col-index="4"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        68 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F8"
                    data-col-index="5"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        138°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G8"
                    data-col-index="6"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        1.2                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H8"
                    data-col-index="7"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        Blanc brillant                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I8"
                    data-col-index="8"
                    data-row-index="7"
                    style="                    padding:10px;                    "
                    >
                                        0,25mm    0,17mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="A9"
                    data-col-index="0"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        Nylon                     </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="B9"
                    data-col-index="1"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        6,5%                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="C9"
                    data-col-index="2"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        1310 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="D9"
                    data-col-index="3"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        1310 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="E9"
                    data-col-index="4"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        18.26 MPa                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="F9"
                    data-col-index="5"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        97°C                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="G9"
                    data-col-index="6"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        1,03                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="H9"
                    data-col-index="7"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        Noir                    </td>
                                                <td class="wpdt-cell wpdt-bold"
                                            data-cell-id="I9"
                    data-col-index="8"
                    data-row-index="8"
                    style="                    padding:10px;                    "
                    >
                                        0,25mm    0,17mm                    </td>
                                        </tr>
                            <tr class="wpdt-cell-row" >
                                <td class="wpdt-cell"
                                            data-cell-id="A10"
                    data-col-index="0"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        ASA                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="B10"
                    data-col-index="1"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        4%                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="C10"
                    data-col-index="2"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        2010 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="D10"
                    data-col-index="3"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        1870 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="E10"
                    data-col-index="4"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        29 MPa                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="F10"
                    data-col-index="5"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        91°C                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="G10"
                    data-col-index="6"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        1,05                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="H10"
                    data-col-index="7"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        Noir                    </td>
                                                <td class="wpdt-cell"
                                            data-cell-id="I10"
                    data-col-index="8"
                    data-row-index="9"
                    style="                    padding:10px;                    "
                    >
                                        0,25mm    0,17mm                    </td>
                                        </tr>
                    </table>
</div><style id='wpdt-custom-style-5'>
table#wpdtSimpleTable-5{ table-layout: fixed !important; }
.wpdt-bc-009ED8 { background-color: #009ED8 !important;}
.wpdt-tc-FFFFFF { color: #FFFFFF !important;}
</style>

</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1e1e54f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1e1e54f9" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-37c7b1d5" data-id="37c7b1d5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-b7da63a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b7da63a" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b45252f" data-id="b45252f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6bbc2af elementor-widget elementor-widget-text-editor" data-id="6bbc2af" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<b>ABS (ESD7): </b>Permet aux fabricants de produits électroniques d’étendre l’utilisation de l’impression 3D sur la chaîne de montage. La dissipation statique en fait également le matériau idéal pour les applications en présence de poudres, poussières et brouillards attirés par les pièces en plastique.						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-264a917" data-id="264a917" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1f8723b elementor-widget elementor-widget-text-editor" data-id="1f8723b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<b>PC (Polycarbonate)</b>: excellentes propriétés mécaniques, résistance aux chocs et résistance à la chaleur.						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f236982 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f236982" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-dcafd23" data-id="dcafd23" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-afbaf50 elementor-widget elementor-widget-text-editor" data-id="afbaf50" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<b>Ultem 9085</b>: Thermoplastique idéal pour les applications aérospatiales, automobiles et militaires en raison de sa classification FST.						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f930b71" data-id="f930b71" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c849e53 elementor-widget elementor-widget-text-editor" data-id="c849e53" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<b>Ultem 1010</b>: Offre la meilleure résistance à la chaleur, aux produits chimiques et aux contraintes de tous les thermoplastiques produits par enlèvement de fil.						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a7a9988 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a7a9988" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-99e5909" data-id="99e5909" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-72b1dc9 elementor-widget elementor-widget-text-editor" data-id="72b1dc9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<b>PC-ABS</b>: Le mélange de PC et d’ABS offre la combinaison unique d’une capacité de traitement élevée de l’ABS avec d’excellentes propriétés mécaniques, une résistance aux chocs et une résistance à la chaleur de PC.						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aa94048" data-id="aa94048" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9fbb0a8 elementor-widget elementor-widget-text-editor" data-id="9fbb0a8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<b>Nylon</b>: le matériau le plus résistant de l’industrie.						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-d6aa0a7 elementor-widget elementor-widget-spacer" data-id="d6aa0a7" data-element_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>
					</div>
		</section>
				</div>
				<footer itemtype="https://schema.org/WPFooter" itemscope="itemscope" id="colophon" role="contentinfo">
			<div class='footer-width-fixer'>		<div data-elementor-type="wp-post" data-elementor-id="335" class="elementor elementor-335" data-elementor-post-type="elementor-hf">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1d408c41 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="1d408c41" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ca01646 elementor-hidden-mobile" data-id="ca01646" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ff866f1 elementor-hidden-mobile" data-id="ff866f1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f3272b6 elementor-widget elementor-widget-heading" data-id="f3272b6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">DEcouvrez nos technologies</div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-9c9ef52 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9c9ef52" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-757dd23" data-id="757dd23" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4921db4 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="4921db4" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" href="https://www.axishello.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css">		<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/nos-technologies-3d/multi-jet-fusion/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-right"></i>						</span>
										<span class="elementor-icon-list-text">Multijet fusion 3D</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/nos-technologies-3d/stereolithographie/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-right"></i>						</span>
										<span class="elementor-icon-list-text">Stéréolithographie</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/nos-technologies-3d/frittage-de-poudre/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-right"></i>						</span>
										<span class="elementor-icon-list-text">Frittage de poudre</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/nos-technologies-3d/coulee-sous-vide/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-right"></i>						</span>
										<span class="elementor-icon-list-text">Coulée sous vide</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b9f28d0" data-id="b9f28d0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fd44ae1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="fd44ae1" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/nos-technologies-3d/depose-de-fil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-right"></i>						</span>
										<span class="elementor-icon-list-text">Dépose de fil</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/nos-technologies-3d/rim/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-right"></i>						</span>
										<span class="elementor-icon-list-text">RIM</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/nos-technologies-3d/frittage-metal-dlms-lms/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-right"></i>						</span>
										<span class="elementor-icon-list-text">Frittage métal DMLS/ SLM</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7bd2629" data-id="7bd2629" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-865bef6 elementor-widget elementor-widget-heading" data-id="865bef6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Nous contacter</div>		</div>
				</div>
				<div class="elementor-element elementor-element-30112e8 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="30112e8" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+33555061717">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Tel +33 (0)5 55 06 17 17 </span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:axis@axishello.com">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">axis@axishello.com</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-0c75c7b e-grid-align-left e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="0c75c7b" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c1104d1" href="https://www.facebook.com/AxisHello" target="_blank">
						<span class="elementor-screen-only">Facebook-f</span>
						<i class="fab fa-facebook-f"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-eb3cdb2" href="https://www.youtube.com/@axisprototypagerapide" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-11b5f0a" href="https://www.linkedin.com/company/axis-prototypage-rapide/" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<i class="fab fa-linkedin"></i>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d243ede" data-id="d243ede" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1162b1c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1162b1c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-63f5ecf" data-id="63f5ecf" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5d325ef elementor-widget elementor-widget-shortcode" data-id="5d325ef" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="google-business-reviews-rating" class="google-business-reviews-rating gmbrr badge tiny no-outline link" data-href="https://search.google.com/local/reviews?placeid=ChIJC_pIQhgx-UcR5fZ4--gv_tI">
	<p class="rating"><span class="attribution google-icon" title="Powered by Google"></span> <span class="number">5,0</span> <span class="all-stars"><span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span></span> <span class="count">6 avis</span></p>
</div>
</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-579ac96 elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="579ac96" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
										<span class="elementor-icon-list-text">Tous droits réservés ©  2023</span>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
										<span class="elementor-icon-list-text">Réalisé par Bluekat Digital</span>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="/politique-de-confidentialite/">

											<span class="elementor-icon-list-text">Politique de Confidentialité</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="/mentions-legales/">

											<span class="elementor-icon-list-text">Mentions Légales</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
										<span class="elementor-icon-list-text">7-9 Rue de Chantecaille, 87220 Feytiat</span>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div>		</footer>
	
<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 bottom-right-view-preferences optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Gérer le consentement aux cookies</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="Fermer la boîte de dialogue">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
		</div>
	</div>

	<div class="cmplz-divider cmplz-divider-header"></div>
	<div class="cmplz-body">
		<div class="cmplz-message" id="cmplz-message-1-optin">Pour offrir les meilleures expériences, nous utilisons des technologies telles que les cookies pour stocker et/ou accéder aux informations des appareils. Le fait de consentir à ces technologies nous permettra de traiter des données telles que le comportement de navigation ou les ID uniques sur ce site. Le fait de ne pas consentir ou de retirer son consentement peut avoir un effet négatif sur certaines caractéristiques et fonctions.</div>
		<!-- categories start -->
		<div class="cmplz-categories">
			<details class="cmplz-category cmplz-functional" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Fonctionnel</span>
							<span class='cmplz-always-active'>
								<span class="cmplz-banner-checkbox">
									<input type="checkbox"
										   id="cmplz-functional-optin"
										   data-category="cmplz_functional"
										   class="cmplz-consent-checkbox cmplz-functional"
										   size="40"
										   value="1"/>
									<label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Fonctionnel</span></label>
								</span>
								Toujours activé							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-functional">Le stockage ou l’accès technique est strictement nécessaire dans la finalité d’intérêt légitime de permettre l’utilisation d’un service spécifique explicitement demandé par l’abonné ou l’utilisateur, ou dans le seul but d’effectuer la transmission d’une communication sur un réseau de communications électroniques.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-preferences" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Préférences</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-preferences-optin"
									   data-category="cmplz_preferences"
									   class="cmplz-consent-checkbox cmplz-preferences"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Préférences</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-preferences">Le stockage ou l’accès technique est nécessaire dans la finalité d’intérêt légitime de stocker des préférences qui ne sont pas demandées par l’abonné ou l’utilisateur.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-statistics" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Statistiques</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-statistics-optin"
									   data-category="cmplz_statistics"
									   class="cmplz-consent-checkbox cmplz-statistics"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Statistiques</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-statistics">Le stockage ou l’accès technique qui est utilisé exclusivement à des fins statistiques.</span>
					<span class="cmplz-description-statistics-anonymous">Le stockage ou l’accès technique qui est utilisé exclusivement dans des finalités statistiques anonymes. En l’absence d’une assignation à comparaître, d’une conformité volontaire de la part de votre fournisseur d’accès à internet ou d’enregistrements supplémentaires provenant d’une tierce partie, les informations stockées ou extraites à cette seule fin ne peuvent généralement pas être utilisées pour vous identifier.</span>
				</div>
			</details>
			<details class="cmplz-category cmplz-marketing" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Marketing</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-marketing-optin"
									   data-category="cmplz_marketing"
									   class="cmplz-consent-checkbox cmplz-marketing"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-marketing">Le stockage ou l’accès technique est nécessaire pour créer des profils d’utilisateurs afin d’envoyer des publicités, ou pour suivre l’utilisateur sur un site web ou sur plusieurs sites web ayant des finalités marketing similaires.</span>
				</div>
			</details>
		</div><!-- categories end -->
			</div>

	<div class="cmplz-links cmplz-information">
		<a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Gérer les options</a>
		<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Gérer les services</a>
		<a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Gérer {vendor_count} fournisseurs</a>
		<a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">En savoir plus sur ces finalités</a>
			</div>

	<div class="cmplz-divider cmplz-footer"></div>

	<div class="cmplz-buttons">
		<button class="cmplz-btn cmplz-accept">Accepter</button>
		<button class="cmplz-btn cmplz-deny">Refuser</button>
		<button class="cmplz-btn cmplz-view-preferences">Voir les préférences</button>
		<button class="cmplz-btn cmplz-save-preferences">Enregistrer les préférences</button>
		<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Voir les préférences</a>
			</div>

	<div class="cmplz-links cmplz-documents">
		<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
			</div>

</div>
</div>
					<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Gérer le consentement</button>

</div><link rel='stylesheet' id='wdt-simple-table-css' href='https://www.axishello.com/wp-content/plugins/wpdatatables/assets/css/wdt.simpleTable.min.css?ver=3.4.2.11' media='all' />
<link rel='stylesheet' id='wdt-font-style-css' href='https://www.axishello.com/wp-content/plugins/wpdatatables/assets/css/style.min.css?ver=3.4.2.11' media='all' />
<script id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.axishello.com","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script id="rocket_lazyload_css-js-extra">
var rocket_lazyload_css_data = {"threshold":"300"};
</script>
<script id="rocket_lazyload_css-js-after">
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg-container");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{var e;t&&((e=document.createElement("style")).textContent=t.style,o.insertAdjacentElement("afterend",e),t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
//# sourceMappingURL=lazyload-css.min.js.map
</script>
<script   src="https://www.axishello.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.0.1" id="hello-theme-frontend-js"></script>
<script id="wp_mailjet_form_builder_widget-front-script-js-extra">
var mjWidget = {"ajax_url":"https:\/\/www.axishello.com\/wp-admin\/admin-ajax.php"};
</script>
<script   src="https://www.axishello.com/wp-content/cache/asset-cleanup/js/item/mailjet-for-__src__widgetformbuilder__js__front-widget-js-vaef41f444d690967666b2de8f88df90b85bd3163.js" id="wp_mailjet_form_builder_widget-front-script-js"></script>
<script id="cmplz-cookiebanner-js-extra">
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"46","version":"7.0.4","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/www.axishello.com\/wp-json\/complianz\/v1\/","locale":"lang=fr&locale=fr_FR","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"16","cookie_path":"\/","categories":{"statistics":"statistiques","marketing":"marketing"},"tcf_active":"","placeholdertext":"Cliquez pour accepter les cookies {category} et activer ce contenu","css_file":"https:\/\/www.axishello.com\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=46","page_links":{"eu":{"cookie-statement":{"title":"Politique de cookies ","url":"https:\/\/www.axishello.com\/politique-de-cookies-ue\/"},"privacy-statement":{"title":"Politique de confidentialit\u00e9","url":"https:\/\/www.axishello.com\/politique-de-confidentialite\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Cliquez pour accepter les cookies {category} et activer ce contenu"};
</script>
<script   defer src="https://www.axishello.com/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1710524179" id="cmplz-cookiebanner-js"></script>
<script   id="cmplz-cookiebanner-js-after">
		if ('undefined' != typeof window.jQuery) {
			jQuery(document).ready(function ($) {
				$(document).on('elementor/popup/show', () => {
					let rev_cats = cmplz_categories.reverse();
					for (let key in rev_cats) {
						if (rev_cats.hasOwnProperty(key)) {
							let category = cmplz_categories[key];
							if (cmplz_has_consent(category)) {
								document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => {
									cmplz_remove_placeholder(obj);
								});
							}
						}
					}

					let services = cmplz_get_services_on_page();
					for (let key in services) {
						if (services.hasOwnProperty(key)) {
							let service = services[key].service;
							let category = services[key].category;
							if (cmplz_has_service_consent(service, category)) {
								document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => {
									cmplz_remove_placeholder(obj);
								});
							}
						}
					}
				});
			});
		}
    
    
        
            document.addEventListener("cmplz_enable_category", function () {
                document.querySelectorAll('[data-rocket-lazyload]').forEach(obj => {
                    if (obj.hasAttribute('data-lazy-src')) {
                        obj.setAttribute('src', obj.getAttribute('data-lazy-src'));
                    }
                });
            });
        
		
</script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js"></script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.18.3" id="elementor-pro-webpack-runtime-js"></script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.21.1" id="elementor-webpack-runtime-js"></script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.21.1" id="elementor-frontend-modules-js"></script>
<script   src="https://www.axishello.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script>
<script   src="https://www.axishello.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
<script   src="https://www.axishello.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script   src="https://www.axishello.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script   src="https://www.axishello.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script   id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script   id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.axishello.com\/wp-admin\/admin-ajax.php","nonce":"e751ce86f6","urls":{"assets":"https:\/\/www.axishello.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.axishello.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"fr_FR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.axishello.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.18.3" id="elementor-pro-frontend-js"></script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script>
<script   src="https://www.axishello.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script>
<script   id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Partager sur Facebook","shareOnTwitter":"Partager sur Twitter","pinIt":"L\u2019\u00e9pingler","download":"T\u00e9l\u00e9charger","downloadImage":"T\u00e9l\u00e9charger une image","fullscreen":"Plein \u00e9cran","zoom":"Zoom","share":"Partager","playVideo":"Lire la vid\u00e9o","previous":"Pr\u00e9c\u00e9dent","next":"Suivant","close":"Fermer","a11yCarouselWrapperAriaLabel":"Carousel | Scroll horizontal: Fl\u00e8che gauche & droite","a11yCarouselPrevSlideMessage":"Diapositive pr\u00e9c\u00e9dente","a11yCarouselNextSlideMessage":"Diapositive suivante","a11yCarouselFirstSlideMessage":"Ceci est la premi\u00e8re diapositive","a11yCarouselLastSlideMessage":"Ceci est la derni\u00e8re diapositive","a11yCarouselPaginationBulletMessage":"Aller \u00e0 la diapositive"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Portrait mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Paysage","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablette en mode portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablette en mode paysage","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Portable","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.21.1","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"container_grid":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"home_screen":true,"landing-pages":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.axishello.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":34,"title":"Fiches%20Mati%C3%A8res%20pour%20impression%203D%20%7C","excerpt":"","featuredImage":false}};
</script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.21.1" id="elementor-frontend-js"></script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.18.3" id="pro-elements-handlers-js"></script>
<script   src="https://www.axishello.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.18.3" id="e-sticky-js"></script>
<div data-pafe-ajax-url="https://www.axishello.com/wp-admin/admin-ajax.php"></div><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.axishello.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt,l){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';if(l){t=t.replace('data-lazy-','');t=t.replace('loading="lazy"','');t=t.replace(/<noscript>.*?<\/noscript>/g,'');}t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?"":"&"+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var exclusions=[];var e,t,p,u,l,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)(e=document.createElement("div")),(u='https://i.ytimg.com/vi/ID/hqdefault.jpg'),(u=u.replace('ID',a[t].dataset.id)),(l=exclusions.some(exclusion=>u.includes(exclusion))),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query",a[t].dataset.query),e.setAttribute("data-src",a[t].dataset.src),(e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt,l)),a[t].appendChild(e),(p=e.querySelector(".play")),(p.onclick=lazyLoadYoutubeIframe)});</script>	</body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1714121392 -->