<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>Argiletz</provider_name><provider_url>https://www.argiletz.com/en/</provider_url><title>News: fill up on news about us and clay | Argiletz</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="wqPh2UFdkm"&gt;&lt;a href="https://www.argiletz.com/en/mag-2/the-news/"&gt;The news&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://www.argiletz.com/en/mag-2/the-news/embed/#?secret=wqPh2UFdkm" width="600" height="338" title="&#x201C;The news&#x201D; &#x2014; Argiletz" data-secret="wqPh2UFdkm" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script&gt;
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * Single line comments should not be used since they will break
 * the script when inlined in get_post_embed_html(), specifically
 * when the comments are not stripped out due to SCRIPT_DEBUG
 * being turned on.
 */
(function ( window, document ) {
	'use strict';

	/* Abort for ancient browsers. */
	if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {
		return;
	}

	/** @namespace wp */
	window.wp = window.wp || {};

	/* Abort if script was already executed. */
	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	/**
	 * Receive embed message.
	 *
	 * @param {MessageEvent} e
	 */
	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		/* Verify shape of message. */
		if (
			! ( data || data.secret || data.message || data.value ) ||
			/[^a-zA-Z0-9]/.test( data.secret )
		) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			allowedProtocols = new RegExp( '^https?:$', 'i' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			if ( 'height' === data.message ) {
				/* Resize the iframe on request. */
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			} else if ( 'link' === data.message ) {
				/* Link to a specific URL on request. */
				sourceURL = new URL( source.getAttribute( 'src' ) );
				targetURL = new URL( data.value );

				if (
					allowedProtocols.test( targetURL.protocol ) &amp;&amp;
					targetURL.host === sourceURL.host &amp;&amp;
					document.activeElement === source
				) {
					window.top.location.href = data.value;
				}
			}
		}
	};

	function onLoad() {
		var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			/** @var {IframeElement} */
			source = iframes[ i ];

			secret = source.getAttribute( 'data-secret' );
			if ( ! secret ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substring( 2, 12 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/*
			 * Let post embed window know that the parent is ready for receiving the height message, in case the iframe
			 * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the
			 * window will then (re-)send the height message right away.
			 */
			source.contentWindow.postMessage( {
				message: 'ready',
				secret: secret
			}, '*' );
		}
	}

	window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
	document.addEventListener( 'DOMContentLoaded', onLoad, false );
})( window, document );
&lt;/script&gt;
</html><description>[section padding=&#x201D;0px&#x201D; video_visibility=&#x201D;visible&#x201D; class=&#x201D;home-slider&#x201D;] [ux_banner height=&#x201D;600px&#x201D; bg=&#x201D;15829&#x2033; bg_overlay=&#x201D;rgba(0, 0, 0, 0.02)&#x201D; bg_pos=&#x201D;58% 63%&#x201D; hover=&#x201D;glow&#x201D;] [text_box width=&#x201D;49&#x2033; position_x=&#x201D;95&#x2033; position_y=&#x201D;50&#x2033; text_align=&#x201D;right&#x201D;] Welcome to the news section A simple and fun way to follow the news of our company. [/text_box] [/ux_banner] [/section] [section video_visibility=&#x201D;visible&#x201D; class=&#x201D;magazine-explorer&#x201D;] Explore our sections [row width=&#x201D;full-width&#x201D;] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033; visibility=&#x201D;hide-for-medium&#x201D;] [/col] [col span=&#x201D;8&#x2033; span__sm=&#x201D;12&#x2033; span__md=&#x201D;12&#x2033;] [ux_banner_grid height=&#x201D;400&#x2033; width=&#x201D;full-width&#x201D;] [col_grid span=&#x201D;3&#x2033; span__sm=&#x201D;12&#x2033; height=&#x201D;1-2&#x2033;] [ux_banner height=&#x201D;500px&#x201D; bg=&#x201D;15786&#x2033; bg_overlay=&#x201D;rgba(0, 0, 0, 0.3)&#x201D; link=&#x201D;#actus&#x201D; video_visibility=&#x201D;visible&#x201D;] [text_box width=&#x201D;89&#x2033; width__sm=&#x201D;100&#x2033; position_x=&#x201D;50&#x2033; position_y=&#x201D;50&#x2033;] #company [/text_box] [/ux_banner] [/col_grid] [col_grid span=&#x201D;3&#x2033; span__sm=&#x201D;12&#x2033; height=&#x201D;1-2&#x2033;] [ux_banner height=&#x201D;500px&#x201D; bg=&#x201D;15831&#x2033; bg_overlay=&#x201D;rgba(0, 0, 0, 0.3)&#x201D; border=&#x201D;0px 0px 0px 0px&#x201D; link=&#x201D;#tutos&#x201D; video_visibility=&#x201D;visible&#x201D;] [text_box width=&#x201D;83&#x2033; width__sm=&#x201D;100&#x2033; position_x=&#x201D;50&#x2033; position_y=&#x201D;50&#x2033;] #events [/text_box] [/ux_banner] [/col_grid] [col_grid span=&#x201D;3&#x2033; span__sm=&#x201D;12&#x2033; height=&#x201D;1-2&#x2033;] [ux_banner height=&#x201D;500px&#x201D; bg=&#x201D;15833&#x2033; bg_overlay=&#x201D;rgba(0, 0, 0, 0.3)&#x201D; link=&#x201D;#recipes&#x201D; video_visibility=&#x201D;visible&#x201D;] [text_box width=&#x201D;97&#x2033; width__sm=&#x201D;100&#x2033; position_x=&#x201D;50&#x2033; position_y=&#x201D;50&#x2033;] #RSE [/text_box] [/ux_banner] [/col_grid] [col_grid span=&#x201D;3&#x2033; span__sm=&#x201D;12&#x2033; height=&#x201D;1-2&#x2033;] [ux_banner height=&#x201D;500px&#x201D; bg=&#x201D;15796&#x2033; bg_overlay=&#x201D;rgba(0, 0, 0, 0.3)&#x201D; link=&#x201D;#guides&#x201D; video_visibility=&#x201D;visible&#x201D;] [text_box width=&#x201D;100&#x2033; width__sm=&#x201D;97&#x2033; position_x=&#x201D;50&#x2033; position_y=&#x201D;50&#x2033;] #myargiletz [/text_box] [/ux_banner] [/col_grid] [/ux_banner_grid] [/col] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033; visibility=&#x201D;hide-for-medium&#x201D;] [/col] [/row] [/section] [section video_visibility=&#x201D;visible&#x201D; class=&#x201D;magazine-actu&#x201D;] [row width=&#x201D;full-width&#x201D;] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [col span=&#x201D;8&#x2033; span__sm=&#x201D;12&#x2033;] #Company [/col] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [/row] [blog_posts style=&#x201D;shade&#x201D; type=&#x201D;grid&#x201D; grid=&#x201D;6&#x2033; depth=&#x201D;1&#x2033; cat=&#x201D;855&#x2033; posts=&#x201D;3&#x2033; title_size=&#x201D;larger&#x201D; title_style=&#x201D;uppercase&#x201D; readmore=&#x201D;Lire L&#x2019;article&#x201D; show_date=&#x201D;text&#x201D;] [blog_posts style=&#x201D;normal&#x201D; type=&#x201D;row&#x201D; columns__md=&#x201D;1&#x2033; cat=&#x201D;855&#x2033; posts=&#x201D;888888&#x2033; show_date=&#x201D;false&#x201D; comments=&#x201D;false&#x201D;] [/section] [section video_visibility=&#x201D;visible&#x201D; class=&#x201D;magazine-tutos&#x201D;] [row width=&#x201D;full-width&#x201D;] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [col span=&#x201D;8&#x2033; span__sm=&#x201D;12&#x2033;] #Events [/col] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [/row] [blog_posts style=&#x201D;shade&#x201D; type=&#x201D;grid&#x201D; grid=&#x201D;6&#x2033; depth=&#x201D;1&#x2033; cat=&#x201D;856&#x2033; posts=&#x201D;3&#x2033; title_size=&#x201D;larger&#x201D; title_style=&#x201D;uppercase&#x201D; readmore=&#x201D;Lire L&#x2019;article&#x201D; show_date=&#x201D;text&#x201D;] [blog_posts style=&#x201D;normal&#x201D; type=&#x201D;row&#x201D; columns__md=&#x201D;1&#x2033; cat=&#x201D;856&#x2033; posts=&#x201D;888888&#x2033; show_date=&#x201D;false&#x201D; comments=&#x201D;false&#x201D;] [/section] [section video_visibility=&#x201D;visible&#x201D; class=&#x201D;magazine-actu&#x201D;] [row width=&#x201D;full-width&#x201D;] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [col span=&#x201D;8&#x2033; span__sm=&#x201D;12&#x2033;] #RSE CSR content is coming soon! Stay connected:) [/col] [col span=&#x201D;2&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [/row] [blog_posts style=&#x201D;shade&#x201D; type=&#x201D;grid&#x201D; grid=&#x201D;6&#x2033; depth=&#x201D;1&#x2033; cat=&#x201D;848&#x2033; posts=&#x201D;3&#x2033; title_size=&#x201D;larger&#x201D; title_style=&#x201D;uppercase&#x201D; readmore=&#x201D;Lire L&#x2019;article&#x201D; show_date=&#x201D;text&#x201D;] [/section] [section padding=&#x201D;0px&#x201D; video_visibility=&#x201D;visible&#x201D; class=&#x201D;magazine-slider&#x201D;] [ux_banner bg=&#x201D;15796&#x2033; bg_overlay=&#x201D;rgba(0, 0, 0, 0.02)&#x201D; bg_pos=&#x201D;58% 63%&#x201D; hover=&#x201D;glow&#x201D;] [text_box width=&#x201D;49&#x2033; position_x=&#x201D;95&#x2033; position_y=&#x201D;50&#x2033; text_align=&#x201D;right&#x201D;] What clay is made for me? Take the test! 100% FREE [button text=&#x201D;I&#x2019;m testing&#x201D; color=&#x201D;white&#x201D; style=&#x201D;outline&#x201D; icon=&#x201D;icon-angle-right&#x201D; link=&#x201D;https://www.argiletz.com/le-mag/vous-largile/mon-argiletz/&#x201D;] [/text_box] [/ux_banner] [/section] [section video_visibility=&#x201D;visible&#x201D; class=&#x201D;home-instagram&#x201D;] [row width=&#x201D;full-width&#x201D;] [col span=&#x201D;1&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [col span=&#x201D;10&#x2033; span__sm=&#x201D;12&#x2033;] Follow Us on Instagram [ux_instagram_feed username=&#x201D;@argiletz&#x201D; type=&#x201D;slider&#x201D; width=&#x201D;full-width&#x201D; col_spacing=&#x201D;large&#x201D; columns=&#x201D;4&#x2033; slider_nav_style=&#x201D;simple&#x201D; slider_nav_color=&#x201D;light&#x201D; slider_nav_position=&#x201D;outside&#x201D; auto_slide=&#x201D;3000&#x2033;] [/col] [col span=&#x201D;1&#x2033; span__sm=&#x201D;12&#x2033;] [/col] [/row] [/section]</description></oembed>
